]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/erc32/configure
sim: enable -Werror by default for some arches
[thirdparty/binutils-gdb.git] / sim / erc32 / configure
CommitLineData
c906108c 1#! /bin/sh
b7026657 2# Guess values for system-dependent variables and create Makefiles.
d0ac1c44
SM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
b7026657 8#
b7026657
AC
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
c906108c 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
b7026657 31fi
c906108c 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
b7026657 79fi
c906108c
SS
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 90as_myself=
81ecdfbb
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
b7026657
AC
122PS1='$ '
123PS2='> '
124PS4='+ '
c906108c 125
b7026657 126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
81ecdfbb
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
199test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
b7026657 219do
81ecdfbb
RW
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
81ecdfbb
RW
266fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
b7026657 274 else
81ecdfbb
RW
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
b7026657 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
c906108c 410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
81ecdfbb
RW
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
426
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
429 as_expr=expr
430else
431 as_expr=false
432fi
c906108c 433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
435 as_basename=basename
436else
437 as_basename=false
438fi
c906108c 439
81ecdfbb
RW
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
c906108c 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
b7026657
AC
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
c906108c 464
b7026657
AC
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
c906108c 471
c906108c 472
81ecdfbb
RW
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
b7026657 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
b7026657 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 490 t loop
81ecdfbb 491 s/-\n.*//
b7026657 492 ' >$as_me.lineno &&
81ecdfbb
RW
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
b7026657 495
d0ac1c44
SM
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
b7026657
AC
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
b7026657
AC
504 # Exit status is that of the last command.
505 exit
506}
c906108c 507
81ecdfbb
RW
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517*)
518 ECHO_N='-n';;
b7026657 519esac
c906108c 520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
b7026657 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
b7026657 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 530 as_ln_s='ln -s'
81ecdfbb
RW
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 534 # In both cases, we have to default to `cp -pR'.
81ecdfbb 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
81ecdfbb
RW
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
b7026657 541 fi
b7026657 542else
d0ac1c44 543 as_ln_s='cp -pR'
b7026657 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
c906108c 547
b7026657 548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
c906108c 554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
c906108c 557
b7026657
AC
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 560
b7026657
AC
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
c906108c 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
c906108c 569
b7026657 570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
b7026657
AC
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
c906108c 574
c906108c 575#
b7026657 576# Initializations.
c906108c 577#
b7026657 578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
b7026657 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
b7026657
AC
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
b7026657
AC
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
b7026657
AC
594
595ac_unique_file="Makefile.in"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
b7026657
AC
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
b7026657
AC
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
b7026657
AC
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
b7026657
AC
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
b7026657
AC
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
b7026657
AC
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
b7026657 623# include <inttypes.h>
b7026657 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
b7026657
AC
629# include <unistd.h>
630#endif"
c906108c 631
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
634cgen_breaks
635READLINE
636TERMCAP
637REPORT_BUGS_TEXI
638REPORT_BUGS_TO
639PKGVERSION
81ecdfbb 640MAINT
31e6ad7d
MF
641MAINTAINER_MODE_FALSE
642MAINTAINER_MODE_TRUE
6bb11ab3
L
643lt_cv_dlopen_libs
644OTOOL64
645OTOOL
646LIPO
647NMEDIT
648DSYMUTIL
649AWK
650STRIP
651OBJDUMP
652LN_S
653NM
654ac_ct_DUMPBIN
655DUMPBIN
656LD
657FGREP
658SED
659LIBTOOL
660PLUGINS_FALSE
661PLUGINS_TRUE
aadc9410
MF
662zlibinc
663zlibdir
81ecdfbb
RW
664CATOBJEXT
665GENCAT
666INSTOBJEXT
667DATADIRNAME
668CATALOGS
669POSUB
670GMSGFMT
671XGETTEXT
672INCINTL
673LIBINTL_DEP
674LIBINTL
675USE_NLS
db2e4d67
MF
676GMAKE_FALSE
677GMAKE_TRUE
678MAKE
679CCDEPMODE
680DEPDIR
681am__leading_dot
5f3ef9d0 682PACKAGE
46f900c0 683C_DIALECT
81ecdfbb
RW
684RANLIB
685AR
686HDEFINES
687CC_FOR_BUILD
688INSTALL_DATA
689INSTALL_SCRIPT
690INSTALL_PROGRAM
2232061b
MF
691EGREP
692GREP
693CPP
81ecdfbb
RW
694target_os
695target_vendor
696target_cpu
697target
698host_os
699host_vendor
700host_cpu
701host
702build_os
703build_vendor
704build_cpu
705build
6ffe910a
MF
706OBJEXT
707EXEEXT
708ac_ct_CC
709CPPFLAGS
710LDFLAGS
711CFLAGS
712CC
81ecdfbb
RW
713WERROR_CFLAGS
714WARN_CFLAGS
81ecdfbb 715sim_reserved_bits
81ecdfbb
RW
716sim_inline
717sim_hw
718sim_hw_objs
719sim_hw_cflags
720sim_default_model
721sim_scache
722sim_float
81ecdfbb
RW
723sim_endian
724sim_bitsize
81ecdfbb 725sim_alignment
81ecdfbb
RW
726target_alias
727host_alias
728build_alias
729LIBS
730ECHO_T
731ECHO_N
732ECHO_C
733DEFS
734mandir
735localedir
736libdir
737psdir
738pdfdir
739dvidir
740htmldir
741infodir
742docdir
743oldincludedir
744includedir
745localstatedir
746sharedstatedir
747sysconfdir
748datadir
749datarootdir
750libexecdir
751sbindir
752bindir
753program_transform_name
754prefix
755exec_prefix
756PACKAGE_URL
757PACKAGE_BUGREPORT
758PACKAGE_STRING
759PACKAGE_VERSION
760PACKAGE_TARNAME
761PACKAGE_NAME
762PATH_SEPARATOR
763SHELL'
b7026657 764ac_subst_files=''
81ecdfbb
RW
765ac_user_opts='
766enable_option_checking
aadc9410 767with_system_zlib
6bb11ab3
L
768enable_plugins
769enable_shared
770enable_static
771with_pic
772enable_fast_install
773with_gnu_ld
774enable_libtool_lock
81ecdfbb 775enable_maintainer_mode
81ecdfbb
RW
776enable_sim_debug
777enable_sim_stdio
778enable_sim_trace
779enable_sim_profile
35656e95 780enable_sim_assert
16f7876d 781enable_sim_environment
347fe5bb 782enable_sim_inline
81ecdfbb
RW
783with_pkgversion
784with_bugurl
785'
786 ac_precious_vars='build_alias
787host_alias
788target_alias
789CC
790CFLAGS
791LDFLAGS
792LIBS
793CPPFLAGS
794CPP'
795
c906108c
SS
796
797# Initialize some variables set by options.
b7026657
AC
798ac_init_help=
799ac_init_version=false
81ecdfbb
RW
800ac_unrecognized_opts=
801ac_unrecognized_sep=
c906108c
SS
802# The variables have the same names as the options, with
803# dashes changed to underlines.
b7026657 804cache_file=/dev/null
c906108c 805exec_prefix=NONE
c906108c 806no_create=
c906108c
SS
807no_recursion=
808prefix=NONE
809program_prefix=NONE
810program_suffix=NONE
811program_transform_name=s,x,x,
812silent=
813site=
814srcdir=
c906108c
SS
815verbose=
816x_includes=NONE
817x_libraries=NONE
b7026657
AC
818
819# Installation directory options.
820# These are left unexpanded so users can "make install exec_prefix=/foo"
821# and all the variables that are supposed to be based on exec_prefix
822# by default will actually change.
823# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 824# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
825bindir='${exec_prefix}/bin'
826sbindir='${exec_prefix}/sbin'
827libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
828datarootdir='${prefix}/share'
829datadir='${datarootdir}'
c906108c
SS
830sysconfdir='${prefix}/etc'
831sharedstatedir='${prefix}/com'
832localstatedir='${prefix}/var'
c906108c
SS
833includedir='${prefix}/include'
834oldincludedir='/usr/include'
81ecdfbb
RW
835docdir='${datarootdir}/doc/${PACKAGE}'
836infodir='${datarootdir}/info'
837htmldir='${docdir}'
838dvidir='${docdir}'
839pdfdir='${docdir}'
840psdir='${docdir}'
841libdir='${exec_prefix}/lib'
842localedir='${datarootdir}/locale'
843mandir='${datarootdir}/man'
c906108c 844
c906108c 845ac_prev=
81ecdfbb 846ac_dashdash=
c906108c
SS
847for ac_option
848do
c906108c
SS
849 # If the previous option needs an argument, assign it.
850 if test -n "$ac_prev"; then
81ecdfbb 851 eval $ac_prev=\$ac_option
c906108c
SS
852 ac_prev=
853 continue
854 fi
855
81ecdfbb 856 case $ac_option in
d0ac1c44
SM
857 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
858 *=) ac_optarg= ;;
859 *) ac_optarg=yes ;;
81ecdfbb 860 esac
c906108c
SS
861
862 # Accept the important Cygnus configure options, so we can diagnose typos.
863
81ecdfbb
RW
864 case $ac_dashdash$ac_option in
865 --)
866 ac_dashdash=yes ;;
c906108c
SS
867
868 -bindir | --bindir | --bindi | --bind | --bin | --bi)
869 ac_prev=bindir ;;
870 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 871 bindir=$ac_optarg ;;
c906108c
SS
872
873 -build | --build | --buil | --bui | --bu)
b7026657 874 ac_prev=build_alias ;;
c906108c 875 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 876 build_alias=$ac_optarg ;;
c906108c
SS
877
878 -cache-file | --cache-file | --cache-fil | --cache-fi \
879 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
880 ac_prev=cache_file ;;
881 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
882 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
883 cache_file=$ac_optarg ;;
884
885 --config-cache | -C)
886 cache_file=config.cache ;;
c906108c 887
81ecdfbb 888 -datadir | --datadir | --datadi | --datad)
c906108c 889 ac_prev=datadir ;;
81ecdfbb 890 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 891 datadir=$ac_optarg ;;
c906108c 892
81ecdfbb
RW
893 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
894 | --dataroo | --dataro | --datar)
895 ac_prev=datarootdir ;;
896 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
897 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
898 datarootdir=$ac_optarg ;;
899
c906108c 900 -disable-* | --disable-*)
81ecdfbb 901 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 902 # Reject names that are not valid shell variable names.
81ecdfbb 903 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 904 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
905 ac_useropt_orig=$ac_useropt
906 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
907 case $ac_user_opts in
908 *"
909"enable_$ac_useropt"
910"*) ;;
911 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
912 ac_unrecognized_sep=', ';;
913 esac
914 eval enable_$ac_useropt=no ;;
915
916 -docdir | --docdir | --docdi | --doc | --do)
917 ac_prev=docdir ;;
918 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
919 docdir=$ac_optarg ;;
920
921 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
922 ac_prev=dvidir ;;
923 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
924 dvidir=$ac_optarg ;;
c906108c
SS
925
926 -enable-* | --enable-*)
81ecdfbb 927 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 928 # Reject names that are not valid shell variable names.
81ecdfbb 929 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 930 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
931 ac_useropt_orig=$ac_useropt
932 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
933 case $ac_user_opts in
934 *"
935"enable_$ac_useropt"
936"*) ;;
937 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
938 ac_unrecognized_sep=', ';;
c906108c 939 esac
81ecdfbb 940 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
941
942 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
943 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
944 | --exec | --exe | --ex)
945 ac_prev=exec_prefix ;;
946 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
947 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
948 | --exec=* | --exe=* | --ex=*)
b7026657 949 exec_prefix=$ac_optarg ;;
c906108c
SS
950
951 -gas | --gas | --ga | --g)
952 # Obsolete; use --with-gas.
953 with_gas=yes ;;
954
b7026657
AC
955 -help | --help | --hel | --he | -h)
956 ac_init_help=long ;;
957 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
958 ac_init_help=recursive ;;
959 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
960 ac_init_help=short ;;
c906108c
SS
961
962 -host | --host | --hos | --ho)
b7026657 963 ac_prev=host_alias ;;
c906108c 964 -host=* | --host=* | --hos=* | --ho=*)
b7026657 965 host_alias=$ac_optarg ;;
c906108c 966
81ecdfbb
RW
967 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
968 ac_prev=htmldir ;;
969 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
970 | --ht=*)
971 htmldir=$ac_optarg ;;
972
c906108c
SS
973 -includedir | --includedir | --includedi | --included | --include \
974 | --includ | --inclu | --incl | --inc)
975 ac_prev=includedir ;;
976 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
977 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 978 includedir=$ac_optarg ;;
c906108c
SS
979
980 -infodir | --infodir | --infodi | --infod | --info | --inf)
981 ac_prev=infodir ;;
982 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 983 infodir=$ac_optarg ;;
c906108c
SS
984
985 -libdir | --libdir | --libdi | --libd)
986 ac_prev=libdir ;;
987 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 988 libdir=$ac_optarg ;;
c906108c
SS
989
990 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
991 | --libexe | --libex | --libe)
992 ac_prev=libexecdir ;;
993 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
994 | --libexe=* | --libex=* | --libe=*)
b7026657 995 libexecdir=$ac_optarg ;;
c906108c 996
81ecdfbb
RW
997 -localedir | --localedir | --localedi | --localed | --locale)
998 ac_prev=localedir ;;
999 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1000 localedir=$ac_optarg ;;
1001
c906108c 1002 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1003 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
1004 ac_prev=localstatedir ;;
1005 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1006 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 1007 localstatedir=$ac_optarg ;;
c906108c
SS
1008
1009 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1010 ac_prev=mandir ;;
1011 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1012 mandir=$ac_optarg ;;
c906108c
SS
1013
1014 -nfp | --nfp | --nf)
1015 # Obsolete; use --without-fp.
1016 with_fp=no ;;
1017
1018 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1019 | --no-cr | --no-c | -n)
c906108c
SS
1020 no_create=yes ;;
1021
1022 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1023 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1024 no_recursion=yes ;;
1025
1026 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1027 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1028 | --oldin | --oldi | --old | --ol | --o)
1029 ac_prev=oldincludedir ;;
1030 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1031 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1032 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1033 oldincludedir=$ac_optarg ;;
c906108c
SS
1034
1035 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1036 ac_prev=prefix ;;
1037 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1038 prefix=$ac_optarg ;;
c906108c
SS
1039
1040 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1041 | --program-pre | --program-pr | --program-p)
1042 ac_prev=program_prefix ;;
1043 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1044 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1045 program_prefix=$ac_optarg ;;
c906108c
SS
1046
1047 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1048 | --program-suf | --program-su | --program-s)
1049 ac_prev=program_suffix ;;
1050 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1051 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1052 program_suffix=$ac_optarg ;;
c906108c
SS
1053
1054 -program-transform-name | --program-transform-name \
1055 | --program-transform-nam | --program-transform-na \
1056 | --program-transform-n | --program-transform- \
1057 | --program-transform | --program-transfor \
1058 | --program-transfo | --program-transf \
1059 | --program-trans | --program-tran \
1060 | --progr-tra | --program-tr | --program-t)
1061 ac_prev=program_transform_name ;;
1062 -program-transform-name=* | --program-transform-name=* \
1063 | --program-transform-nam=* | --program-transform-na=* \
1064 | --program-transform-n=* | --program-transform-=* \
1065 | --program-transform=* | --program-transfor=* \
1066 | --program-transfo=* | --program-transf=* \
1067 | --program-trans=* | --program-tran=* \
1068 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1069 program_transform_name=$ac_optarg ;;
c906108c 1070
81ecdfbb
RW
1071 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1072 ac_prev=pdfdir ;;
1073 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1074 pdfdir=$ac_optarg ;;
1075
1076 -psdir | --psdir | --psdi | --psd | --ps)
1077 ac_prev=psdir ;;
1078 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1079 psdir=$ac_optarg ;;
1080
c906108c
SS
1081 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1082 | -silent | --silent | --silen | --sile | --sil)
1083 silent=yes ;;
1084
1085 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1086 ac_prev=sbindir ;;
1087 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1088 | --sbi=* | --sb=*)
b7026657 1089 sbindir=$ac_optarg ;;
c906108c
SS
1090
1091 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1092 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1093 | --sharedst | --shareds | --shared | --share | --shar \
1094 | --sha | --sh)
1095 ac_prev=sharedstatedir ;;
1096 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1097 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1098 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1099 | --sha=* | --sh=*)
b7026657 1100 sharedstatedir=$ac_optarg ;;
c906108c
SS
1101
1102 -site | --site | --sit)
1103 ac_prev=site ;;
1104 -site=* | --site=* | --sit=*)
b7026657 1105 site=$ac_optarg ;;
eb2d80b4 1106
c906108c
SS
1107 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1108 ac_prev=srcdir ;;
1109 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1110 srcdir=$ac_optarg ;;
c906108c
SS
1111
1112 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1113 | --syscon | --sysco | --sysc | --sys | --sy)
1114 ac_prev=sysconfdir ;;
1115 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1116 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1117 sysconfdir=$ac_optarg ;;
c906108c
SS
1118
1119 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1120 ac_prev=target_alias ;;
c906108c 1121 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1122 target_alias=$ac_optarg ;;
c906108c
SS
1123
1124 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1125 verbose=yes ;;
1126
b7026657
AC
1127 -version | --version | --versio | --versi | --vers | -V)
1128 ac_init_version=: ;;
c906108c
SS
1129
1130 -with-* | --with-*)
81ecdfbb 1131 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1132 # Reject names that are not valid shell variable names.
81ecdfbb 1133 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1134 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1135 ac_useropt_orig=$ac_useropt
1136 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1137 case $ac_user_opts in
1138 *"
1139"with_$ac_useropt"
1140"*) ;;
1141 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1142 ac_unrecognized_sep=', ';;
c906108c 1143 esac
81ecdfbb 1144 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1145
1146 -without-* | --without-*)
81ecdfbb 1147 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1148 # Reject names that are not valid shell variable names.
81ecdfbb 1149 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1150 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1151 ac_useropt_orig=$ac_useropt
1152 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1153 case $ac_user_opts in
1154 *"
1155"with_$ac_useropt"
1156"*) ;;
1157 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1158 ac_unrecognized_sep=', ';;
1159 esac
1160 eval with_$ac_useropt=no ;;
c906108c
SS
1161
1162 --x)
1163 # Obsolete; use --with-x.
1164 with_x=yes ;;
1165
1166 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1167 | --x-incl | --x-inc | --x-in | --x-i)
1168 ac_prev=x_includes ;;
1169 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1170 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1171 x_includes=$ac_optarg ;;
c906108c
SS
1172
1173 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1174 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1175 ac_prev=x_libraries ;;
1176 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1177 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1178 x_libraries=$ac_optarg ;;
c906108c 1179
d0ac1c44
SM
1180 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1181Try \`$0 --help' for more information"
c906108c
SS
1182 ;;
1183
b7026657
AC
1184 *=*)
1185 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1186 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1187 case $ac_envvar in #(
1188 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1189 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1190 esac
1191 eval $ac_envvar=\$ac_optarg
b7026657
AC
1192 export $ac_envvar ;;
1193
c906108c 1194 *)
b7026657 1195 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1196 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1197 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1198 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1199 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c906108c
SS
1200 ;;
1201
1202 esac
1203done
1204
1205if test -n "$ac_prev"; then
b7026657 1206 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1207 as_fn_error $? "missing argument to $ac_option"
c906108c 1208fi
c906108c 1209
81ecdfbb
RW
1210if test -n "$ac_unrecognized_opts"; then
1211 case $enable_option_checking in
1212 no) ;;
d0ac1c44 1213 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1214 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1215 esac
81ecdfbb 1216fi
c906108c 1217
81ecdfbb
RW
1218# Check all directory arguments for consistency.
1219for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1220 datadir sysconfdir sharedstatedir localstatedir includedir \
1221 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1222 libdir localedir mandir
c906108c 1223do
81ecdfbb
RW
1224 eval ac_val=\$$ac_var
1225 # Remove trailing slashes.
1226 case $ac_val in
1227 */ )
1228 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1229 eval $ac_var=\$ac_val;;
1230 esac
1231 # Be sure to have absolute directory names.
b7026657 1232 case $ac_val in
81ecdfbb
RW
1233 [\\/$]* | ?:[\\/]* ) continue;;
1234 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1235 esac
d0ac1c44 1236 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1237done
1238
b7026657
AC
1239# There might be people who depend on the old broken behavior: `$host'
1240# used to hold the argument of --host etc.
1241# FIXME: To remove some day.
1242build=$build_alias
1243host=$host_alias
1244target=$target_alias
1245
1246# FIXME: To remove some day.
1247if test "x$host_alias" != x; then
1248 if test "x$build_alias" = x; then
1249 cross_compiling=maybe
b7026657
AC
1250 elif test "x$build_alias" != "x$host_alias"; then
1251 cross_compiling=yes
1252 fi
1253fi
c906108c 1254
b7026657
AC
1255ac_tool_prefix=
1256test -n "$host_alias" && ac_tool_prefix=$host_alias-
1257
1258test "$silent" = yes && exec 6>/dev/null
c906108c 1259
c906108c 1260
81ecdfbb
RW
1261ac_pwd=`pwd` && test -n "$ac_pwd" &&
1262ac_ls_di=`ls -di .` &&
1263ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1264 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1265test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1266 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1267
1268
c906108c
SS
1269# Find the source files, if location was not specified.
1270if test -z "$srcdir"; then
1271 ac_srcdir_defaulted=yes
81ecdfbb
RW
1272 # Try the directory containing this script, then the parent directory.
1273 ac_confdir=`$as_dirname -- "$as_myself" ||
1274$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1275 X"$as_myself" : 'X\(//\)[^/]' \| \
1276 X"$as_myself" : 'X\(//\)$' \| \
1277 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1278$as_echo X"$as_myself" |
1279 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1280 s//\1/
1281 q
1282 }
1283 /^X\(\/\/\)[^/].*/{
1284 s//\1/
1285 q
1286 }
1287 /^X\(\/\/\)$/{
1288 s//\1/
1289 q
1290 }
1291 /^X\(\/\).*/{
1292 s//\1/
1293 q
1294 }
1295 s/.*/./; q'`
c906108c 1296 srcdir=$ac_confdir
81ecdfbb 1297 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1298 srcdir=..
1299 fi
1300else
1301 ac_srcdir_defaulted=no
1302fi
81ecdfbb
RW
1303if test ! -r "$srcdir/$ac_unique_file"; then
1304 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1305 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1306fi
1307ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1308ac_abs_confdir=`(
d0ac1c44 1309 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1310 pwd)`
1311# When building in place, set srcdir=.
1312if test "$ac_abs_confdir" = "$ac_pwd"; then
1313 srcdir=.
1314fi
1315# Remove unnecessary trailing slashes from srcdir.
1316# Double slashes in file names in object file debugging info
1317# mess up M-x gdb in Emacs.
1318case $srcdir in
1319*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1320esac
1321for ac_var in $ac_precious_vars; do
1322 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1323 eval ac_env_${ac_var}_value=\$${ac_var}
1324 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1325 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1326done
c906108c 1327
b7026657
AC
1328#
1329# Report the --help message.
1330#
1331if test "$ac_init_help" = "long"; then
1332 # Omit some internal or obsolete options to make the list less imposing.
1333 # This message is too long to be a string in the A/UX 3.1 sh.
1334 cat <<_ACEOF
1335\`configure' configures this package to adapt to many kinds of systems.
c906108c 1336
b7026657 1337Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1338
b7026657
AC
1339To assign environment variables (e.g., CC, CFLAGS...), specify them as
1340VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1341
b7026657 1342Defaults for the options are specified in brackets.
c906108c 1343
b7026657
AC
1344Configuration:
1345 -h, --help display this help and exit
1346 --help=short display options specific to this package
1347 --help=recursive display the short help of all the included packages
1348 -V, --version display version information and exit
d0ac1c44 1349 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1350 --cache-file=FILE cache test results in FILE [disabled]
1351 -C, --config-cache alias for \`--cache-file=config.cache'
1352 -n, --no-create do not create output files
1353 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1354
b7026657
AC
1355Installation directories:
1356 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1357 [$ac_default_prefix]
b7026657 1358 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1359 [PREFIX]
c906108c 1360
b7026657
AC
1361By default, \`make install' will install all the files in
1362\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1363an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1364for instance \`--prefix=\$HOME'.
c906108c 1365
b7026657
AC
1366For better control, use the options below.
1367
1368Fine tuning of the installation directories:
81ecdfbb
RW
1369 --bindir=DIR user executables [EPREFIX/bin]
1370 --sbindir=DIR system admin executables [EPREFIX/sbin]
1371 --libexecdir=DIR program executables [EPREFIX/libexec]
1372 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1373 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1374 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1375 --libdir=DIR object code libraries [EPREFIX/lib]
1376 --includedir=DIR C header files [PREFIX/include]
1377 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1378 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1379 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1380 --infodir=DIR info documentation [DATAROOTDIR/info]
1381 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1382 --mandir=DIR man documentation [DATAROOTDIR/man]
1383 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1384 --htmldir=DIR html documentation [DOCDIR]
1385 --dvidir=DIR dvi documentation [DOCDIR]
1386 --pdfdir=DIR pdf documentation [DOCDIR]
1387 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1388_ACEOF
1389
1390 cat <<\_ACEOF
1391
1392Program names:
1393 --program-prefix=PREFIX prepend PREFIX to installed program names
1394 --program-suffix=SUFFIX append SUFFIX to installed program names
1395 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1396
1397System types:
1398 --build=BUILD configure for building on BUILD [guessed]
1399 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1400 --target=TARGET configure for building compilers for TARGET [HOST]
1401_ACEOF
c906108c 1402fi
b7026657
AC
1403
1404if test -n "$ac_init_help"; then
1405
1406 cat <<\_ACEOF
1407
1408Optional Features:
81ecdfbb 1409 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1410 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1411 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1412 --enable-plugins Enable support for plugins
6bb11ab3
L
1413 --enable-shared[=PKGS] build shared libraries [default=yes]
1414 --enable-static[=PKGS] build static libraries [default=yes]
1415 --enable-fast-install[=PKGS]
1416 optimize for fast installation [default=yes]
1417 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1418 --enable-maintainer-mode
1419 enable make rules and dependencies not useful (and
1420 sometimes confusing) to the casual installer
8d0978fb
MF
1421 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1422 itself)
1423 --enable-sim-stdio Specify whether to use stdio for console
1424 input/output
1425 --enable-sim-trace=opts Enable tracing of simulated programs
1426 --enable-sim-profile=opts
1427 Enable profiling flags
35656e95 1428 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1429 --enable-sim-environment=environment
1430 Specify mixed, user, virtual or operating
1431 environment
347fe5bb
MF
1432 --enable-sim-inline=inlines
1433 Specify which functions should be inlined
b7026657 1434
6efef468
JM
1435Optional Packages:
1436 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1437 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1438 --with-system-zlib use installed libz
6bb11ab3
L
1439 --with-pic try to use only PIC/non-PIC objects [default=use
1440 both]
1441 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1442 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1443 --with-bugurl=URL Direct users to URL to report a bug
1444
b7026657
AC
1445Some influential environment variables:
1446 CC C compiler command
1447 CFLAGS C compiler flags
1448 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1449 nonstandard directory <lib dir>
81ecdfbb 1450 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1451 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1452 you have headers in a nonstandard directory <include dir>
b7026657
AC
1453 CPP C preprocessor
1454
1455Use these variables to override the choices made by `configure' or to help
1456it to find libraries and programs with nonstandard names/locations.
1457
81ecdfbb 1458Report bugs to the package provider.
b7026657 1459_ACEOF
81ecdfbb 1460ac_status=$?
c906108c
SS
1461fi
1462
b7026657
AC
1463if test "$ac_init_help" = "recursive"; then
1464 # If there are subdirs, report their specific --help.
b7026657 1465 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1466 test -d "$ac_dir" ||
1467 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1468 continue
b7026657 1469 ac_builddir=.
c906108c 1470
81ecdfbb
RW
1471case "$ac_dir" in
1472.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1473*)
1474 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1475 # A ".." for each directory in $ac_dir_suffix.
1476 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1477 case $ac_top_builddir_sub in
1478 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1479 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1480 esac ;;
1481esac
1482ac_abs_top_builddir=$ac_pwd
1483ac_abs_builddir=$ac_pwd$ac_dir_suffix
1484# for backward compatibility:
1485ac_top_builddir=$ac_top_build_prefix
c906108c 1486
b7026657 1487case $srcdir in
81ecdfbb 1488 .) # We are building in place.
b7026657 1489 ac_srcdir=.
81ecdfbb
RW
1490 ac_top_srcdir=$ac_top_builddir_sub
1491 ac_abs_top_srcdir=$ac_pwd ;;
1492 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1493 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1494 ac_top_srcdir=$srcdir
1495 ac_abs_top_srcdir=$srcdir ;;
1496 *) # Relative name.
1497 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1498 ac_top_srcdir=$ac_top_build_prefix$srcdir
1499 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1500esac
81ecdfbb
RW
1501ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1502
1503 cd "$ac_dir" || { ac_status=$?; continue; }
1504 # Check for guested configure.
1505 if test -f "$ac_srcdir/configure.gnu"; then
1506 echo &&
1507 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1508 elif test -f "$ac_srcdir/configure"; then
1509 echo &&
1510 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1511 else
81ecdfbb
RW
1512 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1513 fi || ac_status=$?
1514 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657
AC
1515 done
1516fi
1517
81ecdfbb 1518test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1519if $ac_init_version; then
1520 cat <<\_ACEOF
81ecdfbb 1521configure
d0ac1c44 1522generated by GNU Autoconf 2.69
b7026657 1523
d0ac1c44 1524Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1525This configure script is free software; the Free Software Foundation
1526gives unlimited permission to copy, distribute and modify it.
1527_ACEOF
81ecdfbb 1528 exit
b7026657 1529fi
b7026657 1530
81ecdfbb
RW
1531## ------------------------ ##
1532## Autoconf initialization. ##
1533## ------------------------ ##
b7026657 1534
81ecdfbb
RW
1535# ac_fn_c_try_compile LINENO
1536# --------------------------
1537# Try to compile conftest.$ac_ext, and return whether this succeeded.
1538ac_fn_c_try_compile ()
b7026657 1539{
81ecdfbb
RW
1540 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1541 rm -f conftest.$ac_objext
1542 if { { ac_try="$ac_compile"
1543case "(($ac_try" in
1544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1545 *) ac_try_echo=$ac_try;;
1546esac
1547eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1548$as_echo "$ac_try_echo"; } >&5
1549 (eval "$ac_compile") 2>conftest.err
1550 ac_status=$?
1551 if test -s conftest.err; then
1552 grep -v '^ *+' conftest.err >conftest.er1
1553 cat conftest.er1 >&5
1554 mv -f conftest.er1 conftest.err
1555 fi
1556 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1557 test $ac_status = 0; } && {
1558 test -z "$ac_c_werror_flag" ||
1559 test ! -s conftest.err
1560 } && test -s conftest.$ac_objext; then :
1561 ac_retval=0
1562else
1563 $as_echo "$as_me: failed program was:" >&5
1564sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1565
81ecdfbb
RW
1566 ac_retval=1
1567fi
d0ac1c44
SM
1568 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1569 as_fn_set_status $ac_retval
b7026657 1570
81ecdfbb 1571} # ac_fn_c_try_compile
b7026657 1572
81ecdfbb
RW
1573# ac_fn_c_try_cpp LINENO
1574# ----------------------
1575# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1576ac_fn_c_try_cpp ()
1577{
1578 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1579 if { { ac_try="$ac_cpp conftest.$ac_ext"
1580case "(($ac_try" in
1581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1582 *) ac_try_echo=$ac_try;;
1583esac
1584eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1585$as_echo "$ac_try_echo"; } >&5
1586 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1587 ac_status=$?
1588 if test -s conftest.err; then
1589 grep -v '^ *+' conftest.err >conftest.er1
1590 cat conftest.er1 >&5
1591 mv -f conftest.er1 conftest.err
1592 fi
1593 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1594 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1595 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1596 test ! -s conftest.err
1597 }; then :
1598 ac_retval=0
1599else
1600 $as_echo "$as_me: failed program was:" >&5
1601sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1602
81ecdfbb
RW
1603 ac_retval=1
1604fi
d0ac1c44
SM
1605 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1606 as_fn_set_status $ac_retval
b7026657 1607
81ecdfbb 1608} # ac_fn_c_try_cpp
b7026657 1609
81ecdfbb
RW
1610# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1611# -------------------------------------------------------
1612# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1613# the include files in INCLUDES and setting the cache variable VAR
1614# accordingly.
1615ac_fn_c_check_header_mongrel ()
1616{
1617 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1618 if eval \${$3+:} false; then :
81ecdfbb
RW
1619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1620$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1621if eval \${$3+:} false; then :
81ecdfbb
RW
1622 $as_echo_n "(cached) " >&6
1623fi
1624eval ac_res=\$$3
1625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1626$as_echo "$ac_res" >&6; }
1627else
1628 # Is the header compilable?
1629{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1630$as_echo_n "checking $2 usability... " >&6; }
1631cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1632/* end confdefs.h. */
1633$4
1634#include <$2>
1635_ACEOF
1636if ac_fn_c_try_compile "$LINENO"; then :
1637 ac_header_compiler=yes
1638else
1639 ac_header_compiler=no
1640fi
1641rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1642{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1643$as_echo "$ac_header_compiler" >&6; }
1644
1645# Is the header present?
1646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1647$as_echo_n "checking $2 presence... " >&6; }
1648cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1649/* end confdefs.h. */
1650#include <$2>
1651_ACEOF
1652if ac_fn_c_try_cpp "$LINENO"; then :
1653 ac_header_preproc=yes
1654else
1655 ac_header_preproc=no
1656fi
d0ac1c44 1657rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1659$as_echo "$ac_header_preproc" >&6; }
1660
1661# So? What about this header?
1662case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1663 yes:no: )
1664 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1665$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1666 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1667$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1668 ;;
1669 no:yes:* )
1670 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1671$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1672 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1673$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1674 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1675$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1676 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1677$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1678 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1679$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1680 ;;
1681esac
1682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1683$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1684if eval \${$3+:} false; then :
81ecdfbb
RW
1685 $as_echo_n "(cached) " >&6
1686else
1687 eval "$3=\$ac_header_compiler"
1688fi
1689eval ac_res=\$$3
1690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1691$as_echo "$ac_res" >&6; }
1692fi
d0ac1c44 1693 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1694
1695} # ac_fn_c_check_header_mongrel
1696
1697# ac_fn_c_try_run LINENO
1698# ----------------------
1699# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1700# that executables *can* be run.
1701ac_fn_c_try_run ()
1702{
1703 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1704 if { { ac_try="$ac_link"
1705case "(($ac_try" in
1706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1707 *) ac_try_echo=$ac_try;;
1708esac
1709eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1710$as_echo "$ac_try_echo"; } >&5
1711 (eval "$ac_link") 2>&5
1712 ac_status=$?
1713 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1714 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1715 { { case "(($ac_try" in
1716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1717 *) ac_try_echo=$ac_try;;
1718esac
1719eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1720$as_echo "$ac_try_echo"; } >&5
1721 (eval "$ac_try") 2>&5
1722 ac_status=$?
1723 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1724 test $ac_status = 0; }; }; then :
1725 ac_retval=0
1726else
1727 $as_echo "$as_me: program exited with status $ac_status" >&5
1728 $as_echo "$as_me: failed program was:" >&5
1729sed 's/^/| /' conftest.$ac_ext >&5
1730
1731 ac_retval=$ac_status
1732fi
1733 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1734 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1735 as_fn_set_status $ac_retval
81ecdfbb
RW
1736
1737} # ac_fn_c_try_run
1738
1739# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1740# -------------------------------------------------------
1741# Tests whether HEADER exists and can be compiled using the include files in
1742# INCLUDES, setting the cache variable VAR accordingly.
1743ac_fn_c_check_header_compile ()
1744{
1745 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1747$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1748if eval \${$3+:} false; then :
81ecdfbb
RW
1749 $as_echo_n "(cached) " >&6
1750else
1751 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1752/* end confdefs.h. */
1753$4
1754#include <$2>
1755_ACEOF
1756if ac_fn_c_try_compile "$LINENO"; then :
1757 eval "$3=yes"
1758else
1759 eval "$3=no"
1760fi
1761rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1762fi
1763eval ac_res=\$$3
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1765$as_echo "$ac_res" >&6; }
d0ac1c44 1766 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1767
1768} # ac_fn_c_check_header_compile
1769
1770# ac_fn_c_try_link LINENO
1771# -----------------------
1772# Try to link conftest.$ac_ext, and return whether this succeeded.
1773ac_fn_c_try_link ()
1774{
1775 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1776 rm -f conftest.$ac_objext conftest$ac_exeext
1777 if { { ac_try="$ac_link"
1778case "(($ac_try" in
1779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1780 *) ac_try_echo=$ac_try;;
1781esac
1782eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1783$as_echo "$ac_try_echo"; } >&5
1784 (eval "$ac_link") 2>conftest.err
1785 ac_status=$?
1786 if test -s conftest.err; then
1787 grep -v '^ *+' conftest.err >conftest.er1
1788 cat conftest.er1 >&5
1789 mv -f conftest.er1 conftest.err
1790 fi
1791 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1792 test $ac_status = 0; } && {
1793 test -z "$ac_c_werror_flag" ||
1794 test ! -s conftest.err
1795 } && test -s conftest$ac_exeext && {
1796 test "$cross_compiling" = yes ||
d0ac1c44 1797 test -x conftest$ac_exeext
81ecdfbb
RW
1798 }; then :
1799 ac_retval=0
1800else
1801 $as_echo "$as_me: failed program was:" >&5
1802sed 's/^/| /' conftest.$ac_ext >&5
1803
1804 ac_retval=1
1805fi
1806 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1807 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1808 # interfere with the next link command; also delete a directory that is
1809 # left behind by Apple's compiler. We do this before executing the actions.
1810 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1811 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1812 as_fn_set_status $ac_retval
81ecdfbb
RW
1813
1814} # ac_fn_c_try_link
1815
1816# ac_fn_c_check_func LINENO FUNC VAR
1817# ----------------------------------
1818# Tests whether FUNC exists, setting the cache variable VAR accordingly
1819ac_fn_c_check_func ()
1820{
1821 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1823$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1824if eval \${$3+:} false; then :
81ecdfbb
RW
1825 $as_echo_n "(cached) " >&6
1826else
1827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1828/* end confdefs.h. */
1829/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1830 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1831#define $2 innocuous_$2
1832
1833/* System header to define __stub macros and hopefully few prototypes,
1834 which can conflict with char $2 (); below.
1835 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1836 <limits.h> exists even on freestanding compilers. */
1837
1838#ifdef __STDC__
1839# include <limits.h>
1840#else
1841# include <assert.h>
1842#endif
1843
1844#undef $2
1845
1846/* Override any GCC internal prototype to avoid an error.
1847 Use char because int might match the return type of a GCC
1848 builtin and then its argument prototype would still apply. */
1849#ifdef __cplusplus
1850extern "C"
1851#endif
1852char $2 ();
1853/* The GNU C library defines this for functions which it implements
1854 to always fail with ENOSYS. Some functions are actually named
1855 something starting with __ and the normal name is an alias. */
1856#if defined __stub_$2 || defined __stub___$2
1857choke me
1858#endif
1859
1860int
1861main ()
1862{
1863return $2 ();
1864 ;
1865 return 0;
1866}
1867_ACEOF
1868if ac_fn_c_try_link "$LINENO"; then :
1869 eval "$3=yes"
1870else
1871 eval "$3=no"
1872fi
1873rm -f core conftest.err conftest.$ac_objext \
1874 conftest$ac_exeext conftest.$ac_ext
1875fi
1876eval ac_res=\$$3
1877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1878$as_echo "$ac_res" >&6; }
d0ac1c44 1879 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1880
1881} # ac_fn_c_check_func
936df756
MF
1882
1883# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1884# ----------------------------------------------------
1885# Tries to find if the field MEMBER exists in type AGGR, after including
1886# INCLUDES, setting cache variable VAR accordingly.
1887ac_fn_c_check_member ()
1888{
1889 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1891$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 1892if eval \${$4+:} false; then :
936df756
MF
1893 $as_echo_n "(cached) " >&6
1894else
1895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1896/* end confdefs.h. */
1897$5
1898int
1899main ()
1900{
1901static $2 ac_aggr;
1902if (ac_aggr.$3)
1903return 0;
1904 ;
1905 return 0;
1906}
1907_ACEOF
1908if ac_fn_c_try_compile "$LINENO"; then :
1909 eval "$4=yes"
1910else
1911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1912/* end confdefs.h. */
1913$5
1914int
1915main ()
1916{
1917static $2 ac_aggr;
1918if (sizeof ac_aggr.$3)
1919return 0;
1920 ;
1921 return 0;
1922}
1923_ACEOF
1924if ac_fn_c_try_compile "$LINENO"; then :
1925 eval "$4=yes"
1926else
1927 eval "$4=no"
1928fi
1929rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1930fi
1931rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1932fi
1933eval ac_res=\$$4
1934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1935$as_echo "$ac_res" >&6; }
d0ac1c44 1936 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
1937
1938} # ac_fn_c_check_member
1939
1940# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1941# -------------------------------------------
1942# Tests whether TYPE exists after having included INCLUDES, setting cache
1943# variable VAR accordingly.
1944ac_fn_c_check_type ()
1945{
1946 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1948$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1949if eval \${$3+:} false; then :
936df756
MF
1950 $as_echo_n "(cached) " >&6
1951else
1952 eval "$3=no"
1953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1954/* end confdefs.h. */
1955$4
1956int
1957main ()
1958{
1959if (sizeof ($2))
1960 return 0;
1961 ;
1962 return 0;
1963}
1964_ACEOF
1965if ac_fn_c_try_compile "$LINENO"; then :
1966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1967/* end confdefs.h. */
1968$4
1969int
1970main ()
1971{
1972if (sizeof (($2)))
1973 return 0;
1974 ;
1975 return 0;
1976}
1977_ACEOF
1978if ac_fn_c_try_compile "$LINENO"; then :
1979
1980else
1981 eval "$3=yes"
1982fi
1983rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1984fi
1985rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1986fi
1987eval ac_res=\$$3
1988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1989$as_echo "$ac_res" >&6; }
d0ac1c44 1990 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
1991
1992} # ac_fn_c_check_type
81ecdfbb
RW
1993cat >config.log <<_ACEOF
1994This file contains any messages produced by compilers while
1995running configure, to aid debugging if configure makes a mistake.
1996
1997It was created by $as_me, which was
d0ac1c44 1998generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1999
2000 $ $0 $@
2001
2002_ACEOF
2003exec 5>>config.log
2004{
2005cat <<_ASUNAME
2006## --------- ##
2007## Platform. ##
2008## --------- ##
2009
2010hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2011uname -m = `(uname -m) 2>/dev/null || echo unknown`
2012uname -r = `(uname -r) 2>/dev/null || echo unknown`
2013uname -s = `(uname -s) 2>/dev/null || echo unknown`
2014uname -v = `(uname -v) 2>/dev/null || echo unknown`
2015
2016/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2017/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2018
2019/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2020/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2021/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2022/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2023/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2024/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2025/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2026
2027_ASUNAME
2028
2029as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2030for as_dir in $PATH
2031do
2032 IFS=$as_save_IFS
2033 test -z "$as_dir" && as_dir=.
2034 $as_echo "PATH: $as_dir"
2035 done
2036IFS=$as_save_IFS
2037
2038} >&5
2039
2040cat >&5 <<_ACEOF
b7026657
AC
2041
2042
2043## ----------- ##
2044## Core tests. ##
2045## ----------- ##
2046
2047_ACEOF
2048
2049
2050# Keep a trace of the command line.
2051# Strip out --no-create and --no-recursion so they do not pile up.
2052# Strip out --silent because we don't want to record it for future runs.
2053# Also quote any args containing shell meta-characters.
2054# Make two passes to allow for proper duplicate-argument suppression.
2055ac_configure_args=
2056ac_configure_args0=
2057ac_configure_args1=
b7026657
AC
2058ac_must_keep_next=false
2059for ac_pass in 1 2
2060do
2061 for ac_arg
2062 do
2063 case $ac_arg in
2064 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2065 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2066 | -silent | --silent | --silen | --sile | --sil)
2067 continue ;;
81ecdfbb
RW
2068 *\'*)
2069 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2070 esac
2071 case $ac_pass in
81ecdfbb 2072 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 2073 2)
81ecdfbb 2074 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
2075 if test $ac_must_keep_next = true; then
2076 ac_must_keep_next=false # Got value, back to normal.
2077 else
2078 case $ac_arg in
2079 *=* | --config-cache | -C | -disable-* | --disable-* \
2080 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2081 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2082 | -with-* | --with-* | -without-* | --without-* | --x)
2083 case "$ac_configure_args0 " in
2084 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2085 esac
2086 ;;
2087 -* ) ac_must_keep_next=true ;;
2088 esac
2089 fi
81ecdfbb 2090 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
2091 ;;
2092 esac
2093 done
2094done
81ecdfbb
RW
2095{ ac_configure_args0=; unset ac_configure_args0;}
2096{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
2097
2098# When interrupted or exit'd, cleanup temporary files, and complete
2099# config.log. We remove comments because anyway the quotes in there
2100# would cause problems or look ugly.
81ecdfbb
RW
2101# WARNING: Use '\'' to represent an apostrophe within the trap.
2102# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
2103trap 'exit_status=$?
2104 # Save into config.log some information that might help in debugging.
2105 {
2106 echo
2107
d0ac1c44 2108 $as_echo "## ---------------- ##
b7026657 2109## Cache variables. ##
d0ac1c44 2110## ---------------- ##"
b7026657
AC
2111 echo
2112 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2113(
2114 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2115 eval ac_val=\$$ac_var
2116 case $ac_val in #(
2117 *${as_nl}*)
2118 case $ac_var in #(
2119 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2120$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2121 esac
2122 case $ac_var in #(
2123 _ | IFS | as_nl) ;; #(
2124 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2125 *) { eval $ac_var=; unset $ac_var;} ;;
2126 esac ;;
2127 esac
2128 done
b7026657 2129 (set) 2>&1 |
81ecdfbb
RW
2130 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2131 *${as_nl}ac_space=\ *)
b7026657 2132 sed -n \
81ecdfbb
RW
2133 "s/'\''/'\''\\\\'\'''\''/g;
2134 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2135 ;; #(
b7026657 2136 *)
81ecdfbb 2137 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2138 ;;
81ecdfbb
RW
2139 esac |
2140 sort
2141)
b7026657
AC
2142 echo
2143
d0ac1c44 2144 $as_echo "## ----------------- ##
b7026657 2145## Output variables. ##
d0ac1c44 2146## ----------------- ##"
b7026657
AC
2147 echo
2148 for ac_var in $ac_subst_vars
2149 do
81ecdfbb
RW
2150 eval ac_val=\$$ac_var
2151 case $ac_val in
2152 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2153 esac
2154 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2155 done | sort
2156 echo
2157
2158 if test -n "$ac_subst_files"; then
d0ac1c44 2159 $as_echo "## ------------------- ##
81ecdfbb 2160## File substitutions. ##
d0ac1c44 2161## ------------------- ##"
b7026657
AC
2162 echo
2163 for ac_var in $ac_subst_files
2164 do
81ecdfbb
RW
2165 eval ac_val=\$$ac_var
2166 case $ac_val in
2167 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2168 esac
2169 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2170 done | sort
2171 echo
2172 fi
2173
2174 if test -s confdefs.h; then
d0ac1c44 2175 $as_echo "## ----------- ##
b7026657 2176## confdefs.h. ##
d0ac1c44 2177## ----------- ##"
b7026657 2178 echo
81ecdfbb 2179 cat confdefs.h
b7026657
AC
2180 echo
2181 fi
2182 test "$ac_signal" != 0 &&
81ecdfbb
RW
2183 $as_echo "$as_me: caught signal $ac_signal"
2184 $as_echo "$as_me: exit $exit_status"
b7026657 2185 } >&5
81ecdfbb
RW
2186 rm -f core *.core core.conftest.* &&
2187 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2188 exit $exit_status
81ecdfbb 2189' 0
b7026657 2190for ac_signal in 1 2 13 15; do
81ecdfbb 2191 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2192done
2193ac_signal=0
2194
2195# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2196rm -f -r conftest* confdefs.h
2197
2198$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2199
2200# Predefined preprocessor variables.
2201
2202cat >>confdefs.h <<_ACEOF
2203#define PACKAGE_NAME "$PACKAGE_NAME"
2204_ACEOF
2205
b7026657
AC
2206cat >>confdefs.h <<_ACEOF
2207#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2208_ACEOF
2209
b7026657
AC
2210cat >>confdefs.h <<_ACEOF
2211#define PACKAGE_VERSION "$PACKAGE_VERSION"
2212_ACEOF
2213
b7026657
AC
2214cat >>confdefs.h <<_ACEOF
2215#define PACKAGE_STRING "$PACKAGE_STRING"
2216_ACEOF
2217
b7026657
AC
2218cat >>confdefs.h <<_ACEOF
2219#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2220_ACEOF
2221
81ecdfbb
RW
2222cat >>confdefs.h <<_ACEOF
2223#define PACKAGE_URL "$PACKAGE_URL"
2224_ACEOF
2225
b7026657
AC
2226
2227# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2228# Prefer an explicitly selected file to automatically selected ones.
2229ac_site_file1=NONE
2230ac_site_file2=NONE
2231if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2232 # We do not want a PATH search for config.site.
2233 case $CONFIG_SITE in #((
2234 -*) ac_site_file1=./$CONFIG_SITE;;
2235 */*) ac_site_file1=$CONFIG_SITE;;
2236 *) ac_site_file1=./$CONFIG_SITE;;
2237 esac
81ecdfbb
RW
2238elif test "x$prefix" != xNONE; then
2239 ac_site_file1=$prefix/share/config.site
2240 ac_site_file2=$prefix/etc/config.site
2241else
2242 ac_site_file1=$ac_default_prefix/share/config.site
2243 ac_site_file2=$ac_default_prefix/etc/config.site
2244fi
2245for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2246do
2247 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2248 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2249 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2250$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 2251 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2252 . "$ac_site_file" \
2253 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2254$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2255as_fn_error $? "failed to load site script $ac_site_file
2256See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
2257 fi
2258done
2259
2260if test -r "$cache_file"; then
d0ac1c44
SM
2261 # Some versions of bash will fail to source /dev/null (special files
2262 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2263 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2264 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2265$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2266 case $cache_file in
81ecdfbb
RW
2267 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2268 *) . "./$cache_file";;
b7026657
AC
2269 esac
2270 fi
2271else
81ecdfbb
RW
2272 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2273$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2274 >$cache_file
2275fi
2276
2277# Check that the precious variables saved in the cache have kept the same
2278# value.
2279ac_cache_corrupted=false
81ecdfbb 2280for ac_var in $ac_precious_vars; do
b7026657
AC
2281 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2282 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2283 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2284 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2285 case $ac_old_set,$ac_new_set in
2286 set,)
81ecdfbb
RW
2287 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2288$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2289 ac_cache_corrupted=: ;;
2290 ,set)
81ecdfbb
RW
2291 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2292$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2293 ac_cache_corrupted=: ;;
2294 ,);;
2295 *)
2296 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2297 # differences in whitespace do not lead to failure.
2298 ac_old_val_w=`echo x $ac_old_val`
2299 ac_new_val_w=`echo x $ac_new_val`
2300 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2301 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2302$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2303 ac_cache_corrupted=:
2304 else
2305 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2306$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2307 eval $ac_var=\$ac_old_val
2308 fi
2309 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2310$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2311 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2312$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2313 fi;;
2314 esac
2315 # Pass precious variables to config.status.
2316 if test "$ac_new_set" = set; then
2317 case $ac_new_val in
81ecdfbb 2318 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2319 *) ac_arg=$ac_var=$ac_new_val ;;
2320 esac
2321 case " $ac_configure_args " in
2322 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2323 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2324 esac
2325 fi
2326done
2327if $ac_cache_corrupted; then
81ecdfbb
RW
2328 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2329$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2330 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2331$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2332 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2333fi
81ecdfbb
RW
2334## -------------------- ##
2335## Main body of script. ##
2336## -------------------- ##
b7026657
AC
2337
2338ac_ext=c
2339ac_cpp='$CPP $CPPFLAGS'
2340ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2341ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2342ac_compiler_gnu=$ac_cv_c_compiler_gnu
2343
2344
35695fd6
AC
2345# This file contains common code used by all simulators.
2346#
2347# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2348# directory. It is intended to be invoked before any target specific stuff.
2349# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2350# It is intended to be invoked last.
2351#
306f4178 2352# The simulator's configure.ac should look like:
35695fd6
AC
2353#
2354# dnl Process this file with autoconf to produce a configure script.
6ffe910a 2355# AC_PREREQ(2.64)dnl
35695fd6 2356# AC_INIT(Makefile.in)
6ffe910a 2357# sinclude(../common/aclocal.m4)
35695fd6
AC
2358#
2359# SIM_AC_COMMON
2360#
2361# ... target specific stuff ...
2362#
2363# SIM_AC_OUTPUT
2364
d6416cdc
RW
2365# Include global overrides and fixes for Autoconf.
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
d6416cdc
RW
2388
2389
2390
2391
2392
2393
2394
35695fd6
AC
2395
2396
2397
db2e4d67 2398
5c887dd5
JB
2399
2400
6bb11ab3 2401# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2402#
6bb11ab3
L
2403# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2404# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2405# Written by Gordon Matzigkeit, 1996
2406#
2407# This file is free software; the Free Software Foundation gives
2408# unlimited permission to copy and/or distribute it, with or without
2409# modifications, as long as this notice is preserved.
db2e4d67 2410
db2e4d67 2411
db2e4d67 2412
6bb11ab3 2413# serial 56 LT_INIT
db2e4d67
MF
2414
2415
6bb11ab3
L
2416# LT_PREREQ(VERSION)
2417# ------------------
2418# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2419
db2e4d67
MF
2420
2421
6bb11ab3
L
2422# _LT_CHECK_BUILDDIR
2423# ------------------
2424# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2425
2426
35695fd6 2427
6bb11ab3
L
2428# LT_INIT([OPTIONS])
2429# ------------------
2430# LT_INIT
35695fd6 2431
6bb11ab3
L
2432# Old names:
2433# This is what autoupdate's m4 run will expand. It fires
2434# the warning (with _au_warn_XXX), outputs it into the
2435# updated configure.ac (with AC_DIAGNOSE), and then outputs
2436# the replacement expansion.
35695fd6
AC
2437
2438
6bb11ab3
L
2439# This is an auxiliary macro that is also run when
2440# autoupdate runs m4. It simply calls m4_warning, but
2441# we need a wrapper so that each warning is emitted only
2442# once. We break the quoting in m4_warning's argument in
2443# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2444
2445
6bb11ab3
L
2446# Finally, this is the expansion that is picked up by
2447# autoconf. It tells the user to run autoupdate, and
2448# then outputs the replacement expansion. We do not care
2449# about autoupdate's warning because that contains
2450# information on what to do *after* running autoupdate.
35695fd6 2451
6bb11ab3
L
2452# This is what autoupdate's m4 run will expand. It fires
2453# the warning (with _au_warn_XXX), outputs it into the
2454# updated configure.ac (with AC_DIAGNOSE), and then outputs
2455# the replacement expansion.
35695fd6
AC
2456
2457
6bb11ab3
L
2458# This is an auxiliary macro that is also run when
2459# autoupdate runs m4. It simply calls m4_warning, but
2460# we need a wrapper so that each warning is emitted only
2461# once. We break the quoting in m4_warning's argument in
2462# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2463
2464
6bb11ab3
L
2465# Finally, this is the expansion that is picked up by
2466# autoconf. It tells the user to run autoupdate, and
2467# then outputs the replacement expansion. We do not care
2468# about autoupdate's warning because that contains
2469# information on what to do *after* running autoupdate.
35695fd6
AC
2470
2471
2472
6bb11ab3
L
2473# _LT_CC_BASENAME(CC)
2474# -------------------
2475# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
35695fd6
AC
2476
2477
2478
6bb11ab3
L
2479# _LT_FILEUTILS_DEFAULTS
2480# ----------------------
2481# It is okay to use these file commands and assume they have been set
2482# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2483# _LT_FILEUTILS_DEFAULTS
35695fd6
AC
2484
2485
6bb11ab3
L
2486# _LT_SETUP
2487# ---------
2488# _LT_SETUP
35695fd6
AC
2489
2490
6bb11ab3
L
2491# _LT_PREPARE_SED_QUOTE_VARS
2492# --------------------------
2493# Define a few sed substitution that help us do robust quoting.
35695fd6
AC
2494
2495
6bb11ab3
L
2496# _LT_PROG_LTMAIN
2497# ---------------
2498# Note that this code is called both from `configure', and `config.status'
2499# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2500# `config.status' has no value for ac_aux_dir unless we are using Automake,
2501# so we pass a copy along to make sure it has a sensible value anyway.
2502# _LT_PROG_LTMAIN
35695fd6
AC
2503
2504
6bb11ab3
L
2505## ------------------------------------- ##
2506## Accumulate code for creating libtool. ##
2507## ------------------------------------- ##
35695fd6 2508
6bb11ab3
L
2509# So that we can recreate a full libtool script including additional
2510# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2511# in macros and then make a single call at the end using the `libtool'
2512# label.
35695fd6
AC
2513
2514
6bb11ab3
L
2515# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2516# ----------------------------------------
2517# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2518
2519
6bb11ab3 2520# Initialize.
35695fd6
AC
2521
2522
2523
6bb11ab3
L
2524# _LT_CONFIG_LIBTOOL([COMMANDS])
2525# ------------------------------
2526# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2527
2528
6bb11ab3 2529# Initialize.
35695fd6
AC
2530
2531
2532
6bb11ab3
L
2533# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2534# -----------------------------------------------------
35695fd6 2535
5912fadd
JB
2536
2537
6bb11ab3
L
2538# _LT_FORMAT_COMMENT([COMMENT])
2539# -----------------------------
2540# Add leading comment marks to the start of each line, and a trailing
2541# full-stop to the whole comment if one is not present already.
5912fadd
JB
2542
2543
35695fd6
AC
2544
2545
6bb11ab3
L
2546## ------------------------ ##
2547## FIXME: Eliminate VARNAME ##
2548## ------------------------ ##
35695fd6
AC
2549
2550
6bb11ab3
L
2551# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2552# -------------------------------------------------------------------
2553# CONFIGNAME is the name given to the value in the libtool script.
2554# VARNAME is the (base) name used in the configure script.
2555# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2556# VARNAME. Any other value will be used directly.
35695fd6 2557
35695fd6
AC
2558
2559
6bb11ab3
L
2560# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2561# --------------------------------------------------------
35695fd6
AC
2562
2563
2564
6bb11ab3
L
2565# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2566# ------------------------------------------------
35695fd6
AC
2567
2568
2569
6bb11ab3
L
2570# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2571# ---------------------------------------------------------
35695fd6
AC
2572
2573
2574
6bb11ab3
L
2575# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2576# --------------------------------------------------
35695fd6
AC
2577
2578
2579
6bb11ab3
L
2580# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2581# ---------------------------------------------------
35695fd6
AC
2582
2583
2584
6bb11ab3
L
2585# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2586# ---------------------------------------------------
35695fd6
AC
2587
2588
2589
2590
6bb11ab3
L
2591# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2592# ------------------------------------------------
35695fd6
AC
2593
2594
2595
2596
6bb11ab3
L
2597# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2598# ------------------------------------
2599# Quote a variable value, and forward it to `config.status' so that its
2600# declaration there will have the same value as in `configure'. VARNAME
2601# must have a single quote delimited value for this to work.
35695fd6
AC
2602
2603
2604
6bb11ab3
L
2605# _LT_CONFIG_STATUS_DECLARATIONS
2606# ------------------------------
2607# We delimit libtool config variables with single quotes, so when
2608# we write them to config.status, we have to be sure to quote all
2609# embedded single quotes properly. In configure, this macro expands
2610# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2611#
2612# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
35695fd6
AC
2613
2614
2615
6bb11ab3
L
2616# _LT_LIBTOOL_TAGS
2617# ----------------
2618# Output comment and list of tags supported by the script
35695fd6
AC
2619
2620
2621
6bb11ab3
L
2622# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2623# -----------------------------------
2624# Extract the dictionary values for VARNAME (optionally with TAG) and
2625# expand to a commented shell variable setting:
2626#
2627# # Some comment about what VAR is for.
2628# visible_name=$lt_internal_name
35695fd6
AC
2629
2630
35695fd6 2631
6bb11ab3
L
2632# _LT_LIBTOOL_CONFIG_VARS
2633# -----------------------
2634# Produce commented declarations of non-tagged libtool config variables
2635# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2636# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2637# section) are produced by _LT_LIBTOOL_TAG_VARS.
35695fd6
AC
2638
2639
6efef468 2640
6bb11ab3
L
2641# _LT_LIBTOOL_TAG_VARS(TAG)
2642# -------------------------
6efef468
JM
2643
2644
2645
6bb11ab3
L
2646# _LT_TAGVAR(VARNAME, [TAGNAME])
2647# ------------------------------
6efef468
JM
2648
2649
2650
6bb11ab3
L
2651# _LT_CONFIG_COMMANDS
2652# -------------------
2653# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2654# variables for single and double quote escaping we saved from calls
2655# to _LT_DECL, we can put quote escaped variables declarations
2656# into `config.status', and then the shell code to quote escape them in
2657# for loops in `config.status'. Finally, any additional code accumulated
2658# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2659#_LT_CONFIG_COMMANDS
2660
2661
2662# Initialize.
2663
2664
2665# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2666# ------------------------------------
2667# Generate a child script FILE with all initialization necessary to
2668# reuse the environment learned by the parent script, and make the
2669# file executable. If COMMENT is supplied, it is inserted after the
2670# `#!' sequence but before initialization text begins. After this
2671# macro, additional text can be appended to FILE to form the body of
2672# the child script. The macro ends with non-zero status if the
2673# file could not be fully written (such as if the disk is full).
2674# _LT_GENERATED_FILE_INIT
2675
2676# LT_OUTPUT
2677# ---------
2678# This macro allows early generation of the libtool script (before
2679# AC_OUTPUT is called), incase it is used in configure for compilation
2680# tests.
2681# LT_OUTPUT
2682
2683
2684# _LT_CONFIG(TAG)
2685# ---------------
2686# If TAG is the built-in tag, create an initial libtool script with a
2687# default configuration from the untagged config vars. Otherwise add code
2688# to config.status for appending the configuration named by TAG from the
2689# matching tagged config vars.
2690# _LT_CONFIG
6efef468
JM
2691
2692
6bb11ab3
L
2693# LT_SUPPORTED_TAG(TAG)
2694# ---------------------
2695# Trace this macro to discover what tags are supported by the libtool
2696# --tag option, using:
2697# autoconf --trace 'LT_SUPPORTED_TAG:$1'
6efef468 2698
6efef468 2699
6efef468 2700
6bb11ab3 2701# C support is built-in for now
6efef468 2702
6efef468
JM
2703
2704
2705
6bb11ab3
L
2706# LT_LANG(LANG)
2707# -------------
2708# Enable libtool support for the given language if not already enabled.
2709# LT_LANG
6efef468
JM
2710
2711
6bb11ab3
L
2712# _LT_LANG(LANGNAME)
2713# ------------------
2714# _LT_LANG
6efef468
JM
2715
2716
6bb11ab3
L
2717# _LT_LANG_DEFAULT_CONFIG
2718# -----------------------
2719# _LT_LANG_DEFAULT_CONFIG
6efef468 2720
6bb11ab3
L
2721# Obsolete macros:
2722# This is what autoupdate's m4 run will expand. It fires
2723# the warning (with _au_warn_XXX), outputs it into the
2724# updated configure.ac (with AC_DIAGNOSE), and then outputs
2725# the replacement expansion.
6efef468 2726
6efef468 2727
6bb11ab3
L
2728# This is an auxiliary macro that is also run when
2729# autoupdate runs m4. It simply calls m4_warning, but
2730# we need a wrapper so that each warning is emitted only
2731# once. We break the quoting in m4_warning's argument in
2732# order to expand this macro's arguments, not AU_DEFUN's.
6efef468 2733
6efef468 2734
6bb11ab3
L
2735# Finally, this is the expansion that is picked up by
2736# autoconf. It tells the user to run autoupdate, and
2737# then outputs the replacement expansion. We do not care
2738# about autoupdate's warning because that contains
2739# information on what to do *after* running autoupdate.
6efef468 2740
6bb11ab3
L
2741# This is what autoupdate's m4 run will expand. It fires
2742# the warning (with _au_warn_XXX), outputs it into the
2743# updated configure.ac (with AC_DIAGNOSE), and then outputs
2744# the replacement expansion.
6efef468
JM
2745
2746
6bb11ab3
L
2747# This is an auxiliary macro that is also run when
2748# autoupdate runs m4. It simply calls m4_warning, but
2749# we need a wrapper so that each warning is emitted only
2750# once. We break the quoting in m4_warning's argument in
2751# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2752
2753
6bb11ab3
L
2754# Finally, this is the expansion that is picked up by
2755# autoconf. It tells the user to run autoupdate, and
2756# then outputs the replacement expansion. We do not care
2757# about autoupdate's warning because that contains
2758# information on what to do *after* running autoupdate.
6efef468 2759
6bb11ab3
L
2760# This is what autoupdate's m4 run will expand. It fires
2761# the warning (with _au_warn_XXX), outputs it into the
2762# updated configure.ac (with AC_DIAGNOSE), and then outputs
2763# the replacement expansion.
6efef468
JM
2764
2765
6bb11ab3
L
2766# This is an auxiliary macro that is also run when
2767# autoupdate runs m4. It simply calls m4_warning, but
2768# we need a wrapper so that each warning is emitted only
2769# once. We break the quoting in m4_warning's argument in
2770# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2771
2772
6bb11ab3
L
2773# Finally, this is the expansion that is picked up by
2774# autoconf. It tells the user to run autoupdate, and
2775# then outputs the replacement expansion. We do not care
2776# about autoupdate's warning because that contains
2777# information on what to do *after* running autoupdate.
6efef468 2778
6bb11ab3
L
2779# This is what autoupdate's m4 run will expand. It fires
2780# the warning (with _au_warn_XXX), outputs it into the
2781# updated configure.ac (with AC_DIAGNOSE), and then outputs
2782# the replacement expansion.
6efef468
JM
2783
2784
6bb11ab3
L
2785# This is an auxiliary macro that is also run when
2786# autoupdate runs m4. It simply calls m4_warning, but
2787# we need a wrapper so that each warning is emitted only
2788# once. We break the quoting in m4_warning's argument in
2789# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2790
2791
6bb11ab3
L
2792# Finally, this is the expansion that is picked up by
2793# autoconf. It tells the user to run autoupdate, and
2794# then outputs the replacement expansion. We do not care
2795# about autoupdate's warning because that contains
2796# information on what to do *after* running autoupdate.
6efef468 2797
6bb11ab3
L
2798# This is what autoupdate's m4 run will expand. It fires
2799# the warning (with _au_warn_XXX), outputs it into the
2800# updated configure.ac (with AC_DIAGNOSE), and then outputs
2801# the replacement expansion.
6efef468
JM
2802
2803
6bb11ab3
L
2804# This is an auxiliary macro that is also run when
2805# autoupdate runs m4. It simply calls m4_warning, but
2806# we need a wrapper so that each warning is emitted only
2807# once. We break the quoting in m4_warning's argument in
2808# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2809
2810
6bb11ab3
L
2811# Finally, this is the expansion that is picked up by
2812# autoconf. It tells the user to run autoupdate, and
2813# then outputs the replacement expansion. We do not care
2814# about autoupdate's warning because that contains
2815# information on what to do *after* running autoupdate.
6efef468 2816
35695fd6
AC
2817
2818
6bb11ab3
L
2819# _LT_TAG_COMPILER
2820# ----------------
2821# _LT_TAG_COMPILER
35695fd6
AC
2822
2823
6bb11ab3
L
2824# _LT_COMPILER_BOILERPLATE
2825# ------------------------
2826# Check for compiler boilerplate output or warnings with
2827# the simple compiler test code.
2828# _LT_COMPILER_BOILERPLATE
f0569246 2829
f0569246 2830
6bb11ab3
L
2831# _LT_LINKER_BOILERPLATE
2832# ----------------------
2833# Check for linker boilerplate output or warnings with
2834# the simple link test code.
2835# _LT_LINKER_BOILERPLATE
b7026657 2836
6bb11ab3
L
2837# _LT_REQUIRED_DARWIN_CHECKS
2838# -------------------------
81ecdfbb 2839
b7026657 2840
b7026657 2841
6bb11ab3
L
2842# _LT_DARWIN_LINKER_FEATURES
2843# --------------------------
2844# Checks for linker and compiler features on darwin
b7026657 2845
b7026657 2846
6bb11ab3
L
2847# _LT_SYS_MODULE_PATH_AIX
2848# -----------------------
2849# Links a minimal program and checks the executable
2850# for the system default hardcoded library path. In most cases,
2851# this is /usr/lib:/lib, but when the MPI compilers are used
2852# the location of the communication and MPI libs are included too.
2853# If we don't find anything, use the default library path according
2854# to the aix ld manual.
2855# _LT_SYS_MODULE_PATH_AIX
b7026657 2856
b7026657 2857
6bb11ab3
L
2858# _LT_SHELL_INIT(ARG)
2859# -------------------
2860# _LT_SHELL_INIT
b7026657 2861
f0569246 2862
81ecdfbb 2863
6bb11ab3
L
2864# _LT_PROG_ECHO_BACKSLASH
2865# -----------------------
2866# Find how we can fake an echo command that does not interpret backslash.
2867# In particular, with Autoconf 2.60 or later we add some code to the start
2868# of the generated configure script which will find a shell with a builtin
2869# printf (which we can use as an echo command).
2870# _LT_PROG_ECHO_BACKSLASH
f0569246 2871
b7026657 2872
6bb11ab3
L
2873# _LT_ENABLE_LOCK
2874# ---------------
2875# _LT_ENABLE_LOCK
81ecdfbb 2876
b7026657 2877
6bb11ab3
L
2878# _LT_CMD_OLD_ARCHIVE
2879# -------------------
2880# _LT_CMD_OLD_ARCHIVE
c906108c 2881
81ecdfbb 2882
6bb11ab3
L
2883# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2884# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2885# ----------------------------------------------------------------
2886# Check whether the given compiler option works
2887# _LT_COMPILER_OPTION
b7026657 2888
6bb11ab3
L
2889# Old name:
2890# This is what autoupdate's m4 run will expand. It fires
2891# the warning (with _au_warn_XXX), outputs it into the
2892# updated configure.ac (with AC_DIAGNOSE), and then outputs
2893# the replacement expansion.
c906108c 2894
c906108c 2895
6bb11ab3
L
2896# This is an auxiliary macro that is also run when
2897# autoupdate runs m4. It simply calls m4_warning, but
2898# we need a wrapper so that each warning is emitted only
2899# once. We break the quoting in m4_warning's argument in
2900# order to expand this macro's arguments, not AU_DEFUN's.
c906108c 2901
f0569246 2902
6bb11ab3
L
2903# Finally, this is the expansion that is picked up by
2904# autoconf. It tells the user to run autoupdate, and
2905# then outputs the replacement expansion. We do not care
2906# about autoupdate's warning because that contains
2907# information on what to do *after* running autoupdate.
81ecdfbb 2908
b7026657 2909
f0569246 2910
6bb11ab3
L
2911# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2912# [ACTION-SUCCESS], [ACTION-FAILURE])
2913# ----------------------------------------------------
2914# Check whether the given linker option works
2915# _LT_LINKER_OPTION
81ecdfbb 2916
6bb11ab3
L
2917# Old name:
2918# This is what autoupdate's m4 run will expand. It fires
2919# the warning (with _au_warn_XXX), outputs it into the
2920# updated configure.ac (with AC_DIAGNOSE), and then outputs
2921# the replacement expansion.
81ecdfbb 2922
81ecdfbb 2923
6bb11ab3
L
2924# This is an auxiliary macro that is also run when
2925# autoupdate runs m4. It simply calls m4_warning, but
2926# we need a wrapper so that each warning is emitted only
2927# once. We break the quoting in m4_warning's argument in
2928# order to expand this macro's arguments, not AU_DEFUN's.
81ecdfbb 2929
b7026657 2930
6bb11ab3
L
2931# Finally, this is the expansion that is picked up by
2932# autoconf. It tells the user to run autoupdate, and
2933# then outputs the replacement expansion. We do not care
2934# about autoupdate's warning because that contains
2935# information on what to do *after* running autoupdate.
2936
2937
2938
2939# LT_CMD_MAX_LEN
2940#---------------
2941# LT_CMD_MAX_LEN
2942
2943# Old name:
2944# This is what autoupdate's m4 run will expand. It fires
2945# the warning (with _au_warn_XXX), outputs it into the
2946# updated configure.ac (with AC_DIAGNOSE), and then outputs
2947# the replacement expansion.
2948
2949
2950# This is an auxiliary macro that is also run when
2951# autoupdate runs m4. It simply calls m4_warning, but
2952# we need a wrapper so that each warning is emitted only
2953# once. We break the quoting in m4_warning's argument in
2954# order to expand this macro's arguments, not AU_DEFUN's.
2955
2956
2957# Finally, this is the expansion that is picked up by
2958# autoconf. It tells the user to run autoupdate, and
2959# then outputs the replacement expansion. We do not care
2960# about autoupdate's warning because that contains
2961# information on what to do *after* running autoupdate.
2962
2963
2964
2965# _LT_HEADER_DLFCN
2966# ----------------
2967# _LT_HEADER_DLFCN
2968
2969
2970# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2971# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2972# ----------------------------------------------------------------
2973# _LT_TRY_DLOPEN_SELF
2974
2975
2976# LT_SYS_DLOPEN_SELF
2977# ------------------
2978# LT_SYS_DLOPEN_SELF
2979
2980# Old name:
2981# This is what autoupdate's m4 run will expand. It fires
2982# the warning (with _au_warn_XXX), outputs it into the
2983# updated configure.ac (with AC_DIAGNOSE), and then outputs
2984# the replacement expansion.
2985
2986
2987# This is an auxiliary macro that is also run when
2988# autoupdate runs m4. It simply calls m4_warning, but
2989# we need a wrapper so that each warning is emitted only
2990# once. We break the quoting in m4_warning's argument in
2991# order to expand this macro's arguments, not AU_DEFUN's.
2992
2993
2994# Finally, this is the expansion that is picked up by
2995# autoconf. It tells the user to run autoupdate, and
2996# then outputs the replacement expansion. We do not care
2997# about autoupdate's warning because that contains
2998# information on what to do *after* running autoupdate.
2999
3000
3001
3002# _LT_COMPILER_C_O([TAGNAME])
3003# ---------------------------
3004# Check to see if options -c and -o are simultaneously supported by compiler.
3005# This macro does not hard code the compiler like AC_PROG_CC_C_O.
3006# _LT_COMPILER_C_O
3007
3008
3009# _LT_COMPILER_FILE_LOCKS([TAGNAME])
3010# ----------------------------------
3011# Check to see if we can do hard links to lock some files if needed
3012# _LT_COMPILER_FILE_LOCKS
3013
3014
3015# _LT_CHECK_OBJDIR
3016# ----------------
3017# _LT_CHECK_OBJDIR
3018
3019
3020# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3021# --------------------------------------
3022# Check hardcoding attributes.
3023# _LT_LINKER_HARDCODE_LIBPATH
3024
3025
3026# _LT_CMD_STRIPLIB
3027# ----------------
3028# _LT_CMD_STRIPLIB
3029
3030
3031# _LT_SYS_DYNAMIC_LINKER([TAG])
3032# -----------------------------
3033# PORTME Fill in your ld.so characteristics
3034# _LT_SYS_DYNAMIC_LINKER
3035
3036
3037# _LT_PATH_TOOL_PREFIX(TOOL)
3038# --------------------------
3039# find a file program which can recognize shared library
3040# _LT_PATH_TOOL_PREFIX
3041
3042# Old name:
3043# This is what autoupdate's m4 run will expand. It fires
3044# the warning (with _au_warn_XXX), outputs it into the
3045# updated configure.ac (with AC_DIAGNOSE), and then outputs
3046# the replacement expansion.
3047
3048
3049# This is an auxiliary macro that is also run when
3050# autoupdate runs m4. It simply calls m4_warning, but
3051# we need a wrapper so that each warning is emitted only
3052# once. We break the quoting in m4_warning's argument in
3053# order to expand this macro's arguments, not AU_DEFUN's.
3054
3055
3056# Finally, this is the expansion that is picked up by
3057# autoconf. It tells the user to run autoupdate, and
3058# then outputs the replacement expansion. We do not care
3059# about autoupdate's warning because that contains
3060# information on what to do *after* running autoupdate.
3061
3062
3063
3064# _LT_PATH_MAGIC
3065# --------------
3066# find a file program which can recognize a shared library
3067# _LT_PATH_MAGIC
3068
3069
3070# LT_PATH_LD
3071# ----------
3072# find the pathname to the GNU or non-GNU linker
3073# LT_PATH_LD
3074
3075# Old names:
3076# This is what autoupdate's m4 run will expand. It fires
3077# the warning (with _au_warn_XXX), outputs it into the
3078# updated configure.ac (with AC_DIAGNOSE), and then outputs
3079# the replacement expansion.
3080
3081
3082# This is an auxiliary macro that is also run when
3083# autoupdate runs m4. It simply calls m4_warning, but
3084# we need a wrapper so that each warning is emitted only
3085# once. We break the quoting in m4_warning's argument in
3086# order to expand this macro's arguments, not AU_DEFUN's.
3087
3088
3089# Finally, this is the expansion that is picked up by
3090# autoconf. It tells the user to run autoupdate, and
3091# then outputs the replacement expansion. We do not care
3092# about autoupdate's warning because that contains
3093# information on what to do *after* running autoupdate.
3094
3095# This is what autoupdate's m4 run will expand. It fires
3096# the warning (with _au_warn_XXX), outputs it into the
3097# updated configure.ac (with AC_DIAGNOSE), and then outputs
3098# the replacement expansion.
3099
3100
3101# This is an auxiliary macro that is also run when
3102# autoupdate runs m4. It simply calls m4_warning, but
3103# we need a wrapper so that each warning is emitted only
3104# once. We break the quoting in m4_warning's argument in
3105# order to expand this macro's arguments, not AU_DEFUN's.
3106
3107
3108# Finally, this is the expansion that is picked up by
3109# autoconf. It tells the user to run autoupdate, and
3110# then outputs the replacement expansion. We do not care
3111# about autoupdate's warning because that contains
3112# information on what to do *after* running autoupdate.
3113
3114
3115
3116# _LT_PATH_LD_GNU
3117#- --------------
3118# _LT_PATH_LD_GNU
3119
3120
3121# _LT_CMD_RELOAD
3122# --------------
3123# find reload flag for linker
3124# -- PORTME Some linkers may need a different reload flag.
3125# _LT_CMD_RELOAD
3126
3127
3128# _LT_CHECK_MAGIC_METHOD
3129# ----------------------
3130# how to check for library dependencies
3131# -- PORTME fill in with the dynamic library characteristics
3132# _LT_CHECK_MAGIC_METHOD
3133
3134
3135# LT_PATH_NM
3136# ----------
3137# find the pathname to a BSD- or MS-compatible name lister
3138# LT_PATH_NM
3139
3140# Old names:
3141# This is what autoupdate's m4 run will expand. It fires
3142# the warning (with _au_warn_XXX), outputs it into the
3143# updated configure.ac (with AC_DIAGNOSE), and then outputs
3144# the replacement expansion.
3145
3146
3147# This is an auxiliary macro that is also run when
3148# autoupdate runs m4. It simply calls m4_warning, but
3149# we need a wrapper so that each warning is emitted only
3150# once. We break the quoting in m4_warning's argument in
3151# order to expand this macro's arguments, not AU_DEFUN's.
3152
3153
3154# Finally, this is the expansion that is picked up by
3155# autoconf. It tells the user to run autoupdate, and
3156# then outputs the replacement expansion. We do not care
3157# about autoupdate's warning because that contains
3158# information on what to do *after* running autoupdate.
3159
3160# This is what autoupdate's m4 run will expand. It fires
3161# the warning (with _au_warn_XXX), outputs it into the
3162# updated configure.ac (with AC_DIAGNOSE), and then outputs
3163# the replacement expansion.
3164
3165
3166# This is an auxiliary macro that is also run when
3167# autoupdate runs m4. It simply calls m4_warning, but
3168# we need a wrapper so that each warning is emitted only
3169# once. We break the quoting in m4_warning's argument in
3170# order to expand this macro's arguments, not AU_DEFUN's.
3171
3172
3173# Finally, this is the expansion that is picked up by
3174# autoconf. It tells the user to run autoupdate, and
3175# then outputs the replacement expansion. We do not care
3176# about autoupdate's warning because that contains
3177# information on what to do *after* running autoupdate.
3178
3179
3180
3181# LT_LIB_M
3182# --------
3183# check for math library
3184# LT_LIB_M
3185
3186# Old name:
3187# This is what autoupdate's m4 run will expand. It fires
3188# the warning (with _au_warn_XXX), outputs it into the
3189# updated configure.ac (with AC_DIAGNOSE), and then outputs
3190# the replacement expansion.
3191
3192
3193# This is an auxiliary macro that is also run when
3194# autoupdate runs m4. It simply calls m4_warning, but
3195# we need a wrapper so that each warning is emitted only
3196# once. We break the quoting in m4_warning's argument in
3197# order to expand this macro's arguments, not AU_DEFUN's.
3198
3199
3200# Finally, this is the expansion that is picked up by
3201# autoconf. It tells the user to run autoupdate, and
3202# then outputs the replacement expansion. We do not care
3203# about autoupdate's warning because that contains
3204# information on what to do *after* running autoupdate.
3205
3206
3207
3208# _LT_COMPILER_NO_RTTI([TAGNAME])
3209# -------------------------------
3210# _LT_COMPILER_NO_RTTI
3211
3212
3213# _LT_CMD_GLOBAL_SYMBOLS
3214# ----------------------
3215 # _LT_CMD_GLOBAL_SYMBOLS
3216
3217
3218# _LT_COMPILER_PIC([TAGNAME])
3219# ---------------------------
3220# _LT_COMPILER_PIC
3221
3222
3223# _LT_LINKER_SHLIBS([TAGNAME])
3224# ----------------------------
3225# See if the linker supports building shared libraries.
3226# _LT_LINKER_SHLIBS
3227
3228
3229# _LT_LANG_C_CONFIG([TAG])
3230# ------------------------
3231# Ensure that the configuration variables for a C compiler are suitably
3232# defined. These variables are subsequently used by _LT_CONFIG to write
3233# the compiler configuration to `libtool'.
3234# _LT_LANG_C_CONFIG
3235
3236
3237# _LT_LANG_CXX_CONFIG([TAG])
3238# --------------------------
3239# Ensure that the configuration variables for a C++ compiler are suitably
3240# defined. These variables are subsequently used by _LT_CONFIG to write
3241# the compiler configuration to `libtool'.
3242# _LT_LANG_CXX_CONFIG
3243
3244
3245# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3246# ---------------------------------
3247# Figure out "hidden" library dependencies from verbose
3248# compiler output when linking a shared library.
3249# Parse the compiler output and extract the necessary
3250# objects, libraries and library flags.
3251# _LT_SYS_HIDDEN_LIBDEPS
3252
3253
3254# _LT_LANG_F77_CONFIG([TAG])
3255# --------------------------
3256# Ensure that the configuration variables for a Fortran 77 compiler are
3257# suitably defined. These variables are subsequently used by _LT_CONFIG
3258# to write the compiler configuration to `libtool'.
3259# _LT_LANG_F77_CONFIG
3260
3261
3262# _LT_LANG_FC_CONFIG([TAG])
3263# -------------------------
3264# Ensure that the configuration variables for a Fortran compiler are
3265# suitably defined. These variables are subsequently used by _LT_CONFIG
3266# to write the compiler configuration to `libtool'.
3267# _LT_LANG_FC_CONFIG
3268
3269
3270# _LT_LANG_GCJ_CONFIG([TAG])
3271# --------------------------
3272# Ensure that the configuration variables for the GNU Java Compiler compiler
3273# are suitably defined. These variables are subsequently used by _LT_CONFIG
3274# to write the compiler configuration to `libtool'.
3275# _LT_LANG_GCJ_CONFIG
3276
3277
3278# _LT_LANG_RC_CONFIG([TAG])
3279# -------------------------
3280# Ensure that the configuration variables for the Windows resource compiler
3281# are suitably defined. These variables are subsequently used by _LT_CONFIG
3282# to write the compiler configuration to `libtool'.
3283# _LT_LANG_RC_CONFIG
3284
3285
3286# LT_PROG_GCJ
3287# -----------
3288
3289
3290# Old name:
3291# This is what autoupdate's m4 run will expand. It fires
3292# the warning (with _au_warn_XXX), outputs it into the
3293# updated configure.ac (with AC_DIAGNOSE), and then outputs
3294# the replacement expansion.
3295
3296
3297# This is an auxiliary macro that is also run when
3298# autoupdate runs m4. It simply calls m4_warning, but
3299# we need a wrapper so that each warning is emitted only
3300# once. We break the quoting in m4_warning's argument in
3301# order to expand this macro's arguments, not AU_DEFUN's.
3302
3303
3304# Finally, this is the expansion that is picked up by
3305# autoconf. It tells the user to run autoupdate, and
3306# then outputs the replacement expansion. We do not care
3307# about autoupdate's warning because that contains
3308# information on what to do *after* running autoupdate.
3309
3310
3311
3312# LT_PROG_RC
3313# ----------
3314
3315
3316# Old name:
3317# This is what autoupdate's m4 run will expand. It fires
3318# the warning (with _au_warn_XXX), outputs it into the
3319# updated configure.ac (with AC_DIAGNOSE), and then outputs
3320# the replacement expansion.
3321
3322
3323# This is an auxiliary macro that is also run when
3324# autoupdate runs m4. It simply calls m4_warning, but
3325# we need a wrapper so that each warning is emitted only
3326# once. We break the quoting in m4_warning's argument in
3327# order to expand this macro's arguments, not AU_DEFUN's.
3328
3329
3330# Finally, this is the expansion that is picked up by
3331# autoconf. It tells the user to run autoupdate, and
3332# then outputs the replacement expansion. We do not care
3333# about autoupdate's warning because that contains
3334# information on what to do *after* running autoupdate.
3335
3336
3337
3338# _LT_DECL_EGREP
3339# --------------
3340# If we don't have a new enough Autoconf to choose the best grep
3341# available, choose the one first in the user's PATH.
3342
3343
3344
3345# _LT_DECL_OBJDUMP
3346# --------------
3347# If we don't have a new enough Autoconf to choose the best objdump
3348# available, choose the one first in the user's PATH.
3349
3350
3351
3352# _LT_DECL_SED
3353# ------------
3354# Check for a fully-functional sed program, that truncates
3355# as few characters as possible. Prefer GNU sed if found.
3356# _LT_DECL_SED
3357
3358#m4_ifndef
3359
3360# Old name:
3361# This is what autoupdate's m4 run will expand. It fires
3362# the warning (with _au_warn_XXX), outputs it into the
3363# updated configure.ac (with AC_DIAGNOSE), and then outputs
3364# the replacement expansion.
3365
3366
3367# This is an auxiliary macro that is also run when
3368# autoupdate runs m4. It simply calls m4_warning, but
3369# we need a wrapper so that each warning is emitted only
3370# once. We break the quoting in m4_warning's argument in
3371# order to expand this macro's arguments, not AU_DEFUN's.
3372
3373
3374# Finally, this is the expansion that is picked up by
3375# autoconf. It tells the user to run autoupdate, and
3376# then outputs the replacement expansion. We do not care
3377# about autoupdate's warning because that contains
3378# information on what to do *after* running autoupdate.
3379
3380
3381
3382# _LT_CHECK_SHELL_FEATURES
3383# ------------------------
3384# Find out whether the shell is Bourne or XSI compatible,
3385# or has some other useful features.
3386# _LT_CHECK_SHELL_FEATURES
3387
3388
3389# _LT_PROG_XSI_SHELLFNS
3390# ---------------------
3391# Bourne and XSI compatible variants of some useful shell functions.
3392
3393
3394# Helper functions for option handling. -*- Autoconf -*-
3395#
3396# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3397# Inc.
3398# Written by Gary V. Vaughan, 2004
3399#
3400# This file is free software; the Free Software Foundation gives
3401# unlimited permission to copy and/or distribute it, with or without
3402# modifications, as long as this notice is preserved.
3403
3404# serial 6 ltoptions.m4
3405
3406# This is to help aclocal find these macros, as it can't see m4_define.
3407
3408
3409
3410# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3411# ------------------------------------------
3412
3413
3414
3415# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3416# ---------------------------------------
3417# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3418# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3419# saved as a flag.
3420
3421
3422
3423# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3424# ------------------------------------------------------------
3425# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3426
3427
3428
3429# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3430# -------------------------------------------------------
3431# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3432# are set.
3433
3434
3435
3436# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3437# ----------------------------------------
3438# OPTION-LIST is a space-separated list of Libtool options associated
3439# with MACRO-NAME. If any OPTION has a matching handler declared with
3440# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3441# the unknown option and exit.
3442# _LT_SET_OPTIONS
3443
3444
3445## --------------------------------- ##
3446## Macros to handle LT_INIT options. ##
3447## --------------------------------- ##
3448
3449# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3450# -----------------------------------------
3451
3452
3453
3454# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3455# -----------------------------------------------
3456# LT_OPTION_DEFINE
3457
3458
3459# dlopen
3460# ------
3461
3462
3463# This is what autoupdate's m4 run will expand. It fires
3464# the warning (with _au_warn_XXX), outputs it into the
3465# updated configure.ac (with AC_DIAGNOSE), and then outputs
3466# the replacement expansion.
3467
3468
3469# This is an auxiliary macro that is also run when
3470# autoupdate runs m4. It simply calls m4_warning, but
3471# we need a wrapper so that each warning is emitted only
3472# once. We break the quoting in m4_warning's argument in
3473# order to expand this macro's arguments, not AU_DEFUN's.
3474
3475
3476# Finally, this is the expansion that is picked up by
3477# autoconf. It tells the user to run autoupdate, and
3478# then outputs the replacement expansion. We do not care
3479# about autoupdate's warning because that contains
3480# information on what to do *after* running autoupdate.
3481
3482
3483
3484
3485# win32-dll
3486# ---------
3487# Declare package support for building win32 dll's.
3488# win32-dll
3489
3490# This is what autoupdate's m4 run will expand. It fires
3491# the warning (with _au_warn_XXX), outputs it into the
3492# updated configure.ac (with AC_DIAGNOSE), and then outputs
3493# the replacement expansion.
3494
3495
3496# This is an auxiliary macro that is also run when
3497# autoupdate runs m4. It simply calls m4_warning, but
3498# we need a wrapper so that each warning is emitted only
3499# once. We break the quoting in m4_warning's argument in
3500# order to expand this macro's arguments, not AU_DEFUN's.
3501
3502
3503# Finally, this is the expansion that is picked up by
3504# autoconf. It tells the user to run autoupdate, and
3505# then outputs the replacement expansion. We do not care
3506# about autoupdate's warning because that contains
3507# information on what to do *after* running autoupdate.
3508
3509
3510
3511
3512# _LT_ENABLE_SHARED([DEFAULT])
3513# ----------------------------
3514# implement the --enable-shared flag, and supports the `shared' and
3515# `disable-shared' LT_INIT options.
3516# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3517# _LT_ENABLE_SHARED
3518
3519
3520
3521
3522# Old names:
3523
3524
3525
3526
3527# This is what autoupdate's m4 run will expand. It fires
3528# the warning (with _au_warn_XXX), outputs it into the
3529# updated configure.ac (with AC_DIAGNOSE), and then outputs
3530# the replacement expansion.
3531
3532
3533# This is an auxiliary macro that is also run when
3534# autoupdate runs m4. It simply calls m4_warning, but
3535# we need a wrapper so that each warning is emitted only
3536# once. We break the quoting in m4_warning's argument in
3537# order to expand this macro's arguments, not AU_DEFUN's.
3538
3539
3540# Finally, this is the expansion that is picked up by
3541# autoconf. It tells the user to run autoupdate, and
3542# then outputs the replacement expansion. We do not care
3543# about autoupdate's warning because that contains
3544# information on what to do *after* running autoupdate.
3545
3546# This is what autoupdate's m4 run will expand. It fires
3547# the warning (with _au_warn_XXX), outputs it into the
3548# updated configure.ac (with AC_DIAGNOSE), and then outputs
3549# the replacement expansion.
3550
3551
3552# This is an auxiliary macro that is also run when
3553# autoupdate runs m4. It simply calls m4_warning, but
3554# we need a wrapper so that each warning is emitted only
3555# once. We break the quoting in m4_warning's argument in
3556# order to expand this macro's arguments, not AU_DEFUN's.
3557
3558
3559# Finally, this is the expansion that is picked up by
3560# autoconf. It tells the user to run autoupdate, and
3561# then outputs the replacement expansion. We do not care
3562# about autoupdate's warning because that contains
3563# information on what to do *after* running autoupdate.
3564
3565
3566
3567
3568
3569# _LT_ENABLE_STATIC([DEFAULT])
3570# ----------------------------
3571# implement the --enable-static flag, and support the `static' and
3572# `disable-static' LT_INIT options.
3573# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3574# _LT_ENABLE_STATIC
3575
3576
3577
3578
3579# Old names:
3580
3581
3582
3583
3584# This is what autoupdate's m4 run will expand. It fires
3585# the warning (with _au_warn_XXX), outputs it into the
3586# updated configure.ac (with AC_DIAGNOSE), and then outputs
3587# the replacement expansion.
3588
3589
3590# This is an auxiliary macro that is also run when
3591# autoupdate runs m4. It simply calls m4_warning, but
3592# we need a wrapper so that each warning is emitted only
3593# once. We break the quoting in m4_warning's argument in
3594# order to expand this macro's arguments, not AU_DEFUN's.
3595
3596
3597# Finally, this is the expansion that is picked up by
3598# autoconf. It tells the user to run autoupdate, and
3599# then outputs the replacement expansion. We do not care
3600# about autoupdate's warning because that contains
3601# information on what to do *after* running autoupdate.
3602
3603# This is what autoupdate's m4 run will expand. It fires
3604# the warning (with _au_warn_XXX), outputs it into the
3605# updated configure.ac (with AC_DIAGNOSE), and then outputs
3606# the replacement expansion.
3607
3608
3609# This is an auxiliary macro that is also run when
3610# autoupdate runs m4. It simply calls m4_warning, but
3611# we need a wrapper so that each warning is emitted only
3612# once. We break the quoting in m4_warning's argument in
3613# order to expand this macro's arguments, not AU_DEFUN's.
3614
3615
3616# Finally, this is the expansion that is picked up by
3617# autoconf. It tells the user to run autoupdate, and
3618# then outputs the replacement expansion. We do not care
3619# about autoupdate's warning because that contains
3620# information on what to do *after* running autoupdate.
3621
3622
3623
3624
3625
3626# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3627# ----------------------------------
3628# implement the --enable-fast-install flag, and support the `fast-install'
3629# and `disable-fast-install' LT_INIT options.
3630# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3631# _LT_ENABLE_FAST_INSTALL
3632
3633
3634
3635
3636# Old names:
3637# This is what autoupdate's m4 run will expand. It fires
3638# the warning (with _au_warn_XXX), outputs it into the
3639# updated configure.ac (with AC_DIAGNOSE), and then outputs
3640# the replacement expansion.
3641
3642
3643# This is an auxiliary macro that is also run when
3644# autoupdate runs m4. It simply calls m4_warning, but
3645# we need a wrapper so that each warning is emitted only
3646# once. We break the quoting in m4_warning's argument in
3647# order to expand this macro's arguments, not AU_DEFUN's.
3648
3649
3650# Finally, this is the expansion that is picked up by
3651# autoconf. It tells the user to run autoupdate, and
3652# then outputs the replacement expansion. We do not care
3653# about autoupdate's warning because that contains
3654# information on what to do *after* running autoupdate.
3655
3656
3657# This is what autoupdate's m4 run will expand. It fires
3658# the warning (with _au_warn_XXX), outputs it into the
3659# updated configure.ac (with AC_DIAGNOSE), and then outputs
3660# the replacement expansion.
3661
3662
3663# This is an auxiliary macro that is also run when
3664# autoupdate runs m4. It simply calls m4_warning, but
3665# we need a wrapper so that each warning is emitted only
3666# once. We break the quoting in m4_warning's argument in
3667# order to expand this macro's arguments, not AU_DEFUN's.
3668
3669
3670# Finally, this is the expansion that is picked up by
3671# autoconf. It tells the user to run autoupdate, and
3672# then outputs the replacement expansion. We do not care
3673# about autoupdate's warning because that contains
3674# information on what to do *after* running autoupdate.
3675
3676
3677
3678
3679# _LT_WITH_PIC([MODE])
3680# --------------------
3681# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3682# LT_INIT options.
3683# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3684# _LT_WITH_PIC
3685
3686
3687
3688
3689# Old name:
3690# This is what autoupdate's m4 run will expand. It fires
3691# the warning (with _au_warn_XXX), outputs it into the
3692# updated configure.ac (with AC_DIAGNOSE), and then outputs
3693# the replacement expansion.
3694
3695
3696# This is an auxiliary macro that is also run when
3697# autoupdate runs m4. It simply calls m4_warning, but
3698# we need a wrapper so that each warning is emitted only
3699# once. We break the quoting in m4_warning's argument in
3700# order to expand this macro's arguments, not AU_DEFUN's.
3701
3702
3703# Finally, this is the expansion that is picked up by
3704# autoconf. It tells the user to run autoupdate, and
3705# then outputs the replacement expansion. We do not care
3706# about autoupdate's warning because that contains
3707# information on what to do *after* running autoupdate.
3708
3709
3710
3711## ----------------- ##
3712## LTDL_INIT Options ##
3713## ----------------- ##
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3725#
3726# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3727# Written by Gary V. Vaughan, 2004
3728#
3729# This file is free software; the Free Software Foundation gives
3730# unlimited permission to copy and/or distribute it, with or without
3731# modifications, as long as this notice is preserved.
3732
3733# serial 6 ltsugar.m4
3734
3735# This is to help aclocal find these macros, as it can't see m4_define.
3736
3737
3738
3739# lt_join(SEP, ARG1, [ARG2...])
3740# -----------------------------
3741# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3742# associated separator.
3743# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3744# versions in m4sugar had bugs.
3745
3746
3747
3748
3749# lt_car(LIST)
3750# lt_cdr(LIST)
3751# ------------
3752# Manipulate m4 lists.
3753# These macros are necessary as long as will still need to support
3754# Autoconf-2.59 which quotes differently.
3755
3756
3757
3758
3759
3760# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3761# ------------------------------------------
3762# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3763# Note that neither SEPARATOR nor STRING are expanded; they are appended
3764# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3765# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3766# than defined and empty).
3767#
3768# This macro is needed until we can rely on Autoconf 2.62, since earlier
3769# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3770
3771
3772
3773
3774# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3775# ----------------------------------------------------------
3776# Produce a SEP delimited list of all paired combinations of elements of
3777# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3778# has the form PREFIXmINFIXSUFFIXn.
3779# Needed until we can rely on m4_combine added in Autoconf 2.62.
3780
3781
3782
3783# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3784# -----------------------------------------------------------------------
3785# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3786# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3787
3788
3789
3790# lt_dict_add(DICT, KEY, VALUE)
3791# -----------------------------
3792
3793
3794
3795# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3796# --------------------------------------------
3797
3798
3799
3800# lt_dict_fetch(DICT, KEY, [SUBKEY])
3801# ----------------------------------
3802
3803
3804
3805# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3806# -----------------------------------------------------------------
3807
3808
3809
3810# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3811# --------------------------------------------------------------
3812
3813
3814# ltversion.m4 -- version numbers -*- Autoconf -*-
3815#
3816# Copyright (C) 2004 Free Software Foundation, Inc.
3817# Written by Scott James Remnant, 2004
3818#
3819# This file is free software; the Free Software Foundation gives
3820# unlimited permission to copy and/or distribute it, with or without
3821# modifications, as long as this notice is preserved.
3822
3823# Generated from ltversion.in.
3824
3825# serial 3134 ltversion.m4
3826# This file is part of GNU Libtool
3827
3828
3829
3830
3831
3832
3833# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3834#
3835# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3836# Written by Scott James Remnant, 2004.
3837#
3838# This file is free software; the Free Software Foundation gives
3839# unlimited permission to copy and/or distribute it, with or without
3840# modifications, as long as this notice is preserved.
3841
3842# serial 4 lt~obsolete.m4
3843
3844# These exist entirely to fool aclocal when bootstrapping libtool.
3845#
3846# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3847# which have later been changed to m4_define as they aren't part of the
3848# exported API, or moved to Autoconf or Automake where they belong.
3849#
3850# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3851# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3852# using a macro with the same name in our local m4/libtool.m4 it'll
3853# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3854# and doesn't know about Autoconf macros at all.)
3855#
3856# So we provide this file, which has a silly filename so it's always
3857# included after everything else. This provides aclocal with the
3858# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3859# because those macros already exist, or will be overwritten later.
3860# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3861#
3862# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3863# Yes, that means every name once taken will need to remain here until
3864# we give up compatibility with versions before 1.7, at which point
3865# we need to keep only those names which we still refer to.
3866
3867# This is to help aclocal find these macros, as it can't see m4_define.
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932## -*- Autoconf -*-
3933
3934# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3935# Free Software Foundation, Inc.
3936#
3937# This file is free software; the Free Software Foundation
3938# gives unlimited permission to copy and/or distribute it,
3939# with or without modifications, as long as this notice is preserved.
3940
3941# serial 8
3942
3943# Based on depend.m4 from automake 1.9, modified for standalone use in
3944# an environment where GNU make is required.
3945
3946# ZW_PROG_COMPILER_DEPENDENCIES
3947# -----------------------------
3948# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3949# sets fooDEPMODE accordingly. Cache-variable compatible with
3950# original; not side-effect compatible. As the users of this macro
3951# may require accurate dependencies for correct builds, it does *not*
3952# honor --disable-dependency-checking, and failure to detect a usable
3953# method is an error. depcomp is assumed to be located in
3954# $ac_aux_dir.
3955#
3956# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3957
3958
3959
3960# AM_SET_DEPDIR
3961# -------------
3962# Choose a directory name for dependency files.
3963
3964
3965# ZW_CREATE_DEPDIR
3966# ----------------
3967# As AM_SET_DEPDIR, but also create the directory at config.status time.
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
6bb11ab3
L
4009
4010
4011
4012
4013
6bb11ab3
L
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
6bb11ab3
L
4029
4030
4031
4032
4033
4034# intl sister-directory configuration rules.
4035#
4036
4037# The idea behind this macro is that there's no need to repeat all the
4038# autoconf probes done by the intl directory - it's already done them
4039# for us. In fact, there's no need even to look at the cache for the
4040# answers. All we need to do is nab a few pieces of information.
4041# The intl directory is set up to make this easy, by generating a
4042# small file which can be sourced as a shell script; then we produce
4043# the necessary substitutions and definitions for this directory.
4044
4045
4046
4047# Autoconf M4 include file defining utility macros for complex Canadian
4048# cross builds.
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058####
4059# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4060# or AC_INIT.
4061# These demand that AC_CANONICAL_SYSTEM be called beforehand.
4062
4063####
4064# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4065# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4066
4067
4068####
4069# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4070# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4071
4072
4073
4074# Backported from Autoconf 2.5x; can go away when and if
4075# we switch. Put the OS path separator in $PATH_SEPARATOR.
4076
4077
4078
4079
37f980dc
SM
4080
4081
4082
4083
6bb11ab3
L
4084# ACX_HAVE_GCC_FOR_TARGET
4085# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4086
4087
4088# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4089# Searching for installed target binutils. We need to take extra care,
4090# else we may find the wrong assembler, linker, etc., and lose.
4091#
4092# First try --with-build-time-tools, if specified.
4093#
4094# For build != host, we ask the installed GCC for the name of the tool it
4095# uses, and accept it if it is an absolute path. This is because the
4096# only good choice for a compiler is the same GCC version that is being
4097# installed (or we couldn't make target libraries), and we assume that
4098# on the host system we'll have not only the same GCC version, but also
4099# the same binutils version.
4100#
4101# For build == host, search the same directories that the installed
4102# compiler will search. We used to do this for the assembler, linker,
4103# and nm only; for simplicity of configuration, however, we extend this
4104# criterion to tools (such as ar and ranlib) that are never invoked by
4105# the compiler, to avoid mismatches.
4106#
4107# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4108# if build == target. This makes the most sense only when bootstrapping,
4109# but we also do so when build != host. In this case, we hope that the
4110# build and host systems will have similar contents of MD_EXEC_PREFIX.
4111#
4112# If we do not find a suitable binary, then try the user's path.
4113
4114
4115###
4116# AC_PROG_CPP_WERROR
4117# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4118# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4119# For now, using this also overrides header checks to use only the
4120# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4121# bit harder from here).
4122# Eventually autoconf will default to checking headers with the compiler
4123# instead, and we'll have to do this differently.
4124
4125# AC_PROG_CPP_WERROR
4126
4127# Test for GNAT.
4128# We require the gnatbind & gnatmake programs, as well as a compiler driver
4129# that understands Ada. We use the user's CC setting, already found, and
4130# possibly add $1 to the command-line parameters.
4131#
4132# Sets the shell variable have_gnat to yes or no as appropriate, and
4133# substitutes GNATBIND and GNATMAKE.
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159ac_ext=c
4160ac_cpp='$CPP $CPPFLAGS'
4161ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4162ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4163ac_compiler_gnu=$ac_cv_c_compiler_gnu
4164if test -n "$ac_tool_prefix"; then
4165 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4166set dummy ${ac_tool_prefix}gcc; ac_word=$2
4167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4168$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4169if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4170 $as_echo_n "(cached) " >&6
4171else
4172 if test -n "$CC"; then
4173 ac_cv_prog_CC="$CC" # Let the user override the test.
4174else
4175as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4176for as_dir in $PATH
4177do
4178 IFS=$as_save_IFS
4179 test -z "$as_dir" && as_dir=.
4180 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4181 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4182 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4184 break 2
4185 fi
4186done
4187 done
4188IFS=$as_save_IFS
4189
4190fi
4191fi
4192CC=$ac_cv_prog_CC
4193if test -n "$CC"; then
4194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4195$as_echo "$CC" >&6; }
4196else
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4198$as_echo "no" >&6; }
4199fi
4200
4201
4202fi
4203if test -z "$ac_cv_prog_CC"; then
4204 ac_ct_CC=$CC
4205 # Extract the first word of "gcc", so it can be a program name with args.
4206set dummy gcc; ac_word=$2
4207{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4208$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4209if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
4210 $as_echo_n "(cached) " >&6
4211else
4212 if test -n "$ac_ct_CC"; then
4213 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4214else
4215as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4216for as_dir in $PATH
4217do
4218 IFS=$as_save_IFS
4219 test -z "$as_dir" && as_dir=.
4220 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4221 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4222 ac_cv_prog_ac_ct_CC="gcc"
4223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4224 break 2
4225 fi
4226done
4227 done
4228IFS=$as_save_IFS
4229
4230fi
4231fi
4232ac_ct_CC=$ac_cv_prog_ac_ct_CC
4233if test -n "$ac_ct_CC"; then
4234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4235$as_echo "$ac_ct_CC" >&6; }
4236else
4237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4238$as_echo "no" >&6; }
4239fi
4240
4241 if test "x$ac_ct_CC" = x; then
4242 CC=""
4243 else
4244 case $cross_compiling:$ac_tool_warned in
4245yes:)
4246{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4247$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4248ac_tool_warned=yes ;;
4249esac
4250 CC=$ac_ct_CC
4251 fi
4252else
4253 CC="$ac_cv_prog_CC"
4254fi
4255
4256if test -z "$CC"; then
4257 if test -n "$ac_tool_prefix"; then
4258 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4259set dummy ${ac_tool_prefix}cc; ac_word=$2
4260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4261$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4262if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4263 $as_echo_n "(cached) " >&6
4264else
4265 if test -n "$CC"; then
4266 ac_cv_prog_CC="$CC" # Let the user override the test.
4267else
4268as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4269for as_dir in $PATH
4270do
4271 IFS=$as_save_IFS
4272 test -z "$as_dir" && as_dir=.
4273 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4274 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4275 ac_cv_prog_CC="${ac_tool_prefix}cc"
4276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4277 break 2
4278 fi
4279done
4280 done
4281IFS=$as_save_IFS
4282
4283fi
4284fi
4285CC=$ac_cv_prog_CC
4286if test -n "$CC"; then
4287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4288$as_echo "$CC" >&6; }
4289else
4290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4291$as_echo "no" >&6; }
4292fi
4293
4294
4295 fi
4296fi
4297if test -z "$CC"; then
4298 # Extract the first word of "cc", so it can be a program name with args.
4299set dummy cc; ac_word=$2
4300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4301$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4302if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4303 $as_echo_n "(cached) " >&6
4304else
4305 if test -n "$CC"; then
4306 ac_cv_prog_CC="$CC" # Let the user override the test.
4307else
4308 ac_prog_rejected=no
4309as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4310for as_dir in $PATH
4311do
4312 IFS=$as_save_IFS
4313 test -z "$as_dir" && as_dir=.
4314 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4315 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4316 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4317 ac_prog_rejected=yes
4318 continue
4319 fi
4320 ac_cv_prog_CC="cc"
4321 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4322 break 2
4323 fi
4324done
4325 done
4326IFS=$as_save_IFS
4327
4328if test $ac_prog_rejected = yes; then
4329 # We found a bogon in the path, so make sure we never use it.
4330 set dummy $ac_cv_prog_CC
4331 shift
4332 if test $# != 0; then
4333 # We chose a different compiler from the bogus one.
4334 # However, it has the same basename, so the bogon will be chosen
4335 # first if we set CC to just the basename; use the full file name.
4336 shift
4337 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4338 fi
4339fi
4340fi
4341fi
4342CC=$ac_cv_prog_CC
4343if test -n "$CC"; then
4344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4345$as_echo "$CC" >&6; }
4346else
4347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4348$as_echo "no" >&6; }
4349fi
4350
4351
4352fi
4353if test -z "$CC"; then
4354 if test -n "$ac_tool_prefix"; then
4355 for ac_prog in cl.exe
4356 do
4357 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4358set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4359{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4360$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4361if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4362 $as_echo_n "(cached) " >&6
4363else
4364 if test -n "$CC"; then
4365 ac_cv_prog_CC="$CC" # Let the user override the test.
4366else
4367as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4368for as_dir in $PATH
4369do
4370 IFS=$as_save_IFS
4371 test -z "$as_dir" && as_dir=.
4372 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4373 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4374 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4375 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4376 break 2
4377 fi
4378done
4379 done
4380IFS=$as_save_IFS
4381
4382fi
4383fi
4384CC=$ac_cv_prog_CC
4385if test -n "$CC"; then
4386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4387$as_echo "$CC" >&6; }
4388else
4389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4390$as_echo "no" >&6; }
4391fi
4392
4393
4394 test -n "$CC" && break
4395 done
4396fi
4397if test -z "$CC"; then
4398 ac_ct_CC=$CC
4399 for ac_prog in cl.exe
4400do
4401 # Extract the first word of "$ac_prog", so it can be a program name with args.
4402set dummy $ac_prog; ac_word=$2
4403{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4404$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4405if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
4406 $as_echo_n "(cached) " >&6
4407else
4408 if test -n "$ac_ct_CC"; then
4409 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4410else
4411as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4412for as_dir in $PATH
4413do
4414 IFS=$as_save_IFS
4415 test -z "$as_dir" && as_dir=.
4416 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4417 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4418 ac_cv_prog_ac_ct_CC="$ac_prog"
4419 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4420 break 2
4421 fi
4422done
4423 done
4424IFS=$as_save_IFS
4425
4426fi
4427fi
4428ac_ct_CC=$ac_cv_prog_ac_ct_CC
4429if test -n "$ac_ct_CC"; then
4430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4431$as_echo "$ac_ct_CC" >&6; }
4432else
4433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4434$as_echo "no" >&6; }
4435fi
4436
4437
4438 test -n "$ac_ct_CC" && break
4439done
4440
4441 if test "x$ac_ct_CC" = x; then
4442 CC=""
4443 else
4444 case $cross_compiling:$ac_tool_warned in
4445yes:)
4446{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4447$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4448ac_tool_warned=yes ;;
4449esac
4450 CC=$ac_ct_CC
4451 fi
4452fi
4453
4454fi
4455
4456
4457test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4458$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4459as_fn_error $? "no acceptable C compiler found in \$PATH
4460See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
4461
4462# Provide some information about the compiler.
4463$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4464set X $ac_compile
4465ac_compiler=$2
4466for ac_option in --version -v -V -qversion; do
4467 { { ac_try="$ac_compiler $ac_option >&5"
4468case "(($ac_try" in
4469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4470 *) ac_try_echo=$ac_try;;
4471esac
4472eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4473$as_echo "$ac_try_echo"; } >&5
4474 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4475 ac_status=$?
4476 if test -s conftest.err; then
4477 sed '10a\
4478... rest of stderr output deleted ...
4479 10q' conftest.err >conftest.er1
4480 cat conftest.er1 >&5
6bb11ab3 4481 fi
d0ac1c44 4482 rm -f conftest.er1 conftest.err
6bb11ab3
L
4483 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4484 test $ac_status = 0; }
4485done
4486
4487cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4488/* end confdefs.h. */
4489
4490int
4491main ()
4492{
4493
4494 ;
4495 return 0;
4496}
4497_ACEOF
4498ac_clean_files_save=$ac_clean_files
d0ac1c44 4499ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
4500# Try to create an executable without -o first, disregard a.out.
4501# It will help us diagnose broken compilers, and finding out an intuition
4502# of exeext.
d0ac1c44
SM
4503{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4504$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
4505ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4506
4507# The possible output files:
4508ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4509
4510ac_rmfiles=
4511for ac_file in $ac_files
4512do
4513 case $ac_file in
4514 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4515 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4516 esac
4517done
4518rm -f $ac_rmfiles
4519
4520if { { ac_try="$ac_link_default"
4521case "(($ac_try" in
4522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4523 *) ac_try_echo=$ac_try;;
4524esac
4525eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4526$as_echo "$ac_try_echo"; } >&5
4527 (eval "$ac_link_default") 2>&5
4528 ac_status=$?
4529 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4530 test $ac_status = 0; }; then :
4531 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4532# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4533# in a Makefile. We should not override ac_cv_exeext if it was cached,
4534# so that the user can short-circuit this test for compilers unknown to
4535# Autoconf.
4536for ac_file in $ac_files ''
4537do
4538 test -f "$ac_file" || continue
4539 case $ac_file in
4540 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4541 ;;
4542 [ab].out )
4543 # We found the default executable, but exeext='' is most
4544 # certainly right.
4545 break;;
4546 *.* )
4547 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4548 then :; else
4549 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4550 fi
4551 # We set ac_cv_exeext here because the later test for it is not
4552 # safe: cross compilers may not add the suffix if given an `-o'
4553 # argument, so we may need to know it at that point already.
4554 # Even if this section looks crufty: it has the advantage of
4555 # actually working.
4556 break;;
4557 * )
4558 break;;
4559 esac
4560done
4561test "$ac_cv_exeext" = no && ac_cv_exeext=
4562
4563else
4564 ac_file=''
4565fi
6bb11ab3 4566if test -z "$ac_file"; then :
d0ac1c44
SM
4567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4568$as_echo "no" >&6; }
4569$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
4570sed 's/^/| /' conftest.$ac_ext >&5
4571
4572{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4573$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4574as_fn_error 77 "C compiler cannot create executables
4575See \`config.log' for more details" "$LINENO" 5; }
4576else
4577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4578$as_echo "yes" >&6; }
6bb11ab3 4579fi
d0ac1c44
SM
4580{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4581$as_echo_n "checking for C compiler default output file name... " >&6; }
4582{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4583$as_echo "$ac_file" >&6; }
6bb11ab3
L
4584ac_exeext=$ac_cv_exeext
4585
d0ac1c44 4586rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 4587ac_clean_files=$ac_clean_files_save
6bb11ab3
L
4588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4589$as_echo_n "checking for suffix of executables... " >&6; }
4590if { { ac_try="$ac_link"
4591case "(($ac_try" in
4592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4593 *) ac_try_echo=$ac_try;;
4594esac
4595eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4596$as_echo "$ac_try_echo"; } >&5
4597 (eval "$ac_link") 2>&5
4598 ac_status=$?
4599 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4600 test $ac_status = 0; }; then :
4601 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4602# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4603# work properly (i.e., refer to `conftest.exe'), while it won't with
4604# `rm'.
4605for ac_file in conftest.exe conftest conftest.*; do
4606 test -f "$ac_file" || continue
4607 case $ac_file in
4608 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4609 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4610 break;;
4611 * ) break;;
4612 esac
4613done
4614else
4615 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4616$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4617as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4618See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 4619fi
d0ac1c44 4620rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
4621{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4622$as_echo "$ac_cv_exeext" >&6; }
4623
4624rm -f conftest.$ac_ext
4625EXEEXT=$ac_cv_exeext
4626ac_exeext=$EXEEXT
d0ac1c44
SM
4627cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4628/* end confdefs.h. */
4629#include <stdio.h>
4630int
4631main ()
4632{
4633FILE *f = fopen ("conftest.out", "w");
4634 return ferror (f) || fclose (f) != 0;
4635
4636 ;
4637 return 0;
4638}
4639_ACEOF
4640ac_clean_files="$ac_clean_files conftest.out"
4641# Check that the compiler produces executables we can run. If not, either
4642# the compiler is broken, or we cross compile.
4643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4644$as_echo_n "checking whether we are cross compiling... " >&6; }
4645if test "$cross_compiling" != yes; then
4646 { { ac_try="$ac_link"
4647case "(($ac_try" in
4648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4649 *) ac_try_echo=$ac_try;;
4650esac
4651eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4652$as_echo "$ac_try_echo"; } >&5
4653 (eval "$ac_link") 2>&5
4654 ac_status=$?
4655 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4656 test $ac_status = 0; }
4657 if { ac_try='./conftest$ac_cv_exeext'
4658 { { case "(($ac_try" in
4659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4660 *) ac_try_echo=$ac_try;;
4661esac
4662eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4663$as_echo "$ac_try_echo"; } >&5
4664 (eval "$ac_try") 2>&5
4665 ac_status=$?
4666 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4667 test $ac_status = 0; }; }; then
4668 cross_compiling=no
4669 else
4670 if test "$cross_compiling" = maybe; then
4671 cross_compiling=yes
4672 else
4673 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4674$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4675as_fn_error $? "cannot run C compiled programs.
4676If you meant to cross compile, use \`--host'.
4677See \`config.log' for more details" "$LINENO" 5; }
4678 fi
4679 fi
4680fi
4681{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4682$as_echo "$cross_compiling" >&6; }
4683
4684rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4685ac_clean_files=$ac_clean_files_save
6bb11ab3
L
4686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4687$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 4688if ${ac_cv_objext+:} false; then :
6bb11ab3
L
4689 $as_echo_n "(cached) " >&6
4690else
4691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4692/* end confdefs.h. */
4693
4694int
4695main ()
4696{
4697
4698 ;
4699 return 0;
4700}
4701_ACEOF
4702rm -f conftest.o conftest.obj
4703if { { ac_try="$ac_compile"
4704case "(($ac_try" in
4705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4706 *) ac_try_echo=$ac_try;;
4707esac
4708eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4709$as_echo "$ac_try_echo"; } >&5
4710 (eval "$ac_compile") 2>&5
4711 ac_status=$?
4712 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4713 test $ac_status = 0; }; then :
4714 for ac_file in conftest.o conftest.obj conftest.*; do
4715 test -f "$ac_file" || continue;
4716 case $ac_file in
4717 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4718 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4719 break;;
4720 esac
4721done
4722else
4723 $as_echo "$as_me: failed program was:" >&5
4724sed 's/^/| /' conftest.$ac_ext >&5
4725
4726{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4727$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4728as_fn_error $? "cannot compute suffix of object files: cannot compile
4729See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
4730fi
4731rm -f conftest.$ac_cv_objext conftest.$ac_ext
4732fi
4733{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4734$as_echo "$ac_cv_objext" >&6; }
4735OBJEXT=$ac_cv_objext
4736ac_objext=$OBJEXT
4737{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4738$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 4739if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
4740 $as_echo_n "(cached) " >&6
4741else
4742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4743/* end confdefs.h. */
4744
4745int
4746main ()
4747{
4748#ifndef __GNUC__
4749 choke me
4750#endif
4751
4752 ;
4753 return 0;
4754}
4755_ACEOF
4756if ac_fn_c_try_compile "$LINENO"; then :
4757 ac_compiler_gnu=yes
4758else
4759 ac_compiler_gnu=no
4760fi
4761rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4762ac_cv_c_compiler_gnu=$ac_compiler_gnu
4763
4764fi
4765{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4766$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4767if test $ac_compiler_gnu = yes; then
4768 GCC=yes
4769else
4770 GCC=
4771fi
4772ac_test_CFLAGS=${CFLAGS+set}
4773ac_save_CFLAGS=$CFLAGS
4774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4775$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 4776if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
4777 $as_echo_n "(cached) " >&6
4778else
4779 ac_save_c_werror_flag=$ac_c_werror_flag
4780 ac_c_werror_flag=yes
4781 ac_cv_prog_cc_g=no
4782 CFLAGS="-g"
4783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4784/* end confdefs.h. */
4785
4786int
4787main ()
4788{
4789
4790 ;
4791 return 0;
4792}
4793_ACEOF
4794if ac_fn_c_try_compile "$LINENO"; then :
4795 ac_cv_prog_cc_g=yes
4796else
4797 CFLAGS=""
4798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4799/* end confdefs.h. */
4800
4801int
4802main ()
4803{
4804
4805 ;
4806 return 0;
4807}
4808_ACEOF
4809if ac_fn_c_try_compile "$LINENO"; then :
4810
4811else
4812 ac_c_werror_flag=$ac_save_c_werror_flag
4813 CFLAGS="-g"
4814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4815/* end confdefs.h. */
4816
4817int
4818main ()
4819{
4820
4821 ;
4822 return 0;
4823}
4824_ACEOF
4825if ac_fn_c_try_compile "$LINENO"; then :
4826 ac_cv_prog_cc_g=yes
4827fi
4828rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4829fi
4830rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4831fi
4832rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4833 ac_c_werror_flag=$ac_save_c_werror_flag
4834fi
4835{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4836$as_echo "$ac_cv_prog_cc_g" >&6; }
4837if test "$ac_test_CFLAGS" = set; then
4838 CFLAGS=$ac_save_CFLAGS
4839elif test $ac_cv_prog_cc_g = yes; then
4840 if test "$GCC" = yes; then
4841 CFLAGS="-g -O2"
4842 else
4843 CFLAGS="-g"
4844 fi
4845else
4846 if test "$GCC" = yes; then
4847 CFLAGS="-O2"
4848 else
4849 CFLAGS=
4850 fi
4851fi
4852{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4853$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 4854if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
4855 $as_echo_n "(cached) " >&6
4856else
4857 ac_cv_prog_cc_c89=no
4858ac_save_CC=$CC
4859cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4860/* end confdefs.h. */
4861#include <stdarg.h>
4862#include <stdio.h>
d0ac1c44 4863struct stat;
6bb11ab3
L
4864/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4865struct buf { int x; };
4866FILE * (*rcsopen) (struct buf *, struct stat *, int);
4867static char *e (p, i)
4868 char **p;
4869 int i;
4870{
4871 return p[i];
4872}
4873static char *f (char * (*g) (char **, int), char **p, ...)
4874{
4875 char *s;
4876 va_list v;
4877 va_start (v,p);
4878 s = g (p, va_arg (v,int));
4879 va_end (v);
4880 return s;
4881}
4882
4883/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4884 function prototypes and stuff, but not '\xHH' hex character constants.
4885 These don't provoke an error unfortunately, instead are silently treated
4886 as 'x'. The following induces an error, until -std is added to get
4887 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4888 array size at least. It's necessary to write '\x00'==0 to get something
4889 that's true only with -std. */
4890int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4891
4892/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4893 inside strings and character constants. */
4894#define FOO(x) 'x'
4895int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4896
4897int test (int i, double x);
4898struct s1 {int (*f) (int a);};
4899struct s2 {int (*f) (double a);};
4900int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4901int argc;
4902char **argv;
4903int
4904main ()
4905{
4906return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4907 ;
4908 return 0;
4909}
4910_ACEOF
4911for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4912 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4913do
4914 CC="$ac_save_CC $ac_arg"
4915 if ac_fn_c_try_compile "$LINENO"; then :
4916 ac_cv_prog_cc_c89=$ac_arg
4917fi
4918rm -f core conftest.err conftest.$ac_objext
4919 test "x$ac_cv_prog_cc_c89" != "xno" && break
4920done
4921rm -f conftest.$ac_ext
4922CC=$ac_save_CC
4923
4924fi
4925# AC_CACHE_VAL
4926case "x$ac_cv_prog_cc_c89" in
4927 x)
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4929$as_echo "none needed" >&6; } ;;
4930 xno)
4931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4932$as_echo "unsupported" >&6; } ;;
4933 *)
4934 CC="$CC $ac_cv_prog_cc_c89"
4935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4936$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4937esac
4938if test "x$ac_cv_prog_cc_c89" != xno; then :
4939
4940fi
4941
4942ac_ext=c
4943ac_cpp='$CPP $CPPFLAGS'
4944ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4945ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4946ac_compiler_gnu=$ac_cv_c_compiler_gnu
4947
4948ac_aux_dir=
4949for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
4950 if test -f "$ac_dir/install-sh"; then
4951 ac_aux_dir=$ac_dir
4952 ac_install_sh="$ac_aux_dir/install-sh -c"
4953 break
4954 elif test -f "$ac_dir/install.sh"; then
4955 ac_aux_dir=$ac_dir
4956 ac_install_sh="$ac_aux_dir/install.sh -c"
4957 break
4958 elif test -f "$ac_dir/shtool"; then
4959 ac_aux_dir=$ac_dir
4960 ac_install_sh="$ac_aux_dir/shtool install -c"
4961 break
4962 fi
6bb11ab3
L
4963done
4964if test -z "$ac_aux_dir"; then
d0ac1c44 4965 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
6bb11ab3
L
4966fi
4967
4968# These three variables are undocumented and unsupported,
4969# and are intended to be withdrawn in a future Autoconf release.
4970# They can cause serious problems if a builder's source tree is in a directory
4971# whose full name contains unusual characters.
4972ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4973ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4974ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4975
4976
4977# Make sure we can run config.sub.
4978$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 4979 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
6bb11ab3
L
4980
4981{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4982$as_echo_n "checking build system type... " >&6; }
d0ac1c44 4983if ${ac_cv_build+:} false; then :
6bb11ab3
L
4984 $as_echo_n "(cached) " >&6
4985else
4986 ac_build_alias=$build_alias
4987test "x$ac_build_alias" = x &&
4988 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4989test "x$ac_build_alias" = x &&
d0ac1c44 4990 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
6bb11ab3 4991ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 4992 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
6bb11ab3
L
4993
4994fi
4995{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4996$as_echo "$ac_cv_build" >&6; }
4997case $ac_cv_build in
4998*-*-*) ;;
d0ac1c44 4999*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
6bb11ab3
L
5000esac
5001build=$ac_cv_build
5002ac_save_IFS=$IFS; IFS='-'
5003set x $ac_cv_build
5004shift
5005build_cpu=$1
5006build_vendor=$2
5007shift; shift
5008# Remember, the first character of IFS is used to create $*,
5009# except with old shells:
5010build_os=$*
5011IFS=$ac_save_IFS
5012case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5013
5014
5015{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5016$as_echo_n "checking host system type... " >&6; }
d0ac1c44 5017if ${ac_cv_host+:} false; then :
6bb11ab3
L
5018 $as_echo_n "(cached) " >&6
5019else
5020 if test "x$host_alias" = x; then
5021 ac_cv_host=$ac_cv_build
5022else
5023 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 5024 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
6bb11ab3
L
5025fi
5026
5027fi
5028{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5029$as_echo "$ac_cv_host" >&6; }
5030case $ac_cv_host in
5031*-*-*) ;;
d0ac1c44 5032*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
6bb11ab3
L
5033esac
5034host=$ac_cv_host
5035ac_save_IFS=$IFS; IFS='-'
5036set x $ac_cv_host
5037shift
5038host_cpu=$1
5039host_vendor=$2
5040shift; shift
5041# Remember, the first character of IFS is used to create $*,
5042# except with old shells:
5043host_os=$*
5044IFS=$ac_save_IFS
5045case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5046
5047
5048{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5049$as_echo_n "checking target system type... " >&6; }
d0ac1c44 5050if ${ac_cv_target+:} false; then :
6bb11ab3
L
5051 $as_echo_n "(cached) " >&6
5052else
5053 if test "x$target_alias" = x; then
5054 ac_cv_target=$ac_cv_host
5055else
5056 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 5057 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
6bb11ab3
L
5058fi
5059
5060fi
5061{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5062$as_echo "$ac_cv_target" >&6; }
5063case $ac_cv_target in
5064*-*-*) ;;
d0ac1c44 5065*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
6bb11ab3
L
5066esac
5067target=$ac_cv_target
5068ac_save_IFS=$IFS; IFS='-'
5069set x $ac_cv_target
5070shift
5071target_cpu=$1
5072target_vendor=$2
5073shift; shift
5074# Remember, the first character of IFS is used to create $*,
5075# except with old shells:
5076target_os=$*
5077IFS=$ac_save_IFS
5078case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5079
5080
5081# The aliases save the names the user supplied, while $host etc.
5082# will get canonicalized.
5083test -n "$target_alias" &&
5084 test "$program_prefix$program_suffix$program_transform_name" = \
5085 NONENONEs,x,x, &&
5086 program_prefix=${target_alias}-
5087
5088ac_ext=c
5089ac_cpp='$CPP $CPPFLAGS'
5090ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5091ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5092ac_compiler_gnu=$ac_cv_c_compiler_gnu
5093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5094$as_echo_n "checking how to run the C preprocessor... " >&6; }
5095# On Suns, sometimes $CPP names a directory.
5096if test -n "$CPP" && test -d "$CPP"; then
5097 CPP=
5098fi
5099if test -z "$CPP"; then
d0ac1c44 5100 if ${ac_cv_prog_CPP+:} false; then :
6bb11ab3
L
5101 $as_echo_n "(cached) " >&6
5102else
5103 # Double quotes because CPP needs to be expanded
5104 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5105 do
5106 ac_preproc_ok=false
5107for ac_c_preproc_warn_flag in '' yes
5108do
5109 # Use a header file that comes with gcc, so configuring glibc
5110 # with a fresh cross-compiler works.
5111 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5112 # <limits.h> exists even on freestanding compilers.
5113 # On the NeXT, cc -E runs the code through the compiler's parser,
5114 # not just through cpp. "Syntax error" is here to catch this case.
5115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5116/* end confdefs.h. */
5117#ifdef __STDC__
5118# include <limits.h>
5119#else
5120# include <assert.h>
5121#endif
5122 Syntax error
5123_ACEOF
5124if ac_fn_c_try_cpp "$LINENO"; then :
5125
5126else
5127 # Broken: fails on valid input.
5128continue
5129fi
d0ac1c44 5130rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5131
5132 # OK, works on sane cases. Now check whether nonexistent headers
5133 # can be detected and how.
5134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5135/* end confdefs.h. */
5136#include <ac_nonexistent.h>
5137_ACEOF
5138if ac_fn_c_try_cpp "$LINENO"; then :
5139 # Broken: success on invalid input.
5140continue
5141else
5142 # Passes both tests.
5143ac_preproc_ok=:
5144break
5145fi
d0ac1c44 5146rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5147
5148done
5149# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5150rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
5151if $ac_preproc_ok; then :
5152 break
5153fi
5154
5155 done
5156 ac_cv_prog_CPP=$CPP
5157
5158fi
5159 CPP=$ac_cv_prog_CPP
5160else
5161 ac_cv_prog_CPP=$CPP
5162fi
5163{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5164$as_echo "$CPP" >&6; }
5165ac_preproc_ok=false
5166for ac_c_preproc_warn_flag in '' yes
5167do
5168 # Use a header file that comes with gcc, so configuring glibc
5169 # with a fresh cross-compiler works.
5170 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5171 # <limits.h> exists even on freestanding compilers.
5172 # On the NeXT, cc -E runs the code through the compiler's parser,
5173 # not just through cpp. "Syntax error" is here to catch this case.
5174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5175/* end confdefs.h. */
5176#ifdef __STDC__
5177# include <limits.h>
5178#else
5179# include <assert.h>
5180#endif
5181 Syntax error
5182_ACEOF
5183if ac_fn_c_try_cpp "$LINENO"; then :
5184
5185else
5186 # Broken: fails on valid input.
5187continue
5188fi
d0ac1c44 5189rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5190
5191 # OK, works on sane cases. Now check whether nonexistent headers
5192 # can be detected and how.
5193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5194/* end confdefs.h. */
5195#include <ac_nonexistent.h>
5196_ACEOF
5197if ac_fn_c_try_cpp "$LINENO"; then :
5198 # Broken: success on invalid input.
5199continue
5200else
5201 # Passes both tests.
5202ac_preproc_ok=:
5203break
5204fi
d0ac1c44 5205rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5206
5207done
5208# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5209rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
5210if $ac_preproc_ok; then :
5211
5212else
5213 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5214$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
5215as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5216See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
5217fi
5218
5219ac_ext=c
5220ac_cpp='$CPP $CPPFLAGS'
5221ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5222ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5223ac_compiler_gnu=$ac_cv_c_compiler_gnu
5224
5225
5226{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5227$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 5228if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
5229 $as_echo_n "(cached) " >&6
5230else
5231 if test -z "$GREP"; then
5232 ac_path_GREP_found=false
5233 # Loop through the user's path and test for each of PROGNAME-LIST
5234 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5235for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5236do
5237 IFS=$as_save_IFS
5238 test -z "$as_dir" && as_dir=.
5239 for ac_prog in grep ggrep; do
5240 for ac_exec_ext in '' $ac_executable_extensions; do
5241 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5242 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
5243# Check for GNU ac_path_GREP and select it if it is found.
5244 # Check for GNU $ac_path_GREP
5245case `"$ac_path_GREP" --version 2>&1` in
5246*GNU*)
5247 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5248*)
5249 ac_count=0
5250 $as_echo_n 0123456789 >"conftest.in"
5251 while :
5252 do
5253 cat "conftest.in" "conftest.in" >"conftest.tmp"
5254 mv "conftest.tmp" "conftest.in"
5255 cp "conftest.in" "conftest.nl"
5256 $as_echo 'GREP' >> "conftest.nl"
5257 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5258 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5259 as_fn_arith $ac_count + 1 && ac_count=$as_val
5260 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5261 # Best one so far, save it but keep looking for a better one
5262 ac_cv_path_GREP="$ac_path_GREP"
5263 ac_path_GREP_max=$ac_count
5264 fi
5265 # 10*(2^10) chars as input seems more than enough
5266 test $ac_count -gt 10 && break
5267 done
5268 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5269esac
5270
5271 $ac_path_GREP_found && break 3
5272 done
5273 done
5274 done
5275IFS=$as_save_IFS
5276 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 5277 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5278 fi
5279else
5280 ac_cv_path_GREP=$GREP
5281fi
5282
5283fi
5284{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5285$as_echo "$ac_cv_path_GREP" >&6; }
5286 GREP="$ac_cv_path_GREP"
5287
5288
5289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5290$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 5291if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
5292 $as_echo_n "(cached) " >&6
5293else
5294 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5295 then ac_cv_path_EGREP="$GREP -E"
5296 else
5297 if test -z "$EGREP"; then
5298 ac_path_EGREP_found=false
5299 # Loop through the user's path and test for each of PROGNAME-LIST
5300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5301for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5302do
5303 IFS=$as_save_IFS
5304 test -z "$as_dir" && as_dir=.
5305 for ac_prog in egrep; do
5306 for ac_exec_ext in '' $ac_executable_extensions; do
5307 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5308 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
5309# Check for GNU ac_path_EGREP and select it if it is found.
5310 # Check for GNU $ac_path_EGREP
5311case `"$ac_path_EGREP" --version 2>&1` in
5312*GNU*)
5313 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5314*)
5315 ac_count=0
5316 $as_echo_n 0123456789 >"conftest.in"
5317 while :
5318 do
5319 cat "conftest.in" "conftest.in" >"conftest.tmp"
5320 mv "conftest.tmp" "conftest.in"
5321 cp "conftest.in" "conftest.nl"
5322 $as_echo 'EGREP' >> "conftest.nl"
5323 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5324 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5325 as_fn_arith $ac_count + 1 && ac_count=$as_val
5326 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5327 # Best one so far, save it but keep looking for a better one
5328 ac_cv_path_EGREP="$ac_path_EGREP"
5329 ac_path_EGREP_max=$ac_count
5330 fi
5331 # 10*(2^10) chars as input seems more than enough
5332 test $ac_count -gt 10 && break
5333 done
5334 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5335esac
5336
5337 $ac_path_EGREP_found && break 3
5338 done
5339 done
5340 done
5341IFS=$as_save_IFS
5342 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 5343 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5344 fi
5345else
5346 ac_cv_path_EGREP=$EGREP
5347fi
5348
5349 fi
5350fi
5351{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5352$as_echo "$ac_cv_path_EGREP" >&6; }
5353 EGREP="$ac_cv_path_EGREP"
5354
5355
5356{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5357$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 5358if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
5359 $as_echo_n "(cached) " >&6
5360else
5361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5362/* end confdefs.h. */
5363#include <stdlib.h>
5364#include <stdarg.h>
5365#include <string.h>
5366#include <float.h>
5367
5368int
5369main ()
5370{
5371
5372 ;
5373 return 0;
5374}
5375_ACEOF
5376if ac_fn_c_try_compile "$LINENO"; then :
5377 ac_cv_header_stdc=yes
5378else
5379 ac_cv_header_stdc=no
5380fi
5381rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5382
5383if test $ac_cv_header_stdc = yes; then
5384 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5386/* end confdefs.h. */
5387#include <string.h>
5388
5389_ACEOF
5390if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5391 $EGREP "memchr" >/dev/null 2>&1; then :
5392
5393else
5394 ac_cv_header_stdc=no
5395fi
5396rm -f conftest*
5397
5398fi
5399
5400if test $ac_cv_header_stdc = yes; then
5401 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5403/* end confdefs.h. */
5404#include <stdlib.h>
5405
5406_ACEOF
5407if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5408 $EGREP "free" >/dev/null 2>&1; then :
5409
5410else
5411 ac_cv_header_stdc=no
5412fi
5413rm -f conftest*
5414
5415fi
5416
5417if test $ac_cv_header_stdc = yes; then
5418 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5419 if test "$cross_compiling" = yes; then :
5420 :
5421else
5422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5423/* end confdefs.h. */
5424#include <ctype.h>
5425#include <stdlib.h>
5426#if ((' ' & 0x0FF) == 0x020)
5427# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5428# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5429#else
5430# define ISLOWER(c) \
5431 (('a' <= (c) && (c) <= 'i') \
5432 || ('j' <= (c) && (c) <= 'r') \
5433 || ('s' <= (c) && (c) <= 'z'))
5434# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5435#endif
5436
5437#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5438int
5439main ()
5440{
5441 int i;
5442 for (i = 0; i < 256; i++)
5443 if (XOR (islower (i), ISLOWER (i))
5444 || toupper (i) != TOUPPER (i))
5445 return 2;
5446 return 0;
5447}
5448_ACEOF
5449if ac_fn_c_try_run "$LINENO"; then :
5450
5451else
5452 ac_cv_header_stdc=no
5453fi
5454rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5455 conftest.$ac_objext conftest.beam conftest.$ac_ext
5456fi
5457
5458fi
5459fi
5460{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5461$as_echo "$ac_cv_header_stdc" >&6; }
5462if test $ac_cv_header_stdc = yes; then
5463
5464$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5465
5466fi
5467
5468# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5469for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5470 inttypes.h stdint.h unistd.h
5471do :
5472 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5473ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5474"
d0ac1c44 5475if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
5476 cat >>confdefs.h <<_ACEOF
5477#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5478_ACEOF
5479
5480fi
5481
5482done
5483
5484
5485
5486 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 5487if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
5488 MINIX=yes
5489else
5490 MINIX=
5491fi
5492
5493
5494 if test "$MINIX" = yes; then
5495
5496$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5497
5498
5499$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5500
5501
5502$as_echo "#define _MINIX 1" >>confdefs.h
5503
5504 fi
5505
5506
5507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5508$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 5509if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
5510 $as_echo_n "(cached) " >&6
5511else
5512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5513/* end confdefs.h. */
5514
d0ac1c44
SM
5515# define __EXTENSIONS__ 1
5516 $ac_includes_default
6bb11ab3
L
5517int
5518main ()
5519{
5520
5521 ;
5522 return 0;
5523}
5524_ACEOF
5525if ac_fn_c_try_compile "$LINENO"; then :
5526 ac_cv_safe_to_define___extensions__=yes
5527else
5528 ac_cv_safe_to_define___extensions__=no
5529fi
5530rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5531fi
5532{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5533$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5534 test $ac_cv_safe_to_define___extensions__ = yes &&
5535 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5536
5537 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5538
5539 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5540
5541 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5542
5543 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5544
5545
5546test "$program_prefix" != NONE &&
5547 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5548# Use a double $ so make ignores it.
5549test "$program_suffix" != NONE &&
5550 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5551# Double any \ or $.
5552# By default was `s,x,x', remove it if useless.
5553ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5554program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5555
5556# Find a good install program. We prefer a C program (faster),
5557# so one script is as good as another. But avoid the broken or
5558# incompatible versions:
5559# SysV /etc/install, /usr/sbin/install
5560# SunOS /usr/etc/install
5561# IRIX /sbin/install
5562# AIX /bin/install
5563# AmigaOS /C/install, which installs bootblocks on floppy discs
5564# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5565# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5566# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5567# OS/2's system install, which has a completely different semantic
5568# ./install, which can be erroneously created by make from ./install.sh.
5569# Reject install programs that cannot install multiple files.
5570{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5571$as_echo_n "checking for a BSD-compatible install... " >&6; }
5572if test -z "$INSTALL"; then
d0ac1c44 5573if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
5574 $as_echo_n "(cached) " >&6
5575else
5576 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5577for as_dir in $PATH
5578do
5579 IFS=$as_save_IFS
5580 test -z "$as_dir" && as_dir=.
5581 # Account for people who put trailing slashes in PATH elements.
5582case $as_dir/ in #((
5583 ./ | .// | /[cC]/* | \
5584 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5585 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5586 /usr/ucb/* ) ;;
5587 *)
5588 # OSF1 and SCO ODT 3.0 have their own names for install.
5589 # Don't use installbsd from OSF since it installs stuff as root
5590 # by default.
5591 for ac_prog in ginstall scoinst install; do
5592 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5593 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
5594 if test $ac_prog = install &&
5595 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5596 # AIX install. It has an incompatible calling convention.
5597 :
5598 elif test $ac_prog = install &&
5599 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5600 # program-specific install script used by HP pwplus--don't use.
5601 :
5602 else
5603 rm -rf conftest.one conftest.two conftest.dir
5604 echo one > conftest.one
5605 echo two > conftest.two
5606 mkdir conftest.dir
5607 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5608 test -s conftest.one && test -s conftest.two &&
5609 test -s conftest.dir/conftest.one &&
5610 test -s conftest.dir/conftest.two
5611 then
5612 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5613 break 3
5614 fi
5615 fi
5616 fi
5617 done
5618 done
5619 ;;
5620esac
5621
5622 done
5623IFS=$as_save_IFS
5624
5625rm -rf conftest.one conftest.two conftest.dir
5626
5627fi
5628 if test "${ac_cv_path_install+set}" = set; then
5629 INSTALL=$ac_cv_path_install
5630 else
5631 # As a last resort, use the slow shell script. Don't cache a
5632 # value for INSTALL within a source directory, because that will
5633 # break other packages using the cache if that directory is
5634 # removed, or if the value is a relative name.
5635 INSTALL=$ac_install_sh
5636 fi
5637fi
5638{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5639$as_echo "$INSTALL" >&6; }
5640
5641# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5642# It thinks the first close brace ends the variable substitution.
5643test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5644
5645test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5646
5647test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5648
5649rm -rf .tst 2>/dev/null
5650mkdir .tst 2>/dev/null
5651if test -d .tst; then
5652 am__leading_dot=.
5653else
5654 am__leading_dot=_
5655fi
5656rmdir .tst 2>/dev/null
5657
5658DEPDIR="${am__leading_dot}deps"
5659
5660case `pwd` in
5661 *\ * | *\ *)
5662 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5663$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5664esac
5665
5666
5667
5668macro_version='2.2.7a'
5669macro_revision='1.3134'
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683ltmain="$ac_aux_dir/ltmain.sh"
5684
5685# Backslashify metacharacters that are still active within
5686# double-quoted strings.
5687sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5688
5689# Same as above, but do not quote variable references.
5690double_quote_subst='s/\(["`\\]\)/\\\1/g'
5691
5692# Sed substitution to delay expansion of an escaped shell variable in a
5693# double_quote_subst'ed string.
5694delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5695
5696# Sed substitution to delay expansion of an escaped single quote.
5697delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5698
5699# Sed substitution to avoid accidental globbing in evaled expressions
5700no_glob_subst='s/\*/\\\*/g'
5701
5702ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5703ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5704ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5705
5706{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5707$as_echo_n "checking how to print strings... " >&6; }
5708# Test print first, because it will be a builtin if present.
5709if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5710 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5711 ECHO='print -r --'
5712elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5713 ECHO='printf %s\n'
5714else
5715 # Use this function as a fallback that always works.
5716 func_fallback_echo ()
5717 {
5718 eval 'cat <<_LTECHO_EOF
5719$1
5720_LTECHO_EOF'
5721 }
5722 ECHO='func_fallback_echo'
5723fi
5724
5725# func_echo_all arg...
5726# Invoke $ECHO with all args, space-separated.
5727func_echo_all ()
5728{
5729 $ECHO ""
5730}
5731
5732case "$ECHO" in
5733 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5734$as_echo "printf" >&6; } ;;
5735 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5736$as_echo "print -r" >&6; } ;;
5737 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5738$as_echo "cat" >&6; } ;;
5739esac
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5755$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 5756if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
5757 $as_echo_n "(cached) " >&6
5758else
5759 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5760 for ac_i in 1 2 3 4 5 6 7; do
5761 ac_script="$ac_script$as_nl$ac_script"
5762 done
5763 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5764 { ac_script=; unset ac_script;}
5765 if test -z "$SED"; then
5766 ac_path_SED_found=false
5767 # Loop through the user's path and test for each of PROGNAME-LIST
5768 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5769for as_dir in $PATH
5770do
5771 IFS=$as_save_IFS
5772 test -z "$as_dir" && as_dir=.
5773 for ac_prog in sed gsed; do
5774 for ac_exec_ext in '' $ac_executable_extensions; do
5775 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5776 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
5777# Check for GNU ac_path_SED and select it if it is found.
5778 # Check for GNU $ac_path_SED
5779case `"$ac_path_SED" --version 2>&1` in
5780*GNU*)
5781 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5782*)
5783 ac_count=0
5784 $as_echo_n 0123456789 >"conftest.in"
5785 while :
5786 do
5787 cat "conftest.in" "conftest.in" >"conftest.tmp"
5788 mv "conftest.tmp" "conftest.in"
5789 cp "conftest.in" "conftest.nl"
5790 $as_echo '' >> "conftest.nl"
5791 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5792 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5793 as_fn_arith $ac_count + 1 && ac_count=$as_val
5794 if test $ac_count -gt ${ac_path_SED_max-0}; then
5795 # Best one so far, save it but keep looking for a better one
5796 ac_cv_path_SED="$ac_path_SED"
5797 ac_path_SED_max=$ac_count
5798 fi
5799 # 10*(2^10) chars as input seems more than enough
5800 test $ac_count -gt 10 && break
5801 done
5802 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5803esac
5804
5805 $ac_path_SED_found && break 3
5806 done
5807 done
5808 done
5809IFS=$as_save_IFS
5810 if test -z "$ac_cv_path_SED"; then
d0ac1c44 5811 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
5812 fi
5813else
5814 ac_cv_path_SED=$SED
5815fi
5816
5817fi
5818{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5819$as_echo "$ac_cv_path_SED" >&6; }
5820 SED="$ac_cv_path_SED"
5821 rm -f conftest.sed
5822
5823test -z "$SED" && SED=sed
5824Xsed="$SED -e 1s/^X//"
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
5835
5836{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5837$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 5838if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
5839 $as_echo_n "(cached) " >&6
5840else
5841 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5842 then ac_cv_path_FGREP="$GREP -F"
5843 else
5844 if test -z "$FGREP"; then
5845 ac_path_FGREP_found=false
5846 # Loop through the user's path and test for each of PROGNAME-LIST
5847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5848for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5849do
5850 IFS=$as_save_IFS
5851 test -z "$as_dir" && as_dir=.
5852 for ac_prog in fgrep; do
5853 for ac_exec_ext in '' $ac_executable_extensions; do
5854 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5855 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
5856# Check for GNU ac_path_FGREP and select it if it is found.
5857 # Check for GNU $ac_path_FGREP
5858case `"$ac_path_FGREP" --version 2>&1` in
5859*GNU*)
5860 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5861*)
5862 ac_count=0
5863 $as_echo_n 0123456789 >"conftest.in"
5864 while :
5865 do
5866 cat "conftest.in" "conftest.in" >"conftest.tmp"
5867 mv "conftest.tmp" "conftest.in"
5868 cp "conftest.in" "conftest.nl"
5869 $as_echo 'FGREP' >> "conftest.nl"
5870 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5871 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5872 as_fn_arith $ac_count + 1 && ac_count=$as_val
5873 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5874 # Best one so far, save it but keep looking for a better one
5875 ac_cv_path_FGREP="$ac_path_FGREP"
5876 ac_path_FGREP_max=$ac_count
5877 fi
5878 # 10*(2^10) chars as input seems more than enough
5879 test $ac_count -gt 10 && break
5880 done
5881 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5882esac
5883
5884 $ac_path_FGREP_found && break 3
5885 done
5886 done
5887 done
5888IFS=$as_save_IFS
5889 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 5890 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5891 fi
5892else
5893 ac_cv_path_FGREP=$FGREP
5894fi
5895
5896 fi
5897fi
5898{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5899$as_echo "$ac_cv_path_FGREP" >&6; }
5900 FGREP="$ac_cv_path_FGREP"
5901
5902
5903test -z "$GREP" && GREP=grep
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923# Check whether --with-gnu-ld was given.
5924if test "${with_gnu_ld+set}" = set; then :
5925 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5926else
5927 with_gnu_ld=no
5928fi
5929
5930ac_prog=ld
5931if test "$GCC" = yes; then
5932 # Check if gcc -print-prog-name=ld gives a path.
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5934$as_echo_n "checking for ld used by $CC... " >&6; }
5935 case $host in
5936 *-*-mingw*)
5937 # gcc leaves a trailing carriage return which upsets mingw
5938 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5939 *)
5940 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5941 esac
5942 case $ac_prog in
5943 # Accept absolute paths.
5944 [\\/]* | ?:[\\/]*)
5945 re_direlt='/[^/][^/]*/\.\./'
5946 # Canonicalize the pathname of ld
5947 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5948 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5949 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5950 done
5951 test -z "$LD" && LD="$ac_prog"
5952 ;;
5953 "")
5954 # If it fails, then pretend we aren't using GCC.
5955 ac_prog=ld
5956 ;;
5957 *)
5958 # If it is relative, then search for the first ld in PATH.
5959 with_gnu_ld=unknown
5960 ;;
5961 esac
5962elif test "$with_gnu_ld" = yes; then
5963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5964$as_echo_n "checking for GNU ld... " >&6; }
5965else
5966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5967$as_echo_n "checking for non-GNU ld... " >&6; }
5968fi
d0ac1c44 5969if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
5970 $as_echo_n "(cached) " >&6
5971else
5972 if test -z "$LD"; then
5973 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5974 for ac_dir in $PATH; do
5975 IFS="$lt_save_ifs"
5976 test -z "$ac_dir" && ac_dir=.
5977 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5978 lt_cv_path_LD="$ac_dir/$ac_prog"
5979 # Check to see if the program is GNU ld. I'd rather use --version,
5980 # but apparently some variants of GNU ld only accept -v.
5981 # Break only if it was the GNU/non-GNU ld that we prefer.
5982 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5983 *GNU* | *'with BFD'*)
5984 test "$with_gnu_ld" != no && break
5985 ;;
5986 *)
5987 test "$with_gnu_ld" != yes && break
5988 ;;
5989 esac
5990 fi
5991 done
5992 IFS="$lt_save_ifs"
5993else
5994 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5995fi
5996fi
5997
5998LD="$lt_cv_path_LD"
5999if test -n "$LD"; then
6000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6001$as_echo "$LD" >&6; }
6002else
6003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6004$as_echo "no" >&6; }
6005fi
d0ac1c44 6006test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
6007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6008$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 6009if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
6010 $as_echo_n "(cached) " >&6
6011else
6012 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6013case `$LD -v 2>&1 </dev/null` in
6014*GNU* | *'with BFD'*)
6015 lt_cv_prog_gnu_ld=yes
6016 ;;
6017*)
6018 lt_cv_prog_gnu_ld=no
6019 ;;
6020esac
6021fi
6022{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6023$as_echo "$lt_cv_prog_gnu_ld" >&6; }
6024with_gnu_ld=$lt_cv_prog_gnu_ld
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6035$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 6036if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
6037 $as_echo_n "(cached) " >&6
6038else
6039 if test -n "$NM"; then
6040 # Let the user override the test.
6041 lt_cv_path_NM="$NM"
6042else
6043 lt_nm_to_check="${ac_tool_prefix}nm"
6044 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6045 lt_nm_to_check="$lt_nm_to_check nm"
6046 fi
6047 for lt_tmp_nm in $lt_nm_to_check; do
6048 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6049 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6050 IFS="$lt_save_ifs"
6051 test -z "$ac_dir" && ac_dir=.
6052 tmp_nm="$ac_dir/$lt_tmp_nm"
6053 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6054 # Check to see if the nm accepts a BSD-compat flag.
6055 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6056 # nm: unknown option "B" ignored
6057 # Tru64's nm complains that /dev/null is an invalid object file
6058 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6059 */dev/null* | *'Invalid file or object type'*)
6060 lt_cv_path_NM="$tmp_nm -B"
6061 break
6062 ;;
6063 *)
6064 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6065 */dev/null*)
6066 lt_cv_path_NM="$tmp_nm -p"
6067 break
6068 ;;
6069 *)
6070 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6071 continue # so that we can try to find one that supports BSD flags
6072 ;;
6073 esac
6074 ;;
6075 esac
6076 fi
6077 done
6078 IFS="$lt_save_ifs"
6079 done
6080 : ${lt_cv_path_NM=no}
6081fi
6082fi
6083{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6084$as_echo "$lt_cv_path_NM" >&6; }
6085if test "$lt_cv_path_NM" != "no"; then
6086 NM="$lt_cv_path_NM"
6087else
6088 # Didn't find any BSD compatible name lister, look for dumpbin.
6089 if test -n "$DUMPBIN"; then :
6090 # Let the user override the test.
6091 else
6092 if test -n "$ac_tool_prefix"; then
6093 for ac_prog in dumpbin "link -dump"
6094 do
6095 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6096set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6098$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6099if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
6100 $as_echo_n "(cached) " >&6
6101else
6102 if test -n "$DUMPBIN"; then
6103 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6104else
6105as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6106for as_dir in $PATH
6107do
6108 IFS=$as_save_IFS
6109 test -z "$as_dir" && as_dir=.
6110 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6111 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6112 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6113 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6114 break 2
6115 fi
6116done
6117 done
6118IFS=$as_save_IFS
6119
6120fi
6121fi
6122DUMPBIN=$ac_cv_prog_DUMPBIN
6123if test -n "$DUMPBIN"; then
6124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6125$as_echo "$DUMPBIN" >&6; }
6126else
6127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6128$as_echo "no" >&6; }
6129fi
6130
6131
6132 test -n "$DUMPBIN" && break
6133 done
6134fi
6135if test -z "$DUMPBIN"; then
6136 ac_ct_DUMPBIN=$DUMPBIN
6137 for ac_prog in dumpbin "link -dump"
6138do
6139 # Extract the first word of "$ac_prog", so it can be a program name with args.
6140set dummy $ac_prog; ac_word=$2
6141{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6142$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6143if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
6144 $as_echo_n "(cached) " >&6
6145else
6146 if test -n "$ac_ct_DUMPBIN"; then
6147 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6148else
6149as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6150for as_dir in $PATH
6151do
6152 IFS=$as_save_IFS
6153 test -z "$as_dir" && as_dir=.
6154 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6155 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6156 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6157 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6158 break 2
6159 fi
6160done
6161 done
6162IFS=$as_save_IFS
6163
6164fi
6165fi
6166ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6167if test -n "$ac_ct_DUMPBIN"; then
6168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6169$as_echo "$ac_ct_DUMPBIN" >&6; }
6170else
6171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6172$as_echo "no" >&6; }
6173fi
6174
6175
6176 test -n "$ac_ct_DUMPBIN" && break
6177done
6178
6179 if test "x$ac_ct_DUMPBIN" = x; then
6180 DUMPBIN=":"
6181 else
6182 case $cross_compiling:$ac_tool_warned in
6183yes:)
6184{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6185$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6186ac_tool_warned=yes ;;
6187esac
6188 DUMPBIN=$ac_ct_DUMPBIN
6189 fi
6190fi
6191
6192 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6193 *COFF*)
6194 DUMPBIN="$DUMPBIN -symbols"
6195 ;;
6196 *)
6197 DUMPBIN=:
6198 ;;
6199 esac
6200 fi
6201
6202 if test "$DUMPBIN" != ":"; then
6203 NM="$DUMPBIN"
6204 fi
6205fi
6206test -z "$NM" && NM=nm
6207
6208
6209
6210
6211
6212
6213{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6214$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 6215if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
6216 $as_echo_n "(cached) " >&6
6217else
6218 lt_cv_nm_interface="BSD nm"
6219 echo "int some_variable = 0;" > conftest.$ac_ext
6220 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6221 (eval "$ac_compile" 2>conftest.err)
6222 cat conftest.err >&5
6223 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6224 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6225 cat conftest.err >&5
6226 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6227 cat conftest.out >&5
6228 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6229 lt_cv_nm_interface="MS dumpbin"
6230 fi
6231 rm -f conftest*
6232fi
6233{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6234$as_echo "$lt_cv_nm_interface" >&6; }
6235
6236{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6237$as_echo_n "checking whether ln -s works... " >&6; }
6238LN_S=$as_ln_s
6239if test "$LN_S" = "ln -s"; then
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6241$as_echo "yes" >&6; }
6242else
6243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6244$as_echo "no, using $LN_S" >&6; }
6245fi
6246
6247# find the maximum length of command line arguments
6248{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6249$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 6250if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
6251 $as_echo_n "(cached) " >&6
6252else
6253 i=0
6254 teststring="ABCD"
6255
6256 case $build_os in
6257 msdosdjgpp*)
6258 # On DJGPP, this test can blow up pretty badly due to problems in libc
6259 # (any single argument exceeding 2000 bytes causes a buffer overrun
6260 # during glob expansion). Even if it were fixed, the result of this
6261 # check would be larger than it should be.
6262 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6263 ;;
6264
6265 gnu*)
6266 # Under GNU Hurd, this test is not required because there is
6267 # no limit to the length of command line arguments.
6268 # Libtool will interpret -1 as no limit whatsoever
6269 lt_cv_sys_max_cmd_len=-1;
6270 ;;
6271
6272 cygwin* | mingw* | cegcc*)
6273 # On Win9x/ME, this test blows up -- it succeeds, but takes
6274 # about 5 minutes as the teststring grows exponentially.
6275 # Worse, since 9x/ME are not pre-emptively multitasking,
6276 # you end up with a "frozen" computer, even though with patience
6277 # the test eventually succeeds (with a max line length of 256k).
6278 # Instead, let's just punt: use the minimum linelength reported by
6279 # all of the supported platforms: 8192 (on NT/2K/XP).
6280 lt_cv_sys_max_cmd_len=8192;
6281 ;;
6282
6283 mint*)
6284 # On MiNT this can take a long time and run out of memory.
6285 lt_cv_sys_max_cmd_len=8192;
6286 ;;
6287
6288 amigaos*)
6289 # On AmigaOS with pdksh, this test takes hours, literally.
6290 # So we just punt and use a minimum line length of 8192.
6291 lt_cv_sys_max_cmd_len=8192;
6292 ;;
6293
6294 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6295 # This has been around since 386BSD, at least. Likely further.
6296 if test -x /sbin/sysctl; then
6297 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6298 elif test -x /usr/sbin/sysctl; then
6299 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6300 else
6301 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6302 fi
6303 # And add a safety zone
6304 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6305 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6306 ;;
6307
6308 interix*)
6309 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6310 lt_cv_sys_max_cmd_len=196608
6311 ;;
6312
6313 osf*)
6314 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6315 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6316 # nice to cause kernel panics so lets avoid the loop below.
6317 # First set a reasonable default.
6318 lt_cv_sys_max_cmd_len=16384
6319 #
6320 if test -x /sbin/sysconfig; then
6321 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6322 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6323 esac
6324 fi
6325 ;;
6326 sco3.2v5*)
6327 lt_cv_sys_max_cmd_len=102400
6328 ;;
6329 sysv5* | sco5v6* | sysv4.2uw2*)
6330 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6331 if test -n "$kargmax"; then
6332 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6333 else
6334 lt_cv_sys_max_cmd_len=32768
6335 fi
6336 ;;
6337 *)
6338 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6339 if test -n "$lt_cv_sys_max_cmd_len"; then
6340 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6341 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6342 else
6343 # Make teststring a little bigger before we do anything with it.
6344 # a 1K string should be a reasonable start.
6345 for i in 1 2 3 4 5 6 7 8 ; do
6346 teststring=$teststring$teststring
6347 done
6348 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6349 # If test is not a shell built-in, we'll probably end up computing a
6350 # maximum length that is only half of the actual maximum length, but
6351 # we can't tell.
6352 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6353 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6354 test $i != 17 # 1/2 MB should be enough
6355 do
6356 i=`expr $i + 1`
6357 teststring=$teststring$teststring
6358 done
6359 # Only check the string length outside the loop.
6360 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6361 teststring=
6362 # Add a significant safety factor because C++ compilers can tack on
6363 # massive amounts of additional arguments before passing them to the
6364 # linker. It appears as though 1/2 is a usable value.
6365 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6366 fi
6367 ;;
6368 esac
6369
6370fi
6371
6372if test -n $lt_cv_sys_max_cmd_len ; then
6373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6374$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6375else
6376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6377$as_echo "none" >&6; }
6378fi
6379max_cmd_len=$lt_cv_sys_max_cmd_len
6380
6381
6382
6383
6384
6385
6386: ${CP="cp -f"}
6387: ${MV="mv -f"}
6388: ${RM="rm -f"}
6389
6390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6391$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6392# Try some XSI features
6393xsi_shell=no
6394( _lt_dummy="a/b/c"
6395 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6396 = c,a/b,, \
6397 && eval 'test $(( 1 + 1 )) -eq 2 \
6398 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6399 && xsi_shell=yes
6400{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6401$as_echo "$xsi_shell" >&6; }
6402
6403
6404{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6405$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6406lt_shell_append=no
6407( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6408 >/dev/null 2>&1 \
6409 && lt_shell_append=yes
6410{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6411$as_echo "$lt_shell_append" >&6; }
6412
6413
6414if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6415 lt_unset=unset
6416else
6417 lt_unset=false
6418fi
6419
6420
6421
6422
6423
6424# test EBCDIC or ASCII
6425case `echo X|tr X '\101'` in
6426 A) # ASCII based system
6427 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6428 lt_SP2NL='tr \040 \012'
6429 lt_NL2SP='tr \015\012 \040\040'
6430 ;;
6431 *) # EBCDIC based system
6432 lt_SP2NL='tr \100 \n'
6433 lt_NL2SP='tr \r\n \100\100'
6434 ;;
6435esac
6436
6437
6438
6439
6440
6441
6442
6443
6444
6445{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6446$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 6447if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
6448 $as_echo_n "(cached) " >&6
6449else
6450 lt_cv_ld_reload_flag='-r'
6451fi
6452{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6453$as_echo "$lt_cv_ld_reload_flag" >&6; }
6454reload_flag=$lt_cv_ld_reload_flag
6455case $reload_flag in
6456"" | " "*) ;;
6457*) reload_flag=" $reload_flag" ;;
6458esac
6459reload_cmds='$LD$reload_flag -o $output$reload_objs'
6460case $host_os in
6461 darwin*)
6462 if test "$GCC" = yes; then
6463 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6464 else
6465 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6466 fi
6467 ;;
6468esac
6469
6470
6471
6472
6473
6474
6475
6476
6477
6478if test -n "$ac_tool_prefix"; then
6479 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6480set dummy ${ac_tool_prefix}objdump; ac_word=$2
6481{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6482$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6483if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
6484 $as_echo_n "(cached) " >&6
6485else
6486 if test -n "$OBJDUMP"; then
6487 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6488else
6489as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6490for as_dir in $PATH
6491do
6492 IFS=$as_save_IFS
6493 test -z "$as_dir" && as_dir=.
6494 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6495 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6496 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6497 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6498 break 2
6499 fi
6500done
6501 done
6502IFS=$as_save_IFS
6503
6504fi
6505fi
6506OBJDUMP=$ac_cv_prog_OBJDUMP
6507if test -n "$OBJDUMP"; then
6508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6509$as_echo "$OBJDUMP" >&6; }
6510else
6511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6512$as_echo "no" >&6; }
6513fi
6514
6515
6516fi
6517if test -z "$ac_cv_prog_OBJDUMP"; then
6518 ac_ct_OBJDUMP=$OBJDUMP
6519 # Extract the first word of "objdump", so it can be a program name with args.
6520set dummy objdump; ac_word=$2
6521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6522$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6523if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
6524 $as_echo_n "(cached) " >&6
6525else
6526 if test -n "$ac_ct_OBJDUMP"; then
6527 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6528else
6529as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6530for as_dir in $PATH
6531do
6532 IFS=$as_save_IFS
6533 test -z "$as_dir" && as_dir=.
6534 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6535 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6536 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6537 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6538 break 2
6539 fi
6540done
6541 done
6542IFS=$as_save_IFS
6543
6544fi
6545fi
6546ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6547if test -n "$ac_ct_OBJDUMP"; then
6548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6549$as_echo "$ac_ct_OBJDUMP" >&6; }
6550else
6551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6552$as_echo "no" >&6; }
6553fi
6554
6555 if test "x$ac_ct_OBJDUMP" = x; then
6556 OBJDUMP="false"
6557 else
6558 case $cross_compiling:$ac_tool_warned in
6559yes:)
6560{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6561$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6562ac_tool_warned=yes ;;
6563esac
6564 OBJDUMP=$ac_ct_OBJDUMP
6565 fi
6566else
6567 OBJDUMP="$ac_cv_prog_OBJDUMP"
6568fi
6569
6570test -z "$OBJDUMP" && OBJDUMP=objdump
6571
6572
6573
6574
6575
6576
6577
6578
6579
6580{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6581$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 6582if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
6583 $as_echo_n "(cached) " >&6
6584else
6585 lt_cv_file_magic_cmd='$MAGIC_CMD'
6586lt_cv_file_magic_test_file=
6587lt_cv_deplibs_check_method='unknown'
6588# Need to set the preceding variable on all platforms that support
6589# interlibrary dependencies.
6590# 'none' -- dependencies not supported.
6591# `unknown' -- same as none, but documents that we really don't know.
6592# 'pass_all' -- all dependencies passed with no checks.
6593# 'test_compile' -- check by making test program.
6594# 'file_magic [[regex]]' -- check by looking for files in library path
6595# which responds to the $file_magic_cmd with a given extended regex.
6596# If you have `file' or equivalent on your system and you're not sure
6597# whether `pass_all' will *always* work, you probably want this one.
6598
6599case $host_os in
6600aix[4-9]*)
6601 lt_cv_deplibs_check_method=pass_all
6602 ;;
6603
6604beos*)
6605 lt_cv_deplibs_check_method=pass_all
6606 ;;
6607
6608bsdi[45]*)
6609 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6610 lt_cv_file_magic_cmd='/usr/bin/file -L'
6611 lt_cv_file_magic_test_file=/shlib/libc.so
6612 ;;
6613
6614cygwin*)
6615 # func_win32_libid is a shell function defined in ltmain.sh
6616 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6617 lt_cv_file_magic_cmd='func_win32_libid'
6618 ;;
6619
6620mingw* | pw32*)
6621 # Base MSYS/MinGW do not provide the 'file' command needed by
6622 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6623 # unless we find 'file', for example because we are cross-compiling.
6624 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6625 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6626 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6627 lt_cv_file_magic_cmd='func_win32_libid'
6628 else
6629 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6630 lt_cv_file_magic_cmd='$OBJDUMP -f'
6631 fi
6632 ;;
6633
6634cegcc*)
6635 # use the weaker test based on 'objdump'. See mingw*.
6636 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6637 lt_cv_file_magic_cmd='$OBJDUMP -f'
6638 ;;
6639
6640darwin* | rhapsody*)
6641 lt_cv_deplibs_check_method=pass_all
6642 ;;
6643
6644freebsd* | dragonfly*)
6645 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6646 case $host_cpu in
6647 i*86 )
6648 # Not sure whether the presence of OpenBSD here was a mistake.
6649 # Let's accept both of them until this is cleared up.
6650 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6651 lt_cv_file_magic_cmd=/usr/bin/file
6652 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6653 ;;
6654 esac
6655 else
6656 lt_cv_deplibs_check_method=pass_all
6657 fi
6658 ;;
6659
6660gnu*)
6661 lt_cv_deplibs_check_method=pass_all
6662 ;;
6663
6664haiku*)
6665 lt_cv_deplibs_check_method=pass_all
6666 ;;
6667
6668hpux10.20* | hpux11*)
6669 lt_cv_file_magic_cmd=/usr/bin/file
6670 case $host_cpu in
6671 ia64*)
6672 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6673 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6674 ;;
6675 hppa*64*)
6676 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]'
6677 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6678 ;;
6679 *)
6680 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6681 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6682 ;;
6683 esac
6684 ;;
6685
6686interix[3-9]*)
6687 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6688 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6689 ;;
6690
6691irix5* | irix6* | nonstopux*)
6692 case $LD in
6693 *-32|*"-32 ") libmagic=32-bit;;
6694 *-n32|*"-n32 ") libmagic=N32;;
6695 *-64|*"-64 ") libmagic=64-bit;;
6696 *) libmagic=never-match;;
6697 esac
6698 lt_cv_deplibs_check_method=pass_all
6699 ;;
6700
6701# This must be Linux ELF.
6702linux* | k*bsd*-gnu | kopensolaris*-gnu)
6703 lt_cv_deplibs_check_method=pass_all
6704 ;;
6705
6706netbsd*)
6707 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6708 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6709 else
6710 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6711 fi
6712 ;;
6713
6714newos6*)
6715 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6716 lt_cv_file_magic_cmd=/usr/bin/file
6717 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6718 ;;
6719
6720*nto* | *qnx*)
6721 lt_cv_deplibs_check_method=pass_all
6722 ;;
6723
6724openbsd*)
6725 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6726 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6727 else
6728 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6729 fi
6730 ;;
6731
6732osf3* | osf4* | osf5*)
6733 lt_cv_deplibs_check_method=pass_all
6734 ;;
6735
6736rdos*)
6737 lt_cv_deplibs_check_method=pass_all
6738 ;;
6739
6740solaris*)
6741 lt_cv_deplibs_check_method=pass_all
6742 ;;
6743
6744sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6745 lt_cv_deplibs_check_method=pass_all
6746 ;;
6747
6748sysv4 | sysv4.3*)
6749 case $host_vendor in
6750 motorola)
6751 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]'
6752 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6753 ;;
6754 ncr)
6755 lt_cv_deplibs_check_method=pass_all
6756 ;;
6757 sequent)
6758 lt_cv_file_magic_cmd='/bin/file'
6759 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6760 ;;
6761 sni)
6762 lt_cv_file_magic_cmd='/bin/file'
6763 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6764 lt_cv_file_magic_test_file=/lib/libc.so
6765 ;;
6766 siemens)
6767 lt_cv_deplibs_check_method=pass_all
6768 ;;
6769 pc)
6770 lt_cv_deplibs_check_method=pass_all
6771 ;;
6772 esac
6773 ;;
6774
6775tpf*)
6776 lt_cv_deplibs_check_method=pass_all
6777 ;;
6778esac
6779
6780fi
6781{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6782$as_echo "$lt_cv_deplibs_check_method" >&6; }
6783file_magic_cmd=$lt_cv_file_magic_cmd
6784deplibs_check_method=$lt_cv_deplibs_check_method
6785test -z "$deplibs_check_method" && deplibs_check_method=unknown
6786
6787
6788
6789
6790
6791
6792
6793
6794
6795
6796
6797
6798if test -n "$ac_tool_prefix"; then
6799 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6800set dummy ${ac_tool_prefix}ar; ac_word=$2
6801{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6802$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6803if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
6804 $as_echo_n "(cached) " >&6
6805else
6806 if test -n "$AR"; then
6807 ac_cv_prog_AR="$AR" # Let the user override the test.
6808else
6809as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6810for as_dir in $PATH
6811do
6812 IFS=$as_save_IFS
6813 test -z "$as_dir" && as_dir=.
6814 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6815 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6816 ac_cv_prog_AR="${ac_tool_prefix}ar"
6817 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6818 break 2
6819 fi
6820done
6821 done
6822IFS=$as_save_IFS
6823
6824fi
6825fi
6826AR=$ac_cv_prog_AR
6827if test -n "$AR"; then
6828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6829$as_echo "$AR" >&6; }
6830else
6831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6832$as_echo "no" >&6; }
6833fi
6834
6835
6836fi
6837if test -z "$ac_cv_prog_AR"; then
6838 ac_ct_AR=$AR
6839 # Extract the first word of "ar", so it can be a program name with args.
6840set dummy ar; ac_word=$2
6841{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6842$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6843if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
6844 $as_echo_n "(cached) " >&6
6845else
6846 if test -n "$ac_ct_AR"; then
6847 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6848else
6849as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6850for as_dir in $PATH
6851do
6852 IFS=$as_save_IFS
6853 test -z "$as_dir" && as_dir=.
6854 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6855 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6856 ac_cv_prog_ac_ct_AR="ar"
6857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6858 break 2
6859 fi
6860done
6861 done
6862IFS=$as_save_IFS
6863
6864fi
6865fi
6866ac_ct_AR=$ac_cv_prog_ac_ct_AR
6867if test -n "$ac_ct_AR"; then
6868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6869$as_echo "$ac_ct_AR" >&6; }
6870else
6871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6872$as_echo "no" >&6; }
6873fi
6874
6875 if test "x$ac_ct_AR" = x; then
6876 AR="false"
6877 else
6878 case $cross_compiling:$ac_tool_warned in
6879yes:)
6880{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6881$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6882ac_tool_warned=yes ;;
6883esac
6884 AR=$ac_ct_AR
6885 fi
6886else
6887 AR="$ac_cv_prog_AR"
6888fi
6889
6890test -z "$AR" && AR=ar
6891test -z "$AR_FLAGS" && AR_FLAGS=cru
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
6903if test -n "$ac_tool_prefix"; then
6904 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6905set dummy ${ac_tool_prefix}strip; ac_word=$2
6906{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6907$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6908if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
6909 $as_echo_n "(cached) " >&6
6910else
6911 if test -n "$STRIP"; then
6912 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6913else
6914as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6915for as_dir in $PATH
6916do
6917 IFS=$as_save_IFS
6918 test -z "$as_dir" && as_dir=.
6919 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6920 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6921 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6923 break 2
6924 fi
6925done
6926 done
6927IFS=$as_save_IFS
6928
6929fi
6930fi
6931STRIP=$ac_cv_prog_STRIP
6932if test -n "$STRIP"; then
6933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6934$as_echo "$STRIP" >&6; }
6935else
6936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6937$as_echo "no" >&6; }
6938fi
6939
6940
6941fi
6942if test -z "$ac_cv_prog_STRIP"; then
6943 ac_ct_STRIP=$STRIP
6944 # Extract the first word of "strip", so it can be a program name with args.
6945set dummy strip; ac_word=$2
6946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6947$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6948if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
6949 $as_echo_n "(cached) " >&6
6950else
6951 if test -n "$ac_ct_STRIP"; then
6952 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6953else
6954as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6955for as_dir in $PATH
6956do
6957 IFS=$as_save_IFS
6958 test -z "$as_dir" && as_dir=.
6959 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6960 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6961 ac_cv_prog_ac_ct_STRIP="strip"
6962 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6963 break 2
6964 fi
6965done
6966 done
6967IFS=$as_save_IFS
6968
6969fi
6970fi
6971ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6972if test -n "$ac_ct_STRIP"; then
6973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6974$as_echo "$ac_ct_STRIP" >&6; }
6975else
6976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6977$as_echo "no" >&6; }
6978fi
6979
6980 if test "x$ac_ct_STRIP" = x; then
6981 STRIP=":"
6982 else
6983 case $cross_compiling:$ac_tool_warned in
6984yes:)
6985{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6986$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6987ac_tool_warned=yes ;;
6988esac
6989 STRIP=$ac_ct_STRIP
6990 fi
6991else
6992 STRIP="$ac_cv_prog_STRIP"
6993fi
6994
6995test -z "$STRIP" && STRIP=:
6996
6997
6998
6999
7000
7001
7002if test -n "$ac_tool_prefix"; then
7003 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7004set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7005{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7006$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7007if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
7008 $as_echo_n "(cached) " >&6
7009else
7010 if test -n "$RANLIB"; then
7011 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7012else
7013as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7014for as_dir in $PATH
7015do
7016 IFS=$as_save_IFS
7017 test -z "$as_dir" && as_dir=.
7018 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7019 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7020 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7021 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7022 break 2
7023 fi
7024done
7025 done
7026IFS=$as_save_IFS
7027
7028fi
7029fi
7030RANLIB=$ac_cv_prog_RANLIB
7031if test -n "$RANLIB"; then
7032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7033$as_echo "$RANLIB" >&6; }
7034else
7035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7036$as_echo "no" >&6; }
7037fi
7038
7039
7040fi
7041if test -z "$ac_cv_prog_RANLIB"; then
7042 ac_ct_RANLIB=$RANLIB
7043 # Extract the first word of "ranlib", so it can be a program name with args.
7044set dummy ranlib; ac_word=$2
7045{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7046$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7047if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
7048 $as_echo_n "(cached) " >&6
7049else
7050 if test -n "$ac_ct_RANLIB"; then
7051 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7052else
7053as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7054for as_dir in $PATH
7055do
7056 IFS=$as_save_IFS
7057 test -z "$as_dir" && as_dir=.
7058 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7059 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7060 ac_cv_prog_ac_ct_RANLIB="ranlib"
7061 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7062 break 2
7063 fi
7064done
7065 done
7066IFS=$as_save_IFS
7067
7068fi
7069fi
7070ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7071if test -n "$ac_ct_RANLIB"; then
7072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7073$as_echo "$ac_ct_RANLIB" >&6; }
7074else
7075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7076$as_echo "no" >&6; }
7077fi
7078
7079 if test "x$ac_ct_RANLIB" = x; then
7080 RANLIB=":"
7081 else
7082 case $cross_compiling:$ac_tool_warned in
7083yes:)
7084{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7085$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7086ac_tool_warned=yes ;;
7087esac
7088 RANLIB=$ac_ct_RANLIB
7089 fi
7090else
7091 RANLIB="$ac_cv_prog_RANLIB"
7092fi
7093
7094test -z "$RANLIB" && RANLIB=:
7095
7096
7097
7098
7099
7100
7101# Determine commands to create old-style static archives.
7102old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7103old_postinstall_cmds='chmod 644 $oldlib'
7104old_postuninstall_cmds=
7105
7106if test -n "$RANLIB"; then
7107 case $host_os in
7108 openbsd*)
7109 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7110 ;;
7111 *)
7112 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7113 ;;
7114 esac
7115 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7116fi
7117
7118case $host_os in
7119 darwin*)
7120 lock_old_archive_extraction=yes ;;
7121 *)
7122 lock_old_archive_extraction=no ;;
7123esac
7124
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145for ac_prog in gawk mawk nawk awk
7146do
7147 # Extract the first word of "$ac_prog", so it can be a program name with args.
7148set dummy $ac_prog; ac_word=$2
7149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7150$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7151if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
7152 $as_echo_n "(cached) " >&6
7153else
7154 if test -n "$AWK"; then
7155 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7156else
7157as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7158for as_dir in $PATH
7159do
7160 IFS=$as_save_IFS
7161 test -z "$as_dir" && as_dir=.
7162 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7163 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7164 ac_cv_prog_AWK="$ac_prog"
7165 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7166 break 2
7167 fi
7168done
7169 done
7170IFS=$as_save_IFS
7171
7172fi
7173fi
7174AWK=$ac_cv_prog_AWK
7175if test -n "$AWK"; then
7176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7177$as_echo "$AWK" >&6; }
7178else
7179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7180$as_echo "no" >&6; }
7181fi
7182
7183
7184 test -n "$AWK" && break
7185done
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205# If no C compiler was specified, use CC.
7206LTCC=${LTCC-"$CC"}
7207
7208# If no C compiler flags were specified, use CFLAGS.
7209LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7210
7211# Allow CC to be a program name with arguments.
7212compiler=$CC
7213
7214
7215# Check for command to grab the raw symbol name followed by C symbol from nm.
7216{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7217$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 7218if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
7219 $as_echo_n "(cached) " >&6
7220else
7221
7222# These are sane defaults that work on at least a few old systems.
7223# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7224
7225# Character class describing NM global symbol codes.
7226symcode='[BCDEGRST]'
7227
7228# Regexp to match symbols that can be accessed directly from C.
7229sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7230
7231# Define system-specific variables.
7232case $host_os in
7233aix*)
7234 symcode='[BCDT]'
7235 ;;
7236cygwin* | mingw* | pw32* | cegcc*)
7237 symcode='[ABCDGISTW]'
7238 ;;
7239hpux*)
7240 if test "$host_cpu" = ia64; then
7241 symcode='[ABCDEGRST]'
7242 fi
7243 ;;
7244irix* | nonstopux*)
7245 symcode='[BCDEGRST]'
7246 ;;
7247osf*)
7248 symcode='[BCDEGQRST]'
7249 ;;
7250solaris*)
7251 symcode='[BDRT]'
7252 ;;
7253sco3.2v5*)
7254 symcode='[DT]'
7255 ;;
7256sysv4.2uw2*)
7257 symcode='[DT]'
7258 ;;
7259sysv5* | sco5v6* | unixware* | OpenUNIX*)
7260 symcode='[ABDT]'
7261 ;;
7262sysv4)
7263 symcode='[DFNSTU]'
7264 ;;
7265esac
7266
7267# If we're using GNU nm, then use its standard symbol codes.
7268case `$NM -V 2>&1` in
7269*GNU* | *'with BFD'*)
7270 symcode='[ABCDGIRSTW]' ;;
7271esac
7272
7273# Transform an extracted symbol line into a proper C declaration.
7274# Some systems (esp. on ia64) link data and code symbols differently,
7275# so use this general approach.
7276lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7277
7278# Transform an extracted symbol line into symbol name and symbol address
7279lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7280lt_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'"
7281
7282# Handle CRLF in mingw tool chain
7283opt_cr=
7284case $build_os in
7285mingw*)
7286 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7287 ;;
7288esac
7289
7290# Try without a prefix underscore, then with it.
7291for ac_symprfx in "" "_"; do
7292
7293 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7294 symxfrm="\\1 $ac_symprfx\\2 \\2"
7295
7296 # Write the raw and C identifiers.
7297 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7298 # Fake it for dumpbin and say T for any non-static function
7299 # and D for any global variable.
7300 # Also find C++ and __fastcall symbols from MSVC++,
7301 # which start with @ or ?.
7302 lt_cv_sys_global_symbol_pipe="$AWK '"\
7303" {last_section=section; section=\$ 3};"\
7304" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7305" \$ 0!~/External *\|/{next};"\
7306" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7307" {if(hide[section]) next};"\
7308" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7309" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7310" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7311" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7312" ' prfx=^$ac_symprfx"
7313 else
7314 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7315 fi
7316
7317 # Check to see that the pipe works correctly.
7318 pipe_works=no
7319
7320 rm -f conftest*
7321 cat > conftest.$ac_ext <<_LT_EOF
7322#ifdef __cplusplus
7323extern "C" {
7324#endif
7325char nm_test_var;
7326void nm_test_func(void);
7327void nm_test_func(void){}
7328#ifdef __cplusplus
7329}
7330#endif
7331int main(){nm_test_var='a';nm_test_func();return(0);}
7332_LT_EOF
7333
7334 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7335 (eval $ac_compile) 2>&5
7336 ac_status=$?
7337 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7338 test $ac_status = 0; }; then
7339 # Now try to grab the symbols.
7340 nlist=conftest.nm
7341 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7342 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7343 ac_status=$?
7344 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7345 test $ac_status = 0; } && test -s "$nlist"; then
7346 # Try sorting and uniquifying the output.
7347 if sort "$nlist" | uniq > "$nlist"T; then
7348 mv -f "$nlist"T "$nlist"
7349 else
7350 rm -f "$nlist"T
7351 fi
7352
7353 # Make sure that we snagged all the symbols we need.
7354 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7355 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7356 cat <<_LT_EOF > conftest.$ac_ext
7357#ifdef __cplusplus
7358extern "C" {
7359#endif
7360
7361_LT_EOF
7362 # Now generate the symbol file.
7363 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7364
7365 cat <<_LT_EOF >> conftest.$ac_ext
7366
7367/* The mapping between symbol names and symbols. */
7368const struct {
7369 const char *name;
7370 void *address;
7371}
7372lt__PROGRAM__LTX_preloaded_symbols[] =
7373{
7374 { "@PROGRAM@", (void *) 0 },
7375_LT_EOF
7376 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7377 cat <<\_LT_EOF >> conftest.$ac_ext
7378 {0, (void *) 0}
7379};
7380
7381/* This works around a problem in FreeBSD linker */
7382#ifdef FREEBSD_WORKAROUND
7383static const void *lt_preloaded_setup() {
7384 return lt__PROGRAM__LTX_preloaded_symbols;
7385}
7386#endif
7387
7388#ifdef __cplusplus
7389}
7390#endif
7391_LT_EOF
7392 # Now try linking the two files.
7393 mv conftest.$ac_objext conftstm.$ac_objext
7394 lt_save_LIBS="$LIBS"
7395 lt_save_CFLAGS="$CFLAGS"
7396 LIBS="conftstm.$ac_objext"
7397 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7398 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7399 (eval $ac_link) 2>&5
7400 ac_status=$?
7401 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7402 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7403 pipe_works=yes
7404 fi
7405 LIBS="$lt_save_LIBS"
7406 CFLAGS="$lt_save_CFLAGS"
7407 else
7408 echo "cannot find nm_test_func in $nlist" >&5
7409 fi
7410 else
7411 echo "cannot find nm_test_var in $nlist" >&5
7412 fi
7413 else
7414 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7415 fi
7416 else
7417 echo "$progname: failed program was:" >&5
7418 cat conftest.$ac_ext >&5
7419 fi
7420 rm -rf conftest* conftst*
7421
7422 # Do not use the global_symbol_pipe unless it works.
7423 if test "$pipe_works" = yes; then
7424 break
7425 else
7426 lt_cv_sys_global_symbol_pipe=
7427 fi
7428done
7429
7430fi
7431
7432if test -z "$lt_cv_sys_global_symbol_pipe"; then
7433 lt_cv_sys_global_symbol_to_cdecl=
7434fi
7435if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7437$as_echo "failed" >&6; }
7438else
7439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7440$as_echo "ok" >&6; }
7441fi
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464# Check whether --enable-libtool-lock was given.
7465if test "${enable_libtool_lock+set}" = set; then :
7466 enableval=$enable_libtool_lock;
7467fi
7468
7469test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7470
7471# Some flags need to be propagated to the compiler or linker for good
7472# libtool support.
7473case $host in
7474ia64-*-hpux*)
7475 # Find out which ABI we are using.
7476 echo 'int i;' > conftest.$ac_ext
7477 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7478 (eval $ac_compile) 2>&5
7479 ac_status=$?
7480 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7481 test $ac_status = 0; }; then
7482 case `/usr/bin/file conftest.$ac_objext` in
7483 *ELF-32*)
7484 HPUX_IA64_MODE="32"
7485 ;;
7486 *ELF-64*)
7487 HPUX_IA64_MODE="64"
7488 ;;
7489 esac
7490 fi
7491 rm -rf conftest*
7492 ;;
7493*-*-irix6*)
7494 # Find out which ABI we are using.
7495 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7496 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7497 (eval $ac_compile) 2>&5
7498 ac_status=$?
7499 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7500 test $ac_status = 0; }; then
7501 if test "$lt_cv_prog_gnu_ld" = yes; then
7502 case `/usr/bin/file conftest.$ac_objext` in
7503 *32-bit*)
7504 LD="${LD-ld} -melf32bsmip"
7505 ;;
7506 *N32*)
7507 LD="${LD-ld} -melf32bmipn32"
7508 ;;
7509 *64-bit*)
7510 LD="${LD-ld} -melf64bmip"
7511 ;;
7512 esac
7513 else
7514 case `/usr/bin/file conftest.$ac_objext` in
7515 *32-bit*)
7516 LD="${LD-ld} -32"
7517 ;;
7518 *N32*)
7519 LD="${LD-ld} -n32"
7520 ;;
7521 *64-bit*)
7522 LD="${LD-ld} -64"
7523 ;;
7524 esac
7525 fi
7526 fi
7527 rm -rf conftest*
7528 ;;
7529
bf3d9781 7530x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7531s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7532 # Find out which ABI we are using.
7533 echo 'int i;' > conftest.$ac_ext
7534 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7535 (eval $ac_compile) 2>&5
7536 ac_status=$?
7537 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7538 test $ac_status = 0; }; then
7539 case `/usr/bin/file conftest.o` in
7540 *32-bit*)
7541 case $host in
7542 x86_64-*kfreebsd*-gnu)
7543 LD="${LD-ld} -m elf_i386_fbsd"
7544 ;;
7545 x86_64-*linux*)
7546 case `/usr/bin/file conftest.o` in
7547 *x86-64*)
7548 LD="${LD-ld} -m elf32_x86_64"
7549 ;;
7550 *)
7551 LD="${LD-ld} -m elf_i386"
7552 ;;
7553 esac
7554 ;;
bf3d9781
AM
7555 powerpc64le-*linux*)
7556 LD="${LD-ld} -m elf32lppclinux"
7557 ;;
7558 powerpc64-*linux*)
6bb11ab3
L
7559 LD="${LD-ld} -m elf32ppclinux"
7560 ;;
7561 s390x-*linux*)
7562 LD="${LD-ld} -m elf_s390"
7563 ;;
7564 sparc64-*linux*)
7565 LD="${LD-ld} -m elf32_sparc"
7566 ;;
7567 esac
7568 ;;
7569 *64-bit*)
7570 case $host in
7571 x86_64-*kfreebsd*-gnu)
7572 LD="${LD-ld} -m elf_x86_64_fbsd"
7573 ;;
7574 x86_64-*linux*)
7575 LD="${LD-ld} -m elf_x86_64"
7576 ;;
bf3d9781
AM
7577 powerpcle-*linux*)
7578 LD="${LD-ld} -m elf64lppc"
7579 ;;
7580 powerpc-*linux*)
6bb11ab3
L
7581 LD="${LD-ld} -m elf64ppc"
7582 ;;
7583 s390*-*linux*|s390*-*tpf*)
7584 LD="${LD-ld} -m elf64_s390"
7585 ;;
7586 sparc*-*linux*)
7587 LD="${LD-ld} -m elf64_sparc"
7588 ;;
7589 esac
7590 ;;
7591 esac
7592 fi
7593 rm -rf conftest*
7594 ;;
7595
7596*-*-sco3.2v5*)
7597 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7598 SAVE_CFLAGS="$CFLAGS"
7599 CFLAGS="$CFLAGS -belf"
7600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7601$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 7602if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
7603 $as_echo_n "(cached) " >&6
7604else
7605 ac_ext=c
7606ac_cpp='$CPP $CPPFLAGS'
7607ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7608ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7609ac_compiler_gnu=$ac_cv_c_compiler_gnu
7610
7611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7612/* end confdefs.h. */
7613
7614int
7615main ()
7616{
7617
7618 ;
7619 return 0;
7620}
7621_ACEOF
7622if ac_fn_c_try_link "$LINENO"; then :
7623 lt_cv_cc_needs_belf=yes
7624else
7625 lt_cv_cc_needs_belf=no
7626fi
7627rm -f core conftest.err conftest.$ac_objext \
7628 conftest$ac_exeext conftest.$ac_ext
7629 ac_ext=c
7630ac_cpp='$CPP $CPPFLAGS'
7631ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7632ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7633ac_compiler_gnu=$ac_cv_c_compiler_gnu
7634
7635fi
7636{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7637$as_echo "$lt_cv_cc_needs_belf" >&6; }
7638 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7639 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7640 CFLAGS="$SAVE_CFLAGS"
7641 fi
7642 ;;
7643sparc*-*solaris*)
7644 # Find out which ABI we are using.
7645 echo 'int i;' > conftest.$ac_ext
7646 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7647 (eval $ac_compile) 2>&5
7648 ac_status=$?
7649 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7650 test $ac_status = 0; }; then
7651 case `/usr/bin/file conftest.o` in
7652 *64-bit*)
7653 case $lt_cv_prog_gnu_ld in
7654 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7655 *)
7656 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7657 LD="${LD-ld} -64"
7658 fi
7659 ;;
7660 esac
7661 ;;
7662 esac
7663 fi
7664 rm -rf conftest*
7665 ;;
7666esac
7667
7668need_locks="$enable_libtool_lock"
7669
7670
7671 case $host_os in
7672 rhapsody* | darwin*)
7673 if test -n "$ac_tool_prefix"; then
7674 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7675set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7676{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7677$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7678if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
7679 $as_echo_n "(cached) " >&6
7680else
7681 if test -n "$DSYMUTIL"; then
7682 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7683else
7684as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7685for as_dir in $PATH
7686do
7687 IFS=$as_save_IFS
7688 test -z "$as_dir" && as_dir=.
7689 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7690 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7691 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7692 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7693 break 2
7694 fi
7695done
7696 done
7697IFS=$as_save_IFS
7698
7699fi
7700fi
7701DSYMUTIL=$ac_cv_prog_DSYMUTIL
7702if test -n "$DSYMUTIL"; then
7703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7704$as_echo "$DSYMUTIL" >&6; }
7705else
7706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7707$as_echo "no" >&6; }
7708fi
7709
7710
7711fi
7712if test -z "$ac_cv_prog_DSYMUTIL"; then
7713 ac_ct_DSYMUTIL=$DSYMUTIL
7714 # Extract the first word of "dsymutil", so it can be a program name with args.
7715set dummy dsymutil; ac_word=$2
7716{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7717$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7718if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
7719 $as_echo_n "(cached) " >&6
7720else
7721 if test -n "$ac_ct_DSYMUTIL"; then
7722 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7723else
7724as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7725for as_dir in $PATH
7726do
7727 IFS=$as_save_IFS
7728 test -z "$as_dir" && as_dir=.
7729 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7730 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7731 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7733 break 2
7734 fi
7735done
7736 done
7737IFS=$as_save_IFS
7738
7739fi
7740fi
7741ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7742if test -n "$ac_ct_DSYMUTIL"; then
7743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7744$as_echo "$ac_ct_DSYMUTIL" >&6; }
7745else
7746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7747$as_echo "no" >&6; }
7748fi
7749
7750 if test "x$ac_ct_DSYMUTIL" = x; then
7751 DSYMUTIL=":"
7752 else
7753 case $cross_compiling:$ac_tool_warned in
7754yes:)
7755{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7756$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7757ac_tool_warned=yes ;;
7758esac
7759 DSYMUTIL=$ac_ct_DSYMUTIL
7760 fi
7761else
7762 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7763fi
7764
7765 if test -n "$ac_tool_prefix"; then
7766 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7767set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7768{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7769$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7770if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
7771 $as_echo_n "(cached) " >&6
7772else
7773 if test -n "$NMEDIT"; then
7774 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7775else
7776as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7777for as_dir in $PATH
7778do
7779 IFS=$as_save_IFS
7780 test -z "$as_dir" && as_dir=.
7781 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7782 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7783 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7784 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7785 break 2
7786 fi
7787done
7788 done
7789IFS=$as_save_IFS
7790
7791fi
7792fi
7793NMEDIT=$ac_cv_prog_NMEDIT
7794if test -n "$NMEDIT"; then
7795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7796$as_echo "$NMEDIT" >&6; }
7797else
7798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7799$as_echo "no" >&6; }
7800fi
7801
7802
7803fi
7804if test -z "$ac_cv_prog_NMEDIT"; then
7805 ac_ct_NMEDIT=$NMEDIT
7806 # Extract the first word of "nmedit", so it can be a program name with args.
7807set dummy nmedit; ac_word=$2
7808{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7809$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7810if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
7811 $as_echo_n "(cached) " >&6
7812else
7813 if test -n "$ac_ct_NMEDIT"; then
7814 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7815else
7816as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7817for as_dir in $PATH
7818do
7819 IFS=$as_save_IFS
7820 test -z "$as_dir" && as_dir=.
7821 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7822 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7823 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7824 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7825 break 2
7826 fi
7827done
7828 done
7829IFS=$as_save_IFS
7830
7831fi
7832fi
7833ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7834if test -n "$ac_ct_NMEDIT"; then
7835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7836$as_echo "$ac_ct_NMEDIT" >&6; }
7837else
7838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7839$as_echo "no" >&6; }
7840fi
7841
7842 if test "x$ac_ct_NMEDIT" = x; then
7843 NMEDIT=":"
7844 else
7845 case $cross_compiling:$ac_tool_warned in
7846yes:)
7847{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7848$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7849ac_tool_warned=yes ;;
7850esac
7851 NMEDIT=$ac_ct_NMEDIT
7852 fi
7853else
7854 NMEDIT="$ac_cv_prog_NMEDIT"
7855fi
7856
7857 if test -n "$ac_tool_prefix"; then
7858 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7859set dummy ${ac_tool_prefix}lipo; ac_word=$2
7860{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7861$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7862if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
7863 $as_echo_n "(cached) " >&6
7864else
7865 if test -n "$LIPO"; then
7866 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7867else
7868as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7869for as_dir in $PATH
7870do
7871 IFS=$as_save_IFS
7872 test -z "$as_dir" && as_dir=.
7873 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7874 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7875 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7876 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7877 break 2
7878 fi
7879done
7880 done
7881IFS=$as_save_IFS
7882
7883fi
7884fi
7885LIPO=$ac_cv_prog_LIPO
7886if test -n "$LIPO"; then
7887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7888$as_echo "$LIPO" >&6; }
7889else
7890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7891$as_echo "no" >&6; }
7892fi
7893
7894
7895fi
7896if test -z "$ac_cv_prog_LIPO"; then
7897 ac_ct_LIPO=$LIPO
7898 # Extract the first word of "lipo", so it can be a program name with args.
7899set dummy lipo; ac_word=$2
7900{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7901$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7902if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
7903 $as_echo_n "(cached) " >&6
7904else
7905 if test -n "$ac_ct_LIPO"; then
7906 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7907else
7908as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7909for as_dir in $PATH
7910do
7911 IFS=$as_save_IFS
7912 test -z "$as_dir" && as_dir=.
7913 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7914 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7915 ac_cv_prog_ac_ct_LIPO="lipo"
7916 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7917 break 2
7918 fi
7919done
7920 done
7921IFS=$as_save_IFS
7922
7923fi
7924fi
7925ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7926if test -n "$ac_ct_LIPO"; then
7927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7928$as_echo "$ac_ct_LIPO" >&6; }
7929else
7930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7931$as_echo "no" >&6; }
7932fi
7933
7934 if test "x$ac_ct_LIPO" = x; then
7935 LIPO=":"
7936 else
7937 case $cross_compiling:$ac_tool_warned in
7938yes:)
7939{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7940$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7941ac_tool_warned=yes ;;
7942esac
7943 LIPO=$ac_ct_LIPO
7944 fi
7945else
7946 LIPO="$ac_cv_prog_LIPO"
7947fi
7948
7949 if test -n "$ac_tool_prefix"; then
7950 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7951set dummy ${ac_tool_prefix}otool; ac_word=$2
7952{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7953$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7954if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
7955 $as_echo_n "(cached) " >&6
7956else
7957 if test -n "$OTOOL"; then
7958 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7959else
7960as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7961for as_dir in $PATH
7962do
7963 IFS=$as_save_IFS
7964 test -z "$as_dir" && as_dir=.
7965 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7966 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7967 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7969 break 2
7970 fi
7971done
7972 done
7973IFS=$as_save_IFS
7974
7975fi
7976fi
7977OTOOL=$ac_cv_prog_OTOOL
7978if test -n "$OTOOL"; then
7979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7980$as_echo "$OTOOL" >&6; }
7981else
7982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7983$as_echo "no" >&6; }
7984fi
7985
7986
7987fi
7988if test -z "$ac_cv_prog_OTOOL"; then
7989 ac_ct_OTOOL=$OTOOL
7990 # Extract the first word of "otool", so it can be a program name with args.
7991set dummy otool; ac_word=$2
7992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7993$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7994if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
7995 $as_echo_n "(cached) " >&6
7996else
7997 if test -n "$ac_ct_OTOOL"; then
7998 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7999else
8000as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8001for as_dir in $PATH
8002do
8003 IFS=$as_save_IFS
8004 test -z "$as_dir" && as_dir=.
8005 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8006 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8007 ac_cv_prog_ac_ct_OTOOL="otool"
8008 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8009 break 2
8010 fi
8011done
8012 done
8013IFS=$as_save_IFS
8014
8015fi
8016fi
8017ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8018if test -n "$ac_ct_OTOOL"; then
8019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8020$as_echo "$ac_ct_OTOOL" >&6; }
8021else
8022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8023$as_echo "no" >&6; }
8024fi
8025
8026 if test "x$ac_ct_OTOOL" = x; then
8027 OTOOL=":"
8028 else
8029 case $cross_compiling:$ac_tool_warned in
8030yes:)
8031{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8032$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8033ac_tool_warned=yes ;;
8034esac
8035 OTOOL=$ac_ct_OTOOL
8036 fi
8037else
8038 OTOOL="$ac_cv_prog_OTOOL"
8039fi
8040
8041 if test -n "$ac_tool_prefix"; then
8042 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8043set dummy ${ac_tool_prefix}otool64; ac_word=$2
8044{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8045$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8046if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
8047 $as_echo_n "(cached) " >&6
8048else
8049 if test -n "$OTOOL64"; then
8050 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8051else
8052as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8053for as_dir in $PATH
8054do
8055 IFS=$as_save_IFS
8056 test -z "$as_dir" && as_dir=.
8057 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8058 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8059 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8060 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8061 break 2
8062 fi
8063done
8064 done
8065IFS=$as_save_IFS
8066
8067fi
8068fi
8069OTOOL64=$ac_cv_prog_OTOOL64
8070if test -n "$OTOOL64"; then
8071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8072$as_echo "$OTOOL64" >&6; }
8073else
8074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8075$as_echo "no" >&6; }
8076fi
8077
8078
8079fi
8080if test -z "$ac_cv_prog_OTOOL64"; then
8081 ac_ct_OTOOL64=$OTOOL64
8082 # Extract the first word of "otool64", so it can be a program name with args.
8083set dummy otool64; ac_word=$2
8084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8085$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8086if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
8087 $as_echo_n "(cached) " >&6
8088else
8089 if test -n "$ac_ct_OTOOL64"; then
8090 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8091else
8092as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8093for as_dir in $PATH
8094do
8095 IFS=$as_save_IFS
8096 test -z "$as_dir" && as_dir=.
8097 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8098 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8099 ac_cv_prog_ac_ct_OTOOL64="otool64"
8100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8101 break 2
8102 fi
8103done
8104 done
8105IFS=$as_save_IFS
8106
8107fi
8108fi
8109ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8110if test -n "$ac_ct_OTOOL64"; then
8111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8112$as_echo "$ac_ct_OTOOL64" >&6; }
8113else
8114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8115$as_echo "no" >&6; }
8116fi
8117
8118 if test "x$ac_ct_OTOOL64" = x; then
8119 OTOOL64=":"
8120 else
8121 case $cross_compiling:$ac_tool_warned in
8122yes:)
8123{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8124$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8125ac_tool_warned=yes ;;
8126esac
8127 OTOOL64=$ac_ct_OTOOL64
8128 fi
8129else
8130 OTOOL64="$ac_cv_prog_OTOOL64"
8131fi
8132
8133
8134
8135
8136
8137
8138
8139
8140
8141
8142
8143
8144
8145
8146
8147
8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8160$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 8161if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
8162 $as_echo_n "(cached) " >&6
8163else
8164 lt_cv_apple_cc_single_mod=no
8165 if test -z "${LT_MULTI_MODULE}"; then
8166 # By default we will add the -single_module flag. You can override
8167 # by either setting the environment variable LT_MULTI_MODULE
8168 # non-empty at configure time, or by adding -multi_module to the
8169 # link flags.
8170 rm -rf libconftest.dylib*
8171 echo "int foo(void){return 1;}" > conftest.c
8172 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8173-dynamiclib -Wl,-single_module conftest.c" >&5
8174 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8175 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8176 _lt_result=$?
8177 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8178 lt_cv_apple_cc_single_mod=yes
8179 else
8180 cat conftest.err >&5
8181 fi
8182 rm -rf libconftest.dylib*
8183 rm -f conftest.*
8184 fi
8185fi
8186{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8187$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8189$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 8190if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
8191 $as_echo_n "(cached) " >&6
8192else
8193 lt_cv_ld_exported_symbols_list=no
8194 save_LDFLAGS=$LDFLAGS
8195 echo "_main" > conftest.sym
8196 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8198/* end confdefs.h. */
8199
8200int
8201main ()
8202{
8203
8204 ;
8205 return 0;
8206}
8207_ACEOF
8208if ac_fn_c_try_link "$LINENO"; then :
8209 lt_cv_ld_exported_symbols_list=yes
8210else
8211 lt_cv_ld_exported_symbols_list=no
8212fi
8213rm -f core conftest.err conftest.$ac_objext \
8214 conftest$ac_exeext conftest.$ac_ext
8215 LDFLAGS="$save_LDFLAGS"
8216
8217fi
8218{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8219$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8221$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 8222if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
8223 $as_echo_n "(cached) " >&6
8224else
8225 lt_cv_ld_force_load=no
8226 cat > conftest.c << _LT_EOF
8227int forced_loaded() { return 2;}
8228_LT_EOF
8229 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8230 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8231 echo "$AR cru libconftest.a conftest.o" >&5
8232 $AR cru libconftest.a conftest.o 2>&5
8233 cat > conftest.c << _LT_EOF
8234int main() { return 0;}
8235_LT_EOF
8236 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8237 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8238 _lt_result=$?
8239 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8240 lt_cv_ld_force_load=yes
8241 else
8242 cat conftest.err >&5
8243 fi
8244 rm -f conftest.err libconftest.a conftest conftest.c
8245 rm -rf conftest.dSYM
8246
8247fi
8248{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8249$as_echo "$lt_cv_ld_force_load" >&6; }
8250 case $host_os in
8251 rhapsody* | darwin1.[012])
8252 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8253 darwin1.*)
8254 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8255 darwin*) # darwin 5.x on
8256 # if running on 10.5 or later, the deployment target defaults
8257 # to the OS version, if on x86, and 10.4, the deployment
8258 # target defaults to 10.4. Don't you love it?
8259 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8260 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8261 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 8262 10.[012][,.]*)
6bb11ab3
L
8263 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8264 10.*)
8265 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8266 esac
8267 ;;
8268 esac
8269 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8270 _lt_dar_single_mod='$single_module'
8271 fi
8272 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8273 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8274 else
8275 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8276 fi
8277 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8278 _lt_dsymutil='~$DSYMUTIL $lib || :'
8279 else
8280 _lt_dsymutil=
8281 fi
8282 ;;
8283 esac
8284
8285for ac_header in dlfcn.h
8286do :
8287 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8288"
d0ac1c44 8289if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
8290 cat >>confdefs.h <<_ACEOF
8291#define HAVE_DLFCN_H 1
8292_ACEOF
8293
8294fi
8295
8296done
8297
8298
8299
8300# autoconf.info says this should be called right after AC_INIT.
8301ac_config_headers="$ac_config_headers config.h:config.in"
8302
8303
8304
0cb8d851
MF
8305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8306$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 8307if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
8308 $as_echo_n "(cached) " >&6
8309else
8310 ac_cv_c_bigendian=unknown
8311 # See if we're dealing with a universal compiler.
8312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8313/* end confdefs.h. */
8314#ifndef __APPLE_CC__
8315 not a universal capable compiler
8316 #endif
8317 typedef int dummy;
8318
8319_ACEOF
8320if ac_fn_c_try_compile "$LINENO"; then :
8321
8322 # Check for potential -arch flags. It is not universal unless
8323 # there are at least two -arch flags with different values.
8324 ac_arch=
8325 ac_prev=
8326 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8327 if test -n "$ac_prev"; then
8328 case $ac_word in
8329 i?86 | x86_64 | ppc | ppc64)
8330 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8331 ac_arch=$ac_word
8332 else
8333 ac_cv_c_bigendian=universal
8334 break
8335 fi
8336 ;;
8337 esac
8338 ac_prev=
8339 elif test "x$ac_word" = "x-arch"; then
8340 ac_prev=arch
8341 fi
8342 done
8343fi
8344rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8345 if test $ac_cv_c_bigendian = unknown; then
8346 # See if sys/param.h defines the BYTE_ORDER macro.
8347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8348/* end confdefs.h. */
8349#include <sys/types.h>
8350 #include <sys/param.h>
8351
8352int
8353main ()
8354{
8355#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8356 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8357 && LITTLE_ENDIAN)
8358 bogus endian macros
8359 #endif
8360
8361 ;
8362 return 0;
8363}
8364_ACEOF
8365if ac_fn_c_try_compile "$LINENO"; then :
8366 # It does; now see whether it defined to BIG_ENDIAN or not.
8367 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8368/* end confdefs.h. */
8369#include <sys/types.h>
8370 #include <sys/param.h>
8371
8372int
8373main ()
8374{
8375#if BYTE_ORDER != BIG_ENDIAN
8376 not big endian
8377 #endif
8378
8379 ;
8380 return 0;
8381}
8382_ACEOF
8383if ac_fn_c_try_compile "$LINENO"; then :
8384 ac_cv_c_bigendian=yes
8385else
8386 ac_cv_c_bigendian=no
8387fi
8388rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8389fi
8390rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8391 fi
8392 if test $ac_cv_c_bigendian = unknown; then
8393 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8395/* end confdefs.h. */
8396#include <limits.h>
8397
8398int
8399main ()
8400{
8401#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8402 bogus endian macros
8403 #endif
8404
8405 ;
8406 return 0;
8407}
8408_ACEOF
8409if ac_fn_c_try_compile "$LINENO"; then :
8410 # It does; now see whether it defined to _BIG_ENDIAN or not.
8411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8412/* end confdefs.h. */
8413#include <limits.h>
8414
8415int
8416main ()
8417{
8418#ifndef _BIG_ENDIAN
8419 not big endian
8420 #endif
8421
8422 ;
8423 return 0;
8424}
8425_ACEOF
8426if ac_fn_c_try_compile "$LINENO"; then :
8427 ac_cv_c_bigendian=yes
8428else
8429 ac_cv_c_bigendian=no
8430fi
8431rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8432fi
8433rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8434 fi
8435 if test $ac_cv_c_bigendian = unknown; then
8436 # Compile a test program.
8437 if test "$cross_compiling" = yes; then :
8438 # Try to guess by grepping values from an object file.
8439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8440/* end confdefs.h. */
8441short int ascii_mm[] =
8442 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8443 short int ascii_ii[] =
8444 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8445 int use_ascii (int i) {
8446 return ascii_mm[i] + ascii_ii[i];
8447 }
8448 short int ebcdic_ii[] =
8449 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8450 short int ebcdic_mm[] =
8451 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8452 int use_ebcdic (int i) {
8453 return ebcdic_mm[i] + ebcdic_ii[i];
8454 }
8455 extern int foo;
8456
8457int
8458main ()
8459{
8460return use_ascii (foo) == use_ebcdic (foo);
8461 ;
8462 return 0;
8463}
8464_ACEOF
8465if ac_fn_c_try_compile "$LINENO"; then :
8466 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8467 ac_cv_c_bigendian=yes
8468 fi
8469 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8470 if test "$ac_cv_c_bigendian" = unknown; then
8471 ac_cv_c_bigendian=no
8472 else
8473 # finding both strings is unlikely to happen, but who knows?
8474 ac_cv_c_bigendian=unknown
8475 fi
8476 fi
8477fi
8478rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8479else
8480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8481/* end confdefs.h. */
8482$ac_includes_default
8483int
8484main ()
8485{
8486
8487 /* Are we little or big endian? From Harbison&Steele. */
8488 union
8489 {
8490 long int l;
8491 char c[sizeof (long int)];
8492 } u;
8493 u.l = 1;
8494 return u.c[sizeof (long int) - 1] == 1;
8495
8496 ;
8497 return 0;
8498}
8499_ACEOF
8500if ac_fn_c_try_run "$LINENO"; then :
8501 ac_cv_c_bigendian=no
8502else
8503 ac_cv_c_bigendian=yes
8504fi
8505rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8506 conftest.$ac_objext conftest.beam conftest.$ac_ext
8507fi
8508
8509 fi
8510fi
8511{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8512$as_echo "$ac_cv_c_bigendian" >&6; }
8513 case $ac_cv_c_bigendian in #(
8514 yes)
8515 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8516;; #(
8517 no)
8518 ;; #(
8519 universal)
8520
8521$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8522
8523 ;; #(
8524 *)
d0ac1c44 8525 as_fn_error $? "unknown endianness
0cb8d851
MF
8526 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8527 esac
8528
6bb11ab3
L
8529
8530
8531
8532# Put a plausible default for CC_FOR_BUILD in Makefile.
5c887dd5
JB
8533if test -z "$CC_FOR_BUILD"; then
8534 if test "x$cross_compiling" = "xno"; then
8535 CC_FOR_BUILD='$(CC)'
8536 else
8537 CC_FOR_BUILD=gcc
8538 fi
6bb11ab3
L
8539fi
8540
8541
8542
8543
8544AR=${AR-ar}
8545
8546if test -n "$ac_tool_prefix"; then
8547 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8548set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8549{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8550$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8551if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
8552 $as_echo_n "(cached) " >&6
8553else
8554 if test -n "$RANLIB"; then
8555 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8556else
8557as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8558for as_dir in $PATH
8559do
8560 IFS=$as_save_IFS
8561 test -z "$as_dir" && as_dir=.
8562 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8563 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8564 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8565 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8566 break 2
8567 fi
8568done
8569 done
8570IFS=$as_save_IFS
8571
8572fi
8573fi
8574RANLIB=$ac_cv_prog_RANLIB
8575if test -n "$RANLIB"; then
8576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8577$as_echo "$RANLIB" >&6; }
8578else
8579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8580$as_echo "no" >&6; }
8581fi
8582
8583
8584fi
8585if test -z "$ac_cv_prog_RANLIB"; then
8586 ac_ct_RANLIB=$RANLIB
8587 # Extract the first word of "ranlib", so it can be a program name with args.
8588set dummy ranlib; ac_word=$2
8589{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8590$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8591if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
8592 $as_echo_n "(cached) " >&6
8593else
8594 if test -n "$ac_ct_RANLIB"; then
8595 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8596else
8597as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8598for as_dir in $PATH
8599do
8600 IFS=$as_save_IFS
8601 test -z "$as_dir" && as_dir=.
8602 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8603 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8604 ac_cv_prog_ac_ct_RANLIB="ranlib"
8605 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8606 break 2
8607 fi
8608done
8609 done
8610IFS=$as_save_IFS
8611
8612fi
8613fi
8614ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8615if test -n "$ac_ct_RANLIB"; then
8616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8617$as_echo "$ac_ct_RANLIB" >&6; }
8618else
8619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8620$as_echo "no" >&6; }
8621fi
8622
8623 if test "x$ac_ct_RANLIB" = x; then
8624 RANLIB=":"
8625 else
8626 case $cross_compiling:$ac_tool_warned in
8627yes:)
8628{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8629$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8630ac_tool_warned=yes ;;
8631esac
8632 RANLIB=$ac_ct_RANLIB
8633 fi
8634else
8635 RANLIB="$ac_cv_prog_RANLIB"
8636fi
8637
8638
46f900c0
MF
8639# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
8640# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
8641# is C99. So handle it ourselves.
8642:
8643C_DIALECT=
8644{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
8645$as_echo_n "checking whether C11 is supported by default... " >&6; }
8646cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8647/* end confdefs.h. */
8648
8649#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8650# error "C11 support not found"
8651#endif
8652
8653_ACEOF
8654if ac_fn_c_try_compile "$LINENO"; then :
8655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8656$as_echo "yes" >&6; }
8657else
8658
8659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8660$as_echo "no" >&6; }
8661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
8662$as_echo_n "checking for -std=c11 support... " >&6; }
8663 ac_save_CC="$CC"
8664 CC="$CC -std=c11"
8665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8666/* end confdefs.h. */
8667
8668#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8669# error "C11 support not found"
8670#endif
8671
8672_ACEOF
8673if ac_fn_c_try_compile "$LINENO"; then :
8674
8675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8676$as_echo "yes" >&6; }
8677 CC="$ac_save_CC"
8678 C_DIALECT="-std=c11"
8679
8680else
8681 as_fn_error $? "C11 is required" "$LINENO" 5
8682fi
8683rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8684fi
8685rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8686
8687
6bb11ab3
L
8688# Some of the common include files depend on bfd.h, and bfd.h checks
8689# that config.h is included first by testing that the PACKAGE macro
8690# is defined.
8691PACKAGE=sim
8692
8693cat >>confdefs.h <<_ACEOF
8694#define PACKAGE "$PACKAGE"
8695_ACEOF
8696
8697
8698
8699# Dependency checking.
8700ac_config_commands="$ac_config_commands depdir"
8701
8702
8703depcc="$CC" am_compiler_list=
8704
8705am_depcomp=$ac_aux_dir/depcomp
8706{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8707$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 8708if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
8709 $as_echo_n "(cached) " >&6
8710else
8711 if test -f "$am_depcomp"; then
8712 # We make a subdir and do the tests there. Otherwise we can end up
8713 # making bogus files that we don't know about and never remove. For
8714 # instance it was reported that on HP-UX the gcc test will end up
8715 # making a dummy file named `D' -- because `-MD' means `put the output
8716 # in D'.
8717 mkdir conftest.dir
8718 # Copy depcomp to subdir because otherwise we won't find it if we're
8719 # using a relative directory.
8720 cp "$am_depcomp" conftest.dir
8721 cd conftest.dir
8722 # We will build objects and dependencies in a subdirectory because
8723 # it helps to detect inapplicable dependency modes. For instance
8724 # both Tru64's cc and ICC support -MD to output dependencies as a
8725 # side effect of compilation, but ICC will put the dependencies in
8726 # the current directory while Tru64 will put them in the object
8727 # directory.
8728 mkdir sub
8729
8730 am_cv_CC_dependencies_compiler_type=none
8731 if test "$am_compiler_list" = ""; then
8732 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8733 fi
8734 for depmode in $am_compiler_list; do
8735 if test $depmode = none; then break; fi
8736
8737 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8738 # Setup a source with many dependencies, because some compilers
8739 # like to wrap large dependency lists on column 80 (with \), and
8740 # we should not choose a depcomp mode which is confused by this.
8741 #
8742 # We need to recreate these files for each test, as the compiler may
8743 # overwrite some of them when testing with obscure command lines.
8744 # This happens at least with the AIX C compiler.
8745 : > sub/conftest.c
8746 for i in 1 2 3 4 5 6; do
8747 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8748 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8749 # Solaris 8's {/usr,}/bin/sh.
8750 touch sub/conftst$i.h
8751 done
8752 echo "include sub/conftest.Po" > confmf
8753
8754 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8755 # mode. It turns out that the SunPro C++ compiler does not properly
8756 # handle `-M -o', and we need to detect this.
8757 depcmd="depmode=$depmode \
8758 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8759 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8760 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8761 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8762 if env $depcmd > conftest.err 2>&1 &&
8763 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8764 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8765 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8766 # icc doesn't choke on unknown options, it will just issue warnings
8767 # or remarks (even with -Werror). So we grep stderr for any message
8768 # that says an option was ignored or not supported.
8769 # When given -MP, icc 7.0 and 7.1 complain thusly:
8770 # icc: Command line warning: ignoring option '-M'; no argument required
8771 # The diagnosis changed in icc 8.0:
8772 # icc: Command line remark: option '-MP' not supported
8773 if (grep 'ignoring option' conftest.err ||
8774 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8775 am_cv_CC_dependencies_compiler_type=$depmode
8776 $as_echo "$as_me:$LINENO: success" >&5
8777 break
8778 fi
8779 fi
8780 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8781 sed -e 's/^/| /' < conftest.err >&5
8782 done
8783
8784 cd ..
8785 rm -rf conftest.dir
8786else
8787 am_cv_CC_dependencies_compiler_type=none
8788fi
8789
8790fi
8791{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8792$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8793if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 8794then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
8795else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8796
8797fi
8798
8799
8800# Check for the 'make' the user wants to use.
8801for ac_prog in make
8802do
8803 # Extract the first word of "$ac_prog", so it can be a program name with args.
8804set dummy $ac_prog; ac_word=$2
8805{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8806$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8807if ${ac_cv_prog_MAKE+:} false; then :
6bb11ab3
L
8808 $as_echo_n "(cached) " >&6
8809else
8810 if test -n "$MAKE"; then
8811 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8812else
8813as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8814for as_dir in $PATH
8815do
8816 IFS=$as_save_IFS
8817 test -z "$as_dir" && as_dir=.
8818 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8819 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8820 ac_cv_prog_MAKE="$ac_prog"
8821 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8822 break 2
8823 fi
8824done
8825 done
8826IFS=$as_save_IFS
8827
8828fi
8829fi
8830MAKE=$ac_cv_prog_MAKE
8831if test -n "$MAKE"; then
8832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8833$as_echo "$MAKE" >&6; }
8834else
8835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8836$as_echo "no" >&6; }
8837fi
8838
8839
8840 test -n "$MAKE" && break
8841done
8842
8843MAKE_IS_GNU=
8844case "`$MAKE --version 2>&1 | sed 1q`" in
8845 *GNU*)
8846 MAKE_IS_GNU=yes
8847 ;;
8848esac
8849 if test "$MAKE_IS_GNU" = yes; then
8850 GMAKE_TRUE=
8851 GMAKE_FALSE='#'
8852else
8853 GMAKE_TRUE='#'
8854 GMAKE_FALSE=
8855fi
8856
8857
8858ALL_LINGUAS=
8859# If we haven't got the data from the intl directory,
8860# assume NLS is disabled.
8861USE_NLS=no
8862LIBINTL=
8863LIBINTL_DEP=
8864INCINTL=
8865XGETTEXT=
8866GMSGFMT=
8867POSUB=
8868
8869if test -f ../../intl/config.intl; then
8870 . ../../intl/config.intl
8871fi
8872{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8873$as_echo_n "checking whether NLS is requested... " >&6; }
8874if test x"$USE_NLS" != xyes; then
8875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8876$as_echo "no" >&6; }
8877else
8878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8879$as_echo "yes" >&6; }
8880
8881$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8882
8883
8884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8885$as_echo_n "checking for catalogs to be installed... " >&6; }
8886 # Look for .po and .gmo files in the source directory.
8887 CATALOGS=
8888 XLINGUAS=
8889 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8890 # If there aren't any .gmo files the shell will give us the
8891 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8892 # weeded out.
8893 case "$cat" in *\**)
8894 continue;;
8895 esac
8896 # The quadruple backslash is collapsed to a double backslash
8897 # by the backticks, then collapsed again by the double quotes,
8898 # leaving us with one backslash in the sed expression (right
8899 # before the dot that mustn't act as a wildcard).
8900 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8901 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8902 # The user is allowed to set LINGUAS to a list of languages to
8903 # install catalogs for. If it's empty that means "all of them."
8904 if test "x$LINGUAS" = x; then
8905 CATALOGS="$CATALOGS $cat"
8906 XLINGUAS="$XLINGUAS $lang"
8907 else
8908 case "$LINGUAS" in *$lang*)
8909 CATALOGS="$CATALOGS $cat"
8910 XLINGUAS="$XLINGUAS $lang"
8911 ;;
8912 esac
8913 fi
8914 done
8915 LINGUAS="$XLINGUAS"
8916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8917$as_echo "$LINGUAS" >&6; }
8918
8919
8920 DATADIRNAME=share
8921
8922 INSTOBJEXT=.mo
8923
8924 GENCAT=gencat
8925
8926 CATOBJEXT=.gmo
8927
8928fi
8929
8930# Check for common headers.
8931# FIXME: Seems to me this can cause problems for i386-windows hosts.
8932# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8933for ac_header in stdlib.h string.h strings.h unistd.h time.h
8934do :
8935 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8936ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 8937if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
8938 cat >>confdefs.h <<_ACEOF
8939#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8940_ACEOF
8941
8942fi
8943
8944done
8945
936df756 8946for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
8947do :
8948 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8949ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 8950if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
8951 cat >>confdefs.h <<_ACEOF
8952#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8953_ACEOF
8954
8955fi
8956
8957done
8958
8959for ac_header in fcntl.h fpu_control.h
8960do :
8961 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8962ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 8963if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
8964 cat >>confdefs.h <<_ACEOF
8965#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8966_ACEOF
8967
8968fi
8969
8970done
8971
8972for ac_header in dlfcn.h errno.h sys/stat.h
8973do :
8974 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8975ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 8976if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
8977 cat >>confdefs.h <<_ACEOF
8978#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8979_ACEOF
8980
8981fi
8982
8983done
8984
8985for ac_func in getrusage time sigaction __setfpucw
8986do :
8987 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8988ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 8989if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
6bb11ab3
L
8990 cat >>confdefs.h <<_ACEOF
8991#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8992_ACEOF
8993
8994fi
8995done
8996
936df756
MF
8997for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
8998do :
8999 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9000ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 9001if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
936df756
MF
9002 cat >>confdefs.h <<_ACEOF
9003#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9004_ACEOF
9005
9006fi
9007done
9008
9009ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
9010#include <sys/types.h>
9011#endif
9012#ifdef HAVE_SYS_STAT_H
9013#include <sys/stat.h>
9014#endif
9015"
d0ac1c44 9016if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
9017
9018cat >>confdefs.h <<_ACEOF
9019#define HAVE_STRUCT_STAT_ST_DEV 1
9020_ACEOF
9021
9022
9023fi
9024ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
9025#include <sys/types.h>
9026#endif
9027#ifdef HAVE_SYS_STAT_H
9028#include <sys/stat.h>
9029#endif
9030"
d0ac1c44 9031if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
9032
9033cat >>confdefs.h <<_ACEOF
9034#define HAVE_STRUCT_STAT_ST_INO 1
9035_ACEOF
9036
9037
9038fi
9039ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
9040#include <sys/types.h>
9041#endif
9042#ifdef HAVE_SYS_STAT_H
9043#include <sys/stat.h>
9044#endif
9045"
d0ac1c44 9046if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
9047
9048cat >>confdefs.h <<_ACEOF
9049#define HAVE_STRUCT_STAT_ST_MODE 1
9050_ACEOF
9051
9052
9053fi
9054ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
9055#include <sys/types.h>
9056#endif
9057#ifdef HAVE_SYS_STAT_H
9058#include <sys/stat.h>
9059#endif
9060"
d0ac1c44 9061if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
9062
9063cat >>confdefs.h <<_ACEOF
9064#define HAVE_STRUCT_STAT_ST_NLINK 1
9065_ACEOF
9066
9067
9068fi
9069ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
9070#include <sys/types.h>
9071#endif
9072#ifdef HAVE_SYS_STAT_H
9073#include <sys/stat.h>
9074#endif
9075"
d0ac1c44 9076if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
9077
9078cat >>confdefs.h <<_ACEOF
9079#define HAVE_STRUCT_STAT_ST_UID 1
9080_ACEOF
9081
9082
9083fi
9084ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
9085#include <sys/types.h>
9086#endif
9087#ifdef HAVE_SYS_STAT_H
9088#include <sys/stat.h>
9089#endif
9090"
d0ac1c44 9091if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
9092
9093cat >>confdefs.h <<_ACEOF
9094#define HAVE_STRUCT_STAT_ST_GID 1
9095_ACEOF
9096
9097
9098fi
9099ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9100#include <sys/types.h>
9101#endif
9102#ifdef HAVE_SYS_STAT_H
9103#include <sys/stat.h>
9104#endif
9105"
d0ac1c44 9106if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
9107
9108cat >>confdefs.h <<_ACEOF
9109#define HAVE_STRUCT_STAT_ST_RDEV 1
9110_ACEOF
9111
9112
9113fi
9114ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9115#include <sys/types.h>
9116#endif
9117#ifdef HAVE_SYS_STAT_H
9118#include <sys/stat.h>
9119#endif
9120"
d0ac1c44 9121if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
9122
9123cat >>confdefs.h <<_ACEOF
9124#define HAVE_STRUCT_STAT_ST_SIZE 1
9125_ACEOF
9126
9127
9128fi
9129ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9130#include <sys/types.h>
9131#endif
9132#ifdef HAVE_SYS_STAT_H
9133#include <sys/stat.h>
9134#endif
9135"
d0ac1c44 9136if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
9137
9138cat >>confdefs.h <<_ACEOF
9139#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9140_ACEOF
9141
9142
9143fi
9144ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9145#include <sys/types.h>
9146#endif
9147#ifdef HAVE_SYS_STAT_H
9148#include <sys/stat.h>
9149#endif
9150"
d0ac1c44 9151if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
9152
9153cat >>confdefs.h <<_ACEOF
9154#define HAVE_STRUCT_STAT_ST_BLOCKS 1
9155_ACEOF
9156
9157
9158fi
9159ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9160#include <sys/types.h>
9161#endif
9162#ifdef HAVE_SYS_STAT_H
9163#include <sys/stat.h>
9164#endif
9165"
d0ac1c44 9166if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
9167
9168cat >>confdefs.h <<_ACEOF
9169#define HAVE_STRUCT_STAT_ST_ATIME 1
9170_ACEOF
9171
9172
9173fi
9174ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9175#include <sys/types.h>
9176#endif
9177#ifdef HAVE_SYS_STAT_H
9178#include <sys/stat.h>
9179#endif
9180"
d0ac1c44 9181if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
9182
9183cat >>confdefs.h <<_ACEOF
9184#define HAVE_STRUCT_STAT_ST_MTIME 1
9185_ACEOF
9186
9187
9188fi
9189ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9190#include <sys/types.h>
9191#endif
9192#ifdef HAVE_SYS_STAT_H
9193#include <sys/stat.h>
9194#endif
9195"
d0ac1c44 9196if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
9197
9198cat >>confdefs.h <<_ACEOF
9199#define HAVE_STRUCT_STAT_ST_CTIME 1
9200_ACEOF
9201
9202
9203fi
9204
9205ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9206#include <sys/socket.h>
9207
9208"
d0ac1c44 9209if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
9210
9211cat >>confdefs.h <<_ACEOF
9212#define HAVE_SOCKLEN_T 1
9213_ACEOF
9214
9215
9216fi
9217
6bb11ab3
L
9218
9219# Check for socket libraries
9220{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9221$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 9222if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
9223 $as_echo_n "(cached) " >&6
9224else
9225 ac_check_lib_save_LIBS=$LIBS
9226LIBS="-lsocket $LIBS"
9227cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9228/* end confdefs.h. */
9229
9230/* Override any GCC internal prototype to avoid an error.
9231 Use char because int might match the return type of a GCC
9232 builtin and then its argument prototype would still apply. */
9233#ifdef __cplusplus
9234extern "C"
9235#endif
9236char bind ();
9237int
9238main ()
9239{
9240return bind ();
9241 ;
9242 return 0;
9243}
9244_ACEOF
9245if ac_fn_c_try_link "$LINENO"; then :
9246 ac_cv_lib_socket_bind=yes
9247else
9248 ac_cv_lib_socket_bind=no
9249fi
9250rm -f core conftest.err conftest.$ac_objext \
9251 conftest$ac_exeext conftest.$ac_ext
9252LIBS=$ac_check_lib_save_LIBS
9253fi
9254{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9255$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 9256if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
9257 cat >>confdefs.h <<_ACEOF
9258#define HAVE_LIBSOCKET 1
9259_ACEOF
9260
9261 LIBS="-lsocket $LIBS"
9262
9263fi
9264
9265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9266$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 9267if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
9268 $as_echo_n "(cached) " >&6
9269else
9270 ac_check_lib_save_LIBS=$LIBS
9271LIBS="-lnsl $LIBS"
9272cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9273/* end confdefs.h. */
9274
9275/* Override any GCC internal prototype to avoid an error.
9276 Use char because int might match the return type of a GCC
9277 builtin and then its argument prototype would still apply. */
9278#ifdef __cplusplus
9279extern "C"
9280#endif
9281char gethostbyname ();
9282int
9283main ()
9284{
9285return gethostbyname ();
9286 ;
9287 return 0;
9288}
9289_ACEOF
9290if ac_fn_c_try_link "$LINENO"; then :
9291 ac_cv_lib_nsl_gethostbyname=yes
9292else
9293 ac_cv_lib_nsl_gethostbyname=no
9294fi
9295rm -f core conftest.err conftest.$ac_objext \
9296 conftest$ac_exeext conftest.$ac_ext
9297LIBS=$ac_check_lib_save_LIBS
9298fi
9299{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9300$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 9301if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
9302 cat >>confdefs.h <<_ACEOF
9303#define HAVE_LIBNSL 1
9304_ACEOF
9305
9306 LIBS="-lnsl $LIBS"
9307
9308fi
9309
9310
9311# BFD conditionally uses zlib, so we must link it in if libbfd does, by
9312# using the same condition.
9313
aadc9410 9314 # Use the system's zlib library.
7fed4b0b
L
9315 zlibdir="-L\$(top_builddir)/../zlib"
9316 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 9317
aadc9410
MF
9318# Check whether --with-system-zlib was given.
9319if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
9320 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9321 zlibdir=
9322 zlibinc=
9323 fi
6bb11ab3
L
9324
9325fi
9326
6bb11ab3 9327
6bb11ab3 9328
6bb11ab3
L
9329
9330
9331# BFD uses libdl when when plugins enabled.
9332
faa743bb
RM
9333 maybe_plugins=no
9334 for ac_header in dlfcn.h
9335do :
9336 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9337"
d0ac1c44 9338if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
9339 cat >>confdefs.h <<_ACEOF
9340#define HAVE_DLFCN_H 1
9341_ACEOF
9342 maybe_plugins=yes
9343fi
9344
9345done
9346
9347 for ac_header in windows.h
9348do :
9349 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9350"
d0ac1c44 9351if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
9352 cat >>confdefs.h <<_ACEOF
9353#define HAVE_WINDOWS_H 1
9354_ACEOF
9355 maybe_plugins=yes
9356fi
9357
9358done
9359
9360
9361 # Check whether --enable-plugins was given.
6bb11ab3
L
9362if test "${enable_plugins+set}" = set; then :
9363 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
9364 no) plugins=no ;;
9365 *) plugins=yes
9366 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 9367 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
9368 fi ;;
9369 esac
6bb11ab3 9370else
faa743bb
RM
9371 plugins=$maybe_plugins
9372
6bb11ab3
L
9373fi
9374
2974be62 9375 if test "$plugins" = "yes"; then
37f980dc
SM
9376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
9377$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 9378if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9379 $as_echo_n "(cached) " >&6
9380else
9381 ac_func_search_save_LIBS=$LIBS
9382cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9383/* end confdefs.h. */
9384
9385/* Override any GCC internal prototype to avoid an error.
9386 Use char because int might match the return type of a GCC
9387 builtin and then its argument prototype would still apply. */
9388#ifdef __cplusplus
9389extern "C"
9390#endif
37f980dc 9391char dlsym ();
2974be62
AM
9392int
9393main ()
9394{
37f980dc 9395return dlsym ();
2974be62
AM
9396 ;
9397 return 0;
9398}
9399_ACEOF
9400for ac_lib in '' dl; do
9401 if test -z "$ac_lib"; then
9402 ac_res="none required"
9403 else
9404 ac_res=-l$ac_lib
9405 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9406 fi
9407 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 9408 ac_cv_search_dlsym=$ac_res
2974be62
AM
9409fi
9410rm -f core conftest.err conftest.$ac_objext \
9411 conftest$ac_exeext
d0ac1c44 9412 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9413 break
9414fi
9415done
d0ac1c44 9416if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9417
9418else
37f980dc 9419 ac_cv_search_dlsym=no
2974be62
AM
9420fi
9421rm conftest.$ac_ext
9422LIBS=$ac_func_search_save_LIBS
9423fi
37f980dc
SM
9424{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
9425$as_echo "$ac_cv_search_dlsym" >&6; }
9426ac_res=$ac_cv_search_dlsym
2974be62
AM
9427if test "$ac_res" != no; then :
9428 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9429
9430fi
9431
9432 fi
6bb11ab3
L
9433
9434 if test "$plugins" = yes; then
9435 PLUGINS_TRUE=
9436 PLUGINS_FALSE='#'
9437else
9438 PLUGINS_TRUE='#'
9439 PLUGINS_FALSE=
9440fi
9441
9442
9443
9444
9445
9446# Set options
9447enable_dlopen=yes
9448
9449
9450
9451
9452 enable_win32_dll=no
9453
9454
9455 # Check whether --enable-shared was given.
9456if test "${enable_shared+set}" = set; then :
9457 enableval=$enable_shared; p=${PACKAGE-default}
9458 case $enableval in
9459 yes) enable_shared=yes ;;
9460 no) enable_shared=no ;;
9461 *)
9462 enable_shared=no
9463 # Look at the argument we got. We use all the common list separators.
9464 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9465 for pkg in $enableval; do
9466 IFS="$lt_save_ifs"
9467 if test "X$pkg" = "X$p"; then
9468 enable_shared=yes
9469 fi
9470 done
9471 IFS="$lt_save_ifs"
9472 ;;
9473 esac
9474else
9475 enable_shared=yes
9476fi
9477
9478
9479
9480
9481
9482
9483
9484
9485
9486 # Check whether --enable-static was given.
9487if test "${enable_static+set}" = set; then :
9488 enableval=$enable_static; p=${PACKAGE-default}
9489 case $enableval in
9490 yes) enable_static=yes ;;
9491 no) enable_static=no ;;
9492 *)
9493 enable_static=no
9494 # Look at the argument we got. We use all the common list separators.
9495 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9496 for pkg in $enableval; do
9497 IFS="$lt_save_ifs"
9498 if test "X$pkg" = "X$p"; then
9499 enable_static=yes
9500 fi
9501 done
9502 IFS="$lt_save_ifs"
9503 ;;
9504 esac
9505else
9506 enable_static=yes
9507fi
9508
9509
9510
9511
9512
9513
9514
9515
9516
9517
9518# Check whether --with-pic was given.
9519if test "${with_pic+set}" = set; then :
9520 withval=$with_pic; pic_mode="$withval"
9521else
9522 pic_mode=default
9523fi
9524
9525
9526test -z "$pic_mode" && pic_mode=default
9527
9528
9529
9530
9531
9532
9533
9534 # Check whether --enable-fast-install was given.
9535if test "${enable_fast_install+set}" = set; then :
9536 enableval=$enable_fast_install; p=${PACKAGE-default}
9537 case $enableval in
9538 yes) enable_fast_install=yes ;;
9539 no) enable_fast_install=no ;;
9540 *)
9541 enable_fast_install=no
9542 # Look at the argument we got. We use all the common list separators.
9543 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9544 for pkg in $enableval; do
9545 IFS="$lt_save_ifs"
9546 if test "X$pkg" = "X$p"; then
9547 enable_fast_install=yes
9548 fi
9549 done
9550 IFS="$lt_save_ifs"
9551 ;;
9552 esac
9553else
9554 enable_fast_install=yes
9555fi
9556
9557
9558
9559
9560
9561
9562
9563
9564
9565
9566
9567# This can be used to rebuild libtool when needed
9568LIBTOOL_DEPS="$ltmain"
9569
9570# Always use our own libtool.
9571LIBTOOL='$(SHELL) $(top_builddir)/libtool'
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
9598test -z "$LN_S" && LN_S="ln -s"
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613if test -n "${ZSH_VERSION+set}" ; then
9614 setopt NO_GLOB_SUBST
b7026657 9615fi
b7026657 9616
6bb11ab3
L
9617{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9618$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 9619if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
9620 $as_echo_n "(cached) " >&6
9621else
9622 rm -f .libs 2>/dev/null
9623mkdir .libs 2>/dev/null
9624if test -d .libs; then
9625 lt_cv_objdir=.libs
9626else
9627 # MS-DOS does not allow filenames that begin with a dot.
9628 lt_cv_objdir=_libs
9629fi
9630rmdir .libs 2>/dev/null
9631fi
9632{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9633$as_echo "$lt_cv_objdir" >&6; }
9634objdir=$lt_cv_objdir
9635
9636
9637
9638
9639
9640cat >>confdefs.h <<_ACEOF
9641#define LT_OBJDIR "$lt_cv_objdir/"
9642_ACEOF
9643
9644
9645
9646
9647case $host_os in
9648aix3*)
9649 # AIX sometimes has problems with the GCC collect2 program. For some
9650 # reason, if we set the COLLECT_NAMES environment variable, the problems
9651 # vanish in a puff of smoke.
9652 if test "X${COLLECT_NAMES+set}" != Xset; then
9653 COLLECT_NAMES=
9654 export COLLECT_NAMES
9655 fi
9656 ;;
81ecdfbb 9657esac
6bb11ab3
L
9658
9659# Global variables:
9660ofile=libtool
9661can_build_shared=yes
9662
9663# All known linkers require a `.a' archive for static linking (except MSVC,
9664# which needs '.lib').
9665libext=a
9666
9667with_gnu_ld="$lt_cv_prog_gnu_ld"
9668
9669old_CC="$CC"
9670old_CFLAGS="$CFLAGS"
9671
9672# Set sane defaults for various variables
9673test -z "$CC" && CC=cc
9674test -z "$LTCC" && LTCC=$CC
9675test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9676test -z "$LD" && LD=ld
9677test -z "$ac_objext" && ac_objext=o
9678
9679for cc_temp in $compiler""; do
9680 case $cc_temp in
9681 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9682 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9683 \-*) ;;
9684 *) break;;
9685 esac
9686done
9687cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9688
9689
9690# Only perform the check for file, if the check method requires it
9691test -z "$MAGIC_CMD" && MAGIC_CMD=file
9692case $deplibs_check_method in
9693file_magic*)
9694 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9696$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 9697if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
9698 $as_echo_n "(cached) " >&6
9699else
9700 case $MAGIC_CMD in
9701[\\/*] | ?:[\\/]*)
9702 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9703 ;;
9704*)
9705 lt_save_MAGIC_CMD="$MAGIC_CMD"
9706 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9707 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9708 for ac_dir in $ac_dummy; do
9709 IFS="$lt_save_ifs"
9710 test -z "$ac_dir" && ac_dir=.
9711 if test -f $ac_dir/${ac_tool_prefix}file; then
9712 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9713 if test -n "$file_magic_test_file"; then
9714 case $deplibs_check_method in
9715 "file_magic "*)
9716 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9717 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9718 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9719 $EGREP "$file_magic_regex" > /dev/null; then
9720 :
9721 else
9722 cat <<_LT_EOF 1>&2
9723
9724*** Warning: the command libtool uses to detect shared libraries,
9725*** $file_magic_cmd, produces output that libtool cannot recognize.
9726*** The result is that libtool may fail to recognize shared libraries
9727*** as such. This will affect the creation of libtool libraries that
9728*** depend on shared libraries, but programs linked with such libtool
9729*** libraries will work regardless of this problem. Nevertheless, you
9730*** may want to report the problem to your system manager and/or to
9731*** bug-libtool@gnu.org
9732
9733_LT_EOF
9734 fi ;;
9735 esac
9736 fi
9737 break
f0569246 9738 fi
6bb11ab3
L
9739 done
9740 IFS="$lt_save_ifs"
9741 MAGIC_CMD="$lt_save_MAGIC_CMD"
9742 ;;
9743esac
f0569246 9744fi
f0569246 9745
6bb11ab3
L
9746MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9747if test -n "$MAGIC_CMD"; then
9748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9749$as_echo "$MAGIC_CMD" >&6; }
9750else
9751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9752$as_echo "no" >&6; }
9753fi
81ecdfbb 9754
6bb11ab3
L
9755
9756
9757
9758
9759if test -z "$lt_cv_path_MAGIC_CMD"; then
9760 if test -n "$ac_tool_prefix"; then
9761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9762$as_echo_n "checking for file... " >&6; }
d0ac1c44 9763if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
9764 $as_echo_n "(cached) " >&6
9765else
9766 case $MAGIC_CMD in
9767[\\/*] | ?:[\\/]*)
9768 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9769 ;;
9770*)
9771 lt_save_MAGIC_CMD="$MAGIC_CMD"
9772 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9773 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9774 for ac_dir in $ac_dummy; do
9775 IFS="$lt_save_ifs"
9776 test -z "$ac_dir" && ac_dir=.
9777 if test -f $ac_dir/file; then
9778 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9779 if test -n "$file_magic_test_file"; then
9780 case $deplibs_check_method in
9781 "file_magic "*)
9782 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9783 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9784 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9785 $EGREP "$file_magic_regex" > /dev/null; then
9786 :
9787 else
9788 cat <<_LT_EOF 1>&2
9789
9790*** Warning: the command libtool uses to detect shared libraries,
9791*** $file_magic_cmd, produces output that libtool cannot recognize.
9792*** The result is that libtool may fail to recognize shared libraries
9793*** as such. This will affect the creation of libtool libraries that
9794*** depend on shared libraries, but programs linked with such libtool
9795*** libraries will work regardless of this problem. Nevertheless, you
9796*** may want to report the problem to your system manager and/or to
9797*** bug-libtool@gnu.org
9798
9799_LT_EOF
9800 fi ;;
9801 esac
9802 fi
9803 break
9804 fi
9805 done
9806 IFS="$lt_save_ifs"
9807 MAGIC_CMD="$lt_save_MAGIC_CMD"
9808 ;;
81ecdfbb 9809esac
6bb11ab3
L
9810fi
9811
9812MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9813if test -n "$MAGIC_CMD"; then
9814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9815$as_echo "$MAGIC_CMD" >&6; }
9816else
9817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9818$as_echo "no" >&6; }
9819fi
9820
9821
9822 else
9823 MAGIC_CMD=:
9824 fi
9825fi
9826
9827 fi
9828 ;;
9829esac
9830
9831# Use C for the default configuration in the libtool script
9832
9833lt_save_CC="$CC"
9834ac_ext=c
9835ac_cpp='$CPP $CPPFLAGS'
9836ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9837ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9838ac_compiler_gnu=$ac_cv_c_compiler_gnu
9839
9840
9841# Source file extension for C test sources.
9842ac_ext=c
9843
9844# Object file extension for compiled C test sources.
9845objext=o
9846objext=$objext
9847
9848# Code to be used in simple compile tests
9849lt_simple_compile_test_code="int some_variable = 0;"
9850
9851# Code to be used in simple link tests
9852lt_simple_link_test_code='int main(){return(0);}'
9853
9854
9855
9856
9857
9858
9859
9860# If no C compiler was specified, use CC.
9861LTCC=${LTCC-"$CC"}
9862
9863# If no C compiler flags were specified, use CFLAGS.
9864LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9865
9866# Allow CC to be a program name with arguments.
9867compiler=$CC
9868
9869# Save the default compiler, since it gets overwritten when the other
9870# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9871compiler_DEFAULT=$CC
9872
9873# save warnings/boilerplate of simple test code
9874ac_outfile=conftest.$ac_objext
9875echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9876eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9877_lt_compiler_boilerplate=`cat conftest.err`
9878$RM conftest*
9879
9880ac_outfile=conftest.$ac_objext
9881echo "$lt_simple_link_test_code" >conftest.$ac_ext
9882eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9883_lt_linker_boilerplate=`cat conftest.err`
9884$RM -r conftest*
9885
9886
9887## CAVEAT EMPTOR:
9888## There is no encapsulation within the following macros, do not change
9889## the running order or otherwise move them around unless you know exactly
9890## what you are doing...
9891if test -n "$compiler"; then
9892
9893lt_prog_compiler_no_builtin_flag=
9894
9895if test "$GCC" = yes; then
9896 case $cc_basename in
9897 nvcc*)
9898 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9899 *)
9900 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 9901 esac
6bb11ab3
L
9902
9903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9904$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 9905if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 9906 $as_echo_n "(cached) " >&6
f0569246 9907else
6bb11ab3
L
9908 lt_cv_prog_compiler_rtti_exceptions=no
9909 ac_outfile=conftest.$ac_objext
9910 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9911 lt_compiler_flag="-fno-rtti -fno-exceptions"
9912 # Insert the option either (1) after the last *FLAGS variable, or
9913 # (2) before a word containing "conftest.", or (3) at the end.
9914 # Note that $ac_compile itself does not contain backslashes and begins
9915 # with a dollar sign (not a hyphen), so the echo should work correctly.
9916 # The option is referenced via a variable to avoid confusing sed.
9917 lt_compile=`echo "$ac_compile" | $SED \
9918 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9919 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9920 -e 's:$: $lt_compiler_flag:'`
9921 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9922 (eval "$lt_compile" 2>conftest.err)
9923 ac_status=$?
9924 cat conftest.err >&5
9925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9926 if (exit $ac_status) && test -s "$ac_outfile"; then
9927 # The compiler can only warn and ignore the option if not recognized
9928 # So say no if there are warnings other than the usual output.
9929 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9930 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9931 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9932 lt_cv_prog_compiler_rtti_exceptions=yes
9933 fi
9934 fi
9935 $RM conftest*
9936
f0569246 9937fi
6bb11ab3
L
9938{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9939$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9940
9941if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9942 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9943else
9944 :
9945fi
9946
9947fi
9948
9949
9950
9951
9952
9953
9954 lt_prog_compiler_wl=
9955lt_prog_compiler_pic=
9956lt_prog_compiler_static=
9957
9958{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9959$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9960
9961 if test "$GCC" = yes; then
9962 lt_prog_compiler_wl='-Wl,'
9963 lt_prog_compiler_static='-static'
9964
9965 case $host_os in
9966 aix*)
9967 # All AIX code is PIC.
9968 if test "$host_cpu" = ia64; then
9969 # AIX 5 now supports IA64 processor
9970 lt_prog_compiler_static='-Bstatic'
9971 fi
9972 lt_prog_compiler_pic='-fPIC'
9973 ;;
9974
9975 amigaos*)
9976 case $host_cpu in
9977 powerpc)
9978 # see comment about AmigaOS4 .so support
9979 lt_prog_compiler_pic='-fPIC'
9980 ;;
9981 m68k)
9982 # FIXME: we need at least 68020 code to build shared libraries, but
9983 # adding the `-m68020' flag to GCC prevents building anything better,
9984 # like `-m68040'.
9985 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9986 ;;
9987 esac
9988 ;;
9989
9990 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9991 # PIC is the default for these OSes.
9992 ;;
9993
9994 mingw* | cygwin* | pw32* | os2* | cegcc*)
9995 # This hack is so that the source file can tell whether it is being
9996 # built for inclusion in a dll (and should export symbols for example).
9997 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9998 # (--disable-auto-import) libraries
9999 lt_prog_compiler_pic='-DDLL_EXPORT'
10000 ;;
10001
10002 darwin* | rhapsody*)
10003 # PIC is the default on this platform
10004 # Common symbols not allowed in MH_DYLIB files
10005 lt_prog_compiler_pic='-fno-common'
10006 ;;
10007
10008 haiku*)
10009 # PIC is the default for Haiku.
10010 # The "-static" flag exists, but is broken.
10011 lt_prog_compiler_static=
10012 ;;
10013
10014 hpux*)
10015 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
10016 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
10017 # sets the default TLS model and affects inlining.
10018 case $host_cpu in
10019 hppa*64*)
10020 # +Z the default
10021 ;;
10022 *)
10023 lt_prog_compiler_pic='-fPIC'
10024 ;;
10025 esac
10026 ;;
10027
10028 interix[3-9]*)
10029 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
10030 # Instead, we relocate shared libraries at runtime.
10031 ;;
10032
10033 msdosdjgpp*)
10034 # Just because we use GCC doesn't mean we suddenly get shared libraries
10035 # on systems that don't support them.
10036 lt_prog_compiler_can_build_shared=no
10037 enable_shared=no
10038 ;;
10039
10040 *nto* | *qnx*)
10041 # QNX uses GNU C++, but need to define -shared option too, otherwise
10042 # it will coredump.
10043 lt_prog_compiler_pic='-fPIC -shared'
10044 ;;
10045
10046 sysv4*MP*)
10047 if test -d /usr/nec; then
10048 lt_prog_compiler_pic=-Kconform_pic
10049 fi
10050 ;;
10051
10052 *)
10053 lt_prog_compiler_pic='-fPIC'
10054 ;;
10055 esac
10056
10057 case $cc_basename in
10058 nvcc*) # Cuda Compiler Driver 2.2
10059 lt_prog_compiler_wl='-Xlinker '
10060 lt_prog_compiler_pic='-Xcompiler -fPIC'
10061 ;;
10062 esac
10063 else
10064 # PORTME Check for flag to pass linker flags through the system compiler.
10065 case $host_os in
10066 aix*)
10067 lt_prog_compiler_wl='-Wl,'
10068 if test "$host_cpu" = ia64; then
10069 # AIX 5 now supports IA64 processor
10070 lt_prog_compiler_static='-Bstatic'
10071 else
10072 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10073 fi
10074 ;;
10075
10076 mingw* | cygwin* | pw32* | os2* | cegcc*)
10077 # This hack is so that the source file can tell whether it is being
10078 # built for inclusion in a dll (and should export symbols for example).
10079 lt_prog_compiler_pic='-DDLL_EXPORT'
10080 ;;
10081
10082 hpux9* | hpux10* | hpux11*)
10083 lt_prog_compiler_wl='-Wl,'
10084 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10085 # not for PA HP-UX.
10086 case $host_cpu in
10087 hppa*64*|ia64*)
10088 # +Z the default
10089 ;;
10090 *)
10091 lt_prog_compiler_pic='+Z'
10092 ;;
10093 esac
10094 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10095 lt_prog_compiler_static='${wl}-a ${wl}archive'
10096 ;;
10097
10098 irix5* | irix6* | nonstopux*)
10099 lt_prog_compiler_wl='-Wl,'
10100 # PIC (with -KPIC) is the default.
10101 lt_prog_compiler_static='-non_shared'
10102 ;;
10103
10104 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10105 case $cc_basename in
10106 # old Intel for x86_64 which still supported -KPIC.
10107 ecc*)
10108 lt_prog_compiler_wl='-Wl,'
10109 lt_prog_compiler_pic='-KPIC'
10110 lt_prog_compiler_static='-static'
10111 ;;
10112 # icc used to be incompatible with GCC.
10113 # ICC 10 doesn't accept -KPIC any more.
10114 icc* | ifort*)
10115 lt_prog_compiler_wl='-Wl,'
10116 lt_prog_compiler_pic='-fPIC'
10117 lt_prog_compiler_static='-static'
10118 ;;
10119 # Lahey Fortran 8.1.
10120 lf95*)
10121 lt_prog_compiler_wl='-Wl,'
10122 lt_prog_compiler_pic='--shared'
10123 lt_prog_compiler_static='--static'
10124 ;;
10125 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10126 # Portland Group compilers (*not* the Pentium gcc compiler,
10127 # which looks to be a dead project)
10128 lt_prog_compiler_wl='-Wl,'
10129 lt_prog_compiler_pic='-fpic'
10130 lt_prog_compiler_static='-Bstatic'
10131 ;;
10132 ccc*)
10133 lt_prog_compiler_wl='-Wl,'
10134 # All Alpha code is PIC.
10135 lt_prog_compiler_static='-non_shared'
10136 ;;
10137 xl* | bgxl* | bgf* | mpixl*)
10138 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10139 lt_prog_compiler_wl='-Wl,'
10140 lt_prog_compiler_pic='-qpic'
10141 lt_prog_compiler_static='-qstaticlink'
10142 ;;
10143 *)
10144 case `$CC -V 2>&1 | sed 5q` in
10145 *Sun\ F* | *Sun*Fortran*)
10146 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10147 lt_prog_compiler_pic='-KPIC'
10148 lt_prog_compiler_static='-Bstatic'
10149 lt_prog_compiler_wl=''
10150 ;;
10151 *Sun\ C*)
10152 # Sun C 5.9
10153 lt_prog_compiler_pic='-KPIC'
10154 lt_prog_compiler_static='-Bstatic'
10155 lt_prog_compiler_wl='-Wl,'
10156 ;;
10157 esac
10158 ;;
10159 esac
10160 ;;
10161
10162 newsos6)
10163 lt_prog_compiler_pic='-KPIC'
10164 lt_prog_compiler_static='-Bstatic'
10165 ;;
10166
10167 *nto* | *qnx*)
10168 # QNX uses GNU C++, but need to define -shared option too, otherwise
10169 # it will coredump.
10170 lt_prog_compiler_pic='-fPIC -shared'
10171 ;;
10172
10173 osf3* | osf4* | osf5*)
10174 lt_prog_compiler_wl='-Wl,'
10175 # All OSF/1 code is PIC.
10176 lt_prog_compiler_static='-non_shared'
10177 ;;
10178
10179 rdos*)
10180 lt_prog_compiler_static='-non_shared'
10181 ;;
f0569246 10182
6bb11ab3
L
10183 solaris*)
10184 lt_prog_compiler_pic='-KPIC'
10185 lt_prog_compiler_static='-Bstatic'
10186 case $cc_basename in
10187 f77* | f90* | f95*)
10188 lt_prog_compiler_wl='-Qoption ld ';;
10189 *)
10190 lt_prog_compiler_wl='-Wl,';;
10191 esac
10192 ;;
f0569246 10193
6bb11ab3
L
10194 sunos4*)
10195 lt_prog_compiler_wl='-Qoption ld '
10196 lt_prog_compiler_pic='-PIC'
10197 lt_prog_compiler_static='-Bstatic'
10198 ;;
f0569246 10199
6bb11ab3
L
10200 sysv4 | sysv4.2uw2* | sysv4.3*)
10201 lt_prog_compiler_wl='-Wl,'
10202 lt_prog_compiler_pic='-KPIC'
10203 lt_prog_compiler_static='-Bstatic'
10204 ;;
10205
10206 sysv4*MP*)
10207 if test -d /usr/nec ;then
10208 lt_prog_compiler_pic='-Kconform_pic'
10209 lt_prog_compiler_static='-Bstatic'
10210 fi
10211 ;;
10212
10213 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10214 lt_prog_compiler_wl='-Wl,'
10215 lt_prog_compiler_pic='-KPIC'
10216 lt_prog_compiler_static='-Bstatic'
10217 ;;
10218
10219 unicos*)
10220 lt_prog_compiler_wl='-Wl,'
10221 lt_prog_compiler_can_build_shared=no
10222 ;;
10223
10224 uts4*)
10225 lt_prog_compiler_pic='-pic'
10226 lt_prog_compiler_static='-Bstatic'
10227 ;;
10228
10229 *)
10230 lt_prog_compiler_can_build_shared=no
10231 ;;
10232 esac
10233 fi
10234
10235case $host_os in
10236 # For platforms which do not support PIC, -DPIC is meaningless:
10237 *djgpp*)
10238 lt_prog_compiler_pic=
10239 ;;
10240 *)
10241 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10242 ;;
81ecdfbb 10243esac
6bb11ab3
L
10244{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10245$as_echo "$lt_prog_compiler_pic" >&6; }
10246
10247
10248
10249
10250
10251
10252#
10253# Check to make sure the PIC flag actually works.
10254#
10255if test -n "$lt_prog_compiler_pic"; then
10256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10257$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 10258if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 10259 $as_echo_n "(cached) " >&6
b7026657 10260else
6bb11ab3
L
10261 lt_cv_prog_compiler_pic_works=no
10262 ac_outfile=conftest.$ac_objext
10263 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10264 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10265 # Insert the option either (1) after the last *FLAGS variable, or
10266 # (2) before a word containing "conftest.", or (3) at the end.
10267 # Note that $ac_compile itself does not contain backslashes and begins
10268 # with a dollar sign (not a hyphen), so the echo should work correctly.
10269 # The option is referenced via a variable to avoid confusing sed.
10270 lt_compile=`echo "$ac_compile" | $SED \
10271 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10272 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10273 -e 's:$: $lt_compiler_flag:'`
10274 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10275 (eval "$lt_compile" 2>conftest.err)
10276 ac_status=$?
10277 cat conftest.err >&5
10278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10279 if (exit $ac_status) && test -s "$ac_outfile"; then
10280 # The compiler can only warn and ignore the option if not recognized
10281 # So say no if there are warnings other than the usual output.
10282 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10283 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10284 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10285 lt_cv_prog_compiler_pic_works=yes
10286 fi
10287 fi
10288 $RM conftest*
b7026657 10289
b7026657 10290fi
6bb11ab3
L
10291{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10292$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10293
10294if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10295 case $lt_prog_compiler_pic in
10296 "" | " "*) ;;
10297 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10298 esac
10299else
10300 lt_prog_compiler_pic=
10301 lt_prog_compiler_can_build_shared=no
f0569246 10302fi
6bb11ab3
L
10303
10304fi
10305
10306
10307
10308
10309
10310
10311#
10312# Check to make sure the static flag actually works.
10313#
10314wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10315{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10316$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 10317if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 10318 $as_echo_n "(cached) " >&6
f0569246 10319else
6bb11ab3
L
10320 lt_cv_prog_compiler_static_works=no
10321 save_LDFLAGS="$LDFLAGS"
10322 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10323 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10324 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10325 # The linker can only warn and ignore the option if not recognized
10326 # So say no if there are warnings
10327 if test -s conftest.err; then
10328 # Append any errors to the config.log.
10329 cat conftest.err 1>&5
10330 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10331 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10332 if diff conftest.exp conftest.er2 >/dev/null; then
10333 lt_cv_prog_compiler_static_works=yes
10334 fi
10335 else
10336 lt_cv_prog_compiler_static_works=yes
10337 fi
10338 fi
10339 $RM -r conftest*
10340 LDFLAGS="$save_LDFLAGS"
f0569246 10341
6bb11ab3
L
10342fi
10343{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10344$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 10345
6bb11ab3
L
10346if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10347 :
b7026657 10348else
6bb11ab3 10349 lt_prog_compiler_static=
b7026657 10350fi
f0569246 10351
6bb11ab3
L
10352
10353
10354
10355
10356
10357
10358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10359$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 10360if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 10361 $as_echo_n "(cached) " >&6
81ecdfbb 10362else
6bb11ab3
L
10363 lt_cv_prog_compiler_c_o=no
10364 $RM -r conftest 2>/dev/null
10365 mkdir conftest
10366 cd conftest
10367 mkdir out
10368 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10369
10370 lt_compiler_flag="-o out/conftest2.$ac_objext"
10371 # Insert the option either (1) after the last *FLAGS variable, or
10372 # (2) before a word containing "conftest.", or (3) at the end.
10373 # Note that $ac_compile itself does not contain backslashes and begins
10374 # with a dollar sign (not a hyphen), so the echo should work correctly.
10375 lt_compile=`echo "$ac_compile" | $SED \
10376 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10377 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10378 -e 's:$: $lt_compiler_flag:'`
10379 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10380 (eval "$lt_compile" 2>out/conftest.err)
10381 ac_status=$?
10382 cat out/conftest.err >&5
10383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10384 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10385 then
10386 # The compiler can only warn and ignore the option if not recognized
10387 # So say no if there are warnings
10388 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10389 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10390 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10391 lt_cv_prog_compiler_c_o=yes
10392 fi
10393 fi
10394 chmod u+w . 2>&5
10395 $RM conftest*
10396 # SGI C++ compiler will create directory out/ii_files/ for
10397 # template instantiation
10398 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10399 $RM out/* && rmdir out
10400 cd ..
10401 $RM -r conftest
10402 $RM conftest*
10403
81ecdfbb 10404fi
6bb11ab3
L
10405{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10406$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10407
10408
10409
10410
10411
10412
10413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10414$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 10415if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
10416 $as_echo_n "(cached) " >&6
10417else
6bb11ab3
L
10418 lt_cv_prog_compiler_c_o=no
10419 $RM -r conftest 2>/dev/null
10420 mkdir conftest
10421 cd conftest
10422 mkdir out
10423 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10424
10425 lt_compiler_flag="-o out/conftest2.$ac_objext"
10426 # Insert the option either (1) after the last *FLAGS variable, or
10427 # (2) before a word containing "conftest.", or (3) at the end.
10428 # Note that $ac_compile itself does not contain backslashes and begins
10429 # with a dollar sign (not a hyphen), so the echo should work correctly.
10430 lt_compile=`echo "$ac_compile" | $SED \
10431 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10432 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10433 -e 's:$: $lt_compiler_flag:'`
10434 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10435 (eval "$lt_compile" 2>out/conftest.err)
10436 ac_status=$?
10437 cat out/conftest.err >&5
10438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10439 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10440 then
10441 # The compiler can only warn and ignore the option if not recognized
10442 # So say no if there are warnings
10443 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10444 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10445 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10446 lt_cv_prog_compiler_c_o=yes
10447 fi
10448 fi
10449 chmod u+w . 2>&5
10450 $RM conftest*
10451 # SGI C++ compiler will create directory out/ii_files/ for
10452 # template instantiation
10453 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10454 $RM out/* && rmdir out
10455 cd ..
10456 $RM -r conftest
10457 $RM conftest*
10458
10459fi
10460{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10461$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10462
10463
10464
10465
10466hard_links="nottested"
10467if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10468 # do not overwrite the value of need_locks provided by the user
10469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10470$as_echo_n "checking if we can lock with hard links... " >&6; }
10471 hard_links=yes
10472 $RM conftest*
10473 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10474 touch conftest.a
10475 ln conftest.a conftest.b 2>&5 || hard_links=no
10476 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10478$as_echo "$hard_links" >&6; }
10479 if test "$hard_links" = no; then
10480 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10481$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10482 need_locks=warn
10483 fi
10484else
10485 need_locks=no
10486fi
10487
10488
10489
10490
10491
10492
10493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10494$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10495
10496 runpath_var=
10497 allow_undefined_flag=
10498 always_export_symbols=no
10499 archive_cmds=
10500 archive_expsym_cmds=
10501 compiler_needs_object=no
10502 enable_shared_with_static_runtimes=no
10503 export_dynamic_flag_spec=
10504 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10505 hardcode_automatic=no
10506 hardcode_direct=no
10507 hardcode_direct_absolute=no
10508 hardcode_libdir_flag_spec=
10509 hardcode_libdir_flag_spec_ld=
10510 hardcode_libdir_separator=
10511 hardcode_minus_L=no
10512 hardcode_shlibpath_var=unsupported
10513 inherit_rpath=no
10514 link_all_deplibs=unknown
10515 module_cmds=
10516 module_expsym_cmds=
10517 old_archive_from_new_cmds=
10518 old_archive_from_expsyms_cmds=
10519 thread_safe_flag_spec=
10520 whole_archive_flag_spec=
10521 # include_expsyms should be a list of space-separated symbols to be *always*
10522 # included in the symbol list
10523 include_expsyms=
10524 # exclude_expsyms can be an extended regexp of symbols to exclude
10525 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10526 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10527 # as well as any symbol that contains `d'.
10528 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10529 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10530 # platforms (ab)use it in PIC code, but their linkers get confused if
10531 # the symbol is explicitly referenced. Since portable code cannot
10532 # rely on this symbol name, it's probably fine to never include it in
10533 # preloaded symbol tables.
10534 # Exclude shared library initialization/finalization symbols.
10535 extract_expsyms_cmds=
10536
10537 case $host_os in
10538 cygwin* | mingw* | pw32* | cegcc*)
10539 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10540 # When not using gcc, we currently assume that we are using
10541 # Microsoft Visual C++.
10542 if test "$GCC" != yes; then
10543 with_gnu_ld=no
10544 fi
10545 ;;
10546 interix*)
10547 # we just hope/assume this is gcc and not c89 (= MSVC++)
10548 with_gnu_ld=yes
10549 ;;
10550 openbsd*)
10551 with_gnu_ld=no
10552 ;;
10553 esac
f0569246 10554
6bb11ab3
L
10555 ld_shlibs=yes
10556
10557 # On some targets, GNU ld is compatible enough with the native linker
10558 # that we're better off using the native interface for both.
10559 lt_use_gnu_ld_interface=no
10560 if test "$with_gnu_ld" = yes; then
10561 case $host_os in
10562 aix*)
10563 # The AIX port of GNU ld has always aspired to compatibility
10564 # with the native linker. However, as the warning in the GNU ld
10565 # block says, versions before 2.19.5* couldn't really create working
10566 # shared libraries, regardless of the interface used.
10567 case `$LD -v 2>&1` in
10568 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10569 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10570 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10571 *)
10572 lt_use_gnu_ld_interface=yes
10573 ;;
10574 esac
10575 ;;
10576 *)
10577 lt_use_gnu_ld_interface=yes
10578 ;;
10579 esac
10580 fi
f0569246 10581
6bb11ab3
L
10582 if test "$lt_use_gnu_ld_interface" = yes; then
10583 # If archive_cmds runs LD, not CC, wlarc should be empty
10584 wlarc='${wl}'
10585
10586 # Set some defaults for GNU ld with shared library support. These
10587 # are reset later if shared libraries are not supported. Putting them
10588 # here allows them to be overridden if necessary.
10589 runpath_var=LD_RUN_PATH
10590 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10591 export_dynamic_flag_spec='${wl}--export-dynamic'
10592 # ancient GNU ld didn't support --whole-archive et. al.
10593 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10594 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10595 else
10596 whole_archive_flag_spec=
10597 fi
10598 supports_anon_versioning=no
10599 case `$LD -v 2>&1` in
10600 *GNU\ gold*) supports_anon_versioning=yes ;;
10601 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10602 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10603 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10604 *\ 2.11.*) ;; # other 2.11 versions
10605 *) supports_anon_versioning=yes ;;
10606 esac
10607
10608 # See if GNU ld supports shared libraries.
10609 case $host_os in
10610 aix[3-9]*)
10611 # On AIX/PPC, the GNU linker is very broken
10612 if test "$host_cpu" != ia64; then
10613 ld_shlibs=no
10614 cat <<_LT_EOF 1>&2
10615
10616*** Warning: the GNU linker, at least up to release 2.19, is reported
10617*** to be unable to reliably create shared libraries on AIX.
10618*** Therefore, libtool is disabling shared libraries support. If you
10619*** really care for shared libraries, you may want to install binutils
10620*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10621*** You will then need to restart the configuration process.
10622
10623_LT_EOF
10624 fi
10625 ;;
10626
10627 amigaos*)
10628 case $host_cpu in
10629 powerpc)
10630 # see comment about AmigaOS4 .so support
10631 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10632 archive_expsym_cmds=''
10633 ;;
10634 m68k)
10635 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)'
10636 hardcode_libdir_flag_spec='-L$libdir'
10637 hardcode_minus_L=yes
10638 ;;
10639 esac
10640 ;;
10641
10642 beos*)
10643 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10644 allow_undefined_flag=unsupported
10645 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10646 # support --undefined. This deserves some investigation. FIXME
10647 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10648 else
10649 ld_shlibs=no
10650 fi
10651 ;;
10652
10653 cygwin* | mingw* | pw32* | cegcc*)
10654 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10655 # as there is no search path for DLLs.
10656 hardcode_libdir_flag_spec='-L$libdir'
10657 export_dynamic_flag_spec='${wl}--export-all-symbols'
10658 allow_undefined_flag=unsupported
10659 always_export_symbols=no
10660 enable_shared_with_static_runtimes=yes
10661 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10662
10663 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10664 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10665 # If the export-symbols file already is a .def file (1st line
10666 # is EXPORTS), use it as is; otherwise, prepend...
10667 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10668 cp $export_symbols $output_objdir/$soname.def;
10669 else
10670 echo EXPORTS > $output_objdir/$soname.def;
10671 cat $export_symbols >> $output_objdir/$soname.def;
10672 fi~
10673 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10674 else
10675 ld_shlibs=no
10676 fi
10677 ;;
10678
10679 haiku*)
10680 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10681 link_all_deplibs=yes
10682 ;;
10683
10684 interix[3-9]*)
10685 hardcode_direct=no
10686 hardcode_shlibpath_var=no
10687 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10688 export_dynamic_flag_spec='${wl}-E'
10689 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10690 # Instead, shared libraries are loaded at an image base (0x10000000 by
10691 # default) and relocated if they conflict, which is a slow very memory
10692 # consuming and fragmenting process. To avoid this, we pick a random,
10693 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10694 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10695 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10696 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'
10697 ;;
10698
10699 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10700 tmp_diet=no
10701 if test "$host_os" = linux-dietlibc; then
10702 case $cc_basename in
10703 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10704 esac
10705 fi
10706 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10707 && test "$tmp_diet" = no
10708 then
5cddc23a 10709 tmp_addflag=' $pic_flag'
6bb11ab3
L
10710 tmp_sharedflag='-shared'
10711 case $cc_basename,$host_cpu in
10712 pgcc*) # Portland Group C compiler
10713 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'
10714 tmp_addflag=' $pic_flag'
10715 ;;
10716 pgf77* | pgf90* | pgf95* | pgfortran*)
10717 # Portland Group f77 and f90 compilers
10718 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'
10719 tmp_addflag=' $pic_flag -Mnomain' ;;
10720 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10721 tmp_addflag=' -i_dynamic' ;;
10722 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10723 tmp_addflag=' -i_dynamic -nofor_main' ;;
10724 ifc* | ifort*) # Intel Fortran compiler
10725 tmp_addflag=' -nofor_main' ;;
10726 lf95*) # Lahey Fortran 8.1
10727 whole_archive_flag_spec=
10728 tmp_sharedflag='--shared' ;;
10729 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10730 tmp_sharedflag='-qmkshrobj'
10731 tmp_addflag= ;;
10732 nvcc*) # Cuda Compiler Driver 2.2
10733 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'
10734 compiler_needs_object=yes
10735 ;;
10736 esac
10737 case `$CC -V 2>&1 | sed 5q` in
10738 *Sun\ C*) # Sun C 5.9
10739 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'
10740 compiler_needs_object=yes
10741 tmp_sharedflag='-G' ;;
10742 *Sun\ F*) # Sun Fortran 8.3
10743 tmp_sharedflag='-G' ;;
10744 esac
10745 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10746
10747 if test "x$supports_anon_versioning" = xyes; then
10748 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10749 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10750 echo "local: *; };" >> $output_objdir/$libname.ver~
10751 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10752 fi
10753
10754 case $cc_basename in
10755 xlf* | bgf* | bgxlf* | mpixlf*)
10756 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10757 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10758 hardcode_libdir_flag_spec=
10759 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10760 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10761 if test "x$supports_anon_versioning" = xyes; then
10762 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10763 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10764 echo "local: *; };" >> $output_objdir/$libname.ver~
10765 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10766 fi
10767 ;;
10768 esac
10769 else
10770 ld_shlibs=no
10771 fi
10772 ;;
10773
10774 netbsd*)
10775 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10776 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10777 wlarc=
10778 else
10779 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10780 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10781 fi
10782 ;;
10783
10784 solaris*)
10785 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10786 ld_shlibs=no
10787 cat <<_LT_EOF 1>&2
10788
10789*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10790*** create shared libraries on Solaris systems. Therefore, libtool
10791*** is disabling shared libraries support. We urge you to upgrade GNU
10792*** binutils to release 2.9.1 or newer. Another option is to modify
10793*** your PATH or compiler configuration so that the native linker is
10794*** used, and then restart.
10795
10796_LT_EOF
10797 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10798 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10799 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10800 else
10801 ld_shlibs=no
10802 fi
10803 ;;
10804
10805 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10806 case `$LD -v 2>&1` in
10807 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10808 ld_shlibs=no
10809 cat <<_LT_EOF 1>&2
10810
10811*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10812*** reliably create shared libraries on SCO systems. Therefore, libtool
10813*** is disabling shared libraries support. We urge you to upgrade GNU
10814*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10815*** your PATH or compiler configuration so that the native linker is
10816*** used, and then restart.
10817
10818_LT_EOF
10819 ;;
10820 *)
10821 # For security reasons, it is highly recommended that you always
10822 # use absolute paths for naming shared libraries, and exclude the
10823 # DT_RUNPATH tag from executables and libraries. But doing so
10824 # requires that you compile everything twice, which is a pain.
10825 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10826 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10827 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10828 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10829 else
10830 ld_shlibs=no
10831 fi
10832 ;;
10833 esac
10834 ;;
10835
10836 sunos4*)
10837 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10838 wlarc=
10839 hardcode_direct=yes
10840 hardcode_shlibpath_var=no
10841 ;;
10842
10843 *)
10844 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10845 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10846 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10847 else
10848 ld_shlibs=no
10849 fi
10850 ;;
10851 esac
10852
10853 if test "$ld_shlibs" = no; then
10854 runpath_var=
10855 hardcode_libdir_flag_spec=
10856 export_dynamic_flag_spec=
10857 whole_archive_flag_spec=
10858 fi
10859 else
10860 # PORTME fill in a description of your system's linker (not GNU ld)
10861 case $host_os in
10862 aix3*)
10863 allow_undefined_flag=unsupported
10864 always_export_symbols=yes
10865 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'
10866 # Note: this linker hardcodes the directories in LIBPATH if there
10867 # are no directories specified by -L.
10868 hardcode_minus_L=yes
10869 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10870 # Neither direct hardcoding nor static linking is supported with a
10871 # broken collect2.
10872 hardcode_direct=unsupported
10873 fi
10874 ;;
10875
10876 aix[4-9]*)
10877 if test "$host_cpu" = ia64; then
10878 # On IA64, the linker does run time linking by default, so we don't
10879 # have to do anything special.
10880 aix_use_runtimelinking=no
10881 exp_sym_flag='-Bexport'
10882 no_entry_flag=""
10883 else
10884 # If we're using GNU nm, then we don't want the "-C" option.
10885 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10886 # Also, AIX nm treats weak defined symbols like other global
10887 # defined symbols, whereas GNU nm marks them as "W".
10888 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10889 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'
10890 else
5c887dd5 10891 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
10892 fi
10893 aix_use_runtimelinking=no
10894
10895 # Test if we are trying to use run time linking or normal
10896 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10897 # need to do runtime linking.
10898 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10899 for ld_flag in $LDFLAGS; do
10900 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10901 aix_use_runtimelinking=yes
10902 break
10903 fi
10904 done
10905 ;;
10906 esac
10907
10908 exp_sym_flag='-bexport'
10909 no_entry_flag='-bnoentry'
10910 fi
10911
10912 # When large executables or shared objects are built, AIX ld can
10913 # have problems creating the table of contents. If linking a library
10914 # or program results in "error TOC overflow" add -mminimal-toc to
10915 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10916 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10917
10918 archive_cmds=''
10919 hardcode_direct=yes
10920 hardcode_direct_absolute=yes
10921 hardcode_libdir_separator=':'
10922 link_all_deplibs=yes
10923 file_list_spec='${wl}-f,'
10924
10925 if test "$GCC" = yes; then
10926 case $host_os in aix4.[012]|aix4.[012].*)
10927 # We only want to do this on AIX 4.2 and lower, the check
10928 # below for broken collect2 doesn't work under 4.3+
10929 collect2name=`${CC} -print-prog-name=collect2`
10930 if test -f "$collect2name" &&
10931 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10932 then
10933 # We have reworked collect2
10934 :
10935 else
10936 # We have old collect2
10937 hardcode_direct=unsupported
10938 # It fails to find uninstalled libraries when the uninstalled
10939 # path is not listed in the libpath. Setting hardcode_minus_L
10940 # to unsupported forces relinking
10941 hardcode_minus_L=yes
10942 hardcode_libdir_flag_spec='-L$libdir'
10943 hardcode_libdir_separator=
10944 fi
10945 ;;
10946 esac
10947 shared_flag='-shared'
10948 if test "$aix_use_runtimelinking" = yes; then
10949 shared_flag="$shared_flag "'${wl}-G'
10950 fi
10951 else
10952 # not using gcc
10953 if test "$host_cpu" = ia64; then
10954 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10955 # chokes on -Wl,-G. The following line is correct:
10956 shared_flag='-G'
10957 else
10958 if test "$aix_use_runtimelinking" = yes; then
10959 shared_flag='${wl}-G'
10960 else
10961 shared_flag='${wl}-bM:SRE'
10962 fi
10963 fi
10964 fi
10965
10966 export_dynamic_flag_spec='${wl}-bexpall'
10967 # It seems that -bexpall does not export symbols beginning with
10968 # underscore (_), so it is better to generate a list of symbols to export.
10969 always_export_symbols=yes
10970 if test "$aix_use_runtimelinking" = yes; then
10971 # Warning - without using the other runtime loading flags (-brtl),
10972 # -berok will link without error, but may produce a broken library.
10973 allow_undefined_flag='-berok'
10974 # Determine the default libpath from the value encoded in an
10975 # empty executable.
10976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
10977/* end confdefs.h. */
10978
10979int
10980main ()
10981{
10982
10983 ;
10984 return 0;
10985}
10986_ACEOF
6bb11ab3 10987if ac_fn_c_try_link "$LINENO"; then :
b7026657 10988
6bb11ab3
L
10989lt_aix_libpath_sed='
10990 /Import File Strings/,/^$/ {
10991 /^0/ {
10992 s/^0 *\(.*\)$/\1/
10993 p
10994 }
10995 }'
10996aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10997# Check for a 64-bit object if we didn't find anything.
10998if test -z "$aix_libpath"; then
10999 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11000fi
11001fi
11002rm -f core conftest.err conftest.$ac_objext \
11003 conftest$ac_exeext conftest.$ac_ext
11004if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11005
11006 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11007 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"
11008 else
11009 if test "$host_cpu" = ia64; then
11010 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
11011 allow_undefined_flag="-z nodefs"
11012 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"
11013 else
11014 # Determine the default libpath from the value encoded in an
11015 # empty executable.
81ecdfbb
RW
11016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11017/* end confdefs.h. */
11018
11019int
11020main ()
11021{
11022
11023 ;
11024 return 0;
11025}
11026_ACEOF
6bb11ab3
L
11027if ac_fn_c_try_link "$LINENO"; then :
11028
11029lt_aix_libpath_sed='
11030 /Import File Strings/,/^$/ {
11031 /^0/ {
11032 s/^0 *\(.*\)$/\1/
11033 p
11034 }
11035 }'
11036aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11037# Check for a 64-bit object if we didn't find anything.
11038if test -z "$aix_libpath"; then
11039 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 11040fi
81ecdfbb 11041fi
6bb11ab3
L
11042rm -f core conftest.err conftest.$ac_objext \
11043 conftest$ac_exeext conftest.$ac_ext
11044if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11045
11046 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11047 # Warning - without using the other run time loading flags,
11048 # -berok will link without error, but may produce a broken library.
11049 no_undefined_flag=' ${wl}-bernotok'
11050 allow_undefined_flag=' ${wl}-berok'
11051 if test "$with_gnu_ld" = yes; then
11052 # We only use this code for GNU lds that support --whole-archive.
11053 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
11054 else
11055 # Exported symbols can be pulled into shared objects from archives
11056 whole_archive_flag_spec='$convenience'
11057 fi
11058 archive_cmds_need_lc=yes
11059 # This is similar to how AIX traditionally builds its shared libraries.
11060 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'
11061 fi
11062 fi
11063 ;;
11064
11065 amigaos*)
11066 case $host_cpu in
11067 powerpc)
11068 # see comment about AmigaOS4 .so support
11069 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11070 archive_expsym_cmds=''
11071 ;;
11072 m68k)
11073 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)'
11074 hardcode_libdir_flag_spec='-L$libdir'
11075 hardcode_minus_L=yes
11076 ;;
11077 esac
11078 ;;
11079
11080 bsdi[45]*)
11081 export_dynamic_flag_spec=-rdynamic
11082 ;;
11083
11084 cygwin* | mingw* | pw32* | cegcc*)
11085 # When not using gcc, we currently assume that we are using
11086 # Microsoft Visual C++.
11087 # hardcode_libdir_flag_spec is actually meaningless, as there is
11088 # no search path for DLLs.
11089 hardcode_libdir_flag_spec=' '
11090 allow_undefined_flag=unsupported
11091 # Tell ltmain to make .lib files, not .a files.
11092 libext=lib
11093 # Tell ltmain to make .dll files, not .so files.
11094 shrext_cmds=".dll"
11095 # FIXME: Setting linknames here is a bad hack.
11096 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11097 # The linker will automatically build a .lib file if we build a DLL.
11098 old_archive_from_new_cmds='true'
11099 # FIXME: Should let the user specify the lib program.
11100 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11101 fix_srcfile_path='`cygpath -w "$srcfile"`'
11102 enable_shared_with_static_runtimes=yes
11103 ;;
11104
11105 darwin* | rhapsody*)
11106
11107
11108 archive_cmds_need_lc=no
11109 hardcode_direct=no
11110 hardcode_automatic=yes
11111 hardcode_shlibpath_var=unsupported
11112 if test "$lt_cv_ld_force_load" = "yes"; then
11113 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 11114 else
6bb11ab3 11115 whole_archive_flag_spec=''
f0569246 11116 fi
6bb11ab3
L
11117 link_all_deplibs=yes
11118 allow_undefined_flag="$_lt_dar_allow_undefined"
11119 case $cc_basename in
11120 ifort*) _lt_dar_can_shared=yes ;;
11121 *) _lt_dar_can_shared=$GCC ;;
11122 esac
11123 if test "$_lt_dar_can_shared" = "yes"; then
11124 output_verbose_link_cmd=func_echo_all
11125 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11126 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11127 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}"
11128 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}"
11129
f0569246 11130 else
6bb11ab3 11131 ld_shlibs=no
f0569246 11132 fi
6bb11ab3
L
11133
11134 ;;
11135
11136 dgux*)
11137 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11138 hardcode_libdir_flag_spec='-L$libdir'
11139 hardcode_shlibpath_var=no
11140 ;;
11141
11142 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11143 # support. Future versions do this automatically, but an explicit c++rt0.o
11144 # does not break anything, and helps significantly (at the cost of a little
11145 # extra space).
11146 freebsd2.2*)
11147 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11148 hardcode_libdir_flag_spec='-R$libdir'
11149 hardcode_direct=yes
11150 hardcode_shlibpath_var=no
11151 ;;
11152
11153 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11154 freebsd2.*)
11155 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11156 hardcode_direct=yes
11157 hardcode_minus_L=yes
11158 hardcode_shlibpath_var=no
11159 ;;
11160
11161 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11162 freebsd* | dragonfly*)
11163 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11164 hardcode_libdir_flag_spec='-R$libdir'
11165 hardcode_direct=yes
11166 hardcode_shlibpath_var=no
11167 ;;
11168
11169 hpux9*)
11170 if test "$GCC" = yes; then
11171 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'
11172 else
11173 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'
11174 fi
11175 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11176 hardcode_libdir_separator=:
11177 hardcode_direct=yes
11178
11179 # hardcode_minus_L: Not really in the search PATH,
11180 # but as the default location of the library.
11181 hardcode_minus_L=yes
11182 export_dynamic_flag_spec='${wl}-E'
11183 ;;
11184
11185 hpux10*)
11186 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11187 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11188 else
11189 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11190 fi
11191 if test "$with_gnu_ld" = no; then
11192 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11193 hardcode_libdir_flag_spec_ld='+b $libdir'
11194 hardcode_libdir_separator=:
11195 hardcode_direct=yes
11196 hardcode_direct_absolute=yes
11197 export_dynamic_flag_spec='${wl}-E'
11198 # hardcode_minus_L: Not really in the search PATH,
11199 # but as the default location of the library.
11200 hardcode_minus_L=yes
11201 fi
11202 ;;
11203
11204 hpux11*)
11205 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11206 case $host_cpu in
11207 hppa*64*)
11208 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11209 ;;
11210 ia64*)
11211 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11212 ;;
11213 *)
11214 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11215 ;;
11216 esac
11217 else
11218 case $host_cpu in
11219 hppa*64*)
11220 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11221 ;;
11222 ia64*)
11223 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11224 ;;
11225 *)
11226
11227 # Older versions of the 11.00 compiler do not understand -b yet
11228 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11230$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 11231if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 11232 $as_echo_n "(cached) " >&6
f0569246 11233else
6bb11ab3
L
11234 lt_cv_prog_compiler__b=no
11235 save_LDFLAGS="$LDFLAGS"
11236 LDFLAGS="$LDFLAGS -b"
11237 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11238 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11239 # The linker can only warn and ignore the option if not recognized
11240 # So say no if there are warnings
11241 if test -s conftest.err; then
11242 # Append any errors to the config.log.
11243 cat conftest.err 1>&5
11244 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11245 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11246 if diff conftest.exp conftest.er2 >/dev/null; then
11247 lt_cv_prog_compiler__b=yes
11248 fi
11249 else
11250 lt_cv_prog_compiler__b=yes
11251 fi
11252 fi
11253 $RM -r conftest*
11254 LDFLAGS="$save_LDFLAGS"
f0569246 11255
6bb11ab3
L
11256fi
11257{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11258$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 11259
6bb11ab3
L
11260if test x"$lt_cv_prog_compiler__b" = xyes; then
11261 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11262else
11263 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11264fi
81ecdfbb 11265
6bb11ab3
L
11266 ;;
11267 esac
11268 fi
11269 if test "$with_gnu_ld" = no; then
11270 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11271 hardcode_libdir_separator=:
11272
11273 case $host_cpu in
11274 hppa*64*|ia64*)
11275 hardcode_direct=no
11276 hardcode_shlibpath_var=no
11277 ;;
11278 *)
11279 hardcode_direct=yes
11280 hardcode_direct_absolute=yes
11281 export_dynamic_flag_spec='${wl}-E'
11282
11283 # hardcode_minus_L: Not really in the search PATH,
11284 # but as the default location of the library.
11285 hardcode_minus_L=yes
11286 ;;
11287 esac
11288 fi
11289 ;;
11290
11291 irix5* | irix6* | nonstopux*)
11292 if test "$GCC" = yes; then
11293 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'
11294 # Try to use the -exported_symbol ld option, if it does not
11295 # work, assume that -exports_file does not work either and
11296 # implicitly export all symbols.
11297 save_LDFLAGS="$LDFLAGS"
11298 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11300/* end confdefs.h. */
11301int foo(void) {}
b7026657 11302_ACEOF
6bb11ab3
L
11303if ac_fn_c_try_link "$LINENO"; then :
11304 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
c906108c 11305
f0569246 11306fi
6bb11ab3
L
11307rm -f core conftest.err conftest.$ac_objext \
11308 conftest$ac_exeext conftest.$ac_ext
11309 LDFLAGS="$save_LDFLAGS"
11310 else
11311 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'
11312 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'
11313 fi
11314 archive_cmds_need_lc='no'
11315 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11316 hardcode_libdir_separator=:
11317 inherit_rpath=yes
11318 link_all_deplibs=yes
11319 ;;
11320
11321 netbsd*)
11322 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11323 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11324 else
11325 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11326 fi
11327 hardcode_libdir_flag_spec='-R$libdir'
11328 hardcode_direct=yes
11329 hardcode_shlibpath_var=no
11330 ;;
11331
11332 newsos6)
11333 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11334 hardcode_direct=yes
11335 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11336 hardcode_libdir_separator=:
11337 hardcode_shlibpath_var=no
11338 ;;
11339
11340 *nto* | *qnx*)
11341 ;;
11342
11343 openbsd*)
11344 if test -f /usr/libexec/ld.so; then
11345 hardcode_direct=yes
11346 hardcode_shlibpath_var=no
11347 hardcode_direct_absolute=yes
11348 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11349 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11350 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11351 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11352 export_dynamic_flag_spec='${wl}-E'
11353 else
11354 case $host_os in
11355 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11356 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11357 hardcode_libdir_flag_spec='-R$libdir'
11358 ;;
11359 *)
11360 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11361 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11362 ;;
11363 esac
11364 fi
11365 else
11366 ld_shlibs=no
11367 fi
11368 ;;
11369
11370 os2*)
11371 hardcode_libdir_flag_spec='-L$libdir'
11372 hardcode_minus_L=yes
11373 allow_undefined_flag=unsupported
11374 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'
11375 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11376 ;;
11377
11378 osf3*)
11379 if test "$GCC" = yes; then
11380 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11381 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'
11382 else
11383 allow_undefined_flag=' -expect_unresolved \*'
11384 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'
11385 fi
11386 archive_cmds_need_lc='no'
11387 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11388 hardcode_libdir_separator=:
11389 ;;
11390
11391 osf4* | osf5*) # as osf3* with the addition of -msym flag
11392 if test "$GCC" = yes; then
11393 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11394 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'
11395 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11396 else
11397 allow_undefined_flag=' -expect_unresolved \*'
11398 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'
11399 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~
11400 $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'
11401
11402 # Both c and cxx compiler support -rpath directly
11403 hardcode_libdir_flag_spec='-rpath $libdir'
11404 fi
11405 archive_cmds_need_lc='no'
11406 hardcode_libdir_separator=:
11407 ;;
11408
11409 solaris*)
11410 no_undefined_flag=' -z defs'
11411 if test "$GCC" = yes; then
11412 wlarc='${wl}'
11413 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11414 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11415 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11416 else
11417 case `$CC -V 2>&1` in
11418 *"Compilers 5.0"*)
11419 wlarc=''
11420 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11421 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11422 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11423 ;;
11424 *)
11425 wlarc='${wl}'
11426 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11427 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11428 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11429 ;;
11430 esac
11431 fi
11432 hardcode_libdir_flag_spec='-R$libdir'
11433 hardcode_shlibpath_var=no
11434 case $host_os in
11435 solaris2.[0-5] | solaris2.[0-5].*) ;;
11436 *)
11437 # The compiler driver will combine and reorder linker options,
11438 # but understands `-z linker_flag'. GCC discards it without `$wl',
11439 # but is careful enough not to reorder.
11440 # Supported since Solaris 2.6 (maybe 2.5.1?)
11441 if test "$GCC" = yes; then
11442 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11443 else
11444 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11445 fi
11446 ;;
11447 esac
11448 link_all_deplibs=yes
11449 ;;
11450
11451 sunos4*)
11452 if test "x$host_vendor" = xsequent; then
11453 # Use $CC to link under sequent, because it throws in some extra .o
11454 # files that make .init and .fini sections work.
11455 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11456 else
11457 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11458 fi
11459 hardcode_libdir_flag_spec='-L$libdir'
11460 hardcode_direct=yes
11461 hardcode_minus_L=yes
11462 hardcode_shlibpath_var=no
11463 ;;
11464
11465 sysv4)
11466 case $host_vendor in
11467 sni)
11468 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11469 hardcode_direct=yes # is this really true???
11470 ;;
11471 siemens)
11472 ## LD is ld it makes a PLAMLIB
11473 ## CC just makes a GrossModule.
11474 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11475 reload_cmds='$CC -r -o $output$reload_objs'
11476 hardcode_direct=no
11477 ;;
11478 motorola)
11479 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11480 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11481 ;;
11482 esac
11483 runpath_var='LD_RUN_PATH'
11484 hardcode_shlibpath_var=no
11485 ;;
11486
11487 sysv4.3*)
11488 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11489 hardcode_shlibpath_var=no
11490 export_dynamic_flag_spec='-Bexport'
11491 ;;
11492
11493 sysv4*MP*)
11494 if test -d /usr/nec; then
11495 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11496 hardcode_shlibpath_var=no
11497 runpath_var=LD_RUN_PATH
11498 hardcode_runpath_var=yes
11499 ld_shlibs=yes
11500 fi
11501 ;;
11502
11503 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11504 no_undefined_flag='${wl}-z,text'
11505 archive_cmds_need_lc=no
11506 hardcode_shlibpath_var=no
11507 runpath_var='LD_RUN_PATH'
11508
11509 if test "$GCC" = yes; then
11510 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11511 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11512 else
11513 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11514 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11515 fi
11516 ;;
11517
11518 sysv5* | sco3.2v5* | sco5v6*)
11519 # Note: We can NOT use -z defs as we might desire, because we do not
11520 # link with -lc, and that would cause any symbols used from libc to
11521 # always be unresolved, which means just about no library would
11522 # ever link correctly. If we're not using GNU ld we use -z text
11523 # though, which does catch some bad symbols but isn't as heavy-handed
11524 # as -z defs.
11525 no_undefined_flag='${wl}-z,text'
11526 allow_undefined_flag='${wl}-z,nodefs'
11527 archive_cmds_need_lc=no
11528 hardcode_shlibpath_var=no
11529 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11530 hardcode_libdir_separator=':'
11531 link_all_deplibs=yes
11532 export_dynamic_flag_spec='${wl}-Bexport'
11533 runpath_var='LD_RUN_PATH'
11534
11535 if test "$GCC" = yes; then
11536 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11537 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11538 else
11539 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11540 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11541 fi
11542 ;;
11543
11544 uts4*)
11545 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11546 hardcode_libdir_flag_spec='-L$libdir'
11547 hardcode_shlibpath_var=no
11548 ;;
11549
11550 *)
11551 ld_shlibs=no
11552 ;;
11553 esac
11554
11555 if test x$host_vendor = xsni; then
11556 case $host in
11557 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11558 export_dynamic_flag_spec='${wl}-Blargedynsym'
11559 ;;
11560 esac
11561 fi
11562 fi
11563
11564{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11565$as_echo "$ld_shlibs" >&6; }
11566test "$ld_shlibs" = no && can_build_shared=no
11567
11568with_gnu_ld=$with_gnu_ld
11569
11570
11571
b7026657 11572
f0569246 11573
f0569246 11574
6ffe910a 11575
6ffe910a
MF
11576
11577
6ffe910a 11578
f0569246 11579
f0569246
AC
11580
11581
6bb11ab3
L
11582
11583
11584#
11585# Do we need to explicitly link libc?
11586#
11587case "x$archive_cmds_need_lc" in
11588x|xyes)
11589 # Assume -lc should be added
11590 archive_cmds_need_lc=yes
11591
11592 if test "$enable_shared" = yes && test "$GCC" = yes; then
11593 case $archive_cmds in
11594 *'~'*)
11595 # FIXME: we may have to deal with multi-command sequences.
11596 ;;
11597 '$CC '*)
11598 # Test whether the compiler implicitly links with -lc since on some
11599 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11600 # to ld, don't add -lc before -lgcc.
11601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11602$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 11603if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 11604 $as_echo_n "(cached) " >&6
b7026657 11605else
6bb11ab3
L
11606 $RM conftest*
11607 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11608
11609 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11610 (eval $ac_compile) 2>&5
11611 ac_status=$?
11612 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11613 test $ac_status = 0; } 2>conftest.err; then
11614 soname=conftest
11615 lib=conftest
11616 libobjs=conftest.$ac_objext
11617 deplibs=
11618 wl=$lt_prog_compiler_wl
11619 pic_flag=$lt_prog_compiler_pic
11620 compiler_flags=-v
11621 linker_flags=-v
11622 verstring=
11623 output_objdir=.
11624 libname=conftest
11625 lt_save_allow_undefined_flag=$allow_undefined_flag
11626 allow_undefined_flag=
11627 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11628 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11629 ac_status=$?
11630 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11631 test $ac_status = 0; }
11632 then
11633 lt_cv_archive_cmds_need_lc=no
11634 else
11635 lt_cv_archive_cmds_need_lc=yes
11636 fi
11637 allow_undefined_flag=$lt_save_allow_undefined_flag
11638 else
11639 cat conftest.err 1>&5
11640 fi
11641 $RM conftest*
c906108c 11642
6ffe910a 11643fi
6bb11ab3
L
11644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11645$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11646 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11647 ;;
11648 esac
11649 fi
11650 ;;
6ffe910a 11651esac
c906108c 11652
c906108c 11653
6ffe910a 11654
c906108c 11655
81ecdfbb 11656
35695fd6 11657
35695fd6 11658
35695fd6 11659
f0569246 11660
c906108c 11661
f0569246 11662
b7026657 11663
f0569246 11664
c906108c 11665
81ecdfbb 11666
c906108c 11667
f0569246
AC
11668
11669
81ecdfbb 11670
81ecdfbb 11671
81ecdfbb
RW
11672
11673
81ecdfbb 11674
81ecdfbb 11675
f0569246
AC
11676
11677
c906108c 11678
f0569246 11679
c906108c 11680
c906108c 11681
81ecdfbb 11682
b7026657 11683
c906108c 11684
f0569246 11685
81ecdfbb 11686
f0569246 11687
c906108c 11688
c906108c 11689
b7026657 11690
81ecdfbb 11691
b7026657 11692
c906108c 11693
c906108c 11694
b7026657
AC
11695
11696
11697
11698
6ffe910a 11699
2232061b
MF
11700
11701
2232061b 11702
2232061b
MF
11703
11704
2232061b
MF
11705
11706
2232061b 11707
2232061b
MF
11708
11709
6bb11ab3
L
11710
11711
11712
11713
11714
11715
11716
11717
11718
11719
11720
11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
11743
11744
11745
11746
11747
11748
11749
11750
11751
11752
11753
11754
11755
11756
11757
11758
11759
11760
11761
11762
11763
11764
11765
11766
11767
11768
11769
11770
11771
11772
11773
11774
11775
11776
11777
11778
11779
11780
11781
11782
11783
11784
11785
11786
11787
11788
11789
11790
11791
11792
11793
11794
11795
11796
11797
11798
11799
11800
11801
11802
11803
11804
11805
11806
11807
11808
11809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11810$as_echo_n "checking dynamic linker characteristics... " >&6; }
11811
11812if test "$GCC" = yes; then
11813 case $host_os in
11814 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11815 *) lt_awk_arg="/^libraries:/" ;;
11816 esac
11817 case $host_os in
11818 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11819 *) lt_sed_strip_eq="s,=/,/,g" ;;
11820 esac
11821 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11822 case $lt_search_path_spec in
11823 *\;*)
11824 # if the path contains ";" then we assume it to be the separator
11825 # otherwise default to the standard path separator (i.e. ":") - it is
11826 # assumed that no part of a normal pathname contains ";" but that should
11827 # okay in the real world where ";" in dirpaths is itself problematic.
11828 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11829 ;;
11830 *)
11831 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11832 ;;
11833 esac
11834 # Ok, now we have the path, separated by spaces, we can step through it
11835 # and add multilib dir if necessary.
11836 lt_tmp_lt_search_path_spec=
11837 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11838 for lt_sys_path in $lt_search_path_spec; do
11839 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11840 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11841 else
11842 test -d "$lt_sys_path" && \
11843 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11844 fi
11845 done
11846 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11847BEGIN {RS=" "; FS="/|\n";} {
11848 lt_foo="";
11849 lt_count=0;
11850 for (lt_i = NF; lt_i > 0; lt_i--) {
11851 if ($lt_i != "" && $lt_i != ".") {
11852 if ($lt_i == "..") {
11853 lt_count++;
11854 } else {
11855 if (lt_count == 0) {
11856 lt_foo="/" $lt_i lt_foo;
11857 } else {
11858 lt_count--;
11859 }
11860 }
11861 }
11862 }
11863 if (lt_foo != "") { lt_freq[lt_foo]++; }
11864 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11865}'`
11866 # AWK program above erroneously prepends '/' to C:/dos/paths
11867 # for these hosts.
11868 case $host_os in
11869 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11870 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11871 esac
11872 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11873else
11874 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11875fi
11876library_names_spec=
11877libname_spec='lib$name'
11878soname_spec=
11879shrext_cmds=".so"
11880postinstall_cmds=
11881postuninstall_cmds=
11882finish_cmds=
11883finish_eval=
11884shlibpath_var=
11885shlibpath_overrides_runpath=unknown
11886version_type=none
11887dynamic_linker="$host_os ld.so"
11888sys_lib_dlsearch_path_spec="/lib /usr/lib"
11889need_lib_prefix=unknown
11890hardcode_into_libs=no
11891
11892# when you set need_version to no, make sure it does not cause -set_version
11893# flags to be left without arguments
11894need_version=unknown
11895
11896case $host_os in
11897aix3*)
11898 version_type=linux
11899 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11900 shlibpath_var=LIBPATH
11901
11902 # AIX 3 has no versioning support, so we append a major version to the name.
11903 soname_spec='${libname}${release}${shared_ext}$major'
11904 ;;
11905
11906aix[4-9]*)
11907 version_type=linux
11908 need_lib_prefix=no
11909 need_version=no
11910 hardcode_into_libs=yes
11911 if test "$host_cpu" = ia64; then
11912 # AIX 5 supports IA64
11913 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11914 shlibpath_var=LD_LIBRARY_PATH
11915 else
11916 # With GCC up to 2.95.x, collect2 would create an import file
11917 # for dependence libraries. The import file would start with
11918 # the line `#! .'. This would cause the generated library to
11919 # depend on `.', always an invalid library. This was fixed in
11920 # development snapshots of GCC prior to 3.0.
11921 case $host_os in
11922 aix4 | aix4.[01] | aix4.[01].*)
11923 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11924 echo ' yes '
11925 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11926 :
11927 else
11928 can_build_shared=no
11929 fi
11930 ;;
11931 esac
11932 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11933 # soname into executable. Probably we can add versioning support to
11934 # collect2, so additional links can be useful in future.
11935 if test "$aix_use_runtimelinking" = yes; then
11936 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11937 # instead of lib<name>.a to let people know that these are not
11938 # typical AIX shared libraries.
11939 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11940 else
11941 # We preserve .a as extension for shared libraries through AIX4.2
11942 # and later when we are not doing run time linking.
11943 library_names_spec='${libname}${release}.a $libname.a'
11944 soname_spec='${libname}${release}${shared_ext}$major'
11945 fi
11946 shlibpath_var=LIBPATH
11947 fi
11948 ;;
11949
11950amigaos*)
11951 case $host_cpu in
11952 powerpc)
11953 # Since July 2007 AmigaOS4 officially supports .so libraries.
11954 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11955 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11956 ;;
11957 m68k)
11958 library_names_spec='$libname.ixlibrary $libname.a'
11959 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11960 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'
11961 ;;
11962 esac
11963 ;;
11964
11965beos*)
11966 library_names_spec='${libname}${shared_ext}'
11967 dynamic_linker="$host_os ld.so"
11968 shlibpath_var=LIBRARY_PATH
11969 ;;
11970
11971bsdi[45]*)
11972 version_type=linux
11973 need_version=no
11974 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11975 soname_spec='${libname}${release}${shared_ext}$major'
11976 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11977 shlibpath_var=LD_LIBRARY_PATH
11978 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11979 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11980 # the default ld.so.conf also contains /usr/contrib/lib and
11981 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11982 # libtool to hard-code these into programs
11983 ;;
11984
11985cygwin* | mingw* | pw32* | cegcc*)
11986 version_type=windows
11987 shrext_cmds=".dll"
11988 need_version=no
11989 need_lib_prefix=no
11990
11991 case $GCC,$host_os in
11992 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11993 library_names_spec='$libname.dll.a'
11994 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11995 postinstall_cmds='base_file=`basename \${file}`~
11996 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11997 dldir=$destdir/`dirname \$dlpath`~
11998 test -d \$dldir || mkdir -p \$dldir~
11999 $install_prog $dir/$dlname \$dldir/$dlname~
12000 chmod a+x \$dldir/$dlname~
12001 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
12002 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
12003 fi'
12004 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
12005 dlpath=$dir/\$dldll~
12006 $RM \$dlpath'
12007 shlibpath_overrides_runpath=yes
12008
12009 case $host_os in
12010 cygwin*)
12011 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
12012 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12013
12014 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
12015 ;;
12016 mingw* | cegcc*)
12017 # MinGW DLLs use traditional 'lib' prefix
12018 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12019 ;;
12020 pw32*)
12021 # pw32 DLLs use 'pw' prefix rather than 'lib'
12022 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12023 ;;
12024 esac
12025 ;;
12026
12027 *)
12028 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
12029 ;;
12030 esac
12031 dynamic_linker='Win32 ld.exe'
12032 # FIXME: first we should search . and the directory the executable is in
12033 shlibpath_var=PATH
12034 ;;
12035
12036darwin* | rhapsody*)
12037 dynamic_linker="$host_os dyld"
12038 version_type=darwin
12039 need_lib_prefix=no
12040 need_version=no
12041 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
12042 soname_spec='${libname}${release}${major}$shared_ext'
12043 shlibpath_overrides_runpath=yes
12044 shlibpath_var=DYLD_LIBRARY_PATH
12045 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
12046
12047 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
12048 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
12049 ;;
12050
12051dgux*)
12052 version_type=linux
12053 need_lib_prefix=no
12054 need_version=no
12055 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
12056 soname_spec='${libname}${release}${shared_ext}$major'
12057 shlibpath_var=LD_LIBRARY_PATH
12058 ;;
12059
12060freebsd* | dragonfly*)
12061 # DragonFly does not have aout. When/if they implement a new
12062 # versioning mechanism, adjust this.
12063 if test -x /usr/bin/objformat; then
12064 objformat=`/usr/bin/objformat`
12065 else
12066 case $host_os in
12067 freebsd[23].*) objformat=aout ;;
12068 *) objformat=elf ;;
12069 esac
12070 fi
12071 version_type=freebsd-$objformat
12072 case $version_type in
12073 freebsd-elf*)
12074 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12075 need_version=no
12076 need_lib_prefix=no
12077 ;;
12078 freebsd-*)
12079 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
12080 need_version=yes
12081 ;;
12082 esac
12083 shlibpath_var=LD_LIBRARY_PATH
12084 case $host_os in
12085 freebsd2.*)
12086 shlibpath_overrides_runpath=yes
12087 ;;
12088 freebsd3.[01]* | freebsdelf3.[01]*)
12089 shlibpath_overrides_runpath=yes
12090 hardcode_into_libs=yes
12091 ;;
12092 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12093 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12094 shlibpath_overrides_runpath=no
12095 hardcode_into_libs=yes
12096 ;;
12097 *) # from 4.6 on, and DragonFly
12098 shlibpath_overrides_runpath=yes
12099 hardcode_into_libs=yes
12100 ;;
12101 esac
12102 ;;
12103
6bb11ab3
L
12104haiku*)
12105 version_type=linux
12106 need_lib_prefix=no
12107 need_version=no
12108 dynamic_linker="$host_os runtime_loader"
12109 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12110 soname_spec='${libname}${release}${shared_ext}$major'
12111 shlibpath_var=LIBRARY_PATH
12112 shlibpath_overrides_runpath=yes
12113 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12114 hardcode_into_libs=yes
12115 ;;
12116
12117hpux9* | hpux10* | hpux11*)
12118 # Give a soname corresponding to the major version so that dld.sl refuses to
12119 # link against other versions.
12120 version_type=sunos
12121 need_lib_prefix=no
12122 need_version=no
12123 case $host_cpu in
12124 ia64*)
12125 shrext_cmds='.so'
12126 hardcode_into_libs=yes
12127 dynamic_linker="$host_os dld.so"
12128 shlibpath_var=LD_LIBRARY_PATH
12129 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12130 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12131 soname_spec='${libname}${release}${shared_ext}$major'
12132 if test "X$HPUX_IA64_MODE" = X32; then
12133 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12134 else
12135 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12136 fi
12137 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12138 ;;
12139 hppa*64*)
12140 shrext_cmds='.sl'
12141 hardcode_into_libs=yes
12142 dynamic_linker="$host_os dld.sl"
12143 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12144 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12145 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12146 soname_spec='${libname}${release}${shared_ext}$major'
12147 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12148 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12149 ;;
12150 *)
12151 shrext_cmds='.sl'
12152 dynamic_linker="$host_os dld.sl"
12153 shlibpath_var=SHLIB_PATH
12154 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12155 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12156 soname_spec='${libname}${release}${shared_ext}$major'
12157 ;;
12158 esac
12159 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12160 postinstall_cmds='chmod 555 $lib'
12161 # or fails outright, so override atomically:
12162 install_override_mode=555
12163 ;;
12164
12165interix[3-9]*)
12166 version_type=linux
12167 need_lib_prefix=no
12168 need_version=no
12169 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12170 soname_spec='${libname}${release}${shared_ext}$major'
12171 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12172 shlibpath_var=LD_LIBRARY_PATH
12173 shlibpath_overrides_runpath=no
12174 hardcode_into_libs=yes
12175 ;;
12176
12177irix5* | irix6* | nonstopux*)
12178 case $host_os in
12179 nonstopux*) version_type=nonstopux ;;
12180 *)
12181 if test "$lt_cv_prog_gnu_ld" = yes; then
12182 version_type=linux
12183 else
12184 version_type=irix
12185 fi ;;
12186 esac
12187 need_lib_prefix=no
12188 need_version=no
12189 soname_spec='${libname}${release}${shared_ext}$major'
12190 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12191 case $host_os in
12192 irix5* | nonstopux*)
12193 libsuff= shlibsuff=
12194 ;;
12195 *)
12196 case $LD in # libtool.m4 will add one of these switches to LD
12197 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12198 libsuff= shlibsuff= libmagic=32-bit;;
12199 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12200 libsuff=32 shlibsuff=N32 libmagic=N32;;
12201 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12202 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12203 *) libsuff= shlibsuff= libmagic=never-match;;
12204 esac
12205 ;;
12206 esac
12207 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12208 shlibpath_overrides_runpath=no
12209 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12210 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12211 hardcode_into_libs=yes
12212 ;;
12213
12214# No shared lib support for Linux oldld, aout, or coff.
12215linux*oldld* | linux*aout* | linux*coff*)
12216 dynamic_linker=no
12217 ;;
12218
12219# This must be Linux ELF.
46f900c0 12220linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
12221 version_type=linux
12222 need_lib_prefix=no
12223 need_version=no
12224 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12225 soname_spec='${libname}${release}${shared_ext}$major'
12226 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12227 shlibpath_var=LD_LIBRARY_PATH
12228 shlibpath_overrides_runpath=no
12229
12230 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 12231 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
12232 $as_echo_n "(cached) " >&6
12233else
6bb11ab3
L
12234 lt_cv_shlibpath_overrides_runpath=no
12235 save_LDFLAGS=$LDFLAGS
12236 save_libdir=$libdir
12237 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12238 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
12240/* end confdefs.h. */
12241
2232061b
MF
12242int
12243main ()
12244{
12245
12246 ;
12247 return 0;
12248}
12249_ACEOF
6bb11ab3
L
12250if ac_fn_c_try_link "$LINENO"; then :
12251 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12252 lt_cv_shlibpath_overrides_runpath=yes
2232061b 12253fi
2232061b 12254fi
6bb11ab3
L
12255rm -f core conftest.err conftest.$ac_objext \
12256 conftest$ac_exeext conftest.$ac_ext
12257 LDFLAGS=$save_LDFLAGS
12258 libdir=$save_libdir
2232061b 12259
6bb11ab3 12260fi
2232061b 12261
6bb11ab3 12262 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 12263
6bb11ab3
L
12264 # This implies no fast_install, which is unacceptable.
12265 # Some rework will be needed to allow for fast_install
12266 # before this can be enabled.
12267 hardcode_into_libs=yes
2232061b 12268
6bb11ab3
L
12269 # Append ld.so.conf contents to the search path
12270 if test -f /etc/ld.so.conf; then
12271 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' ' '`
12272 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12273 fi
2232061b 12274
6bb11ab3
L
12275 # We used to test for /lib/ld.so.1 and disable shared libraries on
12276 # powerpc, because MkLinux only supported shared libraries with the
12277 # GNU dynamic linker. Since this was broken with cross compilers,
12278 # most powerpc-linux boxes support dynamic linking these days and
12279 # people can always --disable-shared, the test was removed, and we
12280 # assume the GNU/Linux dynamic linker is in use.
12281 dynamic_linker='GNU/Linux ld.so'
12282 ;;
12283
12284netbsd*)
12285 version_type=sunos
12286 need_lib_prefix=no
12287 need_version=no
12288 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12289 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12290 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12291 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 12292 else
6bb11ab3
L
12293 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12294 soname_spec='${libname}${release}${shared_ext}$major'
12295 dynamic_linker='NetBSD ld.elf_so'
12296 fi
12297 shlibpath_var=LD_LIBRARY_PATH
12298 shlibpath_overrides_runpath=yes
12299 hardcode_into_libs=yes
12300 ;;
12301
12302newsos6)
12303 version_type=linux
12304 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12305 shlibpath_var=LD_LIBRARY_PATH
12306 shlibpath_overrides_runpath=yes
12307 ;;
12308
12309*nto* | *qnx*)
12310 version_type=qnx
12311 need_lib_prefix=no
12312 need_version=no
12313 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12314 soname_spec='${libname}${release}${shared_ext}$major'
12315 shlibpath_var=LD_LIBRARY_PATH
12316 shlibpath_overrides_runpath=no
12317 hardcode_into_libs=yes
12318 dynamic_linker='ldqnx.so'
12319 ;;
12320
12321openbsd*)
12322 version_type=sunos
12323 sys_lib_dlsearch_path_spec="/usr/lib"
12324 need_lib_prefix=no
12325 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12326 case $host_os in
12327 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12328 *) need_version=no ;;
12329 esac
12330 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12331 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12332 shlibpath_var=LD_LIBRARY_PATH
12333 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12334 case $host_os in
12335 openbsd2.[89] | openbsd2.[89].*)
12336 shlibpath_overrides_runpath=no
12337 ;;
12338 *)
12339 shlibpath_overrides_runpath=yes
12340 ;;
12341 esac
12342 else
12343 shlibpath_overrides_runpath=yes
12344 fi
12345 ;;
12346
12347os2*)
12348 libname_spec='$name'
12349 shrext_cmds=".dll"
12350 need_lib_prefix=no
12351 library_names_spec='$libname${shared_ext} $libname.a'
12352 dynamic_linker='OS/2 ld.exe'
12353 shlibpath_var=LIBPATH
12354 ;;
12355
12356osf3* | osf4* | osf5*)
12357 version_type=osf
12358 need_lib_prefix=no
12359 need_version=no
12360 soname_spec='${libname}${release}${shared_ext}$major'
12361 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12362 shlibpath_var=LD_LIBRARY_PATH
12363 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12364 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12365 ;;
12366
12367rdos*)
12368 dynamic_linker=no
12369 ;;
12370
12371solaris*)
12372 version_type=linux
12373 need_lib_prefix=no
12374 need_version=no
12375 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12376 soname_spec='${libname}${release}${shared_ext}$major'
12377 shlibpath_var=LD_LIBRARY_PATH
12378 shlibpath_overrides_runpath=yes
12379 hardcode_into_libs=yes
12380 # ldd complains unless libraries are executable
12381 postinstall_cmds='chmod +x $lib'
12382 ;;
12383
12384sunos4*)
12385 version_type=sunos
12386 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12387 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12388 shlibpath_var=LD_LIBRARY_PATH
12389 shlibpath_overrides_runpath=yes
12390 if test "$with_gnu_ld" = yes; then
12391 need_lib_prefix=no
12392 fi
12393 need_version=yes
12394 ;;
12395
12396sysv4 | sysv4.3*)
12397 version_type=linux
12398 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12399 soname_spec='${libname}${release}${shared_ext}$major'
12400 shlibpath_var=LD_LIBRARY_PATH
12401 case $host_vendor in
12402 sni)
12403 shlibpath_overrides_runpath=no
12404 need_lib_prefix=no
12405 runpath_var=LD_RUN_PATH
12406 ;;
12407 siemens)
12408 need_lib_prefix=no
12409 ;;
12410 motorola)
12411 need_lib_prefix=no
12412 need_version=no
12413 shlibpath_overrides_runpath=no
12414 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12415 ;;
12416 esac
12417 ;;
12418
12419sysv4*MP*)
12420 if test -d /usr/nec ;then
12421 version_type=linux
12422 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12423 soname_spec='$libname${shared_ext}.$major'
12424 shlibpath_var=LD_LIBRARY_PATH
2232061b 12425 fi
6bb11ab3
L
12426 ;;
12427
12428sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12429 version_type=freebsd-elf
12430 need_lib_prefix=no
12431 need_version=no
12432 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12433 soname_spec='${libname}${release}${shared_ext}$major'
12434 shlibpath_var=LD_LIBRARY_PATH
12435 shlibpath_overrides_runpath=yes
12436 hardcode_into_libs=yes
12437 if test "$with_gnu_ld" = yes; then
12438 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12439 else
12440 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12441 case $host_os in
12442 sco3.2v5*)
12443 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12444 ;;
12445 esac
12446 fi
12447 sys_lib_dlsearch_path_spec='/usr/lib'
12448 ;;
12449
12450tpf*)
12451 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12452 version_type=linux
12453 need_lib_prefix=no
12454 need_version=no
12455 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12456 shlibpath_var=LD_LIBRARY_PATH
12457 shlibpath_overrides_runpath=no
12458 hardcode_into_libs=yes
12459 ;;
12460
12461uts4*)
12462 version_type=linux
12463 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12464 soname_spec='${libname}${release}${shared_ext}$major'
12465 shlibpath_var=LD_LIBRARY_PATH
12466 ;;
12467
12468*)
12469 dynamic_linker=no
12470 ;;
12471esac
12472{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12473$as_echo "$dynamic_linker" >&6; }
12474test "$dynamic_linker" = no && can_build_shared=no
12475
12476variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12477if test "$GCC" = yes; then
12478 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 12479fi
2232061b 12480
6bb11ab3
L
12481if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12482 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12483fi
12484if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12485 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12486fi
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
12497
12498
12499
12500
12501
12502
12503
12504
12505
12506
12507
12508
12509
12510
12511
12512
2232061b 12513
2232061b 12514
2232061b 12515
2232061b 12516
2232061b
MF
12517
12518
6ffe910a 12519
6ffe910a
MF
12520
12521
12522
12523
12524
2232061b 12525
6ffe910a
MF
12526
12527
12528
12529
6ffe910a 12530
6ffe910a 12531
6ffe910a
MF
12532
12533
6ffe910a 12534
6ffe910a 12535
6ffe910a
MF
12536
12537
5f3ef9d0 12538
5f3ef9d0
JB
12539
12540
12541
db2e4d67
MF
12542
12543
db2e4d67 12544
db2e4d67 12545
db2e4d67 12546
db2e4d67 12547
db2e4d67 12548
db2e4d67 12549
db2e4d67 12550
db2e4d67
MF
12551
12552
db2e4d67 12553
db2e4d67
MF
12554
12555
db2e4d67 12556
db2e4d67
MF
12557
12558
6ffe910a 12559
6ffe910a 12560
6ffe910a
MF
12561
12562
6ffe910a
MF
12563
12564
6ffe910a 12565
6ffe910a 12566
6ffe910a 12567
6ffe910a 12568
6ffe910a 12569
b7026657
AC
12570
12571
12572
c906108c 12573
b7026657 12574
b7026657 12575
b7026657 12576
b7026657 12577
c906108c 12578
6bb11ab3
L
12579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12580$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12581hardcode_action=
12582if test -n "$hardcode_libdir_flag_spec" ||
12583 test -n "$runpath_var" ||
12584 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 12585
6bb11ab3
L
12586 # We can hardcode non-existent directories.
12587 if test "$hardcode_direct" != no &&
12588 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12589 # have to relink, otherwise we might link with an installed library
12590 # when we should be linking with a yet-to-be-installed one
12591 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12592 test "$hardcode_minus_L" != no; then
12593 # Linking always hardcodes the temporary library directory.
12594 hardcode_action=relink
12595 else
12596 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12597 hardcode_action=immediate
12598 fi
12599else
12600 # We cannot hardcode anything, or else we can only hardcode existing
12601 # directories.
12602 hardcode_action=unsupported
c906108c 12603fi
6bb11ab3
L
12604{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12605$as_echo "$hardcode_action" >&6; }
b7026657 12606
6bb11ab3
L
12607if test "$hardcode_action" = relink ||
12608 test "$inherit_rpath" = yes; then
12609 # Fast installation is not supported
12610 enable_fast_install=no
12611elif test "$shlibpath_overrides_runpath" = yes ||
12612 test "$enable_shared" = no; then
12613 # Fast installation is not necessary
12614 enable_fast_install=needless
12615fi
c906108c 12616
6bb11ab3
L
12617
12618
12619
12620
12621
12622 if test "x$enable_dlopen" != xyes; then
12623 enable_dlopen=unknown
12624 enable_dlopen_self=unknown
12625 enable_dlopen_self_static=unknown
12626else
12627 lt_cv_dlopen=no
12628 lt_cv_dlopen_libs=
12629
12630 case $host_os in
12631 beos*)
12632 lt_cv_dlopen="load_add_on"
12633 lt_cv_dlopen_libs=
12634 lt_cv_dlopen_self=yes
12635 ;;
12636
12637 mingw* | pw32* | cegcc*)
12638 lt_cv_dlopen="LoadLibrary"
12639 lt_cv_dlopen_libs=
12640 ;;
12641
12642 cygwin*)
12643 lt_cv_dlopen="dlopen"
12644 lt_cv_dlopen_libs=
12645 ;;
12646
12647 darwin*)
12648 # if libdl is installed we need to link against it
12649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12650$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 12651if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
12652 $as_echo_n "(cached) " >&6
12653else
12654 ac_check_lib_save_LIBS=$LIBS
12655LIBS="-ldl $LIBS"
12656cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12657/* end confdefs.h. */
12658
12659/* Override any GCC internal prototype to avoid an error.
12660 Use char because int might match the return type of a GCC
12661 builtin and then its argument prototype would still apply. */
12662#ifdef __cplusplus
12663extern "C"
12664#endif
12665char dlopen ();
12666int
12667main ()
12668{
12669return dlopen ();
12670 ;
12671 return 0;
12672}
b7026657 12673_ACEOF
6bb11ab3
L
12674if ac_fn_c_try_link "$LINENO"; then :
12675 ac_cv_lib_dl_dlopen=yes
12676else
12677 ac_cv_lib_dl_dlopen=no
12678fi
12679rm -f core conftest.err conftest.$ac_objext \
12680 conftest$ac_exeext conftest.$ac_ext
12681LIBS=$ac_check_lib_save_LIBS
12682fi
12683{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12684$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 12685if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
12686 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12687else
12688
12689 lt_cv_dlopen="dyld"
12690 lt_cv_dlopen_libs=
12691 lt_cv_dlopen_self=yes
c906108c 12692
c906108c 12693fi
c906108c 12694
6bb11ab3 12695 ;;
c906108c 12696
6bb11ab3
L
12697 *)
12698 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 12699if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
12700 lt_cv_dlopen="shl_load"
12701else
12702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12703$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 12704if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
12705 $as_echo_n "(cached) " >&6
12706else
12707 ac_check_lib_save_LIBS=$LIBS
12708LIBS="-ldld $LIBS"
12709cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12710/* end confdefs.h. */
12711
12712/* Override any GCC internal prototype to avoid an error.
12713 Use char because int might match the return type of a GCC
12714 builtin and then its argument prototype would still apply. */
12715#ifdef __cplusplus
12716extern "C"
12717#endif
12718char shl_load ();
12719int
12720main ()
12721{
12722return shl_load ();
12723 ;
12724 return 0;
12725}
12726_ACEOF
12727if ac_fn_c_try_link "$LINENO"; then :
12728 ac_cv_lib_dld_shl_load=yes
12729else
12730 ac_cv_lib_dld_shl_load=no
12731fi
12732rm -f core conftest.err conftest.$ac_objext \
12733 conftest$ac_exeext conftest.$ac_ext
12734LIBS=$ac_check_lib_save_LIBS
12735fi
12736{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12737$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 12738if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
12739 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12740else
12741 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 12742if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
12743 lt_cv_dlopen="dlopen"
12744else
12745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12746$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 12747if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 12748 $as_echo_n "(cached) " >&6
c906108c 12749else
b7026657 12750 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12751LIBS="-ldl $LIBS"
81ecdfbb 12752cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12753/* end confdefs.h. */
12754
81ecdfbb
RW
12755/* Override any GCC internal prototype to avoid an error.
12756 Use char because int might match the return type of a GCC
12757 builtin and then its argument prototype would still apply. */
b7026657
AC
12758#ifdef __cplusplus
12759extern "C"
12760#endif
6bb11ab3 12761char dlopen ();
b7026657
AC
12762int
12763main ()
12764{
6bb11ab3 12765return dlopen ();
b7026657
AC
12766 ;
12767 return 0;
12768}
12769_ACEOF
81ecdfbb 12770if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12771 ac_cv_lib_dl_dlopen=yes
b7026657 12772else
6bb11ab3 12773 ac_cv_lib_dl_dlopen=no
b7026657 12774fi
81ecdfbb
RW
12775rm -f core conftest.err conftest.$ac_objext \
12776 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12777LIBS=$ac_check_lib_save_LIBS
12778fi
6bb11ab3
L
12779{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12780$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 12781if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
12782 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12783else
12784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12785$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 12786if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 12787 $as_echo_n "(cached) " >&6
c906108c 12788else
b7026657 12789 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12790LIBS="-lsvld $LIBS"
81ecdfbb 12791cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12792/* end confdefs.h. */
12793
81ecdfbb
RW
12794/* Override any GCC internal prototype to avoid an error.
12795 Use char because int might match the return type of a GCC
12796 builtin and then its argument prototype would still apply. */
b7026657
AC
12797#ifdef __cplusplus
12798extern "C"
12799#endif
6bb11ab3 12800char dlopen ();
b7026657
AC
12801int
12802main ()
12803{
6bb11ab3 12804return dlopen ();
b7026657
AC
12805 ;
12806 return 0;
12807}
12808_ACEOF
81ecdfbb 12809if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12810 ac_cv_lib_svld_dlopen=yes
b7026657 12811else
6bb11ab3 12812 ac_cv_lib_svld_dlopen=no
b7026657 12813fi
81ecdfbb
RW
12814rm -f core conftest.err conftest.$ac_objext \
12815 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12816LIBS=$ac_check_lib_save_LIBS
12817fi
6bb11ab3
L
12818{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12819$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 12820if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 12821 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 12822else
6bb11ab3
L
12823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12824$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 12825if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 12826 $as_echo_n "(cached) " >&6
b5bd9624 12827else
6bb11ab3
L
12828 ac_check_lib_save_LIBS=$LIBS
12829LIBS="-ldld $LIBS"
81ecdfbb 12830cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
12831/* end confdefs.h. */
12832
81ecdfbb
RW
12833/* Override any GCC internal prototype to avoid an error.
12834 Use char because int might match the return type of a GCC
b5bd9624 12835 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
12836#ifdef __cplusplus
12837extern "C"
12838#endif
6bb11ab3 12839char dld_link ();
b5bd9624
HPN
12840int
12841main ()
12842{
6bb11ab3 12843return dld_link ();
b5bd9624
HPN
12844 ;
12845 return 0;
12846}
12847_ACEOF
6bb11ab3
L
12848if ac_fn_c_try_link "$LINENO"; then :
12849 ac_cv_lib_dld_dld_link=yes
12850else
12851 ac_cv_lib_dld_dld_link=no
12852fi
12853rm -f core conftest.err conftest.$ac_objext \
12854 conftest$ac_exeext conftest.$ac_ext
12855LIBS=$ac_check_lib_save_LIBS
12856fi
12857{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12858$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 12859if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
12860 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12861fi
12862
12863
12864fi
12865
12866
12867fi
12868
12869
12870fi
12871
12872
12873fi
12874
12875
12876fi
12877
12878 ;;
12879 esac
12880
12881 if test "x$lt_cv_dlopen" != xno; then
12882 enable_dlopen=yes
b5bd9624 12883 else
6bb11ab3
L
12884 enable_dlopen=no
12885 fi
12886
12887 case $lt_cv_dlopen in
12888 dlopen)
12889 save_CPPFLAGS="$CPPFLAGS"
12890 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12891
12892 save_LDFLAGS="$LDFLAGS"
12893 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12894
12895 save_LIBS="$LIBS"
12896 LIBS="$lt_cv_dlopen_libs $LIBS"
12897
12898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12899$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 12900if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
12901 $as_echo_n "(cached) " >&6
12902else
12903 if test "$cross_compiling" = yes; then :
12904 lt_cv_dlopen_self=cross
12905else
12906 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12907 lt_status=$lt_dlunknown
12908 cat > conftest.$ac_ext <<_LT_EOF
46f900c0 12909#line 12909 "configure"
6bb11ab3
L
12910#include "confdefs.h"
12911
12912#if HAVE_DLFCN_H
12913#include <dlfcn.h>
12914#endif
12915
12916#include <stdio.h>
12917
12918#ifdef RTLD_GLOBAL
12919# define LT_DLGLOBAL RTLD_GLOBAL
12920#else
12921# ifdef DL_GLOBAL
12922# define LT_DLGLOBAL DL_GLOBAL
12923# else
12924# define LT_DLGLOBAL 0
12925# endif
12926#endif
12927
12928/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12929 find out it does not work in some platform. */
12930#ifndef LT_DLLAZY_OR_NOW
12931# ifdef RTLD_LAZY
12932# define LT_DLLAZY_OR_NOW RTLD_LAZY
12933# else
12934# ifdef DL_LAZY
12935# define LT_DLLAZY_OR_NOW DL_LAZY
12936# else
12937# ifdef RTLD_NOW
12938# define LT_DLLAZY_OR_NOW RTLD_NOW
12939# else
12940# ifdef DL_NOW
12941# define LT_DLLAZY_OR_NOW DL_NOW
12942# else
12943# define LT_DLLAZY_OR_NOW 0
12944# endif
12945# endif
12946# endif
12947# endif
12948#endif
12949
12950/* When -fvisbility=hidden is used, assume the code has been annotated
12951 correspondingly for the symbols needed. */
12952#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12953void fnord () __attribute__((visibility("default")));
12954#endif
12955
12956void fnord () { int i=42; }
12957int main ()
12958{
12959 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12960 int status = $lt_dlunknown;
12961
12962 if (self)
12963 {
12964 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12965 else
12966 {
12967 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12968 else puts (dlerror ());
12969 }
12970 /* dlclose (self); */
12971 }
12972 else
12973 puts (dlerror ());
12974
12975 return status;
12976}
12977_LT_EOF
12978 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12979 (eval $ac_link) 2>&5
12980 ac_status=$?
12981 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12982 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12983 (./conftest; exit; ) >&5 2>/dev/null
12984 lt_status=$?
12985 case x$lt_status in
12986 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12987 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12988 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12989 esac
12990 else :
12991 # compilation failed
12992 lt_cv_dlopen_self=no
b5bd9624 12993 fi
b5bd9624 12994fi
6bb11ab3
L
12995rm -fr conftest*
12996
12997
b5bd9624 12998fi
6bb11ab3
L
12999{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
13000$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 13001
6bb11ab3
L
13002 if test "x$lt_cv_dlopen_self" = xyes; then
13003 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
13004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
13005$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 13006if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 13007 $as_echo_n "(cached) " >&6
b5bd9624 13008else
6bb11ab3
L
13009 if test "$cross_compiling" = yes; then :
13010 lt_cv_dlopen_self_static=cross
13011else
13012 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13013 lt_status=$lt_dlunknown
13014 cat > conftest.$ac_ext <<_LT_EOF
46f900c0 13015#line 13015 "configure"
6bb11ab3
L
13016#include "confdefs.h"
13017
13018#if HAVE_DLFCN_H
13019#include <dlfcn.h>
13020#endif
13021
13022#include <stdio.h>
13023
13024#ifdef RTLD_GLOBAL
13025# define LT_DLGLOBAL RTLD_GLOBAL
13026#else
13027# ifdef DL_GLOBAL
13028# define LT_DLGLOBAL DL_GLOBAL
13029# else
13030# define LT_DLGLOBAL 0
13031# endif
13032#endif
13033
13034/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
13035 find out it does not work in some platform. */
13036#ifndef LT_DLLAZY_OR_NOW
13037# ifdef RTLD_LAZY
13038# define LT_DLLAZY_OR_NOW RTLD_LAZY
13039# else
13040# ifdef DL_LAZY
13041# define LT_DLLAZY_OR_NOW DL_LAZY
13042# else
13043# ifdef RTLD_NOW
13044# define LT_DLLAZY_OR_NOW RTLD_NOW
13045# else
13046# ifdef DL_NOW
13047# define LT_DLLAZY_OR_NOW DL_NOW
13048# else
13049# define LT_DLLAZY_OR_NOW 0
13050# endif
13051# endif
13052# endif
13053# endif
13054#endif
13055
13056/* When -fvisbility=hidden is used, assume the code has been annotated
13057 correspondingly for the symbols needed. */
13058#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13059void fnord () __attribute__((visibility("default")));
13060#endif
13061
13062void fnord () { int i=42; }
13063int main ()
13064{
13065 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13066 int status = $lt_dlunknown;
13067
13068 if (self)
13069 {
13070 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13071 else
13072 {
13073 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13074 else puts (dlerror ());
13075 }
13076 /* dlclose (self); */
13077 }
13078 else
13079 puts (dlerror ());
13080
13081 return status;
13082}
13083_LT_EOF
13084 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13085 (eval $ac_link) 2>&5
13086 ac_status=$?
13087 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13088 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13089 (./conftest; exit; ) >&5 2>/dev/null
13090 lt_status=$?
13091 case x$lt_status in
13092 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13093 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13094 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13095 esac
13096 else :
13097 # compilation failed
13098 lt_cv_dlopen_self_static=no
13099 fi
b5bd9624 13100fi
6bb11ab3
L
13101rm -fr conftest*
13102
13103
b5bd9624 13104fi
6bb11ab3
L
13105{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13106$as_echo "$lt_cv_dlopen_self_static" >&6; }
13107 fi
13108
13109 CPPFLAGS="$save_CPPFLAGS"
13110 LDFLAGS="$save_LDFLAGS"
13111 LIBS="$save_LIBS"
13112 ;;
13113 esac
13114
13115 case $lt_cv_dlopen_self in
13116 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13117 *) enable_dlopen_self=unknown ;;
13118 esac
13119
13120 case $lt_cv_dlopen_self_static in
13121 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13122 *) enable_dlopen_self_static=unknown ;;
13123 esac
13124fi
13125
13126
13127
13128
13129
13130
13131
13132
13133
13134
13135
13136
13137
13138
13139
13140
13141
13142striplib=
13143old_striplib=
13144{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13145$as_echo_n "checking whether stripping libraries is possible... " >&6; }
13146if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13147 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13148 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13150$as_echo "yes" >&6; }
13151else
13152# FIXME - insert some real tests, host_os isn't really good enough
13153 case $host_os in
13154 darwin*)
13155 if test -n "$STRIP" ; then
13156 striplib="$STRIP -x"
13157 old_striplib="$STRIP -S"
13158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13159$as_echo "yes" >&6; }
13160 else
13161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13162$as_echo "no" >&6; }
13163 fi
13164 ;;
13165 *)
13166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13167$as_echo "no" >&6; }
13168 ;;
13169 esac
13170fi
13171
13172
13173
13174
13175
13176
13177
13178
13179
13180
13181
13182
13183 # Report which library types will actually be built
13184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13185$as_echo_n "checking if libtool supports shared libraries... " >&6; }
13186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13187$as_echo "$can_build_shared" >&6; }
13188
13189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13190$as_echo_n "checking whether to build shared libraries... " >&6; }
13191 test "$can_build_shared" = "no" && enable_shared=no
13192
13193 # On AIX, shared libraries and static libraries use the same namespace, and
13194 # are all built from PIC.
13195 case $host_os in
13196 aix3*)
13197 test "$enable_shared" = yes && enable_static=no
13198 if test -n "$RANLIB"; then
13199 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13200 postinstall_cmds='$RANLIB $lib'
13201 fi
13202 ;;
13203
13204 aix[4-9]*)
13205 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13206 test "$enable_shared" = yes && enable_static=no
13207 fi
13208 ;;
13209 esac
13210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13211$as_echo "$enable_shared" >&6; }
13212
13213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13214$as_echo_n "checking whether to build static libraries... " >&6; }
13215 # Make sure either enable_shared or enable_static is yes.
13216 test "$enable_shared" = yes || enable_static=yes
13217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13218$as_echo "$enable_static" >&6; }
13219
13220
13221
13222
13223fi
13224ac_ext=c
13225ac_cpp='$CPP $CPPFLAGS'
13226ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13227ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13228ac_compiler_gnu=$ac_cv_c_compiler_gnu
13229
13230CC="$lt_save_CC"
13231
13232
13233
13234
13235
13236
13237
13238
13239
b5bd9624 13240
b5bd9624 13241
b5bd9624 13242
b5bd9624 13243
6bb11ab3
L
13244 ac_config_commands="$ac_config_commands libtool"
13245
13246
13247
13248
13249# Only expand once:
13250
13251
5912fadd 13252
b5bd9624 13253
c906108c
SS
13254. ${srcdir}/../../bfd/configure.host
13255
13256
13257
31e6ad7d
MF
13258
13259{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13260$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13261 # Check whether --enable-maintainer-mode was given.
81ecdfbb 13262if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
13263 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13264else
13265 USE_MAINTAINER_MODE=no
c906108c 13266fi
31e6ad7d
MF
13267
13268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13269$as_echo "$USE_MAINTAINER_MODE" >&6; }
13270 if test $USE_MAINTAINER_MODE = yes; then
13271 MAINTAINER_MODE_TRUE=
13272 MAINTAINER_MODE_FALSE='#'
c906108c 13273else
31e6ad7d
MF
13274 MAINTAINER_MODE_TRUE='#'
13275 MAINTAINER_MODE_FALSE=
81ecdfbb 13276fi
c906108c 13277
31e6ad7d
MF
13278 MAINT=$MAINTAINER_MODE_TRUE
13279
13280
c906108c 13281
81ecdfbb 13282
ce39bd38
MF
13283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
13284$as_echo_n "checking for sim debug setting... " >&6; }
13285sim_debug="0"
81ecdfbb
RW
13286# Check whether --enable-sim-debug was given.
13287if test "${enable_sim_debug+set}" = set; then :
13288 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
13289 yes) sim_debug="7";;
13290 no) sim_debug="0";;
13291 *) sim_debug="($enableval)";;
c906108c 13292esac
c906108c 13293fi
ce39bd38
MF
13294if test "$sim_debug" != "0"; then
13295
13296cat >>confdefs.h <<_ACEOF
13297#define DEBUG $sim_debug
13298_ACEOF
13299
81ecdfbb 13300fi
c906108c 13301
ce39bd38
MF
13302cat >>confdefs.h <<_ACEOF
13303#define WITH_DEBUG $sim_debug
13304_ACEOF
13305
13306{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
13307$as_echo "$sim_debug" >&6; }
c906108c 13308
81ecdfbb 13309
ce39bd38
MF
13310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
13311$as_echo_n "checking for sim stdio debug behavior... " >&6; }
13312sim_stdio="0"
81ecdfbb
RW
13313# Check whether --enable-sim-stdio was given.
13314if test "${enable_sim_stdio+set}" = set; then :
13315 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
13316 yes) sim_stdio="DO_USE_STDIO";;
13317 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 13318 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
c906108c 13319esac
81ecdfbb 13320fi
c906108c 13321
ce39bd38
MF
13322cat >>confdefs.h <<_ACEOF
13323#define WITH_STDIO $sim_stdio
13324_ACEOF
13325
13326{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
13327$as_echo "$sim_stdio" >&6; }
c906108c 13328
81ecdfbb 13329
ce39bd38
MF
13330{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
13331$as_echo_n "checking for sim trace settings... " >&6; }
13332sim_trace="~TRACE_debug"
81ecdfbb
RW
13333# Check whether --enable-sim-trace was given.
13334if test "${enable_sim_trace+set}" = set; then :
13335 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
13336 yes) sim_trace="-1";;
13337 no) sim_trace="0";;
c906108c 13338 [-0-9]*)
ce39bd38 13339 sim_trace="'(${enableval})'";;
2232061b 13340 [[:lower:]]*)
c906108c
SS
13341 sim_trace=""
13342 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13343 if test x"$sim_trace" = x; then
ce39bd38 13344 sim_trace="(TRACE_$x"
c906108c
SS
13345 else
13346 sim_trace="${sim_trace}|TRACE_$x"
13347 fi
13348 done
ce39bd38 13349 sim_trace="$sim_trace)" ;;
c906108c 13350esac
81ecdfbb 13351fi
c906108c 13352
ce39bd38
MF
13353cat >>confdefs.h <<_ACEOF
13354#define WITH_TRACE $sim_trace
13355_ACEOF
13356
13357{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
13358$as_echo "$sim_trace" >&6; }
c906108c 13359
81ecdfbb 13360
ce39bd38
MF
13361{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
13362$as_echo_n "checking for sim profile settings... " >&6; }
13363profile="1"
13364sim_profile="-1"
81ecdfbb
RW
13365# Check whether --enable-sim-profile was given.
13366if test "${enable_sim_profile+set}" = set; then :
13367 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
13368 yes) profile="1" sim_profile="-1";;
13369 no) profile="0" sim_profile="0";;
c906108c 13370 [-0-9]*)
ce39bd38 13371 profile="(${enableval})" sim_profile="(${enableval})";;
c906108c 13372 [a-z]*)
ce39bd38 13373 profile="1"
c906108c
SS
13374 sim_profile=""
13375 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13376 if test x"$sim_profile" = x; then
ce39bd38 13377 sim_profile="(PROFILE_$x"
c906108c
SS
13378 else
13379 sim_profile="${sim_profile}|PROFILE_$x"
13380 fi
13381 done
ce39bd38 13382 sim_profile="$sim_profile)" ;;
c906108c 13383esac
81ecdfbb 13384fi
c906108c 13385
ce39bd38
MF
13386cat >>confdefs.h <<_ACEOF
13387#define PROFILE $profile
13388_ACEOF
c906108c 13389
6efef468 13390
ce39bd38
MF
13391cat >>confdefs.h <<_ACEOF
13392#define WITH_PROFILE $sim_profile
13393_ACEOF
13394
13395{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
13396$as_echo "$sim_profile" >&6; }
13397
13398
13399
13400{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
13401$as_echo_n "checking whether to enable sim asserts... " >&6; }
13402sim_assert="1"
35656e95
MF
13403# Check whether --enable-sim-assert was given.
13404if test "${enable_sim_assert+set}" = set; then :
13405 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
13406 yes) sim_assert="1";;
13407 no) sim_assert="0";;
d0ac1c44 13408 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 13409esac
35656e95
MF
13410fi
13411
ce39bd38
MF
13412cat >>confdefs.h <<_ACEOF
13413#define WITH_ASSERT $sim_assert
13414_ACEOF
13415
13416{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
13417$as_echo "$sim_assert" >&6; }
13418
35656e95 13419
ce39bd38
MF
13420{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
13421$as_echo_n "checking default sim environment setting... " >&6; }
13422sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
13423# Check whether --enable-sim-environment was given.
13424if test "${enable_sim_environment+set}" = set; then :
13425 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
13426 all | ALL) sim_environment="ALL_ENVIRONMENT";;
13427 user | USER) sim_environment="USER_ENVIRONMENT";;
13428 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
13429 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 13430 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 13431esac
16f7876d
MF
13432fi
13433
ce39bd38
MF
13434cat >>confdefs.h <<_ACEOF
13435#define WITH_ENVIRONMENT $sim_environment
13436_ACEOF
13437
13438{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
13439$as_echo "$sim_environment" >&6; }
13440
16f7876d 13441
347fe5bb
MF
13442sim_inline="-DDEFAULT_INLINE=0"
13443# Check whether --enable-sim-inline was given.
13444if test "${enable_sim_inline+set}" = set; then :
13445 enableval=$enable_sim_inline; sim_inline=""
13446case "$enableval" in
13447 no) sim_inline="-DDEFAULT_INLINE=0";;
13448 0) sim_inline="-DDEFAULT_INLINE=0";;
13449 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13450 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13451 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13452 new_flag=""
13453 case "$x" in
13454 *_INLINE=*) new_flag="-D$x";;
13455 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13456 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13457 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13458 esac
13459 if test x"$sim_inline" = x""; then
13460 sim_inline="$new_flag"
13461 else
13462 sim_inline="$sim_inline $new_flag"
13463 fi
13464 done;;
13465esac
13466if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13467 echo "Setting inline flags = $sim_inline" 6>&1
13468fi
13469fi
13470
13471
13472
81ecdfbb
RW
13473
13474# Check whether --with-pkgversion was given.
13475if test "${with_pkgversion+set}" = set; then :
13476 withval=$with_pkgversion; case "$withval" in
d0ac1c44 13477 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
13478 no) PKGVERSION= ;;
13479 *) PKGVERSION="($withval) " ;;
13480 esac
13481else
bf12d44e 13482 PKGVERSION="(SIM) "
6efef468 13483
81ecdfbb
RW
13484fi
13485
6efef468
JM
13486
13487
13488
13489
81ecdfbb
RW
13490# Check whether --with-bugurl was given.
13491if test "${with_bugurl+set}" = set; then :
13492 withval=$with_bugurl; case "$withval" in
d0ac1c44 13493 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
13494 no) BUGURL=
13495 ;;
13496 *) BUGURL="$withval"
13497 ;;
13498 esac
13499else
dfb856ba 13500 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 13501
81ecdfbb
RW
13502fi
13503
6efef468
JM
13504 case ${BUGURL} in
13505 "")
13506 REPORT_BUGS_TO=
13507 REPORT_BUGS_TEXI=
13508 ;;
13509 *)
13510 REPORT_BUGS_TO="<$BUGURL>"
13511 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13512 ;;
13513 esac;
13514
13515
13516
13517
13518cat >>confdefs.h <<_ACEOF
13519#define PKGVERSION "$PKGVERSION"
13520_ACEOF
13521
13522
13523cat >>confdefs.h <<_ACEOF
13524#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13525_ACEOF
13526
13527
81ecdfbb
RW
13528{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13529$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 13530if ${ac_cv_type_signal+:} false; then :
81ecdfbb 13531 $as_echo_n "(cached) " >&6
c906108c 13532else
81ecdfbb 13533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 13534/* end confdefs.h. */
c906108c
SS
13535#include <sys/types.h>
13536#include <signal.h>
c906108c 13537
b7026657
AC
13538int
13539main ()
13540{
81ecdfbb 13541return *(signal (0, 0)) (0) == 1;
b7026657
AC
13542 ;
13543 return 0;
13544}
13545_ACEOF
81ecdfbb
RW
13546if ac_fn_c_try_compile "$LINENO"; then :
13547 ac_cv_type_signal=int
b7026657 13548else
81ecdfbb 13549 ac_cv_type_signal=void
b7026657 13550fi
81ecdfbb 13551rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b7026657 13552fi
81ecdfbb
RW
13553{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13554$as_echo "$ac_cv_type_signal" >&6; }
b7026657
AC
13555
13556cat >>confdefs.h <<_ACEOF
13557#define RETSIGTYPE $ac_cv_type_signal
13558_ACEOF
13559
13560
13561
13562
13563
b7026657 13564
6ffe910a 13565
b7026657 13566# In the Cygwin environment, we need some additional flags.
81ecdfbb
RW
13567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cygwin" >&5
13568$as_echo_n "checking for cygwin... " >&6; }
d0ac1c44 13569if ${sim_cv_os_cygwin+:} false; then :
81ecdfbb 13570 $as_echo_n "(cached) " >&6
b7026657 13571else
81ecdfbb 13572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
13573/* end confdefs.h. */
13574
13575#ifdef __CYGWIN__
13576lose
13577#endif
13578_ACEOF
13579if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 13580 $EGREP "lose" >/dev/null 2>&1; then :
b7026657
AC
13581 sim_cv_os_cygwin=yes
13582else
13583 sim_cv_os_cygwin=no
13584fi
13585rm -f conftest*
13586
13587fi
81ecdfbb
RW
13588{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_cv_os_cygwin" >&5
13589$as_echo "$sim_cv_os_cygwin" >&6; }
b7026657 13590
c1230d1b
JS
13591# Keep in sync with gdb's configure.ac list.
13592{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5
b909d38d 13593$as_echo_n "checking for library containing tgetent... " >&6; }
d0ac1c44 13594if ${ac_cv_search_tgetent+:} false; then :
81ecdfbb 13595 $as_echo_n "(cached) " >&6
b7026657 13596else
b909d38d 13597 ac_func_search_save_LIBS=$LIBS
81ecdfbb 13598cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
13599/* end confdefs.h. */
13600
b909d38d
MF
13601/* Override any GCC internal prototype to avoid an error.
13602 Use char because int might match the return type of a GCC
13603 builtin and then its argument prototype would still apply. */
13604#ifdef __cplusplus
13605extern "C"
13606#endif
13607char tgetent ();
b7026657
AC
13608int
13609main ()
13610{
b909d38d 13611return tgetent ();
b7026657
AC
13612 ;
13613 return 0;
13614}
13615_ACEOF
b909d38d
MF
13616for ac_lib in '' termcap tinfo curses ncurses; do
13617 if test -z "$ac_lib"; then
13618 ac_res="none required"
13619 else
13620 ac_res=-l$ac_lib
13621 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13622 fi
13623 if ac_fn_c_try_link "$LINENO"; then :
13624 ac_cv_search_tgetent=$ac_res
b7026657 13625fi
81ecdfbb 13626rm -f core conftest.err conftest.$ac_objext \
b909d38d 13627 conftest$ac_exeext
d0ac1c44 13628 if ${ac_cv_search_tgetent+:} false; then :
b909d38d 13629 break
b7026657 13630fi
b909d38d 13631done
d0ac1c44 13632if ${ac_cv_search_tgetent+:} false; then :
b909d38d
MF
13633
13634else
13635 ac_cv_search_tgetent=no
13636fi
13637rm conftest.$ac_ext
13638LIBS=$ac_func_search_save_LIBS
13639fi
13640{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_tgetent" >&5
13641$as_echo "$ac_cv_search_tgetent" >&6; }
13642ac_res=$ac_cv_search_tgetent
13643if test "$ac_res" != no; then :
13644 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13645 TERMCAP=$ac_cv_search_tgetent
b7026657
AC
13646else
13647 TERMCAP=""
13648fi
13649
c1230d1b
JS
13650if test x$sim_cv_os_cygwin = xyes; then
13651 TERMCAP="${TERMCAP} -luser32"
b7026657
AC
13652fi
13653
13654
70a9be63
HPN
13655# We prefer the in-tree readline. Top-level dependencies make sure
13656# src/readline (if it's there) is configured before src/sim.
13657if test -r ../../readline/Makefile; then
13658 READLINE=../../readline/libreadline.a
13659else
81ecdfbb
RW
13660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readline in -lreadline" >&5
13661$as_echo_n "checking for readline in -lreadline... " >&6; }
d0ac1c44 13662if ${ac_cv_lib_readline_readline+:} false; then :
81ecdfbb 13663 $as_echo_n "(cached) " >&6
70a9be63
HPN
13664else
13665 ac_check_lib_save_LIBS=$LIBS
13666LIBS="-lreadline $TERMCAP $LIBS"
81ecdfbb 13667cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70a9be63
HPN
13668/* end confdefs.h. */
13669
81ecdfbb
RW
13670/* Override any GCC internal prototype to avoid an error.
13671 Use char because int might match the return type of a GCC
13672 builtin and then its argument prototype would still apply. */
70a9be63
HPN
13673#ifdef __cplusplus
13674extern "C"
13675#endif
70a9be63
HPN
13676char readline ();
13677int
13678main ()
13679{
81ecdfbb 13680return readline ();
70a9be63
HPN
13681 ;
13682 return 0;
13683}
13684_ACEOF
81ecdfbb 13685if ac_fn_c_try_link "$LINENO"; then :
70a9be63
HPN
13686 ac_cv_lib_readline_readline=yes
13687else
81ecdfbb 13688 ac_cv_lib_readline_readline=no
70a9be63 13689fi
81ecdfbb
RW
13690rm -f core conftest.err conftest.$ac_objext \
13691 conftest$ac_exeext conftest.$ac_ext
70a9be63
HPN
13692LIBS=$ac_check_lib_save_LIBS
13693fi
81ecdfbb
RW
13694{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_readline" >&5
13695$as_echo "$ac_cv_lib_readline_readline" >&6; }
d0ac1c44 13696if test "x$ac_cv_lib_readline_readline" = xyes; then :
70a9be63
HPN
13697 READLINE=-lreadline
13698else
d0ac1c44 13699 as_fn_error $? "the required \"readline\" library is missing" "$LINENO" 5
70a9be63
HPN
13700fi
13701
13702fi
13703
b7026657 13704
b7026657
AC
13705cgen_breaks=""
13706if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13707cgen_breaks="break cgen_rtx_error";
13708fi
13709
81ecdfbb 13710ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 13711
81ecdfbb 13712ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 13713
81ecdfbb 13714ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 13715
81ecdfbb 13716ac_config_commands="$ac_config_commands Makefile"
38f48d72 13717
81ecdfbb 13718ac_config_commands="$ac_config_commands stamp-h"
38f48d72 13719
b7026657
AC
13720cat >confcache <<\_ACEOF
13721# This file is a shell script that caches the results of configure
13722# tests run on this system so they can be shared between configure
13723# scripts and configure runs, see configure's option --config-cache.
13724# It is not useful on other systems. If it contains results you don't
13725# want to keep, you may remove or edit it.
13726#
13727# config.status only pays attention to the cache file if you give it
13728# the --recheck option to rerun configure.
13729#
13730# `ac_cv_env_foo' variables (set or unset) will be overridden when
13731# loading this file, other *unset* `ac_cv_foo' will be assigned the
13732# following values.
13733
13734_ACEOF
13735
13736# The following way of writing the cache mishandles newlines in values,
13737# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13738# So, we kill variables containing newlines.
b7026657
AC
13739# Ultrix sh set writes to stderr and can't be redirected directly,
13740# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13741(
13742 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13743 eval ac_val=\$$ac_var
13744 case $ac_val in #(
13745 *${as_nl}*)
13746 case $ac_var in #(
13747 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13748$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13749 esac
13750 case $ac_var in #(
13751 _ | IFS | as_nl) ;; #(
13752 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13753 *) { eval $ac_var=; unset $ac_var;} ;;
13754 esac ;;
13755 esac
13756 done
13757
b7026657 13758 (set) 2>&1 |
81ecdfbb
RW
13759 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13760 *${as_nl}ac_space=\ *)
13761 # `set' does not quote correctly, so add quotes: double-quote
13762 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
13763 sed -n \
13764 "s/'/'\\\\''/g;
13765 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13766 ;; #(
b7026657
AC
13767 *)
13768 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13769 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 13770 ;;
81ecdfbb
RW
13771 esac |
13772 sort
13773) |
b7026657 13774 sed '
81ecdfbb 13775 /^ac_cv_env_/b end
b7026657 13776 t clear
81ecdfbb 13777 :clear
b7026657
AC
13778 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13779 t end
81ecdfbb
RW
13780 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13781 :end' >>confcache
13782if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13783 if test -w "$cache_file"; then
d0ac1c44 13784 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
13785 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13786$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
13787 if test ! -f "$cache_file" || test -h "$cache_file"; then
13788 cat confcache >"$cache_file"
13789 else
13790 case $cache_file in #(
13791 */* | ?:*)
13792 mv -f confcache "$cache_file"$$ &&
13793 mv -f "$cache_file"$$ "$cache_file" ;; #(
13794 *)
13795 mv -f confcache "$cache_file" ;;
13796 esac
13797 fi
13798 fi
b7026657 13799 else
81ecdfbb
RW
13800 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13801$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
13802 fi
13803fi
13804rm -f confcache
13805
13806test "x$prefix" = xNONE && prefix=$ac_default_prefix
13807# Let make expand exec_prefix.
13808test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13809
b7026657
AC
13810DEFS=-DHAVE_CONFIG_H
13811
13812ac_libobjs=
13813ac_ltlibobjs=
d0ac1c44 13814U=
b7026657
AC
13815for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13816 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13817 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13818 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13819 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13820 # will be set to the directory where LIBOBJS objects are built.
13821 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13822 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
13823done
13824LIBOBJS=$ac_libobjs
13825
13826LTLIBOBJS=$ac_ltlibobjs
13827
13828
0cb8d851 13829
db2e4d67 13830if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
d0ac1c44 13831 as_fn_error $? "conditional \"GMAKE\" was never defined.
db2e4d67
MF
13832Usually this means the macro was only invoked conditionally." "$LINENO" 5
13833fi
6bb11ab3 13834if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 13835 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
13836Usually this means the macro was only invoked conditionally." "$LINENO" 5
13837fi
31e6ad7d 13838if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 13839 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
13840Usually this means the macro was only invoked conditionally." "$LINENO" 5
13841fi
b7026657 13842
d0ac1c44 13843: "${CONFIG_STATUS=./config.status}"
81ecdfbb 13844ac_write_fail=0
b7026657
AC
13845ac_clean_files_save=$ac_clean_files
13846ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13847{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13848$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13849as_write_fail=0
13850cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
13851#! $SHELL
13852# Generated by $as_me.
13853# Run this file to recreate the current configuration.
13854# Compiler output produced by configure, useful for debugging
13855# configure, is in config.log if it exists.
13856
13857debug=false
13858ac_cs_recheck=false
13859ac_cs_silent=false
b7026657 13860
81ecdfbb
RW
13861SHELL=\${CONFIG_SHELL-$SHELL}
13862export SHELL
13863_ASEOF
13864cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13865## -------------------- ##
13866## M4sh Initialization. ##
13867## -------------------- ##
13868
13869# Be more Bourne compatible
13870DUALCASE=1; export DUALCASE # for MKS sh
13871if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
13872 emulate sh
13873 NULLCMD=:
81ecdfbb 13874 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
13875 # is contrary to our usage. Disable this feature.
13876 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13877 setopt NO_GLOB_SUBST
13878else
13879 case `(set -o) 2>/dev/null` in #(
13880 *posix*) :
13881 set -o posix ;; #(
13882 *) :
13883 ;;
13884esac
b7026657 13885fi
b7026657 13886
81ecdfbb
RW
13887
13888as_nl='
13889'
13890export as_nl
13891# Printing a long string crashes Solaris 7 /usr/bin/printf.
13892as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13893as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13894as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13895# Prefer a ksh shell builtin over an external printf program on Solaris,
13896# but without wasting forks for bash or zsh.
13897if test -z "$BASH_VERSION$ZSH_VERSION" \
13898 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13899 as_echo='print -r --'
13900 as_echo_n='print -rn --'
13901elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13902 as_echo='printf %s\n'
13903 as_echo_n='printf %s'
13904else
13905 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13906 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13907 as_echo_n='/usr/ucb/echo -n'
13908 else
13909 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13910 as_echo_n_body='eval
13911 arg=$1;
13912 case $arg in #(
13913 *"$as_nl"*)
13914 expr "X$arg" : "X\\(.*\\)$as_nl";
13915 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13916 esac;
13917 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13918 '
13919 export as_echo_n_body
13920 as_echo_n='sh -c $as_echo_n_body as_echo'
13921 fi
13922 export as_echo_body
13923 as_echo='sh -c $as_echo_body as_echo'
13924fi
13925
13926# The user is always right.
13927if test "${PATH_SEPARATOR+set}" != set; then
13928 PATH_SEPARATOR=:
13929 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13930 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13931 PATH_SEPARATOR=';'
13932 }
b7026657
AC
13933fi
13934
13935
81ecdfbb
RW
13936# IFS
13937# We need space, tab and new line, in precisely that order. Quoting is
13938# there to prevent editors from complaining about space-tab.
13939# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13940# splitting by setting IFS to empty value.)
13941IFS=" "" $as_nl"
13942
13943# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 13944as_myself=
81ecdfbb
RW
13945case $0 in #((
13946 *[\\/]* ) as_myself=$0 ;;
13947 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13948for as_dir in $PATH
13949do
13950 IFS=$as_save_IFS
13951 test -z "$as_dir" && as_dir=.
13952 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13953 done
13954IFS=$as_save_IFS
13955
13956 ;;
13957esac
13958# We did not find ourselves, most probably we were run as `sh COMMAND'
13959# in which case we are not to be found in the path.
13960if test "x$as_myself" = x; then
13961 as_myself=$0
13962fi
13963if test ! -f "$as_myself"; then
13964 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13965 exit 1
13966fi
13967
13968# Unset variables that we do not need and which cause bugs (e.g. in
13969# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13970# suppresses any "Segmentation fault" message there. '((' could
13971# trigger a bug in pdksh 5.2.14.
13972for as_var in BASH_ENV ENV MAIL MAILPATH
13973do eval test x\${$as_var+set} = xset \
13974 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13975done
b7026657
AC
13976PS1='$ '
13977PS2='> '
13978PS4='+ '
13979
13980# NLS nuisances.
81ecdfbb
RW
13981LC_ALL=C
13982export LC_ALL
13983LANGUAGE=C
13984export LANGUAGE
13985
13986# CDPATH.
13987(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13988
13989
d0ac1c44
SM
13990# as_fn_error STATUS ERROR [LINENO LOG_FD]
13991# ----------------------------------------
81ecdfbb
RW
13992# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13993# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 13994# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
13995as_fn_error ()
13996{
d0ac1c44
SM
13997 as_status=$1; test $as_status -eq 0 && as_status=1
13998 if test "$4"; then
13999 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14000 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 14001 fi
d0ac1c44 14002 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
14003 as_fn_exit $as_status
14004} # as_fn_error
14005
14006
14007# as_fn_set_status STATUS
14008# -----------------------
14009# Set $? to STATUS, without forking.
14010as_fn_set_status ()
14011{
14012 return $1
14013} # as_fn_set_status
14014
14015# as_fn_exit STATUS
14016# -----------------
14017# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14018as_fn_exit ()
14019{
14020 set +e
14021 as_fn_set_status $1
14022 exit $1
14023} # as_fn_exit
14024
14025# as_fn_unset VAR
14026# ---------------
14027# Portably unset VAR.
14028as_fn_unset ()
14029{
14030 { eval $1=; unset $1;}
14031}
14032as_unset=as_fn_unset
14033# as_fn_append VAR VALUE
14034# ----------------------
14035# Append the text in VALUE to the end of the definition contained in VAR. Take
14036# advantage of any shell optimizations that allow amortized linear growth over
14037# repeated appends, instead of the typical quadratic growth present in naive
14038# implementations.
14039if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14040 eval 'as_fn_append ()
14041 {
14042 eval $1+=\$2
14043 }'
14044else
14045 as_fn_append ()
14046 {
14047 eval $1=\$$1\$2
14048 }
14049fi # as_fn_append
14050
14051# as_fn_arith ARG...
14052# ------------------
14053# Perform arithmetic evaluation on the ARGs, and store the result in the
14054# global $as_val. Take advantage of shells that can avoid forks. The arguments
14055# must be portable across $(()) and expr.
14056if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14057 eval 'as_fn_arith ()
14058 {
14059 as_val=$(( $* ))
14060 }'
14061else
14062 as_fn_arith ()
14063 {
14064 as_val=`expr "$@" || test $? -eq 1`
14065 }
14066fi # as_fn_arith
14067
b7026657 14068
81ecdfbb
RW
14069if expr a : '\(a\)' >/dev/null 2>&1 &&
14070 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 14071 as_expr=expr
c906108c 14072else
b7026657 14073 as_expr=false
c906108c
SS
14074fi
14075
81ecdfbb 14076if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
14077 as_basename=basename
14078else
14079 as_basename=false
14080fi
c906108c 14081
81ecdfbb
RW
14082if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14083 as_dirname=dirname
14084else
14085 as_dirname=false
14086fi
c906108c 14087
81ecdfbb 14088as_me=`$as_basename -- "$0" ||
b7026657
AC
14089$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14090 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14091 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14092$as_echo X/"$0" |
14093 sed '/^.*\/\([^/][^/]*\)\/*$/{
14094 s//\1/
14095 q
14096 }
14097 /^X\/\(\/\/\)$/{
14098 s//\1/
14099 q
14100 }
14101 /^X\/\(\/\).*/{
14102 s//\1/
14103 q
14104 }
14105 s/.*/./; q'`
c906108c 14106
b7026657
AC
14107# Avoid depending upon Character Ranges.
14108as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14109as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14110as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14111as_cr_digits='0123456789'
14112as_cr_alnum=$as_cr_Letters$as_cr_digits
cd0fc7c3 14113
81ecdfbb
RW
14114ECHO_C= ECHO_N= ECHO_T=
14115case `echo -n x` in #(((((
14116-n*)
14117 case `echo 'xy\c'` in
14118 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14119 xy) ECHO_C='\c';;
14120 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14121 ECHO_T=' ';;
14122 esac;;
14123*)
14124 ECHO_N='-n';;
b7026657 14125esac
c906108c 14126
81ecdfbb
RW
14127rm -f conf$$ conf$$.exe conf$$.file
14128if test -d conf$$.dir; then
14129 rm -f conf$$.dir/conf$$.file
c906108c 14130else
81ecdfbb
RW
14131 rm -f conf$$.dir
14132 mkdir conf$$.dir 2>/dev/null
c906108c 14133fi
81ecdfbb
RW
14134if (echo >conf$$.file) 2>/dev/null; then
14135 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 14136 as_ln_s='ln -s'
81ecdfbb
RW
14137 # ... but there are two gotchas:
14138 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14139 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 14140 # In both cases, we have to default to `cp -pR'.
81ecdfbb 14141 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 14142 as_ln_s='cp -pR'
81ecdfbb
RW
14143 elif ln conf$$.file conf$$ 2>/dev/null; then
14144 as_ln_s=ln
14145 else
d0ac1c44 14146 as_ln_s='cp -pR'
b7026657 14147 fi
7a292a7a 14148else
d0ac1c44 14149 as_ln_s='cp -pR'
b7026657 14150fi
81ecdfbb
RW
14151rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14152rmdir conf$$.dir 2>/dev/null
14153
7a292a7a 14154
81ecdfbb
RW
14155# as_fn_mkdir_p
14156# -------------
14157# Create "$as_dir" as a directory, including parents if necessary.
14158as_fn_mkdir_p ()
14159{
14160
14161 case $as_dir in #(
14162 -*) as_dir=./$as_dir;;
14163 esac
14164 test -d "$as_dir" || eval $as_mkdir_p || {
14165 as_dirs=
14166 while :; do
14167 case $as_dir in #(
14168 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14169 *) as_qdir=$as_dir;;
14170 esac
14171 as_dirs="'$as_qdir' $as_dirs"
14172 as_dir=`$as_dirname -- "$as_dir" ||
14173$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14174 X"$as_dir" : 'X\(//\)[^/]' \| \
14175 X"$as_dir" : 'X\(//\)$' \| \
14176 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14177$as_echo X"$as_dir" |
14178 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14179 s//\1/
14180 q
14181 }
14182 /^X\(\/\/\)[^/].*/{
14183 s//\1/
14184 q
14185 }
14186 /^X\(\/\/\)$/{
14187 s//\1/
14188 q
14189 }
14190 /^X\(\/\).*/{
14191 s//\1/
14192 q
14193 }
14194 s/.*/./; q'`
14195 test -d "$as_dir" && break
14196 done
14197 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 14198 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
14199
14200
14201} # as_fn_mkdir_p
b7026657 14202if mkdir -p . 2>/dev/null; then
81ecdfbb 14203 as_mkdir_p='mkdir -p "$as_dir"'
7a292a7a 14204else
b7026657
AC
14205 test -d ./-p && rmdir ./-p
14206 as_mkdir_p=false
7a292a7a 14207fi
7a292a7a 14208
d0ac1c44
SM
14209
14210# as_fn_executable_p FILE
14211# -----------------------
14212# Test if FILE is an executable regular file.
14213as_fn_executable_p ()
14214{
14215 test -f "$1" && test -x "$1"
14216} # as_fn_executable_p
14217as_test_x='test -x'
14218as_executable_p=as_fn_executable_p
7a292a7a 14219
b7026657
AC
14220# Sed expression to map a string onto a valid CPP name.
14221as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7a292a7a 14222
b7026657
AC
14223# Sed expression to map a string onto a valid variable name.
14224as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14225
14226
b7026657 14227exec 6>&1
81ecdfbb
RW
14228## ----------------------------------- ##
14229## Main body of $CONFIG_STATUS script. ##
14230## ----------------------------------- ##
14231_ASEOF
14232test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14233
14234cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14235# Save the log message, to keep $0 and so on meaningful, and to
b7026657 14236# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14237# values after options handling.
14238ac_log="
b7026657 14239This file was extended by $as_me, which was
d0ac1c44 14240generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
14241
14242 CONFIG_FILES = $CONFIG_FILES
14243 CONFIG_HEADERS = $CONFIG_HEADERS
14244 CONFIG_LINKS = $CONFIG_LINKS
14245 CONFIG_COMMANDS = $CONFIG_COMMANDS
14246 $ $0 $@
14247
81ecdfbb
RW
14248on `(hostname || uname -n) 2>/dev/null | sed 1q`
14249"
14250
b7026657
AC
14251_ACEOF
14252
81ecdfbb
RW
14253case $ac_config_files in *"
14254"*) set x $ac_config_files; shift; ac_config_files=$*;;
14255esac
c906108c 14256
81ecdfbb
RW
14257case $ac_config_headers in *"
14258"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14259esac
b7026657 14260
c906108c 14261
81ecdfbb
RW
14262cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14263# Files that config.status was made for.
14264config_files="$ac_config_files"
14265config_headers="$ac_config_headers"
81ecdfbb 14266config_commands="$ac_config_commands"
c906108c 14267
81ecdfbb 14268_ACEOF
c906108c 14269
81ecdfbb 14270cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 14271ac_cs_usage="\
81ecdfbb
RW
14272\`$as_me' instantiates files and other configuration actions
14273from templates according to the current configuration. Unless the files
14274and actions are specified as TAGs, all are instantiated by default.
c906108c 14275
81ecdfbb 14276Usage: $0 [OPTION]... [TAG]...
c906108c 14277
b7026657 14278 -h, --help print this help, then exit
81ecdfbb 14279 -V, --version print version number and configuration settings, then exit
d0ac1c44 14280 --config print configuration, then exit
81ecdfbb
RW
14281 -q, --quiet, --silent
14282 do not print progress messages
b7026657
AC
14283 -d, --debug don't remove temporary files
14284 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14285 --file=FILE[:TEMPLATE]
14286 instantiate the configuration file FILE
14287 --header=FILE[:TEMPLATE]
14288 instantiate the configuration header FILE
379832de 14289
b7026657
AC
14290Configuration files:
14291$config_files
14292
14293Configuration headers:
14294$config_headers
14295
b7026657
AC
14296Configuration commands:
14297$config_commands
14298
81ecdfbb 14299Report bugs to the package provider."
b7026657 14300
81ecdfbb
RW
14301_ACEOF
14302cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 14303ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
14304ac_cs_version="\\
14305config.status
d0ac1c44
SM
14306configured by $0, generated by GNU Autoconf 2.69,
14307 with options \\"\$ac_cs_config\\"
b7026657 14308
d0ac1c44 14309Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
14310This config.status script is free software; the Free Software Foundation
14311gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14312
14313ac_pwd='$ac_pwd'
14314srcdir='$srcdir'
14315INSTALL='$INSTALL'
6bb11ab3 14316AWK='$AWK'
81ecdfbb 14317test -n "\$AWK" || AWK=awk
b7026657
AC
14318_ACEOF
14319
81ecdfbb
RW
14320cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14321# The default lists apply if the user does not specify any file.
b7026657
AC
14322ac_need_defaults=:
14323while test $# != 0
14324do
14325 case $1 in
d0ac1c44 14326 --*=?*)
81ecdfbb
RW
14327 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14328 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 14329 ac_shift=:
c906108c 14330 ;;
d0ac1c44
SM
14331 --*=)
14332 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14333 ac_optarg=
14334 ac_shift=:
14335 ;;
81ecdfbb 14336 *)
b7026657
AC
14337 ac_option=$1
14338 ac_optarg=$2
14339 ac_shift=shift
c906108c 14340 ;;
b7026657 14341 esac
c906108c 14342
b7026657
AC
14343 case $ac_option in
14344 # Handling of the options.
b7026657
AC
14345 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14346 ac_cs_recheck=: ;;
81ecdfbb
RW
14347 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14348 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
14349 --config | --confi | --conf | --con | --co | --c )
14350 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 14351 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
14352 debug=: ;;
14353 --file | --fil | --fi | --f )
14354 $ac_shift
81ecdfbb
RW
14355 case $ac_optarg in
14356 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 14357 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
14358 esac
14359 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
14360 ac_need_defaults=false;;
14361 --header | --heade | --head | --hea )
14362 $ac_shift
81ecdfbb
RW
14363 case $ac_optarg in
14364 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14365 esac
14366 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 14367 ac_need_defaults=false;;
81ecdfbb
RW
14368 --he | --h)
14369 # Conflict between --help and --header
d0ac1c44 14370 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
14371Try \`$0 --help' for more information.";;
14372 --help | --hel | -h )
14373 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
14374 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14375 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14376 ac_cs_silent=: ;;
c906108c 14377
b7026657 14378 # This is an error.
d0ac1c44 14379 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 14380Try \`$0 --help' for more information." ;;
c906108c 14381
81ecdfbb
RW
14382 *) as_fn_append ac_config_targets " $1"
14383 ac_need_defaults=false ;;
b7026657
AC
14384
14385 esac
14386 shift
14387done
14388
14389ac_configure_extra_args=
14390
14391if $ac_cs_silent; then
14392 exec 6>/dev/null
14393 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
14394fi
14395
b7026657 14396_ACEOF
81ecdfbb 14397cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 14398if \$ac_cs_recheck; then
d0ac1c44 14399 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
14400 shift
14401 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14402 CONFIG_SHELL='$SHELL'
14403 export CONFIG_SHELL
14404 exec "\$@"
b7026657 14405fi
c906108c 14406
b7026657 14407_ACEOF
81ecdfbb
RW
14408cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14409exec 5>>config.log
14410{
14411 echo
14412 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14413## Running $as_me. ##
14414_ASBOX
14415 $as_echo "$ac_log"
14416} >&5
c906108c 14417
81ecdfbb
RW
14418_ACEOF
14419cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
14420#
14421# INIT-COMMANDS
14422#
14423ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14424
6bb11ab3
L
14425
14426# The HP-UX ksh and POSIX shell print the target directory to stdout
14427# if CDPATH is set.
14428(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14429
14430sed_quote_subst='$sed_quote_subst'
14431double_quote_subst='$double_quote_subst'
14432delay_variable_subst='$delay_variable_subst'
14433macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14434macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14435enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14436enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14437pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14438enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14439SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14440ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14441host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14442host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14443host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14444build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14445build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14446build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14447SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14448Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14449GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14450EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14451FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14452LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14453NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14454LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14455max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14456ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14457exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14458lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14459lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14460lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14461reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14462reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14463OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14464deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14465file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14466AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14467AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14468STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14469RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14470old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14471old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14472old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14473lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14474CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14475CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14476compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14477GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14478lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14479lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14480lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14481lt_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"`'
14482objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14483MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14484lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14485lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14486lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14487lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14488lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14489need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14490DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14491NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14492LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14493OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14494OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14495libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14496shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14497extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14498archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14499enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14500export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14501whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14502compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14503old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14504old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14505archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14506archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14507module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14508module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14509with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14510allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14511no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14512hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14513hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14514hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14515hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14516hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14517hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14518hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14519hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14520inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14521link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14522fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14523always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14524export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14525exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14526include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14527prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14528file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14529variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14530need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14531need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14532version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14533runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14534shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14535shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14536libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14537library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14538soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14539install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14540postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14541postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14542finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14543finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14544hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14545sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14546sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14547hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14548enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14549enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14550enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14551old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14552striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14553
14554LTCC='$LTCC'
14555LTCFLAGS='$LTCFLAGS'
14556compiler='$compiler_DEFAULT'
14557
14558# A function that is used when there is no print builtin or printf.
14559func_fallback_echo ()
14560{
14561 eval 'cat <<_LTECHO_EOF
14562\$1
14563_LTECHO_EOF'
14564}
14565
14566# Quote evaled strings.
14567for var in SHELL \
14568ECHO \
14569SED \
14570GREP \
14571EGREP \
14572FGREP \
14573LD \
14574NM \
14575LN_S \
14576lt_SP2NL \
14577lt_NL2SP \
14578reload_flag \
14579OBJDUMP \
14580deplibs_check_method \
14581file_magic_cmd \
14582AR \
14583AR_FLAGS \
14584STRIP \
14585RANLIB \
14586CC \
14587CFLAGS \
14588compiler \
14589lt_cv_sys_global_symbol_pipe \
14590lt_cv_sys_global_symbol_to_cdecl \
14591lt_cv_sys_global_symbol_to_c_name_address \
14592lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14593lt_prog_compiler_no_builtin_flag \
14594lt_prog_compiler_wl \
14595lt_prog_compiler_pic \
14596lt_prog_compiler_static \
14597lt_cv_prog_compiler_c_o \
14598need_locks \
14599DSYMUTIL \
14600NMEDIT \
14601LIPO \
14602OTOOL \
14603OTOOL64 \
14604shrext_cmds \
14605export_dynamic_flag_spec \
14606whole_archive_flag_spec \
14607compiler_needs_object \
14608with_gnu_ld \
14609allow_undefined_flag \
14610no_undefined_flag \
14611hardcode_libdir_flag_spec \
14612hardcode_libdir_flag_spec_ld \
14613hardcode_libdir_separator \
14614fix_srcfile_path \
14615exclude_expsyms \
14616include_expsyms \
14617file_list_spec \
14618variables_saved_for_relink \
14619libname_spec \
14620library_names_spec \
14621soname_spec \
14622install_override_mode \
14623finish_eval \
14624old_striplib \
14625striplib; do
14626 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14627 *[\\\\\\\`\\"\\\$]*)
14628 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14629 ;;
14630 *)
14631 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14632 ;;
14633 esac
14634done
14635
14636# Double-quote double-evaled strings.
14637for var in reload_cmds \
14638old_postinstall_cmds \
14639old_postuninstall_cmds \
14640old_archive_cmds \
14641extract_expsyms_cmds \
14642old_archive_from_new_cmds \
14643old_archive_from_expsyms_cmds \
14644archive_cmds \
14645archive_expsym_cmds \
14646module_cmds \
14647module_expsym_cmds \
14648export_symbols_cmds \
14649prelink_cmds \
14650postinstall_cmds \
14651postuninstall_cmds \
14652finish_cmds \
14653sys_lib_search_path_spec \
14654sys_lib_dlsearch_path_spec; do
14655 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14656 *[\\\\\\\`\\"\\\$]*)
14657 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14658 ;;
14659 *)
14660 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14661 ;;
14662 esac
14663done
14664
14665ac_aux_dir='$ac_aux_dir'
14666xsi_shell='$xsi_shell'
14667lt_shell_append='$lt_shell_append'
14668
14669# See if we are running on zsh, and set the options which allow our
14670# commands through without removal of \ escapes INIT.
14671if test -n "\${ZSH_VERSION+set}" ; then
14672 setopt NO_GLOB_SUBST
14673fi
14674
14675
14676 PACKAGE='$PACKAGE'
14677 VERSION='$VERSION'
14678 TIMESTAMP='$TIMESTAMP'
14679 RM='$RM'
14680 ofile='$ofile'
14681
14682
14683
14684
81ecdfbb 14685_ACEOF
c906108c 14686
81ecdfbb 14687cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 14688
81ecdfbb 14689# Handling of arguments.
b7026657 14690for ac_config_target in $ac_config_targets
c906108c 14691do
81ecdfbb
RW
14692 case $ac_config_target in
14693 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 14694 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 14695 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
14696 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14697 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14698 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14699 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14700 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14701
d0ac1c44 14702 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
14703 esac
14704done
14705
81ecdfbb 14706
b7026657
AC
14707# If the user did not use the arguments to specify the items to instantiate,
14708# then the envvar interface is used. Set only those that are not.
14709# We use the long form for the default assignment because of an extremely
14710# bizarre bug on SunOS 4.1.3.
14711if $ac_need_defaults; then
14712 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14713 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
14714 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14715fi
14716
14717# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14718# simply because there is no reason against having it here, and in addition,
b7026657 14719# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14720# Hook for its removal unless debugging.
14721# Note that there is a small window in which the directory will not be cleaned:
14722# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
14723$debug ||
14724{
d0ac1c44 14725 tmp= ac_tmp=
81ecdfbb 14726 trap 'exit_status=$?
d0ac1c44
SM
14727 : "${ac_tmp:=$tmp}"
14728 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
14729' 0
14730 trap 'as_fn_exit 1' 1 2 13 15
b7026657 14731}
b7026657
AC
14732# Create a (secure) tmp directory for tmp files.
14733
14734{
81ecdfbb 14735 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 14736 test -d "$tmp"
b7026657
AC
14737} ||
14738{
81ecdfbb
RW
14739 tmp=./conf$$-$RANDOM
14740 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
14741} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
14742ac_tmp=$tmp
c906108c 14743
81ecdfbb
RW
14744# Set up the scripts for CONFIG_FILES section.
14745# No need to generate them if there are no CONFIG_FILES.
14746# This happens for instance with `./config.status config.h'.
14747if test -n "$CONFIG_FILES"; then
c906108c 14748
c906108c 14749
81ecdfbb
RW
14750ac_cr=`echo X | tr X '\015'`
14751# On cygwin, bash can eat \r inside `` if the user requested igncr.
14752# But we know of no other shell where ac_cr would be empty at this
14753# point, so we can use a bashism as a fallback.
14754if test "x$ac_cr" = x; then
14755 eval ac_cr=\$\'\\r\'
14756fi
14757ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14758if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 14759 ac_cs_awk_cr='\\r'
81ecdfbb
RW
14760else
14761 ac_cs_awk_cr=$ac_cr
14762fi
b7026657 14763
d0ac1c44 14764echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
14765_ACEOF
14766
81ecdfbb
RW
14767
14768{
14769 echo "cat >conf$$subs.awk <<_ACEOF" &&
14770 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14771 echo "_ACEOF"
14772} >conf$$subs.sh ||
d0ac1c44
SM
14773 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14774ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
14775ac_delim='%!_!# '
14776for ac_last_try in false false false false false :; do
14777 . ./conf$$subs.sh ||
d0ac1c44 14778 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
14779
14780 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14781 if test $ac_delim_n = $ac_delim_num; then
14782 break
14783 elif $ac_last_try; then
d0ac1c44 14784 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
14785 else
14786 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c906108c 14787 fi
81ecdfbb
RW
14788done
14789rm -f conf$$subs.sh
c906108c 14790
81ecdfbb 14791cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 14792cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
b7026657 14793_ACEOF
81ecdfbb
RW
14794sed -n '
14795h
14796s/^/S["/; s/!.*/"]=/
14797p
14798g
14799s/^[^!]*!//
14800:repl
14801t repl
14802s/'"$ac_delim"'$//
14803t delim
14804:nl
14805h
d0ac1c44 14806s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
14807t more1
14808s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14809p
14810n
14811b repl
14812:more1
14813s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14814p
14815g
14816s/.\{148\}//
14817t nl
14818:delim
14819h
d0ac1c44 14820s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
14821t more2
14822s/["\\]/\\&/g; s/^/"/; s/$/"/
14823p
14824b
14825:more2
14826s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14827p
14828g
14829s/.\{148\}//
14830t delim
14831' <conf$$subs.awk | sed '
14832/^[^""]/{
14833 N
14834 s/\n//
14835}
14836' >>$CONFIG_STATUS || ac_write_fail=1
14837rm -f conf$$subs.awk
14838cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14839_ACAWK
d0ac1c44 14840cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
14841 for (key in S) S_is_set[key] = 1
14842 FS = "\a"
b7026657 14843
81ecdfbb
RW
14844}
14845{
14846 line = $ 0
14847 nfields = split(line, field, "@")
14848 substed = 0
14849 len = length(field[1])
14850 for (i = 2; i < nfields; i++) {
14851 key = field[i]
14852 keylen = length(key)
14853 if (S_is_set[key]) {
14854 value = S[key]
14855 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14856 len += length(value) + length(field[++i])
14857 substed = 1
14858 } else
14859 len += 1 + keylen
14860 }
14861
14862 print line
14863}
b7026657 14864
81ecdfbb
RW
14865_ACAWK
14866_ACEOF
14867cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14868if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14869 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 14870else
81ecdfbb 14871 cat
d0ac1c44
SM
14872fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
14873 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 14874_ACEOF
c906108c 14875
d0ac1c44
SM
14876# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
14877# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
14878# trailing colons and then remove the whole line if VPATH becomes empty
14879# (actually we leave an empty line to preserve line numbers).
14880if test "x$srcdir" = x.; then
d0ac1c44
SM
14881 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
14882h
14883s///
14884s/^/:/
14885s/[ ]*$/:/
14886s/:\$(srcdir):/:/g
14887s/:\${srcdir}:/:/g
14888s/:@srcdir@:/:/g
14889s/^:*//
81ecdfbb 14890s/:*$//
d0ac1c44
SM
14891x
14892s/\(=[ ]*\).*/\1/
14893G
14894s/\n//
81ecdfbb
RW
14895s/^[^=]*=[ ]*$//
14896}'
14897fi
c906108c 14898
81ecdfbb
RW
14899cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14900fi # test -n "$CONFIG_FILES"
c906108c 14901
81ecdfbb
RW
14902# Set up the scripts for CONFIG_HEADERS section.
14903# No need to generate them if there are no CONFIG_HEADERS.
14904# This happens for instance with `./config.status Makefile'.
14905if test -n "$CONFIG_HEADERS"; then
d0ac1c44 14906cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
14907BEGIN {
14908_ACEOF
b7026657 14909
81ecdfbb
RW
14910# Transform confdefs.h into an awk script `defines.awk', embedded as
14911# here-document in config.status, that substitutes the proper values into
14912# config.h.in to produce config.h.
c906108c 14913
81ecdfbb
RW
14914# Create a delimiter string that does not exist in confdefs.h, to ease
14915# handling of long lines.
14916ac_delim='%!_!# '
14917for ac_last_try in false false :; do
d0ac1c44
SM
14918 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
14919 if test -z "$ac_tt"; then
81ecdfbb
RW
14920 break
14921 elif $ac_last_try; then
d0ac1c44 14922 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 14923 else
81ecdfbb 14924 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 14925 fi
b7026657 14926done
81ecdfbb
RW
14927
14928# For the awk script, D is an array of macro values keyed by name,
14929# likewise P contains macro parameters if any. Preserve backslash
14930# newline sequences.
14931
14932ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14933sed -n '
14934s/.\{148\}/&'"$ac_delim"'/g
14935t rset
14936:rset
14937s/^[ ]*#[ ]*define[ ][ ]*/ /
14938t def
14939d
14940:def
14941s/\\$//
14942t bsnl
14943s/["\\]/\\&/g
14944s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14945D["\1"]=" \3"/p
14946s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14947d
14948:bsnl
14949s/["\\]/\\&/g
14950s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14951D["\1"]=" \3\\\\\\n"\\/p
14952t cont
14953s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14954t cont
14955d
14956:cont
14957n
14958s/.\{148\}/&'"$ac_delim"'/g
14959t clear
14960:clear
14961s/\\$//
14962t bsnlc
14963s/["\\]/\\&/g; s/^/"/; s/$/"/p
14964d
14965:bsnlc
14966s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14967b cont
14968' <confdefs.h | sed '
14969s/'"$ac_delim"'/"\\\
14970"/g' >>$CONFIG_STATUS || ac_write_fail=1
14971
14972cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14973 for (key in D) D_is_set[key] = 1
14974 FS = "\a"
14975}
14976/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14977 line = \$ 0
14978 split(line, arg, " ")
14979 if (arg[1] == "#") {
14980 defundef = arg[2]
14981 mac1 = arg[3]
14982 } else {
14983 defundef = substr(arg[1], 2)
14984 mac1 = arg[2]
14985 }
14986 split(mac1, mac2, "(") #)
14987 macro = mac2[1]
14988 prefix = substr(line, 1, index(line, defundef) - 1)
14989 if (D_is_set[macro]) {
14990 # Preserve the white space surrounding the "#".
14991 print prefix "define", macro P[macro] D[macro]
14992 next
14993 } else {
14994 # Replace #undef with comments. This is necessary, for example,
14995 # in the case of _POSIX_SOURCE, which is predefined and required
14996 # on some systems where configure will not decide to define it.
14997 if (defundef == "undef") {
14998 print "/*", prefix defundef, macro, "*/"
14999 next
15000 }
15001 }
15002}
15003{ print }
15004_ACAWK
b7026657 15005_ACEOF
81ecdfbb 15006cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 15007 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 15008fi # test -n "$CONFIG_HEADERS"
b7026657 15009
c906108c 15010
99d8e879 15011eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
15012shift
15013for ac_tag
15014do
15015 case $ac_tag in
15016 :[FHLC]) ac_mode=$ac_tag; continue;;
15017 esac
15018 case $ac_mode$ac_tag in
15019 :[FHL]*:*);;
d0ac1c44 15020 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
15021 :[FH]-) ac_tag=-:-;;
15022 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 15023 esac
81ecdfbb
RW
15024 ac_save_IFS=$IFS
15025 IFS=:
15026 set x $ac_tag
15027 IFS=$ac_save_IFS
15028 shift
15029 ac_file=$1
15030 shift
c906108c 15031
81ecdfbb
RW
15032 case $ac_mode in
15033 :L) ac_source=$1;;
15034 :[FH])
15035 ac_file_inputs=
15036 for ac_f
15037 do
15038 case $ac_f in
d0ac1c44 15039 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
15040 *) # Look for the file first in the build tree, then in the source tree
15041 # (if the path is not absolute). The absolute path cannot be DOS-style,
15042 # because $ac_f cannot contain `:'.
15043 test -f "$ac_f" ||
15044 case $ac_f in
15045 [\\/$]*) false;;
15046 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15047 esac ||
d0ac1c44 15048 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 15049 esac
81ecdfbb
RW
15050 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15051 as_fn_append ac_file_inputs " '$ac_f'"
15052 done
b7026657 15053
81ecdfbb
RW
15054 # Let's still pretend it is `configure' which instantiates (i.e., don't
15055 # use $as_me), people would be surprised to read:
15056 # /* config.h. Generated by config.status. */
15057 configure_input='Generated from '`
15058 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15059 `' by configure.'
15060 if test x"$ac_file" != x-; then
15061 configure_input="$ac_file. $configure_input"
15062 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15063$as_echo "$as_me: creating $ac_file" >&6;}
15064 fi
15065 # Neutralize special characters interpreted by sed in replacement strings.
15066 case $configure_input in #(
15067 *\&* | *\|* | *\\* )
15068 ac_sed_conf_input=`$as_echo "$configure_input" |
15069 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15070 *) ac_sed_conf_input=$configure_input;;
15071 esac
b7026657 15072
81ecdfbb 15073 case $ac_tag in
d0ac1c44
SM
15074 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15075 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
15076 esac
15077 ;;
15078 esac
b7026657 15079
81ecdfbb 15080 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
15081$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15082 X"$ac_file" : 'X\(//\)[^/]' \| \
15083 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15084 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15085$as_echo X"$ac_file" |
15086 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15087 s//\1/
15088 q
15089 }
15090 /^X\(\/\/\)[^/].*/{
15091 s//\1/
15092 q
15093 }
15094 /^X\(\/\/\)$/{
15095 s//\1/
15096 q
15097 }
15098 /^X\(\/\).*/{
15099 s//\1/
15100 q
15101 }
15102 s/.*/./; q'`
15103 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
15104 ac_builddir=.
15105
81ecdfbb
RW
15106case "$ac_dir" in
15107.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15108*)
15109 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15110 # A ".." for each directory in $ac_dir_suffix.
15111 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15112 case $ac_top_builddir_sub in
15113 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15114 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15115 esac ;;
15116esac
15117ac_abs_top_builddir=$ac_pwd
15118ac_abs_builddir=$ac_pwd$ac_dir_suffix
15119# for backward compatibility:
15120ac_top_builddir=$ac_top_build_prefix
b7026657
AC
15121
15122case $srcdir in
81ecdfbb 15123 .) # We are building in place.
b7026657 15124 ac_srcdir=.
81ecdfbb
RW
15125 ac_top_srcdir=$ac_top_builddir_sub
15126 ac_abs_top_srcdir=$ac_pwd ;;
15127 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 15128 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15129 ac_top_srcdir=$srcdir
15130 ac_abs_top_srcdir=$srcdir ;;
15131 *) # Relative name.
15132 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15133 ac_top_srcdir=$ac_top_build_prefix$srcdir
15134 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 15135esac
81ecdfbb 15136ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 15137
c906108c 15138
81ecdfbb
RW
15139 case $ac_mode in
15140 :F)
15141 #
15142 # CONFIG_FILE
15143 #
b7026657 15144
81ecdfbb
RW
15145 case $INSTALL in
15146 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15147 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 15148 esac
81ecdfbb 15149_ACEOF
c906108c 15150
81ecdfbb
RW
15151cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15152# If the template does not know about datarootdir, expand it.
15153# FIXME: This hack should be removed a few years after 2.60.
15154ac_datarootdir_hack=; ac_datarootdir_seen=
15155ac_sed_dataroot='
15156/datarootdir/ {
15157 p
15158 q
15159}
15160/@datadir@/p
15161/@docdir@/p
15162/@infodir@/p
15163/@localedir@/p
15164/@mandir@/p'
15165case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15166*datarootdir*) ac_datarootdir_seen=yes;;
15167*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15168 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15169$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15170_ACEOF
15171cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15172 ac_datarootdir_hack='
15173 s&@datadir@&$datadir&g
15174 s&@docdir@&$docdir&g
15175 s&@infodir@&$infodir&g
15176 s&@localedir@&$localedir&g
15177 s&@mandir@&$mandir&g
15178 s&\\\${datarootdir}&$datarootdir&g' ;;
15179esac
b7026657 15180_ACEOF
b7026657 15181
81ecdfbb
RW
15182# Neutralize VPATH when `$srcdir' = `.'.
15183# Shell code in configure.ac might set extrasub.
15184# FIXME: do we really want to maintain this feature?
15185cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15186ac_sed_extra="$ac_vpsub
15187$extrasub
15188_ACEOF
15189cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15190:t
15191/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15192s|@configure_input@|$ac_sed_conf_input|;t t
15193s&@top_builddir@&$ac_top_builddir_sub&;t t
15194s&@top_build_prefix@&$ac_top_build_prefix&;t t
15195s&@srcdir@&$ac_srcdir&;t t
15196s&@abs_srcdir@&$ac_abs_srcdir&;t t
15197s&@top_srcdir@&$ac_top_srcdir&;t t
15198s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15199s&@builddir@&$ac_builddir&;t t
15200s&@abs_builddir@&$ac_abs_builddir&;t t
15201s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15202s&@INSTALL@&$ac_INSTALL&;t t
15203$ac_datarootdir_hack
15204"
d0ac1c44
SM
15205eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
15206 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
15207
15208test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
15209 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
15210 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15211 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 15212 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 15213which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 15214$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 15215which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 15216
d0ac1c44 15217 rm -f "$ac_tmp/stdin"
81ecdfbb 15218 case $ac_file in
d0ac1c44
SM
15219 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15220 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 15221 esac \
d0ac1c44 15222 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
15223 ;;
15224 :H)
15225 #
15226 # CONFIG_HEADER
15227 #
15228 if test x"$ac_file" != x-; then
15229 {
15230 $as_echo "/* $configure_input */" \
d0ac1c44
SM
15231 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
15232 } >"$ac_tmp/config.h" \
15233 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15234 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
15235 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15236$as_echo "$as_me: $ac_file is unchanged" >&6;}
15237 else
15238 rm -f "$ac_file"
d0ac1c44
SM
15239 mv "$ac_tmp/config.h" "$ac_file" \
15240 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 15241 fi
b7026657 15242 else
81ecdfbb 15243 $as_echo "/* $configure_input */" \
d0ac1c44
SM
15244 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
15245 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
15246 fi
15247 ;;
b7026657 15248
81ecdfbb
RW
15249 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15250$as_echo "$as_me: executing $ac_file commands" >&6;}
15251 ;;
15252 esac
b7026657
AC
15253
15254
81ecdfbb 15255 case $ac_file$ac_mode in
db2e4d67 15256 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
15257 "libtool":C)
15258
15259 # See if we are running on zsh, and set the options which allow our
15260 # commands through without removal of \ escapes.
15261 if test -n "${ZSH_VERSION+set}" ; then
15262 setopt NO_GLOB_SUBST
15263 fi
15264
15265 cfgfile="${ofile}T"
15266 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15267 $RM "$cfgfile"
15268
15269 cat <<_LT_EOF >> "$cfgfile"
15270#! $SHELL
15271
15272# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15273# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15274# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15275# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15276#
15277# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15278# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15279# Written by Gordon Matzigkeit, 1996
15280#
15281# This file is part of GNU Libtool.
15282#
15283# GNU Libtool is free software; you can redistribute it and/or
15284# modify it under the terms of the GNU General Public License as
15285# published by the Free Software Foundation; either version 2 of
15286# the License, or (at your option) any later version.
15287#
15288# As a special exception to the GNU General Public License,
15289# if you distribute this file as part of a program or library that
15290# is built using GNU Libtool, you may include this file under the
15291# same distribution terms that you use for the rest of that program.
15292#
15293# GNU Libtool is distributed in the hope that it will be useful,
15294# but WITHOUT ANY WARRANTY; without even the implied warranty of
15295# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15296# GNU General Public License for more details.
15297#
15298# You should have received a copy of the GNU General Public License
15299# along with GNU Libtool; see the file COPYING. If not, a copy
15300# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15301# obtained by writing to the Free Software Foundation, Inc.,
15302# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15303
15304
15305# The names of the tagged configurations supported by this script.
15306available_tags=""
15307
15308# ### BEGIN LIBTOOL CONFIG
15309
15310# Which release of libtool.m4 was used?
15311macro_version=$macro_version
15312macro_revision=$macro_revision
15313
15314# Whether or not to build shared libraries.
15315build_libtool_libs=$enable_shared
15316
15317# Whether or not to build static libraries.
15318build_old_libs=$enable_static
15319
15320# What type of objects to build.
15321pic_mode=$pic_mode
15322
15323# Whether or not to optimize for fast installation.
15324fast_install=$enable_fast_install
15325
15326# Shell to use when invoking shell scripts.
15327SHELL=$lt_SHELL
15328
15329# An echo program that protects backslashes.
15330ECHO=$lt_ECHO
15331
15332# The host system.
15333host_alias=$host_alias
15334host=$host
15335host_os=$host_os
15336
15337# The build system.
15338build_alias=$build_alias
15339build=$build
15340build_os=$build_os
15341
15342# A sed program that does not truncate output.
15343SED=$lt_SED
15344
15345# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15346Xsed="\$SED -e 1s/^X//"
15347
15348# A grep program that handles long lines.
15349GREP=$lt_GREP
15350
15351# An ERE matcher.
15352EGREP=$lt_EGREP
15353
15354# A literal string matcher.
15355FGREP=$lt_FGREP
15356
15357# A BSD- or MS-compatible name lister.
15358NM=$lt_NM
15359
15360# Whether we need soft or hard links.
15361LN_S=$lt_LN_S
15362
15363# What is the maximum length of a command?
15364max_cmd_len=$max_cmd_len
15365
15366# Object file suffix (normally "o").
15367objext=$ac_objext
15368
15369# Executable file suffix (normally "").
15370exeext=$exeext
15371
15372# whether the shell understands "unset".
15373lt_unset=$lt_unset
15374
15375# turn spaces into newlines.
15376SP2NL=$lt_lt_SP2NL
15377
15378# turn newlines into spaces.
15379NL2SP=$lt_lt_NL2SP
15380
15381# An object symbol dumper.
15382OBJDUMP=$lt_OBJDUMP
15383
15384# Method to check whether dependent libraries are shared objects.
15385deplibs_check_method=$lt_deplibs_check_method
15386
15387# Command to use when deplibs_check_method == "file_magic".
15388file_magic_cmd=$lt_file_magic_cmd
15389
15390# The archiver.
15391AR=$lt_AR
15392AR_FLAGS=$lt_AR_FLAGS
15393
15394# A symbol stripping program.
15395STRIP=$lt_STRIP
15396
15397# Commands used to install an old-style archive.
15398RANLIB=$lt_RANLIB
15399old_postinstall_cmds=$lt_old_postinstall_cmds
15400old_postuninstall_cmds=$lt_old_postuninstall_cmds
15401
15402# Whether to use a lock for old archive extraction.
15403lock_old_archive_extraction=$lock_old_archive_extraction
15404
15405# A C compiler.
15406LTCC=$lt_CC
15407
15408# LTCC compiler flags.
15409LTCFLAGS=$lt_CFLAGS
15410
15411# Take the output of nm and produce a listing of raw symbols and C names.
15412global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15413
15414# Transform the output of nm in a proper C declaration.
15415global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15416
15417# Transform the output of nm in a C name address pair.
15418global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15419
15420# Transform the output of nm in a C name address pair when lib prefix is needed.
15421global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15422
15423# The name of the directory that contains temporary libtool files.
15424objdir=$objdir
15425
15426# Used to examine libraries when file_magic_cmd begins with "file".
15427MAGIC_CMD=$MAGIC_CMD
15428
15429# Must we lock files when doing compilation?
15430need_locks=$lt_need_locks
15431
15432# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15433DSYMUTIL=$lt_DSYMUTIL
15434
15435# Tool to change global to local symbols on Mac OS X.
15436NMEDIT=$lt_NMEDIT
15437
15438# Tool to manipulate fat objects and archives on Mac OS X.
15439LIPO=$lt_LIPO
15440
15441# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15442OTOOL=$lt_OTOOL
15443
15444# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15445OTOOL64=$lt_OTOOL64
15446
15447# Old archive suffix (normally "a").
15448libext=$libext
15449
15450# Shared library suffix (normally ".so").
15451shrext_cmds=$lt_shrext_cmds
15452
15453# The commands to extract the exported symbol list from a shared archive.
15454extract_expsyms_cmds=$lt_extract_expsyms_cmds
15455
15456# Variables whose values should be saved in libtool wrapper scripts and
15457# restored at link time.
15458variables_saved_for_relink=$lt_variables_saved_for_relink
15459
15460# Do we need the "lib" prefix for modules?
15461need_lib_prefix=$need_lib_prefix
15462
15463# Do we need a version for libraries?
15464need_version=$need_version
15465
15466# Library versioning type.
15467version_type=$version_type
15468
15469# Shared library runtime path variable.
15470runpath_var=$runpath_var
15471
15472# Shared library path variable.
15473shlibpath_var=$shlibpath_var
15474
15475# Is shlibpath searched before the hard-coded library search path?
15476shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15477
15478# Format of library name prefix.
15479libname_spec=$lt_libname_spec
15480
15481# List of archive names. First name is the real one, the rest are links.
15482# The last name is the one that the linker finds with -lNAME
15483library_names_spec=$lt_library_names_spec
15484
15485# The coded name of the library, if different from the real name.
15486soname_spec=$lt_soname_spec
15487
15488# Permission mode override for installation of shared libraries.
15489install_override_mode=$lt_install_override_mode
15490
15491# Command to use after installation of a shared archive.
15492postinstall_cmds=$lt_postinstall_cmds
15493
15494# Command to use after uninstallation of a shared archive.
15495postuninstall_cmds=$lt_postuninstall_cmds
15496
15497# Commands used to finish a libtool library installation in a directory.
15498finish_cmds=$lt_finish_cmds
15499
15500# As "finish_cmds", except a single script fragment to be evaled but
15501# not shown.
15502finish_eval=$lt_finish_eval
15503
15504# Whether we should hardcode library paths into libraries.
15505hardcode_into_libs=$hardcode_into_libs
15506
15507# Compile-time system search path for libraries.
15508sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15509
15510# Run-time system search path for libraries.
15511sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15512
15513# Whether dlopen is supported.
15514dlopen_support=$enable_dlopen
15515
15516# Whether dlopen of programs is supported.
15517dlopen_self=$enable_dlopen_self
15518
15519# Whether dlopen of statically linked programs is supported.
15520dlopen_self_static=$enable_dlopen_self_static
15521
15522# Commands to strip libraries.
15523old_striplib=$lt_old_striplib
15524striplib=$lt_striplib
15525
15526
15527# The linker used to build libraries.
15528LD=$lt_LD
15529
15530# How to create reloadable object files.
15531reload_flag=$lt_reload_flag
15532reload_cmds=$lt_reload_cmds
15533
15534# Commands used to build an old-style archive.
15535old_archive_cmds=$lt_old_archive_cmds
15536
15537# A language specific compiler.
15538CC=$lt_compiler
15539
15540# Is the compiler the GNU compiler?
15541with_gcc=$GCC
15542
15543# Compiler flag to turn off builtin functions.
15544no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15545
15546# How to pass a linker flag through the compiler.
15547wl=$lt_lt_prog_compiler_wl
15548
15549# Additional compiler flags for building library objects.
15550pic_flag=$lt_lt_prog_compiler_pic
15551
15552# Compiler flag to prevent dynamic linking.
15553link_static_flag=$lt_lt_prog_compiler_static
15554
15555# Does compiler simultaneously support -c and -o options?
15556compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15557
15558# Whether or not to add -lc for building shared libraries.
15559build_libtool_need_lc=$archive_cmds_need_lc
15560
15561# Whether or not to disallow shared libs when runtime libs are static.
15562allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15563
15564# Compiler flag to allow reflexive dlopens.
15565export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15566
15567# Compiler flag to generate shared objects directly from archives.
15568whole_archive_flag_spec=$lt_whole_archive_flag_spec
15569
15570# Whether the compiler copes with passing no objects directly.
15571compiler_needs_object=$lt_compiler_needs_object
15572
15573# Create an old-style archive from a shared archive.
15574old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15575
15576# Create a temporary old-style archive to link instead of a shared archive.
15577old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15578
15579# Commands used to build a shared archive.
15580archive_cmds=$lt_archive_cmds
15581archive_expsym_cmds=$lt_archive_expsym_cmds
15582
15583# Commands used to build a loadable module if different from building
15584# a shared archive.
15585module_cmds=$lt_module_cmds
15586module_expsym_cmds=$lt_module_expsym_cmds
15587
15588# Whether we are building with GNU ld or not.
15589with_gnu_ld=$lt_with_gnu_ld
15590
15591# Flag that allows shared libraries with undefined symbols to be built.
15592allow_undefined_flag=$lt_allow_undefined_flag
15593
15594# Flag that enforces no undefined symbols.
15595no_undefined_flag=$lt_no_undefined_flag
15596
15597# Flag to hardcode \$libdir into a binary during linking.
15598# This must work even if \$libdir does not exist
15599hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15600
15601# If ld is used when linking, flag to hardcode \$libdir into a binary
15602# during linking. This must work even if \$libdir does not exist.
15603hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15604
15605# Whether we need a single "-rpath" flag with a separated argument.
15606hardcode_libdir_separator=$lt_hardcode_libdir_separator
15607
15608# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15609# DIR into the resulting binary.
15610hardcode_direct=$hardcode_direct
15611
15612# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15613# DIR into the resulting binary and the resulting library dependency is
15614# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15615# library is relocated.
15616hardcode_direct_absolute=$hardcode_direct_absolute
15617
15618# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15619# into the resulting binary.
15620hardcode_minus_L=$hardcode_minus_L
15621
15622# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15623# into the resulting binary.
15624hardcode_shlibpath_var=$hardcode_shlibpath_var
15625
15626# Set to "yes" if building a shared library automatically hardcodes DIR
15627# into the library and all subsequent libraries and executables linked
15628# against it.
15629hardcode_automatic=$hardcode_automatic
15630
15631# Set to yes if linker adds runtime paths of dependent libraries
15632# to runtime path list.
15633inherit_rpath=$inherit_rpath
15634
15635# Whether libtool must link a program against all its dependency libraries.
15636link_all_deplibs=$link_all_deplibs
15637
15638# Fix the shell variable \$srcfile for the compiler.
15639fix_srcfile_path=$lt_fix_srcfile_path
15640
15641# Set to "yes" if exported symbols are required.
15642always_export_symbols=$always_export_symbols
15643
15644# The commands to list exported symbols.
15645export_symbols_cmds=$lt_export_symbols_cmds
15646
15647# Symbols that should not be listed in the preloaded symbols.
15648exclude_expsyms=$lt_exclude_expsyms
15649
15650# Symbols that must always be exported.
15651include_expsyms=$lt_include_expsyms
15652
15653# Commands necessary for linking programs (against libraries) with templates.
15654prelink_cmds=$lt_prelink_cmds
15655
15656# Specify filename containing input files.
15657file_list_spec=$lt_file_list_spec
15658
15659# How to hardcode a shared library path into an executable.
15660hardcode_action=$hardcode_action
15661
15662# ### END LIBTOOL CONFIG
15663
15664_LT_EOF
15665
15666 case $host_os in
15667 aix3*)
15668 cat <<\_LT_EOF >> "$cfgfile"
15669# AIX sometimes has problems with the GCC collect2 program. For some
15670# reason, if we set the COLLECT_NAMES environment variable, the problems
15671# vanish in a puff of smoke.
15672if test "X${COLLECT_NAMES+set}" != Xset; then
15673 COLLECT_NAMES=
15674 export COLLECT_NAMES
15675fi
15676_LT_EOF
15677 ;;
15678 esac
15679
15680
15681ltmain="$ac_aux_dir/ltmain.sh"
15682
15683
15684 # We use sed instead of cat because bash on DJGPP gets confused if
15685 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15686 # text mode, it properly converts lines to CR/LF. This bash problem
15687 # is reportedly fixed, but why not run on old versions too?
15688 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15689 || (rm -f "$cfgfile"; exit 1)
15690
15691 case $xsi_shell in
15692 yes)
15693 cat << \_LT_EOF >> "$cfgfile"
15694
15695# func_dirname file append nondir_replacement
15696# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15697# otherwise set result to NONDIR_REPLACEMENT.
15698func_dirname ()
15699{
15700 case ${1} in
15701 */*) func_dirname_result="${1%/*}${2}" ;;
15702 * ) func_dirname_result="${3}" ;;
15703 esac
15704}
15705
15706# func_basename file
15707func_basename ()
15708{
15709 func_basename_result="${1##*/}"
15710}
15711
15712# func_dirname_and_basename file append nondir_replacement
15713# perform func_basename and func_dirname in a single function
15714# call:
15715# dirname: Compute the dirname of FILE. If nonempty,
15716# add APPEND to the result, otherwise set result
15717# to NONDIR_REPLACEMENT.
15718# value returned in "$func_dirname_result"
15719# basename: Compute filename of FILE.
15720# value retuned in "$func_basename_result"
15721# Implementation must be kept synchronized with func_dirname
15722# and func_basename. For efficiency, we do not delegate to
15723# those functions but instead duplicate the functionality here.
15724func_dirname_and_basename ()
15725{
15726 case ${1} in
15727 */*) func_dirname_result="${1%/*}${2}" ;;
15728 * ) func_dirname_result="${3}" ;;
15729 esac
15730 func_basename_result="${1##*/}"
15731}
15732
15733# func_stripname prefix suffix name
15734# strip PREFIX and SUFFIX off of NAME.
15735# PREFIX and SUFFIX must not contain globbing or regex special
15736# characters, hashes, percent signs, but SUFFIX may contain a leading
15737# dot (in which case that matches only a dot).
15738func_stripname ()
15739{
15740 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15741 # positional parameters, so assign one to ordinary parameter first.
15742 func_stripname_result=${3}
15743 func_stripname_result=${func_stripname_result#"${1}"}
15744 func_stripname_result=${func_stripname_result%"${2}"}
15745}
15746
15747# func_opt_split
15748func_opt_split ()
15749{
15750 func_opt_split_opt=${1%%=*}
15751 func_opt_split_arg=${1#*=}
15752}
15753
15754# func_lo2o object
15755func_lo2o ()
15756{
15757 case ${1} in
15758 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15759 *) func_lo2o_result=${1} ;;
15760 esac
15761}
15762
15763# func_xform libobj-or-source
15764func_xform ()
15765{
15766 func_xform_result=${1%.*}.lo
15767}
15768
15769# func_arith arithmetic-term...
15770func_arith ()
15771{
15772 func_arith_result=$(( $* ))
15773}
15774
15775# func_len string
15776# STRING may not start with a hyphen.
15777func_len ()
15778{
15779 func_len_result=${#1}
15780}
15781
15782_LT_EOF
15783 ;;
15784 *) # Bourne compatible functions.
15785 cat << \_LT_EOF >> "$cfgfile"
15786
15787# func_dirname file append nondir_replacement
15788# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15789# otherwise set result to NONDIR_REPLACEMENT.
15790func_dirname ()
15791{
15792 # Extract subdirectory from the argument.
15793 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15794 if test "X$func_dirname_result" = "X${1}"; then
15795 func_dirname_result="${3}"
15796 else
15797 func_dirname_result="$func_dirname_result${2}"
15798 fi
15799}
15800
15801# func_basename file
15802func_basename ()
15803{
15804 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15805}
15806
15807
15808# func_stripname prefix suffix name
15809# strip PREFIX and SUFFIX off of NAME.
15810# PREFIX and SUFFIX must not contain globbing or regex special
15811# characters, hashes, percent signs, but SUFFIX may contain a leading
15812# dot (in which case that matches only a dot).
15813# func_strip_suffix prefix name
15814func_stripname ()
15815{
15816 case ${2} in
15817 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15818 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15819 esac
15820}
15821
15822# sed scripts:
15823my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15824my_sed_long_arg='1s/^-[^=]*=//'
15825
15826# func_opt_split
15827func_opt_split ()
15828{
15829 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15830 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15831}
15832
15833# func_lo2o object
15834func_lo2o ()
15835{
15836 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15837}
15838
15839# func_xform libobj-or-source
15840func_xform ()
15841{
15842 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15843}
15844
15845# func_arith arithmetic-term...
15846func_arith ()
15847{
15848 func_arith_result=`expr "$@"`
15849}
15850
15851# func_len string
15852# STRING may not start with a hyphen.
15853func_len ()
15854{
15855 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15856}
15857
15858_LT_EOF
15859esac
15860
15861case $lt_shell_append in
15862 yes)
15863 cat << \_LT_EOF >> "$cfgfile"
15864
15865# func_append var value
15866# Append VALUE to the end of shell variable VAR.
15867func_append ()
15868{
15869 eval "$1+=\$2"
15870}
15871_LT_EOF
15872 ;;
15873 *)
15874 cat << \_LT_EOF >> "$cfgfile"
15875
15876# func_append var value
15877# Append VALUE to the end of shell variable VAR.
15878func_append ()
15879{
15880 eval "$1=\$$1\$2"
15881}
15882
15883_LT_EOF
15884 ;;
15885 esac
15886
15887
15888 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15889 || (rm -f "$cfgfile"; exit 1)
15890
15891 mv -f "$cfgfile" "$ofile" ||
15892 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15893 chmod +x "$ofile"
15894
15895 ;;
81ecdfbb 15896 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
15897 rm -f Makesim1.tmp Makesim2.tmp Makefile
15898 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15899 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15900 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
15901 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15902 <Makefile.sim >Makefile
38f48d72 15903 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 15904 ;;
81ecdfbb
RW
15905 "stamp-h":C) echo > stamp-h ;;
15906
b7026657 15907 esac
81ecdfbb 15908done # for ac_tag
c906108c 15909
b7026657 15910
81ecdfbb 15911as_fn_exit 0
b7026657 15912_ACEOF
b7026657
AC
15913ac_clean_files=$ac_clean_files_save
15914
81ecdfbb 15915test $ac_write_fail = 0 ||
d0ac1c44 15916 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 15917
b7026657
AC
15918
15919# configure is writing to config.log, and then calls config.status.
15920# config.status does its own redirection, appending to config.log.
15921# Unfortunately, on DOS this fails, as config.log is still kept open
15922# by configure, so config.status won't be able to write to it; its
15923# output is simply discarded. So we exec the FD to /dev/null,
15924# effectively closing config.log, so it can be properly (re)opened and
15925# appended to by config.status. When coming back to configure, we
15926# need to make the FD available again.
15927if test "$no_create" != yes; then
15928 ac_cs_success=:
15929 ac_config_status_args=
15930 test "$silent" = yes &&
15931 ac_config_status_args="$ac_config_status_args --quiet"
15932 exec 5>/dev/null
15933 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15934 exec 5>>config.log
15935 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15936 # would make configure fail if this is the last instruction.
d0ac1c44 15937 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
15938fi
15939if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15940 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15941$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 15942fi
c906108c
SS
15943
15944