]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/frv/configure
sim: move -Werror disabling to Makefile
[thirdparty/binutils-gdb.git] / sim / frv / configure
CommitLineData
b34f6357 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## -------------------- ##
b34f6357 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
b34f6357 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
b34f6357
DB
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='+ '
b34f6357 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
b34f6357 309
81ecdfbb
RW
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
81ecdfbb
RW
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
426
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
429 as_expr=expr
430else
431 as_expr=false
432fi
b34f6357 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
b34f6357 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
b34f6357 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'`
b34f6357 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
b34f6357 471
b34f6357 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}
b34f6357 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
b34f6357 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
b34f6357 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
b34f6357 554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
b34f6357 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'"
b34f6357 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'"
b34f6357 563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
b34f6357 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
b34f6357 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`
b34f6357 574
b34f6357 575#
b7026657 576# Initializations.
b34f6357 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"
b34f6357 631
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
760b3e8b
MF
634sim_reserved_bits
635sim_float
636sim_bitsize
81ecdfbb
RW
637cgen_breaks
638sim_trapdump
639cgen
640cgendir
641CGEN_MAINT
81ecdfbb 642MAINT
31e6ad7d
MF
643MAINTAINER_MODE_FALSE
644MAINTAINER_MODE_TRUE
6bb11ab3
L
645lt_cv_dlopen_libs
646OTOOL64
647OTOOL
648LIPO
649NMEDIT
650DSYMUTIL
651AWK
652STRIP
653OBJDUMP
654LN_S
655NM
656ac_ct_DUMPBIN
657DUMPBIN
658LD
659FGREP
660SED
661LIBTOOL
662PLUGINS_FALSE
663PLUGINS_TRUE
aadc9410
MF
664zlibinc
665zlibdir
81ecdfbb
RW
666CATOBJEXT
667GENCAT
668INSTOBJEXT
669DATADIRNAME
670CATALOGS
671POSUB
672GMSGFMT
673XGETTEXT
674INCINTL
675LIBINTL_DEP
676LIBINTL
677USE_NLS
db2e4d67
MF
678CCDEPMODE
679DEPDIR
680am__leading_dot
46f900c0 681C_DIALECT
81ecdfbb
RW
682RANLIB
683AR
c2783492 684LDFLAGS_FOR_BUILD
c25ea03d 685CFLAGS_FOR_BUILD
aa0fca16 686RANLIB_FOR_BUILD
81ecdfbb 687CC_FOR_BUILD
aa0fca16 688AR_FOR_BUILD
81ecdfbb
RW
689INSTALL_DATA
690INSTALL_SCRIPT
691INSTALL_PROGRAM
2232061b
MF
692EGREP
693GREP
c2783492
MF
694CPP
695OBJEXT
696EXEEXT
697ac_ct_CC
698CPPFLAGS
699LDFLAGS
700CFLAGS
701CC
81ecdfbb
RW
702target_os
703target_vendor
704target_cpu
705target
706host_os
707host_vendor
708host_cpu
709host
710build_os
711build_vendor
712build_cpu
713build
81ecdfbb
RW
714target_alias
715host_alias
716build_alias
717LIBS
718ECHO_T
719ECHO_N
720ECHO_C
721DEFS
722mandir
723localedir
724libdir
725psdir
726pdfdir
727dvidir
728htmldir
729infodir
730docdir
731oldincludedir
732includedir
733localstatedir
734sharedstatedir
735sysconfdir
736datadir
737datarootdir
738libexecdir
739sbindir
740bindir
741program_transform_name
742prefix
743exec_prefix
744PACKAGE_URL
745PACKAGE_BUGREPORT
746PACKAGE_STRING
747PACKAGE_VERSION
748PACKAGE_TARNAME
749PACKAGE_NAME
750PATH_SEPARATOR
136da8cd
MF
751SHELL
752WERROR_CFLAGS
753WARN_CFLAGS
760b3e8b 754sim_scache
136da8cd
MF
755sim_inline
756sim_hw
757sim_hw_objs
758sim_hw_cflags
ba307cdd 759sim_default_model'
b7026657 760ac_subst_files=''
81ecdfbb
RW
761ac_user_opts='
762enable_option_checking
aadc9410 763with_system_zlib
6bb11ab3
L
764enable_plugins
765enable_shared
766enable_static
767with_pic
768enable_fast_install
769with_gnu_ld
770enable_libtool_lock
81ecdfbb 771enable_maintainer_mode
347fe5bb 772enable_sim_inline
81ecdfbb
RW
773enable_sim_scache
774enable_sim_default_model
982c3a65
MF
775enable_cgen_maint
776enable_sim_trapdump
5c1008a4
MF
777enable_werror
778enable_build_warnings
779enable_sim_build_warnings
94c63d78 780enable_sim_hardware
81ecdfbb
RW
781'
782 ac_precious_vars='build_alias
783host_alias
784target_alias
785CC
786CFLAGS
787LDFLAGS
788LIBS
789CPPFLAGS
790CPP'
791
b34f6357
DB
792
793# Initialize some variables set by options.
b7026657
AC
794ac_init_help=
795ac_init_version=false
81ecdfbb
RW
796ac_unrecognized_opts=
797ac_unrecognized_sep=
b34f6357
DB
798# The variables have the same names as the options, with
799# dashes changed to underlines.
b7026657 800cache_file=/dev/null
b34f6357 801exec_prefix=NONE
b34f6357 802no_create=
b34f6357
DB
803no_recursion=
804prefix=NONE
805program_prefix=NONE
806program_suffix=NONE
807program_transform_name=s,x,x,
808silent=
809site=
b34f6357 810srcdir=
b34f6357
DB
811verbose=
812x_includes=NONE
813x_libraries=NONE
b7026657
AC
814
815# Installation directory options.
816# These are left unexpanded so users can "make install exec_prefix=/foo"
817# and all the variables that are supposed to be based on exec_prefix
818# by default will actually change.
819# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 820# (The list follows the same order as the GNU Coding Standards.)
b34f6357
DB
821bindir='${exec_prefix}/bin'
822sbindir='${exec_prefix}/sbin'
823libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
824datarootdir='${prefix}/share'
825datadir='${datarootdir}'
b34f6357
DB
826sysconfdir='${prefix}/etc'
827sharedstatedir='${prefix}/com'
828localstatedir='${prefix}/var'
b34f6357
DB
829includedir='${prefix}/include'
830oldincludedir='/usr/include'
81ecdfbb
RW
831docdir='${datarootdir}/doc/${PACKAGE}'
832infodir='${datarootdir}/info'
833htmldir='${docdir}'
834dvidir='${docdir}'
835pdfdir='${docdir}'
836psdir='${docdir}'
837libdir='${exec_prefix}/lib'
838localedir='${datarootdir}/locale'
839mandir='${datarootdir}/man'
b34f6357 840
b34f6357 841ac_prev=
81ecdfbb 842ac_dashdash=
b34f6357
DB
843for ac_option
844do
b34f6357
DB
845 # If the previous option needs an argument, assign it.
846 if test -n "$ac_prev"; then
81ecdfbb 847 eval $ac_prev=\$ac_option
b34f6357
DB
848 ac_prev=
849 continue
850 fi
851
81ecdfbb 852 case $ac_option in
d0ac1c44
SM
853 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
854 *=) ac_optarg= ;;
855 *) ac_optarg=yes ;;
81ecdfbb 856 esac
b34f6357
DB
857
858 # Accept the important Cygnus configure options, so we can diagnose typos.
859
81ecdfbb
RW
860 case $ac_dashdash$ac_option in
861 --)
862 ac_dashdash=yes ;;
b34f6357
DB
863
864 -bindir | --bindir | --bindi | --bind | --bin | --bi)
865 ac_prev=bindir ;;
866 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 867 bindir=$ac_optarg ;;
b34f6357
DB
868
869 -build | --build | --buil | --bui | --bu)
b7026657 870 ac_prev=build_alias ;;
b34f6357 871 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 872 build_alias=$ac_optarg ;;
b34f6357
DB
873
874 -cache-file | --cache-file | --cache-fil | --cache-fi \
875 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
876 ac_prev=cache_file ;;
877 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
878 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
879 cache_file=$ac_optarg ;;
880
881 --config-cache | -C)
882 cache_file=config.cache ;;
b34f6357 883
81ecdfbb 884 -datadir | --datadir | --datadi | --datad)
b34f6357 885 ac_prev=datadir ;;
81ecdfbb 886 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 887 datadir=$ac_optarg ;;
b34f6357 888
81ecdfbb
RW
889 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
890 | --dataroo | --dataro | --datar)
891 ac_prev=datarootdir ;;
892 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
893 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
894 datarootdir=$ac_optarg ;;
895
b34f6357 896 -disable-* | --disable-*)
81ecdfbb 897 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
b34f6357 898 # Reject names that are not valid shell variable names.
81ecdfbb 899 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 900 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
901 ac_useropt_orig=$ac_useropt
902 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
903 case $ac_user_opts in
904 *"
905"enable_$ac_useropt"
906"*) ;;
907 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
908 ac_unrecognized_sep=', ';;
909 esac
910 eval enable_$ac_useropt=no ;;
911
912 -docdir | --docdir | --docdi | --doc | --do)
913 ac_prev=docdir ;;
914 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
915 docdir=$ac_optarg ;;
916
917 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
918 ac_prev=dvidir ;;
919 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
920 dvidir=$ac_optarg ;;
b34f6357
DB
921
922 -enable-* | --enable-*)
81ecdfbb 923 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
b34f6357 924 # Reject names that are not valid shell variable names.
81ecdfbb 925 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 926 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
927 ac_useropt_orig=$ac_useropt
928 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
929 case $ac_user_opts in
930 *"
931"enable_$ac_useropt"
932"*) ;;
933 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
934 ac_unrecognized_sep=', ';;
b34f6357 935 esac
81ecdfbb 936 eval enable_$ac_useropt=\$ac_optarg ;;
b34f6357
DB
937
938 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
939 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
940 | --exec | --exe | --ex)
941 ac_prev=exec_prefix ;;
942 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
943 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
944 | --exec=* | --exe=* | --ex=*)
b7026657 945 exec_prefix=$ac_optarg ;;
b34f6357
DB
946
947 -gas | --gas | --ga | --g)
948 # Obsolete; use --with-gas.
949 with_gas=yes ;;
950
b7026657
AC
951 -help | --help | --hel | --he | -h)
952 ac_init_help=long ;;
953 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
954 ac_init_help=recursive ;;
955 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
956 ac_init_help=short ;;
b34f6357
DB
957
958 -host | --host | --hos | --ho)
b7026657 959 ac_prev=host_alias ;;
b34f6357 960 -host=* | --host=* | --hos=* | --ho=*)
b7026657 961 host_alias=$ac_optarg ;;
b34f6357 962
81ecdfbb
RW
963 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
964 ac_prev=htmldir ;;
965 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
966 | --ht=*)
967 htmldir=$ac_optarg ;;
968
b34f6357
DB
969 -includedir | --includedir | --includedi | --included | --include \
970 | --includ | --inclu | --incl | --inc)
971 ac_prev=includedir ;;
972 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
973 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 974 includedir=$ac_optarg ;;
b34f6357
DB
975
976 -infodir | --infodir | --infodi | --infod | --info | --inf)
977 ac_prev=infodir ;;
978 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 979 infodir=$ac_optarg ;;
b34f6357
DB
980
981 -libdir | --libdir | --libdi | --libd)
982 ac_prev=libdir ;;
983 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 984 libdir=$ac_optarg ;;
b34f6357
DB
985
986 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
987 | --libexe | --libex | --libe)
988 ac_prev=libexecdir ;;
989 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
990 | --libexe=* | --libex=* | --libe=*)
b7026657 991 libexecdir=$ac_optarg ;;
b34f6357 992
81ecdfbb
RW
993 -localedir | --localedir | --localedi | --localed | --locale)
994 ac_prev=localedir ;;
995 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
996 localedir=$ac_optarg ;;
997
b34f6357 998 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 999 | --localstate | --localstat | --localsta | --localst | --locals)
b34f6357
DB
1000 ac_prev=localstatedir ;;
1001 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1002 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 1003 localstatedir=$ac_optarg ;;
b34f6357
DB
1004
1005 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1006 ac_prev=mandir ;;
1007 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1008 mandir=$ac_optarg ;;
b34f6357
DB
1009
1010 -nfp | --nfp | --nf)
1011 # Obsolete; use --without-fp.
1012 with_fp=no ;;
1013
1014 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1015 | --no-cr | --no-c | -n)
b34f6357
DB
1016 no_create=yes ;;
1017
1018 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1019 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1020 no_recursion=yes ;;
1021
1022 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1023 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1024 | --oldin | --oldi | --old | --ol | --o)
1025 ac_prev=oldincludedir ;;
1026 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1027 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1028 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1029 oldincludedir=$ac_optarg ;;
b34f6357
DB
1030
1031 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1032 ac_prev=prefix ;;
1033 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1034 prefix=$ac_optarg ;;
b34f6357
DB
1035
1036 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1037 | --program-pre | --program-pr | --program-p)
1038 ac_prev=program_prefix ;;
1039 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1040 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1041 program_prefix=$ac_optarg ;;
b34f6357
DB
1042
1043 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1044 | --program-suf | --program-su | --program-s)
1045 ac_prev=program_suffix ;;
1046 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1047 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1048 program_suffix=$ac_optarg ;;
b34f6357
DB
1049
1050 -program-transform-name | --program-transform-name \
1051 | --program-transform-nam | --program-transform-na \
1052 | --program-transform-n | --program-transform- \
1053 | --program-transform | --program-transfor \
1054 | --program-transfo | --program-transf \
1055 | --program-trans | --program-tran \
1056 | --progr-tra | --program-tr | --program-t)
1057 ac_prev=program_transform_name ;;
1058 -program-transform-name=* | --program-transform-name=* \
1059 | --program-transform-nam=* | --program-transform-na=* \
1060 | --program-transform-n=* | --program-transform-=* \
1061 | --program-transform=* | --program-transfor=* \
1062 | --program-transfo=* | --program-transf=* \
1063 | --program-trans=* | --program-tran=* \
1064 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1065 program_transform_name=$ac_optarg ;;
b34f6357 1066
81ecdfbb
RW
1067 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1068 ac_prev=pdfdir ;;
1069 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1070 pdfdir=$ac_optarg ;;
1071
1072 -psdir | --psdir | --psdi | --psd | --ps)
1073 ac_prev=psdir ;;
1074 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1075 psdir=$ac_optarg ;;
1076
b34f6357
DB
1077 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1078 | -silent | --silent | --silen | --sile | --sil)
1079 silent=yes ;;
1080
1081 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1082 ac_prev=sbindir ;;
1083 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1084 | --sbi=* | --sb=*)
b7026657 1085 sbindir=$ac_optarg ;;
b34f6357
DB
1086
1087 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1088 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1089 | --sharedst | --shareds | --shared | --share | --shar \
1090 | --sha | --sh)
1091 ac_prev=sharedstatedir ;;
1092 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1093 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1094 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1095 | --sha=* | --sh=*)
b7026657 1096 sharedstatedir=$ac_optarg ;;
b34f6357
DB
1097
1098 -site | --site | --sit)
1099 ac_prev=site ;;
1100 -site=* | --site=* | --sit=*)
b7026657 1101 site=$ac_optarg ;;
b34f6357
DB
1102
1103 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1104 ac_prev=srcdir ;;
1105 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1106 srcdir=$ac_optarg ;;
b34f6357
DB
1107
1108 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1109 | --syscon | --sysco | --sysc | --sys | --sy)
1110 ac_prev=sysconfdir ;;
1111 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1112 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1113 sysconfdir=$ac_optarg ;;
b34f6357
DB
1114
1115 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1116 ac_prev=target_alias ;;
b34f6357 1117 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1118 target_alias=$ac_optarg ;;
b34f6357
DB
1119
1120 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1121 verbose=yes ;;
1122
b7026657
AC
1123 -version | --version | --versio | --versi | --vers | -V)
1124 ac_init_version=: ;;
b34f6357
DB
1125
1126 -with-* | --with-*)
81ecdfbb 1127 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
b34f6357 1128 # Reject names that are not valid shell variable names.
81ecdfbb 1129 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1130 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1131 ac_useropt_orig=$ac_useropt
1132 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1133 case $ac_user_opts in
1134 *"
1135"with_$ac_useropt"
1136"*) ;;
1137 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1138 ac_unrecognized_sep=', ';;
b34f6357 1139 esac
81ecdfbb 1140 eval with_$ac_useropt=\$ac_optarg ;;
b34f6357
DB
1141
1142 -without-* | --without-*)
81ecdfbb 1143 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
b34f6357 1144 # Reject names that are not valid shell variable names.
81ecdfbb 1145 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1146 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1147 ac_useropt_orig=$ac_useropt
1148 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1149 case $ac_user_opts in
1150 *"
1151"with_$ac_useropt"
1152"*) ;;
1153 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1154 ac_unrecognized_sep=', ';;
1155 esac
1156 eval with_$ac_useropt=no ;;
b34f6357
DB
1157
1158 --x)
1159 # Obsolete; use --with-x.
1160 with_x=yes ;;
1161
1162 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1163 | --x-incl | --x-inc | --x-in | --x-i)
1164 ac_prev=x_includes ;;
1165 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1166 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1167 x_includes=$ac_optarg ;;
b34f6357
DB
1168
1169 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1170 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1171 ac_prev=x_libraries ;;
1172 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1173 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1174 x_libraries=$ac_optarg ;;
b34f6357 1175
d0ac1c44
SM
1176 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1177Try \`$0 --help' for more information"
b34f6357
DB
1178 ;;
1179
b7026657
AC
1180 *=*)
1181 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1182 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1183 case $ac_envvar in #(
1184 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1185 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1186 esac
1187 eval $ac_envvar=\$ac_optarg
b7026657
AC
1188 export $ac_envvar ;;
1189
b34f6357 1190 *)
b7026657 1191 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1192 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1193 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1194 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1195 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
b34f6357
DB
1196 ;;
1197
1198 esac
1199done
1200
1201if test -n "$ac_prev"; then
b7026657 1202 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1203 as_fn_error $? "missing argument to $ac_option"
b34f6357 1204fi
b34f6357 1205
81ecdfbb
RW
1206if test -n "$ac_unrecognized_opts"; then
1207 case $enable_option_checking in
1208 no) ;;
d0ac1c44 1209 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1210 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1211 esac
81ecdfbb 1212fi
b34f6357 1213
81ecdfbb
RW
1214# Check all directory arguments for consistency.
1215for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1216 datadir sysconfdir sharedstatedir localstatedir includedir \
1217 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1218 libdir localedir mandir
b34f6357 1219do
81ecdfbb
RW
1220 eval ac_val=\$$ac_var
1221 # Remove trailing slashes.
1222 case $ac_val in
1223 */ )
1224 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1225 eval $ac_var=\$ac_val;;
1226 esac
1227 # Be sure to have absolute directory names.
b7026657 1228 case $ac_val in
81ecdfbb
RW
1229 [\\/$]* | ?:[\\/]* ) continue;;
1230 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
b34f6357 1231 esac
d0ac1c44 1232 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
b34f6357
DB
1233done
1234
b7026657
AC
1235# There might be people who depend on the old broken behavior: `$host'
1236# used to hold the argument of --host etc.
1237# FIXME: To remove some day.
1238build=$build_alias
1239host=$host_alias
1240target=$target_alias
1241
1242# FIXME: To remove some day.
1243if test "x$host_alias" != x; then
1244 if test "x$build_alias" = x; then
1245 cross_compiling=maybe
b7026657
AC
1246 elif test "x$build_alias" != "x$host_alias"; then
1247 cross_compiling=yes
1248 fi
1249fi
b34f6357 1250
b7026657
AC
1251ac_tool_prefix=
1252test -n "$host_alias" && ac_tool_prefix=$host_alias-
1253
1254test "$silent" = yes && exec 6>/dev/null
b34f6357 1255
b34f6357 1256
81ecdfbb
RW
1257ac_pwd=`pwd` && test -n "$ac_pwd" &&
1258ac_ls_di=`ls -di .` &&
1259ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1260 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1261test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1262 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1263
1264
b34f6357
DB
1265# Find the source files, if location was not specified.
1266if test -z "$srcdir"; then
1267 ac_srcdir_defaulted=yes
81ecdfbb
RW
1268 # Try the directory containing this script, then the parent directory.
1269 ac_confdir=`$as_dirname -- "$as_myself" ||
1270$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1271 X"$as_myself" : 'X\(//\)[^/]' \| \
1272 X"$as_myself" : 'X\(//\)$' \| \
1273 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1274$as_echo X"$as_myself" |
1275 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1276 s//\1/
1277 q
1278 }
1279 /^X\(\/\/\)[^/].*/{
1280 s//\1/
1281 q
1282 }
1283 /^X\(\/\/\)$/{
1284 s//\1/
1285 q
1286 }
1287 /^X\(\/\).*/{
1288 s//\1/
1289 q
1290 }
1291 s/.*/./; q'`
b34f6357 1292 srcdir=$ac_confdir
81ecdfbb 1293 if test ! -r "$srcdir/$ac_unique_file"; then
b34f6357
DB
1294 srcdir=..
1295 fi
1296else
1297 ac_srcdir_defaulted=no
1298fi
81ecdfbb
RW
1299if test ! -r "$srcdir/$ac_unique_file"; then
1300 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1301 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1302fi
1303ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1304ac_abs_confdir=`(
d0ac1c44 1305 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1306 pwd)`
1307# When building in place, set srcdir=.
1308if test "$ac_abs_confdir" = "$ac_pwd"; then
1309 srcdir=.
1310fi
1311# Remove unnecessary trailing slashes from srcdir.
1312# Double slashes in file names in object file debugging info
1313# mess up M-x gdb in Emacs.
1314case $srcdir in
1315*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1316esac
1317for ac_var in $ac_precious_vars; do
1318 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1319 eval ac_env_${ac_var}_value=\$${ac_var}
1320 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1321 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1322done
b34f6357 1323
b7026657
AC
1324#
1325# Report the --help message.
1326#
1327if test "$ac_init_help" = "long"; then
1328 # Omit some internal or obsolete options to make the list less imposing.
1329 # This message is too long to be a string in the A/UX 3.1 sh.
1330 cat <<_ACEOF
1331\`configure' configures this package to adapt to many kinds of systems.
b34f6357 1332
b7026657 1333Usage: $0 [OPTION]... [VAR=VALUE]...
b34f6357 1334
b7026657
AC
1335To assign environment variables (e.g., CC, CFLAGS...), specify them as
1336VAR=VALUE. See below for descriptions of some of the useful variables.
b34f6357 1337
b7026657 1338Defaults for the options are specified in brackets.
b34f6357 1339
b7026657
AC
1340Configuration:
1341 -h, --help display this help and exit
1342 --help=short display options specific to this package
1343 --help=recursive display the short help of all the included packages
1344 -V, --version display version information and exit
d0ac1c44 1345 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1346 --cache-file=FILE cache test results in FILE [disabled]
1347 -C, --config-cache alias for \`--cache-file=config.cache'
1348 -n, --no-create do not create output files
1349 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1350
b7026657
AC
1351Installation directories:
1352 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1353 [$ac_default_prefix]
b7026657 1354 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1355 [PREFIX]
b34f6357 1356
b7026657
AC
1357By default, \`make install' will install all the files in
1358\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1359an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1360for instance \`--prefix=\$HOME'.
b34f6357 1361
b7026657
AC
1362For better control, use the options below.
1363
1364Fine tuning of the installation directories:
81ecdfbb
RW
1365 --bindir=DIR user executables [EPREFIX/bin]
1366 --sbindir=DIR system admin executables [EPREFIX/sbin]
1367 --libexecdir=DIR program executables [EPREFIX/libexec]
1368 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1369 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1370 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1371 --libdir=DIR object code libraries [EPREFIX/lib]
1372 --includedir=DIR C header files [PREFIX/include]
1373 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1374 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1375 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1376 --infodir=DIR info documentation [DATAROOTDIR/info]
1377 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1378 --mandir=DIR man documentation [DATAROOTDIR/man]
1379 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1380 --htmldir=DIR html documentation [DOCDIR]
1381 --dvidir=DIR dvi documentation [DOCDIR]
1382 --pdfdir=DIR pdf documentation [DOCDIR]
1383 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1384_ACEOF
1385
1386 cat <<\_ACEOF
1387
1388Program names:
1389 --program-prefix=PREFIX prepend PREFIX to installed program names
1390 --program-suffix=SUFFIX append SUFFIX to installed program names
1391 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1392
1393System types:
1394 --build=BUILD configure for building on BUILD [guessed]
1395 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1396 --target=TARGET configure for building compilers for TARGET [HOST]
1397_ACEOF
b34f6357 1398fi
b7026657
AC
1399
1400if test -n "$ac_init_help"; then
1401
1402 cat <<\_ACEOF
1403
1404Optional Features:
81ecdfbb 1405 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1406 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1407 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1408 --enable-plugins Enable support for plugins
6bb11ab3
L
1409 --enable-shared[=PKGS] build shared libraries [default=yes]
1410 --enable-static[=PKGS] build static libraries [default=yes]
1411 --enable-fast-install[=PKGS]
1412 optimize for fast installation [default=yes]
1413 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1414 --enable-maintainer-mode
1415 enable make rules and dependencies not useful (and
1416 sometimes confusing) to the casual installer
347fe5bb
MF
1417 --enable-sim-inline=inlines
1418 Specify which functions should be inlined
8d0978fb
MF
1419 --enable-sim-scache=size
1420 Specify simulator execution cache size
1421 --enable-sim-default-model=model
1422 Specify default model to simulate
982c3a65
MF
1423 --enable-cgen-maint=DIR build cgen generated files
1424 --enable-sim-trapdump Make unknown traps dump the registers
5c1008a4
MF
1425 --enable-werror treat compile warnings as errors
1426 --enable-build-warnings enable build-time compiler warnings if gcc is used
1427 --enable-sim-build-warnings
1428 enable SIM specific build-time compiler warnings if
1429 gcc is used
1517bd27
MF
1430 --enable-sim-hardware=LIST
1431 Specify the hardware to be included in the build.
b7026657 1432
6efef468
JM
1433Optional Packages:
1434 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1435 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1436 --with-system-zlib use installed libz
6bb11ab3
L
1437 --with-pic try to use only PIC/non-PIC objects [default=use
1438 both]
1439 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
6efef468 1440
b7026657
AC
1441Some influential environment variables:
1442 CC C compiler command
1443 CFLAGS C compiler flags
1444 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1445 nonstandard directory <lib dir>
81ecdfbb 1446 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1447 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1448 you have headers in a nonstandard directory <include dir>
b7026657
AC
1449 CPP C preprocessor
1450
1451Use these variables to override the choices made by `configure' or to help
1452it to find libraries and programs with nonstandard names/locations.
1453
81ecdfbb 1454Report bugs to the package provider.
b7026657 1455_ACEOF
81ecdfbb 1456ac_status=$?
b34f6357
DB
1457fi
1458
b7026657
AC
1459if test "$ac_init_help" = "recursive"; then
1460 # If there are subdirs, report their specific --help.
b7026657 1461 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1462 test -d "$ac_dir" ||
1463 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1464 continue
b7026657 1465 ac_builddir=.
b34f6357 1466
81ecdfbb
RW
1467case "$ac_dir" in
1468.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1469*)
1470 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1471 # A ".." for each directory in $ac_dir_suffix.
1472 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1473 case $ac_top_builddir_sub in
1474 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1475 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1476 esac ;;
1477esac
1478ac_abs_top_builddir=$ac_pwd
1479ac_abs_builddir=$ac_pwd$ac_dir_suffix
1480# for backward compatibility:
1481ac_top_builddir=$ac_top_build_prefix
b34f6357 1482
b7026657 1483case $srcdir in
81ecdfbb 1484 .) # We are building in place.
b7026657 1485 ac_srcdir=.
81ecdfbb
RW
1486 ac_top_srcdir=$ac_top_builddir_sub
1487 ac_abs_top_srcdir=$ac_pwd ;;
1488 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1489 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1490 ac_top_srcdir=$srcdir
1491 ac_abs_top_srcdir=$srcdir ;;
1492 *) # Relative name.
1493 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1494 ac_top_srcdir=$ac_top_build_prefix$srcdir
1495 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1496esac
81ecdfbb
RW
1497ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1498
1499 cd "$ac_dir" || { ac_status=$?; continue; }
1500 # Check for guested configure.
1501 if test -f "$ac_srcdir/configure.gnu"; then
1502 echo &&
1503 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1504 elif test -f "$ac_srcdir/configure"; then
1505 echo &&
1506 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1507 else
81ecdfbb
RW
1508 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1509 fi || ac_status=$?
1510 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657 1511 done
b34f6357 1512fi
b7026657 1513
81ecdfbb 1514test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1515if $ac_init_version; then
1516 cat <<\_ACEOF
81ecdfbb 1517configure
d0ac1c44 1518generated by GNU Autoconf 2.69
b7026657 1519
d0ac1c44 1520Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1521This configure script is free software; the Free Software Foundation
1522gives unlimited permission to copy, distribute and modify it.
1523_ACEOF
81ecdfbb 1524 exit
b7026657 1525fi
b7026657 1526
81ecdfbb
RW
1527## ------------------------ ##
1528## Autoconf initialization. ##
1529## ------------------------ ##
b7026657 1530
81ecdfbb
RW
1531# ac_fn_c_try_compile LINENO
1532# --------------------------
1533# Try to compile conftest.$ac_ext, and return whether this succeeded.
1534ac_fn_c_try_compile ()
b7026657 1535{
81ecdfbb
RW
1536 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1537 rm -f conftest.$ac_objext
1538 if { { ac_try="$ac_compile"
1539case "(($ac_try" in
1540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1541 *) ac_try_echo=$ac_try;;
1542esac
1543eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1544$as_echo "$ac_try_echo"; } >&5
1545 (eval "$ac_compile") 2>conftest.err
1546 ac_status=$?
1547 if test -s conftest.err; then
1548 grep -v '^ *+' conftest.err >conftest.er1
1549 cat conftest.er1 >&5
1550 mv -f conftest.er1 conftest.err
1551 fi
1552 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1553 test $ac_status = 0; } && {
1554 test -z "$ac_c_werror_flag" ||
1555 test ! -s conftest.err
1556 } && test -s conftest.$ac_objext; then :
1557 ac_retval=0
1558else
1559 $as_echo "$as_me: failed program was:" >&5
1560sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1561
81ecdfbb
RW
1562 ac_retval=1
1563fi
d0ac1c44
SM
1564 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1565 as_fn_set_status $ac_retval
b7026657 1566
81ecdfbb 1567} # ac_fn_c_try_compile
b7026657 1568
81ecdfbb
RW
1569# ac_fn_c_try_cpp LINENO
1570# ----------------------
1571# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1572ac_fn_c_try_cpp ()
1573{
1574 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1575 if { { ac_try="$ac_cpp conftest.$ac_ext"
1576case "(($ac_try" in
1577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1578 *) ac_try_echo=$ac_try;;
1579esac
1580eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1581$as_echo "$ac_try_echo"; } >&5
1582 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1583 ac_status=$?
1584 if test -s conftest.err; then
1585 grep -v '^ *+' conftest.err >conftest.er1
1586 cat conftest.er1 >&5
1587 mv -f conftest.er1 conftest.err
1588 fi
1589 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1590 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1591 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1592 test ! -s conftest.err
1593 }; then :
1594 ac_retval=0
1595else
1596 $as_echo "$as_me: failed program was:" >&5
1597sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1598
81ecdfbb
RW
1599 ac_retval=1
1600fi
d0ac1c44
SM
1601 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1602 as_fn_set_status $ac_retval
b7026657 1603
81ecdfbb 1604} # ac_fn_c_try_cpp
b7026657 1605
81ecdfbb
RW
1606# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1607# -------------------------------------------------------
1608# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1609# the include files in INCLUDES and setting the cache variable VAR
1610# accordingly.
1611ac_fn_c_check_header_mongrel ()
1612{
1613 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1614 if eval \${$3+:} false; then :
81ecdfbb
RW
1615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1616$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1617if eval \${$3+:} false; then :
81ecdfbb
RW
1618 $as_echo_n "(cached) " >&6
1619fi
1620eval ac_res=\$$3
1621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1622$as_echo "$ac_res" >&6; }
1623else
1624 # Is the header compilable?
1625{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1626$as_echo_n "checking $2 usability... " >&6; }
1627cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1628/* end confdefs.h. */
1629$4
1630#include <$2>
1631_ACEOF
1632if ac_fn_c_try_compile "$LINENO"; then :
1633 ac_header_compiler=yes
1634else
1635 ac_header_compiler=no
1636fi
1637rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1638{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1639$as_echo "$ac_header_compiler" >&6; }
1640
1641# Is the header present?
1642{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1643$as_echo_n "checking $2 presence... " >&6; }
1644cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1645/* end confdefs.h. */
1646#include <$2>
1647_ACEOF
1648if ac_fn_c_try_cpp "$LINENO"; then :
1649 ac_header_preproc=yes
1650else
1651 ac_header_preproc=no
1652fi
d0ac1c44 1653rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1654{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1655$as_echo "$ac_header_preproc" >&6; }
1656
1657# So? What about this header?
1658case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1659 yes:no: )
1660 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1661$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1662 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1663$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1664 ;;
1665 no:yes:* )
1666 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1667$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1668 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1669$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1670 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1671$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1672 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1673$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1674 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1675$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1676 ;;
1677esac
1678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1679$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1680if eval \${$3+:} false; then :
81ecdfbb
RW
1681 $as_echo_n "(cached) " >&6
1682else
1683 eval "$3=\$ac_header_compiler"
1684fi
1685eval ac_res=\$$3
1686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1687$as_echo "$ac_res" >&6; }
1688fi
d0ac1c44 1689 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1690
1691} # ac_fn_c_check_header_mongrel
1692
1693# ac_fn_c_try_run LINENO
1694# ----------------------
1695# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1696# that executables *can* be run.
1697ac_fn_c_try_run ()
1698{
1699 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1700 if { { ac_try="$ac_link"
1701case "(($ac_try" in
1702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1703 *) ac_try_echo=$ac_try;;
1704esac
1705eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1706$as_echo "$ac_try_echo"; } >&5
1707 (eval "$ac_link") 2>&5
1708 ac_status=$?
1709 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1710 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1711 { { case "(($ac_try" in
1712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1713 *) ac_try_echo=$ac_try;;
1714esac
1715eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1716$as_echo "$ac_try_echo"; } >&5
1717 (eval "$ac_try") 2>&5
1718 ac_status=$?
1719 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1720 test $ac_status = 0; }; }; then :
1721 ac_retval=0
1722else
1723 $as_echo "$as_me: program exited with status $ac_status" >&5
1724 $as_echo "$as_me: failed program was:" >&5
1725sed 's/^/| /' conftest.$ac_ext >&5
1726
1727 ac_retval=$ac_status
1728fi
1729 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1730 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1731 as_fn_set_status $ac_retval
81ecdfbb
RW
1732
1733} # ac_fn_c_try_run
1734
1735# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1736# -------------------------------------------------------
1737# Tests whether HEADER exists and can be compiled using the include files in
1738# INCLUDES, setting the cache variable VAR accordingly.
1739ac_fn_c_check_header_compile ()
1740{
1741 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1743$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1744if eval \${$3+:} false; then :
81ecdfbb
RW
1745 $as_echo_n "(cached) " >&6
1746else
1747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1748/* end confdefs.h. */
1749$4
1750#include <$2>
1751_ACEOF
1752if ac_fn_c_try_compile "$LINENO"; then :
1753 eval "$3=yes"
1754else
1755 eval "$3=no"
1756fi
1757rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1758fi
1759eval ac_res=\$$3
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1761$as_echo "$ac_res" >&6; }
d0ac1c44 1762 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1763
1764} # ac_fn_c_check_header_compile
1765
1766# ac_fn_c_try_link LINENO
1767# -----------------------
1768# Try to link conftest.$ac_ext, and return whether this succeeded.
1769ac_fn_c_try_link ()
1770{
1771 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1772 rm -f conftest.$ac_objext conftest$ac_exeext
1773 if { { ac_try="$ac_link"
1774case "(($ac_try" in
1775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1776 *) ac_try_echo=$ac_try;;
1777esac
1778eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1779$as_echo "$ac_try_echo"; } >&5
1780 (eval "$ac_link") 2>conftest.err
1781 ac_status=$?
1782 if test -s conftest.err; then
1783 grep -v '^ *+' conftest.err >conftest.er1
1784 cat conftest.er1 >&5
1785 mv -f conftest.er1 conftest.err
1786 fi
1787 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1788 test $ac_status = 0; } && {
1789 test -z "$ac_c_werror_flag" ||
1790 test ! -s conftest.err
1791 } && test -s conftest$ac_exeext && {
1792 test "$cross_compiling" = yes ||
d0ac1c44 1793 test -x conftest$ac_exeext
81ecdfbb
RW
1794 }; then :
1795 ac_retval=0
1796else
1797 $as_echo "$as_me: failed program was:" >&5
1798sed 's/^/| /' conftest.$ac_ext >&5
1799
1800 ac_retval=1
1801fi
1802 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1803 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1804 # interfere with the next link command; also delete a directory that is
1805 # left behind by Apple's compiler. We do this before executing the actions.
1806 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1807 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1808 as_fn_set_status $ac_retval
81ecdfbb
RW
1809
1810} # ac_fn_c_try_link
1811
1812# ac_fn_c_check_func LINENO FUNC VAR
1813# ----------------------------------
1814# Tests whether FUNC exists, setting the cache variable VAR accordingly
1815ac_fn_c_check_func ()
1816{
1817 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1819$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1820if eval \${$3+:} false; then :
81ecdfbb
RW
1821 $as_echo_n "(cached) " >&6
1822else
1823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1824/* end confdefs.h. */
1825/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1826 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1827#define $2 innocuous_$2
1828
1829/* System header to define __stub macros and hopefully few prototypes,
1830 which can conflict with char $2 (); below.
1831 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1832 <limits.h> exists even on freestanding compilers. */
1833
1834#ifdef __STDC__
1835# include <limits.h>
1836#else
1837# include <assert.h>
1838#endif
1839
1840#undef $2
1841
1842/* Override any GCC internal prototype to avoid an error.
1843 Use char because int might match the return type of a GCC
1844 builtin and then its argument prototype would still apply. */
1845#ifdef __cplusplus
1846extern "C"
1847#endif
1848char $2 ();
1849/* The GNU C library defines this for functions which it implements
1850 to always fail with ENOSYS. Some functions are actually named
1851 something starting with __ and the normal name is an alias. */
1852#if defined __stub_$2 || defined __stub___$2
1853choke me
1854#endif
1855
1856int
1857main ()
1858{
1859return $2 ();
1860 ;
1861 return 0;
1862}
1863_ACEOF
1864if ac_fn_c_try_link "$LINENO"; then :
1865 eval "$3=yes"
1866else
1867 eval "$3=no"
1868fi
1869rm -f core conftest.err conftest.$ac_objext \
1870 conftest$ac_exeext conftest.$ac_ext
1871fi
1872eval ac_res=\$$3
1873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1874$as_echo "$ac_res" >&6; }
d0ac1c44 1875 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1876
1877} # ac_fn_c_check_func
1878cat >config.log <<_ACEOF
1879This file contains any messages produced by compilers while
1880running configure, to aid debugging if configure makes a mistake.
1881
1882It was created by $as_me, which was
d0ac1c44 1883generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1884
1885 $ $0 $@
1886
1887_ACEOF
1888exec 5>>config.log
1889{
1890cat <<_ASUNAME
1891## --------- ##
1892## Platform. ##
1893## --------- ##
1894
1895hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1896uname -m = `(uname -m) 2>/dev/null || echo unknown`
1897uname -r = `(uname -r) 2>/dev/null || echo unknown`
1898uname -s = `(uname -s) 2>/dev/null || echo unknown`
1899uname -v = `(uname -v) 2>/dev/null || echo unknown`
1900
1901/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1902/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1903
1904/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1905/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1906/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1907/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1908/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1909/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1910/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1911
1912_ASUNAME
1913
1914as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1915for as_dir in $PATH
1916do
1917 IFS=$as_save_IFS
1918 test -z "$as_dir" && as_dir=.
1919 $as_echo "PATH: $as_dir"
1920 done
1921IFS=$as_save_IFS
1922
1923} >&5
1924
1925cat >&5 <<_ACEOF
1926
1927
1928## ----------- ##
1929## Core tests. ##
b7026657
AC
1930## ----------- ##
1931
1932_ACEOF
1933
1934
1935# Keep a trace of the command line.
1936# Strip out --no-create and --no-recursion so they do not pile up.
1937# Strip out --silent because we don't want to record it for future runs.
1938# Also quote any args containing shell meta-characters.
1939# Make two passes to allow for proper duplicate-argument suppression.
1940ac_configure_args=
1941ac_configure_args0=
1942ac_configure_args1=
b7026657
AC
1943ac_must_keep_next=false
1944for ac_pass in 1 2
1945do
1946 for ac_arg
1947 do
1948 case $ac_arg in
1949 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1950 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1951 | -silent | --silent | --silen | --sile | --sil)
1952 continue ;;
81ecdfbb
RW
1953 *\'*)
1954 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1955 esac
1956 case $ac_pass in
81ecdfbb 1957 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 1958 2)
81ecdfbb 1959 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
1960 if test $ac_must_keep_next = true; then
1961 ac_must_keep_next=false # Got value, back to normal.
1962 else
1963 case $ac_arg in
1964 *=* | --config-cache | -C | -disable-* | --disable-* \
1965 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1966 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1967 | -with-* | --with-* | -without-* | --without-* | --x)
1968 case "$ac_configure_args0 " in
1969 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1970 esac
1971 ;;
1972 -* ) ac_must_keep_next=true ;;
1973 esac
1974 fi
81ecdfbb 1975 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
1976 ;;
1977 esac
1978 done
1979done
81ecdfbb
RW
1980{ ac_configure_args0=; unset ac_configure_args0;}
1981{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
1982
1983# When interrupted or exit'd, cleanup temporary files, and complete
1984# config.log. We remove comments because anyway the quotes in there
1985# would cause problems or look ugly.
81ecdfbb
RW
1986# WARNING: Use '\'' to represent an apostrophe within the trap.
1987# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
1988trap 'exit_status=$?
1989 # Save into config.log some information that might help in debugging.
1990 {
1991 echo
1992
d0ac1c44 1993 $as_echo "## ---------------- ##
b7026657 1994## Cache variables. ##
d0ac1c44 1995## ---------------- ##"
b7026657
AC
1996 echo
1997 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1998(
1999 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2000 eval ac_val=\$$ac_var
2001 case $ac_val in #(
2002 *${as_nl}*)
2003 case $ac_var in #(
2004 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2005$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2006 esac
2007 case $ac_var in #(
2008 _ | IFS | as_nl) ;; #(
2009 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2010 *) { eval $ac_var=; unset $ac_var;} ;;
2011 esac ;;
2012 esac
2013 done
b7026657 2014 (set) 2>&1 |
81ecdfbb
RW
2015 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2016 *${as_nl}ac_space=\ *)
b7026657 2017 sed -n \
81ecdfbb
RW
2018 "s/'\''/'\''\\\\'\'''\''/g;
2019 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2020 ;; #(
b7026657 2021 *)
81ecdfbb 2022 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2023 ;;
81ecdfbb
RW
2024 esac |
2025 sort
2026)
b7026657
AC
2027 echo
2028
d0ac1c44 2029 $as_echo "## ----------------- ##
b7026657 2030## Output variables. ##
d0ac1c44 2031## ----------------- ##"
b7026657
AC
2032 echo
2033 for ac_var in $ac_subst_vars
2034 do
81ecdfbb
RW
2035 eval ac_val=\$$ac_var
2036 case $ac_val in
2037 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2038 esac
2039 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2040 done | sort
2041 echo
2042
2043 if test -n "$ac_subst_files"; then
d0ac1c44 2044 $as_echo "## ------------------- ##
81ecdfbb 2045## File substitutions. ##
d0ac1c44 2046## ------------------- ##"
b7026657
AC
2047 echo
2048 for ac_var in $ac_subst_files
2049 do
81ecdfbb
RW
2050 eval ac_val=\$$ac_var
2051 case $ac_val in
2052 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2053 esac
2054 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2055 done | sort
2056 echo
2057 fi
2058
2059 if test -s confdefs.h; then
d0ac1c44 2060 $as_echo "## ----------- ##
b7026657 2061## confdefs.h. ##
d0ac1c44 2062## ----------- ##"
b7026657 2063 echo
81ecdfbb 2064 cat confdefs.h
b7026657
AC
2065 echo
2066 fi
2067 test "$ac_signal" != 0 &&
81ecdfbb
RW
2068 $as_echo "$as_me: caught signal $ac_signal"
2069 $as_echo "$as_me: exit $exit_status"
b7026657 2070 } >&5
81ecdfbb
RW
2071 rm -f core *.core core.conftest.* &&
2072 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2073 exit $exit_status
81ecdfbb 2074' 0
b7026657 2075for ac_signal in 1 2 13 15; do
81ecdfbb 2076 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2077done
2078ac_signal=0
2079
2080# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2081rm -f -r conftest* confdefs.h
2082
2083$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2084
2085# Predefined preprocessor variables.
2086
2087cat >>confdefs.h <<_ACEOF
2088#define PACKAGE_NAME "$PACKAGE_NAME"
2089_ACEOF
2090
b7026657
AC
2091cat >>confdefs.h <<_ACEOF
2092#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2093_ACEOF
2094
b7026657
AC
2095cat >>confdefs.h <<_ACEOF
2096#define PACKAGE_VERSION "$PACKAGE_VERSION"
2097_ACEOF
2098
b7026657
AC
2099cat >>confdefs.h <<_ACEOF
2100#define PACKAGE_STRING "$PACKAGE_STRING"
2101_ACEOF
2102
b7026657
AC
2103cat >>confdefs.h <<_ACEOF
2104#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2105_ACEOF
2106
81ecdfbb
RW
2107cat >>confdefs.h <<_ACEOF
2108#define PACKAGE_URL "$PACKAGE_URL"
2109_ACEOF
2110
b7026657
AC
2111
2112# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2113# Prefer an explicitly selected file to automatically selected ones.
2114ac_site_file1=NONE
2115ac_site_file2=NONE
2116if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2117 # We do not want a PATH search for config.site.
2118 case $CONFIG_SITE in #((
2119 -*) ac_site_file1=./$CONFIG_SITE;;
2120 */*) ac_site_file1=$CONFIG_SITE;;
2121 *) ac_site_file1=./$CONFIG_SITE;;
2122 esac
81ecdfbb
RW
2123elif test "x$prefix" != xNONE; then
2124 ac_site_file1=$prefix/share/config.site
2125 ac_site_file2=$prefix/etc/config.site
2126else
2127 ac_site_file1=$ac_default_prefix/share/config.site
2128 ac_site_file2=$ac_default_prefix/etc/config.site
2129fi
2130for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2131do
2132 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2133 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2134 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2135$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 2136 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2137 . "$ac_site_file" \
2138 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2139$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2140as_fn_error $? "failed to load site script $ac_site_file
2141See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
2142 fi
2143done
2144
2145if test -r "$cache_file"; then
d0ac1c44
SM
2146 # Some versions of bash will fail to source /dev/null (special files
2147 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2148 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2149 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2150$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2151 case $cache_file in
81ecdfbb
RW
2152 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2153 *) . "./$cache_file";;
b7026657
AC
2154 esac
2155 fi
2156else
81ecdfbb
RW
2157 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2158$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2159 >$cache_file
2160fi
2161
2162# Check that the precious variables saved in the cache have kept the same
2163# value.
2164ac_cache_corrupted=false
81ecdfbb 2165for ac_var in $ac_precious_vars; do
b7026657
AC
2166 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2167 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2168 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2169 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2170 case $ac_old_set,$ac_new_set in
2171 set,)
81ecdfbb
RW
2172 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2173$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2174 ac_cache_corrupted=: ;;
2175 ,set)
81ecdfbb
RW
2176 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2177$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2178 ac_cache_corrupted=: ;;
2179 ,);;
2180 *)
2181 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2182 # differences in whitespace do not lead to failure.
2183 ac_old_val_w=`echo x $ac_old_val`
2184 ac_new_val_w=`echo x $ac_new_val`
2185 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2186 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2187$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2188 ac_cache_corrupted=:
2189 else
2190 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2191$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2192 eval $ac_var=\$ac_old_val
2193 fi
2194 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2195$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2196 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2197$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2198 fi;;
2199 esac
2200 # Pass precious variables to config.status.
2201 if test "$ac_new_set" = set; then
2202 case $ac_new_val in
81ecdfbb 2203 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2204 *) ac_arg=$ac_var=$ac_new_val ;;
2205 esac
2206 case " $ac_configure_args " in
2207 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2208 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2209 esac
2210 fi
2211done
2212if $ac_cache_corrupted; then
81ecdfbb
RW
2213 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2214$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2215 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2216$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2217 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2218fi
81ecdfbb
RW
2219## -------------------- ##
2220## Main body of script. ##
2221## -------------------- ##
b7026657
AC
2222
2223ac_ext=c
2224ac_cpp='$CPP $CPPFLAGS'
2225ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2226ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2227ac_compiler_gnu=$ac_cv_c_compiler_gnu
2228
2229
6bb11ab3
L
2230
2231
2232
2233
2234
c2783492
MF
2235ac_aux_dir=
2236for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2237 if test -f "$ac_dir/install-sh"; then
2238 ac_aux_dir=$ac_dir
2239 ac_install_sh="$ac_aux_dir/install-sh -c"
2240 break
2241 elif test -f "$ac_dir/install.sh"; then
2242 ac_aux_dir=$ac_dir
2243 ac_install_sh="$ac_aux_dir/install.sh -c"
2244 break
2245 elif test -f "$ac_dir/shtool"; then
2246 ac_aux_dir=$ac_dir
2247 ac_install_sh="$ac_aux_dir/shtool install -c"
2248 break
2249 fi
2250done
2251if test -z "$ac_aux_dir"; then
2252 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2253fi
2254
2255# These three variables are undocumented and unsupported,
2256# and are intended to be withdrawn in a future Autoconf release.
2257# They can cause serious problems if a builder's source tree is in a directory
2258# whose full name contains unusual characters.
2259ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2260ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2261ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2262
2263
2264# Make sure we can run config.sub.
2265$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2266 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2267
2268{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2269$as_echo_n "checking build system type... " >&6; }
2270if ${ac_cv_build+:} false; then :
2271 $as_echo_n "(cached) " >&6
2272else
2273 ac_build_alias=$build_alias
2274test "x$ac_build_alias" = x &&
2275 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2276test "x$ac_build_alias" = x &&
2277 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2278ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2279 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2280
2281fi
2282{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2283$as_echo "$ac_cv_build" >&6; }
2284case $ac_cv_build in
2285*-*-*) ;;
2286*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2287esac
2288build=$ac_cv_build
2289ac_save_IFS=$IFS; IFS='-'
2290set x $ac_cv_build
2291shift
2292build_cpu=$1
2293build_vendor=$2
2294shift; shift
2295# Remember, the first character of IFS is used to create $*,
2296# except with old shells:
2297build_os=$*
2298IFS=$ac_save_IFS
2299case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2300
2301
2302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2303$as_echo_n "checking host system type... " >&6; }
2304if ${ac_cv_host+:} false; then :
2305 $as_echo_n "(cached) " >&6
2306else
2307 if test "x$host_alias" = x; then
2308 ac_cv_host=$ac_cv_build
2309else
2310 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2311 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2312fi
2313
2314fi
2315{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2316$as_echo "$ac_cv_host" >&6; }
2317case $ac_cv_host in
2318*-*-*) ;;
2319*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2320esac
2321host=$ac_cv_host
2322ac_save_IFS=$IFS; IFS='-'
2323set x $ac_cv_host
2324shift
2325host_cpu=$1
2326host_vendor=$2
2327shift; shift
2328# Remember, the first character of IFS is used to create $*,
2329# except with old shells:
2330host_os=$*
2331IFS=$ac_save_IFS
2332case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2333
2334
2335{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2336$as_echo_n "checking target system type... " >&6; }
2337if ${ac_cv_target+:} false; then :
2338 $as_echo_n "(cached) " >&6
2339else
2340 if test "x$target_alias" = x; then
2341 ac_cv_target=$ac_cv_host
2342else
2343 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2344 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2345fi
2346
2347fi
2348{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2349$as_echo "$ac_cv_target" >&6; }
2350case $ac_cv_target in
2351*-*-*) ;;
2352*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2353esac
2354target=$ac_cv_target
2355ac_save_IFS=$IFS; IFS='-'
2356set x $ac_cv_target
2357shift
2358target_cpu=$1
2359target_vendor=$2
2360shift; shift
2361# Remember, the first character of IFS is used to create $*,
2362# except with old shells:
2363target_os=$*
2364IFS=$ac_save_IFS
2365case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2366
2367
2368# The aliases save the names the user supplied, while $host etc.
2369# will get canonicalized.
2370test -n "$target_alias" &&
2371 test "$program_prefix$program_suffix$program_transform_name" = \
2372 NONENONEs,x,x, &&
2373 program_prefix=${target_alias}-
6bb11ab3
L
2374ac_ext=c
2375ac_cpp='$CPP $CPPFLAGS'
2376ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2377ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2378ac_compiler_gnu=$ac_cv_c_compiler_gnu
2379if test -n "$ac_tool_prefix"; then
2380 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2381set dummy ${ac_tool_prefix}gcc; ac_word=$2
2382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2383$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2384if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2385 $as_echo_n "(cached) " >&6
2386else
2387 if test -n "$CC"; then
2388 ac_cv_prog_CC="$CC" # Let the user override the test.
2389else
2390as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2391for as_dir in $PATH
2392do
2393 IFS=$as_save_IFS
2394 test -z "$as_dir" && as_dir=.
2395 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2396 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2397 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2398 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2399 break 2
2400 fi
2401done
2402 done
2403IFS=$as_save_IFS
2404
2405fi
2406fi
2407CC=$ac_cv_prog_CC
2408if test -n "$CC"; then
2409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2410$as_echo "$CC" >&6; }
2411else
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2413$as_echo "no" >&6; }
2414fi
2415
2416
2417fi
2418if test -z "$ac_cv_prog_CC"; then
2419 ac_ct_CC=$CC
2420 # Extract the first word of "gcc", so it can be a program name with args.
2421set dummy gcc; ac_word=$2
2422{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2423$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2424if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2425 $as_echo_n "(cached) " >&6
2426else
2427 if test -n "$ac_ct_CC"; then
2428 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2429else
2430as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2431for as_dir in $PATH
2432do
2433 IFS=$as_save_IFS
2434 test -z "$as_dir" && as_dir=.
2435 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2436 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2437 ac_cv_prog_ac_ct_CC="gcc"
2438 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2439 break 2
2440 fi
2441done
2442 done
2443IFS=$as_save_IFS
2444
2445fi
2446fi
2447ac_ct_CC=$ac_cv_prog_ac_ct_CC
2448if test -n "$ac_ct_CC"; then
2449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2450$as_echo "$ac_ct_CC" >&6; }
2451else
2452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2453$as_echo "no" >&6; }
2454fi
2455
2456 if test "x$ac_ct_CC" = x; then
2457 CC=""
2458 else
2459 case $cross_compiling:$ac_tool_warned in
2460yes:)
2461{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2462$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2463ac_tool_warned=yes ;;
2464esac
2465 CC=$ac_ct_CC
2466 fi
2467else
2468 CC="$ac_cv_prog_CC"
2469fi
2470
2471if test -z "$CC"; then
2472 if test -n "$ac_tool_prefix"; then
2473 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2474set dummy ${ac_tool_prefix}cc; ac_word=$2
2475{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2476$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2477if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2478 $as_echo_n "(cached) " >&6
2479else
2480 if test -n "$CC"; then
2481 ac_cv_prog_CC="$CC" # Let the user override the test.
2482else
2483as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2484for as_dir in $PATH
2485do
2486 IFS=$as_save_IFS
2487 test -z "$as_dir" && as_dir=.
2488 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2489 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2490 ac_cv_prog_CC="${ac_tool_prefix}cc"
2491 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2492 break 2
2493 fi
2494done
2495 done
2496IFS=$as_save_IFS
2497
2498fi
2499fi
2500CC=$ac_cv_prog_CC
2501if test -n "$CC"; then
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2503$as_echo "$CC" >&6; }
2504else
2505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2506$as_echo "no" >&6; }
2507fi
2508
2509
2510 fi
2511fi
2512if test -z "$CC"; then
2513 # Extract the first word of "cc", so it can be a program name with args.
2514set dummy cc; ac_word=$2
2515{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2516$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2517if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2518 $as_echo_n "(cached) " >&6
2519else
2520 if test -n "$CC"; then
2521 ac_cv_prog_CC="$CC" # Let the user override the test.
2522else
2523 ac_prog_rejected=no
2524as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2525for as_dir in $PATH
2526do
2527 IFS=$as_save_IFS
2528 test -z "$as_dir" && as_dir=.
2529 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2530 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2531 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2532 ac_prog_rejected=yes
2533 continue
2534 fi
2535 ac_cv_prog_CC="cc"
2536 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2537 break 2
2538 fi
2539done
2540 done
2541IFS=$as_save_IFS
2542
2543if test $ac_prog_rejected = yes; then
2544 # We found a bogon in the path, so make sure we never use it.
2545 set dummy $ac_cv_prog_CC
2546 shift
2547 if test $# != 0; then
2548 # We chose a different compiler from the bogus one.
2549 # However, it has the same basename, so the bogon will be chosen
2550 # first if we set CC to just the basename; use the full file name.
2551 shift
2552 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2553 fi
2554fi
2555fi
2556fi
2557CC=$ac_cv_prog_CC
2558if test -n "$CC"; then
2559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2560$as_echo "$CC" >&6; }
2561else
2562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2563$as_echo "no" >&6; }
2564fi
2565
2566
2567fi
2568if test -z "$CC"; then
2569 if test -n "$ac_tool_prefix"; then
2570 for ac_prog in cl.exe
2571 do
2572 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2573set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2574{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2575$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2576if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2577 $as_echo_n "(cached) " >&6
2578else
2579 if test -n "$CC"; then
2580 ac_cv_prog_CC="$CC" # Let the user override the test.
2581else
2582as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2583for as_dir in $PATH
2584do
2585 IFS=$as_save_IFS
2586 test -z "$as_dir" && as_dir=.
2587 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2588 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2589 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2590 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2591 break 2
2592 fi
2593done
2594 done
2595IFS=$as_save_IFS
2596
2597fi
2598fi
2599CC=$ac_cv_prog_CC
2600if test -n "$CC"; then
2601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2602$as_echo "$CC" >&6; }
2603else
2604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2605$as_echo "no" >&6; }
2606fi
2607
2608
2609 test -n "$CC" && break
2610 done
2611fi
2612if test -z "$CC"; then
2613 ac_ct_CC=$CC
2614 for ac_prog in cl.exe
2615do
2616 # Extract the first word of "$ac_prog", so it can be a program name with args.
2617set dummy $ac_prog; ac_word=$2
2618{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2619$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2620if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2621 $as_echo_n "(cached) " >&6
2622else
2623 if test -n "$ac_ct_CC"; then
2624 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2625else
2626as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2627for as_dir in $PATH
2628do
2629 IFS=$as_save_IFS
2630 test -z "$as_dir" && as_dir=.
2631 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2632 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2633 ac_cv_prog_ac_ct_CC="$ac_prog"
2634 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2635 break 2
2636 fi
2637done
2638 done
2639IFS=$as_save_IFS
2640
2641fi
2642fi
2643ac_ct_CC=$ac_cv_prog_ac_ct_CC
2644if test -n "$ac_ct_CC"; then
2645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2646$as_echo "$ac_ct_CC" >&6; }
2647else
2648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2649$as_echo "no" >&6; }
2650fi
2651
2652
2653 test -n "$ac_ct_CC" && break
2654done
2655
2656 if test "x$ac_ct_CC" = x; then
2657 CC=""
2658 else
2659 case $cross_compiling:$ac_tool_warned in
2660yes:)
2661{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2662$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2663ac_tool_warned=yes ;;
2664esac
2665 CC=$ac_ct_CC
2666 fi
2667fi
2668
2669fi
2670
2671
2672test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2673$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2674as_fn_error $? "no acceptable C compiler found in \$PATH
2675See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2676
2677# Provide some information about the compiler.
2678$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2679set X $ac_compile
2680ac_compiler=$2
2681for ac_option in --version -v -V -qversion; do
2682 { { ac_try="$ac_compiler $ac_option >&5"
2683case "(($ac_try" in
2684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2685 *) ac_try_echo=$ac_try;;
2686esac
2687eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2688$as_echo "$ac_try_echo"; } >&5
2689 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2690 ac_status=$?
2691 if test -s conftest.err; then
2692 sed '10a\
2693... rest of stderr output deleted ...
2694 10q' conftest.err >conftest.er1
2695 cat conftest.er1 >&5
6bb11ab3 2696 fi
d0ac1c44 2697 rm -f conftest.er1 conftest.err
6bb11ab3
L
2698 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2699 test $ac_status = 0; }
2700done
2701
2702cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2703/* end confdefs.h. */
2704
2705int
2706main ()
2707{
2708
2709 ;
2710 return 0;
2711}
2712_ACEOF
2713ac_clean_files_save=$ac_clean_files
d0ac1c44 2714ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2715# Try to create an executable without -o first, disregard a.out.
2716# It will help us diagnose broken compilers, and finding out an intuition
2717# of exeext.
d0ac1c44
SM
2718{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2719$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2720ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2721
2722# The possible output files:
2723ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2724
2725ac_rmfiles=
2726for ac_file in $ac_files
2727do
2728 case $ac_file in
2729 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2730 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2731 esac
2732done
2733rm -f $ac_rmfiles
2734
2735if { { ac_try="$ac_link_default"
2736case "(($ac_try" in
2737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2738 *) ac_try_echo=$ac_try;;
2739esac
2740eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2741$as_echo "$ac_try_echo"; } >&5
2742 (eval "$ac_link_default") 2>&5
2743 ac_status=$?
2744 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2745 test $ac_status = 0; }; then :
2746 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2747# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2748# in a Makefile. We should not override ac_cv_exeext if it was cached,
2749# so that the user can short-circuit this test for compilers unknown to
2750# Autoconf.
2751for ac_file in $ac_files ''
2752do
2753 test -f "$ac_file" || continue
2754 case $ac_file in
2755 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2756 ;;
2757 [ab].out )
2758 # We found the default executable, but exeext='' is most
2759 # certainly right.
2760 break;;
2761 *.* )
2762 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2763 then :; else
2764 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2765 fi
2766 # We set ac_cv_exeext here because the later test for it is not
2767 # safe: cross compilers may not add the suffix if given an `-o'
2768 # argument, so we may need to know it at that point already.
2769 # Even if this section looks crufty: it has the advantage of
2770 # actually working.
2771 break;;
2772 * )
2773 break;;
2774 esac
2775done
2776test "$ac_cv_exeext" = no && ac_cv_exeext=
2777
2778else
2779 ac_file=''
2780fi
6bb11ab3 2781if test -z "$ac_file"; then :
d0ac1c44
SM
2782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2783$as_echo "no" >&6; }
2784$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2785sed 's/^/| /' conftest.$ac_ext >&5
2786
2787{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2788$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2789as_fn_error 77 "C compiler cannot create executables
2790See \`config.log' for more details" "$LINENO" 5; }
2791else
2792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2793$as_echo "yes" >&6; }
6bb11ab3 2794fi
d0ac1c44
SM
2795{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2796$as_echo_n "checking for C compiler default output file name... " >&6; }
2797{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2798$as_echo "$ac_file" >&6; }
6bb11ab3
L
2799ac_exeext=$ac_cv_exeext
2800
d0ac1c44 2801rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2802ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2803{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2804$as_echo_n "checking for suffix of executables... " >&6; }
2805if { { ac_try="$ac_link"
2806case "(($ac_try" in
2807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2808 *) ac_try_echo=$ac_try;;
2809esac
2810eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2811$as_echo "$ac_try_echo"; } >&5
2812 (eval "$ac_link") 2>&5
2813 ac_status=$?
2814 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2815 test $ac_status = 0; }; then :
2816 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2817# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2818# work properly (i.e., refer to `conftest.exe'), while it won't with
2819# `rm'.
2820for ac_file in conftest.exe conftest conftest.*; do
2821 test -f "$ac_file" || continue
2822 case $ac_file in
2823 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2824 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2825 break;;
2826 * ) break;;
2827 esac
2828done
2829else
2830 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2831$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2832as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2833See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2834fi
d0ac1c44 2835rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2836{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2837$as_echo "$ac_cv_exeext" >&6; }
2838
2839rm -f conftest.$ac_ext
2840EXEEXT=$ac_cv_exeext
2841ac_exeext=$EXEEXT
d0ac1c44
SM
2842cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2843/* end confdefs.h. */
2844#include <stdio.h>
2845int
2846main ()
2847{
2848FILE *f = fopen ("conftest.out", "w");
2849 return ferror (f) || fclose (f) != 0;
2850
2851 ;
2852 return 0;
2853}
2854_ACEOF
2855ac_clean_files="$ac_clean_files conftest.out"
2856# Check that the compiler produces executables we can run. If not, either
2857# the compiler is broken, or we cross compile.
2858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2859$as_echo_n "checking whether we are cross compiling... " >&6; }
2860if test "$cross_compiling" != yes; then
2861 { { ac_try="$ac_link"
2862case "(($ac_try" in
2863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2864 *) ac_try_echo=$ac_try;;
2865esac
2866eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2867$as_echo "$ac_try_echo"; } >&5
2868 (eval "$ac_link") 2>&5
2869 ac_status=$?
2870 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2871 test $ac_status = 0; }
2872 if { ac_try='./conftest$ac_cv_exeext'
2873 { { case "(($ac_try" in
2874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2875 *) ac_try_echo=$ac_try;;
2876esac
2877eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2878$as_echo "$ac_try_echo"; } >&5
2879 (eval "$ac_try") 2>&5
2880 ac_status=$?
2881 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2882 test $ac_status = 0; }; }; then
2883 cross_compiling=no
2884 else
2885 if test "$cross_compiling" = maybe; then
2886 cross_compiling=yes
2887 else
2888 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2889$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2890as_fn_error $? "cannot run C compiled programs.
2891If you meant to cross compile, use \`--host'.
2892See \`config.log' for more details" "$LINENO" 5; }
2893 fi
2894 fi
2895fi
2896{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2897$as_echo "$cross_compiling" >&6; }
2898
2899rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2900ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2901{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2902$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2903if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2904 $as_echo_n "(cached) " >&6
2905else
2906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2907/* end confdefs.h. */
2908
2909int
2910main ()
2911{
2912
2913 ;
2914 return 0;
2915}
2916_ACEOF
2917rm -f conftest.o conftest.obj
2918if { { ac_try="$ac_compile"
2919case "(($ac_try" in
2920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2921 *) ac_try_echo=$ac_try;;
2922esac
2923eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2924$as_echo "$ac_try_echo"; } >&5
2925 (eval "$ac_compile") 2>&5
2926 ac_status=$?
2927 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2928 test $ac_status = 0; }; then :
2929 for ac_file in conftest.o conftest.obj conftest.*; do
2930 test -f "$ac_file" || continue;
2931 case $ac_file in
2932 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2933 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2934 break;;
2935 esac
2936done
2937else
2938 $as_echo "$as_me: failed program was:" >&5
2939sed 's/^/| /' conftest.$ac_ext >&5
2940
2941{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2942$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2943as_fn_error $? "cannot compute suffix of object files: cannot compile
2944See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2945fi
2946rm -f conftest.$ac_cv_objext conftest.$ac_ext
2947fi
2948{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2949$as_echo "$ac_cv_objext" >&6; }
2950OBJEXT=$ac_cv_objext
2951ac_objext=$OBJEXT
2952{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2953$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2954if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2955 $as_echo_n "(cached) " >&6
2956else
2957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2958/* end confdefs.h. */
2959
2960int
2961main ()
2962{
2963#ifndef __GNUC__
2964 choke me
2965#endif
2966
2967 ;
2968 return 0;
2969}
2970_ACEOF
2971if ac_fn_c_try_compile "$LINENO"; then :
2972 ac_compiler_gnu=yes
2973else
2974 ac_compiler_gnu=no
2975fi
2976rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2977ac_cv_c_compiler_gnu=$ac_compiler_gnu
2978
2979fi
2980{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2981$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2982if test $ac_compiler_gnu = yes; then
2983 GCC=yes
2984else
2985 GCC=
2986fi
2987ac_test_CFLAGS=${CFLAGS+set}
2988ac_save_CFLAGS=$CFLAGS
2989{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2990$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 2991if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
2992 $as_echo_n "(cached) " >&6
2993else
2994 ac_save_c_werror_flag=$ac_c_werror_flag
2995 ac_c_werror_flag=yes
2996 ac_cv_prog_cc_g=no
2997 CFLAGS="-g"
2998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2999/* end confdefs.h. */
3000
3001int
3002main ()
3003{
3004
3005 ;
3006 return 0;
3007}
3008_ACEOF
3009if ac_fn_c_try_compile "$LINENO"; then :
3010 ac_cv_prog_cc_g=yes
3011else
3012 CFLAGS=""
3013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3014/* end confdefs.h. */
3015
3016int
3017main ()
3018{
3019
3020 ;
3021 return 0;
3022}
3023_ACEOF
3024if ac_fn_c_try_compile "$LINENO"; then :
3025
3026else
3027 ac_c_werror_flag=$ac_save_c_werror_flag
3028 CFLAGS="-g"
3029 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3030/* end confdefs.h. */
3031
3032int
3033main ()
3034{
3035
3036 ;
3037 return 0;
3038}
3039_ACEOF
3040if ac_fn_c_try_compile "$LINENO"; then :
3041 ac_cv_prog_cc_g=yes
3042fi
3043rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3044fi
3045rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3046fi
3047rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3048 ac_c_werror_flag=$ac_save_c_werror_flag
3049fi
3050{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3051$as_echo "$ac_cv_prog_cc_g" >&6; }
3052if test "$ac_test_CFLAGS" = set; then
3053 CFLAGS=$ac_save_CFLAGS
3054elif test $ac_cv_prog_cc_g = yes; then
3055 if test "$GCC" = yes; then
3056 CFLAGS="-g -O2"
3057 else
3058 CFLAGS="-g"
3059 fi
3060else
3061 if test "$GCC" = yes; then
3062 CFLAGS="-O2"
3063 else
3064 CFLAGS=
3065 fi
3066fi
3067{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3068$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3069if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3070 $as_echo_n "(cached) " >&6
3071else
3072 ac_cv_prog_cc_c89=no
3073ac_save_CC=$CC
3074cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3075/* end confdefs.h. */
3076#include <stdarg.h>
3077#include <stdio.h>
d0ac1c44 3078struct stat;
6bb11ab3
L
3079/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3080struct buf { int x; };
3081FILE * (*rcsopen) (struct buf *, struct stat *, int);
3082static char *e (p, i)
3083 char **p;
3084 int i;
3085{
3086 return p[i];
3087}
3088static char *f (char * (*g) (char **, int), char **p, ...)
3089{
3090 char *s;
3091 va_list v;
3092 va_start (v,p);
3093 s = g (p, va_arg (v,int));
3094 va_end (v);
3095 return s;
3096}
3097
3098/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3099 function prototypes and stuff, but not '\xHH' hex character constants.
3100 These don't provoke an error unfortunately, instead are silently treated
3101 as 'x'. The following induces an error, until -std is added to get
3102 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3103 array size at least. It's necessary to write '\x00'==0 to get something
3104 that's true only with -std. */
3105int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3106
3107/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3108 inside strings and character constants. */
3109#define FOO(x) 'x'
3110int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3111
3112int test (int i, double x);
3113struct s1 {int (*f) (int a);};
3114struct s2 {int (*f) (double a);};
3115int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3116int argc;
3117char **argv;
3118int
3119main ()
3120{
3121return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3122 ;
3123 return 0;
3124}
3125_ACEOF
3126for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3127 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3128do
3129 CC="$ac_save_CC $ac_arg"
3130 if ac_fn_c_try_compile "$LINENO"; then :
3131 ac_cv_prog_cc_c89=$ac_arg
3132fi
3133rm -f core conftest.err conftest.$ac_objext
3134 test "x$ac_cv_prog_cc_c89" != "xno" && break
3135done
3136rm -f conftest.$ac_ext
3137CC=$ac_save_CC
3138
3139fi
3140# AC_CACHE_VAL
3141case "x$ac_cv_prog_cc_c89" in
3142 x)
3143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3144$as_echo "none needed" >&6; } ;;
3145 xno)
3146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3147$as_echo "unsupported" >&6; } ;;
3148 *)
3149 CC="$CC $ac_cv_prog_cc_c89"
3150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3151$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3152esac
3153if test "x$ac_cv_prog_cc_c89" != xno; then :
3154
3155fi
3156
3157ac_ext=c
3158ac_cpp='$CPP $CPPFLAGS'
3159ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3160ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3161ac_compiler_gnu=$ac_cv_c_compiler_gnu
3162
c2783492 3163
ebe9564b
MF
3164ac_ext=c
3165ac_cpp='$CPP $CPPFLAGS'
3166ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3167ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3168ac_compiler_gnu=$ac_cv_c_compiler_gnu
3169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3170$as_echo_n "checking how to run the C preprocessor... " >&6; }
3171# On Suns, sometimes $CPP names a directory.
3172if test -n "$CPP" && test -d "$CPP"; then
3173 CPP=
3174fi
3175if test -z "$CPP"; then
3176 if ${ac_cv_prog_CPP+:} false; then :
3177 $as_echo_n "(cached) " >&6
3178else
3179 # Double quotes because CPP needs to be expanded
3180 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3181 do
3182 ac_preproc_ok=false
3183for ac_c_preproc_warn_flag in '' yes
3184do
3185 # Use a header file that comes with gcc, so configuring glibc
3186 # with a fresh cross-compiler works.
3187 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3188 # <limits.h> exists even on freestanding compilers.
3189 # On the NeXT, cc -E runs the code through the compiler's parser,
3190 # not just through cpp. "Syntax error" is here to catch this case.
3191 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3192/* end confdefs.h. */
3193#ifdef __STDC__
3194# include <limits.h>
3195#else
3196# include <assert.h>
3197#endif
3198 Syntax error
3199_ACEOF
3200if ac_fn_c_try_cpp "$LINENO"; then :
3201
3202else
3203 # Broken: fails on valid input.
3204continue
3205fi
3206rm -f conftest.err conftest.i conftest.$ac_ext
3207
3208 # OK, works on sane cases. Now check whether nonexistent headers
3209 # can be detected and how.
3210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3211/* end confdefs.h. */
3212#include <ac_nonexistent.h>
3213_ACEOF
3214if ac_fn_c_try_cpp "$LINENO"; then :
3215 # Broken: success on invalid input.
3216continue
3217else
3218 # Passes both tests.
3219ac_preproc_ok=:
3220break
3221fi
3222rm -f conftest.err conftest.i conftest.$ac_ext
3223
3224done
3225# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3226rm -f conftest.i conftest.err conftest.$ac_ext
3227if $ac_preproc_ok; then :
3228 break
3229fi
3230
3231 done
3232 ac_cv_prog_CPP=$CPP
3233
3234fi
3235 CPP=$ac_cv_prog_CPP
3236else
3237 ac_cv_prog_CPP=$CPP
3238fi
3239{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3240$as_echo "$CPP" >&6; }
3241ac_preproc_ok=false
3242for ac_c_preproc_warn_flag in '' yes
3243do
3244 # Use a header file that comes with gcc, so configuring glibc
3245 # with a fresh cross-compiler works.
3246 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3247 # <limits.h> exists even on freestanding compilers.
3248 # On the NeXT, cc -E runs the code through the compiler's parser,
3249 # not just through cpp. "Syntax error" is here to catch this case.
3250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3251/* end confdefs.h. */
3252#ifdef __STDC__
3253# include <limits.h>
3254#else
3255# include <assert.h>
3256#endif
3257 Syntax error
3258_ACEOF
3259if ac_fn_c_try_cpp "$LINENO"; then :
3260
3261else
3262 # Broken: fails on valid input.
3263continue
3264fi
3265rm -f conftest.err conftest.i conftest.$ac_ext
3266
3267 # OK, works on sane cases. Now check whether nonexistent headers
3268 # can be detected and how.
3269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3270/* end confdefs.h. */
3271#include <ac_nonexistent.h>
3272_ACEOF
3273if ac_fn_c_try_cpp "$LINENO"; then :
3274 # Broken: success on invalid input.
3275continue
3276else
3277 # Passes both tests.
3278ac_preproc_ok=:
3279break
3280fi
3281rm -f conftest.err conftest.i conftest.$ac_ext
3282
3283done
3284# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3285rm -f conftest.i conftest.err conftest.$ac_ext
3286if $ac_preproc_ok; then :
3287
3288else
3289 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3290$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3291as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3292See \`config.log' for more details" "$LINENO" 5; }
3293fi
3294
3295ac_ext=c
3296ac_cpp='$CPP $CPPFLAGS'
3297ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3298ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3299ac_compiler_gnu=$ac_cv_c_compiler_gnu
3300
6bb11ab3
L
3301
3302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3303$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3304if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3305 $as_echo_n "(cached) " >&6
3306else
3307 if test -z "$GREP"; then
3308 ac_path_GREP_found=false
3309 # Loop through the user's path and test for each of PROGNAME-LIST
3310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3311for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3312do
3313 IFS=$as_save_IFS
3314 test -z "$as_dir" && as_dir=.
3315 for ac_prog in grep ggrep; do
3316 for ac_exec_ext in '' $ac_executable_extensions; do
3317 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3318 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3319# Check for GNU ac_path_GREP and select it if it is found.
3320 # Check for GNU $ac_path_GREP
3321case `"$ac_path_GREP" --version 2>&1` in
3322*GNU*)
3323 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3324*)
3325 ac_count=0
3326 $as_echo_n 0123456789 >"conftest.in"
3327 while :
3328 do
3329 cat "conftest.in" "conftest.in" >"conftest.tmp"
3330 mv "conftest.tmp" "conftest.in"
3331 cp "conftest.in" "conftest.nl"
3332 $as_echo 'GREP' >> "conftest.nl"
3333 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3334 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3335 as_fn_arith $ac_count + 1 && ac_count=$as_val
3336 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3337 # Best one so far, save it but keep looking for a better one
3338 ac_cv_path_GREP="$ac_path_GREP"
3339 ac_path_GREP_max=$ac_count
3340 fi
3341 # 10*(2^10) chars as input seems more than enough
3342 test $ac_count -gt 10 && break
3343 done
3344 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3345esac
3346
3347 $ac_path_GREP_found && break 3
3348 done
3349 done
3350 done
3351IFS=$as_save_IFS
3352 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3353 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3354 fi
3355else
3356 ac_cv_path_GREP=$GREP
3357fi
3358
3359fi
3360{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3361$as_echo "$ac_cv_path_GREP" >&6; }
3362 GREP="$ac_cv_path_GREP"
3363
3364
3365{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3366$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3367if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3368 $as_echo_n "(cached) " >&6
3369else
3370 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3371 then ac_cv_path_EGREP="$GREP -E"
3372 else
3373 if test -z "$EGREP"; then
3374 ac_path_EGREP_found=false
3375 # Loop through the user's path and test for each of PROGNAME-LIST
3376 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3377for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3378do
3379 IFS=$as_save_IFS
3380 test -z "$as_dir" && as_dir=.
3381 for ac_prog in egrep; do
3382 for ac_exec_ext in '' $ac_executable_extensions; do
3383 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3384 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3385# Check for GNU ac_path_EGREP and select it if it is found.
3386 # Check for GNU $ac_path_EGREP
3387case `"$ac_path_EGREP" --version 2>&1` in
3388*GNU*)
3389 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3390*)
3391 ac_count=0
3392 $as_echo_n 0123456789 >"conftest.in"
3393 while :
3394 do
3395 cat "conftest.in" "conftest.in" >"conftest.tmp"
3396 mv "conftest.tmp" "conftest.in"
3397 cp "conftest.in" "conftest.nl"
3398 $as_echo 'EGREP' >> "conftest.nl"
3399 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3400 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3401 as_fn_arith $ac_count + 1 && ac_count=$as_val
3402 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3403 # Best one so far, save it but keep looking for a better one
3404 ac_cv_path_EGREP="$ac_path_EGREP"
3405 ac_path_EGREP_max=$ac_count
3406 fi
3407 # 10*(2^10) chars as input seems more than enough
3408 test $ac_count -gt 10 && break
3409 done
3410 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3411esac
3412
3413 $ac_path_EGREP_found && break 3
3414 done
3415 done
3416 done
3417IFS=$as_save_IFS
3418 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3419 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3420 fi
3421else
3422 ac_cv_path_EGREP=$EGREP
3423fi
3424
3425 fi
3426fi
3427{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3428$as_echo "$ac_cv_path_EGREP" >&6; }
3429 EGREP="$ac_cv_path_EGREP"
3430
3431
3432{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3433$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3434if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3435 $as_echo_n "(cached) " >&6
3436else
3437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3438/* end confdefs.h. */
3439#include <stdlib.h>
3440#include <stdarg.h>
3441#include <string.h>
3442#include <float.h>
3443
3444int
3445main ()
3446{
3447
3448 ;
3449 return 0;
3450}
3451_ACEOF
3452if ac_fn_c_try_compile "$LINENO"; then :
3453 ac_cv_header_stdc=yes
3454else
3455 ac_cv_header_stdc=no
3456fi
3457rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3458
3459if test $ac_cv_header_stdc = yes; then
3460 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3461 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3462/* end confdefs.h. */
3463#include <string.h>
3464
3465_ACEOF
3466if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3467 $EGREP "memchr" >/dev/null 2>&1; then :
3468
3469else
3470 ac_cv_header_stdc=no
3471fi
3472rm -f conftest*
3473
3474fi
3475
3476if test $ac_cv_header_stdc = yes; then
3477 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3479/* end confdefs.h. */
3480#include <stdlib.h>
3481
3482_ACEOF
3483if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3484 $EGREP "free" >/dev/null 2>&1; then :
3485
3486else
3487 ac_cv_header_stdc=no
3488fi
3489rm -f conftest*
3490
3491fi
3492
3493if test $ac_cv_header_stdc = yes; then
3494 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3495 if test "$cross_compiling" = yes; then :
3496 :
3497else
3498 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3499/* end confdefs.h. */
3500#include <ctype.h>
3501#include <stdlib.h>
3502#if ((' ' & 0x0FF) == 0x020)
3503# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3504# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3505#else
3506# define ISLOWER(c) \
3507 (('a' <= (c) && (c) <= 'i') \
3508 || ('j' <= (c) && (c) <= 'r') \
3509 || ('s' <= (c) && (c) <= 'z'))
3510# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3511#endif
3512
3513#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3514int
3515main ()
3516{
3517 int i;
3518 for (i = 0; i < 256; i++)
3519 if (XOR (islower (i), ISLOWER (i))
3520 || toupper (i) != TOUPPER (i))
3521 return 2;
3522 return 0;
3523}
3524_ACEOF
3525if ac_fn_c_try_run "$LINENO"; then :
3526
3527else
3528 ac_cv_header_stdc=no
3529fi
3530rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3531 conftest.$ac_objext conftest.beam conftest.$ac_ext
3532fi
3533
3534fi
3535fi
3536{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3537$as_echo "$ac_cv_header_stdc" >&6; }
3538if test $ac_cv_header_stdc = yes; then
3539
3540$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3541
3542fi
3543
3544# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3545for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3546 inttypes.h stdint.h unistd.h
3547do :
3548 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3549ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3550"
d0ac1c44 3551if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3552 cat >>confdefs.h <<_ACEOF
3553#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3554_ACEOF
3555
3556fi
3557
3558done
3559
3560
3561
3562 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3563if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3564 MINIX=yes
3565else
3566 MINIX=
3567fi
3568
3569
3570 if test "$MINIX" = yes; then
3571
3572$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3573
3574
3575$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3576
3577
3578$as_echo "#define _MINIX 1" >>confdefs.h
3579
3580 fi
3581
3582
3583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3584$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3585if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3586 $as_echo_n "(cached) " >&6
3587else
3588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3589/* end confdefs.h. */
3590
d0ac1c44
SM
3591# define __EXTENSIONS__ 1
3592 $ac_includes_default
6bb11ab3
L
3593int
3594main ()
3595{
3596
3597 ;
3598 return 0;
3599}
3600_ACEOF
3601if ac_fn_c_try_compile "$LINENO"; then :
3602 ac_cv_safe_to_define___extensions__=yes
3603else
3604 ac_cv_safe_to_define___extensions__=no
3605fi
3606rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3607fi
3608{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3609$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3610 test $ac_cv_safe_to_define___extensions__ = yes &&
3611 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3612
3613 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3614
3615 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3616
3617 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3618
3619 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3620
3621
3622test "$program_prefix" != NONE &&
3623 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3624# Use a double $ so make ignores it.
3625test "$program_suffix" != NONE &&
3626 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3627# Double any \ or $.
3628# By default was `s,x,x', remove it if useless.
3629ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3630program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3631
3632# Find a good install program. We prefer a C program (faster),
3633# so one script is as good as another. But avoid the broken or
3634# incompatible versions:
3635# SysV /etc/install, /usr/sbin/install
3636# SunOS /usr/etc/install
3637# IRIX /sbin/install
3638# AIX /bin/install
3639# AmigaOS /C/install, which installs bootblocks on floppy discs
3640# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3641# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3642# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3643# OS/2's system install, which has a completely different semantic
3644# ./install, which can be erroneously created by make from ./install.sh.
3645# Reject install programs that cannot install multiple files.
3646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3647$as_echo_n "checking for a BSD-compatible install... " >&6; }
3648if test -z "$INSTALL"; then
d0ac1c44 3649if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3650 $as_echo_n "(cached) " >&6
3651else
3652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3653for as_dir in $PATH
3654do
3655 IFS=$as_save_IFS
3656 test -z "$as_dir" && as_dir=.
3657 # Account for people who put trailing slashes in PATH elements.
3658case $as_dir/ in #((
3659 ./ | .// | /[cC]/* | \
3660 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3661 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3662 /usr/ucb/* ) ;;
3663 *)
3664 # OSF1 and SCO ODT 3.0 have their own names for install.
3665 # Don't use installbsd from OSF since it installs stuff as root
3666 # by default.
3667 for ac_prog in ginstall scoinst install; do
3668 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3669 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3670 if test $ac_prog = install &&
3671 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3672 # AIX install. It has an incompatible calling convention.
3673 :
3674 elif test $ac_prog = install &&
3675 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3676 # program-specific install script used by HP pwplus--don't use.
3677 :
3678 else
3679 rm -rf conftest.one conftest.two conftest.dir
3680 echo one > conftest.one
3681 echo two > conftest.two
3682 mkdir conftest.dir
3683 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3684 test -s conftest.one && test -s conftest.two &&
3685 test -s conftest.dir/conftest.one &&
3686 test -s conftest.dir/conftest.two
3687 then
3688 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3689 break 3
3690 fi
3691 fi
3692 fi
3693 done
3694 done
3695 ;;
3696esac
3697
3698 done
3699IFS=$as_save_IFS
3700
3701rm -rf conftest.one conftest.two conftest.dir
3702
3703fi
3704 if test "${ac_cv_path_install+set}" = set; then
3705 INSTALL=$ac_cv_path_install
3706 else
3707 # As a last resort, use the slow shell script. Don't cache a
3708 # value for INSTALL within a source directory, because that will
3709 # break other packages using the cache if that directory is
3710 # removed, or if the value is a relative name.
3711 INSTALL=$ac_install_sh
3712 fi
3713fi
3714{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3715$as_echo "$INSTALL" >&6; }
3716
3717# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3718# It thinks the first close brace ends the variable substitution.
3719test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3720
3721test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3722
3723test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3724
3725rm -rf .tst 2>/dev/null
3726mkdir .tst 2>/dev/null
3727if test -d .tst; then
3728 am__leading_dot=.
3729else
3730 am__leading_dot=_
3731fi
3732rmdir .tst 2>/dev/null
3733
3734DEPDIR="${am__leading_dot}deps"
3735
3736case `pwd` in
3737 *\ * | *\ *)
3738 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3739$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3740esac
3741
3742
3743
3744macro_version='2.2.7a'
3745macro_revision='1.3134'
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759ltmain="$ac_aux_dir/ltmain.sh"
3760
3761# Backslashify metacharacters that are still active within
3762# double-quoted strings.
3763sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3764
3765# Same as above, but do not quote variable references.
3766double_quote_subst='s/\(["`\\]\)/\\\1/g'
3767
3768# Sed substitution to delay expansion of an escaped shell variable in a
3769# double_quote_subst'ed string.
3770delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3771
3772# Sed substitution to delay expansion of an escaped single quote.
3773delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3774
3775# Sed substitution to avoid accidental globbing in evaled expressions
3776no_glob_subst='s/\*/\\\*/g'
3777
3778ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3779ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3780ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3781
3782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3783$as_echo_n "checking how to print strings... " >&6; }
3784# Test print first, because it will be a builtin if present.
3785if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3786 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3787 ECHO='print -r --'
3788elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3789 ECHO='printf %s\n'
3790else
3791 # Use this function as a fallback that always works.
3792 func_fallback_echo ()
3793 {
3794 eval 'cat <<_LTECHO_EOF
3795$1
3796_LTECHO_EOF'
3797 }
3798 ECHO='func_fallback_echo'
3799fi
3800
3801# func_echo_all arg...
3802# Invoke $ECHO with all args, space-separated.
3803func_echo_all ()
3804{
3805 $ECHO ""
3806}
3807
3808case "$ECHO" in
3809 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3810$as_echo "printf" >&6; } ;;
3811 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3812$as_echo "print -r" >&6; } ;;
3813 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3814$as_echo "cat" >&6; } ;;
3815esac
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3831$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3832if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3833 $as_echo_n "(cached) " >&6
3834else
3835 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3836 for ac_i in 1 2 3 4 5 6 7; do
3837 ac_script="$ac_script$as_nl$ac_script"
3838 done
3839 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3840 { ac_script=; unset ac_script;}
3841 if test -z "$SED"; then
3842 ac_path_SED_found=false
3843 # Loop through the user's path and test for each of PROGNAME-LIST
3844 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3845for as_dir in $PATH
3846do
3847 IFS=$as_save_IFS
3848 test -z "$as_dir" && as_dir=.
3849 for ac_prog in sed gsed; do
3850 for ac_exec_ext in '' $ac_executable_extensions; do
3851 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3852 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3853# Check for GNU ac_path_SED and select it if it is found.
3854 # Check for GNU $ac_path_SED
3855case `"$ac_path_SED" --version 2>&1` in
3856*GNU*)
3857 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3858*)
3859 ac_count=0
3860 $as_echo_n 0123456789 >"conftest.in"
3861 while :
3862 do
3863 cat "conftest.in" "conftest.in" >"conftest.tmp"
3864 mv "conftest.tmp" "conftest.in"
3865 cp "conftest.in" "conftest.nl"
3866 $as_echo '' >> "conftest.nl"
3867 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3868 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3869 as_fn_arith $ac_count + 1 && ac_count=$as_val
3870 if test $ac_count -gt ${ac_path_SED_max-0}; then
3871 # Best one so far, save it but keep looking for a better one
3872 ac_cv_path_SED="$ac_path_SED"
3873 ac_path_SED_max=$ac_count
3874 fi
3875 # 10*(2^10) chars as input seems more than enough
3876 test $ac_count -gt 10 && break
3877 done
3878 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3879esac
3880
3881 $ac_path_SED_found && break 3
3882 done
3883 done
3884 done
3885IFS=$as_save_IFS
3886 if test -z "$ac_cv_path_SED"; then
d0ac1c44 3887 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
3888 fi
3889else
3890 ac_cv_path_SED=$SED
3891fi
3892
3893fi
3894{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3895$as_echo "$ac_cv_path_SED" >&6; }
3896 SED="$ac_cv_path_SED"
3897 rm -f conftest.sed
3898
3899test -z "$SED" && SED=sed
3900Xsed="$SED -e 1s/^X//"
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3913$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 3914if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
3915 $as_echo_n "(cached) " >&6
3916else
3917 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3918 then ac_cv_path_FGREP="$GREP -F"
3919 else
3920 if test -z "$FGREP"; then
3921 ac_path_FGREP_found=false
3922 # Loop through the user's path and test for each of PROGNAME-LIST
3923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3924for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3925do
3926 IFS=$as_save_IFS
3927 test -z "$as_dir" && as_dir=.
3928 for ac_prog in fgrep; do
3929 for ac_exec_ext in '' $ac_executable_extensions; do
3930 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3931 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
3932# Check for GNU ac_path_FGREP and select it if it is found.
3933 # Check for GNU $ac_path_FGREP
3934case `"$ac_path_FGREP" --version 2>&1` in
3935*GNU*)
3936 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3937*)
3938 ac_count=0
3939 $as_echo_n 0123456789 >"conftest.in"
3940 while :
3941 do
3942 cat "conftest.in" "conftest.in" >"conftest.tmp"
3943 mv "conftest.tmp" "conftest.in"
3944 cp "conftest.in" "conftest.nl"
3945 $as_echo 'FGREP' >> "conftest.nl"
3946 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3947 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3948 as_fn_arith $ac_count + 1 && ac_count=$as_val
3949 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3950 # Best one so far, save it but keep looking for a better one
3951 ac_cv_path_FGREP="$ac_path_FGREP"
3952 ac_path_FGREP_max=$ac_count
3953 fi
3954 # 10*(2^10) chars as input seems more than enough
3955 test $ac_count -gt 10 && break
3956 done
3957 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3958esac
3959
3960 $ac_path_FGREP_found && break 3
3961 done
3962 done
3963 done
3964IFS=$as_save_IFS
3965 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 3966 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3967 fi
3968else
3969 ac_cv_path_FGREP=$FGREP
3970fi
3971
3972 fi
3973fi
3974{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
3975$as_echo "$ac_cv_path_FGREP" >&6; }
3976 FGREP="$ac_cv_path_FGREP"
3977
3978
3979test -z "$GREP" && GREP=grep
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999# Check whether --with-gnu-ld was given.
4000if test "${with_gnu_ld+set}" = set; then :
4001 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4002else
4003 with_gnu_ld=no
4004fi
4005
4006ac_prog=ld
4007if test "$GCC" = yes; then
4008 # Check if gcc -print-prog-name=ld gives a path.
4009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4010$as_echo_n "checking for ld used by $CC... " >&6; }
4011 case $host in
4012 *-*-mingw*)
4013 # gcc leaves a trailing carriage return which upsets mingw
4014 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4015 *)
4016 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4017 esac
4018 case $ac_prog in
4019 # Accept absolute paths.
4020 [\\/]* | ?:[\\/]*)
4021 re_direlt='/[^/][^/]*/\.\./'
4022 # Canonicalize the pathname of ld
4023 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4024 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4025 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4026 done
4027 test -z "$LD" && LD="$ac_prog"
4028 ;;
4029 "")
4030 # If it fails, then pretend we aren't using GCC.
4031 ac_prog=ld
4032 ;;
4033 *)
4034 # If it is relative, then search for the first ld in PATH.
4035 with_gnu_ld=unknown
4036 ;;
4037 esac
4038elif test "$with_gnu_ld" = yes; then
4039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4040$as_echo_n "checking for GNU ld... " >&6; }
4041else
4042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4043$as_echo_n "checking for non-GNU ld... " >&6; }
4044fi
d0ac1c44 4045if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4046 $as_echo_n "(cached) " >&6
4047else
4048 if test -z "$LD"; then
4049 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4050 for ac_dir in $PATH; do
4051 IFS="$lt_save_ifs"
4052 test -z "$ac_dir" && ac_dir=.
4053 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4054 lt_cv_path_LD="$ac_dir/$ac_prog"
4055 # Check to see if the program is GNU ld. I'd rather use --version,
4056 # but apparently some variants of GNU ld only accept -v.
4057 # Break only if it was the GNU/non-GNU ld that we prefer.
4058 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4059 *GNU* | *'with BFD'*)
4060 test "$with_gnu_ld" != no && break
4061 ;;
4062 *)
4063 test "$with_gnu_ld" != yes && break
4064 ;;
4065 esac
4066 fi
4067 done
4068 IFS="$lt_save_ifs"
4069else
4070 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4071fi
4072fi
4073
4074LD="$lt_cv_path_LD"
4075if test -n "$LD"; then
4076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4077$as_echo "$LD" >&6; }
4078else
4079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4080$as_echo "no" >&6; }
4081fi
d0ac1c44 4082test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4083{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4084$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4085if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4086 $as_echo_n "(cached) " >&6
4087else
4088 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4089case `$LD -v 2>&1 </dev/null` in
4090*GNU* | *'with BFD'*)
4091 lt_cv_prog_gnu_ld=yes
4092 ;;
4093*)
4094 lt_cv_prog_gnu_ld=no
4095 ;;
4096esac
4097fi
4098{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4099$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4100with_gnu_ld=$lt_cv_prog_gnu_ld
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4111$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4112if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4113 $as_echo_n "(cached) " >&6
4114else
4115 if test -n "$NM"; then
4116 # Let the user override the test.
4117 lt_cv_path_NM="$NM"
4118else
4119 lt_nm_to_check="${ac_tool_prefix}nm"
4120 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4121 lt_nm_to_check="$lt_nm_to_check nm"
4122 fi
4123 for lt_tmp_nm in $lt_nm_to_check; do
4124 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4125 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4126 IFS="$lt_save_ifs"
4127 test -z "$ac_dir" && ac_dir=.
4128 tmp_nm="$ac_dir/$lt_tmp_nm"
4129 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4130 # Check to see if the nm accepts a BSD-compat flag.
4131 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4132 # nm: unknown option "B" ignored
4133 # Tru64's nm complains that /dev/null is an invalid object file
4134 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4135 */dev/null* | *'Invalid file or object type'*)
4136 lt_cv_path_NM="$tmp_nm -B"
4137 break
4138 ;;
4139 *)
4140 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4141 */dev/null*)
4142 lt_cv_path_NM="$tmp_nm -p"
4143 break
4144 ;;
4145 *)
4146 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4147 continue # so that we can try to find one that supports BSD flags
4148 ;;
4149 esac
4150 ;;
4151 esac
4152 fi
4153 done
4154 IFS="$lt_save_ifs"
4155 done
4156 : ${lt_cv_path_NM=no}
4157fi
4158fi
4159{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4160$as_echo "$lt_cv_path_NM" >&6; }
4161if test "$lt_cv_path_NM" != "no"; then
4162 NM="$lt_cv_path_NM"
4163else
4164 # Didn't find any BSD compatible name lister, look for dumpbin.
4165 if test -n "$DUMPBIN"; then :
4166 # Let the user override the test.
4167 else
4168 if test -n "$ac_tool_prefix"; then
4169 for ac_prog in dumpbin "link -dump"
4170 do
4171 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4172set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4173{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4174$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4175if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4176 $as_echo_n "(cached) " >&6
4177else
4178 if test -n "$DUMPBIN"; then
4179 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4180else
4181as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4182for as_dir in $PATH
4183do
4184 IFS=$as_save_IFS
4185 test -z "$as_dir" && as_dir=.
4186 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4187 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4188 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4189 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4190 break 2
4191 fi
4192done
4193 done
4194IFS=$as_save_IFS
4195
4196fi
4197fi
4198DUMPBIN=$ac_cv_prog_DUMPBIN
4199if test -n "$DUMPBIN"; then
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4201$as_echo "$DUMPBIN" >&6; }
4202else
4203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4204$as_echo "no" >&6; }
4205fi
4206
4207
4208 test -n "$DUMPBIN" && break
4209 done
4210fi
4211if test -z "$DUMPBIN"; then
4212 ac_ct_DUMPBIN=$DUMPBIN
4213 for ac_prog in dumpbin "link -dump"
4214do
4215 # Extract the first word of "$ac_prog", so it can be a program name with args.
4216set dummy $ac_prog; ac_word=$2
4217{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4218$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4219if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4220 $as_echo_n "(cached) " >&6
4221else
4222 if test -n "$ac_ct_DUMPBIN"; then
4223 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4224else
4225as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4226for as_dir in $PATH
4227do
4228 IFS=$as_save_IFS
4229 test -z "$as_dir" && as_dir=.
4230 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4231 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4232 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4233 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4234 break 2
4235 fi
4236done
4237 done
4238IFS=$as_save_IFS
4239
4240fi
4241fi
4242ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4243if test -n "$ac_ct_DUMPBIN"; then
4244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4245$as_echo "$ac_ct_DUMPBIN" >&6; }
4246else
4247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4248$as_echo "no" >&6; }
4249fi
4250
4251
4252 test -n "$ac_ct_DUMPBIN" && break
4253done
4254
4255 if test "x$ac_ct_DUMPBIN" = x; then
4256 DUMPBIN=":"
4257 else
4258 case $cross_compiling:$ac_tool_warned in
4259yes:)
4260{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4261$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4262ac_tool_warned=yes ;;
4263esac
4264 DUMPBIN=$ac_ct_DUMPBIN
4265 fi
4266fi
4267
4268 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4269 *COFF*)
4270 DUMPBIN="$DUMPBIN -symbols"
4271 ;;
4272 *)
4273 DUMPBIN=:
4274 ;;
4275 esac
4276 fi
4277
4278 if test "$DUMPBIN" != ":"; then
4279 NM="$DUMPBIN"
4280 fi
4281fi
4282test -z "$NM" && NM=nm
4283
4284
4285
4286
4287
4288
4289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4290$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4291if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4292 $as_echo_n "(cached) " >&6
4293else
4294 lt_cv_nm_interface="BSD nm"
4295 echo "int some_variable = 0;" > conftest.$ac_ext
4296 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4297 (eval "$ac_compile" 2>conftest.err)
4298 cat conftest.err >&5
4299 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4300 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4301 cat conftest.err >&5
4302 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4303 cat conftest.out >&5
4304 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4305 lt_cv_nm_interface="MS dumpbin"
4306 fi
4307 rm -f conftest*
4308fi
4309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4310$as_echo "$lt_cv_nm_interface" >&6; }
4311
4312{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4313$as_echo_n "checking whether ln -s works... " >&6; }
4314LN_S=$as_ln_s
4315if test "$LN_S" = "ln -s"; then
4316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4317$as_echo "yes" >&6; }
4318else
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4320$as_echo "no, using $LN_S" >&6; }
4321fi
4322
4323# find the maximum length of command line arguments
4324{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4325$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4326if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4327 $as_echo_n "(cached) " >&6
4328else
4329 i=0
4330 teststring="ABCD"
4331
4332 case $build_os in
4333 msdosdjgpp*)
4334 # On DJGPP, this test can blow up pretty badly due to problems in libc
4335 # (any single argument exceeding 2000 bytes causes a buffer overrun
4336 # during glob expansion). Even if it were fixed, the result of this
4337 # check would be larger than it should be.
4338 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4339 ;;
4340
4341 gnu*)
4342 # Under GNU Hurd, this test is not required because there is
4343 # no limit to the length of command line arguments.
4344 # Libtool will interpret -1 as no limit whatsoever
4345 lt_cv_sys_max_cmd_len=-1;
4346 ;;
4347
4348 cygwin* | mingw* | cegcc*)
4349 # On Win9x/ME, this test blows up -- it succeeds, but takes
4350 # about 5 minutes as the teststring grows exponentially.
4351 # Worse, since 9x/ME are not pre-emptively multitasking,
4352 # you end up with a "frozen" computer, even though with patience
4353 # the test eventually succeeds (with a max line length of 256k).
4354 # Instead, let's just punt: use the minimum linelength reported by
4355 # all of the supported platforms: 8192 (on NT/2K/XP).
4356 lt_cv_sys_max_cmd_len=8192;
4357 ;;
4358
4359 mint*)
4360 # On MiNT this can take a long time and run out of memory.
4361 lt_cv_sys_max_cmd_len=8192;
4362 ;;
4363
4364 amigaos*)
4365 # On AmigaOS with pdksh, this test takes hours, literally.
4366 # So we just punt and use a minimum line length of 8192.
4367 lt_cv_sys_max_cmd_len=8192;
4368 ;;
4369
4370 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4371 # This has been around since 386BSD, at least. Likely further.
4372 if test -x /sbin/sysctl; then
4373 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4374 elif test -x /usr/sbin/sysctl; then
4375 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4376 else
4377 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4378 fi
4379 # And add a safety zone
4380 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4381 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4382 ;;
4383
4384 interix*)
4385 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4386 lt_cv_sys_max_cmd_len=196608
4387 ;;
4388
4389 osf*)
4390 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4391 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4392 # nice to cause kernel panics so lets avoid the loop below.
4393 # First set a reasonable default.
4394 lt_cv_sys_max_cmd_len=16384
4395 #
4396 if test -x /sbin/sysconfig; then
4397 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4398 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4399 esac
4400 fi
4401 ;;
4402 sco3.2v5*)
4403 lt_cv_sys_max_cmd_len=102400
4404 ;;
4405 sysv5* | sco5v6* | sysv4.2uw2*)
4406 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4407 if test -n "$kargmax"; then
4408 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4409 else
4410 lt_cv_sys_max_cmd_len=32768
4411 fi
4412 ;;
4413 *)
4414 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4415 if test -n "$lt_cv_sys_max_cmd_len"; then
4416 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4417 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4418 else
4419 # Make teststring a little bigger before we do anything with it.
4420 # a 1K string should be a reasonable start.
4421 for i in 1 2 3 4 5 6 7 8 ; do
4422 teststring=$teststring$teststring
4423 done
4424 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4425 # If test is not a shell built-in, we'll probably end up computing a
4426 # maximum length that is only half of the actual maximum length, but
4427 # we can't tell.
4428 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4429 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4430 test $i != 17 # 1/2 MB should be enough
4431 do
4432 i=`expr $i + 1`
4433 teststring=$teststring$teststring
4434 done
4435 # Only check the string length outside the loop.
4436 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4437 teststring=
4438 # Add a significant safety factor because C++ compilers can tack on
4439 # massive amounts of additional arguments before passing them to the
4440 # linker. It appears as though 1/2 is a usable value.
4441 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4442 fi
4443 ;;
4444 esac
4445
4446fi
4447
4448if test -n $lt_cv_sys_max_cmd_len ; then
4449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4450$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4451else
4452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4453$as_echo "none" >&6; }
4454fi
4455max_cmd_len=$lt_cv_sys_max_cmd_len
4456
4457
4458
4459
4460
4461
4462: ${CP="cp -f"}
4463: ${MV="mv -f"}
4464: ${RM="rm -f"}
4465
4466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4467$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4468# Try some XSI features
4469xsi_shell=no
4470( _lt_dummy="a/b/c"
4471 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4472 = c,a/b,, \
4473 && eval 'test $(( 1 + 1 )) -eq 2 \
4474 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4475 && xsi_shell=yes
4476{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4477$as_echo "$xsi_shell" >&6; }
4478
4479
4480{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4481$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4482lt_shell_append=no
4483( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4484 >/dev/null 2>&1 \
4485 && lt_shell_append=yes
4486{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4487$as_echo "$lt_shell_append" >&6; }
4488
4489
4490if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4491 lt_unset=unset
4492else
4493 lt_unset=false
4494fi
4495
4496
4497
4498
4499
4500# test EBCDIC or ASCII
4501case `echo X|tr X '\101'` in
4502 A) # ASCII based system
4503 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4504 lt_SP2NL='tr \040 \012'
4505 lt_NL2SP='tr \015\012 \040\040'
4506 ;;
4507 *) # EBCDIC based system
4508 lt_SP2NL='tr \100 \n'
4509 lt_NL2SP='tr \r\n \100\100'
4510 ;;
4511esac
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4522$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4523if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4524 $as_echo_n "(cached) " >&6
4525else
4526 lt_cv_ld_reload_flag='-r'
4527fi
4528{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4529$as_echo "$lt_cv_ld_reload_flag" >&6; }
4530reload_flag=$lt_cv_ld_reload_flag
4531case $reload_flag in
4532"" | " "*) ;;
4533*) reload_flag=" $reload_flag" ;;
4534esac
4535reload_cmds='$LD$reload_flag -o $output$reload_objs'
4536case $host_os in
4537 darwin*)
4538 if test "$GCC" = yes; then
4539 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4540 else
4541 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4542 fi
4543 ;;
4544esac
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554if test -n "$ac_tool_prefix"; then
4555 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4556set dummy ${ac_tool_prefix}objdump; ac_word=$2
4557{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4558$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4559if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4560 $as_echo_n "(cached) " >&6
4561else
4562 if test -n "$OBJDUMP"; then
4563 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4564else
4565as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4566for as_dir in $PATH
4567do
4568 IFS=$as_save_IFS
4569 test -z "$as_dir" && as_dir=.
4570 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4571 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4572 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4573 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4574 break 2
4575 fi
4576done
4577 done
4578IFS=$as_save_IFS
4579
4580fi
4581fi
4582OBJDUMP=$ac_cv_prog_OBJDUMP
4583if test -n "$OBJDUMP"; then
4584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4585$as_echo "$OBJDUMP" >&6; }
4586else
4587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4588$as_echo "no" >&6; }
4589fi
4590
4591
4592fi
4593if test -z "$ac_cv_prog_OBJDUMP"; then
4594 ac_ct_OBJDUMP=$OBJDUMP
4595 # Extract the first word of "objdump", so it can be a program name with args.
4596set dummy objdump; ac_word=$2
4597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4598$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4599if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4600 $as_echo_n "(cached) " >&6
4601else
4602 if test -n "$ac_ct_OBJDUMP"; then
4603 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4604else
4605as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4606for as_dir in $PATH
4607do
4608 IFS=$as_save_IFS
4609 test -z "$as_dir" && as_dir=.
4610 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4611 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4612 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4613 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4614 break 2
4615 fi
4616done
4617 done
4618IFS=$as_save_IFS
4619
4620fi
4621fi
4622ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4623if test -n "$ac_ct_OBJDUMP"; then
4624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4625$as_echo "$ac_ct_OBJDUMP" >&6; }
4626else
4627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4628$as_echo "no" >&6; }
4629fi
4630
4631 if test "x$ac_ct_OBJDUMP" = x; then
4632 OBJDUMP="false"
4633 else
4634 case $cross_compiling:$ac_tool_warned in
4635yes:)
4636{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4637$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4638ac_tool_warned=yes ;;
4639esac
4640 OBJDUMP=$ac_ct_OBJDUMP
4641 fi
4642else
4643 OBJDUMP="$ac_cv_prog_OBJDUMP"
4644fi
4645
4646test -z "$OBJDUMP" && OBJDUMP=objdump
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4657$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4658if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4659 $as_echo_n "(cached) " >&6
4660else
4661 lt_cv_file_magic_cmd='$MAGIC_CMD'
4662lt_cv_file_magic_test_file=
4663lt_cv_deplibs_check_method='unknown'
4664# Need to set the preceding variable on all platforms that support
4665# interlibrary dependencies.
4666# 'none' -- dependencies not supported.
4667# `unknown' -- same as none, but documents that we really don't know.
4668# 'pass_all' -- all dependencies passed with no checks.
4669# 'test_compile' -- check by making test program.
4670# 'file_magic [[regex]]' -- check by looking for files in library path
4671# which responds to the $file_magic_cmd with a given extended regex.
4672# If you have `file' or equivalent on your system and you're not sure
4673# whether `pass_all' will *always* work, you probably want this one.
4674
4675case $host_os in
4676aix[4-9]*)
4677 lt_cv_deplibs_check_method=pass_all
4678 ;;
4679
4680beos*)
4681 lt_cv_deplibs_check_method=pass_all
4682 ;;
4683
4684bsdi[45]*)
4685 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4686 lt_cv_file_magic_cmd='/usr/bin/file -L'
4687 lt_cv_file_magic_test_file=/shlib/libc.so
4688 ;;
4689
4690cygwin*)
4691 # func_win32_libid is a shell function defined in ltmain.sh
4692 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4693 lt_cv_file_magic_cmd='func_win32_libid'
4694 ;;
4695
4696mingw* | pw32*)
4697 # Base MSYS/MinGW do not provide the 'file' command needed by
4698 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4699 # unless we find 'file', for example because we are cross-compiling.
4700 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4701 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4702 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4703 lt_cv_file_magic_cmd='func_win32_libid'
4704 else
4705 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4706 lt_cv_file_magic_cmd='$OBJDUMP -f'
4707 fi
4708 ;;
4709
4710cegcc*)
4711 # use the weaker test based on 'objdump'. See mingw*.
4712 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4713 lt_cv_file_magic_cmd='$OBJDUMP -f'
4714 ;;
4715
4716darwin* | rhapsody*)
4717 lt_cv_deplibs_check_method=pass_all
4718 ;;
4719
4720freebsd* | dragonfly*)
4721 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4722 case $host_cpu in
4723 i*86 )
4724 # Not sure whether the presence of OpenBSD here was a mistake.
4725 # Let's accept both of them until this is cleared up.
4726 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4727 lt_cv_file_magic_cmd=/usr/bin/file
4728 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4729 ;;
4730 esac
4731 else
4732 lt_cv_deplibs_check_method=pass_all
4733 fi
4734 ;;
4735
4736gnu*)
4737 lt_cv_deplibs_check_method=pass_all
4738 ;;
4739
4740haiku*)
4741 lt_cv_deplibs_check_method=pass_all
4742 ;;
4743
4744hpux10.20* | hpux11*)
4745 lt_cv_file_magic_cmd=/usr/bin/file
4746 case $host_cpu in
4747 ia64*)
4748 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4749 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4750 ;;
4751 hppa*64*)
4752 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]'
4753 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4754 ;;
4755 *)
4756 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4757 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4758 ;;
4759 esac
4760 ;;
4761
4762interix[3-9]*)
4763 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4764 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4765 ;;
4766
4767irix5* | irix6* | nonstopux*)
4768 case $LD in
4769 *-32|*"-32 ") libmagic=32-bit;;
4770 *-n32|*"-n32 ") libmagic=N32;;
4771 *-64|*"-64 ") libmagic=64-bit;;
4772 *) libmagic=never-match;;
4773 esac
4774 lt_cv_deplibs_check_method=pass_all
4775 ;;
4776
4777# This must be Linux ELF.
4778linux* | k*bsd*-gnu | kopensolaris*-gnu)
4779 lt_cv_deplibs_check_method=pass_all
4780 ;;
4781
4782netbsd*)
4783 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4784 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4785 else
4786 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4787 fi
4788 ;;
4789
4790newos6*)
4791 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4792 lt_cv_file_magic_cmd=/usr/bin/file
4793 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4794 ;;
4795
4796*nto* | *qnx*)
4797 lt_cv_deplibs_check_method=pass_all
4798 ;;
4799
4800openbsd*)
4801 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4802 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4803 else
4804 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4805 fi
4806 ;;
4807
4808osf3* | osf4* | osf5*)
4809 lt_cv_deplibs_check_method=pass_all
4810 ;;
4811
4812rdos*)
4813 lt_cv_deplibs_check_method=pass_all
4814 ;;
4815
4816solaris*)
4817 lt_cv_deplibs_check_method=pass_all
4818 ;;
4819
4820sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4821 lt_cv_deplibs_check_method=pass_all
4822 ;;
4823
4824sysv4 | sysv4.3*)
4825 case $host_vendor in
4826 motorola)
4827 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]'
4828 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4829 ;;
4830 ncr)
4831 lt_cv_deplibs_check_method=pass_all
4832 ;;
4833 sequent)
4834 lt_cv_file_magic_cmd='/bin/file'
4835 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4836 ;;
4837 sni)
4838 lt_cv_file_magic_cmd='/bin/file'
4839 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4840 lt_cv_file_magic_test_file=/lib/libc.so
4841 ;;
4842 siemens)
4843 lt_cv_deplibs_check_method=pass_all
4844 ;;
4845 pc)
4846 lt_cv_deplibs_check_method=pass_all
4847 ;;
4848 esac
4849 ;;
4850
4851tpf*)
4852 lt_cv_deplibs_check_method=pass_all
4853 ;;
4854esac
4855
4856fi
4857{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4858$as_echo "$lt_cv_deplibs_check_method" >&6; }
4859file_magic_cmd=$lt_cv_file_magic_cmd
4860deplibs_check_method=$lt_cv_deplibs_check_method
4861test -z "$deplibs_check_method" && deplibs_check_method=unknown
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
68ed2854
MF
4874plugin_option=
4875plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4876for plugin in $plugin_names; do
4877 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4878 if test x$plugin_so = x$plugin; then
4879 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4880 fi
4881 if test x$plugin_so != x$plugin; then
4882 plugin_option="--plugin $plugin_so"
4883 break
4884 fi
4885done
4886
6bb11ab3
L
4887if test -n "$ac_tool_prefix"; then
4888 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4889set dummy ${ac_tool_prefix}ar; ac_word=$2
4890{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4891$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4892if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
4893 $as_echo_n "(cached) " >&6
4894else
4895 if test -n "$AR"; then
4896 ac_cv_prog_AR="$AR" # Let the user override the test.
4897else
4898as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4899for as_dir in $PATH
4900do
4901 IFS=$as_save_IFS
4902 test -z "$as_dir" && as_dir=.
4903 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4904 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4905 ac_cv_prog_AR="${ac_tool_prefix}ar"
4906 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4907 break 2
4908 fi
4909done
4910 done
4911IFS=$as_save_IFS
4912
4913fi
4914fi
4915AR=$ac_cv_prog_AR
4916if test -n "$AR"; then
4917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4918$as_echo "$AR" >&6; }
4919else
4920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4921$as_echo "no" >&6; }
4922fi
4923
4924
4925fi
4926if test -z "$ac_cv_prog_AR"; then
4927 ac_ct_AR=$AR
4928 # Extract the first word of "ar", so it can be a program name with args.
4929set dummy ar; ac_word=$2
4930{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4931$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4932if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
4933 $as_echo_n "(cached) " >&6
4934else
4935 if test -n "$ac_ct_AR"; then
4936 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4937else
4938as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4939for as_dir in $PATH
4940do
4941 IFS=$as_save_IFS
4942 test -z "$as_dir" && as_dir=.
4943 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4944 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4945 ac_cv_prog_ac_ct_AR="ar"
4946 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4947 break 2
4948 fi
4949done
4950 done
4951IFS=$as_save_IFS
4952
4953fi
4954fi
4955ac_ct_AR=$ac_cv_prog_ac_ct_AR
4956if test -n "$ac_ct_AR"; then
4957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4958$as_echo "$ac_ct_AR" >&6; }
4959else
4960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4961$as_echo "no" >&6; }
4962fi
4963
4964 if test "x$ac_ct_AR" = x; then
4965 AR="false"
4966 else
4967 case $cross_compiling:$ac_tool_warned in
4968yes:)
4969{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4970$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4971ac_tool_warned=yes ;;
4972esac
4973 AR=$ac_ct_AR
4974 fi
4975else
4976 AR="$ac_cv_prog_AR"
4977fi
4978
4979test -z "$AR" && AR=ar
68ed2854
MF
4980if test -n "$plugin_option"; then
4981 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
4982 touch conftest.c
4983 $AR $plugin_option rc conftest.a conftest.c
4984 if test "$?" != 0; then
4985 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
4986$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
4987 else
4988 AR="$AR $plugin_option"
4989 fi
4990 rm -f conftest.*
68ed2854
MF
4991 fi
4992fi
6bb11ab3
L
4993test -z "$AR_FLAGS" && AR_FLAGS=cru
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005if test -n "$ac_tool_prefix"; then
5006 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5007set dummy ${ac_tool_prefix}strip; ac_word=$2
5008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5009$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5010if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5011 $as_echo_n "(cached) " >&6
5012else
5013 if test -n "$STRIP"; then
5014 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5015else
5016as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5017for as_dir in $PATH
5018do
5019 IFS=$as_save_IFS
5020 test -z "$as_dir" && as_dir=.
5021 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5022 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5023 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5024 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5025 break 2
5026 fi
5027done
5028 done
5029IFS=$as_save_IFS
5030
5031fi
5032fi
5033STRIP=$ac_cv_prog_STRIP
5034if test -n "$STRIP"; then
5035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5036$as_echo "$STRIP" >&6; }
5037else
5038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5039$as_echo "no" >&6; }
5040fi
5041
5042
5043fi
5044if test -z "$ac_cv_prog_STRIP"; then
5045 ac_ct_STRIP=$STRIP
5046 # Extract the first word of "strip", so it can be a program name with args.
5047set dummy strip; ac_word=$2
5048{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5049$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5050if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5051 $as_echo_n "(cached) " >&6
5052else
5053 if test -n "$ac_ct_STRIP"; then
5054 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5055else
5056as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5057for as_dir in $PATH
5058do
5059 IFS=$as_save_IFS
5060 test -z "$as_dir" && as_dir=.
5061 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5062 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5063 ac_cv_prog_ac_ct_STRIP="strip"
5064 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5065 break 2
5066 fi
5067done
5068 done
5069IFS=$as_save_IFS
5070
5071fi
5072fi
5073ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5074if test -n "$ac_ct_STRIP"; then
5075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5076$as_echo "$ac_ct_STRIP" >&6; }
5077else
5078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5079$as_echo "no" >&6; }
5080fi
5081
5082 if test "x$ac_ct_STRIP" = x; then
5083 STRIP=":"
5084 else
5085 case $cross_compiling:$ac_tool_warned in
5086yes:)
5087{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5088$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5089ac_tool_warned=yes ;;
5090esac
5091 STRIP=$ac_ct_STRIP
5092 fi
5093else
5094 STRIP="$ac_cv_prog_STRIP"
5095fi
5096
5097test -z "$STRIP" && STRIP=:
5098
5099
5100
5101
5102
5103
5104if test -n "$ac_tool_prefix"; then
5105 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5106set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5107{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5108$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5109if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5110 $as_echo_n "(cached) " >&6
5111else
5112 if test -n "$RANLIB"; then
5113 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5114else
5115as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5116for as_dir in $PATH
5117do
5118 IFS=$as_save_IFS
5119 test -z "$as_dir" && as_dir=.
5120 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5121 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5122 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5123 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5124 break 2
5125 fi
5126done
5127 done
5128IFS=$as_save_IFS
5129
5130fi
5131fi
5132RANLIB=$ac_cv_prog_RANLIB
5133if test -n "$RANLIB"; then
5134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5135$as_echo "$RANLIB" >&6; }
5136else
5137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5138$as_echo "no" >&6; }
5139fi
5140
5141
5142fi
5143if test -z "$ac_cv_prog_RANLIB"; then
5144 ac_ct_RANLIB=$RANLIB
5145 # Extract the first word of "ranlib", so it can be a program name with args.
5146set dummy ranlib; ac_word=$2
5147{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5148$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5149if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5150 $as_echo_n "(cached) " >&6
5151else
5152 if test -n "$ac_ct_RANLIB"; then
5153 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5154else
5155as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5156for as_dir in $PATH
5157do
5158 IFS=$as_save_IFS
5159 test -z "$as_dir" && as_dir=.
5160 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5161 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5162 ac_cv_prog_ac_ct_RANLIB="ranlib"
5163 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5164 break 2
5165 fi
5166done
5167 done
5168IFS=$as_save_IFS
5169
5170fi
5171fi
5172ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5173if test -n "$ac_ct_RANLIB"; then
5174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5175$as_echo "$ac_ct_RANLIB" >&6; }
5176else
5177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5178$as_echo "no" >&6; }
5179fi
5180
5181 if test "x$ac_ct_RANLIB" = x; then
5182 RANLIB=":"
5183 else
5184 case $cross_compiling:$ac_tool_warned in
5185yes:)
5186{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5187$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5188ac_tool_warned=yes ;;
5189esac
5190 RANLIB=$ac_ct_RANLIB
5191 fi
5192else
5193 RANLIB="$ac_cv_prog_RANLIB"
5194fi
5195
5196test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5197if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5198 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5199 RANLIB="$RANLIB $plugin_option"
5200 fi
5201fi
6bb11ab3
L
5202
5203
5204
5205
5206
5207
5208# Determine commands to create old-style static archives.
5209old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5210old_postinstall_cmds='chmod 644 $oldlib'
5211old_postuninstall_cmds=
5212
5213if test -n "$RANLIB"; then
5214 case $host_os in
5215 openbsd*)
5216 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5217 ;;
5218 *)
5219 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5220 ;;
5221 esac
5222 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5223fi
5224
5225case $host_os in
5226 darwin*)
5227 lock_old_archive_extraction=yes ;;
5228 *)
5229 lock_old_archive_extraction=no ;;
5230esac
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252for ac_prog in gawk mawk nawk awk
5253do
5254 # Extract the first word of "$ac_prog", so it can be a program name with args.
5255set dummy $ac_prog; ac_word=$2
5256{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5257$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5258if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5259 $as_echo_n "(cached) " >&6
5260else
5261 if test -n "$AWK"; then
5262 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5263else
5264as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5265for as_dir in $PATH
5266do
5267 IFS=$as_save_IFS
5268 test -z "$as_dir" && as_dir=.
5269 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5270 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5271 ac_cv_prog_AWK="$ac_prog"
5272 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5273 break 2
5274 fi
5275done
5276 done
5277IFS=$as_save_IFS
5278
5279fi
5280fi
5281AWK=$ac_cv_prog_AWK
5282if test -n "$AWK"; then
5283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5284$as_echo "$AWK" >&6; }
5285else
5286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5287$as_echo "no" >&6; }
5288fi
5289
5290
5291 test -n "$AWK" && break
5292done
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312# If no C compiler was specified, use CC.
5313LTCC=${LTCC-"$CC"}
5314
5315# If no C compiler flags were specified, use CFLAGS.
5316LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5317
5318# Allow CC to be a program name with arguments.
5319compiler=$CC
5320
5321
5322# Check for command to grab the raw symbol name followed by C symbol from nm.
5323{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5324$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5325if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5326 $as_echo_n "(cached) " >&6
5327else
5328
5329# These are sane defaults that work on at least a few old systems.
5330# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5331
5332# Character class describing NM global symbol codes.
5333symcode='[BCDEGRST]'
5334
5335# Regexp to match symbols that can be accessed directly from C.
5336sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5337
5338# Define system-specific variables.
5339case $host_os in
5340aix*)
5341 symcode='[BCDT]'
5342 ;;
5343cygwin* | mingw* | pw32* | cegcc*)
5344 symcode='[ABCDGISTW]'
5345 ;;
5346hpux*)
5347 if test "$host_cpu" = ia64; then
5348 symcode='[ABCDEGRST]'
5349 fi
5350 ;;
5351irix* | nonstopux*)
5352 symcode='[BCDEGRST]'
5353 ;;
5354osf*)
5355 symcode='[BCDEGQRST]'
5356 ;;
5357solaris*)
5358 symcode='[BDRT]'
5359 ;;
5360sco3.2v5*)
5361 symcode='[DT]'
5362 ;;
5363sysv4.2uw2*)
5364 symcode='[DT]'
5365 ;;
5366sysv5* | sco5v6* | unixware* | OpenUNIX*)
5367 symcode='[ABDT]'
5368 ;;
5369sysv4)
5370 symcode='[DFNSTU]'
5371 ;;
5372esac
5373
5374# If we're using GNU nm, then use its standard symbol codes.
5375case `$NM -V 2>&1` in
5376*GNU* | *'with BFD'*)
5377 symcode='[ABCDGIRSTW]' ;;
5378esac
5379
5380# Transform an extracted symbol line into a proper C declaration.
5381# Some systems (esp. on ia64) link data and code symbols differently,
5382# so use this general approach.
5383lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5384
5385# Transform an extracted symbol line into symbol name and symbol address
5386lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5387lt_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'"
5388
5389# Handle CRLF in mingw tool chain
5390opt_cr=
5391case $build_os in
5392mingw*)
5393 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5394 ;;
5395esac
5396
5397# Try without a prefix underscore, then with it.
5398for ac_symprfx in "" "_"; do
5399
5400 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5401 symxfrm="\\1 $ac_symprfx\\2 \\2"
5402
5403 # Write the raw and C identifiers.
5404 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5405 # Fake it for dumpbin and say T for any non-static function
5406 # and D for any global variable.
5407 # Also find C++ and __fastcall symbols from MSVC++,
5408 # which start with @ or ?.
5409 lt_cv_sys_global_symbol_pipe="$AWK '"\
5410" {last_section=section; section=\$ 3};"\
5411" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5412" \$ 0!~/External *\|/{next};"\
5413" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5414" {if(hide[section]) next};"\
5415" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5416" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5417" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5418" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5419" ' prfx=^$ac_symprfx"
5420 else
5421 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5422 fi
5423
5424 # Check to see that the pipe works correctly.
5425 pipe_works=no
5426
5427 rm -f conftest*
5428 cat > conftest.$ac_ext <<_LT_EOF
5429#ifdef __cplusplus
5430extern "C" {
5431#endif
5432char nm_test_var;
5433void nm_test_func(void);
5434void nm_test_func(void){}
5435#ifdef __cplusplus
5436}
5437#endif
5438int main(){nm_test_var='a';nm_test_func();return(0);}
5439_LT_EOF
5440
5441 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5442 (eval $ac_compile) 2>&5
5443 ac_status=$?
5444 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5445 test $ac_status = 0; }; then
5446 # Now try to grab the symbols.
5447 nlist=conftest.nm
5448 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5449 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5450 ac_status=$?
5451 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5452 test $ac_status = 0; } && test -s "$nlist"; then
5453 # Try sorting and uniquifying the output.
5454 if sort "$nlist" | uniq > "$nlist"T; then
5455 mv -f "$nlist"T "$nlist"
5456 else
5457 rm -f "$nlist"T
5458 fi
5459
5460 # Make sure that we snagged all the symbols we need.
5461 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5462 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5463 cat <<_LT_EOF > conftest.$ac_ext
5464#ifdef __cplusplus
5465extern "C" {
5466#endif
5467
5468_LT_EOF
5469 # Now generate the symbol file.
5470 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5471
5472 cat <<_LT_EOF >> conftest.$ac_ext
5473
5474/* The mapping between symbol names and symbols. */
5475const struct {
5476 const char *name;
5477 void *address;
5478}
5479lt__PROGRAM__LTX_preloaded_symbols[] =
5480{
5481 { "@PROGRAM@", (void *) 0 },
5482_LT_EOF
5483 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5484 cat <<\_LT_EOF >> conftest.$ac_ext
5485 {0, (void *) 0}
5486};
5487
5488/* This works around a problem in FreeBSD linker */
5489#ifdef FREEBSD_WORKAROUND
5490static const void *lt_preloaded_setup() {
5491 return lt__PROGRAM__LTX_preloaded_symbols;
5492}
5493#endif
5494
5495#ifdef __cplusplus
5496}
5497#endif
5498_LT_EOF
5499 # Now try linking the two files.
5500 mv conftest.$ac_objext conftstm.$ac_objext
5501 lt_save_LIBS="$LIBS"
5502 lt_save_CFLAGS="$CFLAGS"
5503 LIBS="conftstm.$ac_objext"
5504 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5505 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5506 (eval $ac_link) 2>&5
5507 ac_status=$?
5508 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5509 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5510 pipe_works=yes
5511 fi
5512 LIBS="$lt_save_LIBS"
5513 CFLAGS="$lt_save_CFLAGS"
5514 else
5515 echo "cannot find nm_test_func in $nlist" >&5
5516 fi
5517 else
5518 echo "cannot find nm_test_var in $nlist" >&5
5519 fi
5520 else
5521 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5522 fi
5523 else
5524 echo "$progname: failed program was:" >&5
5525 cat conftest.$ac_ext >&5
5526 fi
5527 rm -rf conftest* conftst*
5528
5529 # Do not use the global_symbol_pipe unless it works.
5530 if test "$pipe_works" = yes; then
5531 break
5532 else
5533 lt_cv_sys_global_symbol_pipe=
5534 fi
5535done
5536
5537fi
5538
5539if test -z "$lt_cv_sys_global_symbol_pipe"; then
5540 lt_cv_sys_global_symbol_to_cdecl=
5541fi
5542if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5544$as_echo "failed" >&6; }
5545else
5546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5547$as_echo "ok" >&6; }
5548fi
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571# Check whether --enable-libtool-lock was given.
5572if test "${enable_libtool_lock+set}" = set; then :
5573 enableval=$enable_libtool_lock;
5574fi
5575
5576test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5577
5578# Some flags need to be propagated to the compiler or linker for good
5579# libtool support.
5580case $host in
5581ia64-*-hpux*)
5582 # Find out which ABI we are using.
5583 echo 'int i;' > conftest.$ac_ext
5584 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5585 (eval $ac_compile) 2>&5
5586 ac_status=$?
5587 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5588 test $ac_status = 0; }; then
5589 case `/usr/bin/file conftest.$ac_objext` in
5590 *ELF-32*)
5591 HPUX_IA64_MODE="32"
5592 ;;
5593 *ELF-64*)
5594 HPUX_IA64_MODE="64"
5595 ;;
5596 esac
5597 fi
5598 rm -rf conftest*
5599 ;;
5600*-*-irix6*)
5601 # Find out which ABI we are using.
5602 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5603 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5604 (eval $ac_compile) 2>&5
5605 ac_status=$?
5606 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5607 test $ac_status = 0; }; then
5608 if test "$lt_cv_prog_gnu_ld" = yes; then
5609 case `/usr/bin/file conftest.$ac_objext` in
5610 *32-bit*)
5611 LD="${LD-ld} -melf32bsmip"
5612 ;;
5613 *N32*)
5614 LD="${LD-ld} -melf32bmipn32"
5615 ;;
5616 *64-bit*)
5617 LD="${LD-ld} -melf64bmip"
5618 ;;
5619 esac
5620 else
5621 case `/usr/bin/file conftest.$ac_objext` in
5622 *32-bit*)
5623 LD="${LD-ld} -32"
5624 ;;
5625 *N32*)
5626 LD="${LD-ld} -n32"
5627 ;;
5628 *64-bit*)
5629 LD="${LD-ld} -64"
5630 ;;
5631 esac
5632 fi
5633 fi
5634 rm -rf conftest*
5635 ;;
5636
bf3d9781 5637x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5638s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5639 # Find out which ABI we are using.
5640 echo 'int i;' > conftest.$ac_ext
5641 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5642 (eval $ac_compile) 2>&5
5643 ac_status=$?
5644 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5645 test $ac_status = 0; }; then
5646 case `/usr/bin/file conftest.o` in
5647 *32-bit*)
5648 case $host in
5649 x86_64-*kfreebsd*-gnu)
5650 LD="${LD-ld} -m elf_i386_fbsd"
5651 ;;
5652 x86_64-*linux*)
5653 case `/usr/bin/file conftest.o` in
5654 *x86-64*)
5655 LD="${LD-ld} -m elf32_x86_64"
5656 ;;
5657 *)
5658 LD="${LD-ld} -m elf_i386"
5659 ;;
5660 esac
5661 ;;
bf3d9781
AM
5662 powerpc64le-*linux*)
5663 LD="${LD-ld} -m elf32lppclinux"
5664 ;;
5665 powerpc64-*linux*)
6bb11ab3
L
5666 LD="${LD-ld} -m elf32ppclinux"
5667 ;;
5668 s390x-*linux*)
5669 LD="${LD-ld} -m elf_s390"
5670 ;;
5671 sparc64-*linux*)
5672 LD="${LD-ld} -m elf32_sparc"
5673 ;;
5674 esac
5675 ;;
5676 *64-bit*)
5677 case $host in
5678 x86_64-*kfreebsd*-gnu)
5679 LD="${LD-ld} -m elf_x86_64_fbsd"
5680 ;;
5681 x86_64-*linux*)
5682 LD="${LD-ld} -m elf_x86_64"
5683 ;;
bf3d9781
AM
5684 powerpcle-*linux*)
5685 LD="${LD-ld} -m elf64lppc"
5686 ;;
5687 powerpc-*linux*)
6bb11ab3
L
5688 LD="${LD-ld} -m elf64ppc"
5689 ;;
5690 s390*-*linux*|s390*-*tpf*)
5691 LD="${LD-ld} -m elf64_s390"
5692 ;;
5693 sparc*-*linux*)
5694 LD="${LD-ld} -m elf64_sparc"
5695 ;;
5696 esac
5697 ;;
5698 esac
5699 fi
5700 rm -rf conftest*
5701 ;;
5702
5703*-*-sco3.2v5*)
5704 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5705 SAVE_CFLAGS="$CFLAGS"
5706 CFLAGS="$CFLAGS -belf"
5707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5708$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5709if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5710 $as_echo_n "(cached) " >&6
5711else
5712 ac_ext=c
5713ac_cpp='$CPP $CPPFLAGS'
5714ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5715ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5716ac_compiler_gnu=$ac_cv_c_compiler_gnu
5717
5718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5719/* end confdefs.h. */
5720
5721int
5722main ()
5723{
5724
5725 ;
5726 return 0;
5727}
5728_ACEOF
5729if ac_fn_c_try_link "$LINENO"; then :
5730 lt_cv_cc_needs_belf=yes
5731else
5732 lt_cv_cc_needs_belf=no
5733fi
5734rm -f core conftest.err conftest.$ac_objext \
5735 conftest$ac_exeext conftest.$ac_ext
5736 ac_ext=c
5737ac_cpp='$CPP $CPPFLAGS'
5738ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5739ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5740ac_compiler_gnu=$ac_cv_c_compiler_gnu
5741
5742fi
5743{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5744$as_echo "$lt_cv_cc_needs_belf" >&6; }
5745 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5746 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5747 CFLAGS="$SAVE_CFLAGS"
5748 fi
5749 ;;
5750sparc*-*solaris*)
5751 # Find out which ABI we are using.
5752 echo 'int i;' > conftest.$ac_ext
5753 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5754 (eval $ac_compile) 2>&5
5755 ac_status=$?
5756 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5757 test $ac_status = 0; }; then
5758 case `/usr/bin/file conftest.o` in
5759 *64-bit*)
5760 case $lt_cv_prog_gnu_ld in
5761 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5762 *)
5763 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5764 LD="${LD-ld} -64"
5765 fi
5766 ;;
5767 esac
5768 ;;
5769 esac
5770 fi
5771 rm -rf conftest*
5772 ;;
5773esac
5774
5775need_locks="$enable_libtool_lock"
5776
5777
5778 case $host_os in
5779 rhapsody* | darwin*)
5780 if test -n "$ac_tool_prefix"; then
5781 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5782set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5783{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5784$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5785if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5786 $as_echo_n "(cached) " >&6
5787else
5788 if test -n "$DSYMUTIL"; then
5789 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5790else
5791as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5792for as_dir in $PATH
5793do
5794 IFS=$as_save_IFS
5795 test -z "$as_dir" && as_dir=.
5796 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5797 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5798 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5799 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5800 break 2
5801 fi
5802done
5803 done
5804IFS=$as_save_IFS
5805
5806fi
5807fi
5808DSYMUTIL=$ac_cv_prog_DSYMUTIL
5809if test -n "$DSYMUTIL"; then
5810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5811$as_echo "$DSYMUTIL" >&6; }
5812else
5813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5814$as_echo "no" >&6; }
5815fi
5816
5817
5818fi
5819if test -z "$ac_cv_prog_DSYMUTIL"; then
5820 ac_ct_DSYMUTIL=$DSYMUTIL
5821 # Extract the first word of "dsymutil", so it can be a program name with args.
5822set dummy dsymutil; ac_word=$2
5823{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5824$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5825if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5826 $as_echo_n "(cached) " >&6
5827else
5828 if test -n "$ac_ct_DSYMUTIL"; then
5829 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5830else
5831as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5832for as_dir in $PATH
5833do
5834 IFS=$as_save_IFS
5835 test -z "$as_dir" && as_dir=.
5836 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5837 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5838 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5839 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5840 break 2
5841 fi
5842done
5843 done
5844IFS=$as_save_IFS
5845
5846fi
5847fi
5848ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5849if test -n "$ac_ct_DSYMUTIL"; then
5850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5851$as_echo "$ac_ct_DSYMUTIL" >&6; }
5852else
5853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5854$as_echo "no" >&6; }
5855fi
5856
5857 if test "x$ac_ct_DSYMUTIL" = x; then
5858 DSYMUTIL=":"
5859 else
5860 case $cross_compiling:$ac_tool_warned in
5861yes:)
5862{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5863$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5864ac_tool_warned=yes ;;
5865esac
5866 DSYMUTIL=$ac_ct_DSYMUTIL
5867 fi
5868else
5869 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5870fi
5871
5872 if test -n "$ac_tool_prefix"; then
5873 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5874set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5875{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5876$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5877if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
5878 $as_echo_n "(cached) " >&6
5879else
5880 if test -n "$NMEDIT"; then
5881 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5882else
5883as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5884for as_dir in $PATH
5885do
5886 IFS=$as_save_IFS
5887 test -z "$as_dir" && as_dir=.
5888 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5889 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5890 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5892 break 2
5893 fi
5894done
5895 done
5896IFS=$as_save_IFS
5897
5898fi
5899fi
5900NMEDIT=$ac_cv_prog_NMEDIT
5901if test -n "$NMEDIT"; then
5902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5903$as_echo "$NMEDIT" >&6; }
5904else
5905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5906$as_echo "no" >&6; }
5907fi
5908
5909
5910fi
5911if test -z "$ac_cv_prog_NMEDIT"; then
5912 ac_ct_NMEDIT=$NMEDIT
5913 # Extract the first word of "nmedit", so it can be a program name with args.
5914set dummy nmedit; ac_word=$2
5915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5916$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5917if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
5918 $as_echo_n "(cached) " >&6
5919else
5920 if test -n "$ac_ct_NMEDIT"; then
5921 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5922else
5923as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5924for as_dir in $PATH
5925do
5926 IFS=$as_save_IFS
5927 test -z "$as_dir" && as_dir=.
5928 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5929 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5930 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5932 break 2
5933 fi
5934done
5935 done
5936IFS=$as_save_IFS
5937
5938fi
5939fi
5940ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5941if test -n "$ac_ct_NMEDIT"; then
5942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5943$as_echo "$ac_ct_NMEDIT" >&6; }
5944else
5945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5946$as_echo "no" >&6; }
5947fi
5948
5949 if test "x$ac_ct_NMEDIT" = x; then
5950 NMEDIT=":"
5951 else
5952 case $cross_compiling:$ac_tool_warned in
5953yes:)
5954{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5955$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5956ac_tool_warned=yes ;;
5957esac
5958 NMEDIT=$ac_ct_NMEDIT
5959 fi
5960else
5961 NMEDIT="$ac_cv_prog_NMEDIT"
5962fi
5963
5964 if test -n "$ac_tool_prefix"; then
5965 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5966set dummy ${ac_tool_prefix}lipo; ac_word=$2
5967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5968$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5969if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
5970 $as_echo_n "(cached) " >&6
5971else
5972 if test -n "$LIPO"; then
5973 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5974else
5975as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5976for as_dir in $PATH
5977do
5978 IFS=$as_save_IFS
5979 test -z "$as_dir" && as_dir=.
5980 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5981 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5982 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5983 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5984 break 2
5985 fi
5986done
5987 done
5988IFS=$as_save_IFS
5989
5990fi
5991fi
5992LIPO=$ac_cv_prog_LIPO
5993if test -n "$LIPO"; then
5994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
5995$as_echo "$LIPO" >&6; }
5996else
5997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5998$as_echo "no" >&6; }
5999fi
6000
6001
6002fi
6003if test -z "$ac_cv_prog_LIPO"; then
6004 ac_ct_LIPO=$LIPO
6005 # Extract the first word of "lipo", so it can be a program name with args.
6006set dummy lipo; ac_word=$2
6007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6008$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6009if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6010 $as_echo_n "(cached) " >&6
6011else
6012 if test -n "$ac_ct_LIPO"; then
6013 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6014else
6015as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6016for as_dir in $PATH
6017do
6018 IFS=$as_save_IFS
6019 test -z "$as_dir" && as_dir=.
6020 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6021 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6022 ac_cv_prog_ac_ct_LIPO="lipo"
6023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6024 break 2
6025 fi
6026done
6027 done
6028IFS=$as_save_IFS
6029
6030fi
6031fi
6032ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6033if test -n "$ac_ct_LIPO"; then
6034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6035$as_echo "$ac_ct_LIPO" >&6; }
6036else
6037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6038$as_echo "no" >&6; }
6039fi
6040
6041 if test "x$ac_ct_LIPO" = x; then
6042 LIPO=":"
6043 else
6044 case $cross_compiling:$ac_tool_warned in
6045yes:)
6046{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6047$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6048ac_tool_warned=yes ;;
6049esac
6050 LIPO=$ac_ct_LIPO
6051 fi
6052else
6053 LIPO="$ac_cv_prog_LIPO"
6054fi
6055
6056 if test -n "$ac_tool_prefix"; then
6057 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6058set dummy ${ac_tool_prefix}otool; ac_word=$2
6059{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6060$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6061if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6062 $as_echo_n "(cached) " >&6
6063else
6064 if test -n "$OTOOL"; then
6065 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6066else
6067as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6068for as_dir in $PATH
6069do
6070 IFS=$as_save_IFS
6071 test -z "$as_dir" && as_dir=.
6072 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6073 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6074 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6075 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6076 break 2
6077 fi
6078done
6079 done
6080IFS=$as_save_IFS
6081
6082fi
6083fi
6084OTOOL=$ac_cv_prog_OTOOL
6085if test -n "$OTOOL"; then
6086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6087$as_echo "$OTOOL" >&6; }
6088else
6089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6090$as_echo "no" >&6; }
6091fi
6092
6093
6094fi
6095if test -z "$ac_cv_prog_OTOOL"; then
6096 ac_ct_OTOOL=$OTOOL
6097 # Extract the first word of "otool", so it can be a program name with args.
6098set dummy otool; ac_word=$2
6099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6100$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6101if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6102 $as_echo_n "(cached) " >&6
6103else
6104 if test -n "$ac_ct_OTOOL"; then
6105 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6106else
6107as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6108for as_dir in $PATH
6109do
6110 IFS=$as_save_IFS
6111 test -z "$as_dir" && as_dir=.
6112 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6113 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6114 ac_cv_prog_ac_ct_OTOOL="otool"
6115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6116 break 2
6117 fi
6118done
6119 done
6120IFS=$as_save_IFS
6121
6122fi
6123fi
6124ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6125if test -n "$ac_ct_OTOOL"; then
6126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6127$as_echo "$ac_ct_OTOOL" >&6; }
6128else
6129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6130$as_echo "no" >&6; }
6131fi
6132
6133 if test "x$ac_ct_OTOOL" = x; then
6134 OTOOL=":"
6135 else
6136 case $cross_compiling:$ac_tool_warned in
6137yes:)
6138{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6139$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6140ac_tool_warned=yes ;;
6141esac
6142 OTOOL=$ac_ct_OTOOL
6143 fi
6144else
6145 OTOOL="$ac_cv_prog_OTOOL"
6146fi
6147
6148 if test -n "$ac_tool_prefix"; then
6149 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6150set dummy ${ac_tool_prefix}otool64; ac_word=$2
6151{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6152$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6153if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6154 $as_echo_n "(cached) " >&6
6155else
6156 if test -n "$OTOOL64"; then
6157 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6158else
6159as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6160for as_dir in $PATH
6161do
6162 IFS=$as_save_IFS
6163 test -z "$as_dir" && as_dir=.
6164 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6165 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6166 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6168 break 2
6169 fi
6170done
6171 done
6172IFS=$as_save_IFS
6173
6174fi
6175fi
6176OTOOL64=$ac_cv_prog_OTOOL64
6177if test -n "$OTOOL64"; then
6178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6179$as_echo "$OTOOL64" >&6; }
6180else
6181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6182$as_echo "no" >&6; }
6183fi
6184
6185
6186fi
6187if test -z "$ac_cv_prog_OTOOL64"; then
6188 ac_ct_OTOOL64=$OTOOL64
6189 # Extract the first word of "otool64", so it can be a program name with args.
6190set dummy otool64; ac_word=$2
6191{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6192$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6193if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6194 $as_echo_n "(cached) " >&6
6195else
6196 if test -n "$ac_ct_OTOOL64"; then
6197 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6198else
6199as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6200for as_dir in $PATH
6201do
6202 IFS=$as_save_IFS
6203 test -z "$as_dir" && as_dir=.
6204 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6205 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6206 ac_cv_prog_ac_ct_OTOOL64="otool64"
6207 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6208 break 2
6209 fi
6210done
6211 done
6212IFS=$as_save_IFS
6213
6214fi
6215fi
6216ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6217if test -n "$ac_ct_OTOOL64"; then
6218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6219$as_echo "$ac_ct_OTOOL64" >&6; }
6220else
6221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6222$as_echo "no" >&6; }
6223fi
6224
6225 if test "x$ac_ct_OTOOL64" = x; then
6226 OTOOL64=":"
6227 else
6228 case $cross_compiling:$ac_tool_warned in
6229yes:)
6230{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6231$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6232ac_tool_warned=yes ;;
6233esac
6234 OTOOL64=$ac_ct_OTOOL64
6235 fi
6236else
6237 OTOOL64="$ac_cv_prog_OTOOL64"
6238fi
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265
6266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6267$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6268if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6269 $as_echo_n "(cached) " >&6
6270else
6271 lt_cv_apple_cc_single_mod=no
6272 if test -z "${LT_MULTI_MODULE}"; then
6273 # By default we will add the -single_module flag. You can override
6274 # by either setting the environment variable LT_MULTI_MODULE
6275 # non-empty at configure time, or by adding -multi_module to the
6276 # link flags.
6277 rm -rf libconftest.dylib*
6278 echo "int foo(void){return 1;}" > conftest.c
6279 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6280-dynamiclib -Wl,-single_module conftest.c" >&5
6281 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6282 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6283 _lt_result=$?
6284 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6285 lt_cv_apple_cc_single_mod=yes
6286 else
6287 cat conftest.err >&5
6288 fi
6289 rm -rf libconftest.dylib*
6290 rm -f conftest.*
6291 fi
6292fi
6293{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6294$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6296$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6297if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6298 $as_echo_n "(cached) " >&6
6299else
6300 lt_cv_ld_exported_symbols_list=no
6301 save_LDFLAGS=$LDFLAGS
6302 echo "_main" > conftest.sym
6303 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6305/* end confdefs.h. */
6306
6307int
6308main ()
6309{
6310
6311 ;
6312 return 0;
6313}
6314_ACEOF
6315if ac_fn_c_try_link "$LINENO"; then :
6316 lt_cv_ld_exported_symbols_list=yes
6317else
6318 lt_cv_ld_exported_symbols_list=no
6319fi
6320rm -f core conftest.err conftest.$ac_objext \
6321 conftest$ac_exeext conftest.$ac_ext
6322 LDFLAGS="$save_LDFLAGS"
6323
6324fi
6325{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6326$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6328$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6329if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6330 $as_echo_n "(cached) " >&6
6331else
6332 lt_cv_ld_force_load=no
6333 cat > conftest.c << _LT_EOF
6334int forced_loaded() { return 2;}
6335_LT_EOF
6336 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6337 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6338 echo "$AR cru libconftest.a conftest.o" >&5
6339 $AR cru libconftest.a conftest.o 2>&5
6340 cat > conftest.c << _LT_EOF
6341int main() { return 0;}
6342_LT_EOF
6343 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6344 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6345 _lt_result=$?
6346 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6347 lt_cv_ld_force_load=yes
6348 else
6349 cat conftest.err >&5
6350 fi
6351 rm -f conftest.err libconftest.a conftest conftest.c
6352 rm -rf conftest.dSYM
6353
6354fi
6355{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6356$as_echo "$lt_cv_ld_force_load" >&6; }
6357 case $host_os in
6358 rhapsody* | darwin1.[012])
6359 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6360 darwin1.*)
6361 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6362 darwin*) # darwin 5.x on
6363 # if running on 10.5 or later, the deployment target defaults
6364 # to the OS version, if on x86, and 10.4, the deployment
6365 # target defaults to 10.4. Don't you love it?
6366 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6367 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6368 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 6369 10.[012][,.]*)
6bb11ab3
L
6370 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6371 10.*)
6372 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6373 esac
6374 ;;
6375 esac
6376 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6377 _lt_dar_single_mod='$single_module'
6378 fi
6379 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6380 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6381 else
6382 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6383 fi
6384 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6385 _lt_dsymutil='~$DSYMUTIL $lib || :'
6386 else
6387 _lt_dsymutil=
6388 fi
6389 ;;
6390 esac
6391
6392for ac_header in dlfcn.h
6393do :
6394 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6395"
d0ac1c44 6396if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6397 cat >>confdefs.h <<_ACEOF
6398#define HAVE_DLFCN_H 1
6399_ACEOF
6400
6401fi
6402
6403done
6404
6405
6406
ebe9564b 6407
6bb11ab3 6408
0cb8d851
MF
6409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6410$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6411if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6412 $as_echo_n "(cached) " >&6
6413else
6414 ac_cv_c_bigendian=unknown
6415 # See if we're dealing with a universal compiler.
6416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6417/* end confdefs.h. */
6418#ifndef __APPLE_CC__
6419 not a universal capable compiler
6420 #endif
6421 typedef int dummy;
6422
6423_ACEOF
6424if ac_fn_c_try_compile "$LINENO"; then :
6425
6426 # Check for potential -arch flags. It is not universal unless
6427 # there are at least two -arch flags with different values.
6428 ac_arch=
6429 ac_prev=
6430 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6431 if test -n "$ac_prev"; then
6432 case $ac_word in
6433 i?86 | x86_64 | ppc | ppc64)
6434 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6435 ac_arch=$ac_word
6436 else
6437 ac_cv_c_bigendian=universal
6438 break
6439 fi
6440 ;;
6441 esac
6442 ac_prev=
6443 elif test "x$ac_word" = "x-arch"; then
6444 ac_prev=arch
6445 fi
6446 done
6447fi
6448rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6449 if test $ac_cv_c_bigendian = unknown; then
6450 # See if sys/param.h defines the BYTE_ORDER macro.
6451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6452/* end confdefs.h. */
6453#include <sys/types.h>
6454 #include <sys/param.h>
6455
6456int
6457main ()
6458{
6459#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6460 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6461 && LITTLE_ENDIAN)
6462 bogus endian macros
6463 #endif
6464
6465 ;
6466 return 0;
6467}
6468_ACEOF
6469if ac_fn_c_try_compile "$LINENO"; then :
6470 # It does; now see whether it defined to BIG_ENDIAN or not.
6471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6472/* end confdefs.h. */
6473#include <sys/types.h>
6474 #include <sys/param.h>
6475
6476int
6477main ()
6478{
6479#if BYTE_ORDER != BIG_ENDIAN
6480 not big endian
6481 #endif
6482
6483 ;
6484 return 0;
6485}
6486_ACEOF
6487if ac_fn_c_try_compile "$LINENO"; then :
6488 ac_cv_c_bigendian=yes
6489else
6490 ac_cv_c_bigendian=no
6491fi
6492rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6493fi
6494rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6495 fi
6496 if test $ac_cv_c_bigendian = unknown; then
6497 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6498 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6499/* end confdefs.h. */
6500#include <limits.h>
6501
6502int
6503main ()
6504{
6505#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6506 bogus endian macros
6507 #endif
6508
6509 ;
6510 return 0;
6511}
6512_ACEOF
6513if ac_fn_c_try_compile "$LINENO"; then :
6514 # It does; now see whether it defined to _BIG_ENDIAN or not.
6515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6516/* end confdefs.h. */
6517#include <limits.h>
6518
6519int
6520main ()
6521{
6522#ifndef _BIG_ENDIAN
6523 not big endian
6524 #endif
6525
6526 ;
6527 return 0;
6528}
6529_ACEOF
6530if ac_fn_c_try_compile "$LINENO"; then :
6531 ac_cv_c_bigendian=yes
6532else
6533 ac_cv_c_bigendian=no
6534fi
6535rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6536fi
6537rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6538 fi
6539 if test $ac_cv_c_bigendian = unknown; then
6540 # Compile a test program.
6541 if test "$cross_compiling" = yes; then :
6542 # Try to guess by grepping values from an object file.
6543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6544/* end confdefs.h. */
6545short int ascii_mm[] =
6546 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6547 short int ascii_ii[] =
6548 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6549 int use_ascii (int i) {
6550 return ascii_mm[i] + ascii_ii[i];
6551 }
6552 short int ebcdic_ii[] =
6553 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6554 short int ebcdic_mm[] =
6555 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6556 int use_ebcdic (int i) {
6557 return ebcdic_mm[i] + ebcdic_ii[i];
6558 }
6559 extern int foo;
6560
6561int
6562main ()
6563{
6564return use_ascii (foo) == use_ebcdic (foo);
6565 ;
6566 return 0;
6567}
6568_ACEOF
6569if ac_fn_c_try_compile "$LINENO"; then :
6570 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6571 ac_cv_c_bigendian=yes
6572 fi
6573 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6574 if test "$ac_cv_c_bigendian" = unknown; then
6575 ac_cv_c_bigendian=no
6576 else
6577 # finding both strings is unlikely to happen, but who knows?
6578 ac_cv_c_bigendian=unknown
6579 fi
6580 fi
6581fi
6582rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6583else
6584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6585/* end confdefs.h. */
6586$ac_includes_default
6587int
6588main ()
6589{
6590
6591 /* Are we little or big endian? From Harbison&Steele. */
6592 union
6593 {
6594 long int l;
6595 char c[sizeof (long int)];
6596 } u;
6597 u.l = 1;
6598 return u.c[sizeof (long int) - 1] == 1;
6599
6600 ;
6601 return 0;
6602}
6603_ACEOF
6604if ac_fn_c_try_run "$LINENO"; then :
6605 ac_cv_c_bigendian=no
6606else
6607 ac_cv_c_bigendian=yes
6608fi
6609rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6610 conftest.$ac_objext conftest.beam conftest.$ac_ext
6611fi
6612
6613 fi
6614fi
6615{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6616$as_echo "$ac_cv_c_bigendian" >&6; }
6617 case $ac_cv_c_bigendian in #(
6618 yes)
6619 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6620;; #(
6621 no)
6622 ;; #(
6623 universal)
6624
6625$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6626
6627 ;; #(
6628 *)
d0ac1c44 6629 as_fn_error $? "unknown endianness
0cb8d851
MF
6630 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6631 esac
6632
6bb11ab3
L
6633
6634
6635
c25ea03d 6636if test "x$cross_compiling" = "xno"; then
aa0fca16 6637 : "${AR_FOR_BUILD:=\$(AR)}"
c25ea03d 6638 : "${CC_FOR_BUILD:=\$(CC)}"
aa0fca16 6639 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
c25ea03d 6640 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6641 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d 6642else
aa0fca16 6643 : "${AR_FOR_BUILD:=ar}"
c25ea03d 6644 : "${CC_FOR_BUILD:=gcc}"
aa0fca16 6645 : "${RANLIB_FOR_BUILD:=ranlib}"
c25ea03d 6646 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6647 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6648fi
6649
6650
6651
c25ea03d 6652
c2783492 6653
aa0fca16
MF
6654
6655
a3e2cc64
MF
6656if test -n "$ac_tool_prefix"; then
6657 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6658set dummy ${ac_tool_prefix}ar; ac_word=$2
6659{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6660$as_echo_n "checking for $ac_word... " >&6; }
6661if ${ac_cv_prog_AR+:} false; then :
6662 $as_echo_n "(cached) " >&6
6663else
6664 if test -n "$AR"; then
6665 ac_cv_prog_AR="$AR" # Let the user override the test.
6666else
6667as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6668for as_dir in $PATH
6669do
6670 IFS=$as_save_IFS
6671 test -z "$as_dir" && as_dir=.
6672 for ac_exec_ext in '' $ac_executable_extensions; do
6673 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6674 ac_cv_prog_AR="${ac_tool_prefix}ar"
6675 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6676 break 2
6677 fi
6678done
6679 done
6680IFS=$as_save_IFS
6681
6682fi
6683fi
6684AR=$ac_cv_prog_AR
6685if test -n "$AR"; then
6686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6687$as_echo "$AR" >&6; }
6688else
6689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6690$as_echo "no" >&6; }
6691fi
6692
6693
6694fi
6695if test -z "$ac_cv_prog_AR"; then
6696 ac_ct_AR=$AR
6697 # Extract the first word of "ar", so it can be a program name with args.
6698set dummy ar; ac_word=$2
6699{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6700$as_echo_n "checking for $ac_word... " >&6; }
6701if ${ac_cv_prog_ac_ct_AR+:} false; then :
6702 $as_echo_n "(cached) " >&6
6703else
6704 if test -n "$ac_ct_AR"; then
6705 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6706else
6707as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6708for as_dir in $PATH
6709do
6710 IFS=$as_save_IFS
6711 test -z "$as_dir" && as_dir=.
6712 for ac_exec_ext in '' $ac_executable_extensions; do
6713 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6714 ac_cv_prog_ac_ct_AR="ar"
6715 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6716 break 2
6717 fi
6718done
6719 done
6720IFS=$as_save_IFS
6721
6722fi
6723fi
6724ac_ct_AR=$ac_cv_prog_ac_ct_AR
6725if test -n "$ac_ct_AR"; then
6726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6727$as_echo "$ac_ct_AR" >&6; }
6728else
6729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6730$as_echo "no" >&6; }
6731fi
6732
6733 if test "x$ac_ct_AR" = x; then
6734 AR=""
6735 else
6736 case $cross_compiling:$ac_tool_warned in
6737yes:)
6738{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6739$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6740ac_tool_warned=yes ;;
6741esac
6742 AR=$ac_ct_AR
6743 fi
6744else
6745 AR="$ac_cv_prog_AR"
6746fi
6bb11ab3
L
6747
6748if test -n "$ac_tool_prefix"; then
6749 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6750set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6751{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6752$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6753if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6754 $as_echo_n "(cached) " >&6
6755else
6756 if test -n "$RANLIB"; then
6757 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6758else
6759as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6760for as_dir in $PATH
6761do
6762 IFS=$as_save_IFS
6763 test -z "$as_dir" && as_dir=.
6764 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6765 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6766 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6767 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6768 break 2
6769 fi
6770done
6771 done
6772IFS=$as_save_IFS
6773
6774fi
6775fi
6776RANLIB=$ac_cv_prog_RANLIB
6777if test -n "$RANLIB"; then
6778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6779$as_echo "$RANLIB" >&6; }
6780else
6781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6782$as_echo "no" >&6; }
6783fi
6784
6785
6786fi
6787if test -z "$ac_cv_prog_RANLIB"; then
6788 ac_ct_RANLIB=$RANLIB
6789 # Extract the first word of "ranlib", so it can be a program name with args.
6790set dummy ranlib; ac_word=$2
6791{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6792$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6793if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6794 $as_echo_n "(cached) " >&6
6795else
6796 if test -n "$ac_ct_RANLIB"; then
6797 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6798else
6799as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6800for as_dir in $PATH
6801do
6802 IFS=$as_save_IFS
6803 test -z "$as_dir" && as_dir=.
6804 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6805 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6806 ac_cv_prog_ac_ct_RANLIB="ranlib"
6807 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6808 break 2
6809 fi
6810done
6811 done
6812IFS=$as_save_IFS
6813
6814fi
6815fi
6816ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6817if test -n "$ac_ct_RANLIB"; then
6818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6819$as_echo "$ac_ct_RANLIB" >&6; }
6820else
6821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6822$as_echo "no" >&6; }
6823fi
6824
6825 if test "x$ac_ct_RANLIB" = x; then
6826 RANLIB=":"
6827 else
6828 case $cross_compiling:$ac_tool_warned in
6829yes:)
6830{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6831$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6832ac_tool_warned=yes ;;
6833esac
6834 RANLIB=$ac_ct_RANLIB
6835 fi
6836else
6837 RANLIB="$ac_cv_prog_RANLIB"
6838fi
6839
6840
46f900c0
MF
6841# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6842# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6843# is C99. So handle it ourselves.
6844:
6845C_DIALECT=
6846{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6847$as_echo_n "checking whether C11 is supported by default... " >&6; }
6848cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6849/* end confdefs.h. */
6850
6851#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6852# error "C11 support not found"
6853#endif
6854
6855_ACEOF
6856if ac_fn_c_try_compile "$LINENO"; then :
6857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6858$as_echo "yes" >&6; }
6859else
6860
6861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6862$as_echo "no" >&6; }
6863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6864$as_echo_n "checking for -std=c11 support... " >&6; }
6865 ac_save_CC="$CC"
6866 CC="$CC -std=c11"
6867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6868/* end confdefs.h. */
6869
6870#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6871# error "C11 support not found"
6872#endif
6873
6874_ACEOF
6875if ac_fn_c_try_compile "$LINENO"; then :
6876
6877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6878$as_echo "yes" >&6; }
6879 CC="$ac_save_CC"
6880 C_DIALECT="-std=c11"
6881
6882else
6883 as_fn_error $? "C11 is required" "$LINENO" 5
6884fi
6885rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6886fi
6887rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6888
6889
c2783492 6890
6bb11ab3
L
6891# Dependency checking.
6892ac_config_commands="$ac_config_commands depdir"
6893
6894
6895depcc="$CC" am_compiler_list=
6896
6897am_depcomp=$ac_aux_dir/depcomp
6898{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6899$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6900if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6901 $as_echo_n "(cached) " >&6
6902else
6903 if test -f "$am_depcomp"; then
6904 # We make a subdir and do the tests there. Otherwise we can end up
6905 # making bogus files that we don't know about and never remove. For
6906 # instance it was reported that on HP-UX the gcc test will end up
6907 # making a dummy file named `D' -- because `-MD' means `put the output
6908 # in D'.
6909 mkdir conftest.dir
6910 # Copy depcomp to subdir because otherwise we won't find it if we're
6911 # using a relative directory.
6912 cp "$am_depcomp" conftest.dir
6913 cd conftest.dir
6914 # We will build objects and dependencies in a subdirectory because
6915 # it helps to detect inapplicable dependency modes. For instance
6916 # both Tru64's cc and ICC support -MD to output dependencies as a
6917 # side effect of compilation, but ICC will put the dependencies in
6918 # the current directory while Tru64 will put them in the object
6919 # directory.
6920 mkdir sub
6921
6922 am_cv_CC_dependencies_compiler_type=none
6923 if test "$am_compiler_list" = ""; then
6924 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6925 fi
6926 for depmode in $am_compiler_list; do
6927 if test $depmode = none; then break; fi
6928
6929 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6930 # Setup a source with many dependencies, because some compilers
6931 # like to wrap large dependency lists on column 80 (with \), and
6932 # we should not choose a depcomp mode which is confused by this.
6933 #
6934 # We need to recreate these files for each test, as the compiler may
6935 # overwrite some of them when testing with obscure command lines.
6936 # This happens at least with the AIX C compiler.
6937 : > sub/conftest.c
6938 for i in 1 2 3 4 5 6; do
6939 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6940 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6941 # Solaris 8's {/usr,}/bin/sh.
6942 touch sub/conftst$i.h
6943 done
6944 echo "include sub/conftest.Po" > confmf
6945
6946 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6947 # mode. It turns out that the SunPro C++ compiler does not properly
6948 # handle `-M -o', and we need to detect this.
6949 depcmd="depmode=$depmode \
6950 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6951 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6952 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6953 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6954 if env $depcmd > conftest.err 2>&1 &&
6955 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6956 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6957 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6958 # icc doesn't choke on unknown options, it will just issue warnings
6959 # or remarks (even with -Werror). So we grep stderr for any message
6960 # that says an option was ignored or not supported.
6961 # When given -MP, icc 7.0 and 7.1 complain thusly:
6962 # icc: Command line warning: ignoring option '-M'; no argument required
6963 # The diagnosis changed in icc 8.0:
6964 # icc: Command line remark: option '-MP' not supported
6965 if (grep 'ignoring option' conftest.err ||
6966 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6967 am_cv_CC_dependencies_compiler_type=$depmode
6968 $as_echo "$as_me:$LINENO: success" >&5
6969 break
6970 fi
6971 fi
6972 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
6973 sed -e 's/^/| /' < conftest.err >&5
6974 done
6975
6976 cd ..
6977 rm -rf conftest.dir
6978else
6979 am_cv_CC_dependencies_compiler_type=none
6980fi
6981
6982fi
6983{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6984$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6985if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 6986then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
6987else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6988
6989fi
6990
6991
6bb11ab3
L
6992ALL_LINGUAS=
6993# If we haven't got the data from the intl directory,
6994# assume NLS is disabled.
6995USE_NLS=no
6996LIBINTL=
6997LIBINTL_DEP=
6998INCINTL=
6999XGETTEXT=
7000GMSGFMT=
7001POSUB=
7002
7003if test -f ../../intl/config.intl; then
7004 . ../../intl/config.intl
7005fi
7006{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7007$as_echo_n "checking whether NLS is requested... " >&6; }
7008if test x"$USE_NLS" != xyes; then
7009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7010$as_echo "no" >&6; }
7011else
7012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7013$as_echo "yes" >&6; }
7014
7015$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7016
7017
7018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7019$as_echo_n "checking for catalogs to be installed... " >&6; }
7020 # Look for .po and .gmo files in the source directory.
7021 CATALOGS=
7022 XLINGUAS=
7023 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7024 # If there aren't any .gmo files the shell will give us the
7025 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7026 # weeded out.
7027 case "$cat" in *\**)
7028 continue;;
7029 esac
7030 # The quadruple backslash is collapsed to a double backslash
7031 # by the backticks, then collapsed again by the double quotes,
7032 # leaving us with one backslash in the sed expression (right
7033 # before the dot that mustn't act as a wildcard).
7034 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7035 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7036 # The user is allowed to set LINGUAS to a list of languages to
7037 # install catalogs for. If it's empty that means "all of them."
7038 if test "x$LINGUAS" = x; then
7039 CATALOGS="$CATALOGS $cat"
7040 XLINGUAS="$XLINGUAS $lang"
7041 else
7042 case "$LINGUAS" in *$lang*)
7043 CATALOGS="$CATALOGS $cat"
7044 XLINGUAS="$XLINGUAS $lang"
7045 ;;
7046 esac
7047 fi
7048 done
7049 LINGUAS="$XLINGUAS"
7050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7051$as_echo "$LINGUAS" >&6; }
7052
7053
7054 DATADIRNAME=share
7055
7056 INSTOBJEXT=.mo
7057
7058 GENCAT=gencat
7059
7060 CATOBJEXT=.gmo
7061
7062fi
7063
6bb11ab3
L
7064# Check for socket libraries
7065{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7066$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7067if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7068 $as_echo_n "(cached) " >&6
7069else
7070 ac_check_lib_save_LIBS=$LIBS
7071LIBS="-lsocket $LIBS"
7072cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7073/* end confdefs.h. */
7074
7075/* Override any GCC internal prototype to avoid an error.
7076 Use char because int might match the return type of a GCC
7077 builtin and then its argument prototype would still apply. */
7078#ifdef __cplusplus
7079extern "C"
7080#endif
7081char bind ();
7082int
7083main ()
7084{
7085return bind ();
7086 ;
7087 return 0;
7088}
7089_ACEOF
7090if ac_fn_c_try_link "$LINENO"; then :
7091 ac_cv_lib_socket_bind=yes
7092else
7093 ac_cv_lib_socket_bind=no
7094fi
7095rm -f core conftest.err conftest.$ac_objext \
7096 conftest$ac_exeext conftest.$ac_ext
7097LIBS=$ac_check_lib_save_LIBS
7098fi
7099{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7100$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7101if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7102 cat >>confdefs.h <<_ACEOF
7103#define HAVE_LIBSOCKET 1
7104_ACEOF
7105
7106 LIBS="-lsocket $LIBS"
7107
7108fi
7109
7110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7111$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7112if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7113 $as_echo_n "(cached) " >&6
7114else
7115 ac_check_lib_save_LIBS=$LIBS
7116LIBS="-lnsl $LIBS"
7117cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7118/* end confdefs.h. */
7119
7120/* Override any GCC internal prototype to avoid an error.
7121 Use char because int might match the return type of a GCC
7122 builtin and then its argument prototype would still apply. */
7123#ifdef __cplusplus
7124extern "C"
7125#endif
7126char gethostbyname ();
7127int
7128main ()
7129{
7130return gethostbyname ();
7131 ;
7132 return 0;
7133}
7134_ACEOF
7135if ac_fn_c_try_link "$LINENO"; then :
7136 ac_cv_lib_nsl_gethostbyname=yes
7137else
7138 ac_cv_lib_nsl_gethostbyname=no
7139fi
7140rm -f core conftest.err conftest.$ac_objext \
7141 conftest$ac_exeext conftest.$ac_ext
7142LIBS=$ac_check_lib_save_LIBS
7143fi
7144{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7145$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7146if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7147 cat >>confdefs.h <<_ACEOF
7148#define HAVE_LIBNSL 1
7149_ACEOF
7150
7151 LIBS="-lnsl $LIBS"
7152
7153fi
7154
7155
7156# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7157# using the same condition.
7158
aadc9410 7159 # Use the system's zlib library.
7fed4b0b
L
7160 zlibdir="-L\$(top_builddir)/../zlib"
7161 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7162
aadc9410
MF
7163# Check whether --with-system-zlib was given.
7164if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7165 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7166 zlibdir=
7167 zlibinc=
7168 fi
6bb11ab3
L
7169
7170fi
7171
6bb11ab3 7172
6bb11ab3 7173
6bb11ab3
L
7174
7175
7176# BFD uses libdl when when plugins enabled.
7177
faa743bb
RM
7178 maybe_plugins=no
7179 for ac_header in dlfcn.h
7180do :
7181 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7182"
d0ac1c44 7183if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7184 cat >>confdefs.h <<_ACEOF
7185#define HAVE_DLFCN_H 1
7186_ACEOF
7187 maybe_plugins=yes
7188fi
7189
7190done
7191
7192 for ac_header in windows.h
7193do :
7194 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7195"
d0ac1c44 7196if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7197 cat >>confdefs.h <<_ACEOF
7198#define HAVE_WINDOWS_H 1
7199_ACEOF
7200 maybe_plugins=yes
7201fi
7202
7203done
7204
7205
7206 # Check whether --enable-plugins was given.
6bb11ab3
L
7207if test "${enable_plugins+set}" = set; then :
7208 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7209 no) plugins=no ;;
7210 *) plugins=yes
7211 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7212 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7213 fi ;;
7214 esac
6bb11ab3 7215else
faa743bb
RM
7216 plugins=$maybe_plugins
7217
6bb11ab3
L
7218fi
7219
2974be62 7220 if test "$plugins" = "yes"; then
37f980dc
SM
7221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7222$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7223if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7224 $as_echo_n "(cached) " >&6
7225else
7226 ac_func_search_save_LIBS=$LIBS
7227cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7228/* end confdefs.h. */
7229
7230/* Override any GCC internal prototype to avoid an error.
7231 Use char because int might match the return type of a GCC
7232 builtin and then its argument prototype would still apply. */
7233#ifdef __cplusplus
7234extern "C"
7235#endif
37f980dc 7236char dlsym ();
2974be62
AM
7237int
7238main ()
7239{
37f980dc 7240return dlsym ();
2974be62
AM
7241 ;
7242 return 0;
7243}
7244_ACEOF
7245for ac_lib in '' dl; do
7246 if test -z "$ac_lib"; then
7247 ac_res="none required"
7248 else
7249 ac_res=-l$ac_lib
7250 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7251 fi
7252 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7253 ac_cv_search_dlsym=$ac_res
2974be62
AM
7254fi
7255rm -f core conftest.err conftest.$ac_objext \
7256 conftest$ac_exeext
d0ac1c44 7257 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7258 break
7259fi
7260done
d0ac1c44 7261if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7262
7263else
37f980dc 7264 ac_cv_search_dlsym=no
2974be62
AM
7265fi
7266rm conftest.$ac_ext
7267LIBS=$ac_func_search_save_LIBS
7268fi
37f980dc
SM
7269{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7270$as_echo "$ac_cv_search_dlsym" >&6; }
7271ac_res=$ac_cv_search_dlsym
2974be62
AM
7272if test "$ac_res" != no; then :
7273 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7274
7275fi
7276
7277 fi
6bb11ab3
L
7278
7279 if test "$plugins" = yes; then
7280 PLUGINS_TRUE=
7281 PLUGINS_FALSE='#'
7282else
7283 PLUGINS_TRUE='#'
7284 PLUGINS_FALSE=
7285fi
7286
7287
7288
7289
7290
7291# Set options
7292enable_dlopen=yes
7293
7294
7295
7296
7297 enable_win32_dll=no
7298
7299
7300 # Check whether --enable-shared was given.
7301if test "${enable_shared+set}" = set; then :
7302 enableval=$enable_shared; p=${PACKAGE-default}
7303 case $enableval in
7304 yes) enable_shared=yes ;;
7305 no) enable_shared=no ;;
7306 *)
7307 enable_shared=no
7308 # Look at the argument we got. We use all the common list separators.
7309 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7310 for pkg in $enableval; do
7311 IFS="$lt_save_ifs"
7312 if test "X$pkg" = "X$p"; then
7313 enable_shared=yes
7314 fi
7315 done
7316 IFS="$lt_save_ifs"
7317 ;;
7318 esac
7319else
7320 enable_shared=yes
7321fi
7322
7323
7324
7325
7326
7327
7328
7329
7330
7331 # Check whether --enable-static was given.
7332if test "${enable_static+set}" = set; then :
7333 enableval=$enable_static; p=${PACKAGE-default}
7334 case $enableval in
7335 yes) enable_static=yes ;;
7336 no) enable_static=no ;;
7337 *)
7338 enable_static=no
7339 # Look at the argument we got. We use all the common list separators.
7340 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7341 for pkg in $enableval; do
7342 IFS="$lt_save_ifs"
7343 if test "X$pkg" = "X$p"; then
7344 enable_static=yes
7345 fi
7346 done
7347 IFS="$lt_save_ifs"
7348 ;;
7349 esac
7350else
7351 enable_static=yes
7352fi
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
7363# Check whether --with-pic was given.
7364if test "${with_pic+set}" = set; then :
7365 withval=$with_pic; pic_mode="$withval"
7366else
7367 pic_mode=default
7368fi
7369
7370
7371test -z "$pic_mode" && pic_mode=default
7372
7373
7374
7375
7376
7377
7378
7379 # Check whether --enable-fast-install was given.
7380if test "${enable_fast_install+set}" = set; then :
7381 enableval=$enable_fast_install; p=${PACKAGE-default}
7382 case $enableval in
7383 yes) enable_fast_install=yes ;;
7384 no) enable_fast_install=no ;;
7385 *)
7386 enable_fast_install=no
7387 # Look at the argument we got. We use all the common list separators.
7388 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7389 for pkg in $enableval; do
7390 IFS="$lt_save_ifs"
7391 if test "X$pkg" = "X$p"; then
7392 enable_fast_install=yes
7393 fi
7394 done
7395 IFS="$lt_save_ifs"
7396 ;;
7397 esac
7398else
7399 enable_fast_install=yes
7400fi
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412# This can be used to rebuild libtool when needed
7413LIBTOOL_DEPS="$ltmain"
7414
7415# Always use our own libtool.
7416LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7417
7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443test -z "$LN_S" && LN_S="ln -s"
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458if test -n "${ZSH_VERSION+set}" ; then
7459 setopt NO_GLOB_SUBST
f0569246 7460fi
f0569246 7461
6bb11ab3
L
7462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7463$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7464if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7465 $as_echo_n "(cached) " >&6
7466else
7467 rm -f .libs 2>/dev/null
7468mkdir .libs 2>/dev/null
7469if test -d .libs; then
7470 lt_cv_objdir=.libs
7471else
7472 # MS-DOS does not allow filenames that begin with a dot.
7473 lt_cv_objdir=_libs
7474fi
7475rmdir .libs 2>/dev/null
7476fi
7477{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7478$as_echo "$lt_cv_objdir" >&6; }
7479objdir=$lt_cv_objdir
7480
7481
7482
7483
7484
7485cat >>confdefs.h <<_ACEOF
7486#define LT_OBJDIR "$lt_cv_objdir/"
7487_ACEOF
7488
7489
7490
7491
7492case $host_os in
7493aix3*)
7494 # AIX sometimes has problems with the GCC collect2 program. For some
7495 # reason, if we set the COLLECT_NAMES environment variable, the problems
7496 # vanish in a puff of smoke.
7497 if test "X${COLLECT_NAMES+set}" != Xset; then
7498 COLLECT_NAMES=
7499 export COLLECT_NAMES
7500 fi
7501 ;;
81ecdfbb 7502esac
6bb11ab3
L
7503
7504# Global variables:
7505ofile=libtool
7506can_build_shared=yes
7507
7508# All known linkers require a `.a' archive for static linking (except MSVC,
7509# which needs '.lib').
7510libext=a
7511
7512with_gnu_ld="$lt_cv_prog_gnu_ld"
7513
7514old_CC="$CC"
7515old_CFLAGS="$CFLAGS"
7516
7517# Set sane defaults for various variables
7518test -z "$CC" && CC=cc
7519test -z "$LTCC" && LTCC=$CC
7520test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7521test -z "$LD" && LD=ld
7522test -z "$ac_objext" && ac_objext=o
7523
7524for cc_temp in $compiler""; do
7525 case $cc_temp in
7526 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7527 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7528 \-*) ;;
7529 *) break;;
7530 esac
7531done
7532cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7533
7534
7535# Only perform the check for file, if the check method requires it
7536test -z "$MAGIC_CMD" && MAGIC_CMD=file
7537case $deplibs_check_method in
7538file_magic*)
7539 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7541$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7542if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7543 $as_echo_n "(cached) " >&6
7544else
7545 case $MAGIC_CMD in
7546[\\/*] | ?:[\\/]*)
7547 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7548 ;;
7549*)
7550 lt_save_MAGIC_CMD="$MAGIC_CMD"
7551 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7552 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7553 for ac_dir in $ac_dummy; do
7554 IFS="$lt_save_ifs"
7555 test -z "$ac_dir" && ac_dir=.
7556 if test -f $ac_dir/${ac_tool_prefix}file; then
7557 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7558 if test -n "$file_magic_test_file"; then
7559 case $deplibs_check_method in
7560 "file_magic "*)
7561 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7562 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7563 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7564 $EGREP "$file_magic_regex" > /dev/null; then
7565 :
7566 else
7567 cat <<_LT_EOF 1>&2
7568
7569*** Warning: the command libtool uses to detect shared libraries,
7570*** $file_magic_cmd, produces output that libtool cannot recognize.
7571*** The result is that libtool may fail to recognize shared libraries
7572*** as such. This will affect the creation of libtool libraries that
7573*** depend on shared libraries, but programs linked with such libtool
7574*** libraries will work regardless of this problem. Nevertheless, you
7575*** may want to report the problem to your system manager and/or to
7576*** bug-libtool@gnu.org
7577
7578_LT_EOF
7579 fi ;;
7580 esac
7581 fi
7582 break
f0569246 7583 fi
6bb11ab3
L
7584 done
7585 IFS="$lt_save_ifs"
7586 MAGIC_CMD="$lt_save_MAGIC_CMD"
7587 ;;
7588esac
f0569246 7589fi
f0569246 7590
6bb11ab3
L
7591MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7592if test -n "$MAGIC_CMD"; then
7593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7594$as_echo "$MAGIC_CMD" >&6; }
7595else
7596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7597$as_echo "no" >&6; }
7598fi
81ecdfbb 7599
6bb11ab3
L
7600
7601
7602
7603
7604if test -z "$lt_cv_path_MAGIC_CMD"; then
7605 if test -n "$ac_tool_prefix"; then
7606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7607$as_echo_n "checking for file... " >&6; }
d0ac1c44 7608if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7609 $as_echo_n "(cached) " >&6
7610else
7611 case $MAGIC_CMD in
7612[\\/*] | ?:[\\/]*)
7613 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7614 ;;
7615*)
7616 lt_save_MAGIC_CMD="$MAGIC_CMD"
7617 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7618 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7619 for ac_dir in $ac_dummy; do
7620 IFS="$lt_save_ifs"
7621 test -z "$ac_dir" && ac_dir=.
7622 if test -f $ac_dir/file; then
7623 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7624 if test -n "$file_magic_test_file"; then
7625 case $deplibs_check_method in
7626 "file_magic "*)
7627 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7628 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7629 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7630 $EGREP "$file_magic_regex" > /dev/null; then
7631 :
7632 else
7633 cat <<_LT_EOF 1>&2
7634
7635*** Warning: the command libtool uses to detect shared libraries,
7636*** $file_magic_cmd, produces output that libtool cannot recognize.
7637*** The result is that libtool may fail to recognize shared libraries
7638*** as such. This will affect the creation of libtool libraries that
7639*** depend on shared libraries, but programs linked with such libtool
7640*** libraries will work regardless of this problem. Nevertheless, you
7641*** may want to report the problem to your system manager and/or to
7642*** bug-libtool@gnu.org
7643
7644_LT_EOF
7645 fi ;;
7646 esac
7647 fi
7648 break
7649 fi
7650 done
7651 IFS="$lt_save_ifs"
7652 MAGIC_CMD="$lt_save_MAGIC_CMD"
7653 ;;
81ecdfbb 7654esac
6bb11ab3
L
7655fi
7656
7657MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7658if test -n "$MAGIC_CMD"; then
7659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7660$as_echo "$MAGIC_CMD" >&6; }
7661else
7662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7663$as_echo "no" >&6; }
7664fi
7665
7666
7667 else
7668 MAGIC_CMD=:
7669 fi
7670fi
7671
7672 fi
7673 ;;
7674esac
7675
7676# Use C for the default configuration in the libtool script
7677
7678lt_save_CC="$CC"
7679ac_ext=c
7680ac_cpp='$CPP $CPPFLAGS'
7681ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7682ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7683ac_compiler_gnu=$ac_cv_c_compiler_gnu
7684
7685
7686# Source file extension for C test sources.
7687ac_ext=c
7688
7689# Object file extension for compiled C test sources.
7690objext=o
7691objext=$objext
7692
7693# Code to be used in simple compile tests
7694lt_simple_compile_test_code="int some_variable = 0;"
7695
7696# Code to be used in simple link tests
7697lt_simple_link_test_code='int main(){return(0);}'
7698
7699
7700
7701
7702
7703
7704
7705# If no C compiler was specified, use CC.
7706LTCC=${LTCC-"$CC"}
7707
7708# If no C compiler flags were specified, use CFLAGS.
7709LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7710
7711# Allow CC to be a program name with arguments.
7712compiler=$CC
7713
7714# Save the default compiler, since it gets overwritten when the other
7715# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7716compiler_DEFAULT=$CC
7717
7718# save warnings/boilerplate of simple test code
7719ac_outfile=conftest.$ac_objext
7720echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7721eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7722_lt_compiler_boilerplate=`cat conftest.err`
7723$RM conftest*
7724
7725ac_outfile=conftest.$ac_objext
7726echo "$lt_simple_link_test_code" >conftest.$ac_ext
7727eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7728_lt_linker_boilerplate=`cat conftest.err`
7729$RM -r conftest*
7730
7731
7732## CAVEAT EMPTOR:
7733## There is no encapsulation within the following macros, do not change
7734## the running order or otherwise move them around unless you know exactly
7735## what you are doing...
7736if test -n "$compiler"; then
7737
7738lt_prog_compiler_no_builtin_flag=
7739
7740if test "$GCC" = yes; then
7741 case $cc_basename in
7742 nvcc*)
7743 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7744 *)
7745 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 7746 esac
6bb11ab3
L
7747
7748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7749$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7750if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 7751 $as_echo_n "(cached) " >&6
f0569246 7752else
6bb11ab3
L
7753 lt_cv_prog_compiler_rtti_exceptions=no
7754 ac_outfile=conftest.$ac_objext
7755 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7756 lt_compiler_flag="-fno-rtti -fno-exceptions"
7757 # Insert the option either (1) after the last *FLAGS variable, or
7758 # (2) before a word containing "conftest.", or (3) at the end.
7759 # Note that $ac_compile itself does not contain backslashes and begins
7760 # with a dollar sign (not a hyphen), so the echo should work correctly.
7761 # The option is referenced via a variable to avoid confusing sed.
7762 lt_compile=`echo "$ac_compile" | $SED \
7763 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7764 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7765 -e 's:$: $lt_compiler_flag:'`
7766 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7767 (eval "$lt_compile" 2>conftest.err)
7768 ac_status=$?
7769 cat conftest.err >&5
7770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7771 if (exit $ac_status) && test -s "$ac_outfile"; then
7772 # The compiler can only warn and ignore the option if not recognized
7773 # So say no if there are warnings other than the usual output.
7774 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7775 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7776 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7777 lt_cv_prog_compiler_rtti_exceptions=yes
7778 fi
7779 fi
7780 $RM conftest*
7781
f0569246 7782fi
6bb11ab3
L
7783{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7784$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7785
7786if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7787 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7788else
7789 :
7790fi
7791
7792fi
7793
7794
7795
7796
7797
7798
7799 lt_prog_compiler_wl=
7800lt_prog_compiler_pic=
7801lt_prog_compiler_static=
7802
7803{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7804$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7805
7806 if test "$GCC" = yes; then
7807 lt_prog_compiler_wl='-Wl,'
7808 lt_prog_compiler_static='-static'
7809
7810 case $host_os in
7811 aix*)
7812 # All AIX code is PIC.
7813 if test "$host_cpu" = ia64; then
7814 # AIX 5 now supports IA64 processor
7815 lt_prog_compiler_static='-Bstatic'
7816 fi
7817 lt_prog_compiler_pic='-fPIC'
7818 ;;
7819
7820 amigaos*)
7821 case $host_cpu in
7822 powerpc)
7823 # see comment about AmigaOS4 .so support
7824 lt_prog_compiler_pic='-fPIC'
7825 ;;
7826 m68k)
7827 # FIXME: we need at least 68020 code to build shared libraries, but
7828 # adding the `-m68020' flag to GCC prevents building anything better,
7829 # like `-m68040'.
7830 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7831 ;;
7832 esac
7833 ;;
7834
7835 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7836 # PIC is the default for these OSes.
7837 ;;
7838
7839 mingw* | cygwin* | pw32* | os2* | cegcc*)
7840 # This hack is so that the source file can tell whether it is being
7841 # built for inclusion in a dll (and should export symbols for example).
7842 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7843 # (--disable-auto-import) libraries
7844 lt_prog_compiler_pic='-DDLL_EXPORT'
7845 ;;
7846
7847 darwin* | rhapsody*)
7848 # PIC is the default on this platform
7849 # Common symbols not allowed in MH_DYLIB files
7850 lt_prog_compiler_pic='-fno-common'
7851 ;;
7852
7853 haiku*)
7854 # PIC is the default for Haiku.
7855 # The "-static" flag exists, but is broken.
7856 lt_prog_compiler_static=
7857 ;;
7858
7859 hpux*)
7860 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7861 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7862 # sets the default TLS model and affects inlining.
7863 case $host_cpu in
7864 hppa*64*)
7865 # +Z the default
7866 ;;
7867 *)
7868 lt_prog_compiler_pic='-fPIC'
7869 ;;
7870 esac
7871 ;;
7872
7873 interix[3-9]*)
7874 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7875 # Instead, we relocate shared libraries at runtime.
7876 ;;
7877
7878 msdosdjgpp*)
7879 # Just because we use GCC doesn't mean we suddenly get shared libraries
7880 # on systems that don't support them.
7881 lt_prog_compiler_can_build_shared=no
7882 enable_shared=no
7883 ;;
7884
7885 *nto* | *qnx*)
7886 # QNX uses GNU C++, but need to define -shared option too, otherwise
7887 # it will coredump.
7888 lt_prog_compiler_pic='-fPIC -shared'
7889 ;;
7890
7891 sysv4*MP*)
7892 if test -d /usr/nec; then
7893 lt_prog_compiler_pic=-Kconform_pic
7894 fi
7895 ;;
7896
7897 *)
7898 lt_prog_compiler_pic='-fPIC'
7899 ;;
7900 esac
7901
7902 case $cc_basename in
7903 nvcc*) # Cuda Compiler Driver 2.2
7904 lt_prog_compiler_wl='-Xlinker '
7905 lt_prog_compiler_pic='-Xcompiler -fPIC'
7906 ;;
7907 esac
7908 else
7909 # PORTME Check for flag to pass linker flags through the system compiler.
7910 case $host_os in
7911 aix*)
7912 lt_prog_compiler_wl='-Wl,'
7913 if test "$host_cpu" = ia64; then
7914 # AIX 5 now supports IA64 processor
7915 lt_prog_compiler_static='-Bstatic'
7916 else
7917 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7918 fi
7919 ;;
7920
7921 mingw* | cygwin* | pw32* | os2* | cegcc*)
7922 # This hack is so that the source file can tell whether it is being
7923 # built for inclusion in a dll (and should export symbols for example).
7924 lt_prog_compiler_pic='-DDLL_EXPORT'
7925 ;;
7926
7927 hpux9* | hpux10* | hpux11*)
7928 lt_prog_compiler_wl='-Wl,'
7929 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7930 # not for PA HP-UX.
7931 case $host_cpu in
7932 hppa*64*|ia64*)
7933 # +Z the default
7934 ;;
7935 *)
7936 lt_prog_compiler_pic='+Z'
7937 ;;
7938 esac
7939 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7940 lt_prog_compiler_static='${wl}-a ${wl}archive'
7941 ;;
7942
7943 irix5* | irix6* | nonstopux*)
7944 lt_prog_compiler_wl='-Wl,'
7945 # PIC (with -KPIC) is the default.
7946 lt_prog_compiler_static='-non_shared'
7947 ;;
7948
7949 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7950 case $cc_basename in
7951 # old Intel for x86_64 which still supported -KPIC.
7952 ecc*)
7953 lt_prog_compiler_wl='-Wl,'
7954 lt_prog_compiler_pic='-KPIC'
7955 lt_prog_compiler_static='-static'
7956 ;;
7957 # icc used to be incompatible with GCC.
7958 # ICC 10 doesn't accept -KPIC any more.
7959 icc* | ifort*)
7960 lt_prog_compiler_wl='-Wl,'
7961 lt_prog_compiler_pic='-fPIC'
7962 lt_prog_compiler_static='-static'
7963 ;;
7964 # Lahey Fortran 8.1.
7965 lf95*)
7966 lt_prog_compiler_wl='-Wl,'
7967 lt_prog_compiler_pic='--shared'
7968 lt_prog_compiler_static='--static'
7969 ;;
7970 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7971 # Portland Group compilers (*not* the Pentium gcc compiler,
7972 # which looks to be a dead project)
7973 lt_prog_compiler_wl='-Wl,'
7974 lt_prog_compiler_pic='-fpic'
7975 lt_prog_compiler_static='-Bstatic'
7976 ;;
7977 ccc*)
7978 lt_prog_compiler_wl='-Wl,'
7979 # All Alpha code is PIC.
7980 lt_prog_compiler_static='-non_shared'
7981 ;;
7982 xl* | bgxl* | bgf* | mpixl*)
7983 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7984 lt_prog_compiler_wl='-Wl,'
7985 lt_prog_compiler_pic='-qpic'
7986 lt_prog_compiler_static='-qstaticlink'
7987 ;;
7988 *)
7989 case `$CC -V 2>&1 | sed 5q` in
7990 *Sun\ F* | *Sun*Fortran*)
7991 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7992 lt_prog_compiler_pic='-KPIC'
7993 lt_prog_compiler_static='-Bstatic'
7994 lt_prog_compiler_wl=''
7995 ;;
7996 *Sun\ C*)
7997 # Sun C 5.9
7998 lt_prog_compiler_pic='-KPIC'
7999 lt_prog_compiler_static='-Bstatic'
8000 lt_prog_compiler_wl='-Wl,'
8001 ;;
8002 esac
8003 ;;
8004 esac
8005 ;;
8006
8007 newsos6)
8008 lt_prog_compiler_pic='-KPIC'
8009 lt_prog_compiler_static='-Bstatic'
8010 ;;
8011
8012 *nto* | *qnx*)
8013 # QNX uses GNU C++, but need to define -shared option too, otherwise
8014 # it will coredump.
8015 lt_prog_compiler_pic='-fPIC -shared'
8016 ;;
8017
8018 osf3* | osf4* | osf5*)
8019 lt_prog_compiler_wl='-Wl,'
8020 # All OSF/1 code is PIC.
8021 lt_prog_compiler_static='-non_shared'
8022 ;;
8023
8024 rdos*)
8025 lt_prog_compiler_static='-non_shared'
8026 ;;
f0569246 8027
6bb11ab3
L
8028 solaris*)
8029 lt_prog_compiler_pic='-KPIC'
8030 lt_prog_compiler_static='-Bstatic'
8031 case $cc_basename in
8032 f77* | f90* | f95*)
8033 lt_prog_compiler_wl='-Qoption ld ';;
8034 *)
8035 lt_prog_compiler_wl='-Wl,';;
8036 esac
8037 ;;
f0569246 8038
6bb11ab3
L
8039 sunos4*)
8040 lt_prog_compiler_wl='-Qoption ld '
8041 lt_prog_compiler_pic='-PIC'
8042 lt_prog_compiler_static='-Bstatic'
8043 ;;
f0569246 8044
6bb11ab3
L
8045 sysv4 | sysv4.2uw2* | sysv4.3*)
8046 lt_prog_compiler_wl='-Wl,'
8047 lt_prog_compiler_pic='-KPIC'
8048 lt_prog_compiler_static='-Bstatic'
8049 ;;
8050
8051 sysv4*MP*)
8052 if test -d /usr/nec ;then
8053 lt_prog_compiler_pic='-Kconform_pic'
8054 lt_prog_compiler_static='-Bstatic'
8055 fi
8056 ;;
8057
8058 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8059 lt_prog_compiler_wl='-Wl,'
8060 lt_prog_compiler_pic='-KPIC'
8061 lt_prog_compiler_static='-Bstatic'
8062 ;;
8063
8064 unicos*)
8065 lt_prog_compiler_wl='-Wl,'
8066 lt_prog_compiler_can_build_shared=no
8067 ;;
8068
8069 uts4*)
8070 lt_prog_compiler_pic='-pic'
8071 lt_prog_compiler_static='-Bstatic'
8072 ;;
8073
8074 *)
8075 lt_prog_compiler_can_build_shared=no
8076 ;;
8077 esac
8078 fi
8079
8080case $host_os in
8081 # For platforms which do not support PIC, -DPIC is meaningless:
8082 *djgpp*)
8083 lt_prog_compiler_pic=
8084 ;;
8085 *)
8086 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8087 ;;
81ecdfbb 8088esac
6bb11ab3
L
8089{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8090$as_echo "$lt_prog_compiler_pic" >&6; }
8091
8092
8093
8094
8095
8096
8097#
8098# Check to make sure the PIC flag actually works.
8099#
8100if test -n "$lt_prog_compiler_pic"; then
8101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8102$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8103if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8104 $as_echo_n "(cached) " >&6
b7026657 8105else
6bb11ab3
L
8106 lt_cv_prog_compiler_pic_works=no
8107 ac_outfile=conftest.$ac_objext
8108 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8109 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8110 # Insert the option either (1) after the last *FLAGS variable, or
8111 # (2) before a word containing "conftest.", or (3) at the end.
8112 # Note that $ac_compile itself does not contain backslashes and begins
8113 # with a dollar sign (not a hyphen), so the echo should work correctly.
8114 # The option is referenced via a variable to avoid confusing sed.
8115 lt_compile=`echo "$ac_compile" | $SED \
8116 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8117 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8118 -e 's:$: $lt_compiler_flag:'`
8119 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8120 (eval "$lt_compile" 2>conftest.err)
8121 ac_status=$?
8122 cat conftest.err >&5
8123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8124 if (exit $ac_status) && test -s "$ac_outfile"; then
8125 # The compiler can only warn and ignore the option if not recognized
8126 # So say no if there are warnings other than the usual output.
8127 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8128 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8129 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8130 lt_cv_prog_compiler_pic_works=yes
8131 fi
8132 fi
8133 $RM conftest*
b7026657 8134
b7026657 8135fi
6bb11ab3
L
8136{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8137$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8138
8139if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8140 case $lt_prog_compiler_pic in
8141 "" | " "*) ;;
8142 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8143 esac
8144else
8145 lt_prog_compiler_pic=
8146 lt_prog_compiler_can_build_shared=no
f0569246 8147fi
6bb11ab3
L
8148
8149fi
8150
8151
8152
8153
8154
8155
8156#
8157# Check to make sure the static flag actually works.
8158#
8159wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8161$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8162if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8163 $as_echo_n "(cached) " >&6
f0569246 8164else
6bb11ab3
L
8165 lt_cv_prog_compiler_static_works=no
8166 save_LDFLAGS="$LDFLAGS"
8167 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8168 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8169 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8170 # The linker can only warn and ignore the option if not recognized
8171 # So say no if there are warnings
8172 if test -s conftest.err; then
8173 # Append any errors to the config.log.
8174 cat conftest.err 1>&5
8175 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8176 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8177 if diff conftest.exp conftest.er2 >/dev/null; then
8178 lt_cv_prog_compiler_static_works=yes
8179 fi
8180 else
8181 lt_cv_prog_compiler_static_works=yes
8182 fi
8183 fi
8184 $RM -r conftest*
8185 LDFLAGS="$save_LDFLAGS"
f0569246 8186
6bb11ab3
L
8187fi
8188{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8189$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8190
6bb11ab3
L
8191if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8192 :
b34f6357 8193else
6bb11ab3 8194 lt_prog_compiler_static=
f0569246 8195fi
b7026657 8196
6bb11ab3
L
8197
8198
8199
8200
8201
8202
8203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8204$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8205if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8206 $as_echo_n "(cached) " >&6
81ecdfbb 8207else
6bb11ab3
L
8208 lt_cv_prog_compiler_c_o=no
8209 $RM -r conftest 2>/dev/null
8210 mkdir conftest
8211 cd conftest
8212 mkdir out
8213 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8214
8215 lt_compiler_flag="-o out/conftest2.$ac_objext"
8216 # Insert the option either (1) after the last *FLAGS variable, or
8217 # (2) before a word containing "conftest.", or (3) at the end.
8218 # Note that $ac_compile itself does not contain backslashes and begins
8219 # with a dollar sign (not a hyphen), so the echo should work correctly.
8220 lt_compile=`echo "$ac_compile" | $SED \
8221 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8222 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8223 -e 's:$: $lt_compiler_flag:'`
8224 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8225 (eval "$lt_compile" 2>out/conftest.err)
8226 ac_status=$?
8227 cat out/conftest.err >&5
8228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8229 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8230 then
8231 # The compiler can only warn and ignore the option if not recognized
8232 # So say no if there are warnings
8233 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8234 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8235 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8236 lt_cv_prog_compiler_c_o=yes
8237 fi
8238 fi
8239 chmod u+w . 2>&5
8240 $RM conftest*
8241 # SGI C++ compiler will create directory out/ii_files/ for
8242 # template instantiation
8243 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8244 $RM out/* && rmdir out
8245 cd ..
8246 $RM -r conftest
8247 $RM conftest*
8248
81ecdfbb 8249fi
6bb11ab3
L
8250{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8251$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8252
8253
8254
8255
8256
8257
8258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8259$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8260if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8261 $as_echo_n "(cached) " >&6
8262else
6bb11ab3
L
8263 lt_cv_prog_compiler_c_o=no
8264 $RM -r conftest 2>/dev/null
8265 mkdir conftest
8266 cd conftest
8267 mkdir out
8268 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8269
8270 lt_compiler_flag="-o out/conftest2.$ac_objext"
8271 # Insert the option either (1) after the last *FLAGS variable, or
8272 # (2) before a word containing "conftest.", or (3) at the end.
8273 # Note that $ac_compile itself does not contain backslashes and begins
8274 # with a dollar sign (not a hyphen), so the echo should work correctly.
8275 lt_compile=`echo "$ac_compile" | $SED \
8276 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8277 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8278 -e 's:$: $lt_compiler_flag:'`
8279 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8280 (eval "$lt_compile" 2>out/conftest.err)
8281 ac_status=$?
8282 cat out/conftest.err >&5
8283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8284 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8285 then
8286 # The compiler can only warn and ignore the option if not recognized
8287 # So say no if there are warnings
8288 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8289 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8290 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8291 lt_cv_prog_compiler_c_o=yes
8292 fi
8293 fi
8294 chmod u+w . 2>&5
8295 $RM conftest*
8296 # SGI C++ compiler will create directory out/ii_files/ for
8297 # template instantiation
8298 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8299 $RM out/* && rmdir out
8300 cd ..
8301 $RM -r conftest
8302 $RM conftest*
8303
8304fi
8305{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8306$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8307
8308
8309
8310
8311hard_links="nottested"
8312if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8313 # do not overwrite the value of need_locks provided by the user
8314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8315$as_echo_n "checking if we can lock with hard links... " >&6; }
8316 hard_links=yes
8317 $RM conftest*
8318 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8319 touch conftest.a
8320 ln conftest.a conftest.b 2>&5 || hard_links=no
8321 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8323$as_echo "$hard_links" >&6; }
8324 if test "$hard_links" = no; then
8325 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8326$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8327 need_locks=warn
8328 fi
8329else
8330 need_locks=no
8331fi
8332
8333
8334
8335
8336
8337
8338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8339$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8340
8341 runpath_var=
8342 allow_undefined_flag=
8343 always_export_symbols=no
8344 archive_cmds=
8345 archive_expsym_cmds=
8346 compiler_needs_object=no
8347 enable_shared_with_static_runtimes=no
8348 export_dynamic_flag_spec=
8349 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8350 hardcode_automatic=no
8351 hardcode_direct=no
8352 hardcode_direct_absolute=no
8353 hardcode_libdir_flag_spec=
8354 hardcode_libdir_flag_spec_ld=
8355 hardcode_libdir_separator=
8356 hardcode_minus_L=no
8357 hardcode_shlibpath_var=unsupported
8358 inherit_rpath=no
8359 link_all_deplibs=unknown
8360 module_cmds=
8361 module_expsym_cmds=
8362 old_archive_from_new_cmds=
8363 old_archive_from_expsyms_cmds=
8364 thread_safe_flag_spec=
8365 whole_archive_flag_spec=
8366 # include_expsyms should be a list of space-separated symbols to be *always*
8367 # included in the symbol list
8368 include_expsyms=
8369 # exclude_expsyms can be an extended regexp of symbols to exclude
8370 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8371 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8372 # as well as any symbol that contains `d'.
8373 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8374 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8375 # platforms (ab)use it in PIC code, but their linkers get confused if
8376 # the symbol is explicitly referenced. Since portable code cannot
8377 # rely on this symbol name, it's probably fine to never include it in
8378 # preloaded symbol tables.
8379 # Exclude shared library initialization/finalization symbols.
8380 extract_expsyms_cmds=
8381
8382 case $host_os in
8383 cygwin* | mingw* | pw32* | cegcc*)
8384 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8385 # When not using gcc, we currently assume that we are using
8386 # Microsoft Visual C++.
8387 if test "$GCC" != yes; then
8388 with_gnu_ld=no
8389 fi
8390 ;;
8391 interix*)
8392 # we just hope/assume this is gcc and not c89 (= MSVC++)
8393 with_gnu_ld=yes
8394 ;;
8395 openbsd*)
8396 with_gnu_ld=no
8397 ;;
8398 esac
f0569246 8399
6bb11ab3
L
8400 ld_shlibs=yes
8401
8402 # On some targets, GNU ld is compatible enough with the native linker
8403 # that we're better off using the native interface for both.
8404 lt_use_gnu_ld_interface=no
8405 if test "$with_gnu_ld" = yes; then
8406 case $host_os in
8407 aix*)
8408 # The AIX port of GNU ld has always aspired to compatibility
8409 # with the native linker. However, as the warning in the GNU ld
8410 # block says, versions before 2.19.5* couldn't really create working
8411 # shared libraries, regardless of the interface used.
8412 case `$LD -v 2>&1` in
8413 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8414 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8415 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8416 *)
8417 lt_use_gnu_ld_interface=yes
8418 ;;
8419 esac
8420 ;;
8421 *)
8422 lt_use_gnu_ld_interface=yes
8423 ;;
8424 esac
8425 fi
f0569246 8426
6bb11ab3
L
8427 if test "$lt_use_gnu_ld_interface" = yes; then
8428 # If archive_cmds runs LD, not CC, wlarc should be empty
8429 wlarc='${wl}'
8430
8431 # Set some defaults for GNU ld with shared library support. These
8432 # are reset later if shared libraries are not supported. Putting them
8433 # here allows them to be overridden if necessary.
8434 runpath_var=LD_RUN_PATH
8435 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8436 export_dynamic_flag_spec='${wl}--export-dynamic'
8437 # ancient GNU ld didn't support --whole-archive et. al.
8438 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8439 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8440 else
8441 whole_archive_flag_spec=
8442 fi
8443 supports_anon_versioning=no
8444 case `$LD -v 2>&1` in
8445 *GNU\ gold*) supports_anon_versioning=yes ;;
8446 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8447 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8448 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8449 *\ 2.11.*) ;; # other 2.11 versions
8450 *) supports_anon_versioning=yes ;;
8451 esac
8452
8453 # See if GNU ld supports shared libraries.
8454 case $host_os in
8455 aix[3-9]*)
8456 # On AIX/PPC, the GNU linker is very broken
8457 if test "$host_cpu" != ia64; then
8458 ld_shlibs=no
8459 cat <<_LT_EOF 1>&2
8460
8461*** Warning: the GNU linker, at least up to release 2.19, is reported
8462*** to be unable to reliably create shared libraries on AIX.
8463*** Therefore, libtool is disabling shared libraries support. If you
8464*** really care for shared libraries, you may want to install binutils
8465*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8466*** You will then need to restart the configuration process.
8467
8468_LT_EOF
8469 fi
8470 ;;
8471
8472 amigaos*)
8473 case $host_cpu in
8474 powerpc)
8475 # see comment about AmigaOS4 .so support
8476 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8477 archive_expsym_cmds=''
8478 ;;
8479 m68k)
8480 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)'
8481 hardcode_libdir_flag_spec='-L$libdir'
8482 hardcode_minus_L=yes
8483 ;;
8484 esac
8485 ;;
8486
8487 beos*)
8488 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8489 allow_undefined_flag=unsupported
8490 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8491 # support --undefined. This deserves some investigation. FIXME
8492 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8493 else
8494 ld_shlibs=no
8495 fi
8496 ;;
8497
8498 cygwin* | mingw* | pw32* | cegcc*)
8499 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8500 # as there is no search path for DLLs.
8501 hardcode_libdir_flag_spec='-L$libdir'
8502 export_dynamic_flag_spec='${wl}--export-all-symbols'
8503 allow_undefined_flag=unsupported
8504 always_export_symbols=no
8505 enable_shared_with_static_runtimes=yes
8506 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8507
8508 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8509 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8510 # If the export-symbols file already is a .def file (1st line
8511 # is EXPORTS), use it as is; otherwise, prepend...
8512 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8513 cp $export_symbols $output_objdir/$soname.def;
8514 else
8515 echo EXPORTS > $output_objdir/$soname.def;
8516 cat $export_symbols >> $output_objdir/$soname.def;
8517 fi~
8518 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8519 else
8520 ld_shlibs=no
8521 fi
8522 ;;
8523
8524 haiku*)
8525 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8526 link_all_deplibs=yes
8527 ;;
8528
8529 interix[3-9]*)
8530 hardcode_direct=no
8531 hardcode_shlibpath_var=no
8532 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8533 export_dynamic_flag_spec='${wl}-E'
8534 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8535 # Instead, shared libraries are loaded at an image base (0x10000000 by
8536 # default) and relocated if they conflict, which is a slow very memory
8537 # consuming and fragmenting process. To avoid this, we pick a random,
8538 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8539 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8540 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8541 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'
8542 ;;
8543
8544 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8545 tmp_diet=no
8546 if test "$host_os" = linux-dietlibc; then
8547 case $cc_basename in
8548 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8549 esac
8550 fi
8551 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8552 && test "$tmp_diet" = no
8553 then
ae7d0cac 8554 tmp_addflag=' $pic_flag'
6bb11ab3
L
8555 tmp_sharedflag='-shared'
8556 case $cc_basename,$host_cpu in
8557 pgcc*) # Portland Group C compiler
8558 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'
8559 tmp_addflag=' $pic_flag'
8560 ;;
8561 pgf77* | pgf90* | pgf95* | pgfortran*)
8562 # Portland Group f77 and f90 compilers
8563 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'
8564 tmp_addflag=' $pic_flag -Mnomain' ;;
8565 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8566 tmp_addflag=' -i_dynamic' ;;
8567 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8568 tmp_addflag=' -i_dynamic -nofor_main' ;;
8569 ifc* | ifort*) # Intel Fortran compiler
8570 tmp_addflag=' -nofor_main' ;;
8571 lf95*) # Lahey Fortran 8.1
8572 whole_archive_flag_spec=
8573 tmp_sharedflag='--shared' ;;
8574 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8575 tmp_sharedflag='-qmkshrobj'
8576 tmp_addflag= ;;
8577 nvcc*) # Cuda Compiler Driver 2.2
8578 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'
8579 compiler_needs_object=yes
8580 ;;
8581 esac
8582 case `$CC -V 2>&1 | sed 5q` in
8583 *Sun\ C*) # Sun C 5.9
8584 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'
8585 compiler_needs_object=yes
8586 tmp_sharedflag='-G' ;;
8587 *Sun\ F*) # Sun Fortran 8.3
8588 tmp_sharedflag='-G' ;;
8589 esac
8590 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8591
8592 if test "x$supports_anon_versioning" = xyes; then
8593 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8594 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8595 echo "local: *; };" >> $output_objdir/$libname.ver~
8596 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8597 fi
8598
8599 case $cc_basename in
8600 xlf* | bgf* | bgxlf* | mpixlf*)
8601 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8602 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8603 hardcode_libdir_flag_spec=
8604 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8605 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8606 if test "x$supports_anon_versioning" = xyes; then
8607 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8608 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8609 echo "local: *; };" >> $output_objdir/$libname.ver~
8610 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8611 fi
8612 ;;
8613 esac
8614 else
8615 ld_shlibs=no
8616 fi
8617 ;;
8618
8619 netbsd*)
8620 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8621 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8622 wlarc=
8623 else
8624 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8625 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8626 fi
8627 ;;
8628
8629 solaris*)
8630 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8631 ld_shlibs=no
8632 cat <<_LT_EOF 1>&2
8633
8634*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8635*** create shared libraries on Solaris systems. Therefore, libtool
8636*** is disabling shared libraries support. We urge you to upgrade GNU
8637*** binutils to release 2.9.1 or newer. Another option is to modify
8638*** your PATH or compiler configuration so that the native linker is
8639*** used, and then restart.
8640
8641_LT_EOF
8642 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8643 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8644 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8645 else
8646 ld_shlibs=no
8647 fi
8648 ;;
8649
8650 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8651 case `$LD -v 2>&1` in
8652 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8653 ld_shlibs=no
8654 cat <<_LT_EOF 1>&2
8655
8656*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8657*** reliably create shared libraries on SCO systems. Therefore, libtool
8658*** is disabling shared libraries support. We urge you to upgrade GNU
8659*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8660*** your PATH or compiler configuration so that the native linker is
8661*** used, and then restart.
8662
8663_LT_EOF
8664 ;;
8665 *)
8666 # For security reasons, it is highly recommended that you always
8667 # use absolute paths for naming shared libraries, and exclude the
8668 # DT_RUNPATH tag from executables and libraries. But doing so
8669 # requires that you compile everything twice, which is a pain.
8670 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8671 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8672 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8673 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8674 else
8675 ld_shlibs=no
8676 fi
8677 ;;
8678 esac
8679 ;;
8680
8681 sunos4*)
8682 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8683 wlarc=
8684 hardcode_direct=yes
8685 hardcode_shlibpath_var=no
8686 ;;
8687
8688 *)
8689 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8690 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8691 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8692 else
8693 ld_shlibs=no
8694 fi
8695 ;;
8696 esac
8697
8698 if test "$ld_shlibs" = no; then
8699 runpath_var=
8700 hardcode_libdir_flag_spec=
8701 export_dynamic_flag_spec=
8702 whole_archive_flag_spec=
8703 fi
8704 else
8705 # PORTME fill in a description of your system's linker (not GNU ld)
8706 case $host_os in
8707 aix3*)
8708 allow_undefined_flag=unsupported
8709 always_export_symbols=yes
8710 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'
8711 # Note: this linker hardcodes the directories in LIBPATH if there
8712 # are no directories specified by -L.
8713 hardcode_minus_L=yes
8714 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8715 # Neither direct hardcoding nor static linking is supported with a
8716 # broken collect2.
8717 hardcode_direct=unsupported
8718 fi
8719 ;;
8720
8721 aix[4-9]*)
8722 if test "$host_cpu" = ia64; then
8723 # On IA64, the linker does run time linking by default, so we don't
8724 # have to do anything special.
8725 aix_use_runtimelinking=no
8726 exp_sym_flag='-Bexport'
8727 no_entry_flag=""
8728 else
8729 # If we're using GNU nm, then we don't want the "-C" option.
8730 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8731 # Also, AIX nm treats weak defined symbols like other global
8732 # defined symbols, whereas GNU nm marks them as "W".
8733 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8734 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'
8735 else
5c887dd5 8736 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
8737 fi
8738 aix_use_runtimelinking=no
8739
8740 # Test if we are trying to use run time linking or normal
8741 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8742 # need to do runtime linking.
8743 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8744 for ld_flag in $LDFLAGS; do
8745 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8746 aix_use_runtimelinking=yes
8747 break
8748 fi
8749 done
8750 ;;
8751 esac
8752
8753 exp_sym_flag='-bexport'
8754 no_entry_flag='-bnoentry'
8755 fi
8756
8757 # When large executables or shared objects are built, AIX ld can
8758 # have problems creating the table of contents. If linking a library
8759 # or program results in "error TOC overflow" add -mminimal-toc to
8760 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8761 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8762
8763 archive_cmds=''
8764 hardcode_direct=yes
8765 hardcode_direct_absolute=yes
8766 hardcode_libdir_separator=':'
8767 link_all_deplibs=yes
8768 file_list_spec='${wl}-f,'
8769
8770 if test "$GCC" = yes; then
8771 case $host_os in aix4.[012]|aix4.[012].*)
8772 # We only want to do this on AIX 4.2 and lower, the check
8773 # below for broken collect2 doesn't work under 4.3+
8774 collect2name=`${CC} -print-prog-name=collect2`
8775 if test -f "$collect2name" &&
8776 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8777 then
8778 # We have reworked collect2
8779 :
8780 else
8781 # We have old collect2
8782 hardcode_direct=unsupported
8783 # It fails to find uninstalled libraries when the uninstalled
8784 # path is not listed in the libpath. Setting hardcode_minus_L
8785 # to unsupported forces relinking
8786 hardcode_minus_L=yes
8787 hardcode_libdir_flag_spec='-L$libdir'
8788 hardcode_libdir_separator=
8789 fi
8790 ;;
8791 esac
8792 shared_flag='-shared'
8793 if test "$aix_use_runtimelinking" = yes; then
8794 shared_flag="$shared_flag "'${wl}-G'
8795 fi
8796 else
8797 # not using gcc
8798 if test "$host_cpu" = ia64; then
8799 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8800 # chokes on -Wl,-G. The following line is correct:
8801 shared_flag='-G'
8802 else
8803 if test "$aix_use_runtimelinking" = yes; then
8804 shared_flag='${wl}-G'
8805 else
8806 shared_flag='${wl}-bM:SRE'
8807 fi
8808 fi
8809 fi
8810
8811 export_dynamic_flag_spec='${wl}-bexpall'
8812 # It seems that -bexpall does not export symbols beginning with
8813 # underscore (_), so it is better to generate a list of symbols to export.
8814 always_export_symbols=yes
8815 if test "$aix_use_runtimelinking" = yes; then
8816 # Warning - without using the other runtime loading flags (-brtl),
8817 # -berok will link without error, but may produce a broken library.
8818 allow_undefined_flag='-berok'
8819 # Determine the default libpath from the value encoded in an
8820 # empty executable.
8821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
8822/* end confdefs.h. */
8823
8824int
8825main ()
8826{
8827
8828 ;
8829 return 0;
8830}
8831_ACEOF
6bb11ab3 8832if ac_fn_c_try_link "$LINENO"; then :
81ecdfbb 8833
6bb11ab3
L
8834lt_aix_libpath_sed='
8835 /Import File Strings/,/^$/ {
8836 /^0/ {
8837 s/^0 *\(.*\)$/\1/
8838 p
8839 }
8840 }'
8841aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8842# Check for a 64-bit object if we didn't find anything.
8843if test -z "$aix_libpath"; then
8844 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8845fi
8846fi
8847rm -f core conftest.err conftest.$ac_objext \
8848 conftest$ac_exeext conftest.$ac_ext
8849if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8850
8851 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8852 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"
8853 else
8854 if test "$host_cpu" = ia64; then
8855 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8856 allow_undefined_flag="-z nodefs"
8857 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"
8858 else
8859 # Determine the default libpath from the value encoded in an
8860 # empty executable.
81ecdfbb
RW
8861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8862/* end confdefs.h. */
8863
8864int
8865main ()
8866{
b7026657 8867
81ecdfbb
RW
8868 ;
8869 return 0;
8870}
8871_ACEOF
6bb11ab3
L
8872if ac_fn_c_try_link "$LINENO"; then :
8873
8874lt_aix_libpath_sed='
8875 /Import File Strings/,/^$/ {
8876 /^0/ {
8877 s/^0 *\(.*\)$/\1/
8878 p
8879 }
8880 }'
8881aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8882# Check for a 64-bit object if we didn't find anything.
8883if test -z "$aix_libpath"; then
8884 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
f0569246 8885fi
81ecdfbb 8886fi
6bb11ab3
L
8887rm -f core conftest.err conftest.$ac_objext \
8888 conftest$ac_exeext conftest.$ac_ext
8889if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8890
8891 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8892 # Warning - without using the other run time loading flags,
8893 # -berok will link without error, but may produce a broken library.
8894 no_undefined_flag=' ${wl}-bernotok'
8895 allow_undefined_flag=' ${wl}-berok'
8896 if test "$with_gnu_ld" = yes; then
8897 # We only use this code for GNU lds that support --whole-archive.
8898 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8899 else
8900 # Exported symbols can be pulled into shared objects from archives
8901 whole_archive_flag_spec='$convenience'
8902 fi
8903 archive_cmds_need_lc=yes
8904 # This is similar to how AIX traditionally builds its shared libraries.
8905 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'
8906 fi
8907 fi
8908 ;;
8909
8910 amigaos*)
8911 case $host_cpu in
8912 powerpc)
8913 # see comment about AmigaOS4 .so support
8914 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8915 archive_expsym_cmds=''
8916 ;;
8917 m68k)
8918 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)'
8919 hardcode_libdir_flag_spec='-L$libdir'
8920 hardcode_minus_L=yes
8921 ;;
8922 esac
8923 ;;
8924
8925 bsdi[45]*)
8926 export_dynamic_flag_spec=-rdynamic
8927 ;;
8928
8929 cygwin* | mingw* | pw32* | cegcc*)
8930 # When not using gcc, we currently assume that we are using
8931 # Microsoft Visual C++.
8932 # hardcode_libdir_flag_spec is actually meaningless, as there is
8933 # no search path for DLLs.
8934 hardcode_libdir_flag_spec=' '
8935 allow_undefined_flag=unsupported
8936 # Tell ltmain to make .lib files, not .a files.
8937 libext=lib
8938 # Tell ltmain to make .dll files, not .so files.
8939 shrext_cmds=".dll"
8940 # FIXME: Setting linknames here is a bad hack.
8941 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8942 # The linker will automatically build a .lib file if we build a DLL.
8943 old_archive_from_new_cmds='true'
8944 # FIXME: Should let the user specify the lib program.
8945 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8946 fix_srcfile_path='`cygpath -w "$srcfile"`'
8947 enable_shared_with_static_runtimes=yes
8948 ;;
8949
8950 darwin* | rhapsody*)
8951
8952
8953 archive_cmds_need_lc=no
8954 hardcode_direct=no
8955 hardcode_automatic=yes
8956 hardcode_shlibpath_var=unsupported
8957 if test "$lt_cv_ld_force_load" = "yes"; then
8958 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 8959 else
6bb11ab3 8960 whole_archive_flag_spec=''
f0569246 8961 fi
6bb11ab3
L
8962 link_all_deplibs=yes
8963 allow_undefined_flag="$_lt_dar_allow_undefined"
8964 case $cc_basename in
8965 ifort*) _lt_dar_can_shared=yes ;;
8966 *) _lt_dar_can_shared=$GCC ;;
8967 esac
8968 if test "$_lt_dar_can_shared" = "yes"; then
8969 output_verbose_link_cmd=func_echo_all
8970 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8971 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8972 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}"
8973 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}"
8974
f0569246 8975 else
6bb11ab3 8976 ld_shlibs=no
f0569246 8977 fi
6bb11ab3
L
8978
8979 ;;
8980
8981 dgux*)
8982 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8983 hardcode_libdir_flag_spec='-L$libdir'
8984 hardcode_shlibpath_var=no
8985 ;;
8986
8987 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8988 # support. Future versions do this automatically, but an explicit c++rt0.o
8989 # does not break anything, and helps significantly (at the cost of a little
8990 # extra space).
8991 freebsd2.2*)
8992 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8993 hardcode_libdir_flag_spec='-R$libdir'
8994 hardcode_direct=yes
8995 hardcode_shlibpath_var=no
8996 ;;
8997
8998 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8999 freebsd2.*)
9000 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9001 hardcode_direct=yes
9002 hardcode_minus_L=yes
9003 hardcode_shlibpath_var=no
9004 ;;
9005
9006 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9007 freebsd* | dragonfly*)
9008 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9009 hardcode_libdir_flag_spec='-R$libdir'
9010 hardcode_direct=yes
9011 hardcode_shlibpath_var=no
9012 ;;
9013
9014 hpux9*)
9015 if test "$GCC" = yes; then
9016 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'
9017 else
9018 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'
9019 fi
9020 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9021 hardcode_libdir_separator=:
9022 hardcode_direct=yes
9023
9024 # hardcode_minus_L: Not really in the search PATH,
9025 # but as the default location of the library.
9026 hardcode_minus_L=yes
9027 export_dynamic_flag_spec='${wl}-E'
9028 ;;
9029
9030 hpux10*)
9031 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9032 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9033 else
9034 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9035 fi
9036 if test "$with_gnu_ld" = no; then
9037 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9038 hardcode_libdir_flag_spec_ld='+b $libdir'
9039 hardcode_libdir_separator=:
9040 hardcode_direct=yes
9041 hardcode_direct_absolute=yes
9042 export_dynamic_flag_spec='${wl}-E'
9043 # hardcode_minus_L: Not really in the search PATH,
9044 # but as the default location of the library.
9045 hardcode_minus_L=yes
9046 fi
9047 ;;
9048
9049 hpux11*)
9050 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9051 case $host_cpu in
9052 hppa*64*)
9053 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9054 ;;
9055 ia64*)
9056 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9057 ;;
9058 *)
9059 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9060 ;;
9061 esac
9062 else
9063 case $host_cpu in
9064 hppa*64*)
9065 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9066 ;;
9067 ia64*)
9068 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9069 ;;
9070 *)
9071
9072 # Older versions of the 11.00 compiler do not understand -b yet
9073 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9075$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9076if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9077 $as_echo_n "(cached) " >&6
f0569246 9078else
6bb11ab3
L
9079 lt_cv_prog_compiler__b=no
9080 save_LDFLAGS="$LDFLAGS"
9081 LDFLAGS="$LDFLAGS -b"
9082 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9083 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9084 # The linker can only warn and ignore the option if not recognized
9085 # So say no if there are warnings
9086 if test -s conftest.err; then
9087 # Append any errors to the config.log.
9088 cat conftest.err 1>&5
9089 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9090 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9091 if diff conftest.exp conftest.er2 >/dev/null; then
9092 lt_cv_prog_compiler__b=yes
9093 fi
9094 else
9095 lt_cv_prog_compiler__b=yes
9096 fi
9097 fi
9098 $RM -r conftest*
9099 LDFLAGS="$save_LDFLAGS"
f0569246 9100
6bb11ab3
L
9101fi
9102{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9103$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9104
6bb11ab3
L
9105if test x"$lt_cv_prog_compiler__b" = xyes; then
9106 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9107else
9108 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9109fi
81ecdfbb 9110
6bb11ab3
L
9111 ;;
9112 esac
9113 fi
9114 if test "$with_gnu_ld" = no; then
9115 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9116 hardcode_libdir_separator=:
9117
9118 case $host_cpu in
9119 hppa*64*|ia64*)
9120 hardcode_direct=no
9121 hardcode_shlibpath_var=no
9122 ;;
9123 *)
9124 hardcode_direct=yes
9125 hardcode_direct_absolute=yes
9126 export_dynamic_flag_spec='${wl}-E'
9127
9128 # hardcode_minus_L: Not really in the search PATH,
9129 # but as the default location of the library.
9130 hardcode_minus_L=yes
9131 ;;
9132 esac
9133 fi
9134 ;;
9135
9136 irix5* | irix6* | nonstopux*)
9137 if test "$GCC" = yes; then
9138 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'
9139 # Try to use the -exported_symbol ld option, if it does not
9140 # work, assume that -exports_file does not work either and
9141 # implicitly export all symbols.
9142 save_LDFLAGS="$LDFLAGS"
9143 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9145/* end confdefs.h. */
9146int foo(void) {}
b7026657 9147_ACEOF
6bb11ab3
L
9148if ac_fn_c_try_link "$LINENO"; then :
9149 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'
b34f6357 9150
f0569246 9151fi
6bb11ab3
L
9152rm -f core conftest.err conftest.$ac_objext \
9153 conftest$ac_exeext conftest.$ac_ext
9154 LDFLAGS="$save_LDFLAGS"
9155 else
9156 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'
9157 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'
9158 fi
9159 archive_cmds_need_lc='no'
9160 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9161 hardcode_libdir_separator=:
9162 inherit_rpath=yes
9163 link_all_deplibs=yes
9164 ;;
9165
9166 netbsd*)
9167 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9168 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9169 else
9170 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9171 fi
9172 hardcode_libdir_flag_spec='-R$libdir'
9173 hardcode_direct=yes
9174 hardcode_shlibpath_var=no
9175 ;;
9176
9177 newsos6)
9178 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9179 hardcode_direct=yes
9180 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9181 hardcode_libdir_separator=:
9182 hardcode_shlibpath_var=no
9183 ;;
9184
9185 *nto* | *qnx*)
9186 ;;
9187
9188 openbsd*)
9189 if test -f /usr/libexec/ld.so; then
9190 hardcode_direct=yes
9191 hardcode_shlibpath_var=no
9192 hardcode_direct_absolute=yes
9193 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9194 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9195 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9196 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9197 export_dynamic_flag_spec='${wl}-E'
9198 else
9199 case $host_os in
9200 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9201 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9202 hardcode_libdir_flag_spec='-R$libdir'
9203 ;;
9204 *)
9205 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9206 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9207 ;;
9208 esac
9209 fi
9210 else
9211 ld_shlibs=no
9212 fi
9213 ;;
9214
9215 os2*)
9216 hardcode_libdir_flag_spec='-L$libdir'
9217 hardcode_minus_L=yes
9218 allow_undefined_flag=unsupported
9219 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'
9220 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9221 ;;
9222
9223 osf3*)
9224 if test "$GCC" = yes; then
9225 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9226 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'
9227 else
9228 allow_undefined_flag=' -expect_unresolved \*'
9229 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'
9230 fi
9231 archive_cmds_need_lc='no'
9232 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9233 hardcode_libdir_separator=:
9234 ;;
9235
9236 osf4* | osf5*) # as osf3* with the addition of -msym flag
9237 if test "$GCC" = yes; then
9238 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9239 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'
9240 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9241 else
9242 allow_undefined_flag=' -expect_unresolved \*'
9243 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'
9244 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~
9245 $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'
9246
9247 # Both c and cxx compiler support -rpath directly
9248 hardcode_libdir_flag_spec='-rpath $libdir'
9249 fi
9250 archive_cmds_need_lc='no'
9251 hardcode_libdir_separator=:
9252 ;;
9253
9254 solaris*)
9255 no_undefined_flag=' -z defs'
9256 if test "$GCC" = yes; then
9257 wlarc='${wl}'
9258 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9259 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9260 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9261 else
9262 case `$CC -V 2>&1` in
9263 *"Compilers 5.0"*)
9264 wlarc=''
9265 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9266 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9267 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9268 ;;
9269 *)
9270 wlarc='${wl}'
9271 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9272 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9273 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9274 ;;
9275 esac
9276 fi
9277 hardcode_libdir_flag_spec='-R$libdir'
9278 hardcode_shlibpath_var=no
9279 case $host_os in
9280 solaris2.[0-5] | solaris2.[0-5].*) ;;
9281 *)
9282 # The compiler driver will combine and reorder linker options,
9283 # but understands `-z linker_flag'. GCC discards it without `$wl',
9284 # but is careful enough not to reorder.
9285 # Supported since Solaris 2.6 (maybe 2.5.1?)
9286 if test "$GCC" = yes; then
9287 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9288 else
9289 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9290 fi
9291 ;;
9292 esac
9293 link_all_deplibs=yes
9294 ;;
9295
9296 sunos4*)
9297 if test "x$host_vendor" = xsequent; then
9298 # Use $CC to link under sequent, because it throws in some extra .o
9299 # files that make .init and .fini sections work.
9300 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9301 else
9302 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9303 fi
9304 hardcode_libdir_flag_spec='-L$libdir'
9305 hardcode_direct=yes
9306 hardcode_minus_L=yes
9307 hardcode_shlibpath_var=no
9308 ;;
9309
9310 sysv4)
9311 case $host_vendor in
9312 sni)
9313 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9314 hardcode_direct=yes # is this really true???
9315 ;;
9316 siemens)
9317 ## LD is ld it makes a PLAMLIB
9318 ## CC just makes a GrossModule.
9319 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9320 reload_cmds='$CC -r -o $output$reload_objs'
9321 hardcode_direct=no
9322 ;;
9323 motorola)
9324 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9325 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9326 ;;
9327 esac
9328 runpath_var='LD_RUN_PATH'
9329 hardcode_shlibpath_var=no
9330 ;;
9331
9332 sysv4.3*)
9333 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9334 hardcode_shlibpath_var=no
9335 export_dynamic_flag_spec='-Bexport'
9336 ;;
9337
9338 sysv4*MP*)
9339 if test -d /usr/nec; then
9340 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9341 hardcode_shlibpath_var=no
9342 runpath_var=LD_RUN_PATH
9343 hardcode_runpath_var=yes
9344 ld_shlibs=yes
9345 fi
9346 ;;
9347
9348 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9349 no_undefined_flag='${wl}-z,text'
9350 archive_cmds_need_lc=no
9351 hardcode_shlibpath_var=no
9352 runpath_var='LD_RUN_PATH'
9353
9354 if test "$GCC" = yes; then
9355 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9356 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9357 else
9358 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9359 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9360 fi
9361 ;;
9362
9363 sysv5* | sco3.2v5* | sco5v6*)
9364 # Note: We can NOT use -z defs as we might desire, because we do not
9365 # link with -lc, and that would cause any symbols used from libc to
9366 # always be unresolved, which means just about no library would
9367 # ever link correctly. If we're not using GNU ld we use -z text
9368 # though, which does catch some bad symbols but isn't as heavy-handed
9369 # as -z defs.
9370 no_undefined_flag='${wl}-z,text'
9371 allow_undefined_flag='${wl}-z,nodefs'
9372 archive_cmds_need_lc=no
9373 hardcode_shlibpath_var=no
9374 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9375 hardcode_libdir_separator=':'
9376 link_all_deplibs=yes
9377 export_dynamic_flag_spec='${wl}-Bexport'
9378 runpath_var='LD_RUN_PATH'
9379
9380 if test "$GCC" = yes; then
9381 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9382 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9383 else
9384 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9385 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9386 fi
9387 ;;
9388
9389 uts4*)
9390 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9391 hardcode_libdir_flag_spec='-L$libdir'
9392 hardcode_shlibpath_var=no
9393 ;;
9394
9395 *)
9396 ld_shlibs=no
9397 ;;
9398 esac
9399
9400 if test x$host_vendor = xsni; then
9401 case $host in
9402 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9403 export_dynamic_flag_spec='${wl}-Blargedynsym'
9404 ;;
9405 esac
9406 fi
9407 fi
9408
9409{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9410$as_echo "$ld_shlibs" >&6; }
9411test "$ld_shlibs" = no && can_build_shared=no
9412
9413with_gnu_ld=$with_gnu_ld
9414
9415
9416
9417
b7026657 9418
f0569246 9419
f0569246 9420
6ffe910a 9421
6ffe910a
MF
9422
9423
6ffe910a 9424
f0569246 9425
f0569246
AC
9426
9427
6bb11ab3
L
9428
9429#
9430# Do we need to explicitly link libc?
9431#
9432case "x$archive_cmds_need_lc" in
9433x|xyes)
9434 # Assume -lc should be added
9435 archive_cmds_need_lc=yes
9436
9437 if test "$enable_shared" = yes && test "$GCC" = yes; then
9438 case $archive_cmds in
9439 *'~'*)
9440 # FIXME: we may have to deal with multi-command sequences.
9441 ;;
9442 '$CC '*)
9443 # Test whether the compiler implicitly links with -lc since on some
9444 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9445 # to ld, don't add -lc before -lgcc.
9446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9447$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9448if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9449 $as_echo_n "(cached) " >&6
f0569246 9450else
6bb11ab3
L
9451 $RM conftest*
9452 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9453
9454 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9455 (eval $ac_compile) 2>&5
9456 ac_status=$?
9457 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9458 test $ac_status = 0; } 2>conftest.err; then
9459 soname=conftest
9460 lib=conftest
9461 libobjs=conftest.$ac_objext
9462 deplibs=
9463 wl=$lt_prog_compiler_wl
9464 pic_flag=$lt_prog_compiler_pic
9465 compiler_flags=-v
9466 linker_flags=-v
9467 verstring=
9468 output_objdir=.
9469 libname=conftest
9470 lt_save_allow_undefined_flag=$allow_undefined_flag
9471 allow_undefined_flag=
9472 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9473 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9474 ac_status=$?
9475 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9476 test $ac_status = 0; }
9477 then
9478 lt_cv_archive_cmds_need_lc=no
9479 else
9480 lt_cv_archive_cmds_need_lc=yes
9481 fi
9482 allow_undefined_flag=$lt_save_allow_undefined_flag
9483 else
9484 cat conftest.err 1>&5
9485 fi
9486 $RM conftest*
b34f6357 9487
6ffe910a 9488fi
6bb11ab3
L
9489{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9490$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9491 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9492 ;;
9493 esac
9494 fi
9495 ;;
6ffe910a 9496esac
b34f6357 9497
b34f6357 9498
6ffe910a 9499
b34f6357 9500
81ecdfbb 9501
35695fd6 9502
35695fd6 9503
35695fd6 9504
f0569246 9505
b34f6357 9506
f0569246 9507
b7026657 9508
f0569246 9509
b34f6357 9510
81ecdfbb 9511
b7026657 9512
b34f6357 9513
b34f6357 9514
81ecdfbb 9515
81ecdfbb 9516
81ecdfbb
RW
9517
9518
81ecdfbb 9519
81ecdfbb 9520
f0569246
AC
9521
9522
b34f6357 9523
f0569246 9524
b34f6357 9525
b34f6357 9526
81ecdfbb 9527
b7026657 9528
b34f6357 9529
f0569246 9530
81ecdfbb 9531
f0569246 9532
b34f6357 9533
b34f6357 9534
b7026657 9535
81ecdfbb 9536
b7026657 9537
b34f6357 9538
b34f6357 9539
b7026657
AC
9540
9541
b7026657
AC
9542
9543
6ffe910a 9544
2232061b
MF
9545
9546
2232061b 9547
2232061b
MF
9548
9549
2232061b
MF
9550
9551
2232061b 9552
2232061b
MF
9553
9554
6bb11ab3
L
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
9634
9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9655$as_echo_n "checking dynamic linker characteristics... " >&6; }
9656
9657if test "$GCC" = yes; then
9658 case $host_os in
9659 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9660 *) lt_awk_arg="/^libraries:/" ;;
9661 esac
9662 case $host_os in
9663 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9664 *) lt_sed_strip_eq="s,=/,/,g" ;;
9665 esac
9666 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9667 case $lt_search_path_spec in
9668 *\;*)
9669 # if the path contains ";" then we assume it to be the separator
9670 # otherwise default to the standard path separator (i.e. ":") - it is
9671 # assumed that no part of a normal pathname contains ";" but that should
9672 # okay in the real world where ";" in dirpaths is itself problematic.
9673 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9674 ;;
9675 *)
9676 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9677 ;;
9678 esac
9679 # Ok, now we have the path, separated by spaces, we can step through it
9680 # and add multilib dir if necessary.
9681 lt_tmp_lt_search_path_spec=
9682 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9683 for lt_sys_path in $lt_search_path_spec; do
9684 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9685 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9686 else
9687 test -d "$lt_sys_path" && \
9688 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9689 fi
9690 done
9691 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9692BEGIN {RS=" "; FS="/|\n";} {
9693 lt_foo="";
9694 lt_count=0;
9695 for (lt_i = NF; lt_i > 0; lt_i--) {
9696 if ($lt_i != "" && $lt_i != ".") {
9697 if ($lt_i == "..") {
9698 lt_count++;
9699 } else {
9700 if (lt_count == 0) {
9701 lt_foo="/" $lt_i lt_foo;
9702 } else {
9703 lt_count--;
9704 }
9705 }
9706 }
9707 }
9708 if (lt_foo != "") { lt_freq[lt_foo]++; }
9709 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9710}'`
9711 # AWK program above erroneously prepends '/' to C:/dos/paths
9712 # for these hosts.
9713 case $host_os in
9714 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9715 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9716 esac
9717 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9718else
9719 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9720fi
9721library_names_spec=
9722libname_spec='lib$name'
9723soname_spec=
9724shrext_cmds=".so"
9725postinstall_cmds=
9726postuninstall_cmds=
9727finish_cmds=
9728finish_eval=
9729shlibpath_var=
9730shlibpath_overrides_runpath=unknown
9731version_type=none
9732dynamic_linker="$host_os ld.so"
9733sys_lib_dlsearch_path_spec="/lib /usr/lib"
9734need_lib_prefix=unknown
9735hardcode_into_libs=no
9736
9737# when you set need_version to no, make sure it does not cause -set_version
9738# flags to be left without arguments
9739need_version=unknown
9740
9741case $host_os in
9742aix3*)
9743 version_type=linux
9744 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9745 shlibpath_var=LIBPATH
9746
9747 # AIX 3 has no versioning support, so we append a major version to the name.
9748 soname_spec='${libname}${release}${shared_ext}$major'
9749 ;;
9750
9751aix[4-9]*)
9752 version_type=linux
9753 need_lib_prefix=no
9754 need_version=no
9755 hardcode_into_libs=yes
9756 if test "$host_cpu" = ia64; then
9757 # AIX 5 supports IA64
9758 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9759 shlibpath_var=LD_LIBRARY_PATH
9760 else
9761 # With GCC up to 2.95.x, collect2 would create an import file
9762 # for dependence libraries. The import file would start with
9763 # the line `#! .'. This would cause the generated library to
9764 # depend on `.', always an invalid library. This was fixed in
9765 # development snapshots of GCC prior to 3.0.
9766 case $host_os in
9767 aix4 | aix4.[01] | aix4.[01].*)
9768 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9769 echo ' yes '
9770 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9771 :
9772 else
9773 can_build_shared=no
9774 fi
9775 ;;
9776 esac
9777 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9778 # soname into executable. Probably we can add versioning support to
9779 # collect2, so additional links can be useful in future.
9780 if test "$aix_use_runtimelinking" = yes; then
9781 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9782 # instead of lib<name>.a to let people know that these are not
9783 # typical AIX shared libraries.
9784 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9785 else
9786 # We preserve .a as extension for shared libraries through AIX4.2
9787 # and later when we are not doing run time linking.
9788 library_names_spec='${libname}${release}.a $libname.a'
9789 soname_spec='${libname}${release}${shared_ext}$major'
9790 fi
9791 shlibpath_var=LIBPATH
9792 fi
9793 ;;
9794
9795amigaos*)
9796 case $host_cpu in
9797 powerpc)
9798 # Since July 2007 AmigaOS4 officially supports .so libraries.
9799 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9800 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9801 ;;
9802 m68k)
9803 library_names_spec='$libname.ixlibrary $libname.a'
9804 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9805 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'
9806 ;;
9807 esac
9808 ;;
9809
9810beos*)
9811 library_names_spec='${libname}${shared_ext}'
9812 dynamic_linker="$host_os ld.so"
9813 shlibpath_var=LIBRARY_PATH
9814 ;;
9815
9816bsdi[45]*)
9817 version_type=linux
9818 need_version=no
9819 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9820 soname_spec='${libname}${release}${shared_ext}$major'
9821 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9822 shlibpath_var=LD_LIBRARY_PATH
9823 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9824 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9825 # the default ld.so.conf also contains /usr/contrib/lib and
9826 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9827 # libtool to hard-code these into programs
9828 ;;
9829
9830cygwin* | mingw* | pw32* | cegcc*)
9831 version_type=windows
9832 shrext_cmds=".dll"
9833 need_version=no
9834 need_lib_prefix=no
9835
9836 case $GCC,$host_os in
9837 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9838 library_names_spec='$libname.dll.a'
9839 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9840 postinstall_cmds='base_file=`basename \${file}`~
9841 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9842 dldir=$destdir/`dirname \$dlpath`~
9843 test -d \$dldir || mkdir -p \$dldir~
9844 $install_prog $dir/$dlname \$dldir/$dlname~
9845 chmod a+x \$dldir/$dlname~
9846 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9847 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9848 fi'
9849 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9850 dlpath=$dir/\$dldll~
9851 $RM \$dlpath'
9852 shlibpath_overrides_runpath=yes
9853
9854 case $host_os in
9855 cygwin*)
9856 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9857 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9858
9859 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9860 ;;
9861 mingw* | cegcc*)
9862 # MinGW DLLs use traditional 'lib' prefix
9863 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9864 ;;
9865 pw32*)
9866 # pw32 DLLs use 'pw' prefix rather than 'lib'
9867 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9868 ;;
9869 esac
9870 ;;
9871
9872 *)
9873 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9874 ;;
9875 esac
9876 dynamic_linker='Win32 ld.exe'
9877 # FIXME: first we should search . and the directory the executable is in
9878 shlibpath_var=PATH
9879 ;;
9880
9881darwin* | rhapsody*)
9882 dynamic_linker="$host_os dyld"
9883 version_type=darwin
9884 need_lib_prefix=no
9885 need_version=no
9886 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9887 soname_spec='${libname}${release}${major}$shared_ext'
9888 shlibpath_overrides_runpath=yes
9889 shlibpath_var=DYLD_LIBRARY_PATH
9890 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9891
9892 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9893 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9894 ;;
9895
9896dgux*)
9897 version_type=linux
9898 need_lib_prefix=no
9899 need_version=no
9900 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9901 soname_spec='${libname}${release}${shared_ext}$major'
9902 shlibpath_var=LD_LIBRARY_PATH
9903 ;;
9904
9905freebsd* | dragonfly*)
9906 # DragonFly does not have aout. When/if they implement a new
9907 # versioning mechanism, adjust this.
9908 if test -x /usr/bin/objformat; then
9909 objformat=`/usr/bin/objformat`
9910 else
9911 case $host_os in
9912 freebsd[23].*) objformat=aout ;;
9913 *) objformat=elf ;;
9914 esac
9915 fi
9916 version_type=freebsd-$objformat
9917 case $version_type in
9918 freebsd-elf*)
9919 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9920 need_version=no
9921 need_lib_prefix=no
9922 ;;
9923 freebsd-*)
9924 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9925 need_version=yes
9926 ;;
9927 esac
9928 shlibpath_var=LD_LIBRARY_PATH
9929 case $host_os in
9930 freebsd2.*)
9931 shlibpath_overrides_runpath=yes
9932 ;;
9933 freebsd3.[01]* | freebsdelf3.[01]*)
9934 shlibpath_overrides_runpath=yes
9935 hardcode_into_libs=yes
9936 ;;
9937 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9938 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9939 shlibpath_overrides_runpath=no
9940 hardcode_into_libs=yes
9941 ;;
9942 *) # from 4.6 on, and DragonFly
9943 shlibpath_overrides_runpath=yes
9944 hardcode_into_libs=yes
9945 ;;
9946 esac
9947 ;;
9948
6bb11ab3
L
9949haiku*)
9950 version_type=linux
9951 need_lib_prefix=no
9952 need_version=no
9953 dynamic_linker="$host_os runtime_loader"
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 shlibpath_var=LIBRARY_PATH
9957 shlibpath_overrides_runpath=yes
9958 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9959 hardcode_into_libs=yes
9960 ;;
9961
9962hpux9* | hpux10* | hpux11*)
9963 # Give a soname corresponding to the major version so that dld.sl refuses to
9964 # link against other versions.
9965 version_type=sunos
9966 need_lib_prefix=no
9967 need_version=no
9968 case $host_cpu in
9969 ia64*)
9970 shrext_cmds='.so'
9971 hardcode_into_libs=yes
9972 dynamic_linker="$host_os dld.so"
9973 shlibpath_var=LD_LIBRARY_PATH
9974 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9975 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9976 soname_spec='${libname}${release}${shared_ext}$major'
9977 if test "X$HPUX_IA64_MODE" = X32; then
9978 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9979 else
9980 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9981 fi
9982 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9983 ;;
9984 hppa*64*)
9985 shrext_cmds='.sl'
9986 hardcode_into_libs=yes
9987 dynamic_linker="$host_os dld.sl"
9988 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9989 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9990 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9991 soname_spec='${libname}${release}${shared_ext}$major'
9992 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9993 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9994 ;;
9995 *)
9996 shrext_cmds='.sl'
9997 dynamic_linker="$host_os dld.sl"
9998 shlibpath_var=SHLIB_PATH
9999 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10000 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10001 soname_spec='${libname}${release}${shared_ext}$major'
10002 ;;
10003 esac
10004 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10005 postinstall_cmds='chmod 555 $lib'
10006 # or fails outright, so override atomically:
10007 install_override_mode=555
10008 ;;
10009
10010interix[3-9]*)
10011 version_type=linux
10012 need_lib_prefix=no
10013 need_version=no
10014 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10015 soname_spec='${libname}${release}${shared_ext}$major'
10016 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10017 shlibpath_var=LD_LIBRARY_PATH
10018 shlibpath_overrides_runpath=no
10019 hardcode_into_libs=yes
10020 ;;
10021
10022irix5* | irix6* | nonstopux*)
10023 case $host_os in
10024 nonstopux*) version_type=nonstopux ;;
10025 *)
10026 if test "$lt_cv_prog_gnu_ld" = yes; then
10027 version_type=linux
10028 else
10029 version_type=irix
10030 fi ;;
10031 esac
10032 need_lib_prefix=no
10033 need_version=no
10034 soname_spec='${libname}${release}${shared_ext}$major'
10035 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10036 case $host_os in
10037 irix5* | nonstopux*)
10038 libsuff= shlibsuff=
10039 ;;
10040 *)
10041 case $LD in # libtool.m4 will add one of these switches to LD
10042 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10043 libsuff= shlibsuff= libmagic=32-bit;;
10044 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10045 libsuff=32 shlibsuff=N32 libmagic=N32;;
10046 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10047 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10048 *) libsuff= shlibsuff= libmagic=never-match;;
10049 esac
10050 ;;
10051 esac
10052 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10053 shlibpath_overrides_runpath=no
10054 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10055 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10056 hardcode_into_libs=yes
10057 ;;
10058
10059# No shared lib support for Linux oldld, aout, or coff.
10060linux*oldld* | linux*aout* | linux*coff*)
10061 dynamic_linker=no
10062 ;;
10063
10064# This must be Linux ELF.
46f900c0 10065linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10066 version_type=linux
10067 need_lib_prefix=no
10068 need_version=no
10069 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10070 soname_spec='${libname}${release}${shared_ext}$major'
10071 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10072 shlibpath_var=LD_LIBRARY_PATH
10073 shlibpath_overrides_runpath=no
10074
10075 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10076 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10077 $as_echo_n "(cached) " >&6
10078else
6bb11ab3
L
10079 lt_cv_shlibpath_overrides_runpath=no
10080 save_LDFLAGS=$LDFLAGS
10081 save_libdir=$libdir
10082 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10083 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10085/* end confdefs.h. */
10086
2232061b
MF
10087int
10088main ()
10089{
10090
10091 ;
10092 return 0;
10093}
10094_ACEOF
6bb11ab3
L
10095if ac_fn_c_try_link "$LINENO"; then :
10096 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10097 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10098fi
2232061b 10099fi
6bb11ab3
L
10100rm -f core conftest.err conftest.$ac_objext \
10101 conftest$ac_exeext conftest.$ac_ext
10102 LDFLAGS=$save_LDFLAGS
10103 libdir=$save_libdir
2232061b 10104
6bb11ab3 10105fi
2232061b 10106
6bb11ab3 10107 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10108
6bb11ab3
L
10109 # This implies no fast_install, which is unacceptable.
10110 # Some rework will be needed to allow for fast_install
10111 # before this can be enabled.
10112 hardcode_into_libs=yes
2232061b 10113
6bb11ab3
L
10114 # Append ld.so.conf contents to the search path
10115 if test -f /etc/ld.so.conf; then
10116 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' ' '`
10117 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10118 fi
2232061b 10119
6bb11ab3
L
10120 # We used to test for /lib/ld.so.1 and disable shared libraries on
10121 # powerpc, because MkLinux only supported shared libraries with the
10122 # GNU dynamic linker. Since this was broken with cross compilers,
10123 # most powerpc-linux boxes support dynamic linking these days and
10124 # people can always --disable-shared, the test was removed, and we
10125 # assume the GNU/Linux dynamic linker is in use.
10126 dynamic_linker='GNU/Linux ld.so'
10127 ;;
10128
10129netbsd*)
10130 version_type=sunos
10131 need_lib_prefix=no
10132 need_version=no
10133 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10134 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10135 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10136 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10137 else
6bb11ab3
L
10138 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10139 soname_spec='${libname}${release}${shared_ext}$major'
10140 dynamic_linker='NetBSD ld.elf_so'
10141 fi
10142 shlibpath_var=LD_LIBRARY_PATH
10143 shlibpath_overrides_runpath=yes
10144 hardcode_into_libs=yes
10145 ;;
10146
10147newsos6)
10148 version_type=linux
10149 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10150 shlibpath_var=LD_LIBRARY_PATH
10151 shlibpath_overrides_runpath=yes
10152 ;;
10153
10154*nto* | *qnx*)
10155 version_type=qnx
10156 need_lib_prefix=no
10157 need_version=no
10158 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10159 soname_spec='${libname}${release}${shared_ext}$major'
10160 shlibpath_var=LD_LIBRARY_PATH
10161 shlibpath_overrides_runpath=no
10162 hardcode_into_libs=yes
10163 dynamic_linker='ldqnx.so'
10164 ;;
10165
10166openbsd*)
10167 version_type=sunos
10168 sys_lib_dlsearch_path_spec="/usr/lib"
10169 need_lib_prefix=no
10170 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10171 case $host_os in
10172 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10173 *) need_version=no ;;
10174 esac
10175 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10176 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10177 shlibpath_var=LD_LIBRARY_PATH
10178 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10179 case $host_os in
10180 openbsd2.[89] | openbsd2.[89].*)
10181 shlibpath_overrides_runpath=no
10182 ;;
10183 *)
10184 shlibpath_overrides_runpath=yes
10185 ;;
10186 esac
10187 else
10188 shlibpath_overrides_runpath=yes
10189 fi
10190 ;;
10191
10192os2*)
10193 libname_spec='$name'
10194 shrext_cmds=".dll"
10195 need_lib_prefix=no
10196 library_names_spec='$libname${shared_ext} $libname.a'
10197 dynamic_linker='OS/2 ld.exe'
10198 shlibpath_var=LIBPATH
10199 ;;
10200
10201osf3* | osf4* | osf5*)
10202 version_type=osf
10203 need_lib_prefix=no
10204 need_version=no
10205 soname_spec='${libname}${release}${shared_ext}$major'
10206 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10207 shlibpath_var=LD_LIBRARY_PATH
10208 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10209 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10210 ;;
10211
10212rdos*)
10213 dynamic_linker=no
10214 ;;
10215
10216solaris*)
10217 version_type=linux
10218 need_lib_prefix=no
10219 need_version=no
10220 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10221 soname_spec='${libname}${release}${shared_ext}$major'
10222 shlibpath_var=LD_LIBRARY_PATH
10223 shlibpath_overrides_runpath=yes
10224 hardcode_into_libs=yes
10225 # ldd complains unless libraries are executable
10226 postinstall_cmds='chmod +x $lib'
10227 ;;
10228
10229sunos4*)
10230 version_type=sunos
10231 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10232 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10233 shlibpath_var=LD_LIBRARY_PATH
10234 shlibpath_overrides_runpath=yes
10235 if test "$with_gnu_ld" = yes; then
10236 need_lib_prefix=no
10237 fi
10238 need_version=yes
10239 ;;
10240
10241sysv4 | sysv4.3*)
10242 version_type=linux
10243 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10244 soname_spec='${libname}${release}${shared_ext}$major'
10245 shlibpath_var=LD_LIBRARY_PATH
10246 case $host_vendor in
10247 sni)
10248 shlibpath_overrides_runpath=no
10249 need_lib_prefix=no
10250 runpath_var=LD_RUN_PATH
10251 ;;
10252 siemens)
10253 need_lib_prefix=no
10254 ;;
10255 motorola)
10256 need_lib_prefix=no
10257 need_version=no
10258 shlibpath_overrides_runpath=no
10259 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10260 ;;
10261 esac
10262 ;;
10263
10264sysv4*MP*)
10265 if test -d /usr/nec ;then
10266 version_type=linux
10267 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10268 soname_spec='$libname${shared_ext}.$major'
10269 shlibpath_var=LD_LIBRARY_PATH
2232061b 10270 fi
6bb11ab3
L
10271 ;;
10272
10273sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10274 version_type=freebsd-elf
10275 need_lib_prefix=no
10276 need_version=no
10277 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10278 soname_spec='${libname}${release}${shared_ext}$major'
10279 shlibpath_var=LD_LIBRARY_PATH
10280 shlibpath_overrides_runpath=yes
10281 hardcode_into_libs=yes
10282 if test "$with_gnu_ld" = yes; then
10283 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10284 else
10285 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10286 case $host_os in
10287 sco3.2v5*)
10288 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10289 ;;
10290 esac
10291 fi
10292 sys_lib_dlsearch_path_spec='/usr/lib'
10293 ;;
10294
10295tpf*)
10296 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10297 version_type=linux
10298 need_lib_prefix=no
10299 need_version=no
10300 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10301 shlibpath_var=LD_LIBRARY_PATH
10302 shlibpath_overrides_runpath=no
10303 hardcode_into_libs=yes
10304 ;;
10305
10306uts4*)
10307 version_type=linux
10308 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10309 soname_spec='${libname}${release}${shared_ext}$major'
10310 shlibpath_var=LD_LIBRARY_PATH
10311 ;;
10312
10313*)
10314 dynamic_linker=no
10315 ;;
10316esac
10317{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10318$as_echo "$dynamic_linker" >&6; }
10319test "$dynamic_linker" = no && can_build_shared=no
10320
10321variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10322if test "$GCC" = yes; then
10323 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10324fi
2232061b 10325
6bb11ab3
L
10326if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10327 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10328fi
10329if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10330 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10331fi
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
10354
10355
10356
10357
2232061b 10358
2232061b 10359
2232061b 10360
2232061b 10361
2232061b
MF
10362
10363
6ffe910a 10364
6ffe910a
MF
10365
10366
10367
10368
10369
2232061b 10370
6ffe910a
MF
10371
10372
10373
10374
6ffe910a 10375
6ffe910a 10376
6ffe910a
MF
10377
10378
6ffe910a 10379
6ffe910a 10380
6ffe910a
MF
10381
10382
5f3ef9d0 10383
5f3ef9d0
JB
10384
10385
10386
db2e4d67
MF
10387
10388
db2e4d67 10389
db2e4d67 10390
db2e4d67 10391
db2e4d67 10392
db2e4d67 10393
db2e4d67 10394
db2e4d67 10395
db2e4d67
MF
10396
10397
db2e4d67 10398
db2e4d67
MF
10399
10400
db2e4d67 10401
db2e4d67
MF
10402
10403
6ffe910a 10404
6ffe910a 10405
6ffe910a
MF
10406
10407
6ffe910a
MF
10408
10409
6ffe910a 10410
6ffe910a 10411
6ffe910a 10412
6ffe910a 10413
6ffe910a 10414
b7026657 10415
b7026657 10416
b34f6357 10417
b7026657 10418
b7026657 10419
b34f6357 10420
b7026657 10421
b7026657 10422
b34f6357 10423
6bb11ab3
L
10424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10425$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10426hardcode_action=
10427if test -n "$hardcode_libdir_flag_spec" ||
10428 test -n "$runpath_var" ||
10429 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 10430
6bb11ab3
L
10431 # We can hardcode non-existent directories.
10432 if test "$hardcode_direct" != no &&
10433 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10434 # have to relink, otherwise we might link with an installed library
10435 # when we should be linking with a yet-to-be-installed one
10436 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10437 test "$hardcode_minus_L" != no; then
10438 # Linking always hardcodes the temporary library directory.
10439 hardcode_action=relink
10440 else
10441 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10442 hardcode_action=immediate
10443 fi
10444else
10445 # We cannot hardcode anything, or else we can only hardcode existing
10446 # directories.
10447 hardcode_action=unsupported
b34f6357 10448fi
6bb11ab3
L
10449{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10450$as_echo "$hardcode_action" >&6; }
b7026657 10451
6bb11ab3
L
10452if test "$hardcode_action" = relink ||
10453 test "$inherit_rpath" = yes; then
10454 # Fast installation is not supported
10455 enable_fast_install=no
10456elif test "$shlibpath_overrides_runpath" = yes ||
10457 test "$enable_shared" = no; then
10458 # Fast installation is not necessary
10459 enable_fast_install=needless
10460fi
b34f6357 10461
6bb11ab3
L
10462
10463
10464
10465
10466
10467 if test "x$enable_dlopen" != xyes; then
10468 enable_dlopen=unknown
10469 enable_dlopen_self=unknown
10470 enable_dlopen_self_static=unknown
10471else
10472 lt_cv_dlopen=no
10473 lt_cv_dlopen_libs=
10474
10475 case $host_os in
10476 beos*)
10477 lt_cv_dlopen="load_add_on"
10478 lt_cv_dlopen_libs=
10479 lt_cv_dlopen_self=yes
10480 ;;
10481
10482 mingw* | pw32* | cegcc*)
10483 lt_cv_dlopen="LoadLibrary"
10484 lt_cv_dlopen_libs=
10485 ;;
10486
10487 cygwin*)
10488 lt_cv_dlopen="dlopen"
10489 lt_cv_dlopen_libs=
10490 ;;
10491
10492 darwin*)
10493 # if libdl is installed we need to link against it
10494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10495$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10496if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10497 $as_echo_n "(cached) " >&6
10498else
10499 ac_check_lib_save_LIBS=$LIBS
10500LIBS="-ldl $LIBS"
10501cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10502/* end confdefs.h. */
10503
10504/* Override any GCC internal prototype to avoid an error.
10505 Use char because int might match the return type of a GCC
10506 builtin and then its argument prototype would still apply. */
10507#ifdef __cplusplus
10508extern "C"
10509#endif
10510char dlopen ();
10511int
10512main ()
10513{
10514return dlopen ();
10515 ;
10516 return 0;
10517}
b7026657 10518_ACEOF
6bb11ab3
L
10519if ac_fn_c_try_link "$LINENO"; then :
10520 ac_cv_lib_dl_dlopen=yes
10521else
10522 ac_cv_lib_dl_dlopen=no
10523fi
10524rm -f core conftest.err conftest.$ac_objext \
10525 conftest$ac_exeext conftest.$ac_ext
10526LIBS=$ac_check_lib_save_LIBS
10527fi
10528{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10529$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10530if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10531 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10532else
10533
10534 lt_cv_dlopen="dyld"
10535 lt_cv_dlopen_libs=
10536 lt_cv_dlopen_self=yes
b34f6357 10537
b34f6357 10538fi
b34f6357 10539
6bb11ab3 10540 ;;
b34f6357 10541
6bb11ab3
L
10542 *)
10543 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10544if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10545 lt_cv_dlopen="shl_load"
10546else
10547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10548$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10549if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10550 $as_echo_n "(cached) " >&6
10551else
10552 ac_check_lib_save_LIBS=$LIBS
10553LIBS="-ldld $LIBS"
10554cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10555/* end confdefs.h. */
10556
10557/* Override any GCC internal prototype to avoid an error.
10558 Use char because int might match the return type of a GCC
10559 builtin and then its argument prototype would still apply. */
10560#ifdef __cplusplus
10561extern "C"
10562#endif
10563char shl_load ();
10564int
10565main ()
10566{
10567return shl_load ();
10568 ;
10569 return 0;
10570}
10571_ACEOF
10572if ac_fn_c_try_link "$LINENO"; then :
10573 ac_cv_lib_dld_shl_load=yes
10574else
10575 ac_cv_lib_dld_shl_load=no
10576fi
10577rm -f core conftest.err conftest.$ac_objext \
10578 conftest$ac_exeext conftest.$ac_ext
10579LIBS=$ac_check_lib_save_LIBS
10580fi
10581{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10582$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10583if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10584 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10585else
10586 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10587if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10588 lt_cv_dlopen="dlopen"
10589else
10590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10591$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10592if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10593 $as_echo_n "(cached) " >&6
b34f6357 10594else
b7026657 10595 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10596LIBS="-ldl $LIBS"
81ecdfbb 10597cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10598/* end confdefs.h. */
10599
81ecdfbb
RW
10600/* Override any GCC internal prototype to avoid an error.
10601 Use char because int might match the return type of a GCC
10602 builtin and then its argument prototype would still apply. */
b7026657
AC
10603#ifdef __cplusplus
10604extern "C"
10605#endif
6bb11ab3 10606char dlopen ();
b7026657
AC
10607int
10608main ()
10609{
6bb11ab3 10610return dlopen ();
b7026657
AC
10611 ;
10612 return 0;
10613}
10614_ACEOF
81ecdfbb 10615if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10616 ac_cv_lib_dl_dlopen=yes
b7026657 10617else
6bb11ab3 10618 ac_cv_lib_dl_dlopen=no
b7026657 10619fi
81ecdfbb
RW
10620rm -f core conftest.err conftest.$ac_objext \
10621 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10622LIBS=$ac_check_lib_save_LIBS
10623fi
6bb11ab3
L
10624{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10625$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10626if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10627 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10628else
10629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10630$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10631if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10632 $as_echo_n "(cached) " >&6
b34f6357 10633else
b7026657 10634 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10635LIBS="-lsvld $LIBS"
81ecdfbb 10636cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 10637/* end confdefs.h. */
b34f6357 10638
81ecdfbb
RW
10639/* Override any GCC internal prototype to avoid an error.
10640 Use char because int might match the return type of a GCC
10641 builtin and then its argument prototype would still apply. */
b7026657
AC
10642#ifdef __cplusplus
10643extern "C"
10644#endif
6bb11ab3 10645char dlopen ();
b7026657
AC
10646int
10647main ()
10648{
6bb11ab3 10649return dlopen ();
b7026657
AC
10650 ;
10651 return 0;
10652}
10653_ACEOF
81ecdfbb 10654if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10655 ac_cv_lib_svld_dlopen=yes
b7026657 10656else
6bb11ab3 10657 ac_cv_lib_svld_dlopen=no
b7026657 10658fi
81ecdfbb
RW
10659rm -f core conftest.err conftest.$ac_objext \
10660 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10661LIBS=$ac_check_lib_save_LIBS
10662fi
6bb11ab3
L
10663{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10664$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10665if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 10666 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10667else
6bb11ab3
L
10668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10669$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10670if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10671 $as_echo_n "(cached) " >&6
b5bd9624 10672else
6bb11ab3
L
10673 ac_check_lib_save_LIBS=$LIBS
10674LIBS="-ldld $LIBS"
81ecdfbb 10675cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
10676/* end confdefs.h. */
10677
81ecdfbb
RW
10678/* Override any GCC internal prototype to avoid an error.
10679 Use char because int might match the return type of a GCC
b5bd9624 10680 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
10681#ifdef __cplusplus
10682extern "C"
10683#endif
6bb11ab3 10684char dld_link ();
b5bd9624
HPN
10685int
10686main ()
10687{
6bb11ab3 10688return dld_link ();
b5bd9624
HPN
10689 ;
10690 return 0;
10691}
10692_ACEOF
6bb11ab3
L
10693if ac_fn_c_try_link "$LINENO"; then :
10694 ac_cv_lib_dld_dld_link=yes
10695else
10696 ac_cv_lib_dld_dld_link=no
10697fi
10698rm -f core conftest.err conftest.$ac_objext \
10699 conftest$ac_exeext conftest.$ac_ext
10700LIBS=$ac_check_lib_save_LIBS
10701fi
10702{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10703$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10704if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
10705 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10706fi
10707
10708
10709fi
10710
10711
10712fi
10713
10714
10715fi
10716
10717
10718fi
10719
10720
10721fi
10722
10723 ;;
10724 esac
10725
10726 if test "x$lt_cv_dlopen" != xno; then
10727 enable_dlopen=yes
b5bd9624 10728 else
6bb11ab3
L
10729 enable_dlopen=no
10730 fi
10731
10732 case $lt_cv_dlopen in
10733 dlopen)
10734 save_CPPFLAGS="$CPPFLAGS"
10735 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10736
10737 save_LDFLAGS="$LDFLAGS"
10738 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10739
10740 save_LIBS="$LIBS"
10741 LIBS="$lt_cv_dlopen_libs $LIBS"
10742
10743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10744$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10745if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
10746 $as_echo_n "(cached) " >&6
10747else
10748 if test "$cross_compiling" = yes; then :
10749 lt_cv_dlopen_self=cross
10750else
10751 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10752 lt_status=$lt_dlunknown
10753 cat > conftest.$ac_ext <<_LT_EOF
f9a4d543 10754#line 10754 "configure"
6bb11ab3
L
10755#include "confdefs.h"
10756
10757#if HAVE_DLFCN_H
10758#include <dlfcn.h>
10759#endif
10760
10761#include <stdio.h>
10762
10763#ifdef RTLD_GLOBAL
10764# define LT_DLGLOBAL RTLD_GLOBAL
10765#else
10766# ifdef DL_GLOBAL
10767# define LT_DLGLOBAL DL_GLOBAL
10768# else
10769# define LT_DLGLOBAL 0
10770# endif
10771#endif
10772
10773/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10774 find out it does not work in some platform. */
10775#ifndef LT_DLLAZY_OR_NOW
10776# ifdef RTLD_LAZY
10777# define LT_DLLAZY_OR_NOW RTLD_LAZY
10778# else
10779# ifdef DL_LAZY
10780# define LT_DLLAZY_OR_NOW DL_LAZY
10781# else
10782# ifdef RTLD_NOW
10783# define LT_DLLAZY_OR_NOW RTLD_NOW
10784# else
10785# ifdef DL_NOW
10786# define LT_DLLAZY_OR_NOW DL_NOW
10787# else
10788# define LT_DLLAZY_OR_NOW 0
10789# endif
10790# endif
10791# endif
10792# endif
10793#endif
10794
10795/* When -fvisbility=hidden is used, assume the code has been annotated
10796 correspondingly for the symbols needed. */
10797#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10798void fnord () __attribute__((visibility("default")));
10799#endif
10800
10801void fnord () { int i=42; }
10802int main ()
10803{
10804 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10805 int status = $lt_dlunknown;
10806
10807 if (self)
10808 {
10809 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10810 else
10811 {
10812 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10813 else puts (dlerror ());
10814 }
10815 /* dlclose (self); */
10816 }
10817 else
10818 puts (dlerror ());
10819
10820 return status;
10821}
10822_LT_EOF
10823 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10824 (eval $ac_link) 2>&5
10825 ac_status=$?
10826 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10827 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10828 (./conftest; exit; ) >&5 2>/dev/null
10829 lt_status=$?
10830 case x$lt_status in
10831 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10832 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10833 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10834 esac
10835 else :
10836 # compilation failed
10837 lt_cv_dlopen_self=no
b5bd9624 10838 fi
b5bd9624 10839fi
6bb11ab3
L
10840rm -fr conftest*
10841
10842
b5bd9624 10843fi
6bb11ab3
L
10844{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10845$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 10846
6bb11ab3
L
10847 if test "x$lt_cv_dlopen_self" = xyes; then
10848 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10850$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10851if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 10852 $as_echo_n "(cached) " >&6
b5bd9624 10853else
6bb11ab3
L
10854 if test "$cross_compiling" = yes; then :
10855 lt_cv_dlopen_self_static=cross
10856else
10857 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10858 lt_status=$lt_dlunknown
10859 cat > conftest.$ac_ext <<_LT_EOF
f9a4d543 10860#line 10860 "configure"
6bb11ab3
L
10861#include "confdefs.h"
10862
10863#if HAVE_DLFCN_H
10864#include <dlfcn.h>
10865#endif
10866
10867#include <stdio.h>
10868
10869#ifdef RTLD_GLOBAL
10870# define LT_DLGLOBAL RTLD_GLOBAL
10871#else
10872# ifdef DL_GLOBAL
10873# define LT_DLGLOBAL DL_GLOBAL
10874# else
10875# define LT_DLGLOBAL 0
10876# endif
10877#endif
10878
10879/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10880 find out it does not work in some platform. */
10881#ifndef LT_DLLAZY_OR_NOW
10882# ifdef RTLD_LAZY
10883# define LT_DLLAZY_OR_NOW RTLD_LAZY
10884# else
10885# ifdef DL_LAZY
10886# define LT_DLLAZY_OR_NOW DL_LAZY
10887# else
10888# ifdef RTLD_NOW
10889# define LT_DLLAZY_OR_NOW RTLD_NOW
10890# else
10891# ifdef DL_NOW
10892# define LT_DLLAZY_OR_NOW DL_NOW
10893# else
10894# define LT_DLLAZY_OR_NOW 0
10895# endif
10896# endif
10897# endif
10898# endif
10899#endif
10900
10901/* When -fvisbility=hidden is used, assume the code has been annotated
10902 correspondingly for the symbols needed. */
10903#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10904void fnord () __attribute__((visibility("default")));
10905#endif
10906
10907void fnord () { int i=42; }
10908int main ()
10909{
10910 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10911 int status = $lt_dlunknown;
10912
10913 if (self)
10914 {
10915 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10916 else
10917 {
10918 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10919 else puts (dlerror ());
10920 }
10921 /* dlclose (self); */
10922 }
10923 else
10924 puts (dlerror ());
10925
10926 return status;
10927}
10928_LT_EOF
10929 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10930 (eval $ac_link) 2>&5
10931 ac_status=$?
10932 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10933 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10934 (./conftest; exit; ) >&5 2>/dev/null
10935 lt_status=$?
10936 case x$lt_status in
10937 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10938 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10939 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10940 esac
10941 else :
10942 # compilation failed
10943 lt_cv_dlopen_self_static=no
10944 fi
b5bd9624 10945fi
6bb11ab3
L
10946rm -fr conftest*
10947
10948
b5bd9624 10949fi
6bb11ab3
L
10950{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10951$as_echo "$lt_cv_dlopen_self_static" >&6; }
10952 fi
10953
10954 CPPFLAGS="$save_CPPFLAGS"
10955 LDFLAGS="$save_LDFLAGS"
10956 LIBS="$save_LIBS"
10957 ;;
10958 esac
10959
10960 case $lt_cv_dlopen_self in
10961 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10962 *) enable_dlopen_self=unknown ;;
10963 esac
10964
10965 case $lt_cv_dlopen_self_static in
10966 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10967 *) enable_dlopen_self_static=unknown ;;
10968 esac
10969fi
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987striplib=
10988old_striplib=
10989{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10990$as_echo_n "checking whether stripping libraries is possible... " >&6; }
10991if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10992 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10993 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10995$as_echo "yes" >&6; }
10996else
10997# FIXME - insert some real tests, host_os isn't really good enough
10998 case $host_os in
10999 darwin*)
11000 if test -n "$STRIP" ; then
11001 striplib="$STRIP -x"
11002 old_striplib="$STRIP -S"
11003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11004$as_echo "yes" >&6; }
11005 else
11006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11007$as_echo "no" >&6; }
11008 fi
11009 ;;
11010 *)
11011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11012$as_echo "no" >&6; }
11013 ;;
11014 esac
11015fi
11016
11017
11018
11019
11020
11021
11022
11023
11024
11025
11026
11027
11028 # Report which library types will actually be built
11029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11030$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11032$as_echo "$can_build_shared" >&6; }
11033
11034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11035$as_echo_n "checking whether to build shared libraries... " >&6; }
11036 test "$can_build_shared" = "no" && enable_shared=no
11037
11038 # On AIX, shared libraries and static libraries use the same namespace, and
11039 # are all built from PIC.
11040 case $host_os in
11041 aix3*)
11042 test "$enable_shared" = yes && enable_static=no
11043 if test -n "$RANLIB"; then
11044 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11045 postinstall_cmds='$RANLIB $lib'
11046 fi
11047 ;;
11048
11049 aix[4-9]*)
11050 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11051 test "$enable_shared" = yes && enable_static=no
11052 fi
11053 ;;
11054 esac
11055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11056$as_echo "$enable_shared" >&6; }
11057
11058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11059$as_echo_n "checking whether to build static libraries... " >&6; }
11060 # Make sure either enable_shared or enable_static is yes.
11061 test "$enable_shared" = yes || enable_static=yes
11062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11063$as_echo "$enable_static" >&6; }
11064
11065
11066
11067
11068fi
11069ac_ext=c
11070ac_cpp='$CPP $CPPFLAGS'
11071ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11072ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11073ac_compiler_gnu=$ac_cv_c_compiler_gnu
11074
11075CC="$lt_save_CC"
11076
11077
11078
11079
11080
11081
11082
11083
11084
b5bd9624 11085
b5bd9624 11086
b5bd9624 11087
b5bd9624 11088
6bb11ab3
L
11089 ac_config_commands="$ac_config_commands libtool"
11090
11091
11092
11093
11094# Only expand once:
11095
11096
5912fadd 11097
b5bd9624 11098
b34f6357 11099
31e6ad7d
MF
11100{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11101$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11102 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11103if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11104 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11105else
11106 USE_MAINTAINER_MODE=no
b34f6357 11107fi
31e6ad7d
MF
11108
11109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11110$as_echo "$USE_MAINTAINER_MODE" >&6; }
11111 if test $USE_MAINTAINER_MODE = yes; then
11112 MAINTAINER_MODE_TRUE=
11113 MAINTAINER_MODE_FALSE='#'
b34f6357 11114else
31e6ad7d
MF
11115 MAINTAINER_MODE_TRUE='#'
11116 MAINTAINER_MODE_FALSE=
81ecdfbb 11117fi
b34f6357 11118
31e6ad7d
MF
11119 MAINT=$MAINTAINER_MODE_TRUE
11120
11121
b34f6357 11122
81ecdfbb 11123
347fe5bb
MF
11124sim_inline="-DDEFAULT_INLINE=0"
11125# Check whether --enable-sim-inline was given.
11126if test "${enable_sim_inline+set}" = set; then :
11127 enableval=$enable_sim_inline; sim_inline=""
11128case "$enableval" in
11129 no) sim_inline="-DDEFAULT_INLINE=0";;
11130 0) sim_inline="-DDEFAULT_INLINE=0";;
11131 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11132 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11133 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11134 new_flag=""
11135 case "$x" in
11136 *_INLINE=*) new_flag="-D$x";;
11137 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11138 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11139 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11140 esac
11141 if test x"$sim_inline" = x""; then
11142 sim_inline="$new_flag"
11143 else
11144 sim_inline="$sim_inline $new_flag"
11145 fi
11146 done;;
11147esac
11148if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11149 echo "Setting inline flags = $sim_inline" 6>&1
11150fi
11151fi
11152
11153
11154
6efef468 11155
b34f6357 11156default_sim_scache="16384"
81ecdfbb
RW
11157# Check whether --enable-sim-scache was given.
11158if test "${enable_sim_scache+set}" = set; then :
11159 enableval=$enable_sim_scache; case "${enableval}" in
b34f6357
DB
11160 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
11161 no) sim_scache="-DWITH_SCACHE=0" ;;
379832de 11162 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
d0ac1c44 11163 *) as_fn_error $? "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
b34f6357
DB
11164 sim_scache="";;
11165esac
11166if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
11167 echo "Setting scache size = $sim_scache" 6>&1
11168fi
11169else
11170 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
81ecdfbb
RW
11171fi
11172
b7026657
AC
11173
11174
11175default_sim_default_model="fr500"
81ecdfbb
RW
11176# Check whether --enable-sim-default-model was given.
11177if test "${enable_sim_default_model+set}" = set; then :
11178 enableval=$enable_sim_default_model; case "${enableval}" in
d0ac1c44 11179 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
b7026657
AC
11180 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
11181esac
11182if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
11183 echo "Setting default model = $sim_default_model" 6>&1
11184fi
11185else
11186 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
81ecdfbb
RW
11187fi
11188
b7026657
AC
11189
11190
982c3a65
MF
11191cgen_maint=no
11192cgen=guile
11193cgendir='$(srcdir)/../../cgen'
11194# Check whether --enable-cgen-maint was given.
11195if test "${enable_cgen_maint+set}" = set; then :
11196 enableval=$enable_cgen_maint; case "${enableval}" in
11197 yes) cgen_maint=yes ;;
11198 no) cgen_maint=no ;;
11199 *)
11200 # Argument is a directory where cgen can be found. In some
11201 # future world cgen could be installable, but right now this
11202 # is not the case. Instead we assume the directory is a path
11203 # to the cgen source tree.
11204 cgen_maint=yes
11205 if test -r ${enableval}/iformat.scm; then
11206 # This looks like a cgen source tree.
11207 cgendir=${enableval}
11208 else
11209 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
11210 fi
11211 ;;
11212esac
11213fi
11214if test x${cgen_maint} != xno ; then
11215 CGEN_MAINT=''
11216else
11217 CGEN_MAINT='#'
11218fi
11219
11220
11221
11222
11223
11224#
11225# Enable making unknown traps dump out registers
11226#
11227# Check whether --enable-sim-trapdump was given.
11228if test "${enable_sim_trapdump+set}" = set; then :
11229 enableval=$enable_sim_trapdump; case "${enableval}" in
11230 yes) sim_trapdump="-DTRAPDUMP=1";;
11231 no) sim_trapdump="-DTRAPDUMP=0";;
11232 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-trapdump\"" "$LINENO" 5; sim_trapdump="";;
11233esac
11234if test x"$silent" != x"yes" && test x"$sim_trapdump" != x""; then
11235 echo "Setting sim_trapdump = $sim_trapdump" 6>&1
11236fi
11237else
11238 sim_trapdump=""
11239fi
11240
11241
11242
5c1008a4
MF
11243# Check whether --enable-werror was given.
11244if test "${enable_werror+set}" = set; then :
11245 enableval=$enable_werror; case "${enableval}" in
11246 yes | y) ERROR_ON_WARNING="yes" ;;
11247 no | n) ERROR_ON_WARNING="no" ;;
11248 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11249 esac
11250fi
11251
11252
5c1008a4 11253if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
982c3a65 11254 ERROR_ON_WARNING=yes
5c1008a4
MF
11255fi
11256
11257WERROR_CFLAGS=""
982c3a65
MF
11258if test "${ERROR_ON_WARNING}" = yes ; then
11259 WERROR_CFLAGS="-Werror"
11260fi
5c1008a4
MF
11261
11262build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
11263-Wpointer-sign \
11264-Wno-unused -Wunused-value -Wunused-function \
11265-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11266-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11267-Wold-style-declaration -Wold-style-definition"
11268
11269# Enable -Wno-format by default when using gcc on mingw since many
11270# GCC versions complain about %I64.
11271case "${host}" in
11272 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
11273 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
11274esac
11275
11276# Check whether --enable-build-warnings was given.
11277if test "${enable_build_warnings+set}" = set; then :
11278 enableval=$enable_build_warnings; case "${enableval}" in
11279 yes) ;;
11280 no) build_warnings="-w";;
11281 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11282 build_warnings="${build_warnings} ${t}";;
11283 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11284 build_warnings="${t} ${build_warnings}";;
11285 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11286esac
11287if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11288 echo "Setting compiler warning flags = $build_warnings" 6>&1
11289fi
11290fi
11291# Check whether --enable-sim-build-warnings was given.
11292if test "${enable_sim_build_warnings+set}" = set; then :
11293 enableval=$enable_sim_build_warnings; case "${enableval}" in
11294 yes) ;;
11295 no) build_warnings="-w";;
11296 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11297 build_warnings="${build_warnings} ${t}";;
11298 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11299 build_warnings="${t} ${build_warnings}";;
11300 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11301esac
11302if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11303 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11304fi
11305fi
11306WARN_CFLAGS=""
11307if test "x${build_warnings}" != x -a "x$GCC" = xyes
11308then
11309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11310$as_echo_n "checking compiler warning flags... " >&6; }
11311 # Separate out the -Werror flag as some files just cannot be
11312 # compiled with it enabled.
11313 for w in ${build_warnings}; do
11314 case $w in
11315 -Werr*) WERROR_CFLAGS=-Werror ;;
11316 *) # Check that GCC accepts it
11317 saved_CFLAGS="$CFLAGS"
1f195bc3 11318 CFLAGS="$CFLAGS -Werror $w"
5c1008a4
MF
11319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11320/* end confdefs.h. */
11321
11322int
11323main ()
11324{
11325
11326 ;
11327 return 0;
11328}
11329_ACEOF
11330if ac_fn_c_try_compile "$LINENO"; then :
11331 WARN_CFLAGS="${WARN_CFLAGS} $w"
11332fi
11333rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11334 CFLAGS="$saved_CFLAGS"
11335 esac
11336 done
11337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11338$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
11339fi
11340
11341
9d903352 11342hardware="cfi core pal glue "
94c63d78
JS
11343sim_hw_cflags="-DWITH_HW=1"
11344sim_hw="$hardware"
11345sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 11346
94c63d78
JS
11347# Check whether --enable-sim-hardware was given.
11348if test "${enable_sim_hardware+set}" = set; then :
11349 enableval=$enable_sim_hardware;
30452bbe 11350else
97f478c5 11351 enable_sim_hardware="yes"
1517bd27
MF
11352fi
11353
11354case ${enable_sim_hardware} in
64dd13df
MF
11355 yes|no) ;;
11356 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11357 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11358 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
94c63d78 11359esac
1517bd27 11360
64dd13df 11361if test "$enable_sim_hardware" = no; then
94c63d78
JS
11362 sim_hw_objs=
11363 sim_hw_cflags="-DWITH_HW=0"
11364 sim_hw=
11365else
11366 sim_hw_cflags="-DWITH_HW=1"
11367 # remove duplicates
11368 sim_hw=""
11369 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11370 for i in $hardware ; do
11371 case " $sim_hw " in
11372 *" $i "*) ;;
11373 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11374 esac
11375 done
11376 # mingw does not support sockser
94c63d78
JS
11377 case ${host} in
11378 *mingw*) ;;
49cd1634
MF
11379 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11380 # that you instatiate. Instead, other code will call into it directly.
11381 # At some point, we should convert it over.
11382 sim_hw_objs="$sim_hw_objs dv-sockser.o"
bcaa61f7 11383 sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER"
94c63d78
JS
11384 ;;
11385 esac
1517bd27
MF
11386 if test x"$silent" != x"yes"; then
11387 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
94c63d78 11388 fi
1517bd27
MF
11389 case " $hardware " in
11390 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
94c63d78 11391$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 11392if ${ac_cv_lib_m_log2+:} false; then :
94c63d78
JS
11393 $as_echo_n "(cached) " >&6
11394else
11395 ac_check_lib_save_LIBS=$LIBS
11396LIBS="-lm $LIBS"
11397cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11398/* end confdefs.h. */
11399
11400/* Override any GCC internal prototype to avoid an error.
11401 Use char because int might match the return type of a GCC
11402 builtin and then its argument prototype would still apply. */
11403#ifdef __cplusplus
11404extern "C"
11405#endif
11406char log2 ();
11407int
11408main ()
11409{
11410return log2 ();
11411 ;
11412 return 0;
11413}
11414_ACEOF
11415if ac_fn_c_try_link "$LINENO"; then :
11416 ac_cv_lib_m_log2=yes
11417else
11418 ac_cv_lib_m_log2=no
11419fi
11420rm -f core conftest.err conftest.$ac_objext \
11421 conftest$ac_exeext conftest.$ac_ext
11422LIBS=$ac_check_lib_save_LIBS
11423fi
11424{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11425$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 11426if test "x$ac_cv_lib_m_log2" = xyes; then :
94c63d78
JS
11427 cat >>confdefs.h <<_ACEOF
11428#define HAVE_LIBM 1
11429_ACEOF
11430
11431 LIBS="-lm $LIBS"
11432
11433fi
11434;;
1517bd27
MF
11435 esac
11436fi
94c63d78 11437
94c63d78 11438
b7026657
AC
11439cgen_breaks=""
11440if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11441cgen_breaks="break cgen_rtx_error";
11442fi
11443
81ecdfbb 11444ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 11445
81ecdfbb 11446ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 11447
81ecdfbb 11448ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 11449
81ecdfbb 11450ac_config_commands="$ac_config_commands Makefile"
38f48d72 11451
81ecdfbb 11452ac_config_commands="$ac_config_commands stamp-h"
38f48d72 11453
760b3e8b
MF
11454
11455
11456
11457
11458
11459
11460
11461
11462
11463
b7026657
AC
11464cat >confcache <<\_ACEOF
11465# This file is a shell script that caches the results of configure
11466# tests run on this system so they can be shared between configure
11467# scripts and configure runs, see configure's option --config-cache.
11468# It is not useful on other systems. If it contains results you don't
11469# want to keep, you may remove or edit it.
11470#
11471# config.status only pays attention to the cache file if you give it
11472# the --recheck option to rerun configure.
11473#
11474# `ac_cv_env_foo' variables (set or unset) will be overridden when
11475# loading this file, other *unset* `ac_cv_foo' will be assigned the
11476# following values.
11477
11478_ACEOF
11479
11480# The following way of writing the cache mishandles newlines in values,
11481# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11482# So, we kill variables containing newlines.
b7026657
AC
11483# Ultrix sh set writes to stderr and can't be redirected directly,
11484# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11485(
11486 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11487 eval ac_val=\$$ac_var
11488 case $ac_val in #(
11489 *${as_nl}*)
11490 case $ac_var in #(
11491 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11492$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11493 esac
11494 case $ac_var in #(
11495 _ | IFS | as_nl) ;; #(
11496 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11497 *) { eval $ac_var=; unset $ac_var;} ;;
11498 esac ;;
11499 esac
11500 done
11501
b7026657 11502 (set) 2>&1 |
81ecdfbb
RW
11503 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11504 *${as_nl}ac_space=\ *)
11505 # `set' does not quote correctly, so add quotes: double-quote
11506 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
11507 sed -n \
11508 "s/'/'\\\\''/g;
11509 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11510 ;; #(
b7026657
AC
11511 *)
11512 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11513 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 11514 ;;
81ecdfbb
RW
11515 esac |
11516 sort
11517) |
b7026657 11518 sed '
81ecdfbb 11519 /^ac_cv_env_/b end
b7026657 11520 t clear
81ecdfbb 11521 :clear
b7026657
AC
11522 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11523 t end
81ecdfbb
RW
11524 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11525 :end' >>confcache
11526if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11527 if test -w "$cache_file"; then
d0ac1c44 11528 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
11529 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11530$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
11531 if test ! -f "$cache_file" || test -h "$cache_file"; then
11532 cat confcache >"$cache_file"
11533 else
11534 case $cache_file in #(
11535 */* | ?:*)
11536 mv -f confcache "$cache_file"$$ &&
11537 mv -f "$cache_file"$$ "$cache_file" ;; #(
11538 *)
11539 mv -f confcache "$cache_file" ;;
11540 esac
11541 fi
11542 fi
b7026657 11543 else
81ecdfbb
RW
11544 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11545$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
11546 fi
11547fi
11548rm -f confcache
11549
11550test "x$prefix" = xNONE && prefix=$ac_default_prefix
11551# Let make expand exec_prefix.
11552test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11553
52d37d2c
MF
11554# Transform confdefs.h into DEFS.
11555# Protect against shell expansion while executing Makefile rules.
11556# Protect against Makefile macro expansion.
11557#
11558# If the first sed substitution is executed (which looks for macros that
11559# take arguments), then branch to the quote section. Otherwise,
11560# look for a macro that doesn't take arguments.
11561ac_script='
11562:mline
11563/\\$/{
11564 N
11565 s,\\\n,,
11566 b mline
11567}
11568t clear
11569:clear
11570s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
11571t quote
11572s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
11573t quote
11574b any
11575:quote
11576s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
11577s/\[/\\&/g
11578s/\]/\\&/g
11579s/\$/$$/g
11580H
11581:any
11582${
11583 g
11584 s/^\n//
11585 s/\n/ /g
11586 p
11587}
11588'
11589DEFS=`sed -n "$ac_script" confdefs.h`
11590
b7026657
AC
11591
11592ac_libobjs=
11593ac_ltlibobjs=
d0ac1c44 11594U=
b7026657
AC
11595for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11596 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11597 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11598 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11599 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11600 # will be set to the directory where LIBOBJS objects are built.
11601 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11602 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
11603done
11604LIBOBJS=$ac_libobjs
11605
11606LTLIBOBJS=$ac_ltlibobjs
11607
11608
0cb8d851 11609
6bb11ab3 11610if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 11611 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
11612Usually this means the macro was only invoked conditionally." "$LINENO" 5
11613fi
31e6ad7d 11614if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 11615 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
11616Usually this means the macro was only invoked conditionally." "$LINENO" 5
11617fi
b7026657 11618
d0ac1c44 11619: "${CONFIG_STATUS=./config.status}"
81ecdfbb 11620ac_write_fail=0
b7026657
AC
11621ac_clean_files_save=$ac_clean_files
11622ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11623{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11624$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11625as_write_fail=0
11626cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
11627#! $SHELL
11628# Generated by $as_me.
11629# Run this file to recreate the current configuration.
11630# Compiler output produced by configure, useful for debugging
11631# configure, is in config.log if it exists.
11632
11633debug=false
11634ac_cs_recheck=false
11635ac_cs_silent=false
b7026657 11636
81ecdfbb
RW
11637SHELL=\${CONFIG_SHELL-$SHELL}
11638export SHELL
11639_ASEOF
11640cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11641## -------------------- ##
11642## M4sh Initialization. ##
11643## -------------------- ##
11644
11645# Be more Bourne compatible
11646DUALCASE=1; export DUALCASE # for MKS sh
11647if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
11648 emulate sh
11649 NULLCMD=:
81ecdfbb 11650 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
11651 # is contrary to our usage. Disable this feature.
11652 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11653 setopt NO_GLOB_SUBST
11654else
11655 case `(set -o) 2>/dev/null` in #(
11656 *posix*) :
11657 set -o posix ;; #(
11658 *) :
11659 ;;
11660esac
b7026657 11661fi
b7026657 11662
81ecdfbb
RW
11663
11664as_nl='
11665'
11666export as_nl
11667# Printing a long string crashes Solaris 7 /usr/bin/printf.
11668as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11669as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11670as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11671# Prefer a ksh shell builtin over an external printf program on Solaris,
11672# but without wasting forks for bash or zsh.
11673if test -z "$BASH_VERSION$ZSH_VERSION" \
11674 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11675 as_echo='print -r --'
11676 as_echo_n='print -rn --'
11677elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11678 as_echo='printf %s\n'
11679 as_echo_n='printf %s'
11680else
11681 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11682 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11683 as_echo_n='/usr/ucb/echo -n'
11684 else
11685 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11686 as_echo_n_body='eval
11687 arg=$1;
11688 case $arg in #(
11689 *"$as_nl"*)
11690 expr "X$arg" : "X\\(.*\\)$as_nl";
11691 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11692 esac;
11693 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11694 '
11695 export as_echo_n_body
11696 as_echo_n='sh -c $as_echo_n_body as_echo'
11697 fi
11698 export as_echo_body
11699 as_echo='sh -c $as_echo_body as_echo'
11700fi
11701
11702# The user is always right.
11703if test "${PATH_SEPARATOR+set}" != set; then
11704 PATH_SEPARATOR=:
11705 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11706 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11707 PATH_SEPARATOR=';'
11708 }
b7026657
AC
11709fi
11710
11711
81ecdfbb
RW
11712# IFS
11713# We need space, tab and new line, in precisely that order. Quoting is
11714# there to prevent editors from complaining about space-tab.
11715# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11716# splitting by setting IFS to empty value.)
11717IFS=" "" $as_nl"
11718
11719# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 11720as_myself=
81ecdfbb
RW
11721case $0 in #((
11722 *[\\/]* ) as_myself=$0 ;;
11723 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11724for as_dir in $PATH
11725do
11726 IFS=$as_save_IFS
11727 test -z "$as_dir" && as_dir=.
11728 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11729 done
11730IFS=$as_save_IFS
11731
11732 ;;
11733esac
11734# We did not find ourselves, most probably we were run as `sh COMMAND'
11735# in which case we are not to be found in the path.
11736if test "x$as_myself" = x; then
11737 as_myself=$0
11738fi
11739if test ! -f "$as_myself"; then
11740 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11741 exit 1
11742fi
11743
11744# Unset variables that we do not need and which cause bugs (e.g. in
11745# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11746# suppresses any "Segmentation fault" message there. '((' could
11747# trigger a bug in pdksh 5.2.14.
11748for as_var in BASH_ENV ENV MAIL MAILPATH
11749do eval test x\${$as_var+set} = xset \
11750 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11751done
b7026657
AC
11752PS1='$ '
11753PS2='> '
11754PS4='+ '
11755
11756# NLS nuisances.
81ecdfbb
RW
11757LC_ALL=C
11758export LC_ALL
11759LANGUAGE=C
11760export LANGUAGE
11761
11762# CDPATH.
11763(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11764
11765
d0ac1c44
SM
11766# as_fn_error STATUS ERROR [LINENO LOG_FD]
11767# ----------------------------------------
81ecdfbb
RW
11768# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11769# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 11770# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
11771as_fn_error ()
11772{
d0ac1c44
SM
11773 as_status=$1; test $as_status -eq 0 && as_status=1
11774 if test "$4"; then
11775 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11776 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 11777 fi
d0ac1c44 11778 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
11779 as_fn_exit $as_status
11780} # as_fn_error
11781
11782
11783# as_fn_set_status STATUS
11784# -----------------------
11785# Set $? to STATUS, without forking.
11786as_fn_set_status ()
11787{
11788 return $1
11789} # as_fn_set_status
11790
11791# as_fn_exit STATUS
11792# -----------------
11793# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11794as_fn_exit ()
11795{
11796 set +e
11797 as_fn_set_status $1
11798 exit $1
11799} # as_fn_exit
11800
11801# as_fn_unset VAR
11802# ---------------
11803# Portably unset VAR.
11804as_fn_unset ()
11805{
11806 { eval $1=; unset $1;}
11807}
11808as_unset=as_fn_unset
11809# as_fn_append VAR VALUE
11810# ----------------------
11811# Append the text in VALUE to the end of the definition contained in VAR. Take
11812# advantage of any shell optimizations that allow amortized linear growth over
11813# repeated appends, instead of the typical quadratic growth present in naive
11814# implementations.
11815if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11816 eval 'as_fn_append ()
11817 {
11818 eval $1+=\$2
11819 }'
11820else
11821 as_fn_append ()
11822 {
11823 eval $1=\$$1\$2
11824 }
11825fi # as_fn_append
11826
11827# as_fn_arith ARG...
11828# ------------------
11829# Perform arithmetic evaluation on the ARGs, and store the result in the
11830# global $as_val. Take advantage of shells that can avoid forks. The arguments
11831# must be portable across $(()) and expr.
11832if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11833 eval 'as_fn_arith ()
11834 {
11835 as_val=$(( $* ))
11836 }'
11837else
11838 as_fn_arith ()
11839 {
11840 as_val=`expr "$@" || test $? -eq 1`
11841 }
11842fi # as_fn_arith
b7026657 11843
81ecdfbb
RW
11844
11845if expr a : '\(a\)' >/dev/null 2>&1 &&
11846 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
11847 as_expr=expr
11848else
11849 as_expr=false
11850fi
11851
81ecdfbb 11852if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
11853 as_basename=basename
11854else
11855 as_basename=false
11856fi
11857
81ecdfbb
RW
11858if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11859 as_dirname=dirname
11860else
11861 as_dirname=false
11862fi
b7026657 11863
81ecdfbb 11864as_me=`$as_basename -- "$0" ||
b7026657
AC
11865$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11866 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
11867 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11868$as_echo X/"$0" |
11869 sed '/^.*\/\([^/][^/]*\)\/*$/{
11870 s//\1/
11871 q
11872 }
11873 /^X\/\(\/\/\)$/{
11874 s//\1/
11875 q
11876 }
11877 /^X\/\(\/\).*/{
11878 s//\1/
11879 q
11880 }
11881 s/.*/./; q'`
b7026657 11882
b7026657
AC
11883# Avoid depending upon Character Ranges.
11884as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11885as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11886as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11887as_cr_digits='0123456789'
11888as_cr_alnum=$as_cr_Letters$as_cr_digits
11889
81ecdfbb
RW
11890ECHO_C= ECHO_N= ECHO_T=
11891case `echo -n x` in #(((((
11892-n*)
11893 case `echo 'xy\c'` in
11894 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11895 xy) ECHO_C='\c';;
11896 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11897 ECHO_T=' ';;
11898 esac;;
11899*)
11900 ECHO_N='-n';;
b34f6357 11901esac
b7026657 11902
81ecdfbb
RW
11903rm -f conf$$ conf$$.exe conf$$.file
11904if test -d conf$$.dir; then
11905 rm -f conf$$.dir/conf$$.file
b7026657 11906else
81ecdfbb
RW
11907 rm -f conf$$.dir
11908 mkdir conf$$.dir 2>/dev/null
b34f6357 11909fi
81ecdfbb
RW
11910if (echo >conf$$.file) 2>/dev/null; then
11911 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 11912 as_ln_s='ln -s'
81ecdfbb
RW
11913 # ... but there are two gotchas:
11914 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11915 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 11916 # In both cases, we have to default to `cp -pR'.
81ecdfbb 11917 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 11918 as_ln_s='cp -pR'
81ecdfbb
RW
11919 elif ln conf$$.file conf$$ 2>/dev/null; then
11920 as_ln_s=ln
11921 else
d0ac1c44 11922 as_ln_s='cp -pR'
b7026657 11923 fi
b34f6357 11924else
d0ac1c44 11925 as_ln_s='cp -pR'
b34f6357 11926fi
81ecdfbb
RW
11927rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11928rmdir conf$$.dir 2>/dev/null
11929
11930
11931# as_fn_mkdir_p
11932# -------------
11933# Create "$as_dir" as a directory, including parents if necessary.
11934as_fn_mkdir_p ()
11935{
11936
11937 case $as_dir in #(
11938 -*) as_dir=./$as_dir;;
11939 esac
11940 test -d "$as_dir" || eval $as_mkdir_p || {
11941 as_dirs=
11942 while :; do
11943 case $as_dir in #(
11944 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11945 *) as_qdir=$as_dir;;
11946 esac
11947 as_dirs="'$as_qdir' $as_dirs"
11948 as_dir=`$as_dirname -- "$as_dir" ||
11949$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11950 X"$as_dir" : 'X\(//\)[^/]' \| \
11951 X"$as_dir" : 'X\(//\)$' \| \
11952 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11953$as_echo X"$as_dir" |
11954 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11955 s//\1/
11956 q
11957 }
11958 /^X\(\/\/\)[^/].*/{
11959 s//\1/
11960 q
11961 }
11962 /^X\(\/\/\)$/{
11963 s//\1/
11964 q
11965 }
11966 /^X\(\/\).*/{
11967 s//\1/
11968 q
11969 }
11970 s/.*/./; q'`
11971 test -d "$as_dir" && break
11972 done
11973 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 11974 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
b34f6357 11975
81ecdfbb
RW
11976
11977} # as_fn_mkdir_p
b7026657 11978if mkdir -p . 2>/dev/null; then
81ecdfbb 11979 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
11980else
11981 test -d ./-p && rmdir ./-p
11982 as_mkdir_p=false
11983fi
b34f6357 11984
d0ac1c44
SM
11985
11986# as_fn_executable_p FILE
11987# -----------------------
11988# Test if FILE is an executable regular file.
11989as_fn_executable_p ()
11990{
11991 test -f "$1" && test -x "$1"
11992} # as_fn_executable_p
11993as_test_x='test -x'
11994as_executable_p=as_fn_executable_p
b34f6357 11995
b7026657
AC
11996# Sed expression to map a string onto a valid CPP name.
11997as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11998
11999# Sed expression to map a string onto a valid variable name.
12000as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12001
12002
b7026657 12003exec 6>&1
81ecdfbb
RW
12004## ----------------------------------- ##
12005## Main body of $CONFIG_STATUS script. ##
12006## ----------------------------------- ##
12007_ASEOF
12008test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12009
12010cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12011# Save the log message, to keep $0 and so on meaningful, and to
b7026657 12012# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
12013# values after options handling.
12014ac_log="
b7026657 12015This file was extended by $as_me, which was
d0ac1c44 12016generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
12017
12018 CONFIG_FILES = $CONFIG_FILES
12019 CONFIG_HEADERS = $CONFIG_HEADERS
12020 CONFIG_LINKS = $CONFIG_LINKS
12021 CONFIG_COMMANDS = $CONFIG_COMMANDS
12022 $ $0 $@
12023
81ecdfbb
RW
12024on `(hostname || uname -n) 2>/dev/null | sed 1q`
12025"
12026
b7026657
AC
12027_ACEOF
12028
81ecdfbb
RW
12029case $ac_config_files in *"
12030"*) set x $ac_config_files; shift; ac_config_files=$*;;
12031esac
b34f6357
DB
12032
12033
b7026657 12034
81ecdfbb
RW
12035cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12036# Files that config.status was made for.
12037config_files="$ac_config_files"
81ecdfbb 12038config_commands="$ac_config_commands"
b34f6357 12039
81ecdfbb 12040_ACEOF
b34f6357 12041
81ecdfbb 12042cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 12043ac_cs_usage="\
81ecdfbb
RW
12044\`$as_me' instantiates files and other configuration actions
12045from templates according to the current configuration. Unless the files
12046and actions are specified as TAGs, all are instantiated by default.
b34f6357 12047
81ecdfbb 12048Usage: $0 [OPTION]... [TAG]...
b34f6357 12049
b7026657 12050 -h, --help print this help, then exit
81ecdfbb 12051 -V, --version print version number and configuration settings, then exit
d0ac1c44 12052 --config print configuration, then exit
81ecdfbb
RW
12053 -q, --quiet, --silent
12054 do not print progress messages
b7026657
AC
12055 -d, --debug don't remove temporary files
12056 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12057 --file=FILE[:TEMPLATE]
12058 instantiate the configuration file FILE
b34f6357 12059
b7026657
AC
12060Configuration files:
12061$config_files
b34f6357 12062
b7026657
AC
12063Configuration commands:
12064$config_commands
b34f6357 12065
81ecdfbb 12066Report bugs to the package provider."
379832de 12067
81ecdfbb
RW
12068_ACEOF
12069cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12070ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
12071ac_cs_version="\\
12072config.status
d0ac1c44
SM
12073configured by $0, generated by GNU Autoconf 2.69,
12074 with options \\"\$ac_cs_config\\"
b7026657 12075
d0ac1c44 12076Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
12077This config.status script is free software; the Free Software Foundation
12078gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12079
12080ac_pwd='$ac_pwd'
12081srcdir='$srcdir'
12082INSTALL='$INSTALL'
6bb11ab3 12083AWK='$AWK'
81ecdfbb 12084test -n "\$AWK" || AWK=awk
b7026657
AC
12085_ACEOF
12086
81ecdfbb
RW
12087cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12088# The default lists apply if the user does not specify any file.
b7026657
AC
12089ac_need_defaults=:
12090while test $# != 0
12091do
12092 case $1 in
d0ac1c44 12093 --*=?*)
81ecdfbb
RW
12094 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12095 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 12096 ac_shift=:
b34f6357 12097 ;;
d0ac1c44
SM
12098 --*=)
12099 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12100 ac_optarg=
12101 ac_shift=:
12102 ;;
81ecdfbb 12103 *)
b7026657
AC
12104 ac_option=$1
12105 ac_optarg=$2
12106 ac_shift=shift
b34f6357 12107 ;;
b7026657 12108 esac
b34f6357 12109
b7026657
AC
12110 case $ac_option in
12111 # Handling of the options.
b7026657
AC
12112 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12113 ac_cs_recheck=: ;;
81ecdfbb
RW
12114 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12115 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12116 --config | --confi | --conf | --con | --co | --c )
12117 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12118 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
12119 debug=: ;;
12120 --file | --fil | --fi | --f )
12121 $ac_shift
81ecdfbb
RW
12122 case $ac_optarg in
12123 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12124 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12125 esac
12126 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657 12127 ac_need_defaults=false;;
52d37d2c 12128 --he | --h | --help | --hel | -h )
81ecdfbb 12129 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
12130 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12131 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12132 ac_cs_silent=: ;;
b34f6357 12133
b7026657 12134 # This is an error.
d0ac1c44 12135 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12136Try \`$0 --help' for more information." ;;
b34f6357 12137
81ecdfbb
RW
12138 *) as_fn_append ac_config_targets " $1"
12139 ac_need_defaults=false ;;
b7026657
AC
12140
12141 esac
12142 shift
12143done
12144
12145ac_configure_extra_args=
12146
12147if $ac_cs_silent; then
12148 exec 6>/dev/null
12149 ac_configure_extra_args="$ac_configure_extra_args --silent"
b34f6357
DB
12150fi
12151
b7026657 12152_ACEOF
81ecdfbb 12153cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 12154if \$ac_cs_recheck; then
d0ac1c44 12155 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12156 shift
12157 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12158 CONFIG_SHELL='$SHELL'
12159 export CONFIG_SHELL
12160 exec "\$@"
b7026657 12161fi
b34f6357 12162
b7026657 12163_ACEOF
81ecdfbb
RW
12164cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12165exec 5>>config.log
12166{
12167 echo
12168 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12169## Running $as_me. ##
12170_ASBOX
12171 $as_echo "$ac_log"
12172} >&5
b34f6357 12173
81ecdfbb
RW
12174_ACEOF
12175cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12176#
12177# INIT-COMMANDS
12178#
12179ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12180
6bb11ab3
L
12181
12182# The HP-UX ksh and POSIX shell print the target directory to stdout
12183# if CDPATH is set.
12184(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12185
12186sed_quote_subst='$sed_quote_subst'
12187double_quote_subst='$double_quote_subst'
12188delay_variable_subst='$delay_variable_subst'
12189macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12190macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12191enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12192enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12193pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12194enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12195SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12196ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12197host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12198host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12199host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12200build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12201build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12202build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12203SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12204Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12205GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12206EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12207FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12208LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12209NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12210LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12211max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12212ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12213exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12214lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12215lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12216lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12217reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12218reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12219OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12220deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12221file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12222AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12223AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12224STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12225RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12226old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12227old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12228old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12229lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12230CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12231CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12232compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12233GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12234lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12235lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12236lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12237lt_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"`'
12238objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12239MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12240lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12241lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12242lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12243lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12244lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12245need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12246DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12247NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12248LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12249OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12250OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12251libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12252shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12253extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12254archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12255enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12256export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12257whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12258compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12259old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12260old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12261archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12262archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12263module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12264module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12265with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12266allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12267no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12268hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12269hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12270hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12271hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12272hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12273hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12274hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12275hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12276inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12277link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12278fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12279always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12280export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12281exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12282include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12283prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12284file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12285variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12286need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12287need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12288version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12289runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12290shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12291shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12292libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12293library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12294soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12295install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12296postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12297postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12298finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12299finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12300hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12301sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12302sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12303hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12304enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12305enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12306enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12307old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12308striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12309
12310LTCC='$LTCC'
12311LTCFLAGS='$LTCFLAGS'
12312compiler='$compiler_DEFAULT'
12313
12314# A function that is used when there is no print builtin or printf.
12315func_fallback_echo ()
12316{
12317 eval 'cat <<_LTECHO_EOF
12318\$1
12319_LTECHO_EOF'
12320}
12321
12322# Quote evaled strings.
12323for var in SHELL \
12324ECHO \
12325SED \
12326GREP \
12327EGREP \
12328FGREP \
12329LD \
12330NM \
12331LN_S \
12332lt_SP2NL \
12333lt_NL2SP \
12334reload_flag \
12335OBJDUMP \
12336deplibs_check_method \
12337file_magic_cmd \
12338AR \
12339AR_FLAGS \
12340STRIP \
12341RANLIB \
12342CC \
12343CFLAGS \
12344compiler \
12345lt_cv_sys_global_symbol_pipe \
12346lt_cv_sys_global_symbol_to_cdecl \
12347lt_cv_sys_global_symbol_to_c_name_address \
12348lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12349lt_prog_compiler_no_builtin_flag \
12350lt_prog_compiler_wl \
12351lt_prog_compiler_pic \
12352lt_prog_compiler_static \
12353lt_cv_prog_compiler_c_o \
12354need_locks \
12355DSYMUTIL \
12356NMEDIT \
12357LIPO \
12358OTOOL \
12359OTOOL64 \
12360shrext_cmds \
12361export_dynamic_flag_spec \
12362whole_archive_flag_spec \
12363compiler_needs_object \
12364with_gnu_ld \
12365allow_undefined_flag \
12366no_undefined_flag \
12367hardcode_libdir_flag_spec \
12368hardcode_libdir_flag_spec_ld \
12369hardcode_libdir_separator \
12370fix_srcfile_path \
12371exclude_expsyms \
12372include_expsyms \
12373file_list_spec \
12374variables_saved_for_relink \
12375libname_spec \
12376library_names_spec \
12377soname_spec \
12378install_override_mode \
12379finish_eval \
12380old_striplib \
12381striplib; do
12382 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12383 *[\\\\\\\`\\"\\\$]*)
12384 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12385 ;;
12386 *)
12387 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12388 ;;
12389 esac
12390done
12391
12392# Double-quote double-evaled strings.
12393for var in reload_cmds \
12394old_postinstall_cmds \
12395old_postuninstall_cmds \
12396old_archive_cmds \
12397extract_expsyms_cmds \
12398old_archive_from_new_cmds \
12399old_archive_from_expsyms_cmds \
12400archive_cmds \
12401archive_expsym_cmds \
12402module_cmds \
12403module_expsym_cmds \
12404export_symbols_cmds \
12405prelink_cmds \
12406postinstall_cmds \
12407postuninstall_cmds \
12408finish_cmds \
12409sys_lib_search_path_spec \
12410sys_lib_dlsearch_path_spec; do
12411 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12412 *[\\\\\\\`\\"\\\$]*)
12413 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12414 ;;
12415 *)
12416 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12417 ;;
12418 esac
12419done
12420
12421ac_aux_dir='$ac_aux_dir'
12422xsi_shell='$xsi_shell'
12423lt_shell_append='$lt_shell_append'
12424
12425# See if we are running on zsh, and set the options which allow our
12426# commands through without removal of \ escapes INIT.
12427if test -n "\${ZSH_VERSION+set}" ; then
12428 setopt NO_GLOB_SUBST
12429fi
12430
12431
12432 PACKAGE='$PACKAGE'
12433 VERSION='$VERSION'
12434 TIMESTAMP='$TIMESTAMP'
12435 RM='$RM'
12436 ofile='$ofile'
12437
12438
12439
12440
81ecdfbb 12441_ACEOF
b34f6357 12442
81ecdfbb 12443cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b34f6357 12444
81ecdfbb 12445# Handling of arguments.
b7026657 12446for ac_config_target in $ac_config_targets
b34f6357 12447do
81ecdfbb 12448 case $ac_config_target in
db2e4d67 12449 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12450 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12451 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12452 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12453 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12454 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12455 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12456
d0ac1c44 12457 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
b34f6357
DB
12458 esac
12459done
12460
81ecdfbb 12461
b7026657
AC
12462# If the user did not use the arguments to specify the items to instantiate,
12463# then the envvar interface is used. Set only those that are not.
12464# We use the long form for the default assignment because of an extremely
12465# bizarre bug on SunOS 4.1.3.
12466if $ac_need_defaults; then
12467 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
b7026657
AC
12468 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12469fi
12470
12471# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12472# simply because there is no reason against having it here, and in addition,
b7026657 12473# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12474# Hook for its removal unless debugging.
12475# Note that there is a small window in which the directory will not be cleaned:
12476# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
12477$debug ||
12478{
d0ac1c44 12479 tmp= ac_tmp=
81ecdfbb 12480 trap 'exit_status=$?
d0ac1c44
SM
12481 : "${ac_tmp:=$tmp}"
12482 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
12483' 0
12484 trap 'as_fn_exit 1' 1 2 13 15
b7026657 12485}
b7026657 12486# Create a (secure) tmp directory for tmp files.
b34f6357 12487
b7026657 12488{
81ecdfbb 12489 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12490 test -d "$tmp"
b7026657
AC
12491} ||
12492{
81ecdfbb
RW
12493 tmp=./conf$$-$RANDOM
12494 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12495} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12496ac_tmp=$tmp
b7026657 12497
81ecdfbb
RW
12498# Set up the scripts for CONFIG_FILES section.
12499# No need to generate them if there are no CONFIG_FILES.
12500# This happens for instance with `./config.status config.h'.
12501if test -n "$CONFIG_FILES"; then
b7026657 12502
b34f6357 12503
81ecdfbb
RW
12504ac_cr=`echo X | tr X '\015'`
12505# On cygwin, bash can eat \r inside `` if the user requested igncr.
12506# But we know of no other shell where ac_cr would be empty at this
12507# point, so we can use a bashism as a fallback.
12508if test "x$ac_cr" = x; then
12509 eval ac_cr=\$\'\\r\'
12510fi
12511ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12512if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 12513 ac_cs_awk_cr='\\r'
81ecdfbb
RW
12514else
12515 ac_cs_awk_cr=$ac_cr
12516fi
b7026657 12517
d0ac1c44 12518echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
12519_ACEOF
12520
81ecdfbb
RW
12521
12522{
12523 echo "cat >conf$$subs.awk <<_ACEOF" &&
12524 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12525 echo "_ACEOF"
12526} >conf$$subs.sh ||
d0ac1c44
SM
12527 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12528ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
12529ac_delim='%!_!# '
12530for ac_last_try in false false false false false :; do
12531 . ./conf$$subs.sh ||
d0ac1c44 12532 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12533
12534 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12535 if test $ac_delim_n = $ac_delim_num; then
12536 break
12537 elif $ac_last_try; then
d0ac1c44 12538 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12539 else
12540 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b34f6357 12541 fi
81ecdfbb
RW
12542done
12543rm -f conf$$subs.sh
b34f6357 12544
81ecdfbb 12545cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12546cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
b7026657 12547_ACEOF
81ecdfbb
RW
12548sed -n '
12549h
12550s/^/S["/; s/!.*/"]=/
12551p
12552g
12553s/^[^!]*!//
12554:repl
12555t repl
12556s/'"$ac_delim"'$//
12557t delim
12558:nl
12559h
d0ac1c44 12560s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12561t more1
12562s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12563p
12564n
12565b repl
12566:more1
12567s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12568p
12569g
12570s/.\{148\}//
12571t nl
12572:delim
12573h
d0ac1c44 12574s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12575t more2
12576s/["\\]/\\&/g; s/^/"/; s/$/"/
12577p
12578b
12579:more2
12580s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12581p
12582g
12583s/.\{148\}//
12584t delim
12585' <conf$$subs.awk | sed '
12586/^[^""]/{
12587 N
12588 s/\n//
12589}
12590' >>$CONFIG_STATUS || ac_write_fail=1
12591rm -f conf$$subs.awk
12592cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12593_ACAWK
d0ac1c44 12594cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
12595 for (key in S) S_is_set[key] = 1
12596 FS = "\a"
b7026657 12597
81ecdfbb
RW
12598}
12599{
12600 line = $ 0
12601 nfields = split(line, field, "@")
12602 substed = 0
12603 len = length(field[1])
12604 for (i = 2; i < nfields; i++) {
12605 key = field[i]
12606 keylen = length(key)
12607 if (S_is_set[key]) {
12608 value = S[key]
12609 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12610 len += length(value) + length(field[++i])
12611 substed = 1
12612 } else
12613 len += 1 + keylen
12614 }
12615
12616 print line
12617}
b34f6357 12618
81ecdfbb
RW
12619_ACAWK
12620_ACEOF
12621cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12622if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12623 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 12624else
81ecdfbb 12625 cat
d0ac1c44
SM
12626fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12627 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 12628_ACEOF
b7026657 12629
d0ac1c44
SM
12630# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12631# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
12632# trailing colons and then remove the whole line if VPATH becomes empty
12633# (actually we leave an empty line to preserve line numbers).
12634if test "x$srcdir" = x.; then
d0ac1c44
SM
12635 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12636h
12637s///
12638s/^/:/
12639s/[ ]*$/:/
12640s/:\$(srcdir):/:/g
12641s/:\${srcdir}:/:/g
12642s/:@srcdir@:/:/g
12643s/^:*//
81ecdfbb 12644s/:*$//
d0ac1c44
SM
12645x
12646s/\(=[ ]*\).*/\1/
12647G
12648s/\n//
81ecdfbb
RW
12649s/^[^=]*=[ ]*$//
12650}'
12651fi
b34f6357 12652
81ecdfbb
RW
12653cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12654fi # test -n "$CONFIG_FILES"
b34f6357 12655
81ecdfbb 12656
52d37d2c 12657eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
81ecdfbb
RW
12658shift
12659for ac_tag
12660do
12661 case $ac_tag in
12662 :[FHLC]) ac_mode=$ac_tag; continue;;
12663 esac
12664 case $ac_mode$ac_tag in
12665 :[FHL]*:*);;
d0ac1c44 12666 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
12667 :[FH]-) ac_tag=-:-;;
12668 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
b34f6357 12669 esac
81ecdfbb
RW
12670 ac_save_IFS=$IFS
12671 IFS=:
12672 set x $ac_tag
12673 IFS=$ac_save_IFS
12674 shift
12675 ac_file=$1
12676 shift
b34f6357 12677
81ecdfbb
RW
12678 case $ac_mode in
12679 :L) ac_source=$1;;
12680 :[FH])
12681 ac_file_inputs=
12682 for ac_f
12683 do
12684 case $ac_f in
d0ac1c44 12685 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
12686 *) # Look for the file first in the build tree, then in the source tree
12687 # (if the path is not absolute). The absolute path cannot be DOS-style,
12688 # because $ac_f cannot contain `:'.
12689 test -f "$ac_f" ||
12690 case $ac_f in
12691 [\\/$]*) false;;
12692 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12693 esac ||
d0ac1c44 12694 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 12695 esac
81ecdfbb
RW
12696 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12697 as_fn_append ac_file_inputs " '$ac_f'"
12698 done
b7026657 12699
81ecdfbb
RW
12700 # Let's still pretend it is `configure' which instantiates (i.e., don't
12701 # use $as_me), people would be surprised to read:
12702 # /* config.h. Generated by config.status. */
12703 configure_input='Generated from '`
12704 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12705 `' by configure.'
12706 if test x"$ac_file" != x-; then
12707 configure_input="$ac_file. $configure_input"
12708 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12709$as_echo "$as_me: creating $ac_file" >&6;}
12710 fi
12711 # Neutralize special characters interpreted by sed in replacement strings.
12712 case $configure_input in #(
12713 *\&* | *\|* | *\\* )
12714 ac_sed_conf_input=`$as_echo "$configure_input" |
12715 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12716 *) ac_sed_conf_input=$configure_input;;
12717 esac
b7026657 12718
81ecdfbb 12719 case $ac_tag in
d0ac1c44
SM
12720 *:-:* | *:-) cat >"$ac_tmp/stdin" \
12721 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
12722 esac
12723 ;;
12724 esac
b7026657 12725
81ecdfbb 12726 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
12727$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12728 X"$ac_file" : 'X\(//\)[^/]' \| \
12729 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
12730 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12731$as_echo X"$ac_file" |
12732 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12733 s//\1/
12734 q
12735 }
12736 /^X\(\/\/\)[^/].*/{
12737 s//\1/
12738 q
12739 }
12740 /^X\(\/\/\)$/{
12741 s//\1/
12742 q
12743 }
12744 /^X\(\/\).*/{
12745 s//\1/
12746 q
12747 }
12748 s/.*/./; q'`
12749 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
12750 ac_builddir=.
12751
81ecdfbb
RW
12752case "$ac_dir" in
12753.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12754*)
12755 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12756 # A ".." for each directory in $ac_dir_suffix.
12757 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12758 case $ac_top_builddir_sub in
12759 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12760 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12761 esac ;;
12762esac
12763ac_abs_top_builddir=$ac_pwd
12764ac_abs_builddir=$ac_pwd$ac_dir_suffix
12765# for backward compatibility:
12766ac_top_builddir=$ac_top_build_prefix
b7026657
AC
12767
12768case $srcdir in
81ecdfbb 12769 .) # We are building in place.
b7026657 12770 ac_srcdir=.
81ecdfbb
RW
12771 ac_top_srcdir=$ac_top_builddir_sub
12772 ac_abs_top_srcdir=$ac_pwd ;;
12773 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 12774 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
12775 ac_top_srcdir=$srcdir
12776 ac_abs_top_srcdir=$srcdir ;;
12777 *) # Relative name.
12778 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12779 ac_top_srcdir=$ac_top_build_prefix$srcdir
12780 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 12781esac
81ecdfbb 12782ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 12783
b34f6357 12784
81ecdfbb
RW
12785 case $ac_mode in
12786 :F)
12787 #
12788 # CONFIG_FILE
12789 #
b7026657 12790
81ecdfbb
RW
12791 case $INSTALL in
12792 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12793 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
b34f6357 12794 esac
81ecdfbb 12795_ACEOF
b34f6357 12796
81ecdfbb
RW
12797cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12798# If the template does not know about datarootdir, expand it.
12799# FIXME: This hack should be removed a few years after 2.60.
12800ac_datarootdir_hack=; ac_datarootdir_seen=
12801ac_sed_dataroot='
12802/datarootdir/ {
12803 p
12804 q
12805}
12806/@datadir@/p
12807/@docdir@/p
12808/@infodir@/p
12809/@localedir@/p
12810/@mandir@/p'
12811case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12812*datarootdir*) ac_datarootdir_seen=yes;;
12813*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12814 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12815$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12816_ACEOF
12817cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12818 ac_datarootdir_hack='
12819 s&@datadir@&$datadir&g
12820 s&@docdir@&$docdir&g
12821 s&@infodir@&$infodir&g
12822 s&@localedir@&$localedir&g
12823 s&@mandir@&$mandir&g
12824 s&\\\${datarootdir}&$datarootdir&g' ;;
12825esac
b7026657 12826_ACEOF
b7026657 12827
81ecdfbb
RW
12828# Neutralize VPATH when `$srcdir' = `.'.
12829# Shell code in configure.ac might set extrasub.
12830# FIXME: do we really want to maintain this feature?
12831cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12832ac_sed_extra="$ac_vpsub
12833$extrasub
12834_ACEOF
12835cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12836:t
12837/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12838s|@configure_input@|$ac_sed_conf_input|;t t
12839s&@top_builddir@&$ac_top_builddir_sub&;t t
12840s&@top_build_prefix@&$ac_top_build_prefix&;t t
12841s&@srcdir@&$ac_srcdir&;t t
12842s&@abs_srcdir@&$ac_abs_srcdir&;t t
12843s&@top_srcdir@&$ac_top_srcdir&;t t
12844s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12845s&@builddir@&$ac_builddir&;t t
12846s&@abs_builddir@&$ac_abs_builddir&;t t
12847s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12848s&@INSTALL@&$ac_INSTALL&;t t
12849$ac_datarootdir_hack
12850"
d0ac1c44
SM
12851eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
12852 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
12853
12854test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
12855 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
12856 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
12857 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 12858 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 12859which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 12860$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 12861which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 12862
d0ac1c44 12863 rm -f "$ac_tmp/stdin"
81ecdfbb 12864 case $ac_file in
d0ac1c44
SM
12865 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
12866 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 12867 esac \
d0ac1c44 12868 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 12869 ;;
52d37d2c 12870
b7026657 12871
81ecdfbb
RW
12872 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12873$as_echo "$as_me: executing $ac_file commands" >&6;}
12874 ;;
12875 esac
b7026657
AC
12876
12877
81ecdfbb 12878 case $ac_file$ac_mode in
db2e4d67 12879 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
12880 "libtool":C)
12881
12882 # See if we are running on zsh, and set the options which allow our
12883 # commands through without removal of \ escapes.
12884 if test -n "${ZSH_VERSION+set}" ; then
12885 setopt NO_GLOB_SUBST
12886 fi
12887
12888 cfgfile="${ofile}T"
12889 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12890 $RM "$cfgfile"
12891
12892 cat <<_LT_EOF >> "$cfgfile"
12893#! $SHELL
12894
12895# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12896# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12897# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12898# NOTE: Changes made to this file will be lost: look at ltmain.sh.
12899#
12900# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12901# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
12902# Written by Gordon Matzigkeit, 1996
12903#
12904# This file is part of GNU Libtool.
12905#
12906# GNU Libtool is free software; you can redistribute it and/or
12907# modify it under the terms of the GNU General Public License as
12908# published by the Free Software Foundation; either version 2 of
12909# the License, or (at your option) any later version.
12910#
12911# As a special exception to the GNU General Public License,
12912# if you distribute this file as part of a program or library that
12913# is built using GNU Libtool, you may include this file under the
12914# same distribution terms that you use for the rest of that program.
12915#
12916# GNU Libtool is distributed in the hope that it will be useful,
12917# but WITHOUT ANY WARRANTY; without even the implied warranty of
12918# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12919# GNU General Public License for more details.
12920#
12921# You should have received a copy of the GNU General Public License
12922# along with GNU Libtool; see the file COPYING. If not, a copy
12923# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12924# obtained by writing to the Free Software Foundation, Inc.,
12925# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12926
12927
12928# The names of the tagged configurations supported by this script.
12929available_tags=""
12930
12931# ### BEGIN LIBTOOL CONFIG
12932
12933# Which release of libtool.m4 was used?
12934macro_version=$macro_version
12935macro_revision=$macro_revision
12936
12937# Whether or not to build shared libraries.
12938build_libtool_libs=$enable_shared
12939
12940# Whether or not to build static libraries.
12941build_old_libs=$enable_static
12942
12943# What type of objects to build.
12944pic_mode=$pic_mode
12945
12946# Whether or not to optimize for fast installation.
12947fast_install=$enable_fast_install
12948
12949# Shell to use when invoking shell scripts.
12950SHELL=$lt_SHELL
12951
12952# An echo program that protects backslashes.
12953ECHO=$lt_ECHO
12954
12955# The host system.
12956host_alias=$host_alias
12957host=$host
12958host_os=$host_os
12959
12960# The build system.
12961build_alias=$build_alias
12962build=$build
12963build_os=$build_os
12964
12965# A sed program that does not truncate output.
12966SED=$lt_SED
12967
12968# Sed that helps us avoid accidentally triggering echo(1) options like -n.
12969Xsed="\$SED -e 1s/^X//"
12970
12971# A grep program that handles long lines.
12972GREP=$lt_GREP
12973
12974# An ERE matcher.
12975EGREP=$lt_EGREP
12976
12977# A literal string matcher.
12978FGREP=$lt_FGREP
12979
12980# A BSD- or MS-compatible name lister.
12981NM=$lt_NM
12982
12983# Whether we need soft or hard links.
12984LN_S=$lt_LN_S
12985
12986# What is the maximum length of a command?
12987max_cmd_len=$max_cmd_len
12988
12989# Object file suffix (normally "o").
12990objext=$ac_objext
12991
12992# Executable file suffix (normally "").
12993exeext=$exeext
12994
12995# whether the shell understands "unset".
12996lt_unset=$lt_unset
12997
12998# turn spaces into newlines.
12999SP2NL=$lt_lt_SP2NL
13000
13001# turn newlines into spaces.
13002NL2SP=$lt_lt_NL2SP
13003
13004# An object symbol dumper.
13005OBJDUMP=$lt_OBJDUMP
13006
13007# Method to check whether dependent libraries are shared objects.
13008deplibs_check_method=$lt_deplibs_check_method
13009
13010# Command to use when deplibs_check_method == "file_magic".
13011file_magic_cmd=$lt_file_magic_cmd
13012
13013# The archiver.
13014AR=$lt_AR
13015AR_FLAGS=$lt_AR_FLAGS
13016
13017# A symbol stripping program.
13018STRIP=$lt_STRIP
13019
13020# Commands used to install an old-style archive.
13021RANLIB=$lt_RANLIB
13022old_postinstall_cmds=$lt_old_postinstall_cmds
13023old_postuninstall_cmds=$lt_old_postuninstall_cmds
13024
13025# Whether to use a lock for old archive extraction.
13026lock_old_archive_extraction=$lock_old_archive_extraction
13027
13028# A C compiler.
13029LTCC=$lt_CC
13030
13031# LTCC compiler flags.
13032LTCFLAGS=$lt_CFLAGS
13033
13034# Take the output of nm and produce a listing of raw symbols and C names.
13035global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13036
13037# Transform the output of nm in a proper C declaration.
13038global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13039
13040# Transform the output of nm in a C name address pair.
13041global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13042
13043# Transform the output of nm in a C name address pair when lib prefix is needed.
13044global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13045
13046# The name of the directory that contains temporary libtool files.
13047objdir=$objdir
13048
13049# Used to examine libraries when file_magic_cmd begins with "file".
13050MAGIC_CMD=$MAGIC_CMD
13051
13052# Must we lock files when doing compilation?
13053need_locks=$lt_need_locks
13054
13055# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13056DSYMUTIL=$lt_DSYMUTIL
13057
13058# Tool to change global to local symbols on Mac OS X.
13059NMEDIT=$lt_NMEDIT
13060
13061# Tool to manipulate fat objects and archives on Mac OS X.
13062LIPO=$lt_LIPO
13063
13064# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13065OTOOL=$lt_OTOOL
13066
13067# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13068OTOOL64=$lt_OTOOL64
13069
13070# Old archive suffix (normally "a").
13071libext=$libext
13072
13073# Shared library suffix (normally ".so").
13074shrext_cmds=$lt_shrext_cmds
13075
13076# The commands to extract the exported symbol list from a shared archive.
13077extract_expsyms_cmds=$lt_extract_expsyms_cmds
13078
13079# Variables whose values should be saved in libtool wrapper scripts and
13080# restored at link time.
13081variables_saved_for_relink=$lt_variables_saved_for_relink
13082
13083# Do we need the "lib" prefix for modules?
13084need_lib_prefix=$need_lib_prefix
13085
13086# Do we need a version for libraries?
13087need_version=$need_version
13088
13089# Library versioning type.
13090version_type=$version_type
13091
13092# Shared library runtime path variable.
13093runpath_var=$runpath_var
13094
13095# Shared library path variable.
13096shlibpath_var=$shlibpath_var
13097
13098# Is shlibpath searched before the hard-coded library search path?
13099shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13100
13101# Format of library name prefix.
13102libname_spec=$lt_libname_spec
13103
13104# List of archive names. First name is the real one, the rest are links.
13105# The last name is the one that the linker finds with -lNAME
13106library_names_spec=$lt_library_names_spec
13107
13108# The coded name of the library, if different from the real name.
13109soname_spec=$lt_soname_spec
13110
13111# Permission mode override for installation of shared libraries.
13112install_override_mode=$lt_install_override_mode
13113
13114# Command to use after installation of a shared archive.
13115postinstall_cmds=$lt_postinstall_cmds
13116
13117# Command to use after uninstallation of a shared archive.
13118postuninstall_cmds=$lt_postuninstall_cmds
13119
13120# Commands used to finish a libtool library installation in a directory.
13121finish_cmds=$lt_finish_cmds
13122
13123# As "finish_cmds", except a single script fragment to be evaled but
13124# not shown.
13125finish_eval=$lt_finish_eval
13126
13127# Whether we should hardcode library paths into libraries.
13128hardcode_into_libs=$hardcode_into_libs
13129
13130# Compile-time system search path for libraries.
13131sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13132
13133# Run-time system search path for libraries.
13134sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13135
13136# Whether dlopen is supported.
13137dlopen_support=$enable_dlopen
13138
13139# Whether dlopen of programs is supported.
13140dlopen_self=$enable_dlopen_self
13141
13142# Whether dlopen of statically linked programs is supported.
13143dlopen_self_static=$enable_dlopen_self_static
13144
13145# Commands to strip libraries.
13146old_striplib=$lt_old_striplib
13147striplib=$lt_striplib
13148
13149
13150# The linker used to build libraries.
13151LD=$lt_LD
13152
13153# How to create reloadable object files.
13154reload_flag=$lt_reload_flag
13155reload_cmds=$lt_reload_cmds
13156
13157# Commands used to build an old-style archive.
13158old_archive_cmds=$lt_old_archive_cmds
13159
13160# A language specific compiler.
13161CC=$lt_compiler
13162
13163# Is the compiler the GNU compiler?
13164with_gcc=$GCC
13165
13166# Compiler flag to turn off builtin functions.
13167no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13168
13169# How to pass a linker flag through the compiler.
13170wl=$lt_lt_prog_compiler_wl
13171
13172# Additional compiler flags for building library objects.
13173pic_flag=$lt_lt_prog_compiler_pic
13174
13175# Compiler flag to prevent dynamic linking.
13176link_static_flag=$lt_lt_prog_compiler_static
13177
13178# Does compiler simultaneously support -c and -o options?
13179compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13180
13181# Whether or not to add -lc for building shared libraries.
13182build_libtool_need_lc=$archive_cmds_need_lc
13183
13184# Whether or not to disallow shared libs when runtime libs are static.
13185allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13186
13187# Compiler flag to allow reflexive dlopens.
13188export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13189
13190# Compiler flag to generate shared objects directly from archives.
13191whole_archive_flag_spec=$lt_whole_archive_flag_spec
13192
13193# Whether the compiler copes with passing no objects directly.
13194compiler_needs_object=$lt_compiler_needs_object
13195
13196# Create an old-style archive from a shared archive.
13197old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13198
13199# Create a temporary old-style archive to link instead of a shared archive.
13200old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13201
13202# Commands used to build a shared archive.
13203archive_cmds=$lt_archive_cmds
13204archive_expsym_cmds=$lt_archive_expsym_cmds
13205
13206# Commands used to build a loadable module if different from building
13207# a shared archive.
13208module_cmds=$lt_module_cmds
13209module_expsym_cmds=$lt_module_expsym_cmds
13210
13211# Whether we are building with GNU ld or not.
13212with_gnu_ld=$lt_with_gnu_ld
13213
13214# Flag that allows shared libraries with undefined symbols to be built.
13215allow_undefined_flag=$lt_allow_undefined_flag
13216
13217# Flag that enforces no undefined symbols.
13218no_undefined_flag=$lt_no_undefined_flag
13219
13220# Flag to hardcode \$libdir into a binary during linking.
13221# This must work even if \$libdir does not exist
13222hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13223
13224# If ld is used when linking, flag to hardcode \$libdir into a binary
13225# during linking. This must work even if \$libdir does not exist.
13226hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13227
13228# Whether we need a single "-rpath" flag with a separated argument.
13229hardcode_libdir_separator=$lt_hardcode_libdir_separator
13230
13231# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13232# DIR into the resulting binary.
13233hardcode_direct=$hardcode_direct
13234
13235# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13236# DIR into the resulting binary and the resulting library dependency is
13237# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13238# library is relocated.
13239hardcode_direct_absolute=$hardcode_direct_absolute
13240
13241# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13242# into the resulting binary.
13243hardcode_minus_L=$hardcode_minus_L
13244
13245# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13246# into the resulting binary.
13247hardcode_shlibpath_var=$hardcode_shlibpath_var
13248
13249# Set to "yes" if building a shared library automatically hardcodes DIR
13250# into the library and all subsequent libraries and executables linked
13251# against it.
13252hardcode_automatic=$hardcode_automatic
13253
13254# Set to yes if linker adds runtime paths of dependent libraries
13255# to runtime path list.
13256inherit_rpath=$inherit_rpath
13257
13258# Whether libtool must link a program against all its dependency libraries.
13259link_all_deplibs=$link_all_deplibs
13260
13261# Fix the shell variable \$srcfile for the compiler.
13262fix_srcfile_path=$lt_fix_srcfile_path
13263
13264# Set to "yes" if exported symbols are required.
13265always_export_symbols=$always_export_symbols
13266
13267# The commands to list exported symbols.
13268export_symbols_cmds=$lt_export_symbols_cmds
13269
13270# Symbols that should not be listed in the preloaded symbols.
13271exclude_expsyms=$lt_exclude_expsyms
13272
13273# Symbols that must always be exported.
13274include_expsyms=$lt_include_expsyms
13275
13276# Commands necessary for linking programs (against libraries) with templates.
13277prelink_cmds=$lt_prelink_cmds
13278
13279# Specify filename containing input files.
13280file_list_spec=$lt_file_list_spec
13281
13282# How to hardcode a shared library path into an executable.
13283hardcode_action=$hardcode_action
13284
13285# ### END LIBTOOL CONFIG
13286
13287_LT_EOF
13288
13289 case $host_os in
13290 aix3*)
13291 cat <<\_LT_EOF >> "$cfgfile"
13292# AIX sometimes has problems with the GCC collect2 program. For some
13293# reason, if we set the COLLECT_NAMES environment variable, the problems
13294# vanish in a puff of smoke.
13295if test "X${COLLECT_NAMES+set}" != Xset; then
13296 COLLECT_NAMES=
13297 export COLLECT_NAMES
13298fi
13299_LT_EOF
13300 ;;
13301 esac
13302
13303
13304ltmain="$ac_aux_dir/ltmain.sh"
13305
13306
13307 # We use sed instead of cat because bash on DJGPP gets confused if
13308 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13309 # text mode, it properly converts lines to CR/LF. This bash problem
13310 # is reportedly fixed, but why not run on old versions too?
13311 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13312 || (rm -f "$cfgfile"; exit 1)
13313
13314 case $xsi_shell in
13315 yes)
13316 cat << \_LT_EOF >> "$cfgfile"
13317
13318# func_dirname file append nondir_replacement
13319# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13320# otherwise set result to NONDIR_REPLACEMENT.
13321func_dirname ()
13322{
13323 case ${1} in
13324 */*) func_dirname_result="${1%/*}${2}" ;;
13325 * ) func_dirname_result="${3}" ;;
13326 esac
13327}
13328
13329# func_basename file
13330func_basename ()
13331{
13332 func_basename_result="${1##*/}"
13333}
13334
13335# func_dirname_and_basename file append nondir_replacement
13336# perform func_basename and func_dirname in a single function
13337# call:
13338# dirname: Compute the dirname of FILE. If nonempty,
13339# add APPEND to the result, otherwise set result
13340# to NONDIR_REPLACEMENT.
13341# value returned in "$func_dirname_result"
13342# basename: Compute filename of FILE.
13343# value retuned in "$func_basename_result"
13344# Implementation must be kept synchronized with func_dirname
13345# and func_basename. For efficiency, we do not delegate to
13346# those functions but instead duplicate the functionality here.
13347func_dirname_and_basename ()
13348{
13349 case ${1} in
13350 */*) func_dirname_result="${1%/*}${2}" ;;
13351 * ) func_dirname_result="${3}" ;;
13352 esac
13353 func_basename_result="${1##*/}"
13354}
13355
13356# func_stripname prefix suffix name
13357# strip PREFIX and SUFFIX off of NAME.
13358# PREFIX and SUFFIX must not contain globbing or regex special
13359# characters, hashes, percent signs, but SUFFIX may contain a leading
13360# dot (in which case that matches only a dot).
13361func_stripname ()
13362{
13363 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13364 # positional parameters, so assign one to ordinary parameter first.
13365 func_stripname_result=${3}
13366 func_stripname_result=${func_stripname_result#"${1}"}
13367 func_stripname_result=${func_stripname_result%"${2}"}
13368}
13369
13370# func_opt_split
13371func_opt_split ()
13372{
13373 func_opt_split_opt=${1%%=*}
13374 func_opt_split_arg=${1#*=}
13375}
13376
13377# func_lo2o object
13378func_lo2o ()
13379{
13380 case ${1} in
13381 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13382 *) func_lo2o_result=${1} ;;
13383 esac
13384}
13385
13386# func_xform libobj-or-source
13387func_xform ()
13388{
13389 func_xform_result=${1%.*}.lo
13390}
13391
13392# func_arith arithmetic-term...
13393func_arith ()
13394{
13395 func_arith_result=$(( $* ))
13396}
13397
13398# func_len string
13399# STRING may not start with a hyphen.
13400func_len ()
13401{
13402 func_len_result=${#1}
13403}
13404
13405_LT_EOF
13406 ;;
13407 *) # Bourne compatible functions.
13408 cat << \_LT_EOF >> "$cfgfile"
13409
13410# func_dirname file append nondir_replacement
13411# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13412# otherwise set result to NONDIR_REPLACEMENT.
13413func_dirname ()
13414{
13415 # Extract subdirectory from the argument.
13416 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13417 if test "X$func_dirname_result" = "X${1}"; then
13418 func_dirname_result="${3}"
13419 else
13420 func_dirname_result="$func_dirname_result${2}"
13421 fi
13422}
13423
13424# func_basename file
13425func_basename ()
13426{
13427 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13428}
13429
13430
13431# func_stripname prefix suffix name
13432# strip PREFIX and SUFFIX off of NAME.
13433# PREFIX and SUFFIX must not contain globbing or regex special
13434# characters, hashes, percent signs, but SUFFIX may contain a leading
13435# dot (in which case that matches only a dot).
13436# func_strip_suffix prefix name
13437func_stripname ()
13438{
13439 case ${2} in
13440 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13441 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13442 esac
13443}
13444
13445# sed scripts:
13446my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13447my_sed_long_arg='1s/^-[^=]*=//'
13448
13449# func_opt_split
13450func_opt_split ()
13451{
13452 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13453 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13454}
13455
13456# func_lo2o object
13457func_lo2o ()
13458{
13459 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13460}
13461
13462# func_xform libobj-or-source
13463func_xform ()
13464{
13465 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13466}
13467
13468# func_arith arithmetic-term...
13469func_arith ()
13470{
13471 func_arith_result=`expr "$@"`
13472}
13473
13474# func_len string
13475# STRING may not start with a hyphen.
13476func_len ()
13477{
13478 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13479}
13480
13481_LT_EOF
13482esac
13483
13484case $lt_shell_append in
13485 yes)
13486 cat << \_LT_EOF >> "$cfgfile"
13487
13488# func_append var value
13489# Append VALUE to the end of shell variable VAR.
13490func_append ()
13491{
13492 eval "$1+=\$2"
13493}
13494_LT_EOF
13495 ;;
13496 *)
13497 cat << \_LT_EOF >> "$cfgfile"
13498
13499# func_append var value
13500# Append VALUE to the end of shell variable VAR.
13501func_append ()
13502{
13503 eval "$1=\$$1\$2"
13504}
13505
13506_LT_EOF
13507 ;;
13508 esac
13509
13510
13511 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13512 || (rm -f "$cfgfile"; exit 1)
13513
13514 mv -f "$cfgfile" "$ofile" ||
13515 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13516 chmod +x "$ofile"
13517
13518 ;;
81ecdfbb 13519 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
13520 rm -f Makesim1.tmp Makesim2.tmp Makefile
13521 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13522 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13523 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
b34f6357
DB
13524 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13525 <Makefile.sim >Makefile
38f48d72 13526 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 13527 ;;
81ecdfbb
RW
13528 "stamp-h":C) echo > stamp-h ;;
13529
b7026657 13530 esac
81ecdfbb 13531done # for ac_tag
b34f6357 13532
b7026657 13533
81ecdfbb 13534as_fn_exit 0
b7026657 13535_ACEOF
b7026657
AC
13536ac_clean_files=$ac_clean_files_save
13537
81ecdfbb 13538test $ac_write_fail = 0 ||
d0ac1c44 13539 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 13540
b7026657
AC
13541
13542# configure is writing to config.log, and then calls config.status.
13543# config.status does its own redirection, appending to config.log.
13544# Unfortunately, on DOS this fails, as config.log is still kept open
13545# by configure, so config.status won't be able to write to it; its
13546# output is simply discarded. So we exec the FD to /dev/null,
13547# effectively closing config.log, so it can be properly (re)opened and
13548# appended to by config.status. When coming back to configure, we
13549# need to make the FD available again.
13550if test "$no_create" != yes; then
13551 ac_cs_success=:
13552 ac_config_status_args=
13553 test "$silent" = yes &&
13554 ac_config_status_args="$ac_config_status_args --quiet"
13555 exec 5>/dev/null
13556 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13557 exec 5>>config.log
13558 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13559 # would make configure fail if this is the last instruction.
d0ac1c44 13560 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
13561fi
13562if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13563 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13564$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 13565fi
b34f6357
DB
13566
13567