]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/erc32/configure
sim: unify -Werror build settings
[thirdparty/binutils-gdb.git] / sim / erc32 / configure
CommitLineData
c906108c 1#! /bin/sh
b7026657 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#
b7026657 8#
b7026657
AC
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## -------------------- ##
c906108c 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 :
b7026657
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
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
b7026657 31fi
c906108c 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 }
b7026657 79fi
c906108c
SS
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
b7026657
AC
122PS1='$ '
123PS2='> '
124PS4='+ '
c906108c 125
b7026657 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
b7026657 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."
b7026657 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."
b7026657 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
c906108c 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
b7026657
AC
429 as_expr=expr
430else
431 as_expr=false
432fi
c906108c 433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
435 as_basename=basename
436else
437 as_basename=false
438fi
c906108c 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
c906108c 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
b7026657
AC
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'`
c906108c 464
b7026657
AC
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
c906108c 471
c906108c 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 |
b7026657 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
b7026657 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 490 t loop
81ecdfbb 491 s/-\n.*//
b7026657 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; }
b7026657 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
b7026657
AC
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"
b7026657
AC
504 # Exit status is that of the last command.
505 exit
506}
c906108c 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';;
b7026657 519esac
c906108c 520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
b7026657 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
b7026657 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 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'
b7026657 541 fi
b7026657 542else
d0ac1c44 543 as_ln_s='cp -pR'
b7026657 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
c906108c 547
b7026657 548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
c906108c 554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
c906108c 557
b7026657
AC
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'"
c906108c 560
b7026657
AC
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
c906108c 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
c906108c 569
b7026657 570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
b7026657
AC
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
c906108c 574
c906108c 575#
b7026657 576# Initializations.
c906108c 577#
b7026657 578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
b7026657 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
b7026657
AC
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
b7026657
AC
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
b7026657
AC
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
b7026657
AC
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
b7026657
AC
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
b7026657
AC
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
b7026657
AC
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
b7026657
AC
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
b7026657
AC
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
b7026657 623# include <inttypes.h>
b7026657 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
b7026657
AC
629# include <unistd.h>
630#endif"
c906108c 631
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
760b3e8b 634sim_reserved_bits
760b3e8b
MF
635sim_default_model
636sim_scache
637sim_float
760b3e8b 638sim_bitsize
81ecdfbb 639cgen_breaks
2694bce9 640READLINE_CFLAGS
81ecdfbb
RW
641READLINE
642TERMCAP
81ecdfbb 643MAINT
31e6ad7d
MF
644MAINTAINER_MODE_FALSE
645MAINTAINER_MODE_TRUE
6bb11ab3
L
646lt_cv_dlopen_libs
647OTOOL64
648OTOOL
649LIPO
650NMEDIT
651DSYMUTIL
652AWK
653STRIP
654OBJDUMP
655LN_S
656NM
657ac_ct_DUMPBIN
658DUMPBIN
659LD
660FGREP
661SED
662LIBTOOL
663PLUGINS_FALSE
664PLUGINS_TRUE
aadc9410
MF
665zlibinc
666zlibdir
81ecdfbb
RW
667CATOBJEXT
668GENCAT
669INSTOBJEXT
670DATADIRNAME
671CATALOGS
672POSUB
673GMSGFMT
674XGETTEXT
675INCINTL
676LIBINTL_DEP
677LIBINTL
678USE_NLS
db2e4d67
MF
679CCDEPMODE
680DEPDIR
681am__leading_dot
46f900c0 682C_DIALECT
81ecdfbb
RW
683RANLIB
684AR
c2783492 685LDFLAGS_FOR_BUILD
c25ea03d 686CFLAGS_FOR_BUILD
aa0fca16 687RANLIB_FOR_BUILD
81ecdfbb 688CC_FOR_BUILD
aa0fca16 689AR_FOR_BUILD
81ecdfbb
RW
690INSTALL_DATA
691INSTALL_SCRIPT
692INSTALL_PROGRAM
2232061b
MF
693EGREP
694GREP
c2783492
MF
695CPP
696OBJEXT
697EXEEXT
698ac_ct_CC
699CPPFLAGS
700LDFLAGS
701CFLAGS
702CC
81ecdfbb
RW
703target_os
704target_vendor
705target_cpu
706target
707host_os
708host_vendor
709host_cpu
710host
711build_os
712build_vendor
713build_cpu
714build
81ecdfbb
RW
715target_alias
716host_alias
717build_alias
718LIBS
719ECHO_T
720ECHO_N
721ECHO_C
722DEFS
723mandir
724localedir
725libdir
726psdir
727pdfdir
728dvidir
729htmldir
730infodir
731docdir
732oldincludedir
733includedir
734localstatedir
735sharedstatedir
736sysconfdir
737datadir
738datarootdir
739libexecdir
740sbindir
741bindir
742program_transform_name
743prefix
744exec_prefix
745PACKAGE_URL
746PACKAGE_BUGREPORT
747PACKAGE_STRING
748PACKAGE_VERSION
749PACKAGE_TARNAME
750PACKAGE_NAME
751PATH_SEPARATOR
136da8cd 752SHELL
66d055c7
MF
753sim_inline
754sim_hw
755sim_hw_objs
756sim_hw_cflags'
b7026657 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
66d055c7 770enable_sim_hardware
81ecdfbb
RW
771'
772 ac_precious_vars='build_alias
773host_alias
774target_alias
775CC
776CFLAGS
777LDFLAGS
778LIBS
779CPPFLAGS
780CPP'
781
c906108c
SS
782
783# Initialize some variables set by options.
b7026657
AC
784ac_init_help=
785ac_init_version=false
81ecdfbb
RW
786ac_unrecognized_opts=
787ac_unrecognized_sep=
c906108c
SS
788# The variables have the same names as the options, with
789# dashes changed to underlines.
b7026657 790cache_file=/dev/null
c906108c 791exec_prefix=NONE
c906108c 792no_create=
c906108c
SS
793no_recursion=
794prefix=NONE
795program_prefix=NONE
796program_suffix=NONE
797program_transform_name=s,x,x,
798silent=
799site=
800srcdir=
c906108c
SS
801verbose=
802x_includes=NONE
803x_libraries=NONE
b7026657
AC
804
805# Installation directory options.
806# These are left unexpanded so users can "make install exec_prefix=/foo"
807# and all the variables that are supposed to be based on exec_prefix
808# by default will actually change.
809# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 810# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
811bindir='${exec_prefix}/bin'
812sbindir='${exec_prefix}/sbin'
813libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
814datarootdir='${prefix}/share'
815datadir='${datarootdir}'
c906108c
SS
816sysconfdir='${prefix}/etc'
817sharedstatedir='${prefix}/com'
818localstatedir='${prefix}/var'
c906108c
SS
819includedir='${prefix}/include'
820oldincludedir='/usr/include'
81ecdfbb
RW
821docdir='${datarootdir}/doc/${PACKAGE}'
822infodir='${datarootdir}/info'
823htmldir='${docdir}'
824dvidir='${docdir}'
825pdfdir='${docdir}'
826psdir='${docdir}'
827libdir='${exec_prefix}/lib'
828localedir='${datarootdir}/locale'
829mandir='${datarootdir}/man'
c906108c 830
c906108c 831ac_prev=
81ecdfbb 832ac_dashdash=
c906108c
SS
833for ac_option
834do
c906108c
SS
835 # If the previous option needs an argument, assign it.
836 if test -n "$ac_prev"; then
81ecdfbb 837 eval $ac_prev=\$ac_option
c906108c
SS
838 ac_prev=
839 continue
840 fi
841
81ecdfbb 842 case $ac_option in
d0ac1c44
SM
843 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
844 *=) ac_optarg= ;;
845 *) ac_optarg=yes ;;
81ecdfbb 846 esac
c906108c
SS
847
848 # Accept the important Cygnus configure options, so we can diagnose typos.
849
81ecdfbb
RW
850 case $ac_dashdash$ac_option in
851 --)
852 ac_dashdash=yes ;;
c906108c
SS
853
854 -bindir | --bindir | --bindi | --bind | --bin | --bi)
855 ac_prev=bindir ;;
856 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 857 bindir=$ac_optarg ;;
c906108c
SS
858
859 -build | --build | --buil | --bui | --bu)
b7026657 860 ac_prev=build_alias ;;
c906108c 861 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 862 build_alias=$ac_optarg ;;
c906108c
SS
863
864 -cache-file | --cache-file | --cache-fil | --cache-fi \
865 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
866 ac_prev=cache_file ;;
867 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
868 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
869 cache_file=$ac_optarg ;;
870
871 --config-cache | -C)
872 cache_file=config.cache ;;
c906108c 873
81ecdfbb 874 -datadir | --datadir | --datadi | --datad)
c906108c 875 ac_prev=datadir ;;
81ecdfbb 876 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 877 datadir=$ac_optarg ;;
c906108c 878
81ecdfbb
RW
879 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
880 | --dataroo | --dataro | --datar)
881 ac_prev=datarootdir ;;
882 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
883 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
884 datarootdir=$ac_optarg ;;
885
c906108c 886 -disable-* | --disable-*)
81ecdfbb 887 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 888 # Reject names that are not valid shell variable names.
81ecdfbb 889 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 890 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
891 ac_useropt_orig=$ac_useropt
892 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
893 case $ac_user_opts in
894 *"
895"enable_$ac_useropt"
896"*) ;;
897 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
898 ac_unrecognized_sep=', ';;
899 esac
900 eval enable_$ac_useropt=no ;;
901
902 -docdir | --docdir | --docdi | --doc | --do)
903 ac_prev=docdir ;;
904 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
905 docdir=$ac_optarg ;;
906
907 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
908 ac_prev=dvidir ;;
909 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
910 dvidir=$ac_optarg ;;
c906108c
SS
911
912 -enable-* | --enable-*)
81ecdfbb 913 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 914 # Reject names that are not valid shell variable names.
81ecdfbb 915 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 916 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
917 ac_useropt_orig=$ac_useropt
918 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
919 case $ac_user_opts in
920 *"
921"enable_$ac_useropt"
922"*) ;;
923 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
924 ac_unrecognized_sep=', ';;
c906108c 925 esac
81ecdfbb 926 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
927
928 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
929 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
930 | --exec | --exe | --ex)
931 ac_prev=exec_prefix ;;
932 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
933 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
934 | --exec=* | --exe=* | --ex=*)
b7026657 935 exec_prefix=$ac_optarg ;;
c906108c
SS
936
937 -gas | --gas | --ga | --g)
938 # Obsolete; use --with-gas.
939 with_gas=yes ;;
940
b7026657
AC
941 -help | --help | --hel | --he | -h)
942 ac_init_help=long ;;
943 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
944 ac_init_help=recursive ;;
945 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
946 ac_init_help=short ;;
c906108c
SS
947
948 -host | --host | --hos | --ho)
b7026657 949 ac_prev=host_alias ;;
c906108c 950 -host=* | --host=* | --hos=* | --ho=*)
b7026657 951 host_alias=$ac_optarg ;;
c906108c 952
81ecdfbb
RW
953 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
954 ac_prev=htmldir ;;
955 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
956 | --ht=*)
957 htmldir=$ac_optarg ;;
958
c906108c
SS
959 -includedir | --includedir | --includedi | --included | --include \
960 | --includ | --inclu | --incl | --inc)
961 ac_prev=includedir ;;
962 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
963 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 964 includedir=$ac_optarg ;;
c906108c
SS
965
966 -infodir | --infodir | --infodi | --infod | --info | --inf)
967 ac_prev=infodir ;;
968 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 969 infodir=$ac_optarg ;;
c906108c
SS
970
971 -libdir | --libdir | --libdi | --libd)
972 ac_prev=libdir ;;
973 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 974 libdir=$ac_optarg ;;
c906108c
SS
975
976 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
977 | --libexe | --libex | --libe)
978 ac_prev=libexecdir ;;
979 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
980 | --libexe=* | --libex=* | --libe=*)
b7026657 981 libexecdir=$ac_optarg ;;
c906108c 982
81ecdfbb
RW
983 -localedir | --localedir | --localedi | --localed | --locale)
984 ac_prev=localedir ;;
985 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
986 localedir=$ac_optarg ;;
987
c906108c 988 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 989 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
990 ac_prev=localstatedir ;;
991 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 992 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 993 localstatedir=$ac_optarg ;;
c906108c
SS
994
995 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
996 ac_prev=mandir ;;
997 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 998 mandir=$ac_optarg ;;
c906108c
SS
999
1000 -nfp | --nfp | --nf)
1001 # Obsolete; use --without-fp.
1002 with_fp=no ;;
1003
1004 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1005 | --no-cr | --no-c | -n)
c906108c
SS
1006 no_create=yes ;;
1007
1008 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1009 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1010 no_recursion=yes ;;
1011
1012 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1013 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1014 | --oldin | --oldi | --old | --ol | --o)
1015 ac_prev=oldincludedir ;;
1016 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1017 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1018 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1019 oldincludedir=$ac_optarg ;;
c906108c
SS
1020
1021 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1022 ac_prev=prefix ;;
1023 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1024 prefix=$ac_optarg ;;
c906108c
SS
1025
1026 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1027 | --program-pre | --program-pr | --program-p)
1028 ac_prev=program_prefix ;;
1029 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1030 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1031 program_prefix=$ac_optarg ;;
c906108c
SS
1032
1033 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1034 | --program-suf | --program-su | --program-s)
1035 ac_prev=program_suffix ;;
1036 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1037 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1038 program_suffix=$ac_optarg ;;
c906108c
SS
1039
1040 -program-transform-name | --program-transform-name \
1041 | --program-transform-nam | --program-transform-na \
1042 | --program-transform-n | --program-transform- \
1043 | --program-transform | --program-transfor \
1044 | --program-transfo | --program-transf \
1045 | --program-trans | --program-tran \
1046 | --progr-tra | --program-tr | --program-t)
1047 ac_prev=program_transform_name ;;
1048 -program-transform-name=* | --program-transform-name=* \
1049 | --program-transform-nam=* | --program-transform-na=* \
1050 | --program-transform-n=* | --program-transform-=* \
1051 | --program-transform=* | --program-transfor=* \
1052 | --program-transfo=* | --program-transf=* \
1053 | --program-trans=* | --program-tran=* \
1054 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1055 program_transform_name=$ac_optarg ;;
c906108c 1056
81ecdfbb
RW
1057 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1058 ac_prev=pdfdir ;;
1059 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1060 pdfdir=$ac_optarg ;;
1061
1062 -psdir | --psdir | --psdi | --psd | --ps)
1063 ac_prev=psdir ;;
1064 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1065 psdir=$ac_optarg ;;
1066
c906108c
SS
1067 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1068 | -silent | --silent | --silen | --sile | --sil)
1069 silent=yes ;;
1070
1071 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1072 ac_prev=sbindir ;;
1073 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1074 | --sbi=* | --sb=*)
b7026657 1075 sbindir=$ac_optarg ;;
c906108c
SS
1076
1077 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1078 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1079 | --sharedst | --shareds | --shared | --share | --shar \
1080 | --sha | --sh)
1081 ac_prev=sharedstatedir ;;
1082 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1083 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1084 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1085 | --sha=* | --sh=*)
b7026657 1086 sharedstatedir=$ac_optarg ;;
c906108c
SS
1087
1088 -site | --site | --sit)
1089 ac_prev=site ;;
1090 -site=* | --site=* | --sit=*)
b7026657 1091 site=$ac_optarg ;;
eb2d80b4 1092
c906108c
SS
1093 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1094 ac_prev=srcdir ;;
1095 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1096 srcdir=$ac_optarg ;;
c906108c
SS
1097
1098 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1099 | --syscon | --sysco | --sysc | --sys | --sy)
1100 ac_prev=sysconfdir ;;
1101 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1102 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1103 sysconfdir=$ac_optarg ;;
c906108c
SS
1104
1105 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1106 ac_prev=target_alias ;;
c906108c 1107 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1108 target_alias=$ac_optarg ;;
c906108c
SS
1109
1110 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1111 verbose=yes ;;
1112
b7026657
AC
1113 -version | --version | --versio | --versi | --vers | -V)
1114 ac_init_version=: ;;
c906108c
SS
1115
1116 -with-* | --with-*)
81ecdfbb 1117 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1118 # Reject names that are not valid shell variable names.
81ecdfbb 1119 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1120 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1121 ac_useropt_orig=$ac_useropt
1122 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1123 case $ac_user_opts in
1124 *"
1125"with_$ac_useropt"
1126"*) ;;
1127 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1128 ac_unrecognized_sep=', ';;
c906108c 1129 esac
81ecdfbb 1130 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1131
1132 -without-* | --without-*)
81ecdfbb 1133 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1134 # Reject names that are not valid shell variable names.
81ecdfbb 1135 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1136 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1137 ac_useropt_orig=$ac_useropt
1138 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1139 case $ac_user_opts in
1140 *"
1141"with_$ac_useropt"
1142"*) ;;
1143 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1144 ac_unrecognized_sep=', ';;
1145 esac
1146 eval with_$ac_useropt=no ;;
c906108c
SS
1147
1148 --x)
1149 # Obsolete; use --with-x.
1150 with_x=yes ;;
1151
1152 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1153 | --x-incl | --x-inc | --x-in | --x-i)
1154 ac_prev=x_includes ;;
1155 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1156 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1157 x_includes=$ac_optarg ;;
c906108c
SS
1158
1159 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1160 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1161 ac_prev=x_libraries ;;
1162 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1163 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1164 x_libraries=$ac_optarg ;;
c906108c 1165
d0ac1c44
SM
1166 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1167Try \`$0 --help' for more information"
c906108c
SS
1168 ;;
1169
b7026657
AC
1170 *=*)
1171 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1172 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1173 case $ac_envvar in #(
1174 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1175 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1176 esac
1177 eval $ac_envvar=\$ac_optarg
b7026657
AC
1178 export $ac_envvar ;;
1179
c906108c 1180 *)
b7026657 1181 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1182 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1183 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1184 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1185 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c906108c
SS
1186 ;;
1187
1188 esac
1189done
1190
1191if test -n "$ac_prev"; then
b7026657 1192 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1193 as_fn_error $? "missing argument to $ac_option"
c906108c 1194fi
c906108c 1195
81ecdfbb
RW
1196if test -n "$ac_unrecognized_opts"; then
1197 case $enable_option_checking in
1198 no) ;;
d0ac1c44 1199 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1200 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1201 esac
81ecdfbb 1202fi
c906108c 1203
81ecdfbb
RW
1204# Check all directory arguments for consistency.
1205for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1206 datadir sysconfdir sharedstatedir localstatedir includedir \
1207 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1208 libdir localedir mandir
c906108c 1209do
81ecdfbb
RW
1210 eval ac_val=\$$ac_var
1211 # Remove trailing slashes.
1212 case $ac_val in
1213 */ )
1214 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1215 eval $ac_var=\$ac_val;;
1216 esac
1217 # Be sure to have absolute directory names.
b7026657 1218 case $ac_val in
81ecdfbb
RW
1219 [\\/$]* | ?:[\\/]* ) continue;;
1220 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1221 esac
d0ac1c44 1222 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1223done
1224
b7026657
AC
1225# There might be people who depend on the old broken behavior: `$host'
1226# used to hold the argument of --host etc.
1227# FIXME: To remove some day.
1228build=$build_alias
1229host=$host_alias
1230target=$target_alias
1231
1232# FIXME: To remove some day.
1233if test "x$host_alias" != x; then
1234 if test "x$build_alias" = x; then
1235 cross_compiling=maybe
b7026657
AC
1236 elif test "x$build_alias" != "x$host_alias"; then
1237 cross_compiling=yes
1238 fi
1239fi
c906108c 1240
b7026657
AC
1241ac_tool_prefix=
1242test -n "$host_alias" && ac_tool_prefix=$host_alias-
1243
1244test "$silent" = yes && exec 6>/dev/null
c906108c 1245
c906108c 1246
81ecdfbb
RW
1247ac_pwd=`pwd` && test -n "$ac_pwd" &&
1248ac_ls_di=`ls -di .` &&
1249ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1250 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1251test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1252 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1253
1254
c906108c
SS
1255# Find the source files, if location was not specified.
1256if test -z "$srcdir"; then
1257 ac_srcdir_defaulted=yes
81ecdfbb
RW
1258 # Try the directory containing this script, then the parent directory.
1259 ac_confdir=`$as_dirname -- "$as_myself" ||
1260$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1261 X"$as_myself" : 'X\(//\)[^/]' \| \
1262 X"$as_myself" : 'X\(//\)$' \| \
1263 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1264$as_echo X"$as_myself" |
1265 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1266 s//\1/
1267 q
1268 }
1269 /^X\(\/\/\)[^/].*/{
1270 s//\1/
1271 q
1272 }
1273 /^X\(\/\/\)$/{
1274 s//\1/
1275 q
1276 }
1277 /^X\(\/\).*/{
1278 s//\1/
1279 q
1280 }
1281 s/.*/./; q'`
c906108c 1282 srcdir=$ac_confdir
81ecdfbb 1283 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1284 srcdir=..
1285 fi
1286else
1287 ac_srcdir_defaulted=no
1288fi
81ecdfbb
RW
1289if test ! -r "$srcdir/$ac_unique_file"; then
1290 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1291 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1292fi
1293ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1294ac_abs_confdir=`(
d0ac1c44 1295 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1296 pwd)`
1297# When building in place, set srcdir=.
1298if test "$ac_abs_confdir" = "$ac_pwd"; then
1299 srcdir=.
1300fi
1301# Remove unnecessary trailing slashes from srcdir.
1302# Double slashes in file names in object file debugging info
1303# mess up M-x gdb in Emacs.
1304case $srcdir in
1305*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1306esac
1307for ac_var in $ac_precious_vars; do
1308 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1309 eval ac_env_${ac_var}_value=\$${ac_var}
1310 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1311 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1312done
c906108c 1313
b7026657
AC
1314#
1315# Report the --help message.
1316#
1317if test "$ac_init_help" = "long"; then
1318 # Omit some internal or obsolete options to make the list less imposing.
1319 # This message is too long to be a string in the A/UX 3.1 sh.
1320 cat <<_ACEOF
1321\`configure' configures this package to adapt to many kinds of systems.
c906108c 1322
b7026657 1323Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1324
b7026657
AC
1325To assign environment variables (e.g., CC, CFLAGS...), specify them as
1326VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1327
b7026657 1328Defaults for the options are specified in brackets.
c906108c 1329
b7026657
AC
1330Configuration:
1331 -h, --help display this help and exit
1332 --help=short display options specific to this package
1333 --help=recursive display the short help of all the included packages
1334 -V, --version display version information and exit
d0ac1c44 1335 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1336 --cache-file=FILE cache test results in FILE [disabled]
1337 -C, --config-cache alias for \`--cache-file=config.cache'
1338 -n, --no-create do not create output files
1339 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1340
b7026657
AC
1341Installation directories:
1342 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1343 [$ac_default_prefix]
b7026657 1344 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1345 [PREFIX]
c906108c 1346
b7026657
AC
1347By default, \`make install' will install all the files in
1348\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1349an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1350for instance \`--prefix=\$HOME'.
c906108c 1351
b7026657
AC
1352For better control, use the options below.
1353
1354Fine tuning of the installation directories:
81ecdfbb
RW
1355 --bindir=DIR user executables [EPREFIX/bin]
1356 --sbindir=DIR system admin executables [EPREFIX/sbin]
1357 --libexecdir=DIR program executables [EPREFIX/libexec]
1358 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1359 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1360 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1361 --libdir=DIR object code libraries [EPREFIX/lib]
1362 --includedir=DIR C header files [PREFIX/include]
1363 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1364 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1365 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1366 --infodir=DIR info documentation [DATAROOTDIR/info]
1367 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1368 --mandir=DIR man documentation [DATAROOTDIR/man]
1369 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1370 --htmldir=DIR html documentation [DOCDIR]
1371 --dvidir=DIR dvi documentation [DOCDIR]
1372 --pdfdir=DIR pdf documentation [DOCDIR]
1373 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1374_ACEOF
1375
1376 cat <<\_ACEOF
1377
1378Program names:
1379 --program-prefix=PREFIX prepend PREFIX to installed program names
1380 --program-suffix=SUFFIX append SUFFIX to installed program names
1381 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1382
1383System types:
1384 --build=BUILD configure for building on BUILD [guessed]
1385 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1386 --target=TARGET configure for building compilers for TARGET [HOST]
1387_ACEOF
c906108c 1388fi
b7026657
AC
1389
1390if test -n "$ac_init_help"; then
1391
1392 cat <<\_ACEOF
1393
1394Optional Features:
81ecdfbb 1395 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1396 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1397 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1398 --enable-plugins Enable support for plugins
6bb11ab3
L
1399 --enable-shared[=PKGS] build shared libraries [default=yes]
1400 --enable-static[=PKGS] build static libraries [default=yes]
1401 --enable-fast-install[=PKGS]
1402 optimize for fast installation [default=yes]
1403 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1404 --enable-maintainer-mode
1405 enable make rules and dependencies not useful (and
1406 sometimes confusing) to the casual installer
347fe5bb
MF
1407 --enable-sim-inline=inlines
1408 Specify which functions should be inlined
66d055c7
MF
1409 --enable-sim-hardware=LIST
1410 Specify the hardware to be included in the build.
b7026657 1411
6efef468
JM
1412Optional Packages:
1413 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1414 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1415 --with-system-zlib use installed libz
6bb11ab3
L
1416 --with-pic try to use only PIC/non-PIC objects [default=use
1417 both]
1418 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
6efef468 1419
b7026657
AC
1420Some influential environment variables:
1421 CC C compiler command
1422 CFLAGS C compiler flags
1423 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1424 nonstandard directory <lib dir>
81ecdfbb 1425 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1426 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1427 you have headers in a nonstandard directory <include dir>
b7026657
AC
1428 CPP C preprocessor
1429
1430Use these variables to override the choices made by `configure' or to help
1431it to find libraries and programs with nonstandard names/locations.
1432
81ecdfbb 1433Report bugs to the package provider.
b7026657 1434_ACEOF
81ecdfbb 1435ac_status=$?
c906108c
SS
1436fi
1437
b7026657
AC
1438if test "$ac_init_help" = "recursive"; then
1439 # If there are subdirs, report their specific --help.
b7026657 1440 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1441 test -d "$ac_dir" ||
1442 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1443 continue
b7026657 1444 ac_builddir=.
c906108c 1445
81ecdfbb
RW
1446case "$ac_dir" in
1447.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1448*)
1449 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1450 # A ".." for each directory in $ac_dir_suffix.
1451 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1452 case $ac_top_builddir_sub in
1453 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1454 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1455 esac ;;
1456esac
1457ac_abs_top_builddir=$ac_pwd
1458ac_abs_builddir=$ac_pwd$ac_dir_suffix
1459# for backward compatibility:
1460ac_top_builddir=$ac_top_build_prefix
c906108c 1461
b7026657 1462case $srcdir in
81ecdfbb 1463 .) # We are building in place.
b7026657 1464 ac_srcdir=.
81ecdfbb
RW
1465 ac_top_srcdir=$ac_top_builddir_sub
1466 ac_abs_top_srcdir=$ac_pwd ;;
1467 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1468 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1469 ac_top_srcdir=$srcdir
1470 ac_abs_top_srcdir=$srcdir ;;
1471 *) # Relative name.
1472 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1473 ac_top_srcdir=$ac_top_build_prefix$srcdir
1474 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1475esac
81ecdfbb
RW
1476ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1477
1478 cd "$ac_dir" || { ac_status=$?; continue; }
1479 # Check for guested configure.
1480 if test -f "$ac_srcdir/configure.gnu"; then
1481 echo &&
1482 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1483 elif test -f "$ac_srcdir/configure"; then
1484 echo &&
1485 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1486 else
81ecdfbb
RW
1487 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1488 fi || ac_status=$?
1489 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657
AC
1490 done
1491fi
1492
81ecdfbb 1493test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1494if $ac_init_version; then
1495 cat <<\_ACEOF
81ecdfbb 1496configure
d0ac1c44 1497generated by GNU Autoconf 2.69
b7026657 1498
d0ac1c44 1499Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1500This configure script is free software; the Free Software Foundation
1501gives unlimited permission to copy, distribute and modify it.
1502_ACEOF
81ecdfbb 1503 exit
b7026657 1504fi
b7026657 1505
81ecdfbb
RW
1506## ------------------------ ##
1507## Autoconf initialization. ##
1508## ------------------------ ##
b7026657 1509
81ecdfbb
RW
1510# ac_fn_c_try_compile LINENO
1511# --------------------------
1512# Try to compile conftest.$ac_ext, and return whether this succeeded.
1513ac_fn_c_try_compile ()
b7026657 1514{
81ecdfbb
RW
1515 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1516 rm -f conftest.$ac_objext
1517 if { { ac_try="$ac_compile"
1518case "(($ac_try" in
1519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1520 *) ac_try_echo=$ac_try;;
1521esac
1522eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1523$as_echo "$ac_try_echo"; } >&5
1524 (eval "$ac_compile") 2>conftest.err
1525 ac_status=$?
1526 if test -s conftest.err; then
1527 grep -v '^ *+' conftest.err >conftest.er1
1528 cat conftest.er1 >&5
1529 mv -f conftest.er1 conftest.err
1530 fi
1531 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1532 test $ac_status = 0; } && {
1533 test -z "$ac_c_werror_flag" ||
1534 test ! -s conftest.err
1535 } && test -s conftest.$ac_objext; then :
1536 ac_retval=0
1537else
1538 $as_echo "$as_me: failed program was:" >&5
1539sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1540
81ecdfbb
RW
1541 ac_retval=1
1542fi
d0ac1c44
SM
1543 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1544 as_fn_set_status $ac_retval
b7026657 1545
81ecdfbb 1546} # ac_fn_c_try_compile
b7026657 1547
81ecdfbb
RW
1548# ac_fn_c_try_cpp LINENO
1549# ----------------------
1550# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1551ac_fn_c_try_cpp ()
1552{
1553 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1554 if { { ac_try="$ac_cpp conftest.$ac_ext"
1555case "(($ac_try" in
1556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1557 *) ac_try_echo=$ac_try;;
1558esac
1559eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1560$as_echo "$ac_try_echo"; } >&5
1561 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1562 ac_status=$?
1563 if test -s conftest.err; then
1564 grep -v '^ *+' conftest.err >conftest.er1
1565 cat conftest.er1 >&5
1566 mv -f conftest.er1 conftest.err
1567 fi
1568 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1569 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1570 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1571 test ! -s conftest.err
1572 }; then :
1573 ac_retval=0
1574else
1575 $as_echo "$as_me: failed program was:" >&5
1576sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1577
81ecdfbb
RW
1578 ac_retval=1
1579fi
d0ac1c44
SM
1580 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1581 as_fn_set_status $ac_retval
b7026657 1582
81ecdfbb 1583} # ac_fn_c_try_cpp
b7026657 1584
81ecdfbb
RW
1585# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1586# -------------------------------------------------------
1587# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1588# the include files in INCLUDES and setting the cache variable VAR
1589# accordingly.
1590ac_fn_c_check_header_mongrel ()
1591{
1592 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1593 if eval \${$3+:} false; then :
81ecdfbb
RW
1594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1595$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1596if eval \${$3+:} false; then :
81ecdfbb
RW
1597 $as_echo_n "(cached) " >&6
1598fi
1599eval ac_res=\$$3
1600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1601$as_echo "$ac_res" >&6; }
1602else
1603 # Is the header compilable?
1604{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1605$as_echo_n "checking $2 usability... " >&6; }
1606cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1607/* end confdefs.h. */
1608$4
1609#include <$2>
1610_ACEOF
1611if ac_fn_c_try_compile "$LINENO"; then :
1612 ac_header_compiler=yes
1613else
1614 ac_header_compiler=no
1615fi
1616rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1617{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1618$as_echo "$ac_header_compiler" >&6; }
1619
1620# Is the header present?
1621{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1622$as_echo_n "checking $2 presence... " >&6; }
1623cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1624/* end confdefs.h. */
1625#include <$2>
1626_ACEOF
1627if ac_fn_c_try_cpp "$LINENO"; then :
1628 ac_header_preproc=yes
1629else
1630 ac_header_preproc=no
1631fi
d0ac1c44 1632rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1633{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1634$as_echo "$ac_header_preproc" >&6; }
1635
1636# So? What about this header?
1637case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1638 yes:no: )
1639 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1640$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1641 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1642$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1643 ;;
1644 no:yes:* )
1645 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1646$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1647 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1648$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1650$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1651 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1652$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1653 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1654$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1655 ;;
1656esac
1657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1658$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1659if eval \${$3+:} false; then :
81ecdfbb
RW
1660 $as_echo_n "(cached) " >&6
1661else
1662 eval "$3=\$ac_header_compiler"
1663fi
1664eval ac_res=\$$3
1665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1666$as_echo "$ac_res" >&6; }
1667fi
d0ac1c44 1668 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1669
1670} # ac_fn_c_check_header_mongrel
1671
1672# ac_fn_c_try_run LINENO
1673# ----------------------
1674# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1675# that executables *can* be run.
1676ac_fn_c_try_run ()
1677{
1678 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1679 if { { ac_try="$ac_link"
1680case "(($ac_try" in
1681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1682 *) ac_try_echo=$ac_try;;
1683esac
1684eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1685$as_echo "$ac_try_echo"; } >&5
1686 (eval "$ac_link") 2>&5
1687 ac_status=$?
1688 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1689 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1690 { { case "(($ac_try" in
1691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1692 *) ac_try_echo=$ac_try;;
1693esac
1694eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1695$as_echo "$ac_try_echo"; } >&5
1696 (eval "$ac_try") 2>&5
1697 ac_status=$?
1698 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1699 test $ac_status = 0; }; }; then :
1700 ac_retval=0
1701else
1702 $as_echo "$as_me: program exited with status $ac_status" >&5
1703 $as_echo "$as_me: failed program was:" >&5
1704sed 's/^/| /' conftest.$ac_ext >&5
1705
1706 ac_retval=$ac_status
1707fi
1708 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1709 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1710 as_fn_set_status $ac_retval
81ecdfbb
RW
1711
1712} # ac_fn_c_try_run
1713
1714# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1715# -------------------------------------------------------
1716# Tests whether HEADER exists and can be compiled using the include files in
1717# INCLUDES, setting the cache variable VAR accordingly.
1718ac_fn_c_check_header_compile ()
1719{
1720 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1722$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1723if eval \${$3+:} false; then :
81ecdfbb
RW
1724 $as_echo_n "(cached) " >&6
1725else
1726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1727/* end confdefs.h. */
1728$4
1729#include <$2>
1730_ACEOF
1731if ac_fn_c_try_compile "$LINENO"; then :
1732 eval "$3=yes"
1733else
1734 eval "$3=no"
1735fi
1736rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1737fi
1738eval ac_res=\$$3
1739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1740$as_echo "$ac_res" >&6; }
d0ac1c44 1741 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1742
1743} # ac_fn_c_check_header_compile
1744
1745# ac_fn_c_try_link LINENO
1746# -----------------------
1747# Try to link conftest.$ac_ext, and return whether this succeeded.
1748ac_fn_c_try_link ()
1749{
1750 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1751 rm -f conftest.$ac_objext conftest$ac_exeext
1752 if { { ac_try="$ac_link"
1753case "(($ac_try" in
1754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1755 *) ac_try_echo=$ac_try;;
1756esac
1757eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1758$as_echo "$ac_try_echo"; } >&5
1759 (eval "$ac_link") 2>conftest.err
1760 ac_status=$?
1761 if test -s conftest.err; then
1762 grep -v '^ *+' conftest.err >conftest.er1
1763 cat conftest.er1 >&5
1764 mv -f conftest.er1 conftest.err
1765 fi
1766 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1767 test $ac_status = 0; } && {
1768 test -z "$ac_c_werror_flag" ||
1769 test ! -s conftest.err
1770 } && test -s conftest$ac_exeext && {
1771 test "$cross_compiling" = yes ||
d0ac1c44 1772 test -x conftest$ac_exeext
81ecdfbb
RW
1773 }; then :
1774 ac_retval=0
1775else
1776 $as_echo "$as_me: failed program was:" >&5
1777sed 's/^/| /' conftest.$ac_ext >&5
1778
1779 ac_retval=1
1780fi
1781 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1782 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1783 # interfere with the next link command; also delete a directory that is
1784 # left behind by Apple's compiler. We do this before executing the actions.
1785 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1786 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1787 as_fn_set_status $ac_retval
81ecdfbb
RW
1788
1789} # ac_fn_c_try_link
1790
1791# ac_fn_c_check_func LINENO FUNC VAR
1792# ----------------------------------
1793# Tests whether FUNC exists, setting the cache variable VAR accordingly
1794ac_fn_c_check_func ()
1795{
1796 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1798$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1799if eval \${$3+:} false; then :
81ecdfbb
RW
1800 $as_echo_n "(cached) " >&6
1801else
1802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1803/* end confdefs.h. */
1804/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1805 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1806#define $2 innocuous_$2
1807
1808/* System header to define __stub macros and hopefully few prototypes,
1809 which can conflict with char $2 (); below.
1810 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1811 <limits.h> exists even on freestanding compilers. */
1812
1813#ifdef __STDC__
1814# include <limits.h>
1815#else
1816# include <assert.h>
1817#endif
1818
1819#undef $2
1820
1821/* Override any GCC internal prototype to avoid an error.
1822 Use char because int might match the return type of a GCC
1823 builtin and then its argument prototype would still apply. */
1824#ifdef __cplusplus
1825extern "C"
1826#endif
1827char $2 ();
1828/* The GNU C library defines this for functions which it implements
1829 to always fail with ENOSYS. Some functions are actually named
1830 something starting with __ and the normal name is an alias. */
1831#if defined __stub_$2 || defined __stub___$2
1832choke me
1833#endif
1834
1835int
1836main ()
1837{
1838return $2 ();
1839 ;
1840 return 0;
1841}
1842_ACEOF
1843if ac_fn_c_try_link "$LINENO"; then :
1844 eval "$3=yes"
1845else
1846 eval "$3=no"
1847fi
1848rm -f core conftest.err conftest.$ac_objext \
1849 conftest$ac_exeext conftest.$ac_ext
1850fi
1851eval ac_res=\$$3
1852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1853$as_echo "$ac_res" >&6; }
d0ac1c44 1854 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1855
1856} # ac_fn_c_check_func
1857cat >config.log <<_ACEOF
1858This file contains any messages produced by compilers while
1859running configure, to aid debugging if configure makes a mistake.
1860
1861It was created by $as_me, which was
d0ac1c44 1862generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1863
1864 $ $0 $@
1865
1866_ACEOF
1867exec 5>>config.log
1868{
1869cat <<_ASUNAME
1870## --------- ##
1871## Platform. ##
1872## --------- ##
1873
1874hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1875uname -m = `(uname -m) 2>/dev/null || echo unknown`
1876uname -r = `(uname -r) 2>/dev/null || echo unknown`
1877uname -s = `(uname -s) 2>/dev/null || echo unknown`
1878uname -v = `(uname -v) 2>/dev/null || echo unknown`
1879
1880/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1881/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1882
1883/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1884/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1885/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1886/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1887/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1888/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1889/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1890
1891_ASUNAME
1892
1893as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1894for as_dir in $PATH
1895do
1896 IFS=$as_save_IFS
1897 test -z "$as_dir" && as_dir=.
1898 $as_echo "PATH: $as_dir"
1899 done
1900IFS=$as_save_IFS
1901
1902} >&5
1903
1904cat >&5 <<_ACEOF
b7026657
AC
1905
1906
1907## ----------- ##
1908## Core tests. ##
1909## ----------- ##
1910
1911_ACEOF
1912
1913
1914# Keep a trace of the command line.
1915# Strip out --no-create and --no-recursion so they do not pile up.
1916# Strip out --silent because we don't want to record it for future runs.
1917# Also quote any args containing shell meta-characters.
1918# Make two passes to allow for proper duplicate-argument suppression.
1919ac_configure_args=
1920ac_configure_args0=
1921ac_configure_args1=
b7026657
AC
1922ac_must_keep_next=false
1923for ac_pass in 1 2
1924do
1925 for ac_arg
1926 do
1927 case $ac_arg in
1928 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1929 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1930 | -silent | --silent | --silen | --sile | --sil)
1931 continue ;;
81ecdfbb
RW
1932 *\'*)
1933 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1934 esac
1935 case $ac_pass in
81ecdfbb 1936 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 1937 2)
81ecdfbb 1938 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
1939 if test $ac_must_keep_next = true; then
1940 ac_must_keep_next=false # Got value, back to normal.
1941 else
1942 case $ac_arg in
1943 *=* | --config-cache | -C | -disable-* | --disable-* \
1944 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1945 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1946 | -with-* | --with-* | -without-* | --without-* | --x)
1947 case "$ac_configure_args0 " in
1948 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1949 esac
1950 ;;
1951 -* ) ac_must_keep_next=true ;;
1952 esac
1953 fi
81ecdfbb 1954 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
1955 ;;
1956 esac
1957 done
1958done
81ecdfbb
RW
1959{ ac_configure_args0=; unset ac_configure_args0;}
1960{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
1961
1962# When interrupted or exit'd, cleanup temporary files, and complete
1963# config.log. We remove comments because anyway the quotes in there
1964# would cause problems or look ugly.
81ecdfbb
RW
1965# WARNING: Use '\'' to represent an apostrophe within the trap.
1966# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
1967trap 'exit_status=$?
1968 # Save into config.log some information that might help in debugging.
1969 {
1970 echo
1971
d0ac1c44 1972 $as_echo "## ---------------- ##
b7026657 1973## Cache variables. ##
d0ac1c44 1974## ---------------- ##"
b7026657
AC
1975 echo
1976 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1977(
1978 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1979 eval ac_val=\$$ac_var
1980 case $ac_val in #(
1981 *${as_nl}*)
1982 case $ac_var in #(
1983 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1984$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1985 esac
1986 case $ac_var in #(
1987 _ | IFS | as_nl) ;; #(
1988 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1989 *) { eval $ac_var=; unset $ac_var;} ;;
1990 esac ;;
1991 esac
1992 done
b7026657 1993 (set) 2>&1 |
81ecdfbb
RW
1994 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1995 *${as_nl}ac_space=\ *)
b7026657 1996 sed -n \
81ecdfbb
RW
1997 "s/'\''/'\''\\\\'\'''\''/g;
1998 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1999 ;; #(
b7026657 2000 *)
81ecdfbb 2001 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2002 ;;
81ecdfbb
RW
2003 esac |
2004 sort
2005)
b7026657
AC
2006 echo
2007
d0ac1c44 2008 $as_echo "## ----------------- ##
b7026657 2009## Output variables. ##
d0ac1c44 2010## ----------------- ##"
b7026657
AC
2011 echo
2012 for ac_var in $ac_subst_vars
2013 do
81ecdfbb
RW
2014 eval ac_val=\$$ac_var
2015 case $ac_val in
2016 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2017 esac
2018 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2019 done | sort
2020 echo
2021
2022 if test -n "$ac_subst_files"; then
d0ac1c44 2023 $as_echo "## ------------------- ##
81ecdfbb 2024## File substitutions. ##
d0ac1c44 2025## ------------------- ##"
b7026657
AC
2026 echo
2027 for ac_var in $ac_subst_files
2028 do
81ecdfbb
RW
2029 eval ac_val=\$$ac_var
2030 case $ac_val in
2031 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2032 esac
2033 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2034 done | sort
2035 echo
2036 fi
2037
2038 if test -s confdefs.h; then
d0ac1c44 2039 $as_echo "## ----------- ##
b7026657 2040## confdefs.h. ##
d0ac1c44 2041## ----------- ##"
b7026657 2042 echo
81ecdfbb 2043 cat confdefs.h
b7026657
AC
2044 echo
2045 fi
2046 test "$ac_signal" != 0 &&
81ecdfbb
RW
2047 $as_echo "$as_me: caught signal $ac_signal"
2048 $as_echo "$as_me: exit $exit_status"
b7026657 2049 } >&5
81ecdfbb
RW
2050 rm -f core *.core core.conftest.* &&
2051 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2052 exit $exit_status
81ecdfbb 2053' 0
b7026657 2054for ac_signal in 1 2 13 15; do
81ecdfbb 2055 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2056done
2057ac_signal=0
2058
2059# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2060rm -f -r conftest* confdefs.h
2061
2062$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2063
2064# Predefined preprocessor variables.
2065
2066cat >>confdefs.h <<_ACEOF
2067#define PACKAGE_NAME "$PACKAGE_NAME"
2068_ACEOF
2069
b7026657
AC
2070cat >>confdefs.h <<_ACEOF
2071#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2072_ACEOF
2073
b7026657
AC
2074cat >>confdefs.h <<_ACEOF
2075#define PACKAGE_VERSION "$PACKAGE_VERSION"
2076_ACEOF
2077
b7026657
AC
2078cat >>confdefs.h <<_ACEOF
2079#define PACKAGE_STRING "$PACKAGE_STRING"
2080_ACEOF
2081
b7026657
AC
2082cat >>confdefs.h <<_ACEOF
2083#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2084_ACEOF
2085
81ecdfbb
RW
2086cat >>confdefs.h <<_ACEOF
2087#define PACKAGE_URL "$PACKAGE_URL"
2088_ACEOF
2089
b7026657
AC
2090
2091# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2092# Prefer an explicitly selected file to automatically selected ones.
2093ac_site_file1=NONE
2094ac_site_file2=NONE
2095if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2096 # We do not want a PATH search for config.site.
2097 case $CONFIG_SITE in #((
2098 -*) ac_site_file1=./$CONFIG_SITE;;
2099 */*) ac_site_file1=$CONFIG_SITE;;
2100 *) ac_site_file1=./$CONFIG_SITE;;
2101 esac
81ecdfbb
RW
2102elif test "x$prefix" != xNONE; then
2103 ac_site_file1=$prefix/share/config.site
2104 ac_site_file2=$prefix/etc/config.site
2105else
2106 ac_site_file1=$ac_default_prefix/share/config.site
2107 ac_site_file2=$ac_default_prefix/etc/config.site
2108fi
2109for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2110do
2111 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2112 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2113 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2114$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 2115 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2116 . "$ac_site_file" \
2117 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2118$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2119as_fn_error $? "failed to load site script $ac_site_file
2120See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
2121 fi
2122done
2123
2124if test -r "$cache_file"; then
d0ac1c44
SM
2125 # Some versions of bash will fail to source /dev/null (special files
2126 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2127 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2128 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2129$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2130 case $cache_file in
81ecdfbb
RW
2131 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2132 *) . "./$cache_file";;
b7026657
AC
2133 esac
2134 fi
2135else
81ecdfbb
RW
2136 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2137$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2138 >$cache_file
2139fi
2140
2141# Check that the precious variables saved in the cache have kept the same
2142# value.
2143ac_cache_corrupted=false
81ecdfbb 2144for ac_var in $ac_precious_vars; do
b7026657
AC
2145 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2146 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2147 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2148 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2149 case $ac_old_set,$ac_new_set in
2150 set,)
81ecdfbb
RW
2151 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2152$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2153 ac_cache_corrupted=: ;;
2154 ,set)
81ecdfbb
RW
2155 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2156$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2157 ac_cache_corrupted=: ;;
2158 ,);;
2159 *)
2160 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2161 # differences in whitespace do not lead to failure.
2162 ac_old_val_w=`echo x $ac_old_val`
2163 ac_new_val_w=`echo x $ac_new_val`
2164 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2165 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2166$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2167 ac_cache_corrupted=:
2168 else
2169 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2170$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2171 eval $ac_var=\$ac_old_val
2172 fi
2173 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2174$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2175 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2176$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2177 fi;;
2178 esac
2179 # Pass precious variables to config.status.
2180 if test "$ac_new_set" = set; then
2181 case $ac_new_val in
81ecdfbb 2182 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2183 *) ac_arg=$ac_var=$ac_new_val ;;
2184 esac
2185 case " $ac_configure_args " in
2186 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2187 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2188 esac
2189 fi
2190done
2191if $ac_cache_corrupted; then
81ecdfbb
RW
2192 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2193$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2194 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2195$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2196 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2197fi
81ecdfbb
RW
2198## -------------------- ##
2199## Main body of script. ##
2200## -------------------- ##
b7026657
AC
2201
2202ac_ext=c
2203ac_cpp='$CPP $CPPFLAGS'
2204ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2205ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2206ac_compiler_gnu=$ac_cv_c_compiler_gnu
2207
2208
6bb11ab3
L
2209
2210
2211
2212
2213
c2783492
MF
2214ac_aux_dir=
2215for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2216 if test -f "$ac_dir/install-sh"; then
2217 ac_aux_dir=$ac_dir
2218 ac_install_sh="$ac_aux_dir/install-sh -c"
2219 break
2220 elif test -f "$ac_dir/install.sh"; then
2221 ac_aux_dir=$ac_dir
2222 ac_install_sh="$ac_aux_dir/install.sh -c"
2223 break
2224 elif test -f "$ac_dir/shtool"; then
2225 ac_aux_dir=$ac_dir
2226 ac_install_sh="$ac_aux_dir/shtool install -c"
2227 break
2228 fi
2229done
2230if test -z "$ac_aux_dir"; then
2231 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2232fi
2233
2234# These three variables are undocumented and unsupported,
2235# and are intended to be withdrawn in a future Autoconf release.
2236# They can cause serious problems if a builder's source tree is in a directory
2237# whose full name contains unusual characters.
2238ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2239ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2240ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2241
2242
2243# Make sure we can run config.sub.
2244$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2245 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2246
2247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2248$as_echo_n "checking build system type... " >&6; }
2249if ${ac_cv_build+:} false; then :
2250 $as_echo_n "(cached) " >&6
2251else
2252 ac_build_alias=$build_alias
2253test "x$ac_build_alias" = x &&
2254 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2255test "x$ac_build_alias" = x &&
2256 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2257ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2258 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2259
2260fi
2261{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2262$as_echo "$ac_cv_build" >&6; }
2263case $ac_cv_build in
2264*-*-*) ;;
2265*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2266esac
2267build=$ac_cv_build
2268ac_save_IFS=$IFS; IFS='-'
2269set x $ac_cv_build
2270shift
2271build_cpu=$1
2272build_vendor=$2
2273shift; shift
2274# Remember, the first character of IFS is used to create $*,
2275# except with old shells:
2276build_os=$*
2277IFS=$ac_save_IFS
2278case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2279
2280
2281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2282$as_echo_n "checking host system type... " >&6; }
2283if ${ac_cv_host+:} false; then :
2284 $as_echo_n "(cached) " >&6
2285else
2286 if test "x$host_alias" = x; then
2287 ac_cv_host=$ac_cv_build
2288else
2289 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2290 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2291fi
2292
2293fi
2294{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2295$as_echo "$ac_cv_host" >&6; }
2296case $ac_cv_host in
2297*-*-*) ;;
2298*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2299esac
2300host=$ac_cv_host
2301ac_save_IFS=$IFS; IFS='-'
2302set x $ac_cv_host
2303shift
2304host_cpu=$1
2305host_vendor=$2
2306shift; shift
2307# Remember, the first character of IFS is used to create $*,
2308# except with old shells:
2309host_os=$*
2310IFS=$ac_save_IFS
2311case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2312
2313
2314{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2315$as_echo_n "checking target system type... " >&6; }
2316if ${ac_cv_target+:} false; then :
2317 $as_echo_n "(cached) " >&6
2318else
2319 if test "x$target_alias" = x; then
2320 ac_cv_target=$ac_cv_host
2321else
2322 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2323 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2324fi
2325
2326fi
2327{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2328$as_echo "$ac_cv_target" >&6; }
2329case $ac_cv_target in
2330*-*-*) ;;
2331*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2332esac
2333target=$ac_cv_target
2334ac_save_IFS=$IFS; IFS='-'
2335set x $ac_cv_target
2336shift
2337target_cpu=$1
2338target_vendor=$2
2339shift; shift
2340# Remember, the first character of IFS is used to create $*,
2341# except with old shells:
2342target_os=$*
2343IFS=$ac_save_IFS
2344case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2345
2346
2347# The aliases save the names the user supplied, while $host etc.
2348# will get canonicalized.
2349test -n "$target_alias" &&
2350 test "$program_prefix$program_suffix$program_transform_name" = \
2351 NONENONEs,x,x, &&
2352 program_prefix=${target_alias}-
6bb11ab3
L
2353ac_ext=c
2354ac_cpp='$CPP $CPPFLAGS'
2355ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2356ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2357ac_compiler_gnu=$ac_cv_c_compiler_gnu
2358if test -n "$ac_tool_prefix"; then
2359 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2360set dummy ${ac_tool_prefix}gcc; ac_word=$2
2361{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2362$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2363if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2364 $as_echo_n "(cached) " >&6
2365else
2366 if test -n "$CC"; then
2367 ac_cv_prog_CC="$CC" # Let the user override the test.
2368else
2369as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2370for as_dir in $PATH
2371do
2372 IFS=$as_save_IFS
2373 test -z "$as_dir" && as_dir=.
2374 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2375 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2376 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2377 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2378 break 2
2379 fi
2380done
2381 done
2382IFS=$as_save_IFS
2383
2384fi
2385fi
2386CC=$ac_cv_prog_CC
2387if test -n "$CC"; then
2388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2389$as_echo "$CC" >&6; }
2390else
2391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2392$as_echo "no" >&6; }
2393fi
2394
2395
2396fi
2397if test -z "$ac_cv_prog_CC"; then
2398 ac_ct_CC=$CC
2399 # Extract the first word of "gcc", so it can be a program name with args.
2400set dummy gcc; ac_word=$2
2401{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2402$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2403if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2404 $as_echo_n "(cached) " >&6
2405else
2406 if test -n "$ac_ct_CC"; then
2407 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2408else
2409as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2410for as_dir in $PATH
2411do
2412 IFS=$as_save_IFS
2413 test -z "$as_dir" && as_dir=.
2414 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2415 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2416 ac_cv_prog_ac_ct_CC="gcc"
2417 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2418 break 2
2419 fi
2420done
2421 done
2422IFS=$as_save_IFS
2423
2424fi
2425fi
2426ac_ct_CC=$ac_cv_prog_ac_ct_CC
2427if test -n "$ac_ct_CC"; then
2428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2429$as_echo "$ac_ct_CC" >&6; }
2430else
2431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2432$as_echo "no" >&6; }
2433fi
2434
2435 if test "x$ac_ct_CC" = x; then
2436 CC=""
2437 else
2438 case $cross_compiling:$ac_tool_warned in
2439yes:)
2440{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2441$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2442ac_tool_warned=yes ;;
2443esac
2444 CC=$ac_ct_CC
2445 fi
2446else
2447 CC="$ac_cv_prog_CC"
2448fi
2449
2450if test -z "$CC"; then
2451 if test -n "$ac_tool_prefix"; then
2452 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2453set dummy ${ac_tool_prefix}cc; ac_word=$2
2454{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2455$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2456if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2457 $as_echo_n "(cached) " >&6
2458else
2459 if test -n "$CC"; then
2460 ac_cv_prog_CC="$CC" # Let the user override the test.
2461else
2462as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2463for as_dir in $PATH
2464do
2465 IFS=$as_save_IFS
2466 test -z "$as_dir" && as_dir=.
2467 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2468 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2469 ac_cv_prog_CC="${ac_tool_prefix}cc"
2470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2471 break 2
2472 fi
2473done
2474 done
2475IFS=$as_save_IFS
2476
2477fi
2478fi
2479CC=$ac_cv_prog_CC
2480if test -n "$CC"; then
2481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2482$as_echo "$CC" >&6; }
2483else
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2485$as_echo "no" >&6; }
2486fi
2487
2488
2489 fi
2490fi
2491if test -z "$CC"; then
2492 # Extract the first word of "cc", so it can be a program name with args.
2493set dummy cc; ac_word=$2
2494{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2495$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2496if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2497 $as_echo_n "(cached) " >&6
2498else
2499 if test -n "$CC"; then
2500 ac_cv_prog_CC="$CC" # Let the user override the test.
2501else
2502 ac_prog_rejected=no
2503as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2504for as_dir in $PATH
2505do
2506 IFS=$as_save_IFS
2507 test -z "$as_dir" && as_dir=.
2508 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2509 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2510 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2511 ac_prog_rejected=yes
2512 continue
2513 fi
2514 ac_cv_prog_CC="cc"
2515 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2516 break 2
2517 fi
2518done
2519 done
2520IFS=$as_save_IFS
2521
2522if test $ac_prog_rejected = yes; then
2523 # We found a bogon in the path, so make sure we never use it.
2524 set dummy $ac_cv_prog_CC
2525 shift
2526 if test $# != 0; then
2527 # We chose a different compiler from the bogus one.
2528 # However, it has the same basename, so the bogon will be chosen
2529 # first if we set CC to just the basename; use the full file name.
2530 shift
2531 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2532 fi
2533fi
2534fi
2535fi
2536CC=$ac_cv_prog_CC
2537if test -n "$CC"; then
2538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2539$as_echo "$CC" >&6; }
2540else
2541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2542$as_echo "no" >&6; }
2543fi
2544
2545
2546fi
2547if test -z "$CC"; then
2548 if test -n "$ac_tool_prefix"; then
2549 for ac_prog in cl.exe
2550 do
2551 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2552set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2553{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2554$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2555if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2556 $as_echo_n "(cached) " >&6
2557else
2558 if test -n "$CC"; then
2559 ac_cv_prog_CC="$CC" # Let the user override the test.
2560else
2561as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2562for as_dir in $PATH
2563do
2564 IFS=$as_save_IFS
2565 test -z "$as_dir" && as_dir=.
2566 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2567 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2568 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2569 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2570 break 2
2571 fi
2572done
2573 done
2574IFS=$as_save_IFS
2575
2576fi
2577fi
2578CC=$ac_cv_prog_CC
2579if test -n "$CC"; then
2580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2581$as_echo "$CC" >&6; }
2582else
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2584$as_echo "no" >&6; }
2585fi
2586
2587
2588 test -n "$CC" && break
2589 done
2590fi
2591if test -z "$CC"; then
2592 ac_ct_CC=$CC
2593 for ac_prog in cl.exe
2594do
2595 # Extract the first word of "$ac_prog", so it can be a program name with args.
2596set dummy $ac_prog; ac_word=$2
2597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2598$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2599if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2600 $as_echo_n "(cached) " >&6
2601else
2602 if test -n "$ac_ct_CC"; then
2603 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2604else
2605as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2606for as_dir in $PATH
2607do
2608 IFS=$as_save_IFS
2609 test -z "$as_dir" && as_dir=.
2610 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2611 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2612 ac_cv_prog_ac_ct_CC="$ac_prog"
2613 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2614 break 2
2615 fi
2616done
2617 done
2618IFS=$as_save_IFS
2619
2620fi
2621fi
2622ac_ct_CC=$ac_cv_prog_ac_ct_CC
2623if test -n "$ac_ct_CC"; then
2624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2625$as_echo "$ac_ct_CC" >&6; }
2626else
2627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2628$as_echo "no" >&6; }
2629fi
2630
2631
2632 test -n "$ac_ct_CC" && break
2633done
2634
2635 if test "x$ac_ct_CC" = x; then
2636 CC=""
2637 else
2638 case $cross_compiling:$ac_tool_warned in
2639yes:)
2640{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2641$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2642ac_tool_warned=yes ;;
2643esac
2644 CC=$ac_ct_CC
2645 fi
2646fi
2647
2648fi
2649
2650
2651test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2652$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2653as_fn_error $? "no acceptable C compiler found in \$PATH
2654See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2655
2656# Provide some information about the compiler.
2657$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2658set X $ac_compile
2659ac_compiler=$2
2660for ac_option in --version -v -V -qversion; do
2661 { { ac_try="$ac_compiler $ac_option >&5"
2662case "(($ac_try" in
2663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2664 *) ac_try_echo=$ac_try;;
2665esac
2666eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2667$as_echo "$ac_try_echo"; } >&5
2668 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2669 ac_status=$?
2670 if test -s conftest.err; then
2671 sed '10a\
2672... rest of stderr output deleted ...
2673 10q' conftest.err >conftest.er1
2674 cat conftest.er1 >&5
6bb11ab3 2675 fi
d0ac1c44 2676 rm -f conftest.er1 conftest.err
6bb11ab3
L
2677 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2678 test $ac_status = 0; }
2679done
2680
2681cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2682/* end confdefs.h. */
2683
2684int
2685main ()
2686{
2687
2688 ;
2689 return 0;
2690}
2691_ACEOF
2692ac_clean_files_save=$ac_clean_files
d0ac1c44 2693ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2694# Try to create an executable without -o first, disregard a.out.
2695# It will help us diagnose broken compilers, and finding out an intuition
2696# of exeext.
d0ac1c44
SM
2697{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2698$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2699ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2700
2701# The possible output files:
2702ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2703
2704ac_rmfiles=
2705for ac_file in $ac_files
2706do
2707 case $ac_file in
2708 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2709 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2710 esac
2711done
2712rm -f $ac_rmfiles
2713
2714if { { ac_try="$ac_link_default"
2715case "(($ac_try" in
2716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2717 *) ac_try_echo=$ac_try;;
2718esac
2719eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2720$as_echo "$ac_try_echo"; } >&5
2721 (eval "$ac_link_default") 2>&5
2722 ac_status=$?
2723 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2724 test $ac_status = 0; }; then :
2725 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2726# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2727# in a Makefile. We should not override ac_cv_exeext if it was cached,
2728# so that the user can short-circuit this test for compilers unknown to
2729# Autoconf.
2730for ac_file in $ac_files ''
2731do
2732 test -f "$ac_file" || continue
2733 case $ac_file in
2734 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2735 ;;
2736 [ab].out )
2737 # We found the default executable, but exeext='' is most
2738 # certainly right.
2739 break;;
2740 *.* )
2741 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2742 then :; else
2743 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2744 fi
2745 # We set ac_cv_exeext here because the later test for it is not
2746 # safe: cross compilers may not add the suffix if given an `-o'
2747 # argument, so we may need to know it at that point already.
2748 # Even if this section looks crufty: it has the advantage of
2749 # actually working.
2750 break;;
2751 * )
2752 break;;
2753 esac
2754done
2755test "$ac_cv_exeext" = no && ac_cv_exeext=
2756
2757else
2758 ac_file=''
2759fi
6bb11ab3 2760if test -z "$ac_file"; then :
d0ac1c44
SM
2761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2762$as_echo "no" >&6; }
2763$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2764sed 's/^/| /' conftest.$ac_ext >&5
2765
2766{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2767$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2768as_fn_error 77 "C compiler cannot create executables
2769See \`config.log' for more details" "$LINENO" 5; }
2770else
2771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2772$as_echo "yes" >&6; }
6bb11ab3 2773fi
d0ac1c44
SM
2774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2775$as_echo_n "checking for C compiler default output file name... " >&6; }
2776{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2777$as_echo "$ac_file" >&6; }
6bb11ab3
L
2778ac_exeext=$ac_cv_exeext
2779
d0ac1c44 2780rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2781ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2783$as_echo_n "checking for suffix of executables... " >&6; }
2784if { { ac_try="$ac_link"
2785case "(($ac_try" in
2786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2787 *) ac_try_echo=$ac_try;;
2788esac
2789eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2790$as_echo "$ac_try_echo"; } >&5
2791 (eval "$ac_link") 2>&5
2792 ac_status=$?
2793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2794 test $ac_status = 0; }; then :
2795 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2796# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2797# work properly (i.e., refer to `conftest.exe'), while it won't with
2798# `rm'.
2799for ac_file in conftest.exe conftest conftest.*; do
2800 test -f "$ac_file" || continue
2801 case $ac_file in
2802 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2803 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2804 break;;
2805 * ) break;;
2806 esac
2807done
2808else
2809 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2810$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2811as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2812See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2813fi
d0ac1c44 2814rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2815{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2816$as_echo "$ac_cv_exeext" >&6; }
2817
2818rm -f conftest.$ac_ext
2819EXEEXT=$ac_cv_exeext
2820ac_exeext=$EXEEXT
d0ac1c44
SM
2821cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2822/* end confdefs.h. */
2823#include <stdio.h>
2824int
2825main ()
2826{
2827FILE *f = fopen ("conftest.out", "w");
2828 return ferror (f) || fclose (f) != 0;
2829
2830 ;
2831 return 0;
2832}
2833_ACEOF
2834ac_clean_files="$ac_clean_files conftest.out"
2835# Check that the compiler produces executables we can run. If not, either
2836# the compiler is broken, or we cross compile.
2837{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2838$as_echo_n "checking whether we are cross compiling... " >&6; }
2839if test "$cross_compiling" != yes; then
2840 { { ac_try="$ac_link"
2841case "(($ac_try" in
2842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2843 *) ac_try_echo=$ac_try;;
2844esac
2845eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2846$as_echo "$ac_try_echo"; } >&5
2847 (eval "$ac_link") 2>&5
2848 ac_status=$?
2849 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2850 test $ac_status = 0; }
2851 if { ac_try='./conftest$ac_cv_exeext'
2852 { { case "(($ac_try" in
2853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2854 *) ac_try_echo=$ac_try;;
2855esac
2856eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2857$as_echo "$ac_try_echo"; } >&5
2858 (eval "$ac_try") 2>&5
2859 ac_status=$?
2860 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2861 test $ac_status = 0; }; }; then
2862 cross_compiling=no
2863 else
2864 if test "$cross_compiling" = maybe; then
2865 cross_compiling=yes
2866 else
2867 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2868$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2869as_fn_error $? "cannot run C compiled programs.
2870If you meant to cross compile, use \`--host'.
2871See \`config.log' for more details" "$LINENO" 5; }
2872 fi
2873 fi
2874fi
2875{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2876$as_echo "$cross_compiling" >&6; }
2877
2878rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2879ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2881$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2882if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2883 $as_echo_n "(cached) " >&6
2884else
2885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2886/* end confdefs.h. */
2887
2888int
2889main ()
2890{
2891
2892 ;
2893 return 0;
2894}
2895_ACEOF
2896rm -f conftest.o conftest.obj
2897if { { ac_try="$ac_compile"
2898case "(($ac_try" in
2899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2900 *) ac_try_echo=$ac_try;;
2901esac
2902eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2903$as_echo "$ac_try_echo"; } >&5
2904 (eval "$ac_compile") 2>&5
2905 ac_status=$?
2906 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2907 test $ac_status = 0; }; then :
2908 for ac_file in conftest.o conftest.obj conftest.*; do
2909 test -f "$ac_file" || continue;
2910 case $ac_file in
2911 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2912 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2913 break;;
2914 esac
2915done
2916else
2917 $as_echo "$as_me: failed program was:" >&5
2918sed 's/^/| /' conftest.$ac_ext >&5
2919
2920{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2921$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2922as_fn_error $? "cannot compute suffix of object files: cannot compile
2923See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2924fi
2925rm -f conftest.$ac_cv_objext conftest.$ac_ext
2926fi
2927{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2928$as_echo "$ac_cv_objext" >&6; }
2929OBJEXT=$ac_cv_objext
2930ac_objext=$OBJEXT
2931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2932$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2933if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2934 $as_echo_n "(cached) " >&6
2935else
2936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2937/* end confdefs.h. */
2938
2939int
2940main ()
2941{
2942#ifndef __GNUC__
2943 choke me
2944#endif
2945
2946 ;
2947 return 0;
2948}
2949_ACEOF
2950if ac_fn_c_try_compile "$LINENO"; then :
2951 ac_compiler_gnu=yes
2952else
2953 ac_compiler_gnu=no
2954fi
2955rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2956ac_cv_c_compiler_gnu=$ac_compiler_gnu
2957
2958fi
2959{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2960$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2961if test $ac_compiler_gnu = yes; then
2962 GCC=yes
2963else
2964 GCC=
2965fi
2966ac_test_CFLAGS=${CFLAGS+set}
2967ac_save_CFLAGS=$CFLAGS
2968{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2969$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 2970if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
2971 $as_echo_n "(cached) " >&6
2972else
2973 ac_save_c_werror_flag=$ac_c_werror_flag
2974 ac_c_werror_flag=yes
2975 ac_cv_prog_cc_g=no
2976 CFLAGS="-g"
2977 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2978/* end confdefs.h. */
2979
2980int
2981main ()
2982{
2983
2984 ;
2985 return 0;
2986}
2987_ACEOF
2988if ac_fn_c_try_compile "$LINENO"; then :
2989 ac_cv_prog_cc_g=yes
2990else
2991 CFLAGS=""
2992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2993/* end confdefs.h. */
2994
2995int
2996main ()
2997{
2998
2999 ;
3000 return 0;
3001}
3002_ACEOF
3003if ac_fn_c_try_compile "$LINENO"; then :
3004
3005else
3006 ac_c_werror_flag=$ac_save_c_werror_flag
3007 CFLAGS="-g"
3008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3009/* end confdefs.h. */
3010
3011int
3012main ()
3013{
3014
3015 ;
3016 return 0;
3017}
3018_ACEOF
3019if ac_fn_c_try_compile "$LINENO"; then :
3020 ac_cv_prog_cc_g=yes
3021fi
3022rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3023fi
3024rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3025fi
3026rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3027 ac_c_werror_flag=$ac_save_c_werror_flag
3028fi
3029{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3030$as_echo "$ac_cv_prog_cc_g" >&6; }
3031if test "$ac_test_CFLAGS" = set; then
3032 CFLAGS=$ac_save_CFLAGS
3033elif test $ac_cv_prog_cc_g = yes; then
3034 if test "$GCC" = yes; then
3035 CFLAGS="-g -O2"
3036 else
3037 CFLAGS="-g"
3038 fi
3039else
3040 if test "$GCC" = yes; then
3041 CFLAGS="-O2"
3042 else
3043 CFLAGS=
3044 fi
3045fi
3046{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3047$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3048if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3049 $as_echo_n "(cached) " >&6
3050else
3051 ac_cv_prog_cc_c89=no
3052ac_save_CC=$CC
3053cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3054/* end confdefs.h. */
3055#include <stdarg.h>
3056#include <stdio.h>
d0ac1c44 3057struct stat;
6bb11ab3
L
3058/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3059struct buf { int x; };
3060FILE * (*rcsopen) (struct buf *, struct stat *, int);
3061static char *e (p, i)
3062 char **p;
3063 int i;
3064{
3065 return p[i];
3066}
3067static char *f (char * (*g) (char **, int), char **p, ...)
3068{
3069 char *s;
3070 va_list v;
3071 va_start (v,p);
3072 s = g (p, va_arg (v,int));
3073 va_end (v);
3074 return s;
3075}
3076
3077/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3078 function prototypes and stuff, but not '\xHH' hex character constants.
3079 These don't provoke an error unfortunately, instead are silently treated
3080 as 'x'. The following induces an error, until -std is added to get
3081 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3082 array size at least. It's necessary to write '\x00'==0 to get something
3083 that's true only with -std. */
3084int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3085
3086/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3087 inside strings and character constants. */
3088#define FOO(x) 'x'
3089int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3090
3091int test (int i, double x);
3092struct s1 {int (*f) (int a);};
3093struct s2 {int (*f) (double a);};
3094int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3095int argc;
3096char **argv;
3097int
3098main ()
3099{
3100return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3101 ;
3102 return 0;
3103}
3104_ACEOF
3105for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3106 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3107do
3108 CC="$ac_save_CC $ac_arg"
3109 if ac_fn_c_try_compile "$LINENO"; then :
3110 ac_cv_prog_cc_c89=$ac_arg
3111fi
3112rm -f core conftest.err conftest.$ac_objext
3113 test "x$ac_cv_prog_cc_c89" != "xno" && break
3114done
3115rm -f conftest.$ac_ext
3116CC=$ac_save_CC
3117
3118fi
3119# AC_CACHE_VAL
3120case "x$ac_cv_prog_cc_c89" in
3121 x)
3122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3123$as_echo "none needed" >&6; } ;;
3124 xno)
3125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3126$as_echo "unsupported" >&6; } ;;
3127 *)
3128 CC="$CC $ac_cv_prog_cc_c89"
3129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3130$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3131esac
3132if test "x$ac_cv_prog_cc_c89" != xno; then :
3133
3134fi
3135
3136ac_ext=c
3137ac_cpp='$CPP $CPPFLAGS'
3138ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3139ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3140ac_compiler_gnu=$ac_cv_c_compiler_gnu
3141
c2783492 3142
ebe9564b
MF
3143ac_ext=c
3144ac_cpp='$CPP $CPPFLAGS'
3145ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3146ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3147ac_compiler_gnu=$ac_cv_c_compiler_gnu
3148{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3149$as_echo_n "checking how to run the C preprocessor... " >&6; }
3150# On Suns, sometimes $CPP names a directory.
3151if test -n "$CPP" && test -d "$CPP"; then
3152 CPP=
3153fi
3154if test -z "$CPP"; then
3155 if ${ac_cv_prog_CPP+:} false; then :
3156 $as_echo_n "(cached) " >&6
3157else
3158 # Double quotes because CPP needs to be expanded
3159 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3160 do
3161 ac_preproc_ok=false
3162for ac_c_preproc_warn_flag in '' yes
3163do
3164 # Use a header file that comes with gcc, so configuring glibc
3165 # with a fresh cross-compiler works.
3166 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3167 # <limits.h> exists even on freestanding compilers.
3168 # On the NeXT, cc -E runs the code through the compiler's parser,
3169 # not just through cpp. "Syntax error" is here to catch this case.
3170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3171/* end confdefs.h. */
3172#ifdef __STDC__
3173# include <limits.h>
3174#else
3175# include <assert.h>
3176#endif
3177 Syntax error
3178_ACEOF
3179if ac_fn_c_try_cpp "$LINENO"; then :
3180
3181else
3182 # Broken: fails on valid input.
3183continue
3184fi
3185rm -f conftest.err conftest.i conftest.$ac_ext
3186
3187 # OK, works on sane cases. Now check whether nonexistent headers
3188 # can be detected and how.
3189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3190/* end confdefs.h. */
3191#include <ac_nonexistent.h>
3192_ACEOF
3193if ac_fn_c_try_cpp "$LINENO"; then :
3194 # Broken: success on invalid input.
3195continue
3196else
3197 # Passes both tests.
3198ac_preproc_ok=:
3199break
3200fi
3201rm -f conftest.err conftest.i conftest.$ac_ext
3202
3203done
3204# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3205rm -f conftest.i conftest.err conftest.$ac_ext
3206if $ac_preproc_ok; then :
3207 break
3208fi
3209
3210 done
3211 ac_cv_prog_CPP=$CPP
3212
3213fi
3214 CPP=$ac_cv_prog_CPP
3215else
3216 ac_cv_prog_CPP=$CPP
3217fi
3218{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3219$as_echo "$CPP" >&6; }
3220ac_preproc_ok=false
3221for ac_c_preproc_warn_flag in '' yes
3222do
3223 # Use a header file that comes with gcc, so configuring glibc
3224 # with a fresh cross-compiler works.
3225 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3226 # <limits.h> exists even on freestanding compilers.
3227 # On the NeXT, cc -E runs the code through the compiler's parser,
3228 # not just through cpp. "Syntax error" is here to catch this case.
3229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3230/* end confdefs.h. */
3231#ifdef __STDC__
3232# include <limits.h>
3233#else
3234# include <assert.h>
3235#endif
3236 Syntax error
3237_ACEOF
3238if ac_fn_c_try_cpp "$LINENO"; then :
3239
3240else
3241 # Broken: fails on valid input.
3242continue
3243fi
3244rm -f conftest.err conftest.i conftest.$ac_ext
3245
3246 # OK, works on sane cases. Now check whether nonexistent headers
3247 # can be detected and how.
3248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3249/* end confdefs.h. */
3250#include <ac_nonexistent.h>
3251_ACEOF
3252if ac_fn_c_try_cpp "$LINENO"; then :
3253 # Broken: success on invalid input.
3254continue
3255else
3256 # Passes both tests.
3257ac_preproc_ok=:
3258break
3259fi
3260rm -f conftest.err conftest.i conftest.$ac_ext
3261
3262done
3263# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3264rm -f conftest.i conftest.err conftest.$ac_ext
3265if $ac_preproc_ok; then :
3266
3267else
3268 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3269$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3270as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3271See \`config.log' for more details" "$LINENO" 5; }
3272fi
3273
3274ac_ext=c
3275ac_cpp='$CPP $CPPFLAGS'
3276ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3277ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3278ac_compiler_gnu=$ac_cv_c_compiler_gnu
3279
6bb11ab3
L
3280
3281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3282$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3283if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3284 $as_echo_n "(cached) " >&6
3285else
3286 if test -z "$GREP"; then
3287 ac_path_GREP_found=false
3288 # Loop through the user's path and test for each of PROGNAME-LIST
3289 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3290for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3291do
3292 IFS=$as_save_IFS
3293 test -z "$as_dir" && as_dir=.
3294 for ac_prog in grep ggrep; do
3295 for ac_exec_ext in '' $ac_executable_extensions; do
3296 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3297 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3298# Check for GNU ac_path_GREP and select it if it is found.
3299 # Check for GNU $ac_path_GREP
3300case `"$ac_path_GREP" --version 2>&1` in
3301*GNU*)
3302 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3303*)
3304 ac_count=0
3305 $as_echo_n 0123456789 >"conftest.in"
3306 while :
3307 do
3308 cat "conftest.in" "conftest.in" >"conftest.tmp"
3309 mv "conftest.tmp" "conftest.in"
3310 cp "conftest.in" "conftest.nl"
3311 $as_echo 'GREP' >> "conftest.nl"
3312 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3313 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3314 as_fn_arith $ac_count + 1 && ac_count=$as_val
3315 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3316 # Best one so far, save it but keep looking for a better one
3317 ac_cv_path_GREP="$ac_path_GREP"
3318 ac_path_GREP_max=$ac_count
3319 fi
3320 # 10*(2^10) chars as input seems more than enough
3321 test $ac_count -gt 10 && break
3322 done
3323 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3324esac
3325
3326 $ac_path_GREP_found && break 3
3327 done
3328 done
3329 done
3330IFS=$as_save_IFS
3331 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3332 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3333 fi
3334else
3335 ac_cv_path_GREP=$GREP
3336fi
3337
3338fi
3339{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3340$as_echo "$ac_cv_path_GREP" >&6; }
3341 GREP="$ac_cv_path_GREP"
3342
3343
3344{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3345$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3346if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3347 $as_echo_n "(cached) " >&6
3348else
3349 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3350 then ac_cv_path_EGREP="$GREP -E"
3351 else
3352 if test -z "$EGREP"; then
3353 ac_path_EGREP_found=false
3354 # Loop through the user's path and test for each of PROGNAME-LIST
3355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3356for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3357do
3358 IFS=$as_save_IFS
3359 test -z "$as_dir" && as_dir=.
3360 for ac_prog in egrep; do
3361 for ac_exec_ext in '' $ac_executable_extensions; do
3362 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3363 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3364# Check for GNU ac_path_EGREP and select it if it is found.
3365 # Check for GNU $ac_path_EGREP
3366case `"$ac_path_EGREP" --version 2>&1` in
3367*GNU*)
3368 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3369*)
3370 ac_count=0
3371 $as_echo_n 0123456789 >"conftest.in"
3372 while :
3373 do
3374 cat "conftest.in" "conftest.in" >"conftest.tmp"
3375 mv "conftest.tmp" "conftest.in"
3376 cp "conftest.in" "conftest.nl"
3377 $as_echo 'EGREP' >> "conftest.nl"
3378 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3379 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3380 as_fn_arith $ac_count + 1 && ac_count=$as_val
3381 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3382 # Best one so far, save it but keep looking for a better one
3383 ac_cv_path_EGREP="$ac_path_EGREP"
3384 ac_path_EGREP_max=$ac_count
3385 fi
3386 # 10*(2^10) chars as input seems more than enough
3387 test $ac_count -gt 10 && break
3388 done
3389 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3390esac
3391
3392 $ac_path_EGREP_found && break 3
3393 done
3394 done
3395 done
3396IFS=$as_save_IFS
3397 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3398 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3399 fi
3400else
3401 ac_cv_path_EGREP=$EGREP
3402fi
3403
3404 fi
3405fi
3406{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3407$as_echo "$ac_cv_path_EGREP" >&6; }
3408 EGREP="$ac_cv_path_EGREP"
3409
3410
3411{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3412$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3413if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3414 $as_echo_n "(cached) " >&6
3415else
3416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3417/* end confdefs.h. */
3418#include <stdlib.h>
3419#include <stdarg.h>
3420#include <string.h>
3421#include <float.h>
3422
3423int
3424main ()
3425{
3426
3427 ;
3428 return 0;
3429}
3430_ACEOF
3431if ac_fn_c_try_compile "$LINENO"; then :
3432 ac_cv_header_stdc=yes
3433else
3434 ac_cv_header_stdc=no
3435fi
3436rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3437
3438if test $ac_cv_header_stdc = yes; then
3439 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3441/* end confdefs.h. */
3442#include <string.h>
3443
3444_ACEOF
3445if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3446 $EGREP "memchr" >/dev/null 2>&1; then :
3447
3448else
3449 ac_cv_header_stdc=no
3450fi
3451rm -f conftest*
3452
3453fi
3454
3455if test $ac_cv_header_stdc = yes; then
3456 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3458/* end confdefs.h. */
3459#include <stdlib.h>
3460
3461_ACEOF
3462if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3463 $EGREP "free" >/dev/null 2>&1; then :
3464
3465else
3466 ac_cv_header_stdc=no
3467fi
3468rm -f conftest*
3469
3470fi
3471
3472if test $ac_cv_header_stdc = yes; then
3473 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3474 if test "$cross_compiling" = yes; then :
3475 :
3476else
3477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3478/* end confdefs.h. */
3479#include <ctype.h>
3480#include <stdlib.h>
3481#if ((' ' & 0x0FF) == 0x020)
3482# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3483# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3484#else
3485# define ISLOWER(c) \
3486 (('a' <= (c) && (c) <= 'i') \
3487 || ('j' <= (c) && (c) <= 'r') \
3488 || ('s' <= (c) && (c) <= 'z'))
3489# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3490#endif
3491
3492#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3493int
3494main ()
3495{
3496 int i;
3497 for (i = 0; i < 256; i++)
3498 if (XOR (islower (i), ISLOWER (i))
3499 || toupper (i) != TOUPPER (i))
3500 return 2;
3501 return 0;
3502}
3503_ACEOF
3504if ac_fn_c_try_run "$LINENO"; then :
3505
3506else
3507 ac_cv_header_stdc=no
3508fi
3509rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3510 conftest.$ac_objext conftest.beam conftest.$ac_ext
3511fi
3512
3513fi
3514fi
3515{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3516$as_echo "$ac_cv_header_stdc" >&6; }
3517if test $ac_cv_header_stdc = yes; then
3518
3519$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3520
3521fi
3522
3523# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3524for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3525 inttypes.h stdint.h unistd.h
3526do :
3527 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3528ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3529"
d0ac1c44 3530if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3531 cat >>confdefs.h <<_ACEOF
3532#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3533_ACEOF
3534
3535fi
3536
3537done
3538
3539
3540
3541 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3542if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3543 MINIX=yes
3544else
3545 MINIX=
3546fi
3547
3548
3549 if test "$MINIX" = yes; then
3550
3551$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3552
3553
3554$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3555
3556
3557$as_echo "#define _MINIX 1" >>confdefs.h
3558
3559 fi
3560
3561
3562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3563$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3564if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3565 $as_echo_n "(cached) " >&6
3566else
3567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3568/* end confdefs.h. */
3569
d0ac1c44
SM
3570# define __EXTENSIONS__ 1
3571 $ac_includes_default
6bb11ab3
L
3572int
3573main ()
3574{
3575
3576 ;
3577 return 0;
3578}
3579_ACEOF
3580if ac_fn_c_try_compile "$LINENO"; then :
3581 ac_cv_safe_to_define___extensions__=yes
3582else
3583 ac_cv_safe_to_define___extensions__=no
3584fi
3585rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3586fi
3587{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3588$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3589 test $ac_cv_safe_to_define___extensions__ = yes &&
3590 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3591
3592 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3593
3594 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3595
3596 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3597
3598 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3599
3600
3601test "$program_prefix" != NONE &&
3602 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3603# Use a double $ so make ignores it.
3604test "$program_suffix" != NONE &&
3605 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3606# Double any \ or $.
3607# By default was `s,x,x', remove it if useless.
3608ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3609program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3610
3611# Find a good install program. We prefer a C program (faster),
3612# so one script is as good as another. But avoid the broken or
3613# incompatible versions:
3614# SysV /etc/install, /usr/sbin/install
3615# SunOS /usr/etc/install
3616# IRIX /sbin/install
3617# AIX /bin/install
3618# AmigaOS /C/install, which installs bootblocks on floppy discs
3619# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3620# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3621# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3622# OS/2's system install, which has a completely different semantic
3623# ./install, which can be erroneously created by make from ./install.sh.
3624# Reject install programs that cannot install multiple files.
3625{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3626$as_echo_n "checking for a BSD-compatible install... " >&6; }
3627if test -z "$INSTALL"; then
d0ac1c44 3628if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3629 $as_echo_n "(cached) " >&6
3630else
3631 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3632for as_dir in $PATH
3633do
3634 IFS=$as_save_IFS
3635 test -z "$as_dir" && as_dir=.
3636 # Account for people who put trailing slashes in PATH elements.
3637case $as_dir/ in #((
3638 ./ | .// | /[cC]/* | \
3639 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3640 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3641 /usr/ucb/* ) ;;
3642 *)
3643 # OSF1 and SCO ODT 3.0 have their own names for install.
3644 # Don't use installbsd from OSF since it installs stuff as root
3645 # by default.
3646 for ac_prog in ginstall scoinst install; do
3647 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3648 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3649 if test $ac_prog = install &&
3650 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3651 # AIX install. It has an incompatible calling convention.
3652 :
3653 elif test $ac_prog = install &&
3654 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3655 # program-specific install script used by HP pwplus--don't use.
3656 :
3657 else
3658 rm -rf conftest.one conftest.two conftest.dir
3659 echo one > conftest.one
3660 echo two > conftest.two
3661 mkdir conftest.dir
3662 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3663 test -s conftest.one && test -s conftest.two &&
3664 test -s conftest.dir/conftest.one &&
3665 test -s conftest.dir/conftest.two
3666 then
3667 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3668 break 3
3669 fi
3670 fi
3671 fi
3672 done
3673 done
3674 ;;
3675esac
3676
3677 done
3678IFS=$as_save_IFS
3679
3680rm -rf conftest.one conftest.two conftest.dir
3681
3682fi
3683 if test "${ac_cv_path_install+set}" = set; then
3684 INSTALL=$ac_cv_path_install
3685 else
3686 # As a last resort, use the slow shell script. Don't cache a
3687 # value for INSTALL within a source directory, because that will
3688 # break other packages using the cache if that directory is
3689 # removed, or if the value is a relative name.
3690 INSTALL=$ac_install_sh
3691 fi
3692fi
3693{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3694$as_echo "$INSTALL" >&6; }
3695
3696# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3697# It thinks the first close brace ends the variable substitution.
3698test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3699
3700test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3701
3702test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3703
3704rm -rf .tst 2>/dev/null
3705mkdir .tst 2>/dev/null
3706if test -d .tst; then
3707 am__leading_dot=.
3708else
3709 am__leading_dot=_
3710fi
3711rmdir .tst 2>/dev/null
3712
3713DEPDIR="${am__leading_dot}deps"
3714
3715case `pwd` in
3716 *\ * | *\ *)
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3718$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3719esac
3720
3721
3722
3723macro_version='2.2.7a'
3724macro_revision='1.3134'
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738ltmain="$ac_aux_dir/ltmain.sh"
3739
3740# Backslashify metacharacters that are still active within
3741# double-quoted strings.
3742sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3743
3744# Same as above, but do not quote variable references.
3745double_quote_subst='s/\(["`\\]\)/\\\1/g'
3746
3747# Sed substitution to delay expansion of an escaped shell variable in a
3748# double_quote_subst'ed string.
3749delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3750
3751# Sed substitution to delay expansion of an escaped single quote.
3752delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3753
3754# Sed substitution to avoid accidental globbing in evaled expressions
3755no_glob_subst='s/\*/\\\*/g'
3756
3757ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3758ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3759ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3760
3761{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3762$as_echo_n "checking how to print strings... " >&6; }
3763# Test print first, because it will be a builtin if present.
3764if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3765 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3766 ECHO='print -r --'
3767elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3768 ECHO='printf %s\n'
3769else
3770 # Use this function as a fallback that always works.
3771 func_fallback_echo ()
3772 {
3773 eval 'cat <<_LTECHO_EOF
3774$1
3775_LTECHO_EOF'
3776 }
3777 ECHO='func_fallback_echo'
3778fi
3779
3780# func_echo_all arg...
3781# Invoke $ECHO with all args, space-separated.
3782func_echo_all ()
3783{
3784 $ECHO ""
3785}
3786
3787case "$ECHO" in
3788 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3789$as_echo "printf" >&6; } ;;
3790 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3791$as_echo "print -r" >&6; } ;;
3792 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3793$as_echo "cat" >&6; } ;;
3794esac
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3810$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3811if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3812 $as_echo_n "(cached) " >&6
3813else
3814 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3815 for ac_i in 1 2 3 4 5 6 7; do
3816 ac_script="$ac_script$as_nl$ac_script"
3817 done
3818 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3819 { ac_script=; unset ac_script;}
3820 if test -z "$SED"; then
3821 ac_path_SED_found=false
3822 # Loop through the user's path and test for each of PROGNAME-LIST
3823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3824for as_dir in $PATH
3825do
3826 IFS=$as_save_IFS
3827 test -z "$as_dir" && as_dir=.
3828 for ac_prog in sed gsed; do
3829 for ac_exec_ext in '' $ac_executable_extensions; do
3830 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3831 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3832# Check for GNU ac_path_SED and select it if it is found.
3833 # Check for GNU $ac_path_SED
3834case `"$ac_path_SED" --version 2>&1` in
3835*GNU*)
3836 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3837*)
3838 ac_count=0
3839 $as_echo_n 0123456789 >"conftest.in"
3840 while :
3841 do
3842 cat "conftest.in" "conftest.in" >"conftest.tmp"
3843 mv "conftest.tmp" "conftest.in"
3844 cp "conftest.in" "conftest.nl"
3845 $as_echo '' >> "conftest.nl"
3846 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3847 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3848 as_fn_arith $ac_count + 1 && ac_count=$as_val
3849 if test $ac_count -gt ${ac_path_SED_max-0}; then
3850 # Best one so far, save it but keep looking for a better one
3851 ac_cv_path_SED="$ac_path_SED"
3852 ac_path_SED_max=$ac_count
3853 fi
3854 # 10*(2^10) chars as input seems more than enough
3855 test $ac_count -gt 10 && break
3856 done
3857 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3858esac
3859
3860 $ac_path_SED_found && break 3
3861 done
3862 done
3863 done
3864IFS=$as_save_IFS
3865 if test -z "$ac_cv_path_SED"; then
d0ac1c44 3866 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
3867 fi
3868else
3869 ac_cv_path_SED=$SED
3870fi
3871
3872fi
3873{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3874$as_echo "$ac_cv_path_SED" >&6; }
3875 SED="$ac_cv_path_SED"
3876 rm -f conftest.sed
3877
3878test -z "$SED" && SED=sed
3879Xsed="$SED -e 1s/^X//"
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3892$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 3893if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
3894 $as_echo_n "(cached) " >&6
3895else
3896 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3897 then ac_cv_path_FGREP="$GREP -F"
3898 else
3899 if test -z "$FGREP"; then
3900 ac_path_FGREP_found=false
3901 # Loop through the user's path and test for each of PROGNAME-LIST
3902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3903for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3904do
3905 IFS=$as_save_IFS
3906 test -z "$as_dir" && as_dir=.
3907 for ac_prog in fgrep; do
3908 for ac_exec_ext in '' $ac_executable_extensions; do
3909 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3910 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
3911# Check for GNU ac_path_FGREP and select it if it is found.
3912 # Check for GNU $ac_path_FGREP
3913case `"$ac_path_FGREP" --version 2>&1` in
3914*GNU*)
3915 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3916*)
3917 ac_count=0
3918 $as_echo_n 0123456789 >"conftest.in"
3919 while :
3920 do
3921 cat "conftest.in" "conftest.in" >"conftest.tmp"
3922 mv "conftest.tmp" "conftest.in"
3923 cp "conftest.in" "conftest.nl"
3924 $as_echo 'FGREP' >> "conftest.nl"
3925 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3926 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3927 as_fn_arith $ac_count + 1 && ac_count=$as_val
3928 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3929 # Best one so far, save it but keep looking for a better one
3930 ac_cv_path_FGREP="$ac_path_FGREP"
3931 ac_path_FGREP_max=$ac_count
3932 fi
3933 # 10*(2^10) chars as input seems more than enough
3934 test $ac_count -gt 10 && break
3935 done
3936 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3937esac
3938
3939 $ac_path_FGREP_found && break 3
3940 done
3941 done
3942 done
3943IFS=$as_save_IFS
3944 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 3945 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3946 fi
3947else
3948 ac_cv_path_FGREP=$FGREP
3949fi
3950
3951 fi
3952fi
3953{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
3954$as_echo "$ac_cv_path_FGREP" >&6; }
3955 FGREP="$ac_cv_path_FGREP"
3956
3957
3958test -z "$GREP" && GREP=grep
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978# Check whether --with-gnu-ld was given.
3979if test "${with_gnu_ld+set}" = set; then :
3980 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
3981else
3982 with_gnu_ld=no
3983fi
3984
3985ac_prog=ld
3986if test "$GCC" = yes; then
3987 # Check if gcc -print-prog-name=ld gives a path.
3988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
3989$as_echo_n "checking for ld used by $CC... " >&6; }
3990 case $host in
3991 *-*-mingw*)
3992 # gcc leaves a trailing carriage return which upsets mingw
3993 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3994 *)
3995 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3996 esac
3997 case $ac_prog in
3998 # Accept absolute paths.
3999 [\\/]* | ?:[\\/]*)
4000 re_direlt='/[^/][^/]*/\.\./'
4001 # Canonicalize the pathname of ld
4002 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4003 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4004 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4005 done
4006 test -z "$LD" && LD="$ac_prog"
4007 ;;
4008 "")
4009 # If it fails, then pretend we aren't using GCC.
4010 ac_prog=ld
4011 ;;
4012 *)
4013 # If it is relative, then search for the first ld in PATH.
4014 with_gnu_ld=unknown
4015 ;;
4016 esac
4017elif test "$with_gnu_ld" = yes; then
4018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4019$as_echo_n "checking for GNU ld... " >&6; }
4020else
4021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4022$as_echo_n "checking for non-GNU ld... " >&6; }
4023fi
d0ac1c44 4024if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4025 $as_echo_n "(cached) " >&6
4026else
4027 if test -z "$LD"; then
4028 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4029 for ac_dir in $PATH; do
4030 IFS="$lt_save_ifs"
4031 test -z "$ac_dir" && ac_dir=.
4032 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4033 lt_cv_path_LD="$ac_dir/$ac_prog"
4034 # Check to see if the program is GNU ld. I'd rather use --version,
4035 # but apparently some variants of GNU ld only accept -v.
4036 # Break only if it was the GNU/non-GNU ld that we prefer.
4037 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4038 *GNU* | *'with BFD'*)
4039 test "$with_gnu_ld" != no && break
4040 ;;
4041 *)
4042 test "$with_gnu_ld" != yes && break
4043 ;;
4044 esac
4045 fi
4046 done
4047 IFS="$lt_save_ifs"
4048else
4049 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4050fi
4051fi
4052
4053LD="$lt_cv_path_LD"
4054if test -n "$LD"; then
4055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4056$as_echo "$LD" >&6; }
4057else
4058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4059$as_echo "no" >&6; }
4060fi
d0ac1c44 4061test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4062{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4063$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4064if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4065 $as_echo_n "(cached) " >&6
4066else
4067 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4068case `$LD -v 2>&1 </dev/null` in
4069*GNU* | *'with BFD'*)
4070 lt_cv_prog_gnu_ld=yes
4071 ;;
4072*)
4073 lt_cv_prog_gnu_ld=no
4074 ;;
4075esac
4076fi
4077{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4078$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4079with_gnu_ld=$lt_cv_prog_gnu_ld
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4090$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4091if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4092 $as_echo_n "(cached) " >&6
4093else
4094 if test -n "$NM"; then
4095 # Let the user override the test.
4096 lt_cv_path_NM="$NM"
4097else
4098 lt_nm_to_check="${ac_tool_prefix}nm"
4099 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4100 lt_nm_to_check="$lt_nm_to_check nm"
4101 fi
4102 for lt_tmp_nm in $lt_nm_to_check; do
4103 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4104 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4105 IFS="$lt_save_ifs"
4106 test -z "$ac_dir" && ac_dir=.
4107 tmp_nm="$ac_dir/$lt_tmp_nm"
4108 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4109 # Check to see if the nm accepts a BSD-compat flag.
4110 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4111 # nm: unknown option "B" ignored
4112 # Tru64's nm complains that /dev/null is an invalid object file
4113 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4114 */dev/null* | *'Invalid file or object type'*)
4115 lt_cv_path_NM="$tmp_nm -B"
4116 break
4117 ;;
4118 *)
4119 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4120 */dev/null*)
4121 lt_cv_path_NM="$tmp_nm -p"
4122 break
4123 ;;
4124 *)
4125 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4126 continue # so that we can try to find one that supports BSD flags
4127 ;;
4128 esac
4129 ;;
4130 esac
4131 fi
4132 done
4133 IFS="$lt_save_ifs"
4134 done
4135 : ${lt_cv_path_NM=no}
4136fi
4137fi
4138{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4139$as_echo "$lt_cv_path_NM" >&6; }
4140if test "$lt_cv_path_NM" != "no"; then
4141 NM="$lt_cv_path_NM"
4142else
4143 # Didn't find any BSD compatible name lister, look for dumpbin.
4144 if test -n "$DUMPBIN"; then :
4145 # Let the user override the test.
4146 else
4147 if test -n "$ac_tool_prefix"; then
4148 for ac_prog in dumpbin "link -dump"
4149 do
4150 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4151set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4152{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4153$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4154if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4155 $as_echo_n "(cached) " >&6
4156else
4157 if test -n "$DUMPBIN"; then
4158 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4159else
4160as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4161for as_dir in $PATH
4162do
4163 IFS=$as_save_IFS
4164 test -z "$as_dir" && as_dir=.
4165 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4166 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4167 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4168 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4169 break 2
4170 fi
4171done
4172 done
4173IFS=$as_save_IFS
4174
4175fi
4176fi
4177DUMPBIN=$ac_cv_prog_DUMPBIN
4178if test -n "$DUMPBIN"; then
4179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4180$as_echo "$DUMPBIN" >&6; }
4181else
4182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4183$as_echo "no" >&6; }
4184fi
4185
4186
4187 test -n "$DUMPBIN" && break
4188 done
4189fi
4190if test -z "$DUMPBIN"; then
4191 ac_ct_DUMPBIN=$DUMPBIN
4192 for ac_prog in dumpbin "link -dump"
4193do
4194 # Extract the first word of "$ac_prog", so it can be a program name with args.
4195set dummy $ac_prog; ac_word=$2
4196{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4197$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4198if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4199 $as_echo_n "(cached) " >&6
4200else
4201 if test -n "$ac_ct_DUMPBIN"; then
4202 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4203else
4204as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4205for as_dir in $PATH
4206do
4207 IFS=$as_save_IFS
4208 test -z "$as_dir" && as_dir=.
4209 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4210 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4211 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4213 break 2
4214 fi
4215done
4216 done
4217IFS=$as_save_IFS
4218
4219fi
4220fi
4221ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4222if test -n "$ac_ct_DUMPBIN"; then
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4224$as_echo "$ac_ct_DUMPBIN" >&6; }
4225else
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4227$as_echo "no" >&6; }
4228fi
4229
4230
4231 test -n "$ac_ct_DUMPBIN" && break
4232done
4233
4234 if test "x$ac_ct_DUMPBIN" = x; then
4235 DUMPBIN=":"
4236 else
4237 case $cross_compiling:$ac_tool_warned in
4238yes:)
4239{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4240$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4241ac_tool_warned=yes ;;
4242esac
4243 DUMPBIN=$ac_ct_DUMPBIN
4244 fi
4245fi
4246
4247 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4248 *COFF*)
4249 DUMPBIN="$DUMPBIN -symbols"
4250 ;;
4251 *)
4252 DUMPBIN=:
4253 ;;
4254 esac
4255 fi
4256
4257 if test "$DUMPBIN" != ":"; then
4258 NM="$DUMPBIN"
4259 fi
4260fi
4261test -z "$NM" && NM=nm
4262
4263
4264
4265
4266
4267
4268{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4269$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4270if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4271 $as_echo_n "(cached) " >&6
4272else
4273 lt_cv_nm_interface="BSD nm"
4274 echo "int some_variable = 0;" > conftest.$ac_ext
4275 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4276 (eval "$ac_compile" 2>conftest.err)
4277 cat conftest.err >&5
4278 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4279 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4280 cat conftest.err >&5
4281 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4282 cat conftest.out >&5
4283 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4284 lt_cv_nm_interface="MS dumpbin"
4285 fi
4286 rm -f conftest*
4287fi
4288{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4289$as_echo "$lt_cv_nm_interface" >&6; }
4290
4291{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4292$as_echo_n "checking whether ln -s works... " >&6; }
4293LN_S=$as_ln_s
4294if test "$LN_S" = "ln -s"; then
4295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4296$as_echo "yes" >&6; }
4297else
4298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4299$as_echo "no, using $LN_S" >&6; }
4300fi
4301
4302# find the maximum length of command line arguments
4303{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4304$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4305if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4306 $as_echo_n "(cached) " >&6
4307else
4308 i=0
4309 teststring="ABCD"
4310
4311 case $build_os in
4312 msdosdjgpp*)
4313 # On DJGPP, this test can blow up pretty badly due to problems in libc
4314 # (any single argument exceeding 2000 bytes causes a buffer overrun
4315 # during glob expansion). Even if it were fixed, the result of this
4316 # check would be larger than it should be.
4317 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4318 ;;
4319
4320 gnu*)
4321 # Under GNU Hurd, this test is not required because there is
4322 # no limit to the length of command line arguments.
4323 # Libtool will interpret -1 as no limit whatsoever
4324 lt_cv_sys_max_cmd_len=-1;
4325 ;;
4326
4327 cygwin* | mingw* | cegcc*)
4328 # On Win9x/ME, this test blows up -- it succeeds, but takes
4329 # about 5 minutes as the teststring grows exponentially.
4330 # Worse, since 9x/ME are not pre-emptively multitasking,
4331 # you end up with a "frozen" computer, even though with patience
4332 # the test eventually succeeds (with a max line length of 256k).
4333 # Instead, let's just punt: use the minimum linelength reported by
4334 # all of the supported platforms: 8192 (on NT/2K/XP).
4335 lt_cv_sys_max_cmd_len=8192;
4336 ;;
4337
4338 mint*)
4339 # On MiNT this can take a long time and run out of memory.
4340 lt_cv_sys_max_cmd_len=8192;
4341 ;;
4342
4343 amigaos*)
4344 # On AmigaOS with pdksh, this test takes hours, literally.
4345 # So we just punt and use a minimum line length of 8192.
4346 lt_cv_sys_max_cmd_len=8192;
4347 ;;
4348
4349 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4350 # This has been around since 386BSD, at least. Likely further.
4351 if test -x /sbin/sysctl; then
4352 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4353 elif test -x /usr/sbin/sysctl; then
4354 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4355 else
4356 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4357 fi
4358 # And add a safety zone
4359 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4360 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4361 ;;
4362
4363 interix*)
4364 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4365 lt_cv_sys_max_cmd_len=196608
4366 ;;
4367
4368 osf*)
4369 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4370 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4371 # nice to cause kernel panics so lets avoid the loop below.
4372 # First set a reasonable default.
4373 lt_cv_sys_max_cmd_len=16384
4374 #
4375 if test -x /sbin/sysconfig; then
4376 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4377 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4378 esac
4379 fi
4380 ;;
4381 sco3.2v5*)
4382 lt_cv_sys_max_cmd_len=102400
4383 ;;
4384 sysv5* | sco5v6* | sysv4.2uw2*)
4385 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4386 if test -n "$kargmax"; then
4387 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4388 else
4389 lt_cv_sys_max_cmd_len=32768
4390 fi
4391 ;;
4392 *)
4393 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4394 if test -n "$lt_cv_sys_max_cmd_len"; then
4395 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4396 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4397 else
4398 # Make teststring a little bigger before we do anything with it.
4399 # a 1K string should be a reasonable start.
4400 for i in 1 2 3 4 5 6 7 8 ; do
4401 teststring=$teststring$teststring
4402 done
4403 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4404 # If test is not a shell built-in, we'll probably end up computing a
4405 # maximum length that is only half of the actual maximum length, but
4406 # we can't tell.
4407 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4408 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4409 test $i != 17 # 1/2 MB should be enough
4410 do
4411 i=`expr $i + 1`
4412 teststring=$teststring$teststring
4413 done
4414 # Only check the string length outside the loop.
4415 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4416 teststring=
4417 # Add a significant safety factor because C++ compilers can tack on
4418 # massive amounts of additional arguments before passing them to the
4419 # linker. It appears as though 1/2 is a usable value.
4420 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4421 fi
4422 ;;
4423 esac
4424
4425fi
4426
4427if test -n $lt_cv_sys_max_cmd_len ; then
4428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4429$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4430else
4431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4432$as_echo "none" >&6; }
4433fi
4434max_cmd_len=$lt_cv_sys_max_cmd_len
4435
4436
4437
4438
4439
4440
4441: ${CP="cp -f"}
4442: ${MV="mv -f"}
4443: ${RM="rm -f"}
4444
4445{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4446$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4447# Try some XSI features
4448xsi_shell=no
4449( _lt_dummy="a/b/c"
4450 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4451 = c,a/b,, \
4452 && eval 'test $(( 1 + 1 )) -eq 2 \
4453 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4454 && xsi_shell=yes
4455{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4456$as_echo "$xsi_shell" >&6; }
4457
4458
4459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4460$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4461lt_shell_append=no
4462( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4463 >/dev/null 2>&1 \
4464 && lt_shell_append=yes
4465{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4466$as_echo "$lt_shell_append" >&6; }
4467
4468
4469if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4470 lt_unset=unset
4471else
4472 lt_unset=false
4473fi
4474
4475
4476
4477
4478
4479# test EBCDIC or ASCII
4480case `echo X|tr X '\101'` in
4481 A) # ASCII based system
4482 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4483 lt_SP2NL='tr \040 \012'
4484 lt_NL2SP='tr \015\012 \040\040'
4485 ;;
4486 *) # EBCDIC based system
4487 lt_SP2NL='tr \100 \n'
4488 lt_NL2SP='tr \r\n \100\100'
4489 ;;
4490esac
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4501$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4502if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4503 $as_echo_n "(cached) " >&6
4504else
4505 lt_cv_ld_reload_flag='-r'
4506fi
4507{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4508$as_echo "$lt_cv_ld_reload_flag" >&6; }
4509reload_flag=$lt_cv_ld_reload_flag
4510case $reload_flag in
4511"" | " "*) ;;
4512*) reload_flag=" $reload_flag" ;;
4513esac
4514reload_cmds='$LD$reload_flag -o $output$reload_objs'
4515case $host_os in
4516 darwin*)
4517 if test "$GCC" = yes; then
4518 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4519 else
4520 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4521 fi
4522 ;;
4523esac
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533if test -n "$ac_tool_prefix"; then
4534 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4535set dummy ${ac_tool_prefix}objdump; ac_word=$2
4536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4537$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4538if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4539 $as_echo_n "(cached) " >&6
4540else
4541 if test -n "$OBJDUMP"; then
4542 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4543else
4544as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4545for as_dir in $PATH
4546do
4547 IFS=$as_save_IFS
4548 test -z "$as_dir" && as_dir=.
4549 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4550 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4551 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4552 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4553 break 2
4554 fi
4555done
4556 done
4557IFS=$as_save_IFS
4558
4559fi
4560fi
4561OBJDUMP=$ac_cv_prog_OBJDUMP
4562if test -n "$OBJDUMP"; then
4563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4564$as_echo "$OBJDUMP" >&6; }
4565else
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4567$as_echo "no" >&6; }
4568fi
4569
4570
4571fi
4572if test -z "$ac_cv_prog_OBJDUMP"; then
4573 ac_ct_OBJDUMP=$OBJDUMP
4574 # Extract the first word of "objdump", so it can be a program name with args.
4575set dummy objdump; ac_word=$2
4576{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4577$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4578if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4579 $as_echo_n "(cached) " >&6
4580else
4581 if test -n "$ac_ct_OBJDUMP"; then
4582 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4583else
4584as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4585for as_dir in $PATH
4586do
4587 IFS=$as_save_IFS
4588 test -z "$as_dir" && as_dir=.
4589 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4590 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4591 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4592 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4593 break 2
4594 fi
4595done
4596 done
4597IFS=$as_save_IFS
4598
4599fi
4600fi
4601ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4602if test -n "$ac_ct_OBJDUMP"; then
4603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4604$as_echo "$ac_ct_OBJDUMP" >&6; }
4605else
4606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4607$as_echo "no" >&6; }
4608fi
4609
4610 if test "x$ac_ct_OBJDUMP" = x; then
4611 OBJDUMP="false"
4612 else
4613 case $cross_compiling:$ac_tool_warned in
4614yes:)
4615{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4616$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4617ac_tool_warned=yes ;;
4618esac
4619 OBJDUMP=$ac_ct_OBJDUMP
4620 fi
4621else
4622 OBJDUMP="$ac_cv_prog_OBJDUMP"
4623fi
4624
4625test -z "$OBJDUMP" && OBJDUMP=objdump
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4636$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4637if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4638 $as_echo_n "(cached) " >&6
4639else
4640 lt_cv_file_magic_cmd='$MAGIC_CMD'
4641lt_cv_file_magic_test_file=
4642lt_cv_deplibs_check_method='unknown'
4643# Need to set the preceding variable on all platforms that support
4644# interlibrary dependencies.
4645# 'none' -- dependencies not supported.
4646# `unknown' -- same as none, but documents that we really don't know.
4647# 'pass_all' -- all dependencies passed with no checks.
4648# 'test_compile' -- check by making test program.
4649# 'file_magic [[regex]]' -- check by looking for files in library path
4650# which responds to the $file_magic_cmd with a given extended regex.
4651# If you have `file' or equivalent on your system and you're not sure
4652# whether `pass_all' will *always* work, you probably want this one.
4653
4654case $host_os in
4655aix[4-9]*)
4656 lt_cv_deplibs_check_method=pass_all
4657 ;;
4658
4659beos*)
4660 lt_cv_deplibs_check_method=pass_all
4661 ;;
4662
4663bsdi[45]*)
4664 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4665 lt_cv_file_magic_cmd='/usr/bin/file -L'
4666 lt_cv_file_magic_test_file=/shlib/libc.so
4667 ;;
4668
4669cygwin*)
4670 # func_win32_libid is a shell function defined in ltmain.sh
4671 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4672 lt_cv_file_magic_cmd='func_win32_libid'
4673 ;;
4674
4675mingw* | pw32*)
4676 # Base MSYS/MinGW do not provide the 'file' command needed by
4677 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4678 # unless we find 'file', for example because we are cross-compiling.
4679 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4680 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4681 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4682 lt_cv_file_magic_cmd='func_win32_libid'
4683 else
4684 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4685 lt_cv_file_magic_cmd='$OBJDUMP -f'
4686 fi
4687 ;;
4688
4689cegcc*)
4690 # use the weaker test based on 'objdump'. See mingw*.
4691 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4692 lt_cv_file_magic_cmd='$OBJDUMP -f'
4693 ;;
4694
4695darwin* | rhapsody*)
4696 lt_cv_deplibs_check_method=pass_all
4697 ;;
4698
4699freebsd* | dragonfly*)
4700 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4701 case $host_cpu in
4702 i*86 )
4703 # Not sure whether the presence of OpenBSD here was a mistake.
4704 # Let's accept both of them until this is cleared up.
4705 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4706 lt_cv_file_magic_cmd=/usr/bin/file
4707 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4708 ;;
4709 esac
4710 else
4711 lt_cv_deplibs_check_method=pass_all
4712 fi
4713 ;;
4714
4715gnu*)
4716 lt_cv_deplibs_check_method=pass_all
4717 ;;
4718
4719haiku*)
4720 lt_cv_deplibs_check_method=pass_all
4721 ;;
4722
4723hpux10.20* | hpux11*)
4724 lt_cv_file_magic_cmd=/usr/bin/file
4725 case $host_cpu in
4726 ia64*)
4727 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4728 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4729 ;;
4730 hppa*64*)
4731 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]'
4732 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4733 ;;
4734 *)
4735 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4736 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4737 ;;
4738 esac
4739 ;;
4740
4741interix[3-9]*)
4742 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4743 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4744 ;;
4745
4746irix5* | irix6* | nonstopux*)
4747 case $LD in
4748 *-32|*"-32 ") libmagic=32-bit;;
4749 *-n32|*"-n32 ") libmagic=N32;;
4750 *-64|*"-64 ") libmagic=64-bit;;
4751 *) libmagic=never-match;;
4752 esac
4753 lt_cv_deplibs_check_method=pass_all
4754 ;;
4755
4756# This must be Linux ELF.
4757linux* | k*bsd*-gnu | kopensolaris*-gnu)
4758 lt_cv_deplibs_check_method=pass_all
4759 ;;
4760
4761netbsd*)
4762 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4763 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4764 else
4765 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4766 fi
4767 ;;
4768
4769newos6*)
4770 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4771 lt_cv_file_magic_cmd=/usr/bin/file
4772 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4773 ;;
4774
4775*nto* | *qnx*)
4776 lt_cv_deplibs_check_method=pass_all
4777 ;;
4778
4779openbsd*)
4780 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4781 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4782 else
4783 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4784 fi
4785 ;;
4786
4787osf3* | osf4* | osf5*)
4788 lt_cv_deplibs_check_method=pass_all
4789 ;;
4790
4791rdos*)
4792 lt_cv_deplibs_check_method=pass_all
4793 ;;
4794
4795solaris*)
4796 lt_cv_deplibs_check_method=pass_all
4797 ;;
4798
4799sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4800 lt_cv_deplibs_check_method=pass_all
4801 ;;
4802
4803sysv4 | sysv4.3*)
4804 case $host_vendor in
4805 motorola)
4806 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]'
4807 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4808 ;;
4809 ncr)
4810 lt_cv_deplibs_check_method=pass_all
4811 ;;
4812 sequent)
4813 lt_cv_file_magic_cmd='/bin/file'
4814 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4815 ;;
4816 sni)
4817 lt_cv_file_magic_cmd='/bin/file'
4818 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4819 lt_cv_file_magic_test_file=/lib/libc.so
4820 ;;
4821 siemens)
4822 lt_cv_deplibs_check_method=pass_all
4823 ;;
4824 pc)
4825 lt_cv_deplibs_check_method=pass_all
4826 ;;
4827 esac
4828 ;;
4829
4830tpf*)
4831 lt_cv_deplibs_check_method=pass_all
4832 ;;
4833esac
4834
4835fi
4836{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4837$as_echo "$lt_cv_deplibs_check_method" >&6; }
4838file_magic_cmd=$lt_cv_file_magic_cmd
4839deplibs_check_method=$lt_cv_deplibs_check_method
4840test -z "$deplibs_check_method" && deplibs_check_method=unknown
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
68ed2854
MF
4853plugin_option=
4854plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4855for plugin in $plugin_names; do
4856 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4857 if test x$plugin_so = x$plugin; then
4858 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4859 fi
4860 if test x$plugin_so != x$plugin; then
4861 plugin_option="--plugin $plugin_so"
4862 break
4863 fi
4864done
4865
6bb11ab3
L
4866if test -n "$ac_tool_prefix"; then
4867 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4868set dummy ${ac_tool_prefix}ar; ac_word=$2
4869{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4870$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4871if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
4872 $as_echo_n "(cached) " >&6
4873else
4874 if test -n "$AR"; then
4875 ac_cv_prog_AR="$AR" # Let the user override the test.
4876else
4877as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4878for as_dir in $PATH
4879do
4880 IFS=$as_save_IFS
4881 test -z "$as_dir" && as_dir=.
4882 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4883 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4884 ac_cv_prog_AR="${ac_tool_prefix}ar"
4885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4886 break 2
4887 fi
4888done
4889 done
4890IFS=$as_save_IFS
4891
4892fi
4893fi
4894AR=$ac_cv_prog_AR
4895if test -n "$AR"; then
4896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4897$as_echo "$AR" >&6; }
4898else
4899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4900$as_echo "no" >&6; }
4901fi
4902
4903
4904fi
4905if test -z "$ac_cv_prog_AR"; then
4906 ac_ct_AR=$AR
4907 # Extract the first word of "ar", so it can be a program name with args.
4908set dummy ar; ac_word=$2
4909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4910$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4911if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
4912 $as_echo_n "(cached) " >&6
4913else
4914 if test -n "$ac_ct_AR"; then
4915 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4916else
4917as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4918for as_dir in $PATH
4919do
4920 IFS=$as_save_IFS
4921 test -z "$as_dir" && as_dir=.
4922 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4923 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4924 ac_cv_prog_ac_ct_AR="ar"
4925 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4926 break 2
4927 fi
4928done
4929 done
4930IFS=$as_save_IFS
4931
4932fi
4933fi
4934ac_ct_AR=$ac_cv_prog_ac_ct_AR
4935if test -n "$ac_ct_AR"; then
4936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4937$as_echo "$ac_ct_AR" >&6; }
4938else
4939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4940$as_echo "no" >&6; }
4941fi
4942
4943 if test "x$ac_ct_AR" = x; then
4944 AR="false"
4945 else
4946 case $cross_compiling:$ac_tool_warned in
4947yes:)
4948{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4949$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4950ac_tool_warned=yes ;;
4951esac
4952 AR=$ac_ct_AR
4953 fi
4954else
4955 AR="$ac_cv_prog_AR"
4956fi
4957
4958test -z "$AR" && AR=ar
68ed2854
MF
4959if test -n "$plugin_option"; then
4960 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
4961 touch conftest.c
4962 $AR $plugin_option rc conftest.a conftest.c
4963 if test "$?" != 0; then
4964 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
4965$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
4966 else
4967 AR="$AR $plugin_option"
4968 fi
4969 rm -f conftest.*
68ed2854
MF
4970 fi
4971fi
6bb11ab3
L
4972test -z "$AR_FLAGS" && AR_FLAGS=cru
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984if test -n "$ac_tool_prefix"; then
4985 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4986set dummy ${ac_tool_prefix}strip; ac_word=$2
4987{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4988$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4989if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
4990 $as_echo_n "(cached) " >&6
4991else
4992 if test -n "$STRIP"; then
4993 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4994else
4995as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4996for as_dir in $PATH
4997do
4998 IFS=$as_save_IFS
4999 test -z "$as_dir" && as_dir=.
5000 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5001 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5002 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5004 break 2
5005 fi
5006done
5007 done
5008IFS=$as_save_IFS
5009
5010fi
5011fi
5012STRIP=$ac_cv_prog_STRIP
5013if test -n "$STRIP"; then
5014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5015$as_echo "$STRIP" >&6; }
5016else
5017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5018$as_echo "no" >&6; }
5019fi
5020
5021
5022fi
5023if test -z "$ac_cv_prog_STRIP"; then
5024 ac_ct_STRIP=$STRIP
5025 # Extract the first word of "strip", so it can be a program name with args.
5026set dummy strip; ac_word=$2
5027{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5028$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5029if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5030 $as_echo_n "(cached) " >&6
5031else
5032 if test -n "$ac_ct_STRIP"; then
5033 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5034else
5035as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5036for as_dir in $PATH
5037do
5038 IFS=$as_save_IFS
5039 test -z "$as_dir" && as_dir=.
5040 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5041 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5042 ac_cv_prog_ac_ct_STRIP="strip"
5043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5044 break 2
5045 fi
5046done
5047 done
5048IFS=$as_save_IFS
5049
5050fi
5051fi
5052ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5053if test -n "$ac_ct_STRIP"; then
5054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5055$as_echo "$ac_ct_STRIP" >&6; }
5056else
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5058$as_echo "no" >&6; }
5059fi
5060
5061 if test "x$ac_ct_STRIP" = x; then
5062 STRIP=":"
5063 else
5064 case $cross_compiling:$ac_tool_warned in
5065yes:)
5066{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5067$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5068ac_tool_warned=yes ;;
5069esac
5070 STRIP=$ac_ct_STRIP
5071 fi
5072else
5073 STRIP="$ac_cv_prog_STRIP"
5074fi
5075
5076test -z "$STRIP" && STRIP=:
5077
5078
5079
5080
5081
5082
5083if test -n "$ac_tool_prefix"; then
5084 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5085set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5086{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5087$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5088if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5089 $as_echo_n "(cached) " >&6
5090else
5091 if test -n "$RANLIB"; then
5092 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5093else
5094as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5095for as_dir in $PATH
5096do
5097 IFS=$as_save_IFS
5098 test -z "$as_dir" && as_dir=.
5099 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5100 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5101 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5103 break 2
5104 fi
5105done
5106 done
5107IFS=$as_save_IFS
5108
5109fi
5110fi
5111RANLIB=$ac_cv_prog_RANLIB
5112if test -n "$RANLIB"; then
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5114$as_echo "$RANLIB" >&6; }
5115else
5116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5117$as_echo "no" >&6; }
5118fi
5119
5120
5121fi
5122if test -z "$ac_cv_prog_RANLIB"; then
5123 ac_ct_RANLIB=$RANLIB
5124 # Extract the first word of "ranlib", so it can be a program name with args.
5125set dummy ranlib; ac_word=$2
5126{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5127$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5128if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5129 $as_echo_n "(cached) " >&6
5130else
5131 if test -n "$ac_ct_RANLIB"; then
5132 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5133else
5134as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5135for as_dir in $PATH
5136do
5137 IFS=$as_save_IFS
5138 test -z "$as_dir" && as_dir=.
5139 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5140 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5141 ac_cv_prog_ac_ct_RANLIB="ranlib"
5142 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5143 break 2
5144 fi
5145done
5146 done
5147IFS=$as_save_IFS
5148
5149fi
5150fi
5151ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5152if test -n "$ac_ct_RANLIB"; then
5153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5154$as_echo "$ac_ct_RANLIB" >&6; }
5155else
5156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5157$as_echo "no" >&6; }
5158fi
5159
5160 if test "x$ac_ct_RANLIB" = x; then
5161 RANLIB=":"
5162 else
5163 case $cross_compiling:$ac_tool_warned in
5164yes:)
5165{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5166$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5167ac_tool_warned=yes ;;
5168esac
5169 RANLIB=$ac_ct_RANLIB
5170 fi
5171else
5172 RANLIB="$ac_cv_prog_RANLIB"
5173fi
5174
5175test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5176if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5177 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5178 RANLIB="$RANLIB $plugin_option"
5179 fi
5180fi
6bb11ab3
L
5181
5182
5183
5184
5185
5186
5187# Determine commands to create old-style static archives.
5188old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5189old_postinstall_cmds='chmod 644 $oldlib'
5190old_postuninstall_cmds=
5191
5192if test -n "$RANLIB"; then
5193 case $host_os in
5194 openbsd*)
5195 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5196 ;;
5197 *)
5198 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5199 ;;
5200 esac
5201 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5202fi
5203
5204case $host_os in
5205 darwin*)
5206 lock_old_archive_extraction=yes ;;
5207 *)
5208 lock_old_archive_extraction=no ;;
5209esac
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231for ac_prog in gawk mawk nawk awk
5232do
5233 # Extract the first word of "$ac_prog", so it can be a program name with args.
5234set dummy $ac_prog; ac_word=$2
5235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5236$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5237if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5238 $as_echo_n "(cached) " >&6
5239else
5240 if test -n "$AWK"; then
5241 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5242else
5243as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5244for as_dir in $PATH
5245do
5246 IFS=$as_save_IFS
5247 test -z "$as_dir" && as_dir=.
5248 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5249 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5250 ac_cv_prog_AWK="$ac_prog"
5251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5252 break 2
5253 fi
5254done
5255 done
5256IFS=$as_save_IFS
5257
5258fi
5259fi
5260AWK=$ac_cv_prog_AWK
5261if test -n "$AWK"; then
5262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5263$as_echo "$AWK" >&6; }
5264else
5265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5266$as_echo "no" >&6; }
5267fi
5268
5269
5270 test -n "$AWK" && break
5271done
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291# If no C compiler was specified, use CC.
5292LTCC=${LTCC-"$CC"}
5293
5294# If no C compiler flags were specified, use CFLAGS.
5295LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5296
5297# Allow CC to be a program name with arguments.
5298compiler=$CC
5299
5300
5301# Check for command to grab the raw symbol name followed by C symbol from nm.
5302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5303$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5304if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5305 $as_echo_n "(cached) " >&6
5306else
5307
5308# These are sane defaults that work on at least a few old systems.
5309# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5310
5311# Character class describing NM global symbol codes.
5312symcode='[BCDEGRST]'
5313
5314# Regexp to match symbols that can be accessed directly from C.
5315sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5316
5317# Define system-specific variables.
5318case $host_os in
5319aix*)
5320 symcode='[BCDT]'
5321 ;;
5322cygwin* | mingw* | pw32* | cegcc*)
5323 symcode='[ABCDGISTW]'
5324 ;;
5325hpux*)
5326 if test "$host_cpu" = ia64; then
5327 symcode='[ABCDEGRST]'
5328 fi
5329 ;;
5330irix* | nonstopux*)
5331 symcode='[BCDEGRST]'
5332 ;;
5333osf*)
5334 symcode='[BCDEGQRST]'
5335 ;;
5336solaris*)
5337 symcode='[BDRT]'
5338 ;;
5339sco3.2v5*)
5340 symcode='[DT]'
5341 ;;
5342sysv4.2uw2*)
5343 symcode='[DT]'
5344 ;;
5345sysv5* | sco5v6* | unixware* | OpenUNIX*)
5346 symcode='[ABDT]'
5347 ;;
5348sysv4)
5349 symcode='[DFNSTU]'
5350 ;;
5351esac
5352
5353# If we're using GNU nm, then use its standard symbol codes.
5354case `$NM -V 2>&1` in
5355*GNU* | *'with BFD'*)
5356 symcode='[ABCDGIRSTW]' ;;
5357esac
5358
5359# Transform an extracted symbol line into a proper C declaration.
5360# Some systems (esp. on ia64) link data and code symbols differently,
5361# so use this general approach.
5362lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5363
5364# Transform an extracted symbol line into symbol name and symbol address
5365lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5366lt_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'"
5367
5368# Handle CRLF in mingw tool chain
5369opt_cr=
5370case $build_os in
5371mingw*)
5372 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5373 ;;
5374esac
5375
5376# Try without a prefix underscore, then with it.
5377for ac_symprfx in "" "_"; do
5378
5379 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5380 symxfrm="\\1 $ac_symprfx\\2 \\2"
5381
5382 # Write the raw and C identifiers.
5383 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5384 # Fake it for dumpbin and say T for any non-static function
5385 # and D for any global variable.
5386 # Also find C++ and __fastcall symbols from MSVC++,
5387 # which start with @ or ?.
5388 lt_cv_sys_global_symbol_pipe="$AWK '"\
5389" {last_section=section; section=\$ 3};"\
5390" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5391" \$ 0!~/External *\|/{next};"\
5392" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5393" {if(hide[section]) next};"\
5394" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5395" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5396" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5397" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5398" ' prfx=^$ac_symprfx"
5399 else
5400 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5401 fi
5402
5403 # Check to see that the pipe works correctly.
5404 pipe_works=no
5405
5406 rm -f conftest*
5407 cat > conftest.$ac_ext <<_LT_EOF
5408#ifdef __cplusplus
5409extern "C" {
5410#endif
5411char nm_test_var;
5412void nm_test_func(void);
5413void nm_test_func(void){}
5414#ifdef __cplusplus
5415}
5416#endif
5417int main(){nm_test_var='a';nm_test_func();return(0);}
5418_LT_EOF
5419
5420 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5421 (eval $ac_compile) 2>&5
5422 ac_status=$?
5423 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5424 test $ac_status = 0; }; then
5425 # Now try to grab the symbols.
5426 nlist=conftest.nm
5427 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5428 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5429 ac_status=$?
5430 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5431 test $ac_status = 0; } && test -s "$nlist"; then
5432 # Try sorting and uniquifying the output.
5433 if sort "$nlist" | uniq > "$nlist"T; then
5434 mv -f "$nlist"T "$nlist"
5435 else
5436 rm -f "$nlist"T
5437 fi
5438
5439 # Make sure that we snagged all the symbols we need.
5440 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5441 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5442 cat <<_LT_EOF > conftest.$ac_ext
5443#ifdef __cplusplus
5444extern "C" {
5445#endif
5446
5447_LT_EOF
5448 # Now generate the symbol file.
5449 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5450
5451 cat <<_LT_EOF >> conftest.$ac_ext
5452
5453/* The mapping between symbol names and symbols. */
5454const struct {
5455 const char *name;
5456 void *address;
5457}
5458lt__PROGRAM__LTX_preloaded_symbols[] =
5459{
5460 { "@PROGRAM@", (void *) 0 },
5461_LT_EOF
5462 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5463 cat <<\_LT_EOF >> conftest.$ac_ext
5464 {0, (void *) 0}
5465};
5466
5467/* This works around a problem in FreeBSD linker */
5468#ifdef FREEBSD_WORKAROUND
5469static const void *lt_preloaded_setup() {
5470 return lt__PROGRAM__LTX_preloaded_symbols;
5471}
5472#endif
5473
5474#ifdef __cplusplus
5475}
5476#endif
5477_LT_EOF
5478 # Now try linking the two files.
5479 mv conftest.$ac_objext conftstm.$ac_objext
5480 lt_save_LIBS="$LIBS"
5481 lt_save_CFLAGS="$CFLAGS"
5482 LIBS="conftstm.$ac_objext"
5483 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5484 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5485 (eval $ac_link) 2>&5
5486 ac_status=$?
5487 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5488 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5489 pipe_works=yes
5490 fi
5491 LIBS="$lt_save_LIBS"
5492 CFLAGS="$lt_save_CFLAGS"
5493 else
5494 echo "cannot find nm_test_func in $nlist" >&5
5495 fi
5496 else
5497 echo "cannot find nm_test_var in $nlist" >&5
5498 fi
5499 else
5500 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5501 fi
5502 else
5503 echo "$progname: failed program was:" >&5
5504 cat conftest.$ac_ext >&5
5505 fi
5506 rm -rf conftest* conftst*
5507
5508 # Do not use the global_symbol_pipe unless it works.
5509 if test "$pipe_works" = yes; then
5510 break
5511 else
5512 lt_cv_sys_global_symbol_pipe=
5513 fi
5514done
5515
5516fi
5517
5518if test -z "$lt_cv_sys_global_symbol_pipe"; then
5519 lt_cv_sys_global_symbol_to_cdecl=
5520fi
5521if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5523$as_echo "failed" >&6; }
5524else
5525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5526$as_echo "ok" >&6; }
5527fi
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550# Check whether --enable-libtool-lock was given.
5551if test "${enable_libtool_lock+set}" = set; then :
5552 enableval=$enable_libtool_lock;
5553fi
5554
5555test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5556
5557# Some flags need to be propagated to the compiler or linker for good
5558# libtool support.
5559case $host in
5560ia64-*-hpux*)
5561 # Find out which ABI we are using.
5562 echo 'int i;' > conftest.$ac_ext
5563 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5564 (eval $ac_compile) 2>&5
5565 ac_status=$?
5566 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5567 test $ac_status = 0; }; then
5568 case `/usr/bin/file conftest.$ac_objext` in
5569 *ELF-32*)
5570 HPUX_IA64_MODE="32"
5571 ;;
5572 *ELF-64*)
5573 HPUX_IA64_MODE="64"
5574 ;;
5575 esac
5576 fi
5577 rm -rf conftest*
5578 ;;
5579*-*-irix6*)
5580 # Find out which ABI we are using.
5581 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5582 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5583 (eval $ac_compile) 2>&5
5584 ac_status=$?
5585 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5586 test $ac_status = 0; }; then
5587 if test "$lt_cv_prog_gnu_ld" = yes; then
5588 case `/usr/bin/file conftest.$ac_objext` in
5589 *32-bit*)
5590 LD="${LD-ld} -melf32bsmip"
5591 ;;
5592 *N32*)
5593 LD="${LD-ld} -melf32bmipn32"
5594 ;;
5595 *64-bit*)
5596 LD="${LD-ld} -melf64bmip"
5597 ;;
5598 esac
5599 else
5600 case `/usr/bin/file conftest.$ac_objext` in
5601 *32-bit*)
5602 LD="${LD-ld} -32"
5603 ;;
5604 *N32*)
5605 LD="${LD-ld} -n32"
5606 ;;
5607 *64-bit*)
5608 LD="${LD-ld} -64"
5609 ;;
5610 esac
5611 fi
5612 fi
5613 rm -rf conftest*
5614 ;;
5615
bf3d9781 5616x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5617s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5618 # Find out which ABI we are using.
5619 echo 'int i;' > conftest.$ac_ext
5620 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5621 (eval $ac_compile) 2>&5
5622 ac_status=$?
5623 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5624 test $ac_status = 0; }; then
5625 case `/usr/bin/file conftest.o` in
5626 *32-bit*)
5627 case $host in
5628 x86_64-*kfreebsd*-gnu)
5629 LD="${LD-ld} -m elf_i386_fbsd"
5630 ;;
5631 x86_64-*linux*)
5632 case `/usr/bin/file conftest.o` in
5633 *x86-64*)
5634 LD="${LD-ld} -m elf32_x86_64"
5635 ;;
5636 *)
5637 LD="${LD-ld} -m elf_i386"
5638 ;;
5639 esac
5640 ;;
bf3d9781
AM
5641 powerpc64le-*linux*)
5642 LD="${LD-ld} -m elf32lppclinux"
5643 ;;
5644 powerpc64-*linux*)
6bb11ab3
L
5645 LD="${LD-ld} -m elf32ppclinux"
5646 ;;
5647 s390x-*linux*)
5648 LD="${LD-ld} -m elf_s390"
5649 ;;
5650 sparc64-*linux*)
5651 LD="${LD-ld} -m elf32_sparc"
5652 ;;
5653 esac
5654 ;;
5655 *64-bit*)
5656 case $host in
5657 x86_64-*kfreebsd*-gnu)
5658 LD="${LD-ld} -m elf_x86_64_fbsd"
5659 ;;
5660 x86_64-*linux*)
5661 LD="${LD-ld} -m elf_x86_64"
5662 ;;
bf3d9781
AM
5663 powerpcle-*linux*)
5664 LD="${LD-ld} -m elf64lppc"
5665 ;;
5666 powerpc-*linux*)
6bb11ab3
L
5667 LD="${LD-ld} -m elf64ppc"
5668 ;;
5669 s390*-*linux*|s390*-*tpf*)
5670 LD="${LD-ld} -m elf64_s390"
5671 ;;
5672 sparc*-*linux*)
5673 LD="${LD-ld} -m elf64_sparc"
5674 ;;
5675 esac
5676 ;;
5677 esac
5678 fi
5679 rm -rf conftest*
5680 ;;
5681
5682*-*-sco3.2v5*)
5683 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5684 SAVE_CFLAGS="$CFLAGS"
5685 CFLAGS="$CFLAGS -belf"
5686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5687$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5688if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5689 $as_echo_n "(cached) " >&6
5690else
5691 ac_ext=c
5692ac_cpp='$CPP $CPPFLAGS'
5693ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5694ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5695ac_compiler_gnu=$ac_cv_c_compiler_gnu
5696
5697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5698/* end confdefs.h. */
5699
5700int
5701main ()
5702{
5703
5704 ;
5705 return 0;
5706}
5707_ACEOF
5708if ac_fn_c_try_link "$LINENO"; then :
5709 lt_cv_cc_needs_belf=yes
5710else
5711 lt_cv_cc_needs_belf=no
5712fi
5713rm -f core conftest.err conftest.$ac_objext \
5714 conftest$ac_exeext conftest.$ac_ext
5715 ac_ext=c
5716ac_cpp='$CPP $CPPFLAGS'
5717ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5718ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5719ac_compiler_gnu=$ac_cv_c_compiler_gnu
5720
5721fi
5722{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5723$as_echo "$lt_cv_cc_needs_belf" >&6; }
5724 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5725 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5726 CFLAGS="$SAVE_CFLAGS"
5727 fi
5728 ;;
5729sparc*-*solaris*)
5730 # Find out which ABI we are using.
5731 echo 'int i;' > conftest.$ac_ext
5732 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5733 (eval $ac_compile) 2>&5
5734 ac_status=$?
5735 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5736 test $ac_status = 0; }; then
5737 case `/usr/bin/file conftest.o` in
5738 *64-bit*)
5739 case $lt_cv_prog_gnu_ld in
5740 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5741 *)
5742 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5743 LD="${LD-ld} -64"
5744 fi
5745 ;;
5746 esac
5747 ;;
5748 esac
5749 fi
5750 rm -rf conftest*
5751 ;;
5752esac
5753
5754need_locks="$enable_libtool_lock"
5755
5756
5757 case $host_os in
5758 rhapsody* | darwin*)
5759 if test -n "$ac_tool_prefix"; then
5760 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5761set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5762{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5763$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5764if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5765 $as_echo_n "(cached) " >&6
5766else
5767 if test -n "$DSYMUTIL"; then
5768 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5769else
5770as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5771for as_dir in $PATH
5772do
5773 IFS=$as_save_IFS
5774 test -z "$as_dir" && as_dir=.
5775 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5776 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5777 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5778 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5779 break 2
5780 fi
5781done
5782 done
5783IFS=$as_save_IFS
5784
5785fi
5786fi
5787DSYMUTIL=$ac_cv_prog_DSYMUTIL
5788if test -n "$DSYMUTIL"; then
5789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5790$as_echo "$DSYMUTIL" >&6; }
5791else
5792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5793$as_echo "no" >&6; }
5794fi
5795
5796
5797fi
5798if test -z "$ac_cv_prog_DSYMUTIL"; then
5799 ac_ct_DSYMUTIL=$DSYMUTIL
5800 # Extract the first word of "dsymutil", so it can be a program name with args.
5801set dummy dsymutil; ac_word=$2
5802{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5803$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5804if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5805 $as_echo_n "(cached) " >&6
5806else
5807 if test -n "$ac_ct_DSYMUTIL"; then
5808 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5809else
5810as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5811for as_dir in $PATH
5812do
5813 IFS=$as_save_IFS
5814 test -z "$as_dir" && as_dir=.
5815 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5816 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5817 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5818 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5819 break 2
5820 fi
5821done
5822 done
5823IFS=$as_save_IFS
5824
5825fi
5826fi
5827ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5828if test -n "$ac_ct_DSYMUTIL"; then
5829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5830$as_echo "$ac_ct_DSYMUTIL" >&6; }
5831else
5832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5833$as_echo "no" >&6; }
5834fi
5835
5836 if test "x$ac_ct_DSYMUTIL" = x; then
5837 DSYMUTIL=":"
5838 else
5839 case $cross_compiling:$ac_tool_warned in
5840yes:)
5841{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5842$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5843ac_tool_warned=yes ;;
5844esac
5845 DSYMUTIL=$ac_ct_DSYMUTIL
5846 fi
5847else
5848 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5849fi
5850
5851 if test -n "$ac_tool_prefix"; then
5852 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5853set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5854{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5855$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5856if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
5857 $as_echo_n "(cached) " >&6
5858else
5859 if test -n "$NMEDIT"; then
5860 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5861else
5862as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5863for as_dir in $PATH
5864do
5865 IFS=$as_save_IFS
5866 test -z "$as_dir" && as_dir=.
5867 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5868 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5869 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5871 break 2
5872 fi
5873done
5874 done
5875IFS=$as_save_IFS
5876
5877fi
5878fi
5879NMEDIT=$ac_cv_prog_NMEDIT
5880if test -n "$NMEDIT"; then
5881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5882$as_echo "$NMEDIT" >&6; }
5883else
5884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5885$as_echo "no" >&6; }
5886fi
5887
5888
5889fi
5890if test -z "$ac_cv_prog_NMEDIT"; then
5891 ac_ct_NMEDIT=$NMEDIT
5892 # Extract the first word of "nmedit", so it can be a program name with args.
5893set dummy nmedit; ac_word=$2
5894{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5895$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5896if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
5897 $as_echo_n "(cached) " >&6
5898else
5899 if test -n "$ac_ct_NMEDIT"; then
5900 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5901else
5902as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5903for as_dir in $PATH
5904do
5905 IFS=$as_save_IFS
5906 test -z "$as_dir" && as_dir=.
5907 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5908 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5909 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5911 break 2
5912 fi
5913done
5914 done
5915IFS=$as_save_IFS
5916
5917fi
5918fi
5919ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5920if test -n "$ac_ct_NMEDIT"; then
5921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5922$as_echo "$ac_ct_NMEDIT" >&6; }
5923else
5924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5925$as_echo "no" >&6; }
5926fi
5927
5928 if test "x$ac_ct_NMEDIT" = x; then
5929 NMEDIT=":"
5930 else
5931 case $cross_compiling:$ac_tool_warned in
5932yes:)
5933{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5934$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5935ac_tool_warned=yes ;;
5936esac
5937 NMEDIT=$ac_ct_NMEDIT
5938 fi
5939else
5940 NMEDIT="$ac_cv_prog_NMEDIT"
5941fi
5942
5943 if test -n "$ac_tool_prefix"; then
5944 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5945set dummy ${ac_tool_prefix}lipo; ac_word=$2
5946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5947$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5948if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
5949 $as_echo_n "(cached) " >&6
5950else
5951 if test -n "$LIPO"; then
5952 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5953else
5954as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5955for as_dir in $PATH
5956do
5957 IFS=$as_save_IFS
5958 test -z "$as_dir" && as_dir=.
5959 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5960 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5961 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5962 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5963 break 2
5964 fi
5965done
5966 done
5967IFS=$as_save_IFS
5968
5969fi
5970fi
5971LIPO=$ac_cv_prog_LIPO
5972if test -n "$LIPO"; then
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
5974$as_echo "$LIPO" >&6; }
5975else
5976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5977$as_echo "no" >&6; }
5978fi
5979
5980
5981fi
5982if test -z "$ac_cv_prog_LIPO"; then
5983 ac_ct_LIPO=$LIPO
5984 # Extract the first word of "lipo", so it can be a program name with args.
5985set dummy lipo; ac_word=$2
5986{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5987$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5988if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
5989 $as_echo_n "(cached) " >&6
5990else
5991 if test -n "$ac_ct_LIPO"; then
5992 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
5993else
5994as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5995for as_dir in $PATH
5996do
5997 IFS=$as_save_IFS
5998 test -z "$as_dir" && as_dir=.
5999 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6000 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6001 ac_cv_prog_ac_ct_LIPO="lipo"
6002 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6003 break 2
6004 fi
6005done
6006 done
6007IFS=$as_save_IFS
6008
6009fi
6010fi
6011ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6012if test -n "$ac_ct_LIPO"; then
6013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6014$as_echo "$ac_ct_LIPO" >&6; }
6015else
6016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6017$as_echo "no" >&6; }
6018fi
6019
6020 if test "x$ac_ct_LIPO" = x; then
6021 LIPO=":"
6022 else
6023 case $cross_compiling:$ac_tool_warned in
6024yes:)
6025{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6026$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6027ac_tool_warned=yes ;;
6028esac
6029 LIPO=$ac_ct_LIPO
6030 fi
6031else
6032 LIPO="$ac_cv_prog_LIPO"
6033fi
6034
6035 if test -n "$ac_tool_prefix"; then
6036 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6037set dummy ${ac_tool_prefix}otool; ac_word=$2
6038{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6039$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6040if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6041 $as_echo_n "(cached) " >&6
6042else
6043 if test -n "$OTOOL"; then
6044 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6045else
6046as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6047for as_dir in $PATH
6048do
6049 IFS=$as_save_IFS
6050 test -z "$as_dir" && as_dir=.
6051 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6052 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6053 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6054 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6055 break 2
6056 fi
6057done
6058 done
6059IFS=$as_save_IFS
6060
6061fi
6062fi
6063OTOOL=$ac_cv_prog_OTOOL
6064if test -n "$OTOOL"; then
6065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6066$as_echo "$OTOOL" >&6; }
6067else
6068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6069$as_echo "no" >&6; }
6070fi
6071
6072
6073fi
6074if test -z "$ac_cv_prog_OTOOL"; then
6075 ac_ct_OTOOL=$OTOOL
6076 # Extract the first word of "otool", so it can be a program name with args.
6077set dummy otool; ac_word=$2
6078{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6079$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6080if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6081 $as_echo_n "(cached) " >&6
6082else
6083 if test -n "$ac_ct_OTOOL"; then
6084 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6085else
6086as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6087for as_dir in $PATH
6088do
6089 IFS=$as_save_IFS
6090 test -z "$as_dir" && as_dir=.
6091 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6092 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6093 ac_cv_prog_ac_ct_OTOOL="otool"
6094 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6095 break 2
6096 fi
6097done
6098 done
6099IFS=$as_save_IFS
6100
6101fi
6102fi
6103ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6104if test -n "$ac_ct_OTOOL"; then
6105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6106$as_echo "$ac_ct_OTOOL" >&6; }
6107else
6108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6109$as_echo "no" >&6; }
6110fi
6111
6112 if test "x$ac_ct_OTOOL" = x; then
6113 OTOOL=":"
6114 else
6115 case $cross_compiling:$ac_tool_warned in
6116yes:)
6117{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6118$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6119ac_tool_warned=yes ;;
6120esac
6121 OTOOL=$ac_ct_OTOOL
6122 fi
6123else
6124 OTOOL="$ac_cv_prog_OTOOL"
6125fi
6126
6127 if test -n "$ac_tool_prefix"; then
6128 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6129set dummy ${ac_tool_prefix}otool64; ac_word=$2
6130{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6131$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6132if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6133 $as_echo_n "(cached) " >&6
6134else
6135 if test -n "$OTOOL64"; then
6136 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6137else
6138as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6139for as_dir in $PATH
6140do
6141 IFS=$as_save_IFS
6142 test -z "$as_dir" && as_dir=.
6143 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6144 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6145 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6146 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6147 break 2
6148 fi
6149done
6150 done
6151IFS=$as_save_IFS
6152
6153fi
6154fi
6155OTOOL64=$ac_cv_prog_OTOOL64
6156if test -n "$OTOOL64"; then
6157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6158$as_echo "$OTOOL64" >&6; }
6159else
6160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6161$as_echo "no" >&6; }
6162fi
6163
6164
6165fi
6166if test -z "$ac_cv_prog_OTOOL64"; then
6167 ac_ct_OTOOL64=$OTOOL64
6168 # Extract the first word of "otool64", so it can be a program name with args.
6169set dummy otool64; ac_word=$2
6170{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6171$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6172if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6173 $as_echo_n "(cached) " >&6
6174else
6175 if test -n "$ac_ct_OTOOL64"; then
6176 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6177else
6178as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6179for as_dir in $PATH
6180do
6181 IFS=$as_save_IFS
6182 test -z "$as_dir" && as_dir=.
6183 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6184 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6185 ac_cv_prog_ac_ct_OTOOL64="otool64"
6186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6187 break 2
6188 fi
6189done
6190 done
6191IFS=$as_save_IFS
6192
6193fi
6194fi
6195ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6196if test -n "$ac_ct_OTOOL64"; then
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6198$as_echo "$ac_ct_OTOOL64" >&6; }
6199else
6200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6201$as_echo "no" >&6; }
6202fi
6203
6204 if test "x$ac_ct_OTOOL64" = x; then
6205 OTOOL64=":"
6206 else
6207 case $cross_compiling:$ac_tool_warned in
6208yes:)
6209{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6210$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6211ac_tool_warned=yes ;;
6212esac
6213 OTOOL64=$ac_ct_OTOOL64
6214 fi
6215else
6216 OTOOL64="$ac_cv_prog_OTOOL64"
6217fi
6218
6219
6220
6221
6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
6245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6246$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6247if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6248 $as_echo_n "(cached) " >&6
6249else
6250 lt_cv_apple_cc_single_mod=no
6251 if test -z "${LT_MULTI_MODULE}"; then
6252 # By default we will add the -single_module flag. You can override
6253 # by either setting the environment variable LT_MULTI_MODULE
6254 # non-empty at configure time, or by adding -multi_module to the
6255 # link flags.
6256 rm -rf libconftest.dylib*
6257 echo "int foo(void){return 1;}" > conftest.c
6258 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6259-dynamiclib -Wl,-single_module conftest.c" >&5
6260 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6261 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6262 _lt_result=$?
6263 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6264 lt_cv_apple_cc_single_mod=yes
6265 else
6266 cat conftest.err >&5
6267 fi
6268 rm -rf libconftest.dylib*
6269 rm -f conftest.*
6270 fi
6271fi
6272{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6273$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6275$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6276if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6277 $as_echo_n "(cached) " >&6
6278else
6279 lt_cv_ld_exported_symbols_list=no
6280 save_LDFLAGS=$LDFLAGS
6281 echo "_main" > conftest.sym
6282 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6284/* end confdefs.h. */
6285
6286int
6287main ()
6288{
6289
6290 ;
6291 return 0;
6292}
6293_ACEOF
6294if ac_fn_c_try_link "$LINENO"; then :
6295 lt_cv_ld_exported_symbols_list=yes
6296else
6297 lt_cv_ld_exported_symbols_list=no
6298fi
6299rm -f core conftest.err conftest.$ac_objext \
6300 conftest$ac_exeext conftest.$ac_ext
6301 LDFLAGS="$save_LDFLAGS"
6302
6303fi
6304{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6305$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6307$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6308if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6309 $as_echo_n "(cached) " >&6
6310else
6311 lt_cv_ld_force_load=no
6312 cat > conftest.c << _LT_EOF
6313int forced_loaded() { return 2;}
6314_LT_EOF
6315 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6316 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6317 echo "$AR cru libconftest.a conftest.o" >&5
6318 $AR cru libconftest.a conftest.o 2>&5
6319 cat > conftest.c << _LT_EOF
6320int main() { return 0;}
6321_LT_EOF
6322 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6323 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6324 _lt_result=$?
6325 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6326 lt_cv_ld_force_load=yes
6327 else
6328 cat conftest.err >&5
6329 fi
6330 rm -f conftest.err libconftest.a conftest conftest.c
6331 rm -rf conftest.dSYM
6332
6333fi
6334{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6335$as_echo "$lt_cv_ld_force_load" >&6; }
6336 case $host_os in
6337 rhapsody* | darwin1.[012])
6338 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6339 darwin1.*)
6340 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6341 darwin*) # darwin 5.x on
6342 # if running on 10.5 or later, the deployment target defaults
6343 # to the OS version, if on x86, and 10.4, the deployment
6344 # target defaults to 10.4. Don't you love it?
6345 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6346 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6347 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 6348 10.[012][,.]*)
6bb11ab3
L
6349 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6350 10.*)
6351 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6352 esac
6353 ;;
6354 esac
6355 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6356 _lt_dar_single_mod='$single_module'
6357 fi
6358 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6359 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6360 else
6361 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6362 fi
6363 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6364 _lt_dsymutil='~$DSYMUTIL $lib || :'
6365 else
6366 _lt_dsymutil=
6367 fi
6368 ;;
6369 esac
6370
6371for ac_header in dlfcn.h
6372do :
6373 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6374"
d0ac1c44 6375if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6376 cat >>confdefs.h <<_ACEOF
6377#define HAVE_DLFCN_H 1
6378_ACEOF
6379
6380fi
6381
6382done
6383
6384
6385
ebe9564b 6386
6bb11ab3 6387
0cb8d851
MF
6388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6389$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6390if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6391 $as_echo_n "(cached) " >&6
6392else
6393 ac_cv_c_bigendian=unknown
6394 # See if we're dealing with a universal compiler.
6395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6396/* end confdefs.h. */
6397#ifndef __APPLE_CC__
6398 not a universal capable compiler
6399 #endif
6400 typedef int dummy;
6401
6402_ACEOF
6403if ac_fn_c_try_compile "$LINENO"; then :
6404
6405 # Check for potential -arch flags. It is not universal unless
6406 # there are at least two -arch flags with different values.
6407 ac_arch=
6408 ac_prev=
6409 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6410 if test -n "$ac_prev"; then
6411 case $ac_word in
6412 i?86 | x86_64 | ppc | ppc64)
6413 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6414 ac_arch=$ac_word
6415 else
6416 ac_cv_c_bigendian=universal
6417 break
6418 fi
6419 ;;
6420 esac
6421 ac_prev=
6422 elif test "x$ac_word" = "x-arch"; then
6423 ac_prev=arch
6424 fi
6425 done
6426fi
6427rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6428 if test $ac_cv_c_bigendian = unknown; then
6429 # See if sys/param.h defines the BYTE_ORDER macro.
6430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6431/* end confdefs.h. */
6432#include <sys/types.h>
6433 #include <sys/param.h>
6434
6435int
6436main ()
6437{
6438#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6439 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6440 && LITTLE_ENDIAN)
6441 bogus endian macros
6442 #endif
6443
6444 ;
6445 return 0;
6446}
6447_ACEOF
6448if ac_fn_c_try_compile "$LINENO"; then :
6449 # It does; now see whether it defined to BIG_ENDIAN or not.
6450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6451/* end confdefs.h. */
6452#include <sys/types.h>
6453 #include <sys/param.h>
6454
6455int
6456main ()
6457{
6458#if BYTE_ORDER != BIG_ENDIAN
6459 not big endian
6460 #endif
6461
6462 ;
6463 return 0;
6464}
6465_ACEOF
6466if ac_fn_c_try_compile "$LINENO"; then :
6467 ac_cv_c_bigendian=yes
6468else
6469 ac_cv_c_bigendian=no
6470fi
6471rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6472fi
6473rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6474 fi
6475 if test $ac_cv_c_bigendian = unknown; then
6476 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6478/* end confdefs.h. */
6479#include <limits.h>
6480
6481int
6482main ()
6483{
6484#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6485 bogus endian macros
6486 #endif
6487
6488 ;
6489 return 0;
6490}
6491_ACEOF
6492if ac_fn_c_try_compile "$LINENO"; then :
6493 # It does; now see whether it defined to _BIG_ENDIAN or not.
6494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6495/* end confdefs.h. */
6496#include <limits.h>
6497
6498int
6499main ()
6500{
6501#ifndef _BIG_ENDIAN
6502 not big endian
6503 #endif
6504
6505 ;
6506 return 0;
6507}
6508_ACEOF
6509if ac_fn_c_try_compile "$LINENO"; then :
6510 ac_cv_c_bigendian=yes
6511else
6512 ac_cv_c_bigendian=no
6513fi
6514rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6515fi
6516rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6517 fi
6518 if test $ac_cv_c_bigendian = unknown; then
6519 # Compile a test program.
6520 if test "$cross_compiling" = yes; then :
6521 # Try to guess by grepping values from an object file.
6522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6523/* end confdefs.h. */
6524short int ascii_mm[] =
6525 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6526 short int ascii_ii[] =
6527 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6528 int use_ascii (int i) {
6529 return ascii_mm[i] + ascii_ii[i];
6530 }
6531 short int ebcdic_ii[] =
6532 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6533 short int ebcdic_mm[] =
6534 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6535 int use_ebcdic (int i) {
6536 return ebcdic_mm[i] + ebcdic_ii[i];
6537 }
6538 extern int foo;
6539
6540int
6541main ()
6542{
6543return use_ascii (foo) == use_ebcdic (foo);
6544 ;
6545 return 0;
6546}
6547_ACEOF
6548if ac_fn_c_try_compile "$LINENO"; then :
6549 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6550 ac_cv_c_bigendian=yes
6551 fi
6552 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6553 if test "$ac_cv_c_bigendian" = unknown; then
6554 ac_cv_c_bigendian=no
6555 else
6556 # finding both strings is unlikely to happen, but who knows?
6557 ac_cv_c_bigendian=unknown
6558 fi
6559 fi
6560fi
6561rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6562else
6563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6564/* end confdefs.h. */
6565$ac_includes_default
6566int
6567main ()
6568{
6569
6570 /* Are we little or big endian? From Harbison&Steele. */
6571 union
6572 {
6573 long int l;
6574 char c[sizeof (long int)];
6575 } u;
6576 u.l = 1;
6577 return u.c[sizeof (long int) - 1] == 1;
6578
6579 ;
6580 return 0;
6581}
6582_ACEOF
6583if ac_fn_c_try_run "$LINENO"; then :
6584 ac_cv_c_bigendian=no
6585else
6586 ac_cv_c_bigendian=yes
6587fi
6588rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6589 conftest.$ac_objext conftest.beam conftest.$ac_ext
6590fi
6591
6592 fi
6593fi
6594{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6595$as_echo "$ac_cv_c_bigendian" >&6; }
6596 case $ac_cv_c_bigendian in #(
6597 yes)
6598 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6599;; #(
6600 no)
6601 ;; #(
6602 universal)
6603
6604$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6605
6606 ;; #(
6607 *)
d0ac1c44 6608 as_fn_error $? "unknown endianness
0cb8d851
MF
6609 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6610 esac
6611
6bb11ab3
L
6612
6613
6614
c25ea03d 6615if test "x$cross_compiling" = "xno"; then
aa0fca16 6616 : "${AR_FOR_BUILD:=\$(AR)}"
c25ea03d 6617 : "${CC_FOR_BUILD:=\$(CC)}"
aa0fca16 6618 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
c25ea03d 6619 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6620 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d 6621else
aa0fca16 6622 : "${AR_FOR_BUILD:=ar}"
c25ea03d 6623 : "${CC_FOR_BUILD:=gcc}"
aa0fca16 6624 : "${RANLIB_FOR_BUILD:=ranlib}"
c25ea03d 6625 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6626 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6627fi
6628
6629
6630
c25ea03d 6631
c2783492 6632
aa0fca16
MF
6633
6634
a3e2cc64
MF
6635if test -n "$ac_tool_prefix"; then
6636 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6637set dummy ${ac_tool_prefix}ar; ac_word=$2
6638{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6639$as_echo_n "checking for $ac_word... " >&6; }
6640if ${ac_cv_prog_AR+:} false; then :
6641 $as_echo_n "(cached) " >&6
6642else
6643 if test -n "$AR"; then
6644 ac_cv_prog_AR="$AR" # Let the user override the test.
6645else
6646as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6647for as_dir in $PATH
6648do
6649 IFS=$as_save_IFS
6650 test -z "$as_dir" && as_dir=.
6651 for ac_exec_ext in '' $ac_executable_extensions; do
6652 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6653 ac_cv_prog_AR="${ac_tool_prefix}ar"
6654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6655 break 2
6656 fi
6657done
6658 done
6659IFS=$as_save_IFS
6660
6661fi
6662fi
6663AR=$ac_cv_prog_AR
6664if test -n "$AR"; then
6665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6666$as_echo "$AR" >&6; }
6667else
6668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6669$as_echo "no" >&6; }
6670fi
6671
6672
6673fi
6674if test -z "$ac_cv_prog_AR"; then
6675 ac_ct_AR=$AR
6676 # Extract the first word of "ar", so it can be a program name with args.
6677set dummy ar; ac_word=$2
6678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6679$as_echo_n "checking for $ac_word... " >&6; }
6680if ${ac_cv_prog_ac_ct_AR+:} false; then :
6681 $as_echo_n "(cached) " >&6
6682else
6683 if test -n "$ac_ct_AR"; then
6684 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6685else
6686as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6687for as_dir in $PATH
6688do
6689 IFS=$as_save_IFS
6690 test -z "$as_dir" && as_dir=.
6691 for ac_exec_ext in '' $ac_executable_extensions; do
6692 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6693 ac_cv_prog_ac_ct_AR="ar"
6694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6695 break 2
6696 fi
6697done
6698 done
6699IFS=$as_save_IFS
6700
6701fi
6702fi
6703ac_ct_AR=$ac_cv_prog_ac_ct_AR
6704if test -n "$ac_ct_AR"; then
6705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6706$as_echo "$ac_ct_AR" >&6; }
6707else
6708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6709$as_echo "no" >&6; }
6710fi
6711
6712 if test "x$ac_ct_AR" = x; then
6713 AR=""
6714 else
6715 case $cross_compiling:$ac_tool_warned in
6716yes:)
6717{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6718$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6719ac_tool_warned=yes ;;
6720esac
6721 AR=$ac_ct_AR
6722 fi
6723else
6724 AR="$ac_cv_prog_AR"
6725fi
6bb11ab3
L
6726
6727if test -n "$ac_tool_prefix"; then
6728 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6729set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6730{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6731$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6732if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6733 $as_echo_n "(cached) " >&6
6734else
6735 if test -n "$RANLIB"; then
6736 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6737else
6738as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6739for as_dir in $PATH
6740do
6741 IFS=$as_save_IFS
6742 test -z "$as_dir" && as_dir=.
6743 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6744 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6745 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6747 break 2
6748 fi
6749done
6750 done
6751IFS=$as_save_IFS
6752
6753fi
6754fi
6755RANLIB=$ac_cv_prog_RANLIB
6756if test -n "$RANLIB"; then
6757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6758$as_echo "$RANLIB" >&6; }
6759else
6760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6761$as_echo "no" >&6; }
6762fi
6763
6764
6765fi
6766if test -z "$ac_cv_prog_RANLIB"; then
6767 ac_ct_RANLIB=$RANLIB
6768 # Extract the first word of "ranlib", so it can be a program name with args.
6769set dummy ranlib; ac_word=$2
6770{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6771$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6772if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6773 $as_echo_n "(cached) " >&6
6774else
6775 if test -n "$ac_ct_RANLIB"; then
6776 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6777else
6778as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6779for as_dir in $PATH
6780do
6781 IFS=$as_save_IFS
6782 test -z "$as_dir" && as_dir=.
6783 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6784 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6785 ac_cv_prog_ac_ct_RANLIB="ranlib"
6786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6787 break 2
6788 fi
6789done
6790 done
6791IFS=$as_save_IFS
6792
6793fi
6794fi
6795ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6796if test -n "$ac_ct_RANLIB"; then
6797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6798$as_echo "$ac_ct_RANLIB" >&6; }
6799else
6800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6801$as_echo "no" >&6; }
6802fi
6803
6804 if test "x$ac_ct_RANLIB" = x; then
6805 RANLIB=":"
6806 else
6807 case $cross_compiling:$ac_tool_warned in
6808yes:)
6809{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6810$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6811ac_tool_warned=yes ;;
6812esac
6813 RANLIB=$ac_ct_RANLIB
6814 fi
6815else
6816 RANLIB="$ac_cv_prog_RANLIB"
6817fi
6818
6819
46f900c0
MF
6820# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6821# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6822# is C99. So handle it ourselves.
6823:
6824C_DIALECT=
6825{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6826$as_echo_n "checking whether C11 is supported by default... " >&6; }
6827cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6828/* end confdefs.h. */
6829
6830#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6831# error "C11 support not found"
6832#endif
6833
6834_ACEOF
6835if ac_fn_c_try_compile "$LINENO"; then :
6836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6837$as_echo "yes" >&6; }
6838else
6839
6840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6841$as_echo "no" >&6; }
6842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6843$as_echo_n "checking for -std=c11 support... " >&6; }
6844 ac_save_CC="$CC"
6845 CC="$CC -std=c11"
6846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6847/* end confdefs.h. */
6848
6849#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6850# error "C11 support not found"
6851#endif
6852
6853_ACEOF
6854if ac_fn_c_try_compile "$LINENO"; then :
6855
6856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6857$as_echo "yes" >&6; }
6858 CC="$ac_save_CC"
6859 C_DIALECT="-std=c11"
6860
6861else
6862 as_fn_error $? "C11 is required" "$LINENO" 5
6863fi
6864rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6865fi
6866rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6867
6868
c2783492 6869
6bb11ab3
L
6870# Dependency checking.
6871ac_config_commands="$ac_config_commands depdir"
6872
6873
6874depcc="$CC" am_compiler_list=
6875
6876am_depcomp=$ac_aux_dir/depcomp
6877{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6878$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6879if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6880 $as_echo_n "(cached) " >&6
6881else
6882 if test -f "$am_depcomp"; then
6883 # We make a subdir and do the tests there. Otherwise we can end up
6884 # making bogus files that we don't know about and never remove. For
6885 # instance it was reported that on HP-UX the gcc test will end up
6886 # making a dummy file named `D' -- because `-MD' means `put the output
6887 # in D'.
6888 mkdir conftest.dir
6889 # Copy depcomp to subdir because otherwise we won't find it if we're
6890 # using a relative directory.
6891 cp "$am_depcomp" conftest.dir
6892 cd conftest.dir
6893 # We will build objects and dependencies in a subdirectory because
6894 # it helps to detect inapplicable dependency modes. For instance
6895 # both Tru64's cc and ICC support -MD to output dependencies as a
6896 # side effect of compilation, but ICC will put the dependencies in
6897 # the current directory while Tru64 will put them in the object
6898 # directory.
6899 mkdir sub
6900
6901 am_cv_CC_dependencies_compiler_type=none
6902 if test "$am_compiler_list" = ""; then
6903 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6904 fi
6905 for depmode in $am_compiler_list; do
6906 if test $depmode = none; then break; fi
6907
6908 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6909 # Setup a source with many dependencies, because some compilers
6910 # like to wrap large dependency lists on column 80 (with \), and
6911 # we should not choose a depcomp mode which is confused by this.
6912 #
6913 # We need to recreate these files for each test, as the compiler may
6914 # overwrite some of them when testing with obscure command lines.
6915 # This happens at least with the AIX C compiler.
6916 : > sub/conftest.c
6917 for i in 1 2 3 4 5 6; do
6918 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6919 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6920 # Solaris 8's {/usr,}/bin/sh.
6921 touch sub/conftst$i.h
6922 done
6923 echo "include sub/conftest.Po" > confmf
6924
6925 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6926 # mode. It turns out that the SunPro C++ compiler does not properly
6927 # handle `-M -o', and we need to detect this.
6928 depcmd="depmode=$depmode \
6929 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6930 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6931 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6932 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6933 if env $depcmd > conftest.err 2>&1 &&
6934 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6935 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6936 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6937 # icc doesn't choke on unknown options, it will just issue warnings
6938 # or remarks (even with -Werror). So we grep stderr for any message
6939 # that says an option was ignored or not supported.
6940 # When given -MP, icc 7.0 and 7.1 complain thusly:
6941 # icc: Command line warning: ignoring option '-M'; no argument required
6942 # The diagnosis changed in icc 8.0:
6943 # icc: Command line remark: option '-MP' not supported
6944 if (grep 'ignoring option' conftest.err ||
6945 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6946 am_cv_CC_dependencies_compiler_type=$depmode
6947 $as_echo "$as_me:$LINENO: success" >&5
6948 break
6949 fi
6950 fi
6951 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
6952 sed -e 's/^/| /' < conftest.err >&5
6953 done
6954
6955 cd ..
6956 rm -rf conftest.dir
6957else
6958 am_cv_CC_dependencies_compiler_type=none
6959fi
6960
6961fi
6962{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6963$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6964if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 6965then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
6966else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6967
6968fi
6969
6970
6bb11ab3
L
6971ALL_LINGUAS=
6972# If we haven't got the data from the intl directory,
6973# assume NLS is disabled.
6974USE_NLS=no
6975LIBINTL=
6976LIBINTL_DEP=
6977INCINTL=
6978XGETTEXT=
6979GMSGFMT=
6980POSUB=
6981
6982if test -f ../../intl/config.intl; then
6983 . ../../intl/config.intl
6984fi
6985{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
6986$as_echo_n "checking whether NLS is requested... " >&6; }
6987if test x"$USE_NLS" != xyes; then
6988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6989$as_echo "no" >&6; }
6990else
6991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6992$as_echo "yes" >&6; }
6993
6994$as_echo "#define ENABLE_NLS 1" >>confdefs.h
6995
6996
6997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
6998$as_echo_n "checking for catalogs to be installed... " >&6; }
6999 # Look for .po and .gmo files in the source directory.
7000 CATALOGS=
7001 XLINGUAS=
7002 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7003 # If there aren't any .gmo files the shell will give us the
7004 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7005 # weeded out.
7006 case "$cat" in *\**)
7007 continue;;
7008 esac
7009 # The quadruple backslash is collapsed to a double backslash
7010 # by the backticks, then collapsed again by the double quotes,
7011 # leaving us with one backslash in the sed expression (right
7012 # before the dot that mustn't act as a wildcard).
7013 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7014 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7015 # The user is allowed to set LINGUAS to a list of languages to
7016 # install catalogs for. If it's empty that means "all of them."
7017 if test "x$LINGUAS" = x; then
7018 CATALOGS="$CATALOGS $cat"
7019 XLINGUAS="$XLINGUAS $lang"
7020 else
7021 case "$LINGUAS" in *$lang*)
7022 CATALOGS="$CATALOGS $cat"
7023 XLINGUAS="$XLINGUAS $lang"
7024 ;;
7025 esac
7026 fi
7027 done
7028 LINGUAS="$XLINGUAS"
7029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7030$as_echo "$LINGUAS" >&6; }
7031
7032
7033 DATADIRNAME=share
7034
7035 INSTOBJEXT=.mo
7036
7037 GENCAT=gencat
7038
7039 CATOBJEXT=.gmo
7040
7041fi
7042
6bb11ab3
L
7043# Check for socket libraries
7044{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7045$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7046if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7047 $as_echo_n "(cached) " >&6
7048else
7049 ac_check_lib_save_LIBS=$LIBS
7050LIBS="-lsocket $LIBS"
7051cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7052/* end confdefs.h. */
7053
7054/* Override any GCC internal prototype to avoid an error.
7055 Use char because int might match the return type of a GCC
7056 builtin and then its argument prototype would still apply. */
7057#ifdef __cplusplus
7058extern "C"
7059#endif
7060char bind ();
7061int
7062main ()
7063{
7064return bind ();
7065 ;
7066 return 0;
7067}
7068_ACEOF
7069if ac_fn_c_try_link "$LINENO"; then :
7070 ac_cv_lib_socket_bind=yes
7071else
7072 ac_cv_lib_socket_bind=no
7073fi
7074rm -f core conftest.err conftest.$ac_objext \
7075 conftest$ac_exeext conftest.$ac_ext
7076LIBS=$ac_check_lib_save_LIBS
7077fi
7078{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7079$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7080if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7081 cat >>confdefs.h <<_ACEOF
7082#define HAVE_LIBSOCKET 1
7083_ACEOF
7084
7085 LIBS="-lsocket $LIBS"
7086
7087fi
7088
7089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7090$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7091if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7092 $as_echo_n "(cached) " >&6
7093else
7094 ac_check_lib_save_LIBS=$LIBS
7095LIBS="-lnsl $LIBS"
7096cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7097/* end confdefs.h. */
7098
7099/* Override any GCC internal prototype to avoid an error.
7100 Use char because int might match the return type of a GCC
7101 builtin and then its argument prototype would still apply. */
7102#ifdef __cplusplus
7103extern "C"
7104#endif
7105char gethostbyname ();
7106int
7107main ()
7108{
7109return gethostbyname ();
7110 ;
7111 return 0;
7112}
7113_ACEOF
7114if ac_fn_c_try_link "$LINENO"; then :
7115 ac_cv_lib_nsl_gethostbyname=yes
7116else
7117 ac_cv_lib_nsl_gethostbyname=no
7118fi
7119rm -f core conftest.err conftest.$ac_objext \
7120 conftest$ac_exeext conftest.$ac_ext
7121LIBS=$ac_check_lib_save_LIBS
7122fi
7123{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7124$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7125if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7126 cat >>confdefs.h <<_ACEOF
7127#define HAVE_LIBNSL 1
7128_ACEOF
7129
7130 LIBS="-lnsl $LIBS"
7131
7132fi
7133
7134
7135# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7136# using the same condition.
7137
aadc9410 7138 # Use the system's zlib library.
7fed4b0b
L
7139 zlibdir="-L\$(top_builddir)/../zlib"
7140 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7141
aadc9410
MF
7142# Check whether --with-system-zlib was given.
7143if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7144 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7145 zlibdir=
7146 zlibinc=
7147 fi
6bb11ab3
L
7148
7149fi
7150
6bb11ab3 7151
6bb11ab3 7152
6bb11ab3
L
7153
7154
7155# BFD uses libdl when when plugins enabled.
7156
faa743bb
RM
7157 maybe_plugins=no
7158 for ac_header in dlfcn.h
7159do :
7160 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7161"
d0ac1c44 7162if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7163 cat >>confdefs.h <<_ACEOF
7164#define HAVE_DLFCN_H 1
7165_ACEOF
7166 maybe_plugins=yes
7167fi
7168
7169done
7170
7171 for ac_header in windows.h
7172do :
7173 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7174"
d0ac1c44 7175if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7176 cat >>confdefs.h <<_ACEOF
7177#define HAVE_WINDOWS_H 1
7178_ACEOF
7179 maybe_plugins=yes
7180fi
7181
7182done
7183
7184
7185 # Check whether --enable-plugins was given.
6bb11ab3
L
7186if test "${enable_plugins+set}" = set; then :
7187 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7188 no) plugins=no ;;
7189 *) plugins=yes
7190 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7191 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7192 fi ;;
7193 esac
6bb11ab3 7194else
faa743bb
RM
7195 plugins=$maybe_plugins
7196
6bb11ab3
L
7197fi
7198
2974be62 7199 if test "$plugins" = "yes"; then
37f980dc
SM
7200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7201$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7202if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7203 $as_echo_n "(cached) " >&6
7204else
7205 ac_func_search_save_LIBS=$LIBS
7206cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7207/* end confdefs.h. */
7208
7209/* Override any GCC internal prototype to avoid an error.
7210 Use char because int might match the return type of a GCC
7211 builtin and then its argument prototype would still apply. */
7212#ifdef __cplusplus
7213extern "C"
7214#endif
37f980dc 7215char dlsym ();
2974be62
AM
7216int
7217main ()
7218{
37f980dc 7219return dlsym ();
2974be62
AM
7220 ;
7221 return 0;
7222}
7223_ACEOF
7224for ac_lib in '' dl; do
7225 if test -z "$ac_lib"; then
7226 ac_res="none required"
7227 else
7228 ac_res=-l$ac_lib
7229 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7230 fi
7231 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7232 ac_cv_search_dlsym=$ac_res
2974be62
AM
7233fi
7234rm -f core conftest.err conftest.$ac_objext \
7235 conftest$ac_exeext
d0ac1c44 7236 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7237 break
7238fi
7239done
d0ac1c44 7240if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7241
7242else
37f980dc 7243 ac_cv_search_dlsym=no
2974be62
AM
7244fi
7245rm conftest.$ac_ext
7246LIBS=$ac_func_search_save_LIBS
7247fi
37f980dc
SM
7248{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7249$as_echo "$ac_cv_search_dlsym" >&6; }
7250ac_res=$ac_cv_search_dlsym
2974be62
AM
7251if test "$ac_res" != no; then :
7252 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7253
7254fi
7255
7256 fi
6bb11ab3
L
7257
7258 if test "$plugins" = yes; then
7259 PLUGINS_TRUE=
7260 PLUGINS_FALSE='#'
7261else
7262 PLUGINS_TRUE='#'
7263 PLUGINS_FALSE=
7264fi
7265
7266
7267
7268
7269
7270# Set options
7271enable_dlopen=yes
7272
7273
7274
7275
7276 enable_win32_dll=no
7277
7278
7279 # Check whether --enable-shared was given.
7280if test "${enable_shared+set}" = set; then :
7281 enableval=$enable_shared; p=${PACKAGE-default}
7282 case $enableval in
7283 yes) enable_shared=yes ;;
7284 no) enable_shared=no ;;
7285 *)
7286 enable_shared=no
7287 # Look at the argument we got. We use all the common list separators.
7288 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7289 for pkg in $enableval; do
7290 IFS="$lt_save_ifs"
7291 if test "X$pkg" = "X$p"; then
7292 enable_shared=yes
7293 fi
7294 done
7295 IFS="$lt_save_ifs"
7296 ;;
7297 esac
7298else
7299 enable_shared=yes
7300fi
7301
7302
7303
7304
7305
7306
7307
7308
7309
7310 # Check whether --enable-static was given.
7311if test "${enable_static+set}" = set; then :
7312 enableval=$enable_static; p=${PACKAGE-default}
7313 case $enableval in
7314 yes) enable_static=yes ;;
7315 no) enable_static=no ;;
7316 *)
7317 enable_static=no
7318 # Look at the argument we got. We use all the common list separators.
7319 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7320 for pkg in $enableval; do
7321 IFS="$lt_save_ifs"
7322 if test "X$pkg" = "X$p"; then
7323 enable_static=yes
7324 fi
7325 done
7326 IFS="$lt_save_ifs"
7327 ;;
7328 esac
7329else
7330 enable_static=yes
7331fi
7332
7333
7334
7335
7336
7337
7338
7339
7340
7341
7342# Check whether --with-pic was given.
7343if test "${with_pic+set}" = set; then :
7344 withval=$with_pic; pic_mode="$withval"
7345else
7346 pic_mode=default
7347fi
7348
7349
7350test -z "$pic_mode" && pic_mode=default
7351
7352
7353
7354
7355
7356
7357
7358 # Check whether --enable-fast-install was given.
7359if test "${enable_fast_install+set}" = set; then :
7360 enableval=$enable_fast_install; p=${PACKAGE-default}
7361 case $enableval in
7362 yes) enable_fast_install=yes ;;
7363 no) enable_fast_install=no ;;
7364 *)
7365 enable_fast_install=no
7366 # Look at the argument we got. We use all the common list separators.
7367 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7368 for pkg in $enableval; do
7369 IFS="$lt_save_ifs"
7370 if test "X$pkg" = "X$p"; then
7371 enable_fast_install=yes
7372 fi
7373 done
7374 IFS="$lt_save_ifs"
7375 ;;
7376 esac
7377else
7378 enable_fast_install=yes
7379fi
7380
7381
7382
7383
7384
7385
7386
7387
7388
7389
7390
7391# This can be used to rebuild libtool when needed
7392LIBTOOL_DEPS="$ltmain"
7393
7394# Always use our own libtool.
7395LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422test -z "$LN_S" && LN_S="ln -s"
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
7433
7434
7435
7436
7437if test -n "${ZSH_VERSION+set}" ; then
7438 setopt NO_GLOB_SUBST
b7026657 7439fi
b7026657 7440
6bb11ab3
L
7441{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7442$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7443if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7444 $as_echo_n "(cached) " >&6
7445else
7446 rm -f .libs 2>/dev/null
7447mkdir .libs 2>/dev/null
7448if test -d .libs; then
7449 lt_cv_objdir=.libs
7450else
7451 # MS-DOS does not allow filenames that begin with a dot.
7452 lt_cv_objdir=_libs
7453fi
7454rmdir .libs 2>/dev/null
7455fi
7456{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7457$as_echo "$lt_cv_objdir" >&6; }
7458objdir=$lt_cv_objdir
7459
7460
7461
7462
7463
7464cat >>confdefs.h <<_ACEOF
7465#define LT_OBJDIR "$lt_cv_objdir/"
7466_ACEOF
7467
7468
7469
7470
7471case $host_os in
7472aix3*)
7473 # AIX sometimes has problems with the GCC collect2 program. For some
7474 # reason, if we set the COLLECT_NAMES environment variable, the problems
7475 # vanish in a puff of smoke.
7476 if test "X${COLLECT_NAMES+set}" != Xset; then
7477 COLLECT_NAMES=
7478 export COLLECT_NAMES
7479 fi
7480 ;;
81ecdfbb 7481esac
6bb11ab3
L
7482
7483# Global variables:
7484ofile=libtool
7485can_build_shared=yes
7486
7487# All known linkers require a `.a' archive for static linking (except MSVC,
7488# which needs '.lib').
7489libext=a
7490
7491with_gnu_ld="$lt_cv_prog_gnu_ld"
7492
7493old_CC="$CC"
7494old_CFLAGS="$CFLAGS"
7495
7496# Set sane defaults for various variables
7497test -z "$CC" && CC=cc
7498test -z "$LTCC" && LTCC=$CC
7499test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7500test -z "$LD" && LD=ld
7501test -z "$ac_objext" && ac_objext=o
7502
7503for cc_temp in $compiler""; do
7504 case $cc_temp in
7505 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7506 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7507 \-*) ;;
7508 *) break;;
7509 esac
7510done
7511cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7512
7513
7514# Only perform the check for file, if the check method requires it
7515test -z "$MAGIC_CMD" && MAGIC_CMD=file
7516case $deplibs_check_method in
7517file_magic*)
7518 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7520$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7521if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7522 $as_echo_n "(cached) " >&6
7523else
7524 case $MAGIC_CMD in
7525[\\/*] | ?:[\\/]*)
7526 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7527 ;;
7528*)
7529 lt_save_MAGIC_CMD="$MAGIC_CMD"
7530 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7531 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7532 for ac_dir in $ac_dummy; do
7533 IFS="$lt_save_ifs"
7534 test -z "$ac_dir" && ac_dir=.
7535 if test -f $ac_dir/${ac_tool_prefix}file; then
7536 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7537 if test -n "$file_magic_test_file"; then
7538 case $deplibs_check_method in
7539 "file_magic "*)
7540 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7541 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7542 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7543 $EGREP "$file_magic_regex" > /dev/null; then
7544 :
7545 else
7546 cat <<_LT_EOF 1>&2
7547
7548*** Warning: the command libtool uses to detect shared libraries,
7549*** $file_magic_cmd, produces output that libtool cannot recognize.
7550*** The result is that libtool may fail to recognize shared libraries
7551*** as such. This will affect the creation of libtool libraries that
7552*** depend on shared libraries, but programs linked with such libtool
7553*** libraries will work regardless of this problem. Nevertheless, you
7554*** may want to report the problem to your system manager and/or to
7555*** bug-libtool@gnu.org
7556
7557_LT_EOF
7558 fi ;;
7559 esac
7560 fi
7561 break
f0569246 7562 fi
6bb11ab3
L
7563 done
7564 IFS="$lt_save_ifs"
7565 MAGIC_CMD="$lt_save_MAGIC_CMD"
7566 ;;
7567esac
f0569246 7568fi
f0569246 7569
6bb11ab3
L
7570MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7571if test -n "$MAGIC_CMD"; then
7572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7573$as_echo "$MAGIC_CMD" >&6; }
7574else
7575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7576$as_echo "no" >&6; }
7577fi
81ecdfbb 7578
6bb11ab3
L
7579
7580
7581
7582
7583if test -z "$lt_cv_path_MAGIC_CMD"; then
7584 if test -n "$ac_tool_prefix"; then
7585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7586$as_echo_n "checking for file... " >&6; }
d0ac1c44 7587if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7588 $as_echo_n "(cached) " >&6
7589else
7590 case $MAGIC_CMD in
7591[\\/*] | ?:[\\/]*)
7592 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7593 ;;
7594*)
7595 lt_save_MAGIC_CMD="$MAGIC_CMD"
7596 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7597 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7598 for ac_dir in $ac_dummy; do
7599 IFS="$lt_save_ifs"
7600 test -z "$ac_dir" && ac_dir=.
7601 if test -f $ac_dir/file; then
7602 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7603 if test -n "$file_magic_test_file"; then
7604 case $deplibs_check_method in
7605 "file_magic "*)
7606 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7607 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7608 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7609 $EGREP "$file_magic_regex" > /dev/null; then
7610 :
7611 else
7612 cat <<_LT_EOF 1>&2
7613
7614*** Warning: the command libtool uses to detect shared libraries,
7615*** $file_magic_cmd, produces output that libtool cannot recognize.
7616*** The result is that libtool may fail to recognize shared libraries
7617*** as such. This will affect the creation of libtool libraries that
7618*** depend on shared libraries, but programs linked with such libtool
7619*** libraries will work regardless of this problem. Nevertheless, you
7620*** may want to report the problem to your system manager and/or to
7621*** bug-libtool@gnu.org
7622
7623_LT_EOF
7624 fi ;;
7625 esac
7626 fi
7627 break
7628 fi
7629 done
7630 IFS="$lt_save_ifs"
7631 MAGIC_CMD="$lt_save_MAGIC_CMD"
7632 ;;
81ecdfbb 7633esac
6bb11ab3
L
7634fi
7635
7636MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7637if test -n "$MAGIC_CMD"; then
7638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7639$as_echo "$MAGIC_CMD" >&6; }
7640else
7641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7642$as_echo "no" >&6; }
7643fi
7644
7645
7646 else
7647 MAGIC_CMD=:
7648 fi
7649fi
7650
7651 fi
7652 ;;
7653esac
7654
7655# Use C for the default configuration in the libtool script
7656
7657lt_save_CC="$CC"
7658ac_ext=c
7659ac_cpp='$CPP $CPPFLAGS'
7660ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7661ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7662ac_compiler_gnu=$ac_cv_c_compiler_gnu
7663
7664
7665# Source file extension for C test sources.
7666ac_ext=c
7667
7668# Object file extension for compiled C test sources.
7669objext=o
7670objext=$objext
7671
7672# Code to be used in simple compile tests
7673lt_simple_compile_test_code="int some_variable = 0;"
7674
7675# Code to be used in simple link tests
7676lt_simple_link_test_code='int main(){return(0);}'
7677
7678
7679
7680
7681
7682
7683
7684# If no C compiler was specified, use CC.
7685LTCC=${LTCC-"$CC"}
7686
7687# If no C compiler flags were specified, use CFLAGS.
7688LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7689
7690# Allow CC to be a program name with arguments.
7691compiler=$CC
7692
7693# Save the default compiler, since it gets overwritten when the other
7694# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7695compiler_DEFAULT=$CC
7696
7697# save warnings/boilerplate of simple test code
7698ac_outfile=conftest.$ac_objext
7699echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7700eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7701_lt_compiler_boilerplate=`cat conftest.err`
7702$RM conftest*
7703
7704ac_outfile=conftest.$ac_objext
7705echo "$lt_simple_link_test_code" >conftest.$ac_ext
7706eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7707_lt_linker_boilerplate=`cat conftest.err`
7708$RM -r conftest*
7709
7710
7711## CAVEAT EMPTOR:
7712## There is no encapsulation within the following macros, do not change
7713## the running order or otherwise move them around unless you know exactly
7714## what you are doing...
7715if test -n "$compiler"; then
7716
7717lt_prog_compiler_no_builtin_flag=
7718
7719if test "$GCC" = yes; then
7720 case $cc_basename in
7721 nvcc*)
7722 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7723 *)
7724 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 7725 esac
6bb11ab3
L
7726
7727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7728$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7729if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 7730 $as_echo_n "(cached) " >&6
f0569246 7731else
6bb11ab3
L
7732 lt_cv_prog_compiler_rtti_exceptions=no
7733 ac_outfile=conftest.$ac_objext
7734 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7735 lt_compiler_flag="-fno-rtti -fno-exceptions"
7736 # Insert the option either (1) after the last *FLAGS variable, or
7737 # (2) before a word containing "conftest.", or (3) at the end.
7738 # Note that $ac_compile itself does not contain backslashes and begins
7739 # with a dollar sign (not a hyphen), so the echo should work correctly.
7740 # The option is referenced via a variable to avoid confusing sed.
7741 lt_compile=`echo "$ac_compile" | $SED \
7742 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7743 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7744 -e 's:$: $lt_compiler_flag:'`
7745 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7746 (eval "$lt_compile" 2>conftest.err)
7747 ac_status=$?
7748 cat conftest.err >&5
7749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7750 if (exit $ac_status) && test -s "$ac_outfile"; then
7751 # The compiler can only warn and ignore the option if not recognized
7752 # So say no if there are warnings other than the usual output.
7753 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7754 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7755 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7756 lt_cv_prog_compiler_rtti_exceptions=yes
7757 fi
7758 fi
7759 $RM conftest*
7760
f0569246 7761fi
6bb11ab3
L
7762{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7763$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7764
7765if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7766 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7767else
7768 :
7769fi
7770
7771fi
7772
7773
7774
7775
7776
7777
7778 lt_prog_compiler_wl=
7779lt_prog_compiler_pic=
7780lt_prog_compiler_static=
7781
7782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7783$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7784
7785 if test "$GCC" = yes; then
7786 lt_prog_compiler_wl='-Wl,'
7787 lt_prog_compiler_static='-static'
7788
7789 case $host_os in
7790 aix*)
7791 # All AIX code is PIC.
7792 if test "$host_cpu" = ia64; then
7793 # AIX 5 now supports IA64 processor
7794 lt_prog_compiler_static='-Bstatic'
7795 fi
7796 lt_prog_compiler_pic='-fPIC'
7797 ;;
7798
7799 amigaos*)
7800 case $host_cpu in
7801 powerpc)
7802 # see comment about AmigaOS4 .so support
7803 lt_prog_compiler_pic='-fPIC'
7804 ;;
7805 m68k)
7806 # FIXME: we need at least 68020 code to build shared libraries, but
7807 # adding the `-m68020' flag to GCC prevents building anything better,
7808 # like `-m68040'.
7809 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7810 ;;
7811 esac
7812 ;;
7813
7814 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7815 # PIC is the default for these OSes.
7816 ;;
7817
7818 mingw* | cygwin* | pw32* | os2* | cegcc*)
7819 # This hack is so that the source file can tell whether it is being
7820 # built for inclusion in a dll (and should export symbols for example).
7821 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7822 # (--disable-auto-import) libraries
7823 lt_prog_compiler_pic='-DDLL_EXPORT'
7824 ;;
7825
7826 darwin* | rhapsody*)
7827 # PIC is the default on this platform
7828 # Common symbols not allowed in MH_DYLIB files
7829 lt_prog_compiler_pic='-fno-common'
7830 ;;
7831
7832 haiku*)
7833 # PIC is the default for Haiku.
7834 # The "-static" flag exists, but is broken.
7835 lt_prog_compiler_static=
7836 ;;
7837
7838 hpux*)
7839 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7840 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7841 # sets the default TLS model and affects inlining.
7842 case $host_cpu in
7843 hppa*64*)
7844 # +Z the default
7845 ;;
7846 *)
7847 lt_prog_compiler_pic='-fPIC'
7848 ;;
7849 esac
7850 ;;
7851
7852 interix[3-9]*)
7853 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7854 # Instead, we relocate shared libraries at runtime.
7855 ;;
7856
7857 msdosdjgpp*)
7858 # Just because we use GCC doesn't mean we suddenly get shared libraries
7859 # on systems that don't support them.
7860 lt_prog_compiler_can_build_shared=no
7861 enable_shared=no
7862 ;;
7863
7864 *nto* | *qnx*)
7865 # QNX uses GNU C++, but need to define -shared option too, otherwise
7866 # it will coredump.
7867 lt_prog_compiler_pic='-fPIC -shared'
7868 ;;
7869
7870 sysv4*MP*)
7871 if test -d /usr/nec; then
7872 lt_prog_compiler_pic=-Kconform_pic
7873 fi
7874 ;;
7875
7876 *)
7877 lt_prog_compiler_pic='-fPIC'
7878 ;;
7879 esac
7880
7881 case $cc_basename in
7882 nvcc*) # Cuda Compiler Driver 2.2
7883 lt_prog_compiler_wl='-Xlinker '
7884 lt_prog_compiler_pic='-Xcompiler -fPIC'
7885 ;;
7886 esac
7887 else
7888 # PORTME Check for flag to pass linker flags through the system compiler.
7889 case $host_os in
7890 aix*)
7891 lt_prog_compiler_wl='-Wl,'
7892 if test "$host_cpu" = ia64; then
7893 # AIX 5 now supports IA64 processor
7894 lt_prog_compiler_static='-Bstatic'
7895 else
7896 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7897 fi
7898 ;;
7899
7900 mingw* | cygwin* | pw32* | os2* | cegcc*)
7901 # This hack is so that the source file can tell whether it is being
7902 # built for inclusion in a dll (and should export symbols for example).
7903 lt_prog_compiler_pic='-DDLL_EXPORT'
7904 ;;
7905
7906 hpux9* | hpux10* | hpux11*)
7907 lt_prog_compiler_wl='-Wl,'
7908 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7909 # not for PA HP-UX.
7910 case $host_cpu in
7911 hppa*64*|ia64*)
7912 # +Z the default
7913 ;;
7914 *)
7915 lt_prog_compiler_pic='+Z'
7916 ;;
7917 esac
7918 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7919 lt_prog_compiler_static='${wl}-a ${wl}archive'
7920 ;;
7921
7922 irix5* | irix6* | nonstopux*)
7923 lt_prog_compiler_wl='-Wl,'
7924 # PIC (with -KPIC) is the default.
7925 lt_prog_compiler_static='-non_shared'
7926 ;;
7927
7928 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7929 case $cc_basename in
7930 # old Intel for x86_64 which still supported -KPIC.
7931 ecc*)
7932 lt_prog_compiler_wl='-Wl,'
7933 lt_prog_compiler_pic='-KPIC'
7934 lt_prog_compiler_static='-static'
7935 ;;
7936 # icc used to be incompatible with GCC.
7937 # ICC 10 doesn't accept -KPIC any more.
7938 icc* | ifort*)
7939 lt_prog_compiler_wl='-Wl,'
7940 lt_prog_compiler_pic='-fPIC'
7941 lt_prog_compiler_static='-static'
7942 ;;
7943 # Lahey Fortran 8.1.
7944 lf95*)
7945 lt_prog_compiler_wl='-Wl,'
7946 lt_prog_compiler_pic='--shared'
7947 lt_prog_compiler_static='--static'
7948 ;;
7949 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7950 # Portland Group compilers (*not* the Pentium gcc compiler,
7951 # which looks to be a dead project)
7952 lt_prog_compiler_wl='-Wl,'
7953 lt_prog_compiler_pic='-fpic'
7954 lt_prog_compiler_static='-Bstatic'
7955 ;;
7956 ccc*)
7957 lt_prog_compiler_wl='-Wl,'
7958 # All Alpha code is PIC.
7959 lt_prog_compiler_static='-non_shared'
7960 ;;
7961 xl* | bgxl* | bgf* | mpixl*)
7962 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7963 lt_prog_compiler_wl='-Wl,'
7964 lt_prog_compiler_pic='-qpic'
7965 lt_prog_compiler_static='-qstaticlink'
7966 ;;
7967 *)
7968 case `$CC -V 2>&1 | sed 5q` in
7969 *Sun\ F* | *Sun*Fortran*)
7970 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7971 lt_prog_compiler_pic='-KPIC'
7972 lt_prog_compiler_static='-Bstatic'
7973 lt_prog_compiler_wl=''
7974 ;;
7975 *Sun\ C*)
7976 # Sun C 5.9
7977 lt_prog_compiler_pic='-KPIC'
7978 lt_prog_compiler_static='-Bstatic'
7979 lt_prog_compiler_wl='-Wl,'
7980 ;;
7981 esac
7982 ;;
7983 esac
7984 ;;
7985
7986 newsos6)
7987 lt_prog_compiler_pic='-KPIC'
7988 lt_prog_compiler_static='-Bstatic'
7989 ;;
7990
7991 *nto* | *qnx*)
7992 # QNX uses GNU C++, but need to define -shared option too, otherwise
7993 # it will coredump.
7994 lt_prog_compiler_pic='-fPIC -shared'
7995 ;;
7996
7997 osf3* | osf4* | osf5*)
7998 lt_prog_compiler_wl='-Wl,'
7999 # All OSF/1 code is PIC.
8000 lt_prog_compiler_static='-non_shared'
8001 ;;
8002
8003 rdos*)
8004 lt_prog_compiler_static='-non_shared'
8005 ;;
f0569246 8006
6bb11ab3
L
8007 solaris*)
8008 lt_prog_compiler_pic='-KPIC'
8009 lt_prog_compiler_static='-Bstatic'
8010 case $cc_basename in
8011 f77* | f90* | f95*)
8012 lt_prog_compiler_wl='-Qoption ld ';;
8013 *)
8014 lt_prog_compiler_wl='-Wl,';;
8015 esac
8016 ;;
f0569246 8017
6bb11ab3
L
8018 sunos4*)
8019 lt_prog_compiler_wl='-Qoption ld '
8020 lt_prog_compiler_pic='-PIC'
8021 lt_prog_compiler_static='-Bstatic'
8022 ;;
f0569246 8023
6bb11ab3
L
8024 sysv4 | sysv4.2uw2* | sysv4.3*)
8025 lt_prog_compiler_wl='-Wl,'
8026 lt_prog_compiler_pic='-KPIC'
8027 lt_prog_compiler_static='-Bstatic'
8028 ;;
8029
8030 sysv4*MP*)
8031 if test -d /usr/nec ;then
8032 lt_prog_compiler_pic='-Kconform_pic'
8033 lt_prog_compiler_static='-Bstatic'
8034 fi
8035 ;;
8036
8037 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8038 lt_prog_compiler_wl='-Wl,'
8039 lt_prog_compiler_pic='-KPIC'
8040 lt_prog_compiler_static='-Bstatic'
8041 ;;
8042
8043 unicos*)
8044 lt_prog_compiler_wl='-Wl,'
8045 lt_prog_compiler_can_build_shared=no
8046 ;;
8047
8048 uts4*)
8049 lt_prog_compiler_pic='-pic'
8050 lt_prog_compiler_static='-Bstatic'
8051 ;;
8052
8053 *)
8054 lt_prog_compiler_can_build_shared=no
8055 ;;
8056 esac
8057 fi
8058
8059case $host_os in
8060 # For platforms which do not support PIC, -DPIC is meaningless:
8061 *djgpp*)
8062 lt_prog_compiler_pic=
8063 ;;
8064 *)
8065 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8066 ;;
81ecdfbb 8067esac
6bb11ab3
L
8068{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8069$as_echo "$lt_prog_compiler_pic" >&6; }
8070
8071
8072
8073
8074
8075
8076#
8077# Check to make sure the PIC flag actually works.
8078#
8079if test -n "$lt_prog_compiler_pic"; then
8080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8081$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8082if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8083 $as_echo_n "(cached) " >&6
b7026657 8084else
6bb11ab3
L
8085 lt_cv_prog_compiler_pic_works=no
8086 ac_outfile=conftest.$ac_objext
8087 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8088 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8089 # Insert the option either (1) after the last *FLAGS variable, or
8090 # (2) before a word containing "conftest.", or (3) at the end.
8091 # Note that $ac_compile itself does not contain backslashes and begins
8092 # with a dollar sign (not a hyphen), so the echo should work correctly.
8093 # The option is referenced via a variable to avoid confusing sed.
8094 lt_compile=`echo "$ac_compile" | $SED \
8095 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8096 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8097 -e 's:$: $lt_compiler_flag:'`
8098 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8099 (eval "$lt_compile" 2>conftest.err)
8100 ac_status=$?
8101 cat conftest.err >&5
8102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8103 if (exit $ac_status) && test -s "$ac_outfile"; then
8104 # The compiler can only warn and ignore the option if not recognized
8105 # So say no if there are warnings other than the usual output.
8106 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8107 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8108 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8109 lt_cv_prog_compiler_pic_works=yes
8110 fi
8111 fi
8112 $RM conftest*
b7026657 8113
b7026657 8114fi
6bb11ab3
L
8115{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8116$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8117
8118if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8119 case $lt_prog_compiler_pic in
8120 "" | " "*) ;;
8121 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8122 esac
8123else
8124 lt_prog_compiler_pic=
8125 lt_prog_compiler_can_build_shared=no
f0569246 8126fi
6bb11ab3
L
8127
8128fi
8129
8130
8131
8132
8133
8134
8135#
8136# Check to make sure the static flag actually works.
8137#
8138wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8139{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8140$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8141if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8142 $as_echo_n "(cached) " >&6
f0569246 8143else
6bb11ab3
L
8144 lt_cv_prog_compiler_static_works=no
8145 save_LDFLAGS="$LDFLAGS"
8146 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8147 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8148 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8149 # The linker can only warn and ignore the option if not recognized
8150 # So say no if there are warnings
8151 if test -s conftest.err; then
8152 # Append any errors to the config.log.
8153 cat conftest.err 1>&5
8154 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8155 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8156 if diff conftest.exp conftest.er2 >/dev/null; then
8157 lt_cv_prog_compiler_static_works=yes
8158 fi
8159 else
8160 lt_cv_prog_compiler_static_works=yes
8161 fi
8162 fi
8163 $RM -r conftest*
8164 LDFLAGS="$save_LDFLAGS"
f0569246 8165
6bb11ab3
L
8166fi
8167{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8168$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8169
6bb11ab3
L
8170if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8171 :
b7026657 8172else
6bb11ab3 8173 lt_prog_compiler_static=
b7026657 8174fi
f0569246 8175
6bb11ab3
L
8176
8177
8178
8179
8180
8181
8182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8183$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8184if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8185 $as_echo_n "(cached) " >&6
81ecdfbb 8186else
6bb11ab3
L
8187 lt_cv_prog_compiler_c_o=no
8188 $RM -r conftest 2>/dev/null
8189 mkdir conftest
8190 cd conftest
8191 mkdir out
8192 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8193
8194 lt_compiler_flag="-o out/conftest2.$ac_objext"
8195 # Insert the option either (1) after the last *FLAGS variable, or
8196 # (2) before a word containing "conftest.", or (3) at the end.
8197 # Note that $ac_compile itself does not contain backslashes and begins
8198 # with a dollar sign (not a hyphen), so the echo should work correctly.
8199 lt_compile=`echo "$ac_compile" | $SED \
8200 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8201 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8202 -e 's:$: $lt_compiler_flag:'`
8203 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8204 (eval "$lt_compile" 2>out/conftest.err)
8205 ac_status=$?
8206 cat out/conftest.err >&5
8207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8208 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8209 then
8210 # The compiler can only warn and ignore the option if not recognized
8211 # So say no if there are warnings
8212 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8213 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8214 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8215 lt_cv_prog_compiler_c_o=yes
8216 fi
8217 fi
8218 chmod u+w . 2>&5
8219 $RM conftest*
8220 # SGI C++ compiler will create directory out/ii_files/ for
8221 # template instantiation
8222 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8223 $RM out/* && rmdir out
8224 cd ..
8225 $RM -r conftest
8226 $RM conftest*
8227
81ecdfbb 8228fi
6bb11ab3
L
8229{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8230$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8231
8232
8233
8234
8235
8236
8237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8238$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8239if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8240 $as_echo_n "(cached) " >&6
8241else
6bb11ab3
L
8242 lt_cv_prog_compiler_c_o=no
8243 $RM -r conftest 2>/dev/null
8244 mkdir conftest
8245 cd conftest
8246 mkdir out
8247 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8248
8249 lt_compiler_flag="-o out/conftest2.$ac_objext"
8250 # Insert the option either (1) after the last *FLAGS variable, or
8251 # (2) before a word containing "conftest.", or (3) at the end.
8252 # Note that $ac_compile itself does not contain backslashes and begins
8253 # with a dollar sign (not a hyphen), so the echo should work correctly.
8254 lt_compile=`echo "$ac_compile" | $SED \
8255 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8256 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8257 -e 's:$: $lt_compiler_flag:'`
8258 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8259 (eval "$lt_compile" 2>out/conftest.err)
8260 ac_status=$?
8261 cat out/conftest.err >&5
8262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8263 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8264 then
8265 # The compiler can only warn and ignore the option if not recognized
8266 # So say no if there are warnings
8267 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8268 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8269 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8270 lt_cv_prog_compiler_c_o=yes
8271 fi
8272 fi
8273 chmod u+w . 2>&5
8274 $RM conftest*
8275 # SGI C++ compiler will create directory out/ii_files/ for
8276 # template instantiation
8277 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8278 $RM out/* && rmdir out
8279 cd ..
8280 $RM -r conftest
8281 $RM conftest*
8282
8283fi
8284{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8285$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8286
8287
8288
8289
8290hard_links="nottested"
8291if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8292 # do not overwrite the value of need_locks provided by the user
8293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8294$as_echo_n "checking if we can lock with hard links... " >&6; }
8295 hard_links=yes
8296 $RM conftest*
8297 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8298 touch conftest.a
8299 ln conftest.a conftest.b 2>&5 || hard_links=no
8300 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8302$as_echo "$hard_links" >&6; }
8303 if test "$hard_links" = no; then
8304 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8305$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8306 need_locks=warn
8307 fi
8308else
8309 need_locks=no
8310fi
8311
8312
8313
8314
8315
8316
8317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8318$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8319
8320 runpath_var=
8321 allow_undefined_flag=
8322 always_export_symbols=no
8323 archive_cmds=
8324 archive_expsym_cmds=
8325 compiler_needs_object=no
8326 enable_shared_with_static_runtimes=no
8327 export_dynamic_flag_spec=
8328 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8329 hardcode_automatic=no
8330 hardcode_direct=no
8331 hardcode_direct_absolute=no
8332 hardcode_libdir_flag_spec=
8333 hardcode_libdir_flag_spec_ld=
8334 hardcode_libdir_separator=
8335 hardcode_minus_L=no
8336 hardcode_shlibpath_var=unsupported
8337 inherit_rpath=no
8338 link_all_deplibs=unknown
8339 module_cmds=
8340 module_expsym_cmds=
8341 old_archive_from_new_cmds=
8342 old_archive_from_expsyms_cmds=
8343 thread_safe_flag_spec=
8344 whole_archive_flag_spec=
8345 # include_expsyms should be a list of space-separated symbols to be *always*
8346 # included in the symbol list
8347 include_expsyms=
8348 # exclude_expsyms can be an extended regexp of symbols to exclude
8349 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8350 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8351 # as well as any symbol that contains `d'.
8352 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8353 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8354 # platforms (ab)use it in PIC code, but their linkers get confused if
8355 # the symbol is explicitly referenced. Since portable code cannot
8356 # rely on this symbol name, it's probably fine to never include it in
8357 # preloaded symbol tables.
8358 # Exclude shared library initialization/finalization symbols.
8359 extract_expsyms_cmds=
8360
8361 case $host_os in
8362 cygwin* | mingw* | pw32* | cegcc*)
8363 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8364 # When not using gcc, we currently assume that we are using
8365 # Microsoft Visual C++.
8366 if test "$GCC" != yes; then
8367 with_gnu_ld=no
8368 fi
8369 ;;
8370 interix*)
8371 # we just hope/assume this is gcc and not c89 (= MSVC++)
8372 with_gnu_ld=yes
8373 ;;
8374 openbsd*)
8375 with_gnu_ld=no
8376 ;;
8377 esac
f0569246 8378
6bb11ab3
L
8379 ld_shlibs=yes
8380
8381 # On some targets, GNU ld is compatible enough with the native linker
8382 # that we're better off using the native interface for both.
8383 lt_use_gnu_ld_interface=no
8384 if test "$with_gnu_ld" = yes; then
8385 case $host_os in
8386 aix*)
8387 # The AIX port of GNU ld has always aspired to compatibility
8388 # with the native linker. However, as the warning in the GNU ld
8389 # block says, versions before 2.19.5* couldn't really create working
8390 # shared libraries, regardless of the interface used.
8391 case `$LD -v 2>&1` in
8392 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8393 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8394 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8395 *)
8396 lt_use_gnu_ld_interface=yes
8397 ;;
8398 esac
8399 ;;
8400 *)
8401 lt_use_gnu_ld_interface=yes
8402 ;;
8403 esac
8404 fi
f0569246 8405
6bb11ab3
L
8406 if test "$lt_use_gnu_ld_interface" = yes; then
8407 # If archive_cmds runs LD, not CC, wlarc should be empty
8408 wlarc='${wl}'
8409
8410 # Set some defaults for GNU ld with shared library support. These
8411 # are reset later if shared libraries are not supported. Putting them
8412 # here allows them to be overridden if necessary.
8413 runpath_var=LD_RUN_PATH
8414 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8415 export_dynamic_flag_spec='${wl}--export-dynamic'
8416 # ancient GNU ld didn't support --whole-archive et. al.
8417 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8418 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8419 else
8420 whole_archive_flag_spec=
8421 fi
8422 supports_anon_versioning=no
8423 case `$LD -v 2>&1` in
8424 *GNU\ gold*) supports_anon_versioning=yes ;;
8425 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8426 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8427 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8428 *\ 2.11.*) ;; # other 2.11 versions
8429 *) supports_anon_versioning=yes ;;
8430 esac
8431
8432 # See if GNU ld supports shared libraries.
8433 case $host_os in
8434 aix[3-9]*)
8435 # On AIX/PPC, the GNU linker is very broken
8436 if test "$host_cpu" != ia64; then
8437 ld_shlibs=no
8438 cat <<_LT_EOF 1>&2
8439
8440*** Warning: the GNU linker, at least up to release 2.19, is reported
8441*** to be unable to reliably create shared libraries on AIX.
8442*** Therefore, libtool is disabling shared libraries support. If you
8443*** really care for shared libraries, you may want to install binutils
8444*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8445*** You will then need to restart the configuration process.
8446
8447_LT_EOF
8448 fi
8449 ;;
8450
8451 amigaos*)
8452 case $host_cpu in
8453 powerpc)
8454 # see comment about AmigaOS4 .so support
8455 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8456 archive_expsym_cmds=''
8457 ;;
8458 m68k)
8459 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)'
8460 hardcode_libdir_flag_spec='-L$libdir'
8461 hardcode_minus_L=yes
8462 ;;
8463 esac
8464 ;;
8465
8466 beos*)
8467 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8468 allow_undefined_flag=unsupported
8469 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8470 # support --undefined. This deserves some investigation. FIXME
8471 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8472 else
8473 ld_shlibs=no
8474 fi
8475 ;;
8476
8477 cygwin* | mingw* | pw32* | cegcc*)
8478 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8479 # as there is no search path for DLLs.
8480 hardcode_libdir_flag_spec='-L$libdir'
8481 export_dynamic_flag_spec='${wl}--export-all-symbols'
8482 allow_undefined_flag=unsupported
8483 always_export_symbols=no
8484 enable_shared_with_static_runtimes=yes
8485 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8486
8487 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8488 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8489 # If the export-symbols file already is a .def file (1st line
8490 # is EXPORTS), use it as is; otherwise, prepend...
8491 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8492 cp $export_symbols $output_objdir/$soname.def;
8493 else
8494 echo EXPORTS > $output_objdir/$soname.def;
8495 cat $export_symbols >> $output_objdir/$soname.def;
8496 fi~
8497 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8498 else
8499 ld_shlibs=no
8500 fi
8501 ;;
8502
8503 haiku*)
8504 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8505 link_all_deplibs=yes
8506 ;;
8507
8508 interix[3-9]*)
8509 hardcode_direct=no
8510 hardcode_shlibpath_var=no
8511 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8512 export_dynamic_flag_spec='${wl}-E'
8513 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8514 # Instead, shared libraries are loaded at an image base (0x10000000 by
8515 # default) and relocated if they conflict, which is a slow very memory
8516 # consuming and fragmenting process. To avoid this, we pick a random,
8517 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8518 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8519 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8520 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'
8521 ;;
8522
8523 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8524 tmp_diet=no
8525 if test "$host_os" = linux-dietlibc; then
8526 case $cc_basename in
8527 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8528 esac
8529 fi
8530 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8531 && test "$tmp_diet" = no
8532 then
5cddc23a 8533 tmp_addflag=' $pic_flag'
6bb11ab3
L
8534 tmp_sharedflag='-shared'
8535 case $cc_basename,$host_cpu in
8536 pgcc*) # Portland Group C compiler
8537 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'
8538 tmp_addflag=' $pic_flag'
8539 ;;
8540 pgf77* | pgf90* | pgf95* | pgfortran*)
8541 # Portland Group f77 and f90 compilers
8542 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'
8543 tmp_addflag=' $pic_flag -Mnomain' ;;
8544 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8545 tmp_addflag=' -i_dynamic' ;;
8546 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8547 tmp_addflag=' -i_dynamic -nofor_main' ;;
8548 ifc* | ifort*) # Intel Fortran compiler
8549 tmp_addflag=' -nofor_main' ;;
8550 lf95*) # Lahey Fortran 8.1
8551 whole_archive_flag_spec=
8552 tmp_sharedflag='--shared' ;;
8553 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8554 tmp_sharedflag='-qmkshrobj'
8555 tmp_addflag= ;;
8556 nvcc*) # Cuda Compiler Driver 2.2
8557 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'
8558 compiler_needs_object=yes
8559 ;;
8560 esac
8561 case `$CC -V 2>&1 | sed 5q` in
8562 *Sun\ C*) # Sun C 5.9
8563 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'
8564 compiler_needs_object=yes
8565 tmp_sharedflag='-G' ;;
8566 *Sun\ F*) # Sun Fortran 8.3
8567 tmp_sharedflag='-G' ;;
8568 esac
8569 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8570
8571 if test "x$supports_anon_versioning" = xyes; then
8572 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8573 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8574 echo "local: *; };" >> $output_objdir/$libname.ver~
8575 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8576 fi
8577
8578 case $cc_basename in
8579 xlf* | bgf* | bgxlf* | mpixlf*)
8580 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8581 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8582 hardcode_libdir_flag_spec=
8583 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8584 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8585 if test "x$supports_anon_versioning" = xyes; then
8586 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8587 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8588 echo "local: *; };" >> $output_objdir/$libname.ver~
8589 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8590 fi
8591 ;;
8592 esac
8593 else
8594 ld_shlibs=no
8595 fi
8596 ;;
8597
8598 netbsd*)
8599 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8600 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8601 wlarc=
8602 else
8603 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8604 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8605 fi
8606 ;;
8607
8608 solaris*)
8609 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8610 ld_shlibs=no
8611 cat <<_LT_EOF 1>&2
8612
8613*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8614*** create shared libraries on Solaris systems. Therefore, libtool
8615*** is disabling shared libraries support. We urge you to upgrade GNU
8616*** binutils to release 2.9.1 or newer. Another option is to modify
8617*** your PATH or compiler configuration so that the native linker is
8618*** used, and then restart.
8619
8620_LT_EOF
8621 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8622 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8623 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8624 else
8625 ld_shlibs=no
8626 fi
8627 ;;
8628
8629 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8630 case `$LD -v 2>&1` in
8631 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8632 ld_shlibs=no
8633 cat <<_LT_EOF 1>&2
8634
8635*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8636*** reliably create shared libraries on SCO systems. Therefore, libtool
8637*** is disabling shared libraries support. We urge you to upgrade GNU
8638*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8639*** your PATH or compiler configuration so that the native linker is
8640*** used, and then restart.
8641
8642_LT_EOF
8643 ;;
8644 *)
8645 # For security reasons, it is highly recommended that you always
8646 # use absolute paths for naming shared libraries, and exclude the
8647 # DT_RUNPATH tag from executables and libraries. But doing so
8648 # requires that you compile everything twice, which is a pain.
8649 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8650 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8651 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8652 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8653 else
8654 ld_shlibs=no
8655 fi
8656 ;;
8657 esac
8658 ;;
8659
8660 sunos4*)
8661 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8662 wlarc=
8663 hardcode_direct=yes
8664 hardcode_shlibpath_var=no
8665 ;;
8666
8667 *)
8668 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8669 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8670 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8671 else
8672 ld_shlibs=no
8673 fi
8674 ;;
8675 esac
8676
8677 if test "$ld_shlibs" = no; then
8678 runpath_var=
8679 hardcode_libdir_flag_spec=
8680 export_dynamic_flag_spec=
8681 whole_archive_flag_spec=
8682 fi
8683 else
8684 # PORTME fill in a description of your system's linker (not GNU ld)
8685 case $host_os in
8686 aix3*)
8687 allow_undefined_flag=unsupported
8688 always_export_symbols=yes
8689 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'
8690 # Note: this linker hardcodes the directories in LIBPATH if there
8691 # are no directories specified by -L.
8692 hardcode_minus_L=yes
8693 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8694 # Neither direct hardcoding nor static linking is supported with a
8695 # broken collect2.
8696 hardcode_direct=unsupported
8697 fi
8698 ;;
8699
8700 aix[4-9]*)
8701 if test "$host_cpu" = ia64; then
8702 # On IA64, the linker does run time linking by default, so we don't
8703 # have to do anything special.
8704 aix_use_runtimelinking=no
8705 exp_sym_flag='-Bexport'
8706 no_entry_flag=""
8707 else
8708 # If we're using GNU nm, then we don't want the "-C" option.
8709 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8710 # Also, AIX nm treats weak defined symbols like other global
8711 # defined symbols, whereas GNU nm marks them as "W".
8712 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8713 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'
8714 else
5c887dd5 8715 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
8716 fi
8717 aix_use_runtimelinking=no
8718
8719 # Test if we are trying to use run time linking or normal
8720 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8721 # need to do runtime linking.
8722 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8723 for ld_flag in $LDFLAGS; do
8724 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8725 aix_use_runtimelinking=yes
8726 break
8727 fi
8728 done
8729 ;;
8730 esac
8731
8732 exp_sym_flag='-bexport'
8733 no_entry_flag='-bnoentry'
8734 fi
8735
8736 # When large executables or shared objects are built, AIX ld can
8737 # have problems creating the table of contents. If linking a library
8738 # or program results in "error TOC overflow" add -mminimal-toc to
8739 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8740 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8741
8742 archive_cmds=''
8743 hardcode_direct=yes
8744 hardcode_direct_absolute=yes
8745 hardcode_libdir_separator=':'
8746 link_all_deplibs=yes
8747 file_list_spec='${wl}-f,'
8748
8749 if test "$GCC" = yes; then
8750 case $host_os in aix4.[012]|aix4.[012].*)
8751 # We only want to do this on AIX 4.2 and lower, the check
8752 # below for broken collect2 doesn't work under 4.3+
8753 collect2name=`${CC} -print-prog-name=collect2`
8754 if test -f "$collect2name" &&
8755 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8756 then
8757 # We have reworked collect2
8758 :
8759 else
8760 # We have old collect2
8761 hardcode_direct=unsupported
8762 # It fails to find uninstalled libraries when the uninstalled
8763 # path is not listed in the libpath. Setting hardcode_minus_L
8764 # to unsupported forces relinking
8765 hardcode_minus_L=yes
8766 hardcode_libdir_flag_spec='-L$libdir'
8767 hardcode_libdir_separator=
8768 fi
8769 ;;
8770 esac
8771 shared_flag='-shared'
8772 if test "$aix_use_runtimelinking" = yes; then
8773 shared_flag="$shared_flag "'${wl}-G'
8774 fi
8775 else
8776 # not using gcc
8777 if test "$host_cpu" = ia64; then
8778 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8779 # chokes on -Wl,-G. The following line is correct:
8780 shared_flag='-G'
8781 else
8782 if test "$aix_use_runtimelinking" = yes; then
8783 shared_flag='${wl}-G'
8784 else
8785 shared_flag='${wl}-bM:SRE'
8786 fi
8787 fi
8788 fi
8789
8790 export_dynamic_flag_spec='${wl}-bexpall'
8791 # It seems that -bexpall does not export symbols beginning with
8792 # underscore (_), so it is better to generate a list of symbols to export.
8793 always_export_symbols=yes
8794 if test "$aix_use_runtimelinking" = yes; then
8795 # Warning - without using the other runtime loading flags (-brtl),
8796 # -berok will link without error, but may produce a broken library.
8797 allow_undefined_flag='-berok'
8798 # Determine the default libpath from the value encoded in an
8799 # empty executable.
8800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
8801/* end confdefs.h. */
8802
8803int
8804main ()
8805{
8806
8807 ;
8808 return 0;
8809}
8810_ACEOF
6bb11ab3 8811if ac_fn_c_try_link "$LINENO"; then :
b7026657 8812
6bb11ab3
L
8813lt_aix_libpath_sed='
8814 /Import File Strings/,/^$/ {
8815 /^0/ {
8816 s/^0 *\(.*\)$/\1/
8817 p
8818 }
8819 }'
8820aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8821# Check for a 64-bit object if we didn't find anything.
8822if test -z "$aix_libpath"; then
8823 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8824fi
8825fi
8826rm -f core conftest.err conftest.$ac_objext \
8827 conftest$ac_exeext conftest.$ac_ext
8828if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8829
8830 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8831 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"
8832 else
8833 if test "$host_cpu" = ia64; then
8834 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8835 allow_undefined_flag="-z nodefs"
8836 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"
8837 else
8838 # Determine the default libpath from the value encoded in an
8839 # empty executable.
81ecdfbb
RW
8840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8841/* end confdefs.h. */
8842
8843int
8844main ()
8845{
8846
8847 ;
8848 return 0;
8849}
8850_ACEOF
6bb11ab3
L
8851if ac_fn_c_try_link "$LINENO"; then :
8852
8853lt_aix_libpath_sed='
8854 /Import File Strings/,/^$/ {
8855 /^0/ {
8856 s/^0 *\(.*\)$/\1/
8857 p
8858 }
8859 }'
8860aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8861# Check for a 64-bit object if we didn't find anything.
8862if test -z "$aix_libpath"; then
8863 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 8864fi
81ecdfbb 8865fi
6bb11ab3
L
8866rm -f core conftest.err conftest.$ac_objext \
8867 conftest$ac_exeext conftest.$ac_ext
8868if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8869
8870 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8871 # Warning - without using the other run time loading flags,
8872 # -berok will link without error, but may produce a broken library.
8873 no_undefined_flag=' ${wl}-bernotok'
8874 allow_undefined_flag=' ${wl}-berok'
8875 if test "$with_gnu_ld" = yes; then
8876 # We only use this code for GNU lds that support --whole-archive.
8877 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8878 else
8879 # Exported symbols can be pulled into shared objects from archives
8880 whole_archive_flag_spec='$convenience'
8881 fi
8882 archive_cmds_need_lc=yes
8883 # This is similar to how AIX traditionally builds its shared libraries.
8884 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'
8885 fi
8886 fi
8887 ;;
8888
8889 amigaos*)
8890 case $host_cpu in
8891 powerpc)
8892 # see comment about AmigaOS4 .so support
8893 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8894 archive_expsym_cmds=''
8895 ;;
8896 m68k)
8897 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)'
8898 hardcode_libdir_flag_spec='-L$libdir'
8899 hardcode_minus_L=yes
8900 ;;
8901 esac
8902 ;;
8903
8904 bsdi[45]*)
8905 export_dynamic_flag_spec=-rdynamic
8906 ;;
8907
8908 cygwin* | mingw* | pw32* | cegcc*)
8909 # When not using gcc, we currently assume that we are using
8910 # Microsoft Visual C++.
8911 # hardcode_libdir_flag_spec is actually meaningless, as there is
8912 # no search path for DLLs.
8913 hardcode_libdir_flag_spec=' '
8914 allow_undefined_flag=unsupported
8915 # Tell ltmain to make .lib files, not .a files.
8916 libext=lib
8917 # Tell ltmain to make .dll files, not .so files.
8918 shrext_cmds=".dll"
8919 # FIXME: Setting linknames here is a bad hack.
8920 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8921 # The linker will automatically build a .lib file if we build a DLL.
8922 old_archive_from_new_cmds='true'
8923 # FIXME: Should let the user specify the lib program.
8924 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8925 fix_srcfile_path='`cygpath -w "$srcfile"`'
8926 enable_shared_with_static_runtimes=yes
8927 ;;
8928
8929 darwin* | rhapsody*)
8930
8931
8932 archive_cmds_need_lc=no
8933 hardcode_direct=no
8934 hardcode_automatic=yes
8935 hardcode_shlibpath_var=unsupported
8936 if test "$lt_cv_ld_force_load" = "yes"; then
8937 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\"`'
f0569246 8938 else
6bb11ab3 8939 whole_archive_flag_spec=''
f0569246 8940 fi
6bb11ab3
L
8941 link_all_deplibs=yes
8942 allow_undefined_flag="$_lt_dar_allow_undefined"
8943 case $cc_basename in
8944 ifort*) _lt_dar_can_shared=yes ;;
8945 *) _lt_dar_can_shared=$GCC ;;
8946 esac
8947 if test "$_lt_dar_can_shared" = "yes"; then
8948 output_verbose_link_cmd=func_echo_all
8949 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8950 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8951 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}"
8952 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}"
8953
f0569246 8954 else
6bb11ab3 8955 ld_shlibs=no
f0569246 8956 fi
6bb11ab3
L
8957
8958 ;;
8959
8960 dgux*)
8961 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8962 hardcode_libdir_flag_spec='-L$libdir'
8963 hardcode_shlibpath_var=no
8964 ;;
8965
8966 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8967 # support. Future versions do this automatically, but an explicit c++rt0.o
8968 # does not break anything, and helps significantly (at the cost of a little
8969 # extra space).
8970 freebsd2.2*)
8971 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8972 hardcode_libdir_flag_spec='-R$libdir'
8973 hardcode_direct=yes
8974 hardcode_shlibpath_var=no
8975 ;;
8976
8977 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8978 freebsd2.*)
8979 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8980 hardcode_direct=yes
8981 hardcode_minus_L=yes
8982 hardcode_shlibpath_var=no
8983 ;;
8984
8985 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8986 freebsd* | dragonfly*)
8987 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8988 hardcode_libdir_flag_spec='-R$libdir'
8989 hardcode_direct=yes
8990 hardcode_shlibpath_var=no
8991 ;;
8992
8993 hpux9*)
8994 if test "$GCC" = yes; then
8995 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'
8996 else
8997 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'
8998 fi
8999 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9000 hardcode_libdir_separator=:
9001 hardcode_direct=yes
9002
9003 # hardcode_minus_L: Not really in the search PATH,
9004 # but as the default location of the library.
9005 hardcode_minus_L=yes
9006 export_dynamic_flag_spec='${wl}-E'
9007 ;;
9008
9009 hpux10*)
9010 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9011 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9012 else
9013 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9014 fi
9015 if test "$with_gnu_ld" = no; then
9016 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9017 hardcode_libdir_flag_spec_ld='+b $libdir'
9018 hardcode_libdir_separator=:
9019 hardcode_direct=yes
9020 hardcode_direct_absolute=yes
9021 export_dynamic_flag_spec='${wl}-E'
9022 # hardcode_minus_L: Not really in the search PATH,
9023 # but as the default location of the library.
9024 hardcode_minus_L=yes
9025 fi
9026 ;;
9027
9028 hpux11*)
9029 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9030 case $host_cpu in
9031 hppa*64*)
9032 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9033 ;;
9034 ia64*)
9035 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9036 ;;
9037 *)
9038 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9039 ;;
9040 esac
9041 else
9042 case $host_cpu in
9043 hppa*64*)
9044 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9045 ;;
9046 ia64*)
9047 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9048 ;;
9049 *)
9050
9051 # Older versions of the 11.00 compiler do not understand -b yet
9052 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9054$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9055if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9056 $as_echo_n "(cached) " >&6
f0569246 9057else
6bb11ab3
L
9058 lt_cv_prog_compiler__b=no
9059 save_LDFLAGS="$LDFLAGS"
9060 LDFLAGS="$LDFLAGS -b"
9061 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9062 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9063 # The linker can only warn and ignore the option if not recognized
9064 # So say no if there are warnings
9065 if test -s conftest.err; then
9066 # Append any errors to the config.log.
9067 cat conftest.err 1>&5
9068 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9069 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9070 if diff conftest.exp conftest.er2 >/dev/null; then
9071 lt_cv_prog_compiler__b=yes
9072 fi
9073 else
9074 lt_cv_prog_compiler__b=yes
9075 fi
9076 fi
9077 $RM -r conftest*
9078 LDFLAGS="$save_LDFLAGS"
f0569246 9079
6bb11ab3
L
9080fi
9081{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9082$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9083
6bb11ab3
L
9084if test x"$lt_cv_prog_compiler__b" = xyes; then
9085 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9086else
9087 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9088fi
81ecdfbb 9089
6bb11ab3
L
9090 ;;
9091 esac
9092 fi
9093 if test "$with_gnu_ld" = no; then
9094 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9095 hardcode_libdir_separator=:
9096
9097 case $host_cpu in
9098 hppa*64*|ia64*)
9099 hardcode_direct=no
9100 hardcode_shlibpath_var=no
9101 ;;
9102 *)
9103 hardcode_direct=yes
9104 hardcode_direct_absolute=yes
9105 export_dynamic_flag_spec='${wl}-E'
9106
9107 # hardcode_minus_L: Not really in the search PATH,
9108 # but as the default location of the library.
9109 hardcode_minus_L=yes
9110 ;;
9111 esac
9112 fi
9113 ;;
9114
9115 irix5* | irix6* | nonstopux*)
9116 if test "$GCC" = yes; then
9117 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'
9118 # Try to use the -exported_symbol ld option, if it does not
9119 # work, assume that -exports_file does not work either and
9120 # implicitly export all symbols.
9121 save_LDFLAGS="$LDFLAGS"
9122 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9124/* end confdefs.h. */
9125int foo(void) {}
b7026657 9126_ACEOF
6bb11ab3
L
9127if ac_fn_c_try_link "$LINENO"; then :
9128 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'
c906108c 9129
f0569246 9130fi
6bb11ab3
L
9131rm -f core conftest.err conftest.$ac_objext \
9132 conftest$ac_exeext conftest.$ac_ext
9133 LDFLAGS="$save_LDFLAGS"
9134 else
9135 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'
9136 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'
9137 fi
9138 archive_cmds_need_lc='no'
9139 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9140 hardcode_libdir_separator=:
9141 inherit_rpath=yes
9142 link_all_deplibs=yes
9143 ;;
9144
9145 netbsd*)
9146 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9147 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9148 else
9149 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9150 fi
9151 hardcode_libdir_flag_spec='-R$libdir'
9152 hardcode_direct=yes
9153 hardcode_shlibpath_var=no
9154 ;;
9155
9156 newsos6)
9157 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9158 hardcode_direct=yes
9159 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9160 hardcode_libdir_separator=:
9161 hardcode_shlibpath_var=no
9162 ;;
9163
9164 *nto* | *qnx*)
9165 ;;
9166
9167 openbsd*)
9168 if test -f /usr/libexec/ld.so; then
9169 hardcode_direct=yes
9170 hardcode_shlibpath_var=no
9171 hardcode_direct_absolute=yes
9172 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9173 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9174 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9175 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9176 export_dynamic_flag_spec='${wl}-E'
9177 else
9178 case $host_os in
9179 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9180 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9181 hardcode_libdir_flag_spec='-R$libdir'
9182 ;;
9183 *)
9184 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9185 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9186 ;;
9187 esac
9188 fi
9189 else
9190 ld_shlibs=no
9191 fi
9192 ;;
9193
9194 os2*)
9195 hardcode_libdir_flag_spec='-L$libdir'
9196 hardcode_minus_L=yes
9197 allow_undefined_flag=unsupported
9198 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'
9199 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9200 ;;
9201
9202 osf3*)
9203 if test "$GCC" = yes; then
9204 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9205 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'
9206 else
9207 allow_undefined_flag=' -expect_unresolved \*'
9208 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'
9209 fi
9210 archive_cmds_need_lc='no'
9211 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9212 hardcode_libdir_separator=:
9213 ;;
9214
9215 osf4* | osf5*) # as osf3* with the addition of -msym flag
9216 if test "$GCC" = yes; then
9217 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9218 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'
9219 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9220 else
9221 allow_undefined_flag=' -expect_unresolved \*'
9222 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'
9223 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~
9224 $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'
9225
9226 # Both c and cxx compiler support -rpath directly
9227 hardcode_libdir_flag_spec='-rpath $libdir'
9228 fi
9229 archive_cmds_need_lc='no'
9230 hardcode_libdir_separator=:
9231 ;;
9232
9233 solaris*)
9234 no_undefined_flag=' -z defs'
9235 if test "$GCC" = yes; then
9236 wlarc='${wl}'
9237 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9238 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9239 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9240 else
9241 case `$CC -V 2>&1` in
9242 *"Compilers 5.0"*)
9243 wlarc=''
9244 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9245 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9246 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9247 ;;
9248 *)
9249 wlarc='${wl}'
9250 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9251 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9252 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9253 ;;
9254 esac
9255 fi
9256 hardcode_libdir_flag_spec='-R$libdir'
9257 hardcode_shlibpath_var=no
9258 case $host_os in
9259 solaris2.[0-5] | solaris2.[0-5].*) ;;
9260 *)
9261 # The compiler driver will combine and reorder linker options,
9262 # but understands `-z linker_flag'. GCC discards it without `$wl',
9263 # but is careful enough not to reorder.
9264 # Supported since Solaris 2.6 (maybe 2.5.1?)
9265 if test "$GCC" = yes; then
9266 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9267 else
9268 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9269 fi
9270 ;;
9271 esac
9272 link_all_deplibs=yes
9273 ;;
9274
9275 sunos4*)
9276 if test "x$host_vendor" = xsequent; then
9277 # Use $CC to link under sequent, because it throws in some extra .o
9278 # files that make .init and .fini sections work.
9279 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9280 else
9281 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9282 fi
9283 hardcode_libdir_flag_spec='-L$libdir'
9284 hardcode_direct=yes
9285 hardcode_minus_L=yes
9286 hardcode_shlibpath_var=no
9287 ;;
9288
9289 sysv4)
9290 case $host_vendor in
9291 sni)
9292 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9293 hardcode_direct=yes # is this really true???
9294 ;;
9295 siemens)
9296 ## LD is ld it makes a PLAMLIB
9297 ## CC just makes a GrossModule.
9298 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9299 reload_cmds='$CC -r -o $output$reload_objs'
9300 hardcode_direct=no
9301 ;;
9302 motorola)
9303 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9304 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9305 ;;
9306 esac
9307 runpath_var='LD_RUN_PATH'
9308 hardcode_shlibpath_var=no
9309 ;;
9310
9311 sysv4.3*)
9312 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9313 hardcode_shlibpath_var=no
9314 export_dynamic_flag_spec='-Bexport'
9315 ;;
9316
9317 sysv4*MP*)
9318 if test -d /usr/nec; then
9319 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9320 hardcode_shlibpath_var=no
9321 runpath_var=LD_RUN_PATH
9322 hardcode_runpath_var=yes
9323 ld_shlibs=yes
9324 fi
9325 ;;
9326
9327 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9328 no_undefined_flag='${wl}-z,text'
9329 archive_cmds_need_lc=no
9330 hardcode_shlibpath_var=no
9331 runpath_var='LD_RUN_PATH'
9332
9333 if test "$GCC" = yes; then
9334 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9335 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9336 else
9337 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9338 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9339 fi
9340 ;;
9341
9342 sysv5* | sco3.2v5* | sco5v6*)
9343 # Note: We can NOT use -z defs as we might desire, because we do not
9344 # link with -lc, and that would cause any symbols used from libc to
9345 # always be unresolved, which means just about no library would
9346 # ever link correctly. If we're not using GNU ld we use -z text
9347 # though, which does catch some bad symbols but isn't as heavy-handed
9348 # as -z defs.
9349 no_undefined_flag='${wl}-z,text'
9350 allow_undefined_flag='${wl}-z,nodefs'
9351 archive_cmds_need_lc=no
9352 hardcode_shlibpath_var=no
9353 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9354 hardcode_libdir_separator=':'
9355 link_all_deplibs=yes
9356 export_dynamic_flag_spec='${wl}-Bexport'
9357 runpath_var='LD_RUN_PATH'
9358
9359 if test "$GCC" = yes; then
9360 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9361 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9362 else
9363 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9364 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9365 fi
9366 ;;
9367
9368 uts4*)
9369 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9370 hardcode_libdir_flag_spec='-L$libdir'
9371 hardcode_shlibpath_var=no
9372 ;;
9373
9374 *)
9375 ld_shlibs=no
9376 ;;
9377 esac
9378
9379 if test x$host_vendor = xsni; then
9380 case $host in
9381 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9382 export_dynamic_flag_spec='${wl}-Blargedynsym'
9383 ;;
9384 esac
9385 fi
9386 fi
9387
9388{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9389$as_echo "$ld_shlibs" >&6; }
9390test "$ld_shlibs" = no && can_build_shared=no
9391
9392with_gnu_ld=$with_gnu_ld
9393
9394
9395
b7026657 9396
f0569246 9397
f0569246 9398
6ffe910a 9399
6ffe910a
MF
9400
9401
6ffe910a 9402
f0569246 9403
f0569246
AC
9404
9405
6bb11ab3
L
9406
9407
9408#
9409# Do we need to explicitly link libc?
9410#
9411case "x$archive_cmds_need_lc" in
9412x|xyes)
9413 # Assume -lc should be added
9414 archive_cmds_need_lc=yes
9415
9416 if test "$enable_shared" = yes && test "$GCC" = yes; then
9417 case $archive_cmds in
9418 *'~'*)
9419 # FIXME: we may have to deal with multi-command sequences.
9420 ;;
9421 '$CC '*)
9422 # Test whether the compiler implicitly links with -lc since on some
9423 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9424 # to ld, don't add -lc before -lgcc.
9425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9426$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9427if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9428 $as_echo_n "(cached) " >&6
b7026657 9429else
6bb11ab3
L
9430 $RM conftest*
9431 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9432
9433 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9434 (eval $ac_compile) 2>&5
9435 ac_status=$?
9436 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9437 test $ac_status = 0; } 2>conftest.err; then
9438 soname=conftest
9439 lib=conftest
9440 libobjs=conftest.$ac_objext
9441 deplibs=
9442 wl=$lt_prog_compiler_wl
9443 pic_flag=$lt_prog_compiler_pic
9444 compiler_flags=-v
9445 linker_flags=-v
9446 verstring=
9447 output_objdir=.
9448 libname=conftest
9449 lt_save_allow_undefined_flag=$allow_undefined_flag
9450 allow_undefined_flag=
9451 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9452 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9453 ac_status=$?
9454 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9455 test $ac_status = 0; }
9456 then
9457 lt_cv_archive_cmds_need_lc=no
9458 else
9459 lt_cv_archive_cmds_need_lc=yes
9460 fi
9461 allow_undefined_flag=$lt_save_allow_undefined_flag
9462 else
9463 cat conftest.err 1>&5
9464 fi
9465 $RM conftest*
c906108c 9466
6ffe910a 9467fi
6bb11ab3
L
9468{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9469$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9470 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9471 ;;
9472 esac
9473 fi
9474 ;;
6ffe910a 9475esac
c906108c 9476
c906108c 9477
6ffe910a 9478
c906108c 9479
81ecdfbb 9480
35695fd6 9481
35695fd6 9482
35695fd6 9483
f0569246 9484
c906108c 9485
f0569246 9486
b7026657 9487
f0569246 9488
c906108c 9489
81ecdfbb 9490
c906108c 9491
f0569246
AC
9492
9493
81ecdfbb 9494
81ecdfbb 9495
81ecdfbb
RW
9496
9497
81ecdfbb 9498
81ecdfbb 9499
f0569246
AC
9500
9501
c906108c 9502
f0569246 9503
c906108c 9504
c906108c 9505
81ecdfbb 9506
b7026657 9507
c906108c 9508
f0569246 9509
81ecdfbb 9510
f0569246 9511
c906108c 9512
c906108c 9513
b7026657 9514
81ecdfbb 9515
b7026657 9516
c906108c 9517
c906108c 9518
b7026657
AC
9519
9520
9521
9522
6ffe910a 9523
2232061b
MF
9524
9525
2232061b 9526
2232061b
MF
9527
9528
2232061b
MF
9529
9530
2232061b 9531
2232061b
MF
9532
9533
6bb11ab3
L
9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
9544
9545
9546
9547
9548
9549
9550
9551
9552
9553
9554
9555
9556
9557
9558
9559
9560
9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
9574
9575
9576
9577
9578
9579
9580
9581
9582
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
9633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9634$as_echo_n "checking dynamic linker characteristics... " >&6; }
9635
9636if test "$GCC" = yes; then
9637 case $host_os in
9638 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9639 *) lt_awk_arg="/^libraries:/" ;;
9640 esac
9641 case $host_os in
9642 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9643 *) lt_sed_strip_eq="s,=/,/,g" ;;
9644 esac
9645 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9646 case $lt_search_path_spec in
9647 *\;*)
9648 # if the path contains ";" then we assume it to be the separator
9649 # otherwise default to the standard path separator (i.e. ":") - it is
9650 # assumed that no part of a normal pathname contains ";" but that should
9651 # okay in the real world where ";" in dirpaths is itself problematic.
9652 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9653 ;;
9654 *)
9655 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9656 ;;
9657 esac
9658 # Ok, now we have the path, separated by spaces, we can step through it
9659 # and add multilib dir if necessary.
9660 lt_tmp_lt_search_path_spec=
9661 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9662 for lt_sys_path in $lt_search_path_spec; do
9663 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9664 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9665 else
9666 test -d "$lt_sys_path" && \
9667 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9668 fi
9669 done
9670 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9671BEGIN {RS=" "; FS="/|\n";} {
9672 lt_foo="";
9673 lt_count=0;
9674 for (lt_i = NF; lt_i > 0; lt_i--) {
9675 if ($lt_i != "" && $lt_i != ".") {
9676 if ($lt_i == "..") {
9677 lt_count++;
9678 } else {
9679 if (lt_count == 0) {
9680 lt_foo="/" $lt_i lt_foo;
9681 } else {
9682 lt_count--;
9683 }
9684 }
9685 }
9686 }
9687 if (lt_foo != "") { lt_freq[lt_foo]++; }
9688 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9689}'`
9690 # AWK program above erroneously prepends '/' to C:/dos/paths
9691 # for these hosts.
9692 case $host_os in
9693 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9694 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9695 esac
9696 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9697else
9698 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9699fi
9700library_names_spec=
9701libname_spec='lib$name'
9702soname_spec=
9703shrext_cmds=".so"
9704postinstall_cmds=
9705postuninstall_cmds=
9706finish_cmds=
9707finish_eval=
9708shlibpath_var=
9709shlibpath_overrides_runpath=unknown
9710version_type=none
9711dynamic_linker="$host_os ld.so"
9712sys_lib_dlsearch_path_spec="/lib /usr/lib"
9713need_lib_prefix=unknown
9714hardcode_into_libs=no
9715
9716# when you set need_version to no, make sure it does not cause -set_version
9717# flags to be left without arguments
9718need_version=unknown
9719
9720case $host_os in
9721aix3*)
9722 version_type=linux
9723 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9724 shlibpath_var=LIBPATH
9725
9726 # AIX 3 has no versioning support, so we append a major version to the name.
9727 soname_spec='${libname}${release}${shared_ext}$major'
9728 ;;
9729
9730aix[4-9]*)
9731 version_type=linux
9732 need_lib_prefix=no
9733 need_version=no
9734 hardcode_into_libs=yes
9735 if test "$host_cpu" = ia64; then
9736 # AIX 5 supports IA64
9737 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9738 shlibpath_var=LD_LIBRARY_PATH
9739 else
9740 # With GCC up to 2.95.x, collect2 would create an import file
9741 # for dependence libraries. The import file would start with
9742 # the line `#! .'. This would cause the generated library to
9743 # depend on `.', always an invalid library. This was fixed in
9744 # development snapshots of GCC prior to 3.0.
9745 case $host_os in
9746 aix4 | aix4.[01] | aix4.[01].*)
9747 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9748 echo ' yes '
9749 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9750 :
9751 else
9752 can_build_shared=no
9753 fi
9754 ;;
9755 esac
9756 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9757 # soname into executable. Probably we can add versioning support to
9758 # collect2, so additional links can be useful in future.
9759 if test "$aix_use_runtimelinking" = yes; then
9760 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9761 # instead of lib<name>.a to let people know that these are not
9762 # typical AIX shared libraries.
9763 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9764 else
9765 # We preserve .a as extension for shared libraries through AIX4.2
9766 # and later when we are not doing run time linking.
9767 library_names_spec='${libname}${release}.a $libname.a'
9768 soname_spec='${libname}${release}${shared_ext}$major'
9769 fi
9770 shlibpath_var=LIBPATH
9771 fi
9772 ;;
9773
9774amigaos*)
9775 case $host_cpu in
9776 powerpc)
9777 # Since July 2007 AmigaOS4 officially supports .so libraries.
9778 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9779 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9780 ;;
9781 m68k)
9782 library_names_spec='$libname.ixlibrary $libname.a'
9783 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9784 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'
9785 ;;
9786 esac
9787 ;;
9788
9789beos*)
9790 library_names_spec='${libname}${shared_ext}'
9791 dynamic_linker="$host_os ld.so"
9792 shlibpath_var=LIBRARY_PATH
9793 ;;
9794
9795bsdi[45]*)
9796 version_type=linux
9797 need_version=no
9798 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9799 soname_spec='${libname}${release}${shared_ext}$major'
9800 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9801 shlibpath_var=LD_LIBRARY_PATH
9802 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9803 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9804 # the default ld.so.conf also contains /usr/contrib/lib and
9805 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9806 # libtool to hard-code these into programs
9807 ;;
9808
9809cygwin* | mingw* | pw32* | cegcc*)
9810 version_type=windows
9811 shrext_cmds=".dll"
9812 need_version=no
9813 need_lib_prefix=no
9814
9815 case $GCC,$host_os in
9816 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9817 library_names_spec='$libname.dll.a'
9818 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9819 postinstall_cmds='base_file=`basename \${file}`~
9820 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9821 dldir=$destdir/`dirname \$dlpath`~
9822 test -d \$dldir || mkdir -p \$dldir~
9823 $install_prog $dir/$dlname \$dldir/$dlname~
9824 chmod a+x \$dldir/$dlname~
9825 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9826 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9827 fi'
9828 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9829 dlpath=$dir/\$dldll~
9830 $RM \$dlpath'
9831 shlibpath_overrides_runpath=yes
9832
9833 case $host_os in
9834 cygwin*)
9835 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9836 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9837
9838 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9839 ;;
9840 mingw* | cegcc*)
9841 # MinGW DLLs use traditional 'lib' prefix
9842 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9843 ;;
9844 pw32*)
9845 # pw32 DLLs use 'pw' prefix rather than 'lib'
9846 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9847 ;;
9848 esac
9849 ;;
9850
9851 *)
9852 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9853 ;;
9854 esac
9855 dynamic_linker='Win32 ld.exe'
9856 # FIXME: first we should search . and the directory the executable is in
9857 shlibpath_var=PATH
9858 ;;
9859
9860darwin* | rhapsody*)
9861 dynamic_linker="$host_os dyld"
9862 version_type=darwin
9863 need_lib_prefix=no
9864 need_version=no
9865 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9866 soname_spec='${libname}${release}${major}$shared_ext'
9867 shlibpath_overrides_runpath=yes
9868 shlibpath_var=DYLD_LIBRARY_PATH
9869 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9870
9871 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9872 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9873 ;;
9874
9875dgux*)
9876 version_type=linux
9877 need_lib_prefix=no
9878 need_version=no
9879 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9880 soname_spec='${libname}${release}${shared_ext}$major'
9881 shlibpath_var=LD_LIBRARY_PATH
9882 ;;
9883
9884freebsd* | dragonfly*)
9885 # DragonFly does not have aout. When/if they implement a new
9886 # versioning mechanism, adjust this.
9887 if test -x /usr/bin/objformat; then
9888 objformat=`/usr/bin/objformat`
9889 else
9890 case $host_os in
9891 freebsd[23].*) objformat=aout ;;
9892 *) objformat=elf ;;
9893 esac
9894 fi
9895 version_type=freebsd-$objformat
9896 case $version_type in
9897 freebsd-elf*)
9898 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9899 need_version=no
9900 need_lib_prefix=no
9901 ;;
9902 freebsd-*)
9903 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9904 need_version=yes
9905 ;;
9906 esac
9907 shlibpath_var=LD_LIBRARY_PATH
9908 case $host_os in
9909 freebsd2.*)
9910 shlibpath_overrides_runpath=yes
9911 ;;
9912 freebsd3.[01]* | freebsdelf3.[01]*)
9913 shlibpath_overrides_runpath=yes
9914 hardcode_into_libs=yes
9915 ;;
9916 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9917 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9918 shlibpath_overrides_runpath=no
9919 hardcode_into_libs=yes
9920 ;;
9921 *) # from 4.6 on, and DragonFly
9922 shlibpath_overrides_runpath=yes
9923 hardcode_into_libs=yes
9924 ;;
9925 esac
9926 ;;
9927
6bb11ab3
L
9928haiku*)
9929 version_type=linux
9930 need_lib_prefix=no
9931 need_version=no
9932 dynamic_linker="$host_os runtime_loader"
9933 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9934 soname_spec='${libname}${release}${shared_ext}$major'
9935 shlibpath_var=LIBRARY_PATH
9936 shlibpath_overrides_runpath=yes
9937 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9938 hardcode_into_libs=yes
9939 ;;
9940
9941hpux9* | hpux10* | hpux11*)
9942 # Give a soname corresponding to the major version so that dld.sl refuses to
9943 # link against other versions.
9944 version_type=sunos
9945 need_lib_prefix=no
9946 need_version=no
9947 case $host_cpu in
9948 ia64*)
9949 shrext_cmds='.so'
9950 hardcode_into_libs=yes
9951 dynamic_linker="$host_os dld.so"
9952 shlibpath_var=LD_LIBRARY_PATH
9953 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9954 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9955 soname_spec='${libname}${release}${shared_ext}$major'
9956 if test "X$HPUX_IA64_MODE" = X32; then
9957 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9958 else
9959 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9960 fi
9961 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9962 ;;
9963 hppa*64*)
9964 shrext_cmds='.sl'
9965 hardcode_into_libs=yes
9966 dynamic_linker="$host_os dld.sl"
9967 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9968 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9969 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9970 soname_spec='${libname}${release}${shared_ext}$major'
9971 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9972 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9973 ;;
9974 *)
9975 shrext_cmds='.sl'
9976 dynamic_linker="$host_os dld.sl"
9977 shlibpath_var=SHLIB_PATH
9978 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9979 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9980 soname_spec='${libname}${release}${shared_ext}$major'
9981 ;;
9982 esac
9983 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9984 postinstall_cmds='chmod 555 $lib'
9985 # or fails outright, so override atomically:
9986 install_override_mode=555
9987 ;;
9988
9989interix[3-9]*)
9990 version_type=linux
9991 need_lib_prefix=no
9992 need_version=no
9993 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9994 soname_spec='${libname}${release}${shared_ext}$major'
9995 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9996 shlibpath_var=LD_LIBRARY_PATH
9997 shlibpath_overrides_runpath=no
9998 hardcode_into_libs=yes
9999 ;;
10000
10001irix5* | irix6* | nonstopux*)
10002 case $host_os in
10003 nonstopux*) version_type=nonstopux ;;
10004 *)
10005 if test "$lt_cv_prog_gnu_ld" = yes; then
10006 version_type=linux
10007 else
10008 version_type=irix
10009 fi ;;
10010 esac
10011 need_lib_prefix=no
10012 need_version=no
10013 soname_spec='${libname}${release}${shared_ext}$major'
10014 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10015 case $host_os in
10016 irix5* | nonstopux*)
10017 libsuff= shlibsuff=
10018 ;;
10019 *)
10020 case $LD in # libtool.m4 will add one of these switches to LD
10021 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10022 libsuff= shlibsuff= libmagic=32-bit;;
10023 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10024 libsuff=32 shlibsuff=N32 libmagic=N32;;
10025 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10026 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10027 *) libsuff= shlibsuff= libmagic=never-match;;
10028 esac
10029 ;;
10030 esac
10031 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10032 shlibpath_overrides_runpath=no
10033 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10034 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10035 hardcode_into_libs=yes
10036 ;;
10037
10038# No shared lib support for Linux oldld, aout, or coff.
10039linux*oldld* | linux*aout* | linux*coff*)
10040 dynamic_linker=no
10041 ;;
10042
10043# This must be Linux ELF.
46f900c0 10044linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10045 version_type=linux
10046 need_lib_prefix=no
10047 need_version=no
10048 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10049 soname_spec='${libname}${release}${shared_ext}$major'
10050 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10051 shlibpath_var=LD_LIBRARY_PATH
10052 shlibpath_overrides_runpath=no
10053
10054 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10055 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10056 $as_echo_n "(cached) " >&6
10057else
6bb11ab3
L
10058 lt_cv_shlibpath_overrides_runpath=no
10059 save_LDFLAGS=$LDFLAGS
10060 save_libdir=$libdir
10061 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10062 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10064/* end confdefs.h. */
10065
2232061b
MF
10066int
10067main ()
10068{
10069
10070 ;
10071 return 0;
10072}
10073_ACEOF
6bb11ab3
L
10074if ac_fn_c_try_link "$LINENO"; then :
10075 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10076 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10077fi
2232061b 10078fi
6bb11ab3
L
10079rm -f core conftest.err conftest.$ac_objext \
10080 conftest$ac_exeext conftest.$ac_ext
10081 LDFLAGS=$save_LDFLAGS
10082 libdir=$save_libdir
2232061b 10083
6bb11ab3 10084fi
2232061b 10085
6bb11ab3 10086 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10087
6bb11ab3
L
10088 # This implies no fast_install, which is unacceptable.
10089 # Some rework will be needed to allow for fast_install
10090 # before this can be enabled.
10091 hardcode_into_libs=yes
2232061b 10092
6bb11ab3
L
10093 # Append ld.so.conf contents to the search path
10094 if test -f /etc/ld.so.conf; then
10095 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' ' '`
10096 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10097 fi
2232061b 10098
6bb11ab3
L
10099 # We used to test for /lib/ld.so.1 and disable shared libraries on
10100 # powerpc, because MkLinux only supported shared libraries with the
10101 # GNU dynamic linker. Since this was broken with cross compilers,
10102 # most powerpc-linux boxes support dynamic linking these days and
10103 # people can always --disable-shared, the test was removed, and we
10104 # assume the GNU/Linux dynamic linker is in use.
10105 dynamic_linker='GNU/Linux ld.so'
10106 ;;
10107
10108netbsd*)
10109 version_type=sunos
10110 need_lib_prefix=no
10111 need_version=no
10112 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10113 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10114 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10115 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10116 else
6bb11ab3
L
10117 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10118 soname_spec='${libname}${release}${shared_ext}$major'
10119 dynamic_linker='NetBSD ld.elf_so'
10120 fi
10121 shlibpath_var=LD_LIBRARY_PATH
10122 shlibpath_overrides_runpath=yes
10123 hardcode_into_libs=yes
10124 ;;
10125
10126newsos6)
10127 version_type=linux
10128 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10129 shlibpath_var=LD_LIBRARY_PATH
10130 shlibpath_overrides_runpath=yes
10131 ;;
10132
10133*nto* | *qnx*)
10134 version_type=qnx
10135 need_lib_prefix=no
10136 need_version=no
10137 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10138 soname_spec='${libname}${release}${shared_ext}$major'
10139 shlibpath_var=LD_LIBRARY_PATH
10140 shlibpath_overrides_runpath=no
10141 hardcode_into_libs=yes
10142 dynamic_linker='ldqnx.so'
10143 ;;
10144
10145openbsd*)
10146 version_type=sunos
10147 sys_lib_dlsearch_path_spec="/usr/lib"
10148 need_lib_prefix=no
10149 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10150 case $host_os in
10151 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10152 *) need_version=no ;;
10153 esac
10154 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10155 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10156 shlibpath_var=LD_LIBRARY_PATH
10157 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10158 case $host_os in
10159 openbsd2.[89] | openbsd2.[89].*)
10160 shlibpath_overrides_runpath=no
10161 ;;
10162 *)
10163 shlibpath_overrides_runpath=yes
10164 ;;
10165 esac
10166 else
10167 shlibpath_overrides_runpath=yes
10168 fi
10169 ;;
10170
10171os2*)
10172 libname_spec='$name'
10173 shrext_cmds=".dll"
10174 need_lib_prefix=no
10175 library_names_spec='$libname${shared_ext} $libname.a'
10176 dynamic_linker='OS/2 ld.exe'
10177 shlibpath_var=LIBPATH
10178 ;;
10179
10180osf3* | osf4* | osf5*)
10181 version_type=osf
10182 need_lib_prefix=no
10183 need_version=no
10184 soname_spec='${libname}${release}${shared_ext}$major'
10185 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10186 shlibpath_var=LD_LIBRARY_PATH
10187 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10188 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10189 ;;
10190
10191rdos*)
10192 dynamic_linker=no
10193 ;;
10194
10195solaris*)
10196 version_type=linux
10197 need_lib_prefix=no
10198 need_version=no
10199 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10200 soname_spec='${libname}${release}${shared_ext}$major'
10201 shlibpath_var=LD_LIBRARY_PATH
10202 shlibpath_overrides_runpath=yes
10203 hardcode_into_libs=yes
10204 # ldd complains unless libraries are executable
10205 postinstall_cmds='chmod +x $lib'
10206 ;;
10207
10208sunos4*)
10209 version_type=sunos
10210 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10211 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10212 shlibpath_var=LD_LIBRARY_PATH
10213 shlibpath_overrides_runpath=yes
10214 if test "$with_gnu_ld" = yes; then
10215 need_lib_prefix=no
10216 fi
10217 need_version=yes
10218 ;;
10219
10220sysv4 | sysv4.3*)
10221 version_type=linux
10222 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10223 soname_spec='${libname}${release}${shared_ext}$major'
10224 shlibpath_var=LD_LIBRARY_PATH
10225 case $host_vendor in
10226 sni)
10227 shlibpath_overrides_runpath=no
10228 need_lib_prefix=no
10229 runpath_var=LD_RUN_PATH
10230 ;;
10231 siemens)
10232 need_lib_prefix=no
10233 ;;
10234 motorola)
10235 need_lib_prefix=no
10236 need_version=no
10237 shlibpath_overrides_runpath=no
10238 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10239 ;;
10240 esac
10241 ;;
10242
10243sysv4*MP*)
10244 if test -d /usr/nec ;then
10245 version_type=linux
10246 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10247 soname_spec='$libname${shared_ext}.$major'
10248 shlibpath_var=LD_LIBRARY_PATH
2232061b 10249 fi
6bb11ab3
L
10250 ;;
10251
10252sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10253 version_type=freebsd-elf
10254 need_lib_prefix=no
10255 need_version=no
10256 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10257 soname_spec='${libname}${release}${shared_ext}$major'
10258 shlibpath_var=LD_LIBRARY_PATH
10259 shlibpath_overrides_runpath=yes
10260 hardcode_into_libs=yes
10261 if test "$with_gnu_ld" = yes; then
10262 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10263 else
10264 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10265 case $host_os in
10266 sco3.2v5*)
10267 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10268 ;;
10269 esac
10270 fi
10271 sys_lib_dlsearch_path_spec='/usr/lib'
10272 ;;
10273
10274tpf*)
10275 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10276 version_type=linux
10277 need_lib_prefix=no
10278 need_version=no
10279 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10280 shlibpath_var=LD_LIBRARY_PATH
10281 shlibpath_overrides_runpath=no
10282 hardcode_into_libs=yes
10283 ;;
10284
10285uts4*)
10286 version_type=linux
10287 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10288 soname_spec='${libname}${release}${shared_ext}$major'
10289 shlibpath_var=LD_LIBRARY_PATH
10290 ;;
10291
10292*)
10293 dynamic_linker=no
10294 ;;
10295esac
10296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10297$as_echo "$dynamic_linker" >&6; }
10298test "$dynamic_linker" = no && can_build_shared=no
10299
10300variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10301if test "$GCC" = yes; then
10302 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10303fi
2232061b 10304
6bb11ab3
L
10305if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10306 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10307fi
10308if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10309 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10310fi
10311
10312
10313
10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
10325
10326
10327
10328
10329
10330
10331
10332
10333
10334
10335
10336
2232061b 10337
2232061b 10338
2232061b 10339
2232061b 10340
2232061b
MF
10341
10342
6ffe910a 10343
6ffe910a
MF
10344
10345
10346
10347
10348
2232061b 10349
6ffe910a
MF
10350
10351
10352
10353
6ffe910a 10354
6ffe910a 10355
6ffe910a
MF
10356
10357
6ffe910a 10358
6ffe910a 10359
6ffe910a
MF
10360
10361
5f3ef9d0 10362
5f3ef9d0
JB
10363
10364
10365
db2e4d67
MF
10366
10367
db2e4d67 10368
db2e4d67 10369
db2e4d67 10370
db2e4d67 10371
db2e4d67 10372
db2e4d67 10373
db2e4d67 10374
db2e4d67
MF
10375
10376
db2e4d67 10377
db2e4d67
MF
10378
10379
db2e4d67 10380
db2e4d67
MF
10381
10382
6ffe910a 10383
6ffe910a 10384
6ffe910a
MF
10385
10386
6ffe910a
MF
10387
10388
6ffe910a 10389
6ffe910a 10390
6ffe910a 10391
6ffe910a 10392
6ffe910a 10393
b7026657
AC
10394
10395
10396
c906108c 10397
b7026657 10398
b7026657 10399
b7026657 10400
b7026657 10401
c906108c 10402
6bb11ab3
L
10403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10404$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10405hardcode_action=
10406if test -n "$hardcode_libdir_flag_spec" ||
10407 test -n "$runpath_var" ||
10408 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 10409
6bb11ab3
L
10410 # We can hardcode non-existent directories.
10411 if test "$hardcode_direct" != no &&
10412 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10413 # have to relink, otherwise we might link with an installed library
10414 # when we should be linking with a yet-to-be-installed one
10415 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10416 test "$hardcode_minus_L" != no; then
10417 # Linking always hardcodes the temporary library directory.
10418 hardcode_action=relink
10419 else
10420 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10421 hardcode_action=immediate
10422 fi
10423else
10424 # We cannot hardcode anything, or else we can only hardcode existing
10425 # directories.
10426 hardcode_action=unsupported
c906108c 10427fi
6bb11ab3
L
10428{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10429$as_echo "$hardcode_action" >&6; }
b7026657 10430
6bb11ab3
L
10431if test "$hardcode_action" = relink ||
10432 test "$inherit_rpath" = yes; then
10433 # Fast installation is not supported
10434 enable_fast_install=no
10435elif test "$shlibpath_overrides_runpath" = yes ||
10436 test "$enable_shared" = no; then
10437 # Fast installation is not necessary
10438 enable_fast_install=needless
10439fi
c906108c 10440
6bb11ab3
L
10441
10442
10443
10444
10445
10446 if test "x$enable_dlopen" != xyes; then
10447 enable_dlopen=unknown
10448 enable_dlopen_self=unknown
10449 enable_dlopen_self_static=unknown
10450else
10451 lt_cv_dlopen=no
10452 lt_cv_dlopen_libs=
10453
10454 case $host_os in
10455 beos*)
10456 lt_cv_dlopen="load_add_on"
10457 lt_cv_dlopen_libs=
10458 lt_cv_dlopen_self=yes
10459 ;;
10460
10461 mingw* | pw32* | cegcc*)
10462 lt_cv_dlopen="LoadLibrary"
10463 lt_cv_dlopen_libs=
10464 ;;
10465
10466 cygwin*)
10467 lt_cv_dlopen="dlopen"
10468 lt_cv_dlopen_libs=
10469 ;;
10470
10471 darwin*)
10472 # if libdl is installed we need to link against it
10473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10474$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10475if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10476 $as_echo_n "(cached) " >&6
10477else
10478 ac_check_lib_save_LIBS=$LIBS
10479LIBS="-ldl $LIBS"
10480cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10481/* end confdefs.h. */
10482
10483/* Override any GCC internal prototype to avoid an error.
10484 Use char because int might match the return type of a GCC
10485 builtin and then its argument prototype would still apply. */
10486#ifdef __cplusplus
10487extern "C"
10488#endif
10489char dlopen ();
10490int
10491main ()
10492{
10493return dlopen ();
10494 ;
10495 return 0;
10496}
b7026657 10497_ACEOF
6bb11ab3
L
10498if ac_fn_c_try_link "$LINENO"; then :
10499 ac_cv_lib_dl_dlopen=yes
10500else
10501 ac_cv_lib_dl_dlopen=no
10502fi
10503rm -f core conftest.err conftest.$ac_objext \
10504 conftest$ac_exeext conftest.$ac_ext
10505LIBS=$ac_check_lib_save_LIBS
10506fi
10507{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10508$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10509if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10510 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10511else
10512
10513 lt_cv_dlopen="dyld"
10514 lt_cv_dlopen_libs=
10515 lt_cv_dlopen_self=yes
c906108c 10516
c906108c 10517fi
c906108c 10518
6bb11ab3 10519 ;;
c906108c 10520
6bb11ab3
L
10521 *)
10522 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10523if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10524 lt_cv_dlopen="shl_load"
10525else
10526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10527$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10528if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10529 $as_echo_n "(cached) " >&6
10530else
10531 ac_check_lib_save_LIBS=$LIBS
10532LIBS="-ldld $LIBS"
10533cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10534/* end confdefs.h. */
10535
10536/* Override any GCC internal prototype to avoid an error.
10537 Use char because int might match the return type of a GCC
10538 builtin and then its argument prototype would still apply. */
10539#ifdef __cplusplus
10540extern "C"
10541#endif
10542char shl_load ();
10543int
10544main ()
10545{
10546return shl_load ();
10547 ;
10548 return 0;
10549}
10550_ACEOF
10551if ac_fn_c_try_link "$LINENO"; then :
10552 ac_cv_lib_dld_shl_load=yes
10553else
10554 ac_cv_lib_dld_shl_load=no
10555fi
10556rm -f core conftest.err conftest.$ac_objext \
10557 conftest$ac_exeext conftest.$ac_ext
10558LIBS=$ac_check_lib_save_LIBS
10559fi
10560{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10561$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10562if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10563 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10564else
10565 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10566if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10567 lt_cv_dlopen="dlopen"
10568else
10569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10570$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10571if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10572 $as_echo_n "(cached) " >&6
c906108c 10573else
b7026657 10574 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10575LIBS="-ldl $LIBS"
81ecdfbb 10576cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10577/* end confdefs.h. */
10578
81ecdfbb
RW
10579/* Override any GCC internal prototype to avoid an error.
10580 Use char because int might match the return type of a GCC
10581 builtin and then its argument prototype would still apply. */
b7026657
AC
10582#ifdef __cplusplus
10583extern "C"
10584#endif
6bb11ab3 10585char dlopen ();
b7026657
AC
10586int
10587main ()
10588{
6bb11ab3 10589return dlopen ();
b7026657
AC
10590 ;
10591 return 0;
10592}
10593_ACEOF
81ecdfbb 10594if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10595 ac_cv_lib_dl_dlopen=yes
b7026657 10596else
6bb11ab3 10597 ac_cv_lib_dl_dlopen=no
b7026657 10598fi
81ecdfbb
RW
10599rm -f core conftest.err conftest.$ac_objext \
10600 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10601LIBS=$ac_check_lib_save_LIBS
10602fi
6bb11ab3
L
10603{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10604$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10605if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10606 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10607else
10608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10609$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10610if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10611 $as_echo_n "(cached) " >&6
c906108c 10612else
b7026657 10613 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10614LIBS="-lsvld $LIBS"
81ecdfbb 10615cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10616/* end confdefs.h. */
10617
81ecdfbb
RW
10618/* Override any GCC internal prototype to avoid an error.
10619 Use char because int might match the return type of a GCC
10620 builtin and then its argument prototype would still apply. */
b7026657
AC
10621#ifdef __cplusplus
10622extern "C"
10623#endif
6bb11ab3 10624char dlopen ();
b7026657
AC
10625int
10626main ()
10627{
6bb11ab3 10628return dlopen ();
b7026657
AC
10629 ;
10630 return 0;
10631}
10632_ACEOF
81ecdfbb 10633if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10634 ac_cv_lib_svld_dlopen=yes
b7026657 10635else
6bb11ab3 10636 ac_cv_lib_svld_dlopen=no
b7026657 10637fi
81ecdfbb
RW
10638rm -f core conftest.err conftest.$ac_objext \
10639 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10640LIBS=$ac_check_lib_save_LIBS
10641fi
6bb11ab3
L
10642{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10643$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10644if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 10645 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10646else
6bb11ab3
L
10647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10648$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10649if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10650 $as_echo_n "(cached) " >&6
b5bd9624 10651else
6bb11ab3
L
10652 ac_check_lib_save_LIBS=$LIBS
10653LIBS="-ldld $LIBS"
81ecdfbb 10654cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
10655/* end confdefs.h. */
10656
81ecdfbb
RW
10657/* Override any GCC internal prototype to avoid an error.
10658 Use char because int might match the return type of a GCC
b5bd9624 10659 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
10660#ifdef __cplusplus
10661extern "C"
10662#endif
6bb11ab3 10663char dld_link ();
b5bd9624
HPN
10664int
10665main ()
10666{
6bb11ab3 10667return dld_link ();
b5bd9624
HPN
10668 ;
10669 return 0;
10670}
10671_ACEOF
6bb11ab3
L
10672if ac_fn_c_try_link "$LINENO"; then :
10673 ac_cv_lib_dld_dld_link=yes
10674else
10675 ac_cv_lib_dld_dld_link=no
10676fi
10677rm -f core conftest.err conftest.$ac_objext \
10678 conftest$ac_exeext conftest.$ac_ext
10679LIBS=$ac_check_lib_save_LIBS
10680fi
10681{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10682$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10683if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
10684 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10685fi
10686
10687
10688fi
10689
10690
10691fi
10692
10693
10694fi
10695
10696
10697fi
10698
10699
10700fi
10701
10702 ;;
10703 esac
10704
10705 if test "x$lt_cv_dlopen" != xno; then
10706 enable_dlopen=yes
b5bd9624 10707 else
6bb11ab3
L
10708 enable_dlopen=no
10709 fi
10710
10711 case $lt_cv_dlopen in
10712 dlopen)
10713 save_CPPFLAGS="$CPPFLAGS"
10714 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10715
10716 save_LDFLAGS="$LDFLAGS"
10717 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10718
10719 save_LIBS="$LIBS"
10720 LIBS="$lt_cv_dlopen_libs $LIBS"
10721
10722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10723$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10724if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
10725 $as_echo_n "(cached) " >&6
10726else
10727 if test "$cross_compiling" = yes; then :
10728 lt_cv_dlopen_self=cross
10729else
10730 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10731 lt_status=$lt_dlunknown
10732 cat > conftest.$ac_ext <<_LT_EOF
47ce766a 10733#line 10733 "configure"
6bb11ab3
L
10734#include "confdefs.h"
10735
10736#if HAVE_DLFCN_H
10737#include <dlfcn.h>
10738#endif
10739
10740#include <stdio.h>
10741
10742#ifdef RTLD_GLOBAL
10743# define LT_DLGLOBAL RTLD_GLOBAL
10744#else
10745# ifdef DL_GLOBAL
10746# define LT_DLGLOBAL DL_GLOBAL
10747# else
10748# define LT_DLGLOBAL 0
10749# endif
10750#endif
10751
10752/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10753 find out it does not work in some platform. */
10754#ifndef LT_DLLAZY_OR_NOW
10755# ifdef RTLD_LAZY
10756# define LT_DLLAZY_OR_NOW RTLD_LAZY
10757# else
10758# ifdef DL_LAZY
10759# define LT_DLLAZY_OR_NOW DL_LAZY
10760# else
10761# ifdef RTLD_NOW
10762# define LT_DLLAZY_OR_NOW RTLD_NOW
10763# else
10764# ifdef DL_NOW
10765# define LT_DLLAZY_OR_NOW DL_NOW
10766# else
10767# define LT_DLLAZY_OR_NOW 0
10768# endif
10769# endif
10770# endif
10771# endif
10772#endif
10773
10774/* When -fvisbility=hidden is used, assume the code has been annotated
10775 correspondingly for the symbols needed. */
10776#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10777void fnord () __attribute__((visibility("default")));
10778#endif
10779
10780void fnord () { int i=42; }
10781int main ()
10782{
10783 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10784 int status = $lt_dlunknown;
10785
10786 if (self)
10787 {
10788 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10789 else
10790 {
10791 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10792 else puts (dlerror ());
10793 }
10794 /* dlclose (self); */
10795 }
10796 else
10797 puts (dlerror ());
10798
10799 return status;
10800}
10801_LT_EOF
10802 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10803 (eval $ac_link) 2>&5
10804 ac_status=$?
10805 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10806 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10807 (./conftest; exit; ) >&5 2>/dev/null
10808 lt_status=$?
10809 case x$lt_status in
10810 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10811 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10812 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10813 esac
10814 else :
10815 # compilation failed
10816 lt_cv_dlopen_self=no
b5bd9624 10817 fi
b5bd9624 10818fi
6bb11ab3
L
10819rm -fr conftest*
10820
10821
b5bd9624 10822fi
6bb11ab3
L
10823{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10824$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 10825
6bb11ab3
L
10826 if test "x$lt_cv_dlopen_self" = xyes; then
10827 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10829$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10830if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 10831 $as_echo_n "(cached) " >&6
b5bd9624 10832else
6bb11ab3
L
10833 if test "$cross_compiling" = yes; then :
10834 lt_cv_dlopen_self_static=cross
10835else
10836 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10837 lt_status=$lt_dlunknown
10838 cat > conftest.$ac_ext <<_LT_EOF
47ce766a 10839#line 10839 "configure"
6bb11ab3
L
10840#include "confdefs.h"
10841
10842#if HAVE_DLFCN_H
10843#include <dlfcn.h>
10844#endif
10845
10846#include <stdio.h>
10847
10848#ifdef RTLD_GLOBAL
10849# define LT_DLGLOBAL RTLD_GLOBAL
10850#else
10851# ifdef DL_GLOBAL
10852# define LT_DLGLOBAL DL_GLOBAL
10853# else
10854# define LT_DLGLOBAL 0
10855# endif
10856#endif
10857
10858/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10859 find out it does not work in some platform. */
10860#ifndef LT_DLLAZY_OR_NOW
10861# ifdef RTLD_LAZY
10862# define LT_DLLAZY_OR_NOW RTLD_LAZY
10863# else
10864# ifdef DL_LAZY
10865# define LT_DLLAZY_OR_NOW DL_LAZY
10866# else
10867# ifdef RTLD_NOW
10868# define LT_DLLAZY_OR_NOW RTLD_NOW
10869# else
10870# ifdef DL_NOW
10871# define LT_DLLAZY_OR_NOW DL_NOW
10872# else
10873# define LT_DLLAZY_OR_NOW 0
10874# endif
10875# endif
10876# endif
10877# endif
10878#endif
10879
10880/* When -fvisbility=hidden is used, assume the code has been annotated
10881 correspondingly for the symbols needed. */
10882#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10883void fnord () __attribute__((visibility("default")));
10884#endif
10885
10886void fnord () { int i=42; }
10887int main ()
10888{
10889 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10890 int status = $lt_dlunknown;
10891
10892 if (self)
10893 {
10894 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10895 else
10896 {
10897 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10898 else puts (dlerror ());
10899 }
10900 /* dlclose (self); */
10901 }
10902 else
10903 puts (dlerror ());
10904
10905 return status;
10906}
10907_LT_EOF
10908 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10909 (eval $ac_link) 2>&5
10910 ac_status=$?
10911 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10912 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10913 (./conftest; exit; ) >&5 2>/dev/null
10914 lt_status=$?
10915 case x$lt_status in
10916 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10917 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10918 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10919 esac
10920 else :
10921 # compilation failed
10922 lt_cv_dlopen_self_static=no
10923 fi
b5bd9624 10924fi
6bb11ab3
L
10925rm -fr conftest*
10926
10927
b5bd9624 10928fi
6bb11ab3
L
10929{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10930$as_echo "$lt_cv_dlopen_self_static" >&6; }
10931 fi
10932
10933 CPPFLAGS="$save_CPPFLAGS"
10934 LDFLAGS="$save_LDFLAGS"
10935 LIBS="$save_LIBS"
10936 ;;
10937 esac
10938
10939 case $lt_cv_dlopen_self in
10940 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10941 *) enable_dlopen_self=unknown ;;
10942 esac
10943
10944 case $lt_cv_dlopen_self_static in
10945 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10946 *) enable_dlopen_self_static=unknown ;;
10947 esac
10948fi
10949
10950
10951
10952
10953
10954
10955
10956
10957
10958
10959
10960
10961
10962
10963
10964
10965
10966striplib=
10967old_striplib=
10968{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10969$as_echo_n "checking whether stripping libraries is possible... " >&6; }
10970if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10971 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10972 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10974$as_echo "yes" >&6; }
10975else
10976# FIXME - insert some real tests, host_os isn't really good enough
10977 case $host_os in
10978 darwin*)
10979 if test -n "$STRIP" ; then
10980 striplib="$STRIP -x"
10981 old_striplib="$STRIP -S"
10982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10983$as_echo "yes" >&6; }
10984 else
10985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10986$as_echo "no" >&6; }
10987 fi
10988 ;;
10989 *)
10990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10991$as_echo "no" >&6; }
10992 ;;
10993 esac
10994fi
10995
10996
10997
10998
10999
11000
11001
11002
11003
11004
11005
11006
11007 # Report which library types will actually be built
11008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11009$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11011$as_echo "$can_build_shared" >&6; }
11012
11013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11014$as_echo_n "checking whether to build shared libraries... " >&6; }
11015 test "$can_build_shared" = "no" && enable_shared=no
11016
11017 # On AIX, shared libraries and static libraries use the same namespace, and
11018 # are all built from PIC.
11019 case $host_os in
11020 aix3*)
11021 test "$enable_shared" = yes && enable_static=no
11022 if test -n "$RANLIB"; then
11023 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11024 postinstall_cmds='$RANLIB $lib'
11025 fi
11026 ;;
11027
11028 aix[4-9]*)
11029 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11030 test "$enable_shared" = yes && enable_static=no
11031 fi
11032 ;;
11033 esac
11034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11035$as_echo "$enable_shared" >&6; }
11036
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11038$as_echo_n "checking whether to build static libraries... " >&6; }
11039 # Make sure either enable_shared or enable_static is yes.
11040 test "$enable_shared" = yes || enable_static=yes
11041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11042$as_echo "$enable_static" >&6; }
11043
11044
11045
11046
11047fi
11048ac_ext=c
11049ac_cpp='$CPP $CPPFLAGS'
11050ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11051ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11052ac_compiler_gnu=$ac_cv_c_compiler_gnu
11053
11054CC="$lt_save_CC"
11055
11056
11057
11058
11059
11060
11061
11062
11063
b5bd9624 11064
b5bd9624 11065
b5bd9624 11066
b5bd9624 11067
6bb11ab3
L
11068 ac_config_commands="$ac_config_commands libtool"
11069
11070
11071
11072
11073# Only expand once:
11074
11075
5912fadd 11076
b5bd9624 11077
c906108c 11078
31e6ad7d
MF
11079{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11080$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11081 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11082if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11083 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11084else
11085 USE_MAINTAINER_MODE=no
c906108c 11086fi
31e6ad7d
MF
11087
11088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11089$as_echo "$USE_MAINTAINER_MODE" >&6; }
11090 if test $USE_MAINTAINER_MODE = yes; then
11091 MAINTAINER_MODE_TRUE=
11092 MAINTAINER_MODE_FALSE='#'
c906108c 11093else
31e6ad7d
MF
11094 MAINTAINER_MODE_TRUE='#'
11095 MAINTAINER_MODE_FALSE=
81ecdfbb 11096fi
c906108c 11097
31e6ad7d
MF
11098 MAINT=$MAINTAINER_MODE_TRUE
11099
11100
c906108c 11101
81ecdfbb 11102
347fe5bb
MF
11103sim_inline="-DDEFAULT_INLINE=0"
11104# Check whether --enable-sim-inline was given.
11105if test "${enable_sim_inline+set}" = set; then :
11106 enableval=$enable_sim_inline; sim_inline=""
11107case "$enableval" in
11108 no) sim_inline="-DDEFAULT_INLINE=0";;
11109 0) sim_inline="-DDEFAULT_INLINE=0";;
11110 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11111 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11112 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11113 new_flag=""
11114 case "$x" in
11115 *_INLINE=*) new_flag="-D$x";;
11116 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11117 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11118 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11119 esac
11120 if test x"$sim_inline" = x""; then
11121 sim_inline="$new_flag"
11122 else
11123 sim_inline="$sim_inline $new_flag"
11124 fi
11125 done;;
11126esac
11127if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11128 echo "Setting inline flags = $sim_inline" 6>&1
11129fi
11130fi
11131
11132
11133
b7026657 11134# In the Cygwin environment, we need some additional flags.
81ecdfbb
RW
11135{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cygwin" >&5
11136$as_echo_n "checking for cygwin... " >&6; }
d0ac1c44 11137if ${sim_cv_os_cygwin+:} false; then :
81ecdfbb 11138 $as_echo_n "(cached) " >&6
b7026657 11139else
81ecdfbb 11140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11141/* end confdefs.h. */
11142
11143#ifdef __CYGWIN__
11144lose
11145#endif
11146_ACEOF
11147if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 11148 $EGREP "lose" >/dev/null 2>&1; then :
b7026657
AC
11149 sim_cv_os_cygwin=yes
11150else
11151 sim_cv_os_cygwin=no
11152fi
11153rm -f conftest*
11154
11155fi
81ecdfbb
RW
11156{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_cv_os_cygwin" >&5
11157$as_echo "$sim_cv_os_cygwin" >&6; }
b7026657 11158
c1230d1b
JS
11159# Keep in sync with gdb's configure.ac list.
11160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5
b909d38d 11161$as_echo_n "checking for library containing tgetent... " >&6; }
d0ac1c44 11162if ${ac_cv_search_tgetent+:} false; then :
81ecdfbb 11163 $as_echo_n "(cached) " >&6
b7026657 11164else
b909d38d 11165 ac_func_search_save_LIBS=$LIBS
81ecdfbb 11166cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11167/* end confdefs.h. */
11168
b909d38d
MF
11169/* Override any GCC internal prototype to avoid an error.
11170 Use char because int might match the return type of a GCC
11171 builtin and then its argument prototype would still apply. */
11172#ifdef __cplusplus
11173extern "C"
11174#endif
11175char tgetent ();
b7026657
AC
11176int
11177main ()
11178{
b909d38d 11179return tgetent ();
b7026657
AC
11180 ;
11181 return 0;
11182}
11183_ACEOF
b909d38d
MF
11184for ac_lib in '' termcap tinfo curses ncurses; do
11185 if test -z "$ac_lib"; then
11186 ac_res="none required"
11187 else
11188 ac_res=-l$ac_lib
11189 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11190 fi
11191 if ac_fn_c_try_link "$LINENO"; then :
11192 ac_cv_search_tgetent=$ac_res
b7026657 11193fi
81ecdfbb 11194rm -f core conftest.err conftest.$ac_objext \
b909d38d 11195 conftest$ac_exeext
d0ac1c44 11196 if ${ac_cv_search_tgetent+:} false; then :
b909d38d 11197 break
b7026657 11198fi
b909d38d 11199done
d0ac1c44 11200if ${ac_cv_search_tgetent+:} false; then :
b909d38d
MF
11201
11202else
11203 ac_cv_search_tgetent=no
11204fi
11205rm conftest.$ac_ext
11206LIBS=$ac_func_search_save_LIBS
11207fi
11208{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_tgetent" >&5
11209$as_echo "$ac_cv_search_tgetent" >&6; }
11210ac_res=$ac_cv_search_tgetent
11211if test "$ac_res" != no; then :
11212 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11213 TERMCAP=$ac_cv_search_tgetent
b7026657
AC
11214else
11215 TERMCAP=""
11216fi
11217
c1230d1b
JS
11218if test x$sim_cv_os_cygwin = xyes; then
11219 TERMCAP="${TERMCAP} -luser32"
b7026657
AC
11220fi
11221
11222
70a9be63
HPN
11223# We prefer the in-tree readline. Top-level dependencies make sure
11224# src/readline (if it's there) is configured before src/sim.
11225if test -r ../../readline/Makefile; then
53e123a5 11226 READLINE=../../readline/readline/libreadline.a
2694bce9 11227 READLINE_CFLAGS='-I$(READLINE_SRC)/..'
70a9be63 11228else
81ecdfbb
RW
11229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readline in -lreadline" >&5
11230$as_echo_n "checking for readline in -lreadline... " >&6; }
d0ac1c44 11231if ${ac_cv_lib_readline_readline+:} false; then :
81ecdfbb 11232 $as_echo_n "(cached) " >&6
70a9be63
HPN
11233else
11234 ac_check_lib_save_LIBS=$LIBS
11235LIBS="-lreadline $TERMCAP $LIBS"
81ecdfbb 11236cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70a9be63
HPN
11237/* end confdefs.h. */
11238
81ecdfbb
RW
11239/* Override any GCC internal prototype to avoid an error.
11240 Use char because int might match the return type of a GCC
11241 builtin and then its argument prototype would still apply. */
70a9be63
HPN
11242#ifdef __cplusplus
11243extern "C"
11244#endif
70a9be63
HPN
11245char readline ();
11246int
11247main ()
11248{
81ecdfbb 11249return readline ();
70a9be63
HPN
11250 ;
11251 return 0;
11252}
11253_ACEOF
81ecdfbb 11254if ac_fn_c_try_link "$LINENO"; then :
70a9be63
HPN
11255 ac_cv_lib_readline_readline=yes
11256else
81ecdfbb 11257 ac_cv_lib_readline_readline=no
70a9be63 11258fi
81ecdfbb
RW
11259rm -f core conftest.err conftest.$ac_objext \
11260 conftest$ac_exeext conftest.$ac_ext
70a9be63
HPN
11261LIBS=$ac_check_lib_save_LIBS
11262fi
81ecdfbb
RW
11263{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_readline" >&5
11264$as_echo "$ac_cv_lib_readline_readline" >&6; }
d0ac1c44 11265if test "x$ac_cv_lib_readline_readline" = xyes; then :
70a9be63
HPN
11266 READLINE=-lreadline
11267else
d0ac1c44 11268 as_fn_error $? "the required \"readline\" library is missing" "$LINENO" 5
70a9be63
HPN
11269fi
11270
2694bce9 11271 READLINE_CFLAGS=
70a9be63
HPN
11272fi
11273
b7026657 11274
2694bce9 11275
66d055c7
MF
11276hardware="cfi core pal glue "
11277sim_hw_cflags="-DWITH_HW=1"
11278sim_hw="$hardware"
11279sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
11280
11281# Check whether --enable-sim-hardware was given.
11282if test "${enable_sim_hardware+set}" = set; then :
11283 enableval=$enable_sim_hardware;
11284else
11285 enable_sim_hardware="yes"
11286fi
11287
11288case ${enable_sim_hardware} in
11289 yes|no) ;;
11290 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11291 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11292 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
11293esac
11294
11295if test "$enable_sim_hardware" = no; then
11296 sim_hw_objs=
11297 sim_hw_cflags="-DWITH_HW=0"
11298 sim_hw=
11299else
11300 sim_hw_cflags="-DWITH_HW=1"
11301 # remove duplicates
11302 sim_hw=""
11303 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11304 for i in $hardware ; do
11305 case " $sim_hw " in
11306 *" $i "*) ;;
11307 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11308 esac
11309 done
11310 # mingw does not support sockser
11311 case ${host} in
11312 *mingw*) ;;
11313 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11314 # that you instatiate. Instead, other code will call into it directly.
11315 # At some point, we should convert it over.
11316 sim_hw_objs="$sim_hw_objs dv-sockser.o"
bcaa61f7 11317 sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER"
66d055c7
MF
11318 ;;
11319 esac
11320 if test x"$silent" != x"yes"; then
11321 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
11322 fi
11323 case " $hardware " in
11324 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
11325$as_echo_n "checking for log2 in -lm... " >&6; }
11326if ${ac_cv_lib_m_log2+:} false; then :
11327 $as_echo_n "(cached) " >&6
11328else
11329 ac_check_lib_save_LIBS=$LIBS
11330LIBS="-lm $LIBS"
11331cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11332/* end confdefs.h. */
11333
11334/* Override any GCC internal prototype to avoid an error.
11335 Use char because int might match the return type of a GCC
11336 builtin and then its argument prototype would still apply. */
11337#ifdef __cplusplus
11338extern "C"
11339#endif
11340char log2 ();
11341int
11342main ()
11343{
11344return log2 ();
11345 ;
11346 return 0;
11347}
11348_ACEOF
11349if ac_fn_c_try_link "$LINENO"; then :
11350 ac_cv_lib_m_log2=yes
11351else
11352 ac_cv_lib_m_log2=no
11353fi
11354rm -f core conftest.err conftest.$ac_objext \
11355 conftest$ac_exeext conftest.$ac_ext
11356LIBS=$ac_check_lib_save_LIBS
11357fi
11358{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11359$as_echo "$ac_cv_lib_m_log2" >&6; }
11360if test "x$ac_cv_lib_m_log2" = xyes; then :
11361 cat >>confdefs.h <<_ACEOF
11362#define HAVE_LIBM 1
11363_ACEOF
11364
11365 LIBS="-lm $LIBS"
11366
11367fi
11368;;
11369 esac
11370fi
11371
11372
b7026657
AC
11373cgen_breaks=""
11374if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11375cgen_breaks="break cgen_rtx_error";
11376fi
11377
81ecdfbb 11378ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 11379
81ecdfbb 11380ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 11381
81ecdfbb 11382ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 11383
81ecdfbb 11384ac_config_commands="$ac_config_commands Makefile"
38f48d72 11385
81ecdfbb 11386ac_config_commands="$ac_config_commands stamp-h"
38f48d72 11387
760b3e8b
MF
11388
11389
11390
11391
11392
11393
11394
11395
11396
11397
b7026657
AC
11398cat >confcache <<\_ACEOF
11399# This file is a shell script that caches the results of configure
11400# tests run on this system so they can be shared between configure
11401# scripts and configure runs, see configure's option --config-cache.
11402# It is not useful on other systems. If it contains results you don't
11403# want to keep, you may remove or edit it.
11404#
11405# config.status only pays attention to the cache file if you give it
11406# the --recheck option to rerun configure.
11407#
11408# `ac_cv_env_foo' variables (set or unset) will be overridden when
11409# loading this file, other *unset* `ac_cv_foo' will be assigned the
11410# following values.
11411
11412_ACEOF
11413
11414# The following way of writing the cache mishandles newlines in values,
11415# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11416# So, we kill variables containing newlines.
b7026657
AC
11417# Ultrix sh set writes to stderr and can't be redirected directly,
11418# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11419(
11420 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11421 eval ac_val=\$$ac_var
11422 case $ac_val in #(
11423 *${as_nl}*)
11424 case $ac_var in #(
11425 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11426$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11427 esac
11428 case $ac_var in #(
11429 _ | IFS | as_nl) ;; #(
11430 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11431 *) { eval $ac_var=; unset $ac_var;} ;;
11432 esac ;;
11433 esac
11434 done
11435
b7026657 11436 (set) 2>&1 |
81ecdfbb
RW
11437 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11438 *${as_nl}ac_space=\ *)
11439 # `set' does not quote correctly, so add quotes: double-quote
11440 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
11441 sed -n \
11442 "s/'/'\\\\''/g;
11443 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11444 ;; #(
b7026657
AC
11445 *)
11446 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11447 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 11448 ;;
81ecdfbb
RW
11449 esac |
11450 sort
11451) |
b7026657 11452 sed '
81ecdfbb 11453 /^ac_cv_env_/b end
b7026657 11454 t clear
81ecdfbb 11455 :clear
b7026657
AC
11456 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11457 t end
81ecdfbb
RW
11458 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11459 :end' >>confcache
11460if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11461 if test -w "$cache_file"; then
d0ac1c44 11462 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
11463 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11464$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
11465 if test ! -f "$cache_file" || test -h "$cache_file"; then
11466 cat confcache >"$cache_file"
11467 else
11468 case $cache_file in #(
11469 */* | ?:*)
11470 mv -f confcache "$cache_file"$$ &&
11471 mv -f "$cache_file"$$ "$cache_file" ;; #(
11472 *)
11473 mv -f confcache "$cache_file" ;;
11474 esac
11475 fi
11476 fi
b7026657 11477 else
81ecdfbb
RW
11478 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11479$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
11480 fi
11481fi
11482rm -f confcache
11483
11484test "x$prefix" = xNONE && prefix=$ac_default_prefix
11485# Let make expand exec_prefix.
11486test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11487
52d37d2c
MF
11488# Transform confdefs.h into DEFS.
11489# Protect against shell expansion while executing Makefile rules.
11490# Protect against Makefile macro expansion.
11491#
11492# If the first sed substitution is executed (which looks for macros that
11493# take arguments), then branch to the quote section. Otherwise,
11494# look for a macro that doesn't take arguments.
11495ac_script='
11496:mline
11497/\\$/{
11498 N
11499 s,\\\n,,
11500 b mline
11501}
11502t clear
11503:clear
11504s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
11505t quote
11506s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
11507t quote
11508b any
11509:quote
11510s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
11511s/\[/\\&/g
11512s/\]/\\&/g
11513s/\$/$$/g
11514H
11515:any
11516${
11517 g
11518 s/^\n//
11519 s/\n/ /g
11520 p
11521}
11522'
11523DEFS=`sed -n "$ac_script" confdefs.h`
11524
b7026657
AC
11525
11526ac_libobjs=
11527ac_ltlibobjs=
d0ac1c44 11528U=
b7026657
AC
11529for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11530 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11531 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11532 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11533 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11534 # will be set to the directory where LIBOBJS objects are built.
11535 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11536 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
11537done
11538LIBOBJS=$ac_libobjs
11539
11540LTLIBOBJS=$ac_ltlibobjs
11541
11542
0cb8d851 11543
6bb11ab3 11544if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 11545 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
11546Usually this means the macro was only invoked conditionally." "$LINENO" 5
11547fi
31e6ad7d 11548if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 11549 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
11550Usually this means the macro was only invoked conditionally." "$LINENO" 5
11551fi
b7026657 11552
d0ac1c44 11553: "${CONFIG_STATUS=./config.status}"
81ecdfbb 11554ac_write_fail=0
b7026657
AC
11555ac_clean_files_save=$ac_clean_files
11556ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11557{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11558$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11559as_write_fail=0
11560cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
11561#! $SHELL
11562# Generated by $as_me.
11563# Run this file to recreate the current configuration.
11564# Compiler output produced by configure, useful for debugging
11565# configure, is in config.log if it exists.
11566
11567debug=false
11568ac_cs_recheck=false
11569ac_cs_silent=false
b7026657 11570
81ecdfbb
RW
11571SHELL=\${CONFIG_SHELL-$SHELL}
11572export SHELL
11573_ASEOF
11574cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11575## -------------------- ##
11576## M4sh Initialization. ##
11577## -------------------- ##
11578
11579# Be more Bourne compatible
11580DUALCASE=1; export DUALCASE # for MKS sh
11581if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
11582 emulate sh
11583 NULLCMD=:
81ecdfbb 11584 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
11585 # is contrary to our usage. Disable this feature.
11586 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11587 setopt NO_GLOB_SUBST
11588else
11589 case `(set -o) 2>/dev/null` in #(
11590 *posix*) :
11591 set -o posix ;; #(
11592 *) :
11593 ;;
11594esac
b7026657 11595fi
b7026657 11596
81ecdfbb
RW
11597
11598as_nl='
11599'
11600export as_nl
11601# Printing a long string crashes Solaris 7 /usr/bin/printf.
11602as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11603as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11604as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11605# Prefer a ksh shell builtin over an external printf program on Solaris,
11606# but without wasting forks for bash or zsh.
11607if test -z "$BASH_VERSION$ZSH_VERSION" \
11608 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11609 as_echo='print -r --'
11610 as_echo_n='print -rn --'
11611elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11612 as_echo='printf %s\n'
11613 as_echo_n='printf %s'
11614else
11615 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11616 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11617 as_echo_n='/usr/ucb/echo -n'
11618 else
11619 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11620 as_echo_n_body='eval
11621 arg=$1;
11622 case $arg in #(
11623 *"$as_nl"*)
11624 expr "X$arg" : "X\\(.*\\)$as_nl";
11625 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11626 esac;
11627 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11628 '
11629 export as_echo_n_body
11630 as_echo_n='sh -c $as_echo_n_body as_echo'
11631 fi
11632 export as_echo_body
11633 as_echo='sh -c $as_echo_body as_echo'
11634fi
11635
11636# The user is always right.
11637if test "${PATH_SEPARATOR+set}" != set; then
11638 PATH_SEPARATOR=:
11639 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11640 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11641 PATH_SEPARATOR=';'
11642 }
b7026657
AC
11643fi
11644
11645
81ecdfbb
RW
11646# IFS
11647# We need space, tab and new line, in precisely that order. Quoting is
11648# there to prevent editors from complaining about space-tab.
11649# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11650# splitting by setting IFS to empty value.)
11651IFS=" "" $as_nl"
11652
11653# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 11654as_myself=
81ecdfbb
RW
11655case $0 in #((
11656 *[\\/]* ) as_myself=$0 ;;
11657 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11658for as_dir in $PATH
11659do
11660 IFS=$as_save_IFS
11661 test -z "$as_dir" && as_dir=.
11662 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11663 done
11664IFS=$as_save_IFS
11665
11666 ;;
11667esac
11668# We did not find ourselves, most probably we were run as `sh COMMAND'
11669# in which case we are not to be found in the path.
11670if test "x$as_myself" = x; then
11671 as_myself=$0
11672fi
11673if test ! -f "$as_myself"; then
11674 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11675 exit 1
11676fi
11677
11678# Unset variables that we do not need and which cause bugs (e.g. in
11679# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11680# suppresses any "Segmentation fault" message there. '((' could
11681# trigger a bug in pdksh 5.2.14.
11682for as_var in BASH_ENV ENV MAIL MAILPATH
11683do eval test x\${$as_var+set} = xset \
11684 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11685done
b7026657
AC
11686PS1='$ '
11687PS2='> '
11688PS4='+ '
11689
11690# NLS nuisances.
81ecdfbb
RW
11691LC_ALL=C
11692export LC_ALL
11693LANGUAGE=C
11694export LANGUAGE
11695
11696# CDPATH.
11697(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11698
11699
d0ac1c44
SM
11700# as_fn_error STATUS ERROR [LINENO LOG_FD]
11701# ----------------------------------------
81ecdfbb
RW
11702# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11703# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 11704# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
11705as_fn_error ()
11706{
d0ac1c44
SM
11707 as_status=$1; test $as_status -eq 0 && as_status=1
11708 if test "$4"; then
11709 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11710 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 11711 fi
d0ac1c44 11712 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
11713 as_fn_exit $as_status
11714} # as_fn_error
11715
11716
11717# as_fn_set_status STATUS
11718# -----------------------
11719# Set $? to STATUS, without forking.
11720as_fn_set_status ()
11721{
11722 return $1
11723} # as_fn_set_status
11724
11725# as_fn_exit STATUS
11726# -----------------
11727# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11728as_fn_exit ()
11729{
11730 set +e
11731 as_fn_set_status $1
11732 exit $1
11733} # as_fn_exit
11734
11735# as_fn_unset VAR
11736# ---------------
11737# Portably unset VAR.
11738as_fn_unset ()
11739{
11740 { eval $1=; unset $1;}
11741}
11742as_unset=as_fn_unset
11743# as_fn_append VAR VALUE
11744# ----------------------
11745# Append the text in VALUE to the end of the definition contained in VAR. Take
11746# advantage of any shell optimizations that allow amortized linear growth over
11747# repeated appends, instead of the typical quadratic growth present in naive
11748# implementations.
11749if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11750 eval 'as_fn_append ()
11751 {
11752 eval $1+=\$2
11753 }'
11754else
11755 as_fn_append ()
11756 {
11757 eval $1=\$$1\$2
11758 }
11759fi # as_fn_append
11760
11761# as_fn_arith ARG...
11762# ------------------
11763# Perform arithmetic evaluation on the ARGs, and store the result in the
11764# global $as_val. Take advantage of shells that can avoid forks. The arguments
11765# must be portable across $(()) and expr.
11766if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11767 eval 'as_fn_arith ()
11768 {
11769 as_val=$(( $* ))
11770 }'
11771else
11772 as_fn_arith ()
11773 {
11774 as_val=`expr "$@" || test $? -eq 1`
11775 }
11776fi # as_fn_arith
11777
b7026657 11778
81ecdfbb
RW
11779if expr a : '\(a\)' >/dev/null 2>&1 &&
11780 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 11781 as_expr=expr
c906108c 11782else
b7026657 11783 as_expr=false
c906108c
SS
11784fi
11785
81ecdfbb 11786if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
11787 as_basename=basename
11788else
11789 as_basename=false
11790fi
c906108c 11791
81ecdfbb
RW
11792if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11793 as_dirname=dirname
11794else
11795 as_dirname=false
11796fi
c906108c 11797
81ecdfbb 11798as_me=`$as_basename -- "$0" ||
b7026657
AC
11799$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11800 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
11801 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11802$as_echo X/"$0" |
11803 sed '/^.*\/\([^/][^/]*\)\/*$/{
11804 s//\1/
11805 q
11806 }
11807 /^X\/\(\/\/\)$/{
11808 s//\1/
11809 q
11810 }
11811 /^X\/\(\/\).*/{
11812 s//\1/
11813 q
11814 }
11815 s/.*/./; q'`
c906108c 11816
b7026657
AC
11817# Avoid depending upon Character Ranges.
11818as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11819as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11820as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11821as_cr_digits='0123456789'
11822as_cr_alnum=$as_cr_Letters$as_cr_digits
cd0fc7c3 11823
81ecdfbb
RW
11824ECHO_C= ECHO_N= ECHO_T=
11825case `echo -n x` in #(((((
11826-n*)
11827 case `echo 'xy\c'` in
11828 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11829 xy) ECHO_C='\c';;
11830 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11831 ECHO_T=' ';;
11832 esac;;
11833*)
11834 ECHO_N='-n';;
b7026657 11835esac
c906108c 11836
81ecdfbb
RW
11837rm -f conf$$ conf$$.exe conf$$.file
11838if test -d conf$$.dir; then
11839 rm -f conf$$.dir/conf$$.file
c906108c 11840else
81ecdfbb
RW
11841 rm -f conf$$.dir
11842 mkdir conf$$.dir 2>/dev/null
c906108c 11843fi
81ecdfbb
RW
11844if (echo >conf$$.file) 2>/dev/null; then
11845 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 11846 as_ln_s='ln -s'
81ecdfbb
RW
11847 # ... but there are two gotchas:
11848 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11849 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 11850 # In both cases, we have to default to `cp -pR'.
81ecdfbb 11851 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 11852 as_ln_s='cp -pR'
81ecdfbb
RW
11853 elif ln conf$$.file conf$$ 2>/dev/null; then
11854 as_ln_s=ln
11855 else
d0ac1c44 11856 as_ln_s='cp -pR'
b7026657 11857 fi
7a292a7a 11858else
d0ac1c44 11859 as_ln_s='cp -pR'
b7026657 11860fi
81ecdfbb
RW
11861rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11862rmdir conf$$.dir 2>/dev/null
11863
7a292a7a 11864
81ecdfbb
RW
11865# as_fn_mkdir_p
11866# -------------
11867# Create "$as_dir" as a directory, including parents if necessary.
11868as_fn_mkdir_p ()
11869{
11870
11871 case $as_dir in #(
11872 -*) as_dir=./$as_dir;;
11873 esac
11874 test -d "$as_dir" || eval $as_mkdir_p || {
11875 as_dirs=
11876 while :; do
11877 case $as_dir in #(
11878 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11879 *) as_qdir=$as_dir;;
11880 esac
11881 as_dirs="'$as_qdir' $as_dirs"
11882 as_dir=`$as_dirname -- "$as_dir" ||
11883$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11884 X"$as_dir" : 'X\(//\)[^/]' \| \
11885 X"$as_dir" : 'X\(//\)$' \| \
11886 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11887$as_echo X"$as_dir" |
11888 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11889 s//\1/
11890 q
11891 }
11892 /^X\(\/\/\)[^/].*/{
11893 s//\1/
11894 q
11895 }
11896 /^X\(\/\/\)$/{
11897 s//\1/
11898 q
11899 }
11900 /^X\(\/\).*/{
11901 s//\1/
11902 q
11903 }
11904 s/.*/./; q'`
11905 test -d "$as_dir" && break
11906 done
11907 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 11908 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
11909
11910
11911} # as_fn_mkdir_p
b7026657 11912if mkdir -p . 2>/dev/null; then
81ecdfbb 11913 as_mkdir_p='mkdir -p "$as_dir"'
7a292a7a 11914else
b7026657
AC
11915 test -d ./-p && rmdir ./-p
11916 as_mkdir_p=false
7a292a7a 11917fi
7a292a7a 11918
d0ac1c44
SM
11919
11920# as_fn_executable_p FILE
11921# -----------------------
11922# Test if FILE is an executable regular file.
11923as_fn_executable_p ()
11924{
11925 test -f "$1" && test -x "$1"
11926} # as_fn_executable_p
11927as_test_x='test -x'
11928as_executable_p=as_fn_executable_p
7a292a7a 11929
b7026657
AC
11930# Sed expression to map a string onto a valid CPP name.
11931as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7a292a7a 11932
b7026657
AC
11933# Sed expression to map a string onto a valid variable name.
11934as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11935
11936
b7026657 11937exec 6>&1
81ecdfbb
RW
11938## ----------------------------------- ##
11939## Main body of $CONFIG_STATUS script. ##
11940## ----------------------------------- ##
11941_ASEOF
11942test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11943
11944cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11945# Save the log message, to keep $0 and so on meaningful, and to
b7026657 11946# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
11947# values after options handling.
11948ac_log="
b7026657 11949This file was extended by $as_me, which was
d0ac1c44 11950generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
11951
11952 CONFIG_FILES = $CONFIG_FILES
11953 CONFIG_HEADERS = $CONFIG_HEADERS
11954 CONFIG_LINKS = $CONFIG_LINKS
11955 CONFIG_COMMANDS = $CONFIG_COMMANDS
11956 $ $0 $@
11957
81ecdfbb
RW
11958on `(hostname || uname -n) 2>/dev/null | sed 1q`
11959"
11960
b7026657
AC
11961_ACEOF
11962
81ecdfbb
RW
11963case $ac_config_files in *"
11964"*) set x $ac_config_files; shift; ac_config_files=$*;;
11965esac
c906108c 11966
b7026657 11967
c906108c 11968
81ecdfbb
RW
11969cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11970# Files that config.status was made for.
11971config_files="$ac_config_files"
81ecdfbb 11972config_commands="$ac_config_commands"
c906108c 11973
81ecdfbb 11974_ACEOF
c906108c 11975
81ecdfbb 11976cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 11977ac_cs_usage="\
81ecdfbb
RW
11978\`$as_me' instantiates files and other configuration actions
11979from templates according to the current configuration. Unless the files
11980and actions are specified as TAGs, all are instantiated by default.
c906108c 11981
81ecdfbb 11982Usage: $0 [OPTION]... [TAG]...
c906108c 11983
b7026657 11984 -h, --help print this help, then exit
81ecdfbb 11985 -V, --version print version number and configuration settings, then exit
d0ac1c44 11986 --config print configuration, then exit
81ecdfbb
RW
11987 -q, --quiet, --silent
11988 do not print progress messages
b7026657
AC
11989 -d, --debug don't remove temporary files
11990 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
11991 --file=FILE[:TEMPLATE]
11992 instantiate the configuration file FILE
379832de 11993
b7026657
AC
11994Configuration files:
11995$config_files
11996
b7026657
AC
11997Configuration commands:
11998$config_commands
11999
81ecdfbb 12000Report bugs to the package provider."
b7026657 12001
81ecdfbb
RW
12002_ACEOF
12003cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12004ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
12005ac_cs_version="\\
12006config.status
d0ac1c44
SM
12007configured by $0, generated by GNU Autoconf 2.69,
12008 with options \\"\$ac_cs_config\\"
b7026657 12009
d0ac1c44 12010Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
12011This config.status script is free software; the Free Software Foundation
12012gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12013
12014ac_pwd='$ac_pwd'
12015srcdir='$srcdir'
12016INSTALL='$INSTALL'
6bb11ab3 12017AWK='$AWK'
81ecdfbb 12018test -n "\$AWK" || AWK=awk
b7026657
AC
12019_ACEOF
12020
81ecdfbb
RW
12021cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12022# The default lists apply if the user does not specify any file.
b7026657
AC
12023ac_need_defaults=:
12024while test $# != 0
12025do
12026 case $1 in
d0ac1c44 12027 --*=?*)
81ecdfbb
RW
12028 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12029 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 12030 ac_shift=:
c906108c 12031 ;;
d0ac1c44
SM
12032 --*=)
12033 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12034 ac_optarg=
12035 ac_shift=:
12036 ;;
81ecdfbb 12037 *)
b7026657
AC
12038 ac_option=$1
12039 ac_optarg=$2
12040 ac_shift=shift
c906108c 12041 ;;
b7026657 12042 esac
c906108c 12043
b7026657
AC
12044 case $ac_option in
12045 # Handling of the options.
b7026657
AC
12046 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12047 ac_cs_recheck=: ;;
81ecdfbb
RW
12048 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12049 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12050 --config | --confi | --conf | --con | --co | --c )
12051 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12052 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
12053 debug=: ;;
12054 --file | --fil | --fi | --f )
12055 $ac_shift
81ecdfbb
RW
12056 case $ac_optarg in
12057 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12058 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12059 esac
12060 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657 12061 ac_need_defaults=false;;
52d37d2c 12062 --he | --h | --help | --hel | -h )
81ecdfbb 12063 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
12064 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12065 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12066 ac_cs_silent=: ;;
c906108c 12067
b7026657 12068 # This is an error.
d0ac1c44 12069 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12070Try \`$0 --help' for more information." ;;
c906108c 12071
81ecdfbb
RW
12072 *) as_fn_append ac_config_targets " $1"
12073 ac_need_defaults=false ;;
b7026657
AC
12074
12075 esac
12076 shift
12077done
12078
12079ac_configure_extra_args=
12080
12081if $ac_cs_silent; then
12082 exec 6>/dev/null
12083 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
12084fi
12085
b7026657 12086_ACEOF
81ecdfbb 12087cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 12088if \$ac_cs_recheck; then
d0ac1c44 12089 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12090 shift
12091 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12092 CONFIG_SHELL='$SHELL'
12093 export CONFIG_SHELL
12094 exec "\$@"
b7026657 12095fi
c906108c 12096
b7026657 12097_ACEOF
81ecdfbb
RW
12098cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12099exec 5>>config.log
12100{
12101 echo
12102 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12103## Running $as_me. ##
12104_ASBOX
12105 $as_echo "$ac_log"
12106} >&5
c906108c 12107
81ecdfbb
RW
12108_ACEOF
12109cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12110#
12111# INIT-COMMANDS
12112#
12113ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12114
6bb11ab3
L
12115
12116# The HP-UX ksh and POSIX shell print the target directory to stdout
12117# if CDPATH is set.
12118(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12119
12120sed_quote_subst='$sed_quote_subst'
12121double_quote_subst='$double_quote_subst'
12122delay_variable_subst='$delay_variable_subst'
12123macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12124macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12125enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12126enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12127pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12128enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12129SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12130ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12131host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12132host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12133host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12134build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12135build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12136build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12137SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12138Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12139GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12140EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12141FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12142LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12143NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12144LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12145max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12146ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12147exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12148lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12149lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12150lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12151reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12152reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12153OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12154deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12155file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12156AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12157AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12158STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12159RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12160old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12161old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12162old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12163lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12164CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12165CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12166compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12167GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12168lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12169lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12170lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12171lt_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"`'
12172objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12173MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12174lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12175lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12176lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12177lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12178lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12179need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12180DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12181NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12182LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12183OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12184OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12185libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12186shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12187extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12188archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12189enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12190export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12191whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12192compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12193old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12194old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12195archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12196archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12197module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12198module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12199with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12200allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12201no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12202hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12203hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12204hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12205hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12206hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12207hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12208hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12209hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12210inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12211link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12212fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12213always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12214export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12215exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12216include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12217prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12218file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12219variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12220need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12221need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12222version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12223runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12224shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12225shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12226libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12227library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12228soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12229install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12230postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12231postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12232finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12233finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12234hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12235sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12236sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12237hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12238enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12239enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12240enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12241old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12242striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12243
12244LTCC='$LTCC'
12245LTCFLAGS='$LTCFLAGS'
12246compiler='$compiler_DEFAULT'
12247
12248# A function that is used when there is no print builtin or printf.
12249func_fallback_echo ()
12250{
12251 eval 'cat <<_LTECHO_EOF
12252\$1
12253_LTECHO_EOF'
12254}
12255
12256# Quote evaled strings.
12257for var in SHELL \
12258ECHO \
12259SED \
12260GREP \
12261EGREP \
12262FGREP \
12263LD \
12264NM \
12265LN_S \
12266lt_SP2NL \
12267lt_NL2SP \
12268reload_flag \
12269OBJDUMP \
12270deplibs_check_method \
12271file_magic_cmd \
12272AR \
12273AR_FLAGS \
12274STRIP \
12275RANLIB \
12276CC \
12277CFLAGS \
12278compiler \
12279lt_cv_sys_global_symbol_pipe \
12280lt_cv_sys_global_symbol_to_cdecl \
12281lt_cv_sys_global_symbol_to_c_name_address \
12282lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12283lt_prog_compiler_no_builtin_flag \
12284lt_prog_compiler_wl \
12285lt_prog_compiler_pic \
12286lt_prog_compiler_static \
12287lt_cv_prog_compiler_c_o \
12288need_locks \
12289DSYMUTIL \
12290NMEDIT \
12291LIPO \
12292OTOOL \
12293OTOOL64 \
12294shrext_cmds \
12295export_dynamic_flag_spec \
12296whole_archive_flag_spec \
12297compiler_needs_object \
12298with_gnu_ld \
12299allow_undefined_flag \
12300no_undefined_flag \
12301hardcode_libdir_flag_spec \
12302hardcode_libdir_flag_spec_ld \
12303hardcode_libdir_separator \
12304fix_srcfile_path \
12305exclude_expsyms \
12306include_expsyms \
12307file_list_spec \
12308variables_saved_for_relink \
12309libname_spec \
12310library_names_spec \
12311soname_spec \
12312install_override_mode \
12313finish_eval \
12314old_striplib \
12315striplib; do
12316 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12317 *[\\\\\\\`\\"\\\$]*)
12318 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12319 ;;
12320 *)
12321 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12322 ;;
12323 esac
12324done
12325
12326# Double-quote double-evaled strings.
12327for var in reload_cmds \
12328old_postinstall_cmds \
12329old_postuninstall_cmds \
12330old_archive_cmds \
12331extract_expsyms_cmds \
12332old_archive_from_new_cmds \
12333old_archive_from_expsyms_cmds \
12334archive_cmds \
12335archive_expsym_cmds \
12336module_cmds \
12337module_expsym_cmds \
12338export_symbols_cmds \
12339prelink_cmds \
12340postinstall_cmds \
12341postuninstall_cmds \
12342finish_cmds \
12343sys_lib_search_path_spec \
12344sys_lib_dlsearch_path_spec; do
12345 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12346 *[\\\\\\\`\\"\\\$]*)
12347 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12348 ;;
12349 *)
12350 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12351 ;;
12352 esac
12353done
12354
12355ac_aux_dir='$ac_aux_dir'
12356xsi_shell='$xsi_shell'
12357lt_shell_append='$lt_shell_append'
12358
12359# See if we are running on zsh, and set the options which allow our
12360# commands through without removal of \ escapes INIT.
12361if test -n "\${ZSH_VERSION+set}" ; then
12362 setopt NO_GLOB_SUBST
12363fi
12364
12365
12366 PACKAGE='$PACKAGE'
12367 VERSION='$VERSION'
12368 TIMESTAMP='$TIMESTAMP'
12369 RM='$RM'
12370 ofile='$ofile'
12371
12372
12373
12374
81ecdfbb 12375_ACEOF
c906108c 12376
81ecdfbb 12377cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 12378
81ecdfbb 12379# Handling of arguments.
b7026657 12380for ac_config_target in $ac_config_targets
c906108c 12381do
81ecdfbb 12382 case $ac_config_target in
db2e4d67 12383 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12384 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12385 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12386 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12387 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12388 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12389 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12390
d0ac1c44 12391 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
12392 esac
12393done
12394
81ecdfbb 12395
b7026657
AC
12396# If the user did not use the arguments to specify the items to instantiate,
12397# then the envvar interface is used. Set only those that are not.
12398# We use the long form for the default assignment because of an extremely
12399# bizarre bug on SunOS 4.1.3.
12400if $ac_need_defaults; then
12401 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
b7026657
AC
12402 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12403fi
12404
12405# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12406# simply because there is no reason against having it here, and in addition,
b7026657 12407# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12408# Hook for its removal unless debugging.
12409# Note that there is a small window in which the directory will not be cleaned:
12410# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
12411$debug ||
12412{
d0ac1c44 12413 tmp= ac_tmp=
81ecdfbb 12414 trap 'exit_status=$?
d0ac1c44
SM
12415 : "${ac_tmp:=$tmp}"
12416 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
12417' 0
12418 trap 'as_fn_exit 1' 1 2 13 15
b7026657 12419}
b7026657
AC
12420# Create a (secure) tmp directory for tmp files.
12421
12422{
81ecdfbb 12423 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12424 test -d "$tmp"
b7026657
AC
12425} ||
12426{
81ecdfbb
RW
12427 tmp=./conf$$-$RANDOM
12428 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12429} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12430ac_tmp=$tmp
c906108c 12431
81ecdfbb
RW
12432# Set up the scripts for CONFIG_FILES section.
12433# No need to generate them if there are no CONFIG_FILES.
12434# This happens for instance with `./config.status config.h'.
12435if test -n "$CONFIG_FILES"; then
c906108c 12436
c906108c 12437
81ecdfbb
RW
12438ac_cr=`echo X | tr X '\015'`
12439# On cygwin, bash can eat \r inside `` if the user requested igncr.
12440# But we know of no other shell where ac_cr would be empty at this
12441# point, so we can use a bashism as a fallback.
12442if test "x$ac_cr" = x; then
12443 eval ac_cr=\$\'\\r\'
12444fi
12445ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12446if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 12447 ac_cs_awk_cr='\\r'
81ecdfbb
RW
12448else
12449 ac_cs_awk_cr=$ac_cr
12450fi
b7026657 12451
d0ac1c44 12452echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
12453_ACEOF
12454
81ecdfbb
RW
12455
12456{
12457 echo "cat >conf$$subs.awk <<_ACEOF" &&
12458 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12459 echo "_ACEOF"
12460} >conf$$subs.sh ||
d0ac1c44
SM
12461 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12462ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
12463ac_delim='%!_!# '
12464for ac_last_try in false false false false false :; do
12465 . ./conf$$subs.sh ||
d0ac1c44 12466 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12467
12468 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12469 if test $ac_delim_n = $ac_delim_num; then
12470 break
12471 elif $ac_last_try; then
d0ac1c44 12472 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12473 else
12474 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c906108c 12475 fi
81ecdfbb
RW
12476done
12477rm -f conf$$subs.sh
c906108c 12478
81ecdfbb 12479cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12480cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
b7026657 12481_ACEOF
81ecdfbb
RW
12482sed -n '
12483h
12484s/^/S["/; s/!.*/"]=/
12485p
12486g
12487s/^[^!]*!//
12488:repl
12489t repl
12490s/'"$ac_delim"'$//
12491t delim
12492:nl
12493h
d0ac1c44 12494s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12495t more1
12496s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12497p
12498n
12499b repl
12500:more1
12501s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12502p
12503g
12504s/.\{148\}//
12505t nl
12506:delim
12507h
d0ac1c44 12508s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12509t more2
12510s/["\\]/\\&/g; s/^/"/; s/$/"/
12511p
12512b
12513:more2
12514s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12515p
12516g
12517s/.\{148\}//
12518t delim
12519' <conf$$subs.awk | sed '
12520/^[^""]/{
12521 N
12522 s/\n//
12523}
12524' >>$CONFIG_STATUS || ac_write_fail=1
12525rm -f conf$$subs.awk
12526cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12527_ACAWK
d0ac1c44 12528cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
12529 for (key in S) S_is_set[key] = 1
12530 FS = "\a"
b7026657 12531
81ecdfbb
RW
12532}
12533{
12534 line = $ 0
12535 nfields = split(line, field, "@")
12536 substed = 0
12537 len = length(field[1])
12538 for (i = 2; i < nfields; i++) {
12539 key = field[i]
12540 keylen = length(key)
12541 if (S_is_set[key]) {
12542 value = S[key]
12543 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12544 len += length(value) + length(field[++i])
12545 substed = 1
12546 } else
12547 len += 1 + keylen
12548 }
12549
12550 print line
12551}
b7026657 12552
81ecdfbb
RW
12553_ACAWK
12554_ACEOF
12555cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12556if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12557 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 12558else
81ecdfbb 12559 cat
d0ac1c44
SM
12560fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12561 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 12562_ACEOF
c906108c 12563
d0ac1c44
SM
12564# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12565# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
12566# trailing colons and then remove the whole line if VPATH becomes empty
12567# (actually we leave an empty line to preserve line numbers).
12568if test "x$srcdir" = x.; then
d0ac1c44
SM
12569 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12570h
12571s///
12572s/^/:/
12573s/[ ]*$/:/
12574s/:\$(srcdir):/:/g
12575s/:\${srcdir}:/:/g
12576s/:@srcdir@:/:/g
12577s/^:*//
81ecdfbb 12578s/:*$//
d0ac1c44
SM
12579x
12580s/\(=[ ]*\).*/\1/
12581G
12582s/\n//
81ecdfbb
RW
12583s/^[^=]*=[ ]*$//
12584}'
12585fi
c906108c 12586
81ecdfbb
RW
12587cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12588fi # test -n "$CONFIG_FILES"
c906108c 12589
81ecdfbb 12590
52d37d2c 12591eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
81ecdfbb
RW
12592shift
12593for ac_tag
12594do
12595 case $ac_tag in
12596 :[FHLC]) ac_mode=$ac_tag; continue;;
12597 esac
12598 case $ac_mode$ac_tag in
12599 :[FHL]*:*);;
d0ac1c44 12600 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
12601 :[FH]-) ac_tag=-:-;;
12602 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 12603 esac
81ecdfbb
RW
12604 ac_save_IFS=$IFS
12605 IFS=:
12606 set x $ac_tag
12607 IFS=$ac_save_IFS
12608 shift
12609 ac_file=$1
12610 shift
c906108c 12611
81ecdfbb
RW
12612 case $ac_mode in
12613 :L) ac_source=$1;;
12614 :[FH])
12615 ac_file_inputs=
12616 for ac_f
12617 do
12618 case $ac_f in
d0ac1c44 12619 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
12620 *) # Look for the file first in the build tree, then in the source tree
12621 # (if the path is not absolute). The absolute path cannot be DOS-style,
12622 # because $ac_f cannot contain `:'.
12623 test -f "$ac_f" ||
12624 case $ac_f in
12625 [\\/$]*) false;;
12626 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12627 esac ||
d0ac1c44 12628 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 12629 esac
81ecdfbb
RW
12630 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12631 as_fn_append ac_file_inputs " '$ac_f'"
12632 done
b7026657 12633
81ecdfbb
RW
12634 # Let's still pretend it is `configure' which instantiates (i.e., don't
12635 # use $as_me), people would be surprised to read:
12636 # /* config.h. Generated by config.status. */
12637 configure_input='Generated from '`
12638 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12639 `' by configure.'
12640 if test x"$ac_file" != x-; then
12641 configure_input="$ac_file. $configure_input"
12642 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12643$as_echo "$as_me: creating $ac_file" >&6;}
12644 fi
12645 # Neutralize special characters interpreted by sed in replacement strings.
12646 case $configure_input in #(
12647 *\&* | *\|* | *\\* )
12648 ac_sed_conf_input=`$as_echo "$configure_input" |
12649 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12650 *) ac_sed_conf_input=$configure_input;;
12651 esac
b7026657 12652
81ecdfbb 12653 case $ac_tag in
d0ac1c44
SM
12654 *:-:* | *:-) cat >"$ac_tmp/stdin" \
12655 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
12656 esac
12657 ;;
12658 esac
b7026657 12659
81ecdfbb 12660 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
12661$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12662 X"$ac_file" : 'X\(//\)[^/]' \| \
12663 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
12664 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12665$as_echo X"$ac_file" |
12666 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12667 s//\1/
12668 q
12669 }
12670 /^X\(\/\/\)[^/].*/{
12671 s//\1/
12672 q
12673 }
12674 /^X\(\/\/\)$/{
12675 s//\1/
12676 q
12677 }
12678 /^X\(\/\).*/{
12679 s//\1/
12680 q
12681 }
12682 s/.*/./; q'`
12683 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
12684 ac_builddir=.
12685
81ecdfbb
RW
12686case "$ac_dir" in
12687.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12688*)
12689 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12690 # A ".." for each directory in $ac_dir_suffix.
12691 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12692 case $ac_top_builddir_sub in
12693 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12694 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12695 esac ;;
12696esac
12697ac_abs_top_builddir=$ac_pwd
12698ac_abs_builddir=$ac_pwd$ac_dir_suffix
12699# for backward compatibility:
12700ac_top_builddir=$ac_top_build_prefix
b7026657
AC
12701
12702case $srcdir in
81ecdfbb 12703 .) # We are building in place.
b7026657 12704 ac_srcdir=.
81ecdfbb
RW
12705 ac_top_srcdir=$ac_top_builddir_sub
12706 ac_abs_top_srcdir=$ac_pwd ;;
12707 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 12708 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
12709 ac_top_srcdir=$srcdir
12710 ac_abs_top_srcdir=$srcdir ;;
12711 *) # Relative name.
12712 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12713 ac_top_srcdir=$ac_top_build_prefix$srcdir
12714 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 12715esac
81ecdfbb 12716ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 12717
c906108c 12718
81ecdfbb
RW
12719 case $ac_mode in
12720 :F)
12721 #
12722 # CONFIG_FILE
12723 #
b7026657 12724
81ecdfbb
RW
12725 case $INSTALL in
12726 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12727 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 12728 esac
81ecdfbb 12729_ACEOF
c906108c 12730
81ecdfbb
RW
12731cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12732# If the template does not know about datarootdir, expand it.
12733# FIXME: This hack should be removed a few years after 2.60.
12734ac_datarootdir_hack=; ac_datarootdir_seen=
12735ac_sed_dataroot='
12736/datarootdir/ {
12737 p
12738 q
12739}
12740/@datadir@/p
12741/@docdir@/p
12742/@infodir@/p
12743/@localedir@/p
12744/@mandir@/p'
12745case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12746*datarootdir*) ac_datarootdir_seen=yes;;
12747*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12748 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12749$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12750_ACEOF
12751cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12752 ac_datarootdir_hack='
12753 s&@datadir@&$datadir&g
12754 s&@docdir@&$docdir&g
12755 s&@infodir@&$infodir&g
12756 s&@localedir@&$localedir&g
12757 s&@mandir@&$mandir&g
12758 s&\\\${datarootdir}&$datarootdir&g' ;;
12759esac
b7026657 12760_ACEOF
b7026657 12761
81ecdfbb
RW
12762# Neutralize VPATH when `$srcdir' = `.'.
12763# Shell code in configure.ac might set extrasub.
12764# FIXME: do we really want to maintain this feature?
12765cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12766ac_sed_extra="$ac_vpsub
12767$extrasub
12768_ACEOF
12769cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12770:t
12771/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12772s|@configure_input@|$ac_sed_conf_input|;t t
12773s&@top_builddir@&$ac_top_builddir_sub&;t t
12774s&@top_build_prefix@&$ac_top_build_prefix&;t t
12775s&@srcdir@&$ac_srcdir&;t t
12776s&@abs_srcdir@&$ac_abs_srcdir&;t t
12777s&@top_srcdir@&$ac_top_srcdir&;t t
12778s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12779s&@builddir@&$ac_builddir&;t t
12780s&@abs_builddir@&$ac_abs_builddir&;t t
12781s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12782s&@INSTALL@&$ac_INSTALL&;t t
12783$ac_datarootdir_hack
12784"
d0ac1c44
SM
12785eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
12786 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
12787
12788test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
12789 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
12790 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
12791 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 12792 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 12793which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 12794$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 12795which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 12796
d0ac1c44 12797 rm -f "$ac_tmp/stdin"
81ecdfbb 12798 case $ac_file in
d0ac1c44
SM
12799 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
12800 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 12801 esac \
d0ac1c44 12802 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 12803 ;;
52d37d2c 12804
b7026657 12805
81ecdfbb
RW
12806 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12807$as_echo "$as_me: executing $ac_file commands" >&6;}
12808 ;;
12809 esac
b7026657
AC
12810
12811
81ecdfbb 12812 case $ac_file$ac_mode in
db2e4d67 12813 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
12814 "libtool":C)
12815
12816 # See if we are running on zsh, and set the options which allow our
12817 # commands through without removal of \ escapes.
12818 if test -n "${ZSH_VERSION+set}" ; then
12819 setopt NO_GLOB_SUBST
12820 fi
12821
12822 cfgfile="${ofile}T"
12823 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12824 $RM "$cfgfile"
12825
12826 cat <<_LT_EOF >> "$cfgfile"
12827#! $SHELL
12828
12829# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12830# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12831# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12832# NOTE: Changes made to this file will be lost: look at ltmain.sh.
12833#
12834# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12835# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
12836# Written by Gordon Matzigkeit, 1996
12837#
12838# This file is part of GNU Libtool.
12839#
12840# GNU Libtool is free software; you can redistribute it and/or
12841# modify it under the terms of the GNU General Public License as
12842# published by the Free Software Foundation; either version 2 of
12843# the License, or (at your option) any later version.
12844#
12845# As a special exception to the GNU General Public License,
12846# if you distribute this file as part of a program or library that
12847# is built using GNU Libtool, you may include this file under the
12848# same distribution terms that you use for the rest of that program.
12849#
12850# GNU Libtool is distributed in the hope that it will be useful,
12851# but WITHOUT ANY WARRANTY; without even the implied warranty of
12852# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12853# GNU General Public License for more details.
12854#
12855# You should have received a copy of the GNU General Public License
12856# along with GNU Libtool; see the file COPYING. If not, a copy
12857# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12858# obtained by writing to the Free Software Foundation, Inc.,
12859# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12860
12861
12862# The names of the tagged configurations supported by this script.
12863available_tags=""
12864
12865# ### BEGIN LIBTOOL CONFIG
12866
12867# Which release of libtool.m4 was used?
12868macro_version=$macro_version
12869macro_revision=$macro_revision
12870
12871# Whether or not to build shared libraries.
12872build_libtool_libs=$enable_shared
12873
12874# Whether or not to build static libraries.
12875build_old_libs=$enable_static
12876
12877# What type of objects to build.
12878pic_mode=$pic_mode
12879
12880# Whether or not to optimize for fast installation.
12881fast_install=$enable_fast_install
12882
12883# Shell to use when invoking shell scripts.
12884SHELL=$lt_SHELL
12885
12886# An echo program that protects backslashes.
12887ECHO=$lt_ECHO
12888
12889# The host system.
12890host_alias=$host_alias
12891host=$host
12892host_os=$host_os
12893
12894# The build system.
12895build_alias=$build_alias
12896build=$build
12897build_os=$build_os
12898
12899# A sed program that does not truncate output.
12900SED=$lt_SED
12901
12902# Sed that helps us avoid accidentally triggering echo(1) options like -n.
12903Xsed="\$SED -e 1s/^X//"
12904
12905# A grep program that handles long lines.
12906GREP=$lt_GREP
12907
12908# An ERE matcher.
12909EGREP=$lt_EGREP
12910
12911# A literal string matcher.
12912FGREP=$lt_FGREP
12913
12914# A BSD- or MS-compatible name lister.
12915NM=$lt_NM
12916
12917# Whether we need soft or hard links.
12918LN_S=$lt_LN_S
12919
12920# What is the maximum length of a command?
12921max_cmd_len=$max_cmd_len
12922
12923# Object file suffix (normally "o").
12924objext=$ac_objext
12925
12926# Executable file suffix (normally "").
12927exeext=$exeext
12928
12929# whether the shell understands "unset".
12930lt_unset=$lt_unset
12931
12932# turn spaces into newlines.
12933SP2NL=$lt_lt_SP2NL
12934
12935# turn newlines into spaces.
12936NL2SP=$lt_lt_NL2SP
12937
12938# An object symbol dumper.
12939OBJDUMP=$lt_OBJDUMP
12940
12941# Method to check whether dependent libraries are shared objects.
12942deplibs_check_method=$lt_deplibs_check_method
12943
12944# Command to use when deplibs_check_method == "file_magic".
12945file_magic_cmd=$lt_file_magic_cmd
12946
12947# The archiver.
12948AR=$lt_AR
12949AR_FLAGS=$lt_AR_FLAGS
12950
12951# A symbol stripping program.
12952STRIP=$lt_STRIP
12953
12954# Commands used to install an old-style archive.
12955RANLIB=$lt_RANLIB
12956old_postinstall_cmds=$lt_old_postinstall_cmds
12957old_postuninstall_cmds=$lt_old_postuninstall_cmds
12958
12959# Whether to use a lock for old archive extraction.
12960lock_old_archive_extraction=$lock_old_archive_extraction
12961
12962# A C compiler.
12963LTCC=$lt_CC
12964
12965# LTCC compiler flags.
12966LTCFLAGS=$lt_CFLAGS
12967
12968# Take the output of nm and produce a listing of raw symbols and C names.
12969global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
12970
12971# Transform the output of nm in a proper C declaration.
12972global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
12973
12974# Transform the output of nm in a C name address pair.
12975global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
12976
12977# Transform the output of nm in a C name address pair when lib prefix is needed.
12978global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
12979
12980# The name of the directory that contains temporary libtool files.
12981objdir=$objdir
12982
12983# Used to examine libraries when file_magic_cmd begins with "file".
12984MAGIC_CMD=$MAGIC_CMD
12985
12986# Must we lock files when doing compilation?
12987need_locks=$lt_need_locks
12988
12989# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
12990DSYMUTIL=$lt_DSYMUTIL
12991
12992# Tool to change global to local symbols on Mac OS X.
12993NMEDIT=$lt_NMEDIT
12994
12995# Tool to manipulate fat objects and archives on Mac OS X.
12996LIPO=$lt_LIPO
12997
12998# ldd/readelf like tool for Mach-O binaries on Mac OS X.
12999OTOOL=$lt_OTOOL
13000
13001# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13002OTOOL64=$lt_OTOOL64
13003
13004# Old archive suffix (normally "a").
13005libext=$libext
13006
13007# Shared library suffix (normally ".so").
13008shrext_cmds=$lt_shrext_cmds
13009
13010# The commands to extract the exported symbol list from a shared archive.
13011extract_expsyms_cmds=$lt_extract_expsyms_cmds
13012
13013# Variables whose values should be saved in libtool wrapper scripts and
13014# restored at link time.
13015variables_saved_for_relink=$lt_variables_saved_for_relink
13016
13017# Do we need the "lib" prefix for modules?
13018need_lib_prefix=$need_lib_prefix
13019
13020# Do we need a version for libraries?
13021need_version=$need_version
13022
13023# Library versioning type.
13024version_type=$version_type
13025
13026# Shared library runtime path variable.
13027runpath_var=$runpath_var
13028
13029# Shared library path variable.
13030shlibpath_var=$shlibpath_var
13031
13032# Is shlibpath searched before the hard-coded library search path?
13033shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13034
13035# Format of library name prefix.
13036libname_spec=$lt_libname_spec
13037
13038# List of archive names. First name is the real one, the rest are links.
13039# The last name is the one that the linker finds with -lNAME
13040library_names_spec=$lt_library_names_spec
13041
13042# The coded name of the library, if different from the real name.
13043soname_spec=$lt_soname_spec
13044
13045# Permission mode override for installation of shared libraries.
13046install_override_mode=$lt_install_override_mode
13047
13048# Command to use after installation of a shared archive.
13049postinstall_cmds=$lt_postinstall_cmds
13050
13051# Command to use after uninstallation of a shared archive.
13052postuninstall_cmds=$lt_postuninstall_cmds
13053
13054# Commands used to finish a libtool library installation in a directory.
13055finish_cmds=$lt_finish_cmds
13056
13057# As "finish_cmds", except a single script fragment to be evaled but
13058# not shown.
13059finish_eval=$lt_finish_eval
13060
13061# Whether we should hardcode library paths into libraries.
13062hardcode_into_libs=$hardcode_into_libs
13063
13064# Compile-time system search path for libraries.
13065sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13066
13067# Run-time system search path for libraries.
13068sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13069
13070# Whether dlopen is supported.
13071dlopen_support=$enable_dlopen
13072
13073# Whether dlopen of programs is supported.
13074dlopen_self=$enable_dlopen_self
13075
13076# Whether dlopen of statically linked programs is supported.
13077dlopen_self_static=$enable_dlopen_self_static
13078
13079# Commands to strip libraries.
13080old_striplib=$lt_old_striplib
13081striplib=$lt_striplib
13082
13083
13084# The linker used to build libraries.
13085LD=$lt_LD
13086
13087# How to create reloadable object files.
13088reload_flag=$lt_reload_flag
13089reload_cmds=$lt_reload_cmds
13090
13091# Commands used to build an old-style archive.
13092old_archive_cmds=$lt_old_archive_cmds
13093
13094# A language specific compiler.
13095CC=$lt_compiler
13096
13097# Is the compiler the GNU compiler?
13098with_gcc=$GCC
13099
13100# Compiler flag to turn off builtin functions.
13101no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13102
13103# How to pass a linker flag through the compiler.
13104wl=$lt_lt_prog_compiler_wl
13105
13106# Additional compiler flags for building library objects.
13107pic_flag=$lt_lt_prog_compiler_pic
13108
13109# Compiler flag to prevent dynamic linking.
13110link_static_flag=$lt_lt_prog_compiler_static
13111
13112# Does compiler simultaneously support -c and -o options?
13113compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13114
13115# Whether or not to add -lc for building shared libraries.
13116build_libtool_need_lc=$archive_cmds_need_lc
13117
13118# Whether or not to disallow shared libs when runtime libs are static.
13119allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13120
13121# Compiler flag to allow reflexive dlopens.
13122export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13123
13124# Compiler flag to generate shared objects directly from archives.
13125whole_archive_flag_spec=$lt_whole_archive_flag_spec
13126
13127# Whether the compiler copes with passing no objects directly.
13128compiler_needs_object=$lt_compiler_needs_object
13129
13130# Create an old-style archive from a shared archive.
13131old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13132
13133# Create a temporary old-style archive to link instead of a shared archive.
13134old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13135
13136# Commands used to build a shared archive.
13137archive_cmds=$lt_archive_cmds
13138archive_expsym_cmds=$lt_archive_expsym_cmds
13139
13140# Commands used to build a loadable module if different from building
13141# a shared archive.
13142module_cmds=$lt_module_cmds
13143module_expsym_cmds=$lt_module_expsym_cmds
13144
13145# Whether we are building with GNU ld or not.
13146with_gnu_ld=$lt_with_gnu_ld
13147
13148# Flag that allows shared libraries with undefined symbols to be built.
13149allow_undefined_flag=$lt_allow_undefined_flag
13150
13151# Flag that enforces no undefined symbols.
13152no_undefined_flag=$lt_no_undefined_flag
13153
13154# Flag to hardcode \$libdir into a binary during linking.
13155# This must work even if \$libdir does not exist
13156hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13157
13158# If ld is used when linking, flag to hardcode \$libdir into a binary
13159# during linking. This must work even if \$libdir does not exist.
13160hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13161
13162# Whether we need a single "-rpath" flag with a separated argument.
13163hardcode_libdir_separator=$lt_hardcode_libdir_separator
13164
13165# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13166# DIR into the resulting binary.
13167hardcode_direct=$hardcode_direct
13168
13169# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13170# DIR into the resulting binary and the resulting library dependency is
13171# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13172# library is relocated.
13173hardcode_direct_absolute=$hardcode_direct_absolute
13174
13175# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13176# into the resulting binary.
13177hardcode_minus_L=$hardcode_minus_L
13178
13179# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13180# into the resulting binary.
13181hardcode_shlibpath_var=$hardcode_shlibpath_var
13182
13183# Set to "yes" if building a shared library automatically hardcodes DIR
13184# into the library and all subsequent libraries and executables linked
13185# against it.
13186hardcode_automatic=$hardcode_automatic
13187
13188# Set to yes if linker adds runtime paths of dependent libraries
13189# to runtime path list.
13190inherit_rpath=$inherit_rpath
13191
13192# Whether libtool must link a program against all its dependency libraries.
13193link_all_deplibs=$link_all_deplibs
13194
13195# Fix the shell variable \$srcfile for the compiler.
13196fix_srcfile_path=$lt_fix_srcfile_path
13197
13198# Set to "yes" if exported symbols are required.
13199always_export_symbols=$always_export_symbols
13200
13201# The commands to list exported symbols.
13202export_symbols_cmds=$lt_export_symbols_cmds
13203
13204# Symbols that should not be listed in the preloaded symbols.
13205exclude_expsyms=$lt_exclude_expsyms
13206
13207# Symbols that must always be exported.
13208include_expsyms=$lt_include_expsyms
13209
13210# Commands necessary for linking programs (against libraries) with templates.
13211prelink_cmds=$lt_prelink_cmds
13212
13213# Specify filename containing input files.
13214file_list_spec=$lt_file_list_spec
13215
13216# How to hardcode a shared library path into an executable.
13217hardcode_action=$hardcode_action
13218
13219# ### END LIBTOOL CONFIG
13220
13221_LT_EOF
13222
13223 case $host_os in
13224 aix3*)
13225 cat <<\_LT_EOF >> "$cfgfile"
13226# AIX sometimes has problems with the GCC collect2 program. For some
13227# reason, if we set the COLLECT_NAMES environment variable, the problems
13228# vanish in a puff of smoke.
13229if test "X${COLLECT_NAMES+set}" != Xset; then
13230 COLLECT_NAMES=
13231 export COLLECT_NAMES
13232fi
13233_LT_EOF
13234 ;;
13235 esac
13236
13237
13238ltmain="$ac_aux_dir/ltmain.sh"
13239
13240
13241 # We use sed instead of cat because bash on DJGPP gets confused if
13242 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13243 # text mode, it properly converts lines to CR/LF. This bash problem
13244 # is reportedly fixed, but why not run on old versions too?
13245 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13246 || (rm -f "$cfgfile"; exit 1)
13247
13248 case $xsi_shell in
13249 yes)
13250 cat << \_LT_EOF >> "$cfgfile"
13251
13252# func_dirname file append nondir_replacement
13253# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13254# otherwise set result to NONDIR_REPLACEMENT.
13255func_dirname ()
13256{
13257 case ${1} in
13258 */*) func_dirname_result="${1%/*}${2}" ;;
13259 * ) func_dirname_result="${3}" ;;
13260 esac
13261}
13262
13263# func_basename file
13264func_basename ()
13265{
13266 func_basename_result="${1##*/}"
13267}
13268
13269# func_dirname_and_basename file append nondir_replacement
13270# perform func_basename and func_dirname in a single function
13271# call:
13272# dirname: Compute the dirname of FILE. If nonempty,
13273# add APPEND to the result, otherwise set result
13274# to NONDIR_REPLACEMENT.
13275# value returned in "$func_dirname_result"
13276# basename: Compute filename of FILE.
13277# value retuned in "$func_basename_result"
13278# Implementation must be kept synchronized with func_dirname
13279# and func_basename. For efficiency, we do not delegate to
13280# those functions but instead duplicate the functionality here.
13281func_dirname_and_basename ()
13282{
13283 case ${1} in
13284 */*) func_dirname_result="${1%/*}${2}" ;;
13285 * ) func_dirname_result="${3}" ;;
13286 esac
13287 func_basename_result="${1##*/}"
13288}
13289
13290# func_stripname prefix suffix name
13291# strip PREFIX and SUFFIX off of NAME.
13292# PREFIX and SUFFIX must not contain globbing or regex special
13293# characters, hashes, percent signs, but SUFFIX may contain a leading
13294# dot (in which case that matches only a dot).
13295func_stripname ()
13296{
13297 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13298 # positional parameters, so assign one to ordinary parameter first.
13299 func_stripname_result=${3}
13300 func_stripname_result=${func_stripname_result#"${1}"}
13301 func_stripname_result=${func_stripname_result%"${2}"}
13302}
13303
13304# func_opt_split
13305func_opt_split ()
13306{
13307 func_opt_split_opt=${1%%=*}
13308 func_opt_split_arg=${1#*=}
13309}
13310
13311# func_lo2o object
13312func_lo2o ()
13313{
13314 case ${1} in
13315 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13316 *) func_lo2o_result=${1} ;;
13317 esac
13318}
13319
13320# func_xform libobj-or-source
13321func_xform ()
13322{
13323 func_xform_result=${1%.*}.lo
13324}
13325
13326# func_arith arithmetic-term...
13327func_arith ()
13328{
13329 func_arith_result=$(( $* ))
13330}
13331
13332# func_len string
13333# STRING may not start with a hyphen.
13334func_len ()
13335{
13336 func_len_result=${#1}
13337}
13338
13339_LT_EOF
13340 ;;
13341 *) # Bourne compatible functions.
13342 cat << \_LT_EOF >> "$cfgfile"
13343
13344# func_dirname file append nondir_replacement
13345# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13346# otherwise set result to NONDIR_REPLACEMENT.
13347func_dirname ()
13348{
13349 # Extract subdirectory from the argument.
13350 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13351 if test "X$func_dirname_result" = "X${1}"; then
13352 func_dirname_result="${3}"
13353 else
13354 func_dirname_result="$func_dirname_result${2}"
13355 fi
13356}
13357
13358# func_basename file
13359func_basename ()
13360{
13361 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13362}
13363
13364
13365# func_stripname prefix suffix name
13366# strip PREFIX and SUFFIX off of NAME.
13367# PREFIX and SUFFIX must not contain globbing or regex special
13368# characters, hashes, percent signs, but SUFFIX may contain a leading
13369# dot (in which case that matches only a dot).
13370# func_strip_suffix prefix name
13371func_stripname ()
13372{
13373 case ${2} in
13374 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13375 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13376 esac
13377}
13378
13379# sed scripts:
13380my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13381my_sed_long_arg='1s/^-[^=]*=//'
13382
13383# func_opt_split
13384func_opt_split ()
13385{
13386 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13387 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13388}
13389
13390# func_lo2o object
13391func_lo2o ()
13392{
13393 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13394}
13395
13396# func_xform libobj-or-source
13397func_xform ()
13398{
13399 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13400}
13401
13402# func_arith arithmetic-term...
13403func_arith ()
13404{
13405 func_arith_result=`expr "$@"`
13406}
13407
13408# func_len string
13409# STRING may not start with a hyphen.
13410func_len ()
13411{
13412 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13413}
13414
13415_LT_EOF
13416esac
13417
13418case $lt_shell_append in
13419 yes)
13420 cat << \_LT_EOF >> "$cfgfile"
13421
13422# func_append var value
13423# Append VALUE to the end of shell variable VAR.
13424func_append ()
13425{
13426 eval "$1+=\$2"
13427}
13428_LT_EOF
13429 ;;
13430 *)
13431 cat << \_LT_EOF >> "$cfgfile"
13432
13433# func_append var value
13434# Append VALUE to the end of shell variable VAR.
13435func_append ()
13436{
13437 eval "$1=\$$1\$2"
13438}
13439
13440_LT_EOF
13441 ;;
13442 esac
13443
13444
13445 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13446 || (rm -f "$cfgfile"; exit 1)
13447
13448 mv -f "$cfgfile" "$ofile" ||
13449 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13450 chmod +x "$ofile"
13451
13452 ;;
81ecdfbb 13453 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
13454 rm -f Makesim1.tmp Makesim2.tmp Makefile
13455 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13456 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13457 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
13458 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13459 <Makefile.sim >Makefile
38f48d72 13460 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 13461 ;;
81ecdfbb
RW
13462 "stamp-h":C) echo > stamp-h ;;
13463
b7026657 13464 esac
81ecdfbb 13465done # for ac_tag
c906108c 13466
b7026657 13467
81ecdfbb 13468as_fn_exit 0
b7026657 13469_ACEOF
b7026657
AC
13470ac_clean_files=$ac_clean_files_save
13471
81ecdfbb 13472test $ac_write_fail = 0 ||
d0ac1c44 13473 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 13474
b7026657
AC
13475
13476# configure is writing to config.log, and then calls config.status.
13477# config.status does its own redirection, appending to config.log.
13478# Unfortunately, on DOS this fails, as config.log is still kept open
13479# by configure, so config.status won't be able to write to it; its
13480# output is simply discarded. So we exec the FD to /dev/null,
13481# effectively closing config.log, so it can be properly (re)opened and
13482# appended to by config.status. When coming back to configure, we
13483# need to make the FD available again.
13484if test "$no_create" != yes; then
13485 ac_cs_success=:
13486 ac_config_status_args=
13487 test "$silent" = yes &&
13488 ac_config_status_args="$ac_config_status_args --quiet"
13489 exec 5>/dev/null
13490 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13491 exec 5>>config.log
13492 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13493 # would make configure fail if this is the last instruction.
d0ac1c44 13494 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
13495fi
13496if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13497 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13498$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 13499fi
c906108c
SS
13500
13501