]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/mips/configure
Set zlibdir/zlibinc with top_builddir/top_srcdir
[thirdparty/binutils-gdb.git] / sim / mips / configure
CommitLineData
c906108c 1#! /bin/sh
b7026657 2# Guess values for system-dependent variables and create Makefiles.
81ecdfbb
RW
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
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.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
b7026657
AC
121PS1='$ '
122PS2='> '
123PS4='+ '
c906108c 124
b7026657 125# NLS nuisances.
81ecdfbb
RW
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
172test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183else
184 as_have_required=no
185fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190as_found=false
191for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
b7026657 192do
81ecdfbb
RW
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
197 /*)
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
206fi
207fi
208 done;;
209 esac
210 as_found=false
211done
212$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215fi; }
216IFS=$as_save_IFS
217
218
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228fi
229
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
b7026657 236 else
81ecdfbb
RW
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238$0: including any error possibly output before this
239$0: message. Then install a modern shell, or manually run
240$0: the script under such a shell if you do have one."
b7026657 241 fi
81ecdfbb
RW
242 exit 1
243fi
244fi
245fi
246SHELL=${CONFIG_SHELL-/bin/sh}
247export SHELL
248# Unset more variables known to interfere with behavior of common tools.
249CLICOLOR_FORCE= GREP_OPTIONS=
250unset CLICOLOR_FORCE GREP_OPTIONS
251
252## --------------------- ##
253## M4sh Shell Functions. ##
254## --------------------- ##
255# as_fn_unset VAR
256# ---------------
257# Portably unset VAR.
258as_fn_unset ()
259{
260 { eval $1=; unset $1;}
261}
262as_unset=as_fn_unset
263
264# as_fn_set_status STATUS
265# -----------------------
266# Set $? to STATUS, without forking.
267as_fn_set_status ()
268{
269 return $1
270} # as_fn_set_status
271
272# as_fn_exit STATUS
273# -----------------
274# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275as_fn_exit ()
276{
277 set +e
278 as_fn_set_status $1
279 exit $1
280} # as_fn_exit
281
282# as_fn_mkdir_p
283# -------------
284# Create "$as_dir" as a directory, including parents if necessary.
285as_fn_mkdir_p ()
286{
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304$as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328} # as_fn_mkdir_p
329# as_fn_append VAR VALUE
330# ----------------------
331# Append the text in VALUE to the end of the definition contained in VAR. Take
332# advantage of any shell optimizations that allow amortized linear growth over
333# repeated appends, instead of the typical quadratic growth present in naive
334# implementations.
335if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345fi # as_fn_append
346
347# as_fn_arith ARG...
348# ------------------
349# Perform arithmetic evaluation on the ARGs, and store the result in the
350# global $as_val. Take advantage of shells that can avoid forks. The arguments
351# must be portable across $(()) and expr.
352if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362fi # as_fn_arith
363
364
365# as_fn_error ERROR [LINENO LOG_FD]
366# ---------------------------------
367# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369# script with status $?, using 1 if that was 0.
370as_fn_error ()
371{
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379} # as_fn_error
c906108c 380
81ecdfbb
RW
381if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
383 as_expr=expr
384else
385 as_expr=false
386fi
c906108c 387
81ecdfbb 388if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
389 as_basename=basename
390else
391 as_basename=false
392fi
c906108c 393
81ecdfbb
RW
394if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396else
397 as_dirname=false
398fi
c906108c 399
81ecdfbb 400as_me=`$as_basename -- "$0" ||
b7026657
AC
401$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404$as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
c906108c 418
b7026657
AC
419# Avoid depending upon Character Ranges.
420as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423as_cr_digits='0123456789'
424as_cr_alnum=$as_cr_Letters$as_cr_digits
c906108c 425
c906108c 426
81ecdfbb
RW
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
b7026657 436 sed '
81ecdfbb
RW
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
b7026657 441 N
81ecdfbb
RW
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 444 t loop
81ecdfbb 445 s/-\n.*//
b7026657 446 ' >$as_me.lineno &&
81ecdfbb
RW
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
b7026657
AC
449
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
b7026657
AC
454 # Exit status is that of the last command.
455 exit
456}
c906108c 457
81ecdfbb
RW
458ECHO_C= ECHO_N= ECHO_T=
459case `echo -n x` in #(((((
460-n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467*)
468 ECHO_N='-n';;
b7026657 469esac
c906108c 470
81ecdfbb
RW
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
b7026657 474else
81ecdfbb
RW
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
b7026657 477fi
81ecdfbb
RW
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 480 as_ln_s='ln -s'
81ecdfbb
RW
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
b7026657 491 fi
b7026657
AC
492else
493 as_ln_s='cp -p'
494fi
81ecdfbb
RW
495rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496rmdir conf$$.dir 2>/dev/null
c906108c 497
b7026657 498if mkdir -p . 2>/dev/null; then
81ecdfbb 499 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
500else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503fi
c906108c 504
81ecdfbb
RW
505if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525fi
526as_executable_p=$as_test_x
c906108c 527
b7026657
AC
528# Sed expression to map a string onto a valid CPP name.
529as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 530
b7026657
AC
531# Sed expression to map a string onto a valid variable name.
532as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 533
6bb11ab3
L
534SHELL=${CONFIG_SHELL-/bin/sh}
535
c906108c 536
81ecdfbb 537exec 7<&0 </dev/null 6>&1
c906108c 538
b7026657
AC
539# Name of the host.
540# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541# so uname gets run too.
542ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
c906108c 543
c906108c 544#
b7026657 545# Initializations.
c906108c 546#
b7026657 547ac_default_prefix=/usr/local
81ecdfbb 548ac_clean_files=
b7026657 549ac_config_libobj_dir=.
81ecdfbb 550LIBOBJS=
b7026657
AC
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
b7026657
AC
555
556# Identity of this package.
557PACKAGE_NAME=
558PACKAGE_TARNAME=
559PACKAGE_VERSION=
560PACKAGE_STRING=
561PACKAGE_BUGREPORT=
81ecdfbb 562PACKAGE_URL=
b7026657
AC
563
564ac_unique_file="Makefile.in"
565# Factoring default headers for most tests.
566ac_includes_default="\
567#include <stdio.h>
81ecdfbb 568#ifdef HAVE_SYS_TYPES_H
b7026657
AC
569# include <sys/types.h>
570#endif
81ecdfbb 571#ifdef HAVE_SYS_STAT_H
b7026657
AC
572# include <sys/stat.h>
573#endif
81ecdfbb 574#ifdef STDC_HEADERS
b7026657
AC
575# include <stdlib.h>
576# include <stddef.h>
577#else
81ecdfbb 578# ifdef HAVE_STDLIB_H
b7026657
AC
579# include <stdlib.h>
580# endif
581#endif
81ecdfbb
RW
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
b7026657
AC
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
81ecdfbb 588#ifdef HAVE_STRINGS_H
b7026657
AC
589# include <strings.h>
590#endif
81ecdfbb 591#ifdef HAVE_INTTYPES_H
b7026657 592# include <inttypes.h>
b7026657 593#endif
81ecdfbb
RW
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
b7026657
AC
598# include <unistd.h>
599#endif"
c906108c 600
81ecdfbb
RW
601ac_subst_vars='LTLIBOBJS
602LIBOBJS
603cgen_breaks
604mips_extra_libs
605XMKMF
606mips_igen_engine
81ecdfbb
RW
607sim_multi_obj
608sim_multi_src
609sim_multi_igen_configs
610sim_multi_flags
611sim_gen
612sim_m16_flags
613sim_igen_flags
614SIM_SUBTARGET
615REPORT_BUGS_TEXI
616REPORT_BUGS_TO
617PKGVERSION
618sim_profile
619sim_trace
620sim_stdio
621sim_debug
622sim_cflags
623sim_bswap
624MAINT
31e6ad7d
MF
625MAINTAINER_MODE_FALSE
626MAINTAINER_MODE_TRUE
6bb11ab3
L
627lt_cv_dlopen_libs
628OTOOL64
629OTOOL
630LIPO
631NMEDIT
632DSYMUTIL
633AWK
634STRIP
635OBJDUMP
636LN_S
637NM
638ac_ct_DUMPBIN
639DUMPBIN
640LD
641FGREP
642SED
643LIBTOOL
644PLUGINS_FALSE
645PLUGINS_TRUE
aadc9410
MF
646zlibinc
647zlibdir
81ecdfbb
RW
648CATOBJEXT
649GENCAT
650INSTOBJEXT
651DATADIRNAME
652CATALOGS
653POSUB
654GMSGFMT
655XGETTEXT
656INCINTL
657LIBINTL_DEP
658LIBINTL
659USE_NLS
db2e4d67
MF
660GMAKE_FALSE
661GMAKE_TRUE
662MAKE
663CCDEPMODE
664DEPDIR
665am__leading_dot
5f3ef9d0 666PACKAGE
81ecdfbb
RW
667RANLIB
668AR
669HDEFINES
670CC_FOR_BUILD
671INSTALL_DATA
672INSTALL_SCRIPT
673INSTALL_PROGRAM
2232061b
MF
674EGREP
675GREP
676CPP
81ecdfbb
RW
677target_os
678target_vendor
679target_cpu
680target
681host_os
682host_vendor
683host_cpu
684host
685build_os
686build_vendor
687build_cpu
688build
6ffe910a
MF
689OBJEXT
690EXEEXT
691ac_ct_CC
692CPPFLAGS
693LDFLAGS
694CFLAGS
695CC
81ecdfbb
RW
696WERROR_CFLAGS
697WARN_CFLAGS
698sim_xor_endian
699sim_stdcall
700sim_smp
701sim_reserved_bits
702sim_regparm
703sim_packages
704sim_inline
705sim_hw
706sim_hw_objs
707sim_hw_cflags
708sim_default_model
709sim_scache
710sim_float
711sim_hostendian
712sim_endian
713sim_bitsize
714sim_assert
715sim_alignment
716sim_environment
717target_alias
718host_alias
719build_alias
720LIBS
721ECHO_T
722ECHO_N
723ECHO_C
724DEFS
725mandir
726localedir
727libdir
728psdir
729pdfdir
730dvidir
731htmldir
732infodir
733docdir
734oldincludedir
735includedir
736localstatedir
737sharedstatedir
738sysconfdir
739datadir
740datarootdir
741libexecdir
742sbindir
743bindir
744program_transform_name
745prefix
746exec_prefix
747PACKAGE_URL
748PACKAGE_BUGREPORT
749PACKAGE_STRING
750PACKAGE_VERSION
751PACKAGE_TARNAME
752PACKAGE_NAME
753PATH_SEPARATOR
754SHELL'
b7026657 755ac_subst_files=''
81ecdfbb
RW
756ac_user_opts='
757enable_option_checking
aadc9410 758with_system_zlib
6bb11ab3
L
759enable_plugins
760enable_shared
761enable_static
762with_pic
763enable_fast_install
764with_gnu_ld
765enable_libtool_lock
81ecdfbb
RW
766enable_maintainer_mode
767enable_sim_bswap
768enable_sim_cflags
769enable_sim_debug
770enable_sim_stdio
771enable_sim_trace
772enable_sim_profile
773with_pkgversion
774with_bugurl
775enable_sim_inline
776enable_sim_alignment
777enable_sim_hostendian
2232061b 778enable_werror
81ecdfbb
RW
779enable_build_warnings
780enable_sim_build_warnings
781enable_sim_reserved_bits
782enable_sim_endian
783enable_sim_bitsize
784enable_sim_float
785enable_sim_smp
786enable_sim_hardware
787with_x
788'
789 ac_precious_vars='build_alias
790host_alias
791target_alias
792CC
793CFLAGS
794LDFLAGS
795LIBS
796CPPFLAGS
797CPP
798XMKMF'
799
c906108c
SS
800
801# Initialize some variables set by options.
b7026657
AC
802ac_init_help=
803ac_init_version=false
81ecdfbb
RW
804ac_unrecognized_opts=
805ac_unrecognized_sep=
c906108c
SS
806# The variables have the same names as the options, with
807# dashes changed to underlines.
b7026657 808cache_file=/dev/null
c906108c 809exec_prefix=NONE
c906108c 810no_create=
c906108c
SS
811no_recursion=
812prefix=NONE
813program_prefix=NONE
814program_suffix=NONE
815program_transform_name=s,x,x,
816silent=
817site=
818srcdir=
c906108c
SS
819verbose=
820x_includes=NONE
821x_libraries=NONE
b7026657
AC
822
823# Installation directory options.
824# These are left unexpanded so users can "make install exec_prefix=/foo"
825# and all the variables that are supposed to be based on exec_prefix
826# by default will actually change.
827# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 828# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
829bindir='${exec_prefix}/bin'
830sbindir='${exec_prefix}/sbin'
831libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
832datarootdir='${prefix}/share'
833datadir='${datarootdir}'
c906108c
SS
834sysconfdir='${prefix}/etc'
835sharedstatedir='${prefix}/com'
836localstatedir='${prefix}/var'
c906108c
SS
837includedir='${prefix}/include'
838oldincludedir='/usr/include'
81ecdfbb
RW
839docdir='${datarootdir}/doc/${PACKAGE}'
840infodir='${datarootdir}/info'
841htmldir='${docdir}'
842dvidir='${docdir}'
843pdfdir='${docdir}'
844psdir='${docdir}'
845libdir='${exec_prefix}/lib'
846localedir='${datarootdir}/locale'
847mandir='${datarootdir}/man'
c906108c 848
c906108c 849ac_prev=
81ecdfbb 850ac_dashdash=
c906108c
SS
851for ac_option
852do
c906108c
SS
853 # If the previous option needs an argument, assign it.
854 if test -n "$ac_prev"; then
81ecdfbb 855 eval $ac_prev=\$ac_option
c906108c
SS
856 ac_prev=
857 continue
858 fi
859
81ecdfbb
RW
860 case $ac_option in
861 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
862 *) ac_optarg=yes ;;
863 esac
c906108c
SS
864
865 # Accept the important Cygnus configure options, so we can diagnose typos.
866
81ecdfbb
RW
867 case $ac_dashdash$ac_option in
868 --)
869 ac_dashdash=yes ;;
c906108c
SS
870
871 -bindir | --bindir | --bindi | --bind | --bin | --bi)
872 ac_prev=bindir ;;
873 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 874 bindir=$ac_optarg ;;
c906108c
SS
875
876 -build | --build | --buil | --bui | --bu)
b7026657 877 ac_prev=build_alias ;;
c906108c 878 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 879 build_alias=$ac_optarg ;;
c906108c
SS
880
881 -cache-file | --cache-file | --cache-fil | --cache-fi \
882 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
883 ac_prev=cache_file ;;
884 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
885 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
886 cache_file=$ac_optarg ;;
887
888 --config-cache | -C)
889 cache_file=config.cache ;;
c906108c 890
81ecdfbb 891 -datadir | --datadir | --datadi | --datad)
c906108c 892 ac_prev=datadir ;;
81ecdfbb 893 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 894 datadir=$ac_optarg ;;
c906108c 895
81ecdfbb
RW
896 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
897 | --dataroo | --dataro | --datar)
898 ac_prev=datarootdir ;;
899 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
900 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
901 datarootdir=$ac_optarg ;;
902
c906108c 903 -disable-* | --disable-*)
81ecdfbb 904 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 905 # Reject names that are not valid shell variable names.
81ecdfbb
RW
906 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
907 as_fn_error "invalid feature name: $ac_useropt"
908 ac_useropt_orig=$ac_useropt
909 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
910 case $ac_user_opts in
911 *"
912"enable_$ac_useropt"
913"*) ;;
914 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
915 ac_unrecognized_sep=', ';;
916 esac
917 eval enable_$ac_useropt=no ;;
918
919 -docdir | --docdir | --docdi | --doc | --do)
920 ac_prev=docdir ;;
921 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
922 docdir=$ac_optarg ;;
923
924 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
925 ac_prev=dvidir ;;
926 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
927 dvidir=$ac_optarg ;;
c906108c
SS
928
929 -enable-* | --enable-*)
81ecdfbb 930 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 931 # Reject names that are not valid shell variable names.
81ecdfbb
RW
932 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
933 as_fn_error "invalid feature name: $ac_useropt"
934 ac_useropt_orig=$ac_useropt
935 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
936 case $ac_user_opts in
937 *"
938"enable_$ac_useropt"
939"*) ;;
940 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
941 ac_unrecognized_sep=', ';;
c906108c 942 esac
81ecdfbb 943 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
944
945 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
946 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
947 | --exec | --exe | --ex)
948 ac_prev=exec_prefix ;;
949 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
950 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
951 | --exec=* | --exe=* | --ex=*)
b7026657 952 exec_prefix=$ac_optarg ;;
c906108c
SS
953
954 -gas | --gas | --ga | --g)
955 # Obsolete; use --with-gas.
956 with_gas=yes ;;
957
b7026657
AC
958 -help | --help | --hel | --he | -h)
959 ac_init_help=long ;;
960 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
961 ac_init_help=recursive ;;
962 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
963 ac_init_help=short ;;
c906108c
SS
964
965 -host | --host | --hos | --ho)
b7026657 966 ac_prev=host_alias ;;
c906108c 967 -host=* | --host=* | --hos=* | --ho=*)
b7026657 968 host_alias=$ac_optarg ;;
c906108c 969
81ecdfbb
RW
970 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
971 ac_prev=htmldir ;;
972 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
973 | --ht=*)
974 htmldir=$ac_optarg ;;
975
c906108c
SS
976 -includedir | --includedir | --includedi | --included | --include \
977 | --includ | --inclu | --incl | --inc)
978 ac_prev=includedir ;;
979 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
980 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 981 includedir=$ac_optarg ;;
c906108c
SS
982
983 -infodir | --infodir | --infodi | --infod | --info | --inf)
984 ac_prev=infodir ;;
985 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 986 infodir=$ac_optarg ;;
c906108c
SS
987
988 -libdir | --libdir | --libdi | --libd)
989 ac_prev=libdir ;;
990 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 991 libdir=$ac_optarg ;;
c906108c
SS
992
993 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
994 | --libexe | --libex | --libe)
995 ac_prev=libexecdir ;;
996 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
997 | --libexe=* | --libex=* | --libe=*)
b7026657 998 libexecdir=$ac_optarg ;;
c906108c 999
81ecdfbb
RW
1000 -localedir | --localedir | --localedi | --localed | --locale)
1001 ac_prev=localedir ;;
1002 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1003 localedir=$ac_optarg ;;
1004
c906108c 1005 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1006 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
1007 ac_prev=localstatedir ;;
1008 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1009 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 1010 localstatedir=$ac_optarg ;;
c906108c
SS
1011
1012 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1013 ac_prev=mandir ;;
1014 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1015 mandir=$ac_optarg ;;
c906108c
SS
1016
1017 -nfp | --nfp | --nf)
1018 # Obsolete; use --without-fp.
1019 with_fp=no ;;
1020
1021 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1022 | --no-cr | --no-c | -n)
c906108c
SS
1023 no_create=yes ;;
1024
1025 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1026 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1027 no_recursion=yes ;;
1028
1029 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1030 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1031 | --oldin | --oldi | --old | --ol | --o)
1032 ac_prev=oldincludedir ;;
1033 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1034 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1035 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1036 oldincludedir=$ac_optarg ;;
c906108c
SS
1037
1038 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1039 ac_prev=prefix ;;
1040 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1041 prefix=$ac_optarg ;;
c906108c
SS
1042
1043 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1044 | --program-pre | --program-pr | --program-p)
1045 ac_prev=program_prefix ;;
1046 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1047 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1048 program_prefix=$ac_optarg ;;
c906108c
SS
1049
1050 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1051 | --program-suf | --program-su | --program-s)
1052 ac_prev=program_suffix ;;
1053 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1054 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1055 program_suffix=$ac_optarg ;;
c906108c
SS
1056
1057 -program-transform-name | --program-transform-name \
1058 | --program-transform-nam | --program-transform-na \
1059 | --program-transform-n | --program-transform- \
1060 | --program-transform | --program-transfor \
1061 | --program-transfo | --program-transf \
1062 | --program-trans | --program-tran \
1063 | --progr-tra | --program-tr | --program-t)
1064 ac_prev=program_transform_name ;;
1065 -program-transform-name=* | --program-transform-name=* \
1066 | --program-transform-nam=* | --program-transform-na=* \
1067 | --program-transform-n=* | --program-transform-=* \
1068 | --program-transform=* | --program-transfor=* \
1069 | --program-transfo=* | --program-transf=* \
1070 | --program-trans=* | --program-tran=* \
1071 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1072 program_transform_name=$ac_optarg ;;
c906108c 1073
81ecdfbb
RW
1074 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1075 ac_prev=pdfdir ;;
1076 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1077 pdfdir=$ac_optarg ;;
1078
1079 -psdir | --psdir | --psdi | --psd | --ps)
1080 ac_prev=psdir ;;
1081 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1082 psdir=$ac_optarg ;;
1083
c906108c
SS
1084 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1085 | -silent | --silent | --silen | --sile | --sil)
1086 silent=yes ;;
1087
1088 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1089 ac_prev=sbindir ;;
1090 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1091 | --sbi=* | --sb=*)
b7026657 1092 sbindir=$ac_optarg ;;
c906108c
SS
1093
1094 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1095 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1096 | --sharedst | --shareds | --shared | --share | --shar \
1097 | --sha | --sh)
1098 ac_prev=sharedstatedir ;;
1099 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1100 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1101 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1102 | --sha=* | --sh=*)
b7026657 1103 sharedstatedir=$ac_optarg ;;
c906108c
SS
1104
1105 -site | --site | --sit)
1106 ac_prev=site ;;
1107 -site=* | --site=* | --sit=*)
b7026657 1108 site=$ac_optarg ;;
e514a9d6 1109
c906108c
SS
1110 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1111 ac_prev=srcdir ;;
1112 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1113 srcdir=$ac_optarg ;;
c906108c
SS
1114
1115 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1116 | --syscon | --sysco | --sysc | --sys | --sy)
1117 ac_prev=sysconfdir ;;
1118 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1119 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1120 sysconfdir=$ac_optarg ;;
c906108c
SS
1121
1122 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1123 ac_prev=target_alias ;;
c906108c 1124 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1125 target_alias=$ac_optarg ;;
c906108c
SS
1126
1127 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1128 verbose=yes ;;
1129
b7026657
AC
1130 -version | --version | --versio | --versi | --vers | -V)
1131 ac_init_version=: ;;
c906108c
SS
1132
1133 -with-* | --with-*)
81ecdfbb 1134 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1135 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1136 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1137 as_fn_error "invalid package name: $ac_useropt"
1138 ac_useropt_orig=$ac_useropt
1139 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1140 case $ac_user_opts in
1141 *"
1142"with_$ac_useropt"
1143"*) ;;
1144 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1145 ac_unrecognized_sep=', ';;
c906108c 1146 esac
81ecdfbb 1147 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1148
1149 -without-* | --without-*)
81ecdfbb 1150 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1151 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1152 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1153 as_fn_error "invalid package name: $ac_useropt"
1154 ac_useropt_orig=$ac_useropt
1155 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1156 case $ac_user_opts in
1157 *"
1158"with_$ac_useropt"
1159"*) ;;
1160 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1161 ac_unrecognized_sep=', ';;
1162 esac
1163 eval with_$ac_useropt=no ;;
c906108c
SS
1164
1165 --x)
1166 # Obsolete; use --with-x.
1167 with_x=yes ;;
1168
1169 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1170 | --x-incl | --x-inc | --x-in | --x-i)
1171 ac_prev=x_includes ;;
1172 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1173 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1174 x_includes=$ac_optarg ;;
c906108c
SS
1175
1176 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1177 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1178 ac_prev=x_libraries ;;
1179 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1180 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1181 x_libraries=$ac_optarg ;;
c906108c 1182
81ecdfbb
RW
1183 -*) as_fn_error "unrecognized option: \`$ac_option'
1184Try \`$0 --help' for more information."
c906108c
SS
1185 ;;
1186
b7026657
AC
1187 *=*)
1188 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1189 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1190 case $ac_envvar in #(
1191 '' | [0-9]* | *[!_$as_cr_alnum]* )
1192 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1193 esac
1194 eval $ac_envvar=\$ac_optarg
b7026657
AC
1195 export $ac_envvar ;;
1196
c906108c 1197 *)
b7026657 1198 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1199 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1200 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1201 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
b7026657 1202 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
c906108c
SS
1203 ;;
1204
1205 esac
1206done
1207
1208if test -n "$ac_prev"; then
b7026657 1209 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1210 as_fn_error "missing argument to $ac_option"
c906108c 1211fi
c906108c 1212
81ecdfbb
RW
1213if test -n "$ac_unrecognized_opts"; then
1214 case $enable_option_checking in
1215 no) ;;
1216 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1217 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1218 esac
81ecdfbb 1219fi
c906108c 1220
81ecdfbb
RW
1221# Check all directory arguments for consistency.
1222for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1223 datadir sysconfdir sharedstatedir localstatedir includedir \
1224 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1225 libdir localedir mandir
c906108c 1226do
81ecdfbb
RW
1227 eval ac_val=\$$ac_var
1228 # Remove trailing slashes.
1229 case $ac_val in
1230 */ )
1231 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1232 eval $ac_var=\$ac_val;;
1233 esac
1234 # Be sure to have absolute directory names.
b7026657 1235 case $ac_val in
81ecdfbb
RW
1236 [\\/$]* | ?:[\\/]* ) continue;;
1237 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1238 esac
81ecdfbb 1239 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1240done
1241
b7026657
AC
1242# There might be people who depend on the old broken behavior: `$host'
1243# used to hold the argument of --host etc.
1244# FIXME: To remove some day.
1245build=$build_alias
1246host=$host_alias
1247target=$target_alias
1248
1249# FIXME: To remove some day.
1250if test "x$host_alias" != x; then
1251 if test "x$build_alias" = x; then
1252 cross_compiling=maybe
81ecdfbb 1253 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
b7026657
AC
1254 If a cross compiler is detected then cross compile mode will be used." >&2
1255 elif test "x$build_alias" != "x$host_alias"; then
1256 cross_compiling=yes
1257 fi
1258fi
c906108c 1259
b7026657
AC
1260ac_tool_prefix=
1261test -n "$host_alias" && ac_tool_prefix=$host_alias-
1262
1263test "$silent" = yes && exec 6>/dev/null
c906108c 1264
c906108c 1265
81ecdfbb
RW
1266ac_pwd=`pwd` && test -n "$ac_pwd" &&
1267ac_ls_di=`ls -di .` &&
1268ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1269 as_fn_error "working directory cannot be determined"
1270test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1271 as_fn_error "pwd does not report name of working directory"
1272
1273
c906108c
SS
1274# Find the source files, if location was not specified.
1275if test -z "$srcdir"; then
1276 ac_srcdir_defaulted=yes
81ecdfbb
RW
1277 # Try the directory containing this script, then the parent directory.
1278 ac_confdir=`$as_dirname -- "$as_myself" ||
1279$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1280 X"$as_myself" : 'X\(//\)[^/]' \| \
1281 X"$as_myself" : 'X\(//\)$' \| \
1282 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1283$as_echo X"$as_myself" |
1284 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1285 s//\1/
1286 q
1287 }
1288 /^X\(\/\/\)[^/].*/{
1289 s//\1/
1290 q
1291 }
1292 /^X\(\/\/\)$/{
1293 s//\1/
1294 q
1295 }
1296 /^X\(\/\).*/{
1297 s//\1/
1298 q
1299 }
1300 s/.*/./; q'`
c906108c 1301 srcdir=$ac_confdir
81ecdfbb 1302 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1303 srcdir=..
1304 fi
1305else
1306 ac_srcdir_defaulted=no
1307fi
81ecdfbb
RW
1308if test ! -r "$srcdir/$ac_unique_file"; then
1309 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1310 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1311fi
1312ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1313ac_abs_confdir=`(
1314 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1315 pwd)`
1316# When building in place, set srcdir=.
1317if test "$ac_abs_confdir" = "$ac_pwd"; then
1318 srcdir=.
1319fi
1320# Remove unnecessary trailing slashes from srcdir.
1321# Double slashes in file names in object file debugging info
1322# mess up M-x gdb in Emacs.
1323case $srcdir in
1324*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1325esac
1326for ac_var in $ac_precious_vars; do
1327 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1328 eval ac_env_${ac_var}_value=\$${ac_var}
1329 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1330 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1331done
c906108c 1332
b7026657
AC
1333#
1334# Report the --help message.
1335#
1336if test "$ac_init_help" = "long"; then
1337 # Omit some internal or obsolete options to make the list less imposing.
1338 # This message is too long to be a string in the A/UX 3.1 sh.
1339 cat <<_ACEOF
1340\`configure' configures this package to adapt to many kinds of systems.
c906108c 1341
b7026657 1342Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1343
b7026657
AC
1344To assign environment variables (e.g., CC, CFLAGS...), specify them as
1345VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1346
b7026657 1347Defaults for the options are specified in brackets.
c906108c 1348
b7026657
AC
1349Configuration:
1350 -h, --help display this help and exit
1351 --help=short display options specific to this package
1352 --help=recursive display the short help of all the included packages
1353 -V, --version display version information and exit
1354 -q, --quiet, --silent do not print \`checking...' messages
1355 --cache-file=FILE cache test results in FILE [disabled]
1356 -C, --config-cache alias for \`--cache-file=config.cache'
1357 -n, --no-create do not create output files
1358 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1359
b7026657
AC
1360Installation directories:
1361 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1362 [$ac_default_prefix]
b7026657 1363 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1364 [PREFIX]
c906108c 1365
b7026657
AC
1366By default, \`make install' will install all the files in
1367\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1368an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1369for instance \`--prefix=\$HOME'.
c906108c 1370
b7026657
AC
1371For better control, use the options below.
1372
1373Fine tuning of the installation directories:
81ecdfbb
RW
1374 --bindir=DIR user executables [EPREFIX/bin]
1375 --sbindir=DIR system admin executables [EPREFIX/sbin]
1376 --libexecdir=DIR program executables [EPREFIX/libexec]
1377 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1378 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1379 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1380 --libdir=DIR object code libraries [EPREFIX/lib]
1381 --includedir=DIR C header files [PREFIX/include]
1382 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1383 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1384 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1385 --infodir=DIR info documentation [DATAROOTDIR/info]
1386 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1387 --mandir=DIR man documentation [DATAROOTDIR/man]
1388 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1389 --htmldir=DIR html documentation [DOCDIR]
1390 --dvidir=DIR dvi documentation [DOCDIR]
1391 --pdfdir=DIR pdf documentation [DOCDIR]
1392 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1393_ACEOF
1394
1395 cat <<\_ACEOF
1396
1397Program names:
1398 --program-prefix=PREFIX prepend PREFIX to installed program names
1399 --program-suffix=SUFFIX append SUFFIX to installed program names
1400 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1401
1402X features:
1403 --x-includes=DIR X include files are in DIR
1404 --x-libraries=DIR X library files are in DIR
1405
1406System types:
1407 --build=BUILD configure for building on BUILD [guessed]
1408 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1409 --target=TARGET configure for building compilers for TARGET [HOST]
1410_ACEOF
c906108c 1411fi
b7026657
AC
1412
1413if test -n "$ac_init_help"; then
1414
1415 cat <<\_ACEOF
1416
1417Optional Features:
81ecdfbb 1418 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1419 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1420 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1421 --enable-plugins Enable support for plugins
6bb11ab3
L
1422 --enable-shared[=PKGS] build shared libraries [default=yes]
1423 --enable-static[=PKGS] build static libraries [default=yes]
1424 --enable-fast-install[=PKGS]
1425 optimize for fast installation [default=yes]
1426 --disable-libtool-lock avoid locking (might break parallel builds)
31e6ad7d
MF
1427 --enable-maintainer-mode enable make rules and dependencies not useful
1428 (and sometimes confusing) to the casual installer
b7026657
AC
1429 --enable-sim-bswap Use Host specific BSWAP instruction.
1430 --enable-sim-cflags=opts Extra CFLAGS for use in building simulator
1431 --enable-sim-debug=opts Enable debugging flags
1432 --enable-sim-stdio Specify whether to use stdio for console input/output.
1433 --enable-sim-trace=opts Enable tracing flags
1434 --enable-sim-profile=opts Enable profiling flags
1435 --enable-sim-inline=inlines Specify which functions should be inlined.
1436 --enable-sim-alignment=align Specify strict, nonstrict or forced alignment of memory accesses.
1437 --enable-sim-hostendian=end Specify host byte endian orientation.
2232061b
MF
1438 --enable-werror treat compile warnings as errors
1439 --enable-build-warnings enable build-time compiler warnings if gcc is used
1440 --enable-sim-build-warnings
1441 enable SIM specific build-time compiler warnings if
1442 gcc is used
b7026657
AC
1443 --enable-sim-reserved-bits Specify whether to check reserved bits in instruction.
1444 --enable-sim-endian=endian Specify target byte endian orientation.
1445 --enable-sim-bitsize=N Specify target bitsize (32 or 64).
1446 --enable-sim-float Specify that the target processor has floating point hardware.
1447 --enable-sim-smp=n Specify number of processors to configure for (default ${default_sim_smp}).
1517bd27
MF
1448 --enable-sim-hardware=LIST
1449 Specify the hardware to be included in the build.
b7026657
AC
1450
1451Optional Packages:
1452 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1453 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1454 --with-system-zlib use installed libz
6bb11ab3
L
1455 --with-pic try to use only PIC/non-PIC objects [default=use
1456 both]
1457 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
6efef468
JM
1458 --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
1459 --with-bugurl=URL Direct users to URL to report a bug
b7026657
AC
1460 --with-x use the X Window System
1461
1462Some influential environment variables:
1463 CC C compiler command
1464 CFLAGS C compiler flags
1465 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1466 nonstandard directory <lib dir>
81ecdfbb
RW
1467 LIBS libraries to pass to the linker, e.g. -l<library>
1468 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1469 you have headers in a nonstandard directory <include dir>
b7026657 1470 CPP C preprocessor
81ecdfbb 1471 XMKMF Path to xmkmf, Makefile generator for X Window System
b7026657
AC
1472
1473Use these variables to override the choices made by `configure' or to help
1474it to find libraries and programs with nonstandard names/locations.
1475
81ecdfbb 1476Report bugs to the package provider.
b7026657 1477_ACEOF
81ecdfbb 1478ac_status=$?
c906108c
SS
1479fi
1480
b7026657
AC
1481if test "$ac_init_help" = "recursive"; then
1482 # If there are subdirs, report their specific --help.
b7026657 1483 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1484 test -d "$ac_dir" ||
1485 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1486 continue
b7026657 1487 ac_builddir=.
c906108c 1488
81ecdfbb
RW
1489case "$ac_dir" in
1490.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1491*)
1492 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1493 # A ".." for each directory in $ac_dir_suffix.
1494 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1495 case $ac_top_builddir_sub in
1496 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1497 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1498 esac ;;
1499esac
1500ac_abs_top_builddir=$ac_pwd
1501ac_abs_builddir=$ac_pwd$ac_dir_suffix
1502# for backward compatibility:
1503ac_top_builddir=$ac_top_build_prefix
c906108c 1504
b7026657 1505case $srcdir in
81ecdfbb 1506 .) # We are building in place.
b7026657 1507 ac_srcdir=.
81ecdfbb
RW
1508 ac_top_srcdir=$ac_top_builddir_sub
1509 ac_abs_top_srcdir=$ac_pwd ;;
1510 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1511 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1512 ac_top_srcdir=$srcdir
1513 ac_abs_top_srcdir=$srcdir ;;
1514 *) # Relative name.
1515 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1516 ac_top_srcdir=$ac_top_build_prefix$srcdir
1517 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1518esac
81ecdfbb
RW
1519ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1520
1521 cd "$ac_dir" || { ac_status=$?; continue; }
1522 # Check for guested configure.
1523 if test -f "$ac_srcdir/configure.gnu"; then
1524 echo &&
1525 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1526 elif test -f "$ac_srcdir/configure"; then
1527 echo &&
1528 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1529 else
81ecdfbb
RW
1530 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1531 fi || ac_status=$?
1532 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657
AC
1533 done
1534fi
1535
81ecdfbb 1536test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1537if $ac_init_version; then
1538 cat <<\_ACEOF
81ecdfbb
RW
1539configure
1540generated by GNU Autoconf 2.64
b7026657 1541
81ecdfbb 1542Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
1543This configure script is free software; the Free Software Foundation
1544gives unlimited permission to copy, distribute and modify it.
1545_ACEOF
81ecdfbb 1546 exit
b7026657 1547fi
b7026657 1548
81ecdfbb
RW
1549## ------------------------ ##
1550## Autoconf initialization. ##
1551## ------------------------ ##
b7026657 1552
81ecdfbb
RW
1553# ac_fn_c_try_compile LINENO
1554# --------------------------
1555# Try to compile conftest.$ac_ext, and return whether this succeeded.
1556ac_fn_c_try_compile ()
b7026657 1557{
81ecdfbb
RW
1558 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1559 rm -f conftest.$ac_objext
1560 if { { ac_try="$ac_compile"
1561case "(($ac_try" in
1562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1563 *) ac_try_echo=$ac_try;;
1564esac
1565eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1566$as_echo "$ac_try_echo"; } >&5
1567 (eval "$ac_compile") 2>conftest.err
1568 ac_status=$?
1569 if test -s conftest.err; then
1570 grep -v '^ *+' conftest.err >conftest.er1
1571 cat conftest.er1 >&5
1572 mv -f conftest.er1 conftest.err
1573 fi
1574 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1575 test $ac_status = 0; } && {
1576 test -z "$ac_c_werror_flag" ||
1577 test ! -s conftest.err
1578 } && test -s conftest.$ac_objext; then :
1579 ac_retval=0
1580else
1581 $as_echo "$as_me: failed program was:" >&5
1582sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1583
81ecdfbb
RW
1584 ac_retval=1
1585fi
1586 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1587 return $ac_retval
b7026657 1588
81ecdfbb 1589} # ac_fn_c_try_compile
b7026657 1590
81ecdfbb
RW
1591# ac_fn_c_try_cpp LINENO
1592# ----------------------
1593# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1594ac_fn_c_try_cpp ()
1595{
1596 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1597 if { { ac_try="$ac_cpp conftest.$ac_ext"
1598case "(($ac_try" in
1599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1600 *) ac_try_echo=$ac_try;;
1601esac
1602eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1603$as_echo "$ac_try_echo"; } >&5
1604 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1605 ac_status=$?
1606 if test -s conftest.err; then
1607 grep -v '^ *+' conftest.err >conftest.er1
1608 cat conftest.er1 >&5
1609 mv -f conftest.er1 conftest.err
1610 fi
1611 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1612 test $ac_status = 0; } >/dev/null && {
1613 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1614 test ! -s conftest.err
1615 }; then :
1616 ac_retval=0
1617else
1618 $as_echo "$as_me: failed program was:" >&5
1619sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1620
81ecdfbb
RW
1621 ac_retval=1
1622fi
1623 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1624 return $ac_retval
b7026657 1625
81ecdfbb
RW
1626} # ac_fn_c_try_cpp
1627
1628# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1629# -------------------------------------------------------
1630# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1631# the include files in INCLUDES and setting the cache variable VAR
1632# accordingly.
1633ac_fn_c_check_header_mongrel ()
1634{
1635 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1636 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1638$as_echo_n "checking for $2... " >&6; }
1639if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1640 $as_echo_n "(cached) " >&6
1641fi
1642eval ac_res=\$$3
1643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1644$as_echo "$ac_res" >&6; }
1645else
1646 # Is the header compilable?
1647{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1648$as_echo_n "checking $2 usability... " >&6; }
1649cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1650/* end confdefs.h. */
1651$4
1652#include <$2>
1653_ACEOF
1654if ac_fn_c_try_compile "$LINENO"; then :
1655 ac_header_compiler=yes
1656else
1657 ac_header_compiler=no
1658fi
1659rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1660{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1661$as_echo "$ac_header_compiler" >&6; }
1662
1663# Is the header present?
1664{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1665$as_echo_n "checking $2 presence... " >&6; }
1666cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1667/* end confdefs.h. */
1668#include <$2>
1669_ACEOF
1670if ac_fn_c_try_cpp "$LINENO"; then :
1671 ac_header_preproc=yes
1672else
1673 ac_header_preproc=no
1674fi
1675rm -f conftest.err conftest.$ac_ext
1676{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1677$as_echo "$ac_header_preproc" >&6; }
1678
1679# So? What about this header?
1680case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1681 yes:no: )
1682 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1683$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1684 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1685$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1686 ;;
1687 no:yes:* )
1688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1689$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1690 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1691$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1693$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1694 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1695$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1696 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1697$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1698 ;;
1699esac
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1701$as_echo_n "checking for $2... " >&6; }
1702if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1703 $as_echo_n "(cached) " >&6
1704else
1705 eval "$3=\$ac_header_compiler"
1706fi
1707eval ac_res=\$$3
1708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1709$as_echo "$ac_res" >&6; }
1710fi
1711 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1712
1713} # ac_fn_c_check_header_mongrel
1714
1715# ac_fn_c_try_run LINENO
1716# ----------------------
1717# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1718# that executables *can* be run.
1719ac_fn_c_try_run ()
1720{
1721 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1722 if { { ac_try="$ac_link"
1723case "(($ac_try" in
1724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1725 *) ac_try_echo=$ac_try;;
1726esac
1727eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1728$as_echo "$ac_try_echo"; } >&5
1729 (eval "$ac_link") 2>&5
1730 ac_status=$?
1731 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1732 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1733 { { case "(($ac_try" in
1734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1735 *) ac_try_echo=$ac_try;;
1736esac
1737eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1738$as_echo "$ac_try_echo"; } >&5
1739 (eval "$ac_try") 2>&5
1740 ac_status=$?
1741 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1742 test $ac_status = 0; }; }; then :
1743 ac_retval=0
1744else
1745 $as_echo "$as_me: program exited with status $ac_status" >&5
1746 $as_echo "$as_me: failed program was:" >&5
1747sed 's/^/| /' conftest.$ac_ext >&5
1748
1749 ac_retval=$ac_status
1750fi
1751 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1752 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1753 return $ac_retval
1754
1755} # ac_fn_c_try_run
1756
1757# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1758# -------------------------------------------------------
1759# Tests whether HEADER exists and can be compiled using the include files in
1760# INCLUDES, setting the cache variable VAR accordingly.
1761ac_fn_c_check_header_compile ()
1762{
1763 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1765$as_echo_n "checking for $2... " >&6; }
1766if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1767 $as_echo_n "(cached) " >&6
1768else
1769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1770/* end confdefs.h. */
1771$4
1772#include <$2>
1773_ACEOF
1774if ac_fn_c_try_compile "$LINENO"; then :
1775 eval "$3=yes"
1776else
1777 eval "$3=no"
1778fi
1779rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1780fi
1781eval ac_res=\$$3
1782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1783$as_echo "$ac_res" >&6; }
1784 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1785
1786} # ac_fn_c_check_header_compile
1787
1788# ac_fn_c_try_link LINENO
1789# -----------------------
1790# Try to link conftest.$ac_ext, and return whether this succeeded.
1791ac_fn_c_try_link ()
1792{
1793 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1794 rm -f conftest.$ac_objext conftest$ac_exeext
1795 if { { ac_try="$ac_link"
1796case "(($ac_try" in
1797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1798 *) ac_try_echo=$ac_try;;
1799esac
1800eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1801$as_echo "$ac_try_echo"; } >&5
1802 (eval "$ac_link") 2>conftest.err
1803 ac_status=$?
1804 if test -s conftest.err; then
1805 grep -v '^ *+' conftest.err >conftest.er1
1806 cat conftest.er1 >&5
1807 mv -f conftest.er1 conftest.err
1808 fi
1809 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1810 test $ac_status = 0; } && {
1811 test -z "$ac_c_werror_flag" ||
1812 test ! -s conftest.err
1813 } && test -s conftest$ac_exeext && {
1814 test "$cross_compiling" = yes ||
1815 $as_test_x conftest$ac_exeext
1816 }; then :
1817 ac_retval=0
1818else
1819 $as_echo "$as_me: failed program was:" >&5
1820sed 's/^/| /' conftest.$ac_ext >&5
1821
1822 ac_retval=1
1823fi
1824 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1825 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1826 # interfere with the next link command; also delete a directory that is
1827 # left behind by Apple's compiler. We do this before executing the actions.
1828 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1829 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1830 return $ac_retval
1831
1832} # ac_fn_c_try_link
1833
1834# ac_fn_c_check_func LINENO FUNC VAR
1835# ----------------------------------
1836# Tests whether FUNC exists, setting the cache variable VAR accordingly
1837ac_fn_c_check_func ()
1838{
1839 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1841$as_echo_n "checking for $2... " >&6; }
1842if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1843 $as_echo_n "(cached) " >&6
1844else
1845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1846/* end confdefs.h. */
1847/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1848 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1849#define $2 innocuous_$2
1850
1851/* System header to define __stub macros and hopefully few prototypes,
1852 which can conflict with char $2 (); below.
1853 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1854 <limits.h> exists even on freestanding compilers. */
1855
1856#ifdef __STDC__
1857# include <limits.h>
1858#else
1859# include <assert.h>
1860#endif
1861
1862#undef $2
1863
1864/* Override any GCC internal prototype to avoid an error.
1865 Use char because int might match the return type of a GCC
1866 builtin and then its argument prototype would still apply. */
1867#ifdef __cplusplus
1868extern "C"
1869#endif
1870char $2 ();
1871/* The GNU C library defines this for functions which it implements
1872 to always fail with ENOSYS. Some functions are actually named
1873 something starting with __ and the normal name is an alias. */
1874#if defined __stub_$2 || defined __stub___$2
1875choke me
1876#endif
1877
1878int
1879main ()
1880{
1881return $2 ();
1882 ;
1883 return 0;
1884}
1885_ACEOF
1886if ac_fn_c_try_link "$LINENO"; then :
1887 eval "$3=yes"
1888else
1889 eval "$3=no"
1890fi
1891rm -f core conftest.err conftest.$ac_objext \
1892 conftest$ac_exeext conftest.$ac_ext
1893fi
1894eval ac_res=\$$3
1895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1896$as_echo "$ac_res" >&6; }
1897 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1898
1899} # ac_fn_c_check_func
1900cat >config.log <<_ACEOF
1901This file contains any messages produced by compilers while
1902running configure, to aid debugging if configure makes a mistake.
1903
1904It was created by $as_me, which was
1905generated by GNU Autoconf 2.64. Invocation command line was
1906
1907 $ $0 $@
1908
1909_ACEOF
1910exec 5>>config.log
1911{
1912cat <<_ASUNAME
1913## --------- ##
1914## Platform. ##
1915## --------- ##
1916
1917hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1918uname -m = `(uname -m) 2>/dev/null || echo unknown`
1919uname -r = `(uname -r) 2>/dev/null || echo unknown`
1920uname -s = `(uname -s) 2>/dev/null || echo unknown`
1921uname -v = `(uname -v) 2>/dev/null || echo unknown`
1922
1923/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1924/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1925
1926/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1927/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1928/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1929/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1930/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1931/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1932/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1933
1934_ASUNAME
1935
1936as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1937for as_dir in $PATH
1938do
1939 IFS=$as_save_IFS
1940 test -z "$as_dir" && as_dir=.
1941 $as_echo "PATH: $as_dir"
1942 done
1943IFS=$as_save_IFS
1944
1945} >&5
1946
1947cat >&5 <<_ACEOF
b7026657
AC
1948
1949
1950## ----------- ##
1951## Core tests. ##
1952## ----------- ##
1953
1954_ACEOF
1955
1956
1957# Keep a trace of the command line.
1958# Strip out --no-create and --no-recursion so they do not pile up.
1959# Strip out --silent because we don't want to record it for future runs.
1960# Also quote any args containing shell meta-characters.
1961# Make two passes to allow for proper duplicate-argument suppression.
1962ac_configure_args=
1963ac_configure_args0=
1964ac_configure_args1=
b7026657
AC
1965ac_must_keep_next=false
1966for ac_pass in 1 2
1967do
1968 for ac_arg
1969 do
1970 case $ac_arg in
1971 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1972 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1973 | -silent | --silent | --silen | --sile | --sil)
1974 continue ;;
81ecdfbb
RW
1975 *\'*)
1976 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1977 esac
1978 case $ac_pass in
81ecdfbb 1979 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 1980 2)
81ecdfbb 1981 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
1982 if test $ac_must_keep_next = true; then
1983 ac_must_keep_next=false # Got value, back to normal.
1984 else
1985 case $ac_arg in
1986 *=* | --config-cache | -C | -disable-* | --disable-* \
1987 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1988 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1989 | -with-* | --with-* | -without-* | --without-* | --x)
1990 case "$ac_configure_args0 " in
1991 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1992 esac
1993 ;;
1994 -* ) ac_must_keep_next=true ;;
1995 esac
1996 fi
81ecdfbb 1997 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
1998 ;;
1999 esac
2000 done
2001done
81ecdfbb
RW
2002{ ac_configure_args0=; unset ac_configure_args0;}
2003{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
2004
2005# When interrupted or exit'd, cleanup temporary files, and complete
2006# config.log. We remove comments because anyway the quotes in there
2007# would cause problems or look ugly.
81ecdfbb
RW
2008# WARNING: Use '\'' to represent an apostrophe within the trap.
2009# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
2010trap 'exit_status=$?
2011 # Save into config.log some information that might help in debugging.
2012 {
2013 echo
2014
2015 cat <<\_ASBOX
2016## ---------------- ##
2017## Cache variables. ##
2018## ---------------- ##
2019_ASBOX
2020 echo
2021 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2022(
2023 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2024 eval ac_val=\$$ac_var
2025 case $ac_val in #(
2026 *${as_nl}*)
2027 case $ac_var in #(
2028 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2029$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2030 esac
2031 case $ac_var in #(
2032 _ | IFS | as_nl) ;; #(
2033 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2034 *) { eval $ac_var=; unset $ac_var;} ;;
2035 esac ;;
2036 esac
2037 done
b7026657 2038 (set) 2>&1 |
81ecdfbb
RW
2039 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2040 *${as_nl}ac_space=\ *)
b7026657 2041 sed -n \
81ecdfbb
RW
2042 "s/'\''/'\''\\\\'\'''\''/g;
2043 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2044 ;; #(
b7026657 2045 *)
81ecdfbb 2046 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2047 ;;
81ecdfbb
RW
2048 esac |
2049 sort
2050)
b7026657
AC
2051 echo
2052
2053 cat <<\_ASBOX
2054## ----------------- ##
2055## Output variables. ##
2056## ----------------- ##
2057_ASBOX
2058 echo
2059 for ac_var in $ac_subst_vars
2060 do
81ecdfbb
RW
2061 eval ac_val=\$$ac_var
2062 case $ac_val in
2063 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2064 esac
2065 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2066 done | sort
2067 echo
2068
2069 if test -n "$ac_subst_files"; then
2070 cat <<\_ASBOX
81ecdfbb
RW
2071## ------------------- ##
2072## File substitutions. ##
2073## ------------------- ##
b7026657
AC
2074_ASBOX
2075 echo
2076 for ac_var in $ac_subst_files
2077 do
81ecdfbb
RW
2078 eval ac_val=\$$ac_var
2079 case $ac_val in
2080 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2081 esac
2082 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2083 done | sort
2084 echo
2085 fi
2086
2087 if test -s confdefs.h; then
2088 cat <<\_ASBOX
2089## ----------- ##
2090## confdefs.h. ##
2091## ----------- ##
2092_ASBOX
2093 echo
81ecdfbb 2094 cat confdefs.h
b7026657
AC
2095 echo
2096 fi
2097 test "$ac_signal" != 0 &&
81ecdfbb
RW
2098 $as_echo "$as_me: caught signal $ac_signal"
2099 $as_echo "$as_me: exit $exit_status"
b7026657 2100 } >&5
81ecdfbb
RW
2101 rm -f core *.core core.conftest.* &&
2102 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2103 exit $exit_status
81ecdfbb 2104' 0
b7026657 2105for ac_signal in 1 2 13 15; do
81ecdfbb 2106 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2107done
2108ac_signal=0
2109
2110# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2111rm -f -r conftest* confdefs.h
2112
2113$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2114
2115# Predefined preprocessor variables.
2116
2117cat >>confdefs.h <<_ACEOF
2118#define PACKAGE_NAME "$PACKAGE_NAME"
2119_ACEOF
2120
b7026657
AC
2121cat >>confdefs.h <<_ACEOF
2122#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2123_ACEOF
2124
b7026657
AC
2125cat >>confdefs.h <<_ACEOF
2126#define PACKAGE_VERSION "$PACKAGE_VERSION"
2127_ACEOF
2128
b7026657
AC
2129cat >>confdefs.h <<_ACEOF
2130#define PACKAGE_STRING "$PACKAGE_STRING"
2131_ACEOF
2132
b7026657
AC
2133cat >>confdefs.h <<_ACEOF
2134#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2135_ACEOF
2136
81ecdfbb
RW
2137cat >>confdefs.h <<_ACEOF
2138#define PACKAGE_URL "$PACKAGE_URL"
2139_ACEOF
2140
b7026657
AC
2141
2142# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2143# Prefer an explicitly selected file to automatically selected ones.
2144ac_site_file1=NONE
2145ac_site_file2=NONE
2146if test -n "$CONFIG_SITE"; then
2147 ac_site_file1=$CONFIG_SITE
2148elif test "x$prefix" != xNONE; then
2149 ac_site_file1=$prefix/share/config.site
2150 ac_site_file2=$prefix/etc/config.site
2151else
2152 ac_site_file1=$ac_default_prefix/share/config.site
2153 ac_site_file2=$ac_default_prefix/etc/config.site
2154fi
2155for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2156do
2157 test "x$ac_site_file" = xNONE && continue
b7026657 2158 if test -r "$ac_site_file"; then
81ecdfbb
RW
2159 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2160$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657
AC
2161 sed 's/^/| /' "$ac_site_file" >&5
2162 . "$ac_site_file"
2163 fi
2164done
2165
2166if test -r "$cache_file"; then
2167 # Some versions of bash will fail to source /dev/null (special
2168 # files actually), so we avoid doing that.
2169 if test -f "$cache_file"; then
81ecdfbb
RW
2170 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2171$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2172 case $cache_file in
81ecdfbb
RW
2173 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2174 *) . "./$cache_file";;
b7026657
AC
2175 esac
2176 fi
c906108c 2177else
81ecdfbb
RW
2178 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2179$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2180 >$cache_file
2181fi
2182
2183# Check that the precious variables saved in the cache have kept the same
2184# value.
2185ac_cache_corrupted=false
81ecdfbb 2186for ac_var in $ac_precious_vars; do
b7026657
AC
2187 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2188 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2189 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2190 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2191 case $ac_old_set,$ac_new_set in
2192 set,)
81ecdfbb
RW
2193 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2194$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2195 ac_cache_corrupted=: ;;
2196 ,set)
81ecdfbb
RW
2197 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2198$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2199 ac_cache_corrupted=: ;;
2200 ,);;
2201 *)
2202 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2203 # differences in whitespace do not lead to failure.
2204 ac_old_val_w=`echo x $ac_old_val`
2205 ac_new_val_w=`echo x $ac_new_val`
2206 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2207 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2208$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2209 ac_cache_corrupted=:
2210 else
2211 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2212$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2213 eval $ac_var=\$ac_old_val
2214 fi
2215 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2216$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2217 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2218$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2219 fi;;
2220 esac
2221 # Pass precious variables to config.status.
2222 if test "$ac_new_set" = set; then
2223 case $ac_new_val in
81ecdfbb 2224 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2225 *) ac_arg=$ac_var=$ac_new_val ;;
2226 esac
2227 case " $ac_configure_args " in
2228 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2229 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2230 esac
2231 fi
2232done
2233if $ac_cache_corrupted; then
81ecdfbb
RW
2234 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2235$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2236 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2237$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2238 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
c906108c 2239fi
81ecdfbb
RW
2240## -------------------- ##
2241## Main body of script. ##
2242## -------------------- ##
b7026657
AC
2243
2244ac_ext=c
2245ac_cpp='$CPP $CPPFLAGS'
2246ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2247ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2248ac_compiler_gnu=$ac_cv_c_compiler_gnu
2249
2250
35695fd6
AC
2251# This file contains common code used by all simulators.
2252#
2253# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2254# directory. It is intended to be invoked before any target specific stuff.
2255# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2256# It is intended to be invoked last.
2257#
2258# The simulator's configure.in should look like:
2259#
2260# dnl Process this file with autoconf to produce a configure script.
6ffe910a 2261# AC_PREREQ(2.64)dnl
35695fd6 2262# AC_INIT(Makefile.in)
6ffe910a 2263# sinclude(../common/aclocal.m4)
35695fd6
AC
2264#
2265# SIM_AC_COMMON
2266#
2267# ... target specific stuff ...
2268#
2269# SIM_AC_OUTPUT
2270
d6416cdc
RW
2271# Include global overrides and fixes for Autoconf.
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
6ffe910a
MF
2298# _AC_CHECK_DECL_BODY
2299# -------------------
2300# Shell function body for AC_CHECK_DECL.
2301# _AC_CHECK_DECL_BODY
d6416cdc 2302
6ffe910a
MF
2303# _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2304# INCLUDES)
2305# -------------------------------------------------------------
2306# Helper to AC_CHECK_DECLS, which generates the check for a single
2307# SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2308# ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
d6416cdc 2309
d6416cdc
RW
2310
2311
2312
2313
2314
2315
35695fd6
AC
2316
2317
2318
db2e4d67 2319
6bb11ab3 2320# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2321#
6bb11ab3
L
2322# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2323# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2324# Written by Gordon Matzigkeit, 1996
2325#
2326# This file is free software; the Free Software Foundation gives
2327# unlimited permission to copy and/or distribute it, with or without
2328# modifications, as long as this notice is preserved.
db2e4d67 2329
db2e4d67 2330
db2e4d67 2331
6bb11ab3 2332# serial 56 LT_INIT
db2e4d67
MF
2333
2334
6bb11ab3
L
2335# LT_PREREQ(VERSION)
2336# ------------------
2337# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2338
db2e4d67
MF
2339
2340
6bb11ab3
L
2341# _LT_CHECK_BUILDDIR
2342# ------------------
2343# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2344
2345
35695fd6 2346
6bb11ab3
L
2347# LT_INIT([OPTIONS])
2348# ------------------
2349# LT_INIT
35695fd6 2350
6bb11ab3
L
2351# Old names:
2352# This is what autoupdate's m4 run will expand. It fires
2353# the warning (with _au_warn_XXX), outputs it into the
2354# updated configure.ac (with AC_DIAGNOSE), and then outputs
2355# the replacement expansion.
35695fd6
AC
2356
2357
6bb11ab3
L
2358# This is an auxiliary macro that is also run when
2359# autoupdate runs m4. It simply calls m4_warning, but
2360# we need a wrapper so that each warning is emitted only
2361# once. We break the quoting in m4_warning's argument in
2362# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2363
2364
6bb11ab3
L
2365# Finally, this is the expansion that is picked up by
2366# autoconf. It tells the user to run autoupdate, and
2367# then outputs the replacement expansion. We do not care
2368# about autoupdate's warning because that contains
2369# information on what to do *after* running autoupdate.
35695fd6 2370
6bb11ab3
L
2371# This is what autoupdate's m4 run will expand. It fires
2372# the warning (with _au_warn_XXX), outputs it into the
2373# updated configure.ac (with AC_DIAGNOSE), and then outputs
2374# the replacement expansion.
35695fd6
AC
2375
2376
6bb11ab3
L
2377# This is an auxiliary macro that is also run when
2378# autoupdate runs m4. It simply calls m4_warning, but
2379# we need a wrapper so that each warning is emitted only
2380# once. We break the quoting in m4_warning's argument in
2381# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2382
2383
6bb11ab3
L
2384# Finally, this is the expansion that is picked up by
2385# autoconf. It tells the user to run autoupdate, and
2386# then outputs the replacement expansion. We do not care
2387# about autoupdate's warning because that contains
2388# information on what to do *after* running autoupdate.
35695fd6
AC
2389
2390
2391
6bb11ab3
L
2392# _LT_CC_BASENAME(CC)
2393# -------------------
2394# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
35695fd6
AC
2395
2396
2397
6bb11ab3
L
2398# _LT_FILEUTILS_DEFAULTS
2399# ----------------------
2400# It is okay to use these file commands and assume they have been set
2401# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2402# _LT_FILEUTILS_DEFAULTS
35695fd6
AC
2403
2404
6bb11ab3
L
2405# _LT_SETUP
2406# ---------
2407# _LT_SETUP
35695fd6
AC
2408
2409
6bb11ab3
L
2410# _LT_PREPARE_SED_QUOTE_VARS
2411# --------------------------
2412# Define a few sed substitution that help us do robust quoting.
35695fd6
AC
2413
2414
6bb11ab3
L
2415# _LT_PROG_LTMAIN
2416# ---------------
2417# Note that this code is called both from `configure', and `config.status'
2418# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2419# `config.status' has no value for ac_aux_dir unless we are using Automake,
2420# so we pass a copy along to make sure it has a sensible value anyway.
2421# _LT_PROG_LTMAIN
35695fd6
AC
2422
2423
6bb11ab3
L
2424## ------------------------------------- ##
2425## Accumulate code for creating libtool. ##
2426## ------------------------------------- ##
35695fd6 2427
6bb11ab3
L
2428# So that we can recreate a full libtool script including additional
2429# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2430# in macros and then make a single call at the end using the `libtool'
2431# label.
35695fd6
AC
2432
2433
6bb11ab3
L
2434# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2435# ----------------------------------------
2436# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2437
2438
6bb11ab3 2439# Initialize.
35695fd6
AC
2440
2441
2442
6bb11ab3
L
2443# _LT_CONFIG_LIBTOOL([COMMANDS])
2444# ------------------------------
2445# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2446
2447
6bb11ab3 2448# Initialize.
35695fd6
AC
2449
2450
2451
6bb11ab3
L
2452# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2453# -----------------------------------------------------
35695fd6 2454
5912fadd
JB
2455
2456
6bb11ab3
L
2457# _LT_FORMAT_COMMENT([COMMENT])
2458# -----------------------------
2459# Add leading comment marks to the start of each line, and a trailing
2460# full-stop to the whole comment if one is not present already.
5912fadd
JB
2461
2462
35695fd6
AC
2463
2464
6bb11ab3
L
2465## ------------------------ ##
2466## FIXME: Eliminate VARNAME ##
2467## ------------------------ ##
35695fd6
AC
2468
2469
6bb11ab3
L
2470# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2471# -------------------------------------------------------------------
2472# CONFIGNAME is the name given to the value in the libtool script.
2473# VARNAME is the (base) name used in the configure script.
2474# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2475# VARNAME. Any other value will be used directly.
35695fd6 2476
35695fd6
AC
2477
2478
6bb11ab3
L
2479# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2480# --------------------------------------------------------
35695fd6
AC
2481
2482
2483
6bb11ab3
L
2484# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2485# ------------------------------------------------
35695fd6
AC
2486
2487
2488
6bb11ab3
L
2489# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2490# ---------------------------------------------------------
35695fd6
AC
2491
2492
2493
6bb11ab3
L
2494# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2495# --------------------------------------------------
35695fd6
AC
2496
2497
2498
6bb11ab3
L
2499# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2500# ---------------------------------------------------
35695fd6
AC
2501
2502
2503
6bb11ab3
L
2504# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2505# ---------------------------------------------------
35695fd6
AC
2506
2507
2508
2509
6bb11ab3
L
2510# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2511# ------------------------------------------------
35695fd6
AC
2512
2513
2514
2515
6bb11ab3
L
2516# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2517# ------------------------------------
2518# Quote a variable value, and forward it to `config.status' so that its
2519# declaration there will have the same value as in `configure'. VARNAME
2520# must have a single quote delimited value for this to work.
35695fd6
AC
2521
2522
2523
6bb11ab3
L
2524# _LT_CONFIG_STATUS_DECLARATIONS
2525# ------------------------------
2526# We delimit libtool config variables with single quotes, so when
2527# we write them to config.status, we have to be sure to quote all
2528# embedded single quotes properly. In configure, this macro expands
2529# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2530#
2531# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
35695fd6
AC
2532
2533
2534
6bb11ab3
L
2535# _LT_LIBTOOL_TAGS
2536# ----------------
2537# Output comment and list of tags supported by the script
35695fd6
AC
2538
2539
2540
6bb11ab3
L
2541# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2542# -----------------------------------
2543# Extract the dictionary values for VARNAME (optionally with TAG) and
2544# expand to a commented shell variable setting:
2545#
2546# # Some comment about what VAR is for.
2547# visible_name=$lt_internal_name
35695fd6
AC
2548
2549
35695fd6 2550
6bb11ab3
L
2551# _LT_LIBTOOL_CONFIG_VARS
2552# -----------------------
2553# Produce commented declarations of non-tagged libtool config variables
2554# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2555# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2556# section) are produced by _LT_LIBTOOL_TAG_VARS.
35695fd6
AC
2557
2558
6efef468 2559
6bb11ab3
L
2560# _LT_LIBTOOL_TAG_VARS(TAG)
2561# -------------------------
6efef468
JM
2562
2563
2564
6bb11ab3
L
2565# _LT_TAGVAR(VARNAME, [TAGNAME])
2566# ------------------------------
6efef468
JM
2567
2568
2569
6bb11ab3
L
2570# _LT_CONFIG_COMMANDS
2571# -------------------
2572# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2573# variables for single and double quote escaping we saved from calls
2574# to _LT_DECL, we can put quote escaped variables declarations
2575# into `config.status', and then the shell code to quote escape them in
2576# for loops in `config.status'. Finally, any additional code accumulated
2577# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2578#_LT_CONFIG_COMMANDS
2579
2580
2581# Initialize.
2582
2583
2584# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2585# ------------------------------------
2586# Generate a child script FILE with all initialization necessary to
2587# reuse the environment learned by the parent script, and make the
2588# file executable. If COMMENT is supplied, it is inserted after the
2589# `#!' sequence but before initialization text begins. After this
2590# macro, additional text can be appended to FILE to form the body of
2591# the child script. The macro ends with non-zero status if the
2592# file could not be fully written (such as if the disk is full).
2593# _LT_GENERATED_FILE_INIT
2594
2595# LT_OUTPUT
2596# ---------
2597# This macro allows early generation of the libtool script (before
2598# AC_OUTPUT is called), incase it is used in configure for compilation
2599# tests.
2600# LT_OUTPUT
2601
2602
2603# _LT_CONFIG(TAG)
2604# ---------------
2605# If TAG is the built-in tag, create an initial libtool script with a
2606# default configuration from the untagged config vars. Otherwise add code
2607# to config.status for appending the configuration named by TAG from the
2608# matching tagged config vars.
2609# _LT_CONFIG
6efef468
JM
2610
2611
6bb11ab3
L
2612# LT_SUPPORTED_TAG(TAG)
2613# ---------------------
2614# Trace this macro to discover what tags are supported by the libtool
2615# --tag option, using:
2616# autoconf --trace 'LT_SUPPORTED_TAG:$1'
6efef468 2617
6efef468 2618
6efef468 2619
6bb11ab3 2620# C support is built-in for now
6efef468 2621
6efef468
JM
2622
2623
2624
6bb11ab3
L
2625# LT_LANG(LANG)
2626# -------------
2627# Enable libtool support for the given language if not already enabled.
2628# LT_LANG
6efef468
JM
2629
2630
6bb11ab3
L
2631# _LT_LANG(LANGNAME)
2632# ------------------
2633# _LT_LANG
6efef468
JM
2634
2635
6bb11ab3
L
2636# _LT_LANG_DEFAULT_CONFIG
2637# -----------------------
2638# _LT_LANG_DEFAULT_CONFIG
6efef468 2639
6bb11ab3
L
2640# Obsolete macros:
2641# This is what autoupdate's m4 run will expand. It fires
2642# the warning (with _au_warn_XXX), outputs it into the
2643# updated configure.ac (with AC_DIAGNOSE), and then outputs
2644# the replacement expansion.
6efef468 2645
6efef468 2646
6bb11ab3
L
2647# This is an auxiliary macro that is also run when
2648# autoupdate runs m4. It simply calls m4_warning, but
2649# we need a wrapper so that each warning is emitted only
2650# once. We break the quoting in m4_warning's argument in
2651# order to expand this macro's arguments, not AU_DEFUN's.
6efef468 2652
6efef468 2653
6bb11ab3
L
2654# Finally, this is the expansion that is picked up by
2655# autoconf. It tells the user to run autoupdate, and
2656# then outputs the replacement expansion. We do not care
2657# about autoupdate's warning because that contains
2658# information on what to do *after* running autoupdate.
6efef468 2659
6bb11ab3
L
2660# This is what autoupdate's m4 run will expand. It fires
2661# the warning (with _au_warn_XXX), outputs it into the
2662# updated configure.ac (with AC_DIAGNOSE), and then outputs
2663# the replacement expansion.
6efef468
JM
2664
2665
6bb11ab3
L
2666# This is an auxiliary macro that is also run when
2667# autoupdate runs m4. It simply calls m4_warning, but
2668# we need a wrapper so that each warning is emitted only
2669# once. We break the quoting in m4_warning's argument in
2670# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2671
2672
6bb11ab3
L
2673# Finally, this is the expansion that is picked up by
2674# autoconf. It tells the user to run autoupdate, and
2675# then outputs the replacement expansion. We do not care
2676# about autoupdate's warning because that contains
2677# information on what to do *after* running autoupdate.
6efef468 2678
6bb11ab3
L
2679# This is what autoupdate's m4 run will expand. It fires
2680# the warning (with _au_warn_XXX), outputs it into the
2681# updated configure.ac (with AC_DIAGNOSE), and then outputs
2682# the replacement expansion.
6efef468
JM
2683
2684
6bb11ab3
L
2685# This is an auxiliary macro that is also run when
2686# autoupdate runs m4. It simply calls m4_warning, but
2687# we need a wrapper so that each warning is emitted only
2688# once. We break the quoting in m4_warning's argument in
2689# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2690
2691
6bb11ab3
L
2692# Finally, this is the expansion that is picked up by
2693# autoconf. It tells the user to run autoupdate, and
2694# then outputs the replacement expansion. We do not care
2695# about autoupdate's warning because that contains
2696# information on what to do *after* running autoupdate.
6efef468 2697
6bb11ab3
L
2698# This is what autoupdate's m4 run will expand. It fires
2699# the warning (with _au_warn_XXX), outputs it into the
2700# updated configure.ac (with AC_DIAGNOSE), and then outputs
2701# the replacement expansion.
6efef468
JM
2702
2703
6bb11ab3
L
2704# This is an auxiliary macro that is also run when
2705# autoupdate runs m4. It simply calls m4_warning, but
2706# we need a wrapper so that each warning is emitted only
2707# once. We break the quoting in m4_warning's argument in
2708# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2709
2710
6bb11ab3
L
2711# Finally, this is the expansion that is picked up by
2712# autoconf. It tells the user to run autoupdate, and
2713# then outputs the replacement expansion. We do not care
2714# about autoupdate's warning because that contains
2715# information on what to do *after* running autoupdate.
6efef468 2716
6bb11ab3
L
2717# This is what autoupdate's m4 run will expand. It fires
2718# the warning (with _au_warn_XXX), outputs it into the
2719# updated configure.ac (with AC_DIAGNOSE), and then outputs
2720# the replacement expansion.
6efef468
JM
2721
2722
6bb11ab3
L
2723# This is an auxiliary macro that is also run when
2724# autoupdate runs m4. It simply calls m4_warning, but
2725# we need a wrapper so that each warning is emitted only
2726# once. We break the quoting in m4_warning's argument in
2727# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2728
2729
6bb11ab3
L
2730# Finally, this is the expansion that is picked up by
2731# autoconf. It tells the user to run autoupdate, and
2732# then outputs the replacement expansion. We do not care
2733# about autoupdate's warning because that contains
2734# information on what to do *after* running autoupdate.
6efef468 2735
35695fd6 2736
b7026657 2737
6bb11ab3
L
2738# _LT_TAG_COMPILER
2739# ----------------
2740# _LT_TAG_COMPILER
35695fd6
AC
2741
2742
6bb11ab3
L
2743# _LT_COMPILER_BOILERPLATE
2744# ------------------------
2745# Check for compiler boilerplate output or warnings with
2746# the simple compiler test code.
2747# _LT_COMPILER_BOILERPLATE
f0569246 2748
f0569246 2749
6bb11ab3
L
2750# _LT_LINKER_BOILERPLATE
2751# ----------------------
2752# Check for linker boilerplate output or warnings with
2753# the simple link test code.
2754# _LT_LINKER_BOILERPLATE
b7026657 2755
6bb11ab3
L
2756# _LT_REQUIRED_DARWIN_CHECKS
2757# -------------------------
81ecdfbb 2758
b7026657 2759
b7026657 2760
6bb11ab3
L
2761# _LT_DARWIN_LINKER_FEATURES
2762# --------------------------
2763# Checks for linker and compiler features on darwin
b7026657 2764
b7026657 2765
6bb11ab3
L
2766# _LT_SYS_MODULE_PATH_AIX
2767# -----------------------
2768# Links a minimal program and checks the executable
2769# for the system default hardcoded library path. In most cases,
2770# this is /usr/lib:/lib, but when the MPI compilers are used
2771# the location of the communication and MPI libs are included too.
2772# If we don't find anything, use the default library path according
2773# to the aix ld manual.
2774# _LT_SYS_MODULE_PATH_AIX
b7026657 2775
b7026657 2776
6bb11ab3
L
2777# _LT_SHELL_INIT(ARG)
2778# -------------------
2779# _LT_SHELL_INIT
b7026657 2780
f0569246 2781
81ecdfbb 2782
6bb11ab3
L
2783# _LT_PROG_ECHO_BACKSLASH
2784# -----------------------
2785# Find how we can fake an echo command that does not interpret backslash.
2786# In particular, with Autoconf 2.60 or later we add some code to the start
2787# of the generated configure script which will find a shell with a builtin
2788# printf (which we can use as an echo command).
2789# _LT_PROG_ECHO_BACKSLASH
f0569246 2790
b7026657 2791
6bb11ab3
L
2792# _LT_ENABLE_LOCK
2793# ---------------
2794# _LT_ENABLE_LOCK
81ecdfbb 2795
b7026657 2796
6bb11ab3
L
2797# _LT_CMD_OLD_ARCHIVE
2798# -------------------
2799# _LT_CMD_OLD_ARCHIVE
f0569246 2800
81ecdfbb 2801
6bb11ab3
L
2802# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2803# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2804# ----------------------------------------------------------------
2805# Check whether the given compiler option works
2806# _LT_COMPILER_OPTION
b7026657 2807
6bb11ab3
L
2808# Old name:
2809# This is what autoupdate's m4 run will expand. It fires
2810# the warning (with _au_warn_XXX), outputs it into the
2811# updated configure.ac (with AC_DIAGNOSE), and then outputs
2812# the replacement expansion.
b7026657 2813
b7026657 2814
6bb11ab3
L
2815# This is an auxiliary macro that is also run when
2816# autoupdate runs m4. It simply calls m4_warning, but
2817# we need a wrapper so that each warning is emitted only
2818# once. We break the quoting in m4_warning's argument in
2819# order to expand this macro's arguments, not AU_DEFUN's.
f0569246 2820
f0569246 2821
6bb11ab3
L
2822# Finally, this is the expansion that is picked up by
2823# autoconf. It tells the user to run autoupdate, and
2824# then outputs the replacement expansion. We do not care
2825# about autoupdate's warning because that contains
2826# information on what to do *after* running autoupdate.
f0569246 2827
f0569246 2828
f0569246 2829
6bb11ab3
L
2830# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2831# [ACTION-SUCCESS], [ACTION-FAILURE])
2832# ----------------------------------------------------
2833# Check whether the given linker option works
2834# _LT_LINKER_OPTION
81ecdfbb 2835
6bb11ab3
L
2836# Old name:
2837# This is what autoupdate's m4 run will expand. It fires
2838# the warning (with _au_warn_XXX), outputs it into the
2839# updated configure.ac (with AC_DIAGNOSE), and then outputs
2840# the replacement expansion.
81ecdfbb 2841
81ecdfbb 2842
6bb11ab3
L
2843# This is an auxiliary macro that is also run when
2844# autoupdate runs m4. It simply calls m4_warning, but
2845# we need a wrapper so that each warning is emitted only
2846# once. We break the quoting in m4_warning's argument in
2847# order to expand this macro's arguments, not AU_DEFUN's.
81ecdfbb 2848
f0569246 2849
6bb11ab3
L
2850# Finally, this is the expansion that is picked up by
2851# autoconf. It tells the user to run autoupdate, and
2852# then outputs the replacement expansion. We do not care
2853# about autoupdate's warning because that contains
2854# information on what to do *after* running autoupdate.
2855
2856
2857
2858# LT_CMD_MAX_LEN
2859#---------------
2860# LT_CMD_MAX_LEN
2861
2862# Old name:
2863# This is what autoupdate's m4 run will expand. It fires
2864# the warning (with _au_warn_XXX), outputs it into the
2865# updated configure.ac (with AC_DIAGNOSE), and then outputs
2866# the replacement expansion.
2867
2868
2869# This is an auxiliary macro that is also run when
2870# autoupdate runs m4. It simply calls m4_warning, but
2871# we need a wrapper so that each warning is emitted only
2872# once. We break the quoting in m4_warning's argument in
2873# order to expand this macro's arguments, not AU_DEFUN's.
2874
2875
2876# Finally, this is the expansion that is picked up by
2877# autoconf. It tells the user to run autoupdate, and
2878# then outputs the replacement expansion. We do not care
2879# about autoupdate's warning because that contains
2880# information on what to do *after* running autoupdate.
2881
2882
2883
2884# _LT_HEADER_DLFCN
2885# ----------------
2886# _LT_HEADER_DLFCN
2887
2888
2889# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2890# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2891# ----------------------------------------------------------------
2892# _LT_TRY_DLOPEN_SELF
2893
2894
2895# LT_SYS_DLOPEN_SELF
2896# ------------------
2897# LT_SYS_DLOPEN_SELF
2898
2899# Old name:
2900# This is what autoupdate's m4 run will expand. It fires
2901# the warning (with _au_warn_XXX), outputs it into the
2902# updated configure.ac (with AC_DIAGNOSE), and then outputs
2903# the replacement expansion.
2904
2905
2906# This is an auxiliary macro that is also run when
2907# autoupdate runs m4. It simply calls m4_warning, but
2908# we need a wrapper so that each warning is emitted only
2909# once. We break the quoting in m4_warning's argument in
2910# order to expand this macro's arguments, not AU_DEFUN's.
2911
2912
2913# Finally, this is the expansion that is picked up by
2914# autoconf. It tells the user to run autoupdate, and
2915# then outputs the replacement expansion. We do not care
2916# about autoupdate's warning because that contains
2917# information on what to do *after* running autoupdate.
2918
2919
2920
2921# _LT_COMPILER_C_O([TAGNAME])
2922# ---------------------------
2923# Check to see if options -c and -o are simultaneously supported by compiler.
2924# This macro does not hard code the compiler like AC_PROG_CC_C_O.
2925# _LT_COMPILER_C_O
2926
2927
2928# _LT_COMPILER_FILE_LOCKS([TAGNAME])
2929# ----------------------------------
2930# Check to see if we can do hard links to lock some files if needed
2931# _LT_COMPILER_FILE_LOCKS
2932
2933
2934# _LT_CHECK_OBJDIR
2935# ----------------
2936# _LT_CHECK_OBJDIR
2937
2938
2939# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
2940# --------------------------------------
2941# Check hardcoding attributes.
2942# _LT_LINKER_HARDCODE_LIBPATH
2943
2944
2945# _LT_CMD_STRIPLIB
2946# ----------------
2947# _LT_CMD_STRIPLIB
2948
2949
2950# _LT_SYS_DYNAMIC_LINKER([TAG])
2951# -----------------------------
2952# PORTME Fill in your ld.so characteristics
2953# _LT_SYS_DYNAMIC_LINKER
2954
2955
2956# _LT_PATH_TOOL_PREFIX(TOOL)
2957# --------------------------
2958# find a file program which can recognize shared library
2959# _LT_PATH_TOOL_PREFIX
2960
2961# Old name:
2962# This is what autoupdate's m4 run will expand. It fires
2963# the warning (with _au_warn_XXX), outputs it into the
2964# updated configure.ac (with AC_DIAGNOSE), and then outputs
2965# the replacement expansion.
2966
2967
2968# This is an auxiliary macro that is also run when
2969# autoupdate runs m4. It simply calls m4_warning, but
2970# we need a wrapper so that each warning is emitted only
2971# once. We break the quoting in m4_warning's argument in
2972# order to expand this macro's arguments, not AU_DEFUN's.
2973
2974
2975# Finally, this is the expansion that is picked up by
2976# autoconf. It tells the user to run autoupdate, and
2977# then outputs the replacement expansion. We do not care
2978# about autoupdate's warning because that contains
2979# information on what to do *after* running autoupdate.
2980
2981
2982
2983# _LT_PATH_MAGIC
2984# --------------
2985# find a file program which can recognize a shared library
2986# _LT_PATH_MAGIC
2987
2988
2989# LT_PATH_LD
2990# ----------
2991# find the pathname to the GNU or non-GNU linker
2992# LT_PATH_LD
2993
2994# Old names:
2995# This is what autoupdate's m4 run will expand. It fires
2996# the warning (with _au_warn_XXX), outputs it into the
2997# updated configure.ac (with AC_DIAGNOSE), and then outputs
2998# the replacement expansion.
2999
3000
3001# This is an auxiliary macro that is also run when
3002# autoupdate runs m4. It simply calls m4_warning, but
3003# we need a wrapper so that each warning is emitted only
3004# once. We break the quoting in m4_warning's argument in
3005# order to expand this macro's arguments, not AU_DEFUN's.
3006
3007
3008# Finally, this is the expansion that is picked up by
3009# autoconf. It tells the user to run autoupdate, and
3010# then outputs the replacement expansion. We do not care
3011# about autoupdate's warning because that contains
3012# information on what to do *after* running autoupdate.
3013
3014# This is what autoupdate's m4 run will expand. It fires
3015# the warning (with _au_warn_XXX), outputs it into the
3016# updated configure.ac (with AC_DIAGNOSE), and then outputs
3017# the replacement expansion.
3018
3019
3020# This is an auxiliary macro that is also run when
3021# autoupdate runs m4. It simply calls m4_warning, but
3022# we need a wrapper so that each warning is emitted only
3023# once. We break the quoting in m4_warning's argument in
3024# order to expand this macro's arguments, not AU_DEFUN's.
3025
3026
3027# Finally, this is the expansion that is picked up by
3028# autoconf. It tells the user to run autoupdate, and
3029# then outputs the replacement expansion. We do not care
3030# about autoupdate's warning because that contains
3031# information on what to do *after* running autoupdate.
3032
3033
3034
3035# _LT_PATH_LD_GNU
3036#- --------------
3037# _LT_PATH_LD_GNU
3038
3039
3040# _LT_CMD_RELOAD
3041# --------------
3042# find reload flag for linker
3043# -- PORTME Some linkers may need a different reload flag.
3044# _LT_CMD_RELOAD
3045
3046
3047# _LT_CHECK_MAGIC_METHOD
3048# ----------------------
3049# how to check for library dependencies
3050# -- PORTME fill in with the dynamic library characteristics
3051# _LT_CHECK_MAGIC_METHOD
3052
3053
3054# LT_PATH_NM
3055# ----------
3056# find the pathname to a BSD- or MS-compatible name lister
3057# LT_PATH_NM
3058
3059# Old names:
3060# This is what autoupdate's m4 run will expand. It fires
3061# the warning (with _au_warn_XXX), outputs it into the
3062# updated configure.ac (with AC_DIAGNOSE), and then outputs
3063# the replacement expansion.
3064
3065
3066# This is an auxiliary macro that is also run when
3067# autoupdate runs m4. It simply calls m4_warning, but
3068# we need a wrapper so that each warning is emitted only
3069# once. We break the quoting in m4_warning's argument in
3070# order to expand this macro's arguments, not AU_DEFUN's.
3071
3072
3073# Finally, this is the expansion that is picked up by
3074# autoconf. It tells the user to run autoupdate, and
3075# then outputs the replacement expansion. We do not care
3076# about autoupdate's warning because that contains
3077# information on what to do *after* running autoupdate.
3078
3079# This is what autoupdate's m4 run will expand. It fires
3080# the warning (with _au_warn_XXX), outputs it into the
3081# updated configure.ac (with AC_DIAGNOSE), and then outputs
3082# the replacement expansion.
3083
3084
3085# This is an auxiliary macro that is also run when
3086# autoupdate runs m4. It simply calls m4_warning, but
3087# we need a wrapper so that each warning is emitted only
3088# once. We break the quoting in m4_warning's argument in
3089# order to expand this macro's arguments, not AU_DEFUN's.
3090
3091
3092# Finally, this is the expansion that is picked up by
3093# autoconf. It tells the user to run autoupdate, and
3094# then outputs the replacement expansion. We do not care
3095# about autoupdate's warning because that contains
3096# information on what to do *after* running autoupdate.
3097
3098
3099
3100# LT_LIB_M
3101# --------
3102# check for math library
3103# LT_LIB_M
3104
3105# Old name:
3106# This is what autoupdate's m4 run will expand. It fires
3107# the warning (with _au_warn_XXX), outputs it into the
3108# updated configure.ac (with AC_DIAGNOSE), and then outputs
3109# the replacement expansion.
3110
3111
3112# This is an auxiliary macro that is also run when
3113# autoupdate runs m4. It simply calls m4_warning, but
3114# we need a wrapper so that each warning is emitted only
3115# once. We break the quoting in m4_warning's argument in
3116# order to expand this macro's arguments, not AU_DEFUN's.
3117
3118
3119# Finally, this is the expansion that is picked up by
3120# autoconf. It tells the user to run autoupdate, and
3121# then outputs the replacement expansion. We do not care
3122# about autoupdate's warning because that contains
3123# information on what to do *after* running autoupdate.
3124
3125
3126
3127# _LT_COMPILER_NO_RTTI([TAGNAME])
3128# -------------------------------
3129# _LT_COMPILER_NO_RTTI
3130
3131
3132# _LT_CMD_GLOBAL_SYMBOLS
3133# ----------------------
3134 # _LT_CMD_GLOBAL_SYMBOLS
3135
3136
3137# _LT_COMPILER_PIC([TAGNAME])
3138# ---------------------------
3139# _LT_COMPILER_PIC
3140
3141
3142# _LT_LINKER_SHLIBS([TAGNAME])
3143# ----------------------------
3144# See if the linker supports building shared libraries.
3145# _LT_LINKER_SHLIBS
3146
3147
3148# _LT_LANG_C_CONFIG([TAG])
3149# ------------------------
3150# Ensure that the configuration variables for a C compiler are suitably
3151# defined. These variables are subsequently used by _LT_CONFIG to write
3152# the compiler configuration to `libtool'.
3153# _LT_LANG_C_CONFIG
3154
3155
3156# _LT_LANG_CXX_CONFIG([TAG])
3157# --------------------------
3158# Ensure that the configuration variables for a C++ compiler are suitably
3159# defined. These variables are subsequently used by _LT_CONFIG to write
3160# the compiler configuration to `libtool'.
3161# _LT_LANG_CXX_CONFIG
3162
3163
3164# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3165# ---------------------------------
3166# Figure out "hidden" library dependencies from verbose
3167# compiler output when linking a shared library.
3168# Parse the compiler output and extract the necessary
3169# objects, libraries and library flags.
3170# _LT_SYS_HIDDEN_LIBDEPS
3171
3172
3173# _LT_LANG_F77_CONFIG([TAG])
3174# --------------------------
3175# Ensure that the configuration variables for a Fortran 77 compiler are
3176# suitably defined. These variables are subsequently used by _LT_CONFIG
3177# to write the compiler configuration to `libtool'.
3178# _LT_LANG_F77_CONFIG
3179
3180
3181# _LT_LANG_FC_CONFIG([TAG])
3182# -------------------------
3183# Ensure that the configuration variables for a Fortran compiler are
3184# suitably defined. These variables are subsequently used by _LT_CONFIG
3185# to write the compiler configuration to `libtool'.
3186# _LT_LANG_FC_CONFIG
3187
3188
3189# _LT_LANG_GCJ_CONFIG([TAG])
3190# --------------------------
3191# Ensure that the configuration variables for the GNU Java Compiler compiler
3192# are suitably defined. These variables are subsequently used by _LT_CONFIG
3193# to write the compiler configuration to `libtool'.
3194# _LT_LANG_GCJ_CONFIG
3195
3196
3197# _LT_LANG_RC_CONFIG([TAG])
3198# -------------------------
3199# Ensure that the configuration variables for the Windows resource compiler
3200# are suitably defined. These variables are subsequently used by _LT_CONFIG
3201# to write the compiler configuration to `libtool'.
3202# _LT_LANG_RC_CONFIG
3203
3204
3205# LT_PROG_GCJ
3206# -----------
3207
3208
3209# Old name:
3210# This is what autoupdate's m4 run will expand. It fires
3211# the warning (with _au_warn_XXX), outputs it into the
3212# updated configure.ac (with AC_DIAGNOSE), and then outputs
3213# the replacement expansion.
3214
3215
3216# This is an auxiliary macro that is also run when
3217# autoupdate runs m4. It simply calls m4_warning, but
3218# we need a wrapper so that each warning is emitted only
3219# once. We break the quoting in m4_warning's argument in
3220# order to expand this macro's arguments, not AU_DEFUN's.
3221
3222
3223# Finally, this is the expansion that is picked up by
3224# autoconf. It tells the user to run autoupdate, and
3225# then outputs the replacement expansion. We do not care
3226# about autoupdate's warning because that contains
3227# information on what to do *after* running autoupdate.
3228
3229
3230
3231# LT_PROG_RC
3232# ----------
3233
3234
3235# Old name:
3236# This is what autoupdate's m4 run will expand. It fires
3237# the warning (with _au_warn_XXX), outputs it into the
3238# updated configure.ac (with AC_DIAGNOSE), and then outputs
3239# the replacement expansion.
3240
3241
3242# This is an auxiliary macro that is also run when
3243# autoupdate runs m4. It simply calls m4_warning, but
3244# we need a wrapper so that each warning is emitted only
3245# once. We break the quoting in m4_warning's argument in
3246# order to expand this macro's arguments, not AU_DEFUN's.
3247
3248
3249# Finally, this is the expansion that is picked up by
3250# autoconf. It tells the user to run autoupdate, and
3251# then outputs the replacement expansion. We do not care
3252# about autoupdate's warning because that contains
3253# information on what to do *after* running autoupdate.
3254
3255
3256
3257# _LT_DECL_EGREP
3258# --------------
3259# If we don't have a new enough Autoconf to choose the best grep
3260# available, choose the one first in the user's PATH.
3261
3262
3263
3264# _LT_DECL_OBJDUMP
3265# --------------
3266# If we don't have a new enough Autoconf to choose the best objdump
3267# available, choose the one first in the user's PATH.
3268
3269
3270
3271# _LT_DECL_SED
3272# ------------
3273# Check for a fully-functional sed program, that truncates
3274# as few characters as possible. Prefer GNU sed if found.
3275# _LT_DECL_SED
3276
3277#m4_ifndef
3278
3279# Old name:
3280# This is what autoupdate's m4 run will expand. It fires
3281# the warning (with _au_warn_XXX), outputs it into the
3282# updated configure.ac (with AC_DIAGNOSE), and then outputs
3283# the replacement expansion.
3284
3285
3286# This is an auxiliary macro that is also run when
3287# autoupdate runs m4. It simply calls m4_warning, but
3288# we need a wrapper so that each warning is emitted only
3289# once. We break the quoting in m4_warning's argument in
3290# order to expand this macro's arguments, not AU_DEFUN's.
3291
3292
3293# Finally, this is the expansion that is picked up by
3294# autoconf. It tells the user to run autoupdate, and
3295# then outputs the replacement expansion. We do not care
3296# about autoupdate's warning because that contains
3297# information on what to do *after* running autoupdate.
3298
3299
3300
3301# _LT_CHECK_SHELL_FEATURES
3302# ------------------------
3303# Find out whether the shell is Bourne or XSI compatible,
3304# or has some other useful features.
3305# _LT_CHECK_SHELL_FEATURES
3306
3307
3308# _LT_PROG_XSI_SHELLFNS
3309# ---------------------
3310# Bourne and XSI compatible variants of some useful shell functions.
3311
3312
3313# Helper functions for option handling. -*- Autoconf -*-
3314#
3315# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3316# Inc.
3317# Written by Gary V. Vaughan, 2004
3318#
3319# This file is free software; the Free Software Foundation gives
3320# unlimited permission to copy and/or distribute it, with or without
3321# modifications, as long as this notice is preserved.
3322
3323# serial 6 ltoptions.m4
3324
3325# This is to help aclocal find these macros, as it can't see m4_define.
3326
3327
3328
3329# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3330# ------------------------------------------
3331
3332
3333
3334# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3335# ---------------------------------------
3336# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3337# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3338# saved as a flag.
3339
3340
3341
3342# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3343# ------------------------------------------------------------
3344# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3345
3346
3347
3348# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3349# -------------------------------------------------------
3350# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3351# are set.
3352
3353
3354
3355# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3356# ----------------------------------------
3357# OPTION-LIST is a space-separated list of Libtool options associated
3358# with MACRO-NAME. If any OPTION has a matching handler declared with
3359# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3360# the unknown option and exit.
3361# _LT_SET_OPTIONS
3362
3363
3364## --------------------------------- ##
3365## Macros to handle LT_INIT options. ##
3366## --------------------------------- ##
3367
3368# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3369# -----------------------------------------
3370
3371
3372
3373# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3374# -----------------------------------------------
3375# LT_OPTION_DEFINE
3376
3377
3378# dlopen
3379# ------
3380
3381
3382# This is what autoupdate's m4 run will expand. It fires
3383# the warning (with _au_warn_XXX), outputs it into the
3384# updated configure.ac (with AC_DIAGNOSE), and then outputs
3385# the replacement expansion.
3386
3387
3388# This is an auxiliary macro that is also run when
3389# autoupdate runs m4. It simply calls m4_warning, but
3390# we need a wrapper so that each warning is emitted only
3391# once. We break the quoting in m4_warning's argument in
3392# order to expand this macro's arguments, not AU_DEFUN's.
3393
3394
3395# Finally, this is the expansion that is picked up by
3396# autoconf. It tells the user to run autoupdate, and
3397# then outputs the replacement expansion. We do not care
3398# about autoupdate's warning because that contains
3399# information on what to do *after* running autoupdate.
3400
3401
3402
3403
3404# win32-dll
3405# ---------
3406# Declare package support for building win32 dll's.
3407# win32-dll
3408
3409# This is what autoupdate's m4 run will expand. It fires
3410# the warning (with _au_warn_XXX), outputs it into the
3411# updated configure.ac (with AC_DIAGNOSE), and then outputs
3412# the replacement expansion.
3413
3414
3415# This is an auxiliary macro that is also run when
3416# autoupdate runs m4. It simply calls m4_warning, but
3417# we need a wrapper so that each warning is emitted only
3418# once. We break the quoting in m4_warning's argument in
3419# order to expand this macro's arguments, not AU_DEFUN's.
3420
3421
3422# Finally, this is the expansion that is picked up by
3423# autoconf. It tells the user to run autoupdate, and
3424# then outputs the replacement expansion. We do not care
3425# about autoupdate's warning because that contains
3426# information on what to do *after* running autoupdate.
3427
3428
3429
3430
3431# _LT_ENABLE_SHARED([DEFAULT])
3432# ----------------------------
3433# implement the --enable-shared flag, and supports the `shared' and
3434# `disable-shared' LT_INIT options.
3435# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3436# _LT_ENABLE_SHARED
3437
3438
3439
3440
3441# Old names:
3442
3443
3444
3445
3446# This is what autoupdate's m4 run will expand. It fires
3447# the warning (with _au_warn_XXX), outputs it into the
3448# updated configure.ac (with AC_DIAGNOSE), and then outputs
3449# the replacement expansion.
3450
3451
3452# This is an auxiliary macro that is also run when
3453# autoupdate runs m4. It simply calls m4_warning, but
3454# we need a wrapper so that each warning is emitted only
3455# once. We break the quoting in m4_warning's argument in
3456# order to expand this macro's arguments, not AU_DEFUN's.
3457
3458
3459# Finally, this is the expansion that is picked up by
3460# autoconf. It tells the user to run autoupdate, and
3461# then outputs the replacement expansion. We do not care
3462# about autoupdate's warning because that contains
3463# information on what to do *after* running autoupdate.
3464
3465# This is what autoupdate's m4 run will expand. It fires
3466# the warning (with _au_warn_XXX), outputs it into the
3467# updated configure.ac (with AC_DIAGNOSE), and then outputs
3468# the replacement expansion.
3469
3470
3471# This is an auxiliary macro that is also run when
3472# autoupdate runs m4. It simply calls m4_warning, but
3473# we need a wrapper so that each warning is emitted only
3474# once. We break the quoting in m4_warning's argument in
3475# order to expand this macro's arguments, not AU_DEFUN's.
3476
3477
3478# Finally, this is the expansion that is picked up by
3479# autoconf. It tells the user to run autoupdate, and
3480# then outputs the replacement expansion. We do not care
3481# about autoupdate's warning because that contains
3482# information on what to do *after* running autoupdate.
3483
3484
3485
3486
3487
3488# _LT_ENABLE_STATIC([DEFAULT])
3489# ----------------------------
3490# implement the --enable-static flag, and support the `static' and
3491# `disable-static' LT_INIT options.
3492# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3493# _LT_ENABLE_STATIC
3494
3495
3496
3497
3498# Old names:
3499
3500
3501
3502
3503# This is what autoupdate's m4 run will expand. It fires
3504# the warning (with _au_warn_XXX), outputs it into the
3505# updated configure.ac (with AC_DIAGNOSE), and then outputs
3506# the replacement expansion.
3507
3508
3509# This is an auxiliary macro that is also run when
3510# autoupdate runs m4. It simply calls m4_warning, but
3511# we need a wrapper so that each warning is emitted only
3512# once. We break the quoting in m4_warning's argument in
3513# order to expand this macro's arguments, not AU_DEFUN's.
3514
3515
3516# Finally, this is the expansion that is picked up by
3517# autoconf. It tells the user to run autoupdate, and
3518# then outputs the replacement expansion. We do not care
3519# about autoupdate's warning because that contains
3520# information on what to do *after* running autoupdate.
3521
3522# This is what autoupdate's m4 run will expand. It fires
3523# the warning (with _au_warn_XXX), outputs it into the
3524# updated configure.ac (with AC_DIAGNOSE), and then outputs
3525# the replacement expansion.
3526
3527
3528# This is an auxiliary macro that is also run when
3529# autoupdate runs m4. It simply calls m4_warning, but
3530# we need a wrapper so that each warning is emitted only
3531# once. We break the quoting in m4_warning's argument in
3532# order to expand this macro's arguments, not AU_DEFUN's.
3533
3534
3535# Finally, this is the expansion that is picked up by
3536# autoconf. It tells the user to run autoupdate, and
3537# then outputs the replacement expansion. We do not care
3538# about autoupdate's warning because that contains
3539# information on what to do *after* running autoupdate.
3540
3541
3542
3543
3544
3545# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3546# ----------------------------------
3547# implement the --enable-fast-install flag, and support the `fast-install'
3548# and `disable-fast-install' LT_INIT options.
3549# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3550# _LT_ENABLE_FAST_INSTALL
3551
3552
3553
3554
3555# Old names:
3556# This is what autoupdate's m4 run will expand. It fires
3557# the warning (with _au_warn_XXX), outputs it into the
3558# updated configure.ac (with AC_DIAGNOSE), and then outputs
3559# the replacement expansion.
3560
3561
3562# This is an auxiliary macro that is also run when
3563# autoupdate runs m4. It simply calls m4_warning, but
3564# we need a wrapper so that each warning is emitted only
3565# once. We break the quoting in m4_warning's argument in
3566# order to expand this macro's arguments, not AU_DEFUN's.
3567
3568
3569# Finally, this is the expansion that is picked up by
3570# autoconf. It tells the user to run autoupdate, and
3571# then outputs the replacement expansion. We do not care
3572# about autoupdate's warning because that contains
3573# information on what to do *after* running autoupdate.
3574
3575
3576# This is what autoupdate's m4 run will expand. It fires
3577# the warning (with _au_warn_XXX), outputs it into the
3578# updated configure.ac (with AC_DIAGNOSE), and then outputs
3579# the replacement expansion.
3580
3581
3582# This is an auxiliary macro that is also run when
3583# autoupdate runs m4. It simply calls m4_warning, but
3584# we need a wrapper so that each warning is emitted only
3585# once. We break the quoting in m4_warning's argument in
3586# order to expand this macro's arguments, not AU_DEFUN's.
3587
3588
3589# Finally, this is the expansion that is picked up by
3590# autoconf. It tells the user to run autoupdate, and
3591# then outputs the replacement expansion. We do not care
3592# about autoupdate's warning because that contains
3593# information on what to do *after* running autoupdate.
3594
3595
3596
3597
3598# _LT_WITH_PIC([MODE])
3599# --------------------
3600# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3601# LT_INIT options.
3602# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3603# _LT_WITH_PIC
3604
3605
3606
3607
3608# Old name:
3609# This is what autoupdate's m4 run will expand. It fires
3610# the warning (with _au_warn_XXX), outputs it into the
3611# updated configure.ac (with AC_DIAGNOSE), and then outputs
3612# the replacement expansion.
3613
3614
3615# This is an auxiliary macro that is also run when
3616# autoupdate runs m4. It simply calls m4_warning, but
3617# we need a wrapper so that each warning is emitted only
3618# once. We break the quoting in m4_warning's argument in
3619# order to expand this macro's arguments, not AU_DEFUN's.
3620
3621
3622# Finally, this is the expansion that is picked up by
3623# autoconf. It tells the user to run autoupdate, and
3624# then outputs the replacement expansion. We do not care
3625# about autoupdate's warning because that contains
3626# information on what to do *after* running autoupdate.
3627
3628
3629
3630## ----------------- ##
3631## LTDL_INIT Options ##
3632## ----------------- ##
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3644#
3645# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3646# Written by Gary V. Vaughan, 2004
3647#
3648# This file is free software; the Free Software Foundation gives
3649# unlimited permission to copy and/or distribute it, with or without
3650# modifications, as long as this notice is preserved.
3651
3652# serial 6 ltsugar.m4
3653
3654# This is to help aclocal find these macros, as it can't see m4_define.
3655
3656
3657
3658# lt_join(SEP, ARG1, [ARG2...])
3659# -----------------------------
3660# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3661# associated separator.
3662# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3663# versions in m4sugar had bugs.
3664
3665
3666
3667
3668# lt_car(LIST)
3669# lt_cdr(LIST)
3670# ------------
3671# Manipulate m4 lists.
3672# These macros are necessary as long as will still need to support
3673# Autoconf-2.59 which quotes differently.
3674
3675
3676
3677
3678
3679# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3680# ------------------------------------------
3681# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3682# Note that neither SEPARATOR nor STRING are expanded; they are appended
3683# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3684# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3685# than defined and empty).
3686#
3687# This macro is needed until we can rely on Autoconf 2.62, since earlier
3688# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3689
3690
3691
3692
3693# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3694# ----------------------------------------------------------
3695# Produce a SEP delimited list of all paired combinations of elements of
3696# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3697# has the form PREFIXmINFIXSUFFIXn.
3698# Needed until we can rely on m4_combine added in Autoconf 2.62.
3699
3700
3701
3702# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3703# -----------------------------------------------------------------------
3704# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3705# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3706
3707
3708
3709# lt_dict_add(DICT, KEY, VALUE)
3710# -----------------------------
3711
3712
3713
3714# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3715# --------------------------------------------
3716
3717
3718
3719# lt_dict_fetch(DICT, KEY, [SUBKEY])
3720# ----------------------------------
3721
3722
3723
3724# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3725# -----------------------------------------------------------------
3726
3727
3728
3729# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3730# --------------------------------------------------------------
3731
3732
3733# ltversion.m4 -- version numbers -*- Autoconf -*-
3734#
3735# Copyright (C) 2004 Free Software Foundation, Inc.
3736# Written by Scott James Remnant, 2004
3737#
3738# This file is free software; the Free Software Foundation gives
3739# unlimited permission to copy and/or distribute it, with or without
3740# modifications, as long as this notice is preserved.
3741
3742# Generated from ltversion.in.
3743
3744# serial 3134 ltversion.m4
3745# This file is part of GNU Libtool
3746
3747
3748
3749
3750
3751
3752# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3753#
3754# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3755# Written by Scott James Remnant, 2004.
3756#
3757# This file is free software; the Free Software Foundation gives
3758# unlimited permission to copy and/or distribute it, with or without
3759# modifications, as long as this notice is preserved.
3760
3761# serial 4 lt~obsolete.m4
3762
3763# These exist entirely to fool aclocal when bootstrapping libtool.
3764#
3765# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3766# which have later been changed to m4_define as they aren't part of the
3767# exported API, or moved to Autoconf or Automake where they belong.
3768#
3769# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3770# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3771# using a macro with the same name in our local m4/libtool.m4 it'll
3772# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3773# and doesn't know about Autoconf macros at all.)
3774#
3775# So we provide this file, which has a silly filename so it's always
3776# included after everything else. This provides aclocal with the
3777# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3778# because those macros already exist, or will be overwritten later.
3779# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3780#
3781# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3782# Yes, that means every name once taken will need to remain here until
3783# we give up compatibility with versions before 1.7, at which point
3784# we need to keep only those names which we still refer to.
3785
3786# This is to help aclocal find these macros, as it can't see m4_define.
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851## -*- Autoconf -*-
3852
3853# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3854# Free Software Foundation, Inc.
3855#
3856# This file is free software; the Free Software Foundation
3857# gives unlimited permission to copy and/or distribute it,
3858# with or without modifications, as long as this notice is preserved.
3859
3860# serial 8
3861
3862# Based on depend.m4 from automake 1.9, modified for standalone use in
3863# an environment where GNU make is required.
3864
3865# ZW_PROG_COMPILER_DEPENDENCIES
3866# -----------------------------
3867# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3868# sets fooDEPMODE accordingly. Cache-variable compatible with
3869# original; not side-effect compatible. As the users of this macro
3870# may require accurate dependencies for correct builds, it does *not*
3871# honor --disable-dependency-checking, and failure to detect a usable
3872# method is an error. depcomp is assumed to be located in
3873# $ac_aux_dir.
3874#
3875# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3876
3877
3878
3879# AM_SET_DEPDIR
3880# -------------
3881# Choose a directory name for dependency files.
3882
3883
3884# ZW_CREATE_DEPDIR
3885# ----------------
3886# As AM_SET_DEPDIR, but also create the directory at config.status time.
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
3933
3934
3935
3936
3937sim_inline="-DDEFAULT_INLINE=0"
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974# intl sister-directory configuration rules.
3975#
3976
3977# The idea behind this macro is that there's no need to repeat all the
3978# autoconf probes done by the intl directory - it's already done them
3979# for us. In fact, there's no need even to look at the cache for the
3980# answers. All we need to do is nab a few pieces of information.
3981# The intl directory is set up to make this easy, by generating a
3982# small file which can be sourced as a shell script; then we produce
3983# the necessary substitutions and definitions for this directory.
3984
3985
3986
3987# Autoconf M4 include file defining utility macros for complex Canadian
3988# cross builds.
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998####
3999# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4000# or AC_INIT.
4001# These demand that AC_CANONICAL_SYSTEM be called beforehand.
4002
4003####
4004# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4005# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4006
4007
4008####
4009# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4010# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4011
4012
4013
4014# Backported from Autoconf 2.5x; can go away when and if
4015# we switch. Put the OS path separator in $PATH_SEPARATOR.
4016
4017
4018
4019
4020# ACX_HAVE_GCC_FOR_TARGET
4021# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4022
4023
4024# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4025# Searching for installed target binutils. We need to take extra care,
4026# else we may find the wrong assembler, linker, etc., and lose.
4027#
4028# First try --with-build-time-tools, if specified.
4029#
4030# For build != host, we ask the installed GCC for the name of the tool it
4031# uses, and accept it if it is an absolute path. This is because the
4032# only good choice for a compiler is the same GCC version that is being
4033# installed (or we couldn't make target libraries), and we assume that
4034# on the host system we'll have not only the same GCC version, but also
4035# the same binutils version.
4036#
4037# For build == host, search the same directories that the installed
4038# compiler will search. We used to do this for the assembler, linker,
4039# and nm only; for simplicity of configuration, however, we extend this
4040# criterion to tools (such as ar and ranlib) that are never invoked by
4041# the compiler, to avoid mismatches.
4042#
4043# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4044# if build == target. This makes the most sense only when bootstrapping,
4045# but we also do so when build != host. In this case, we hope that the
4046# build and host systems will have similar contents of MD_EXEC_PREFIX.
4047#
4048# If we do not find a suitable binary, then try the user's path.
4049
4050
4051###
4052# AC_PROG_CPP_WERROR
4053# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4054# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4055# For now, using this also overrides header checks to use only the
4056# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4057# bit harder from here).
4058# Eventually autoconf will default to checking headers with the compiler
4059# instead, and we'll have to do this differently.
4060
4061# AC_PROG_CPP_WERROR
4062
4063# Test for GNAT.
4064# We require the gnatbind & gnatmake programs, as well as a compiler driver
4065# that understands Ada. We use the user's CC setting, already found, and
4066# possibly add $1 to the command-line parameters.
4067#
4068# Sets the shell variable have_gnat to yes or no as appropriate, and
4069# substitutes GNATBIND and GNATMAKE.
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095ac_ext=c
4096ac_cpp='$CPP $CPPFLAGS'
4097ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4098ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4099ac_compiler_gnu=$ac_cv_c_compiler_gnu
4100if test -n "$ac_tool_prefix"; then
4101 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4102set dummy ${ac_tool_prefix}gcc; ac_word=$2
4103{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4104$as_echo_n "checking for $ac_word... " >&6; }
4105if test "${ac_cv_prog_CC+set}" = set; then :
4106 $as_echo_n "(cached) " >&6
4107else
4108 if test -n "$CC"; then
4109 ac_cv_prog_CC="$CC" # Let the user override the test.
4110else
4111as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4112for as_dir in $PATH
4113do
4114 IFS=$as_save_IFS
4115 test -z "$as_dir" && as_dir=.
4116 for ac_exec_ext in '' $ac_executable_extensions; do
4117 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4118 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4119 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4120 break 2
4121 fi
4122done
4123 done
4124IFS=$as_save_IFS
4125
4126fi
4127fi
4128CC=$ac_cv_prog_CC
4129if test -n "$CC"; then
4130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4131$as_echo "$CC" >&6; }
4132else
4133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4134$as_echo "no" >&6; }
4135fi
4136
4137
4138fi
4139if test -z "$ac_cv_prog_CC"; then
4140 ac_ct_CC=$CC
4141 # Extract the first word of "gcc", so it can be a program name with args.
4142set dummy gcc; ac_word=$2
4143{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4144$as_echo_n "checking for $ac_word... " >&6; }
4145if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4146 $as_echo_n "(cached) " >&6
4147else
4148 if test -n "$ac_ct_CC"; then
4149 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4150else
4151as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4152for as_dir in $PATH
4153do
4154 IFS=$as_save_IFS
4155 test -z "$as_dir" && as_dir=.
4156 for ac_exec_ext in '' $ac_executable_extensions; do
4157 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4158 ac_cv_prog_ac_ct_CC="gcc"
4159 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4160 break 2
4161 fi
4162done
4163 done
4164IFS=$as_save_IFS
4165
4166fi
4167fi
4168ac_ct_CC=$ac_cv_prog_ac_ct_CC
4169if test -n "$ac_ct_CC"; then
4170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4171$as_echo "$ac_ct_CC" >&6; }
4172else
4173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4174$as_echo "no" >&6; }
4175fi
4176
4177 if test "x$ac_ct_CC" = x; then
4178 CC=""
4179 else
4180 case $cross_compiling:$ac_tool_warned in
4181yes:)
4182{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4183$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4184ac_tool_warned=yes ;;
4185esac
4186 CC=$ac_ct_CC
4187 fi
4188else
4189 CC="$ac_cv_prog_CC"
4190fi
4191
4192if test -z "$CC"; then
4193 if test -n "$ac_tool_prefix"; then
4194 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4195set dummy ${ac_tool_prefix}cc; ac_word=$2
4196{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4197$as_echo_n "checking for $ac_word... " >&6; }
4198if test "${ac_cv_prog_CC+set}" = set; then :
4199 $as_echo_n "(cached) " >&6
4200else
4201 if test -n "$CC"; then
4202 ac_cv_prog_CC="$CC" # Let the user override the test.
4203else
4204as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4205for as_dir in $PATH
4206do
4207 IFS=$as_save_IFS
4208 test -z "$as_dir" && as_dir=.
4209 for ac_exec_ext in '' $ac_executable_extensions; do
4210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4211 ac_cv_prog_CC="${ac_tool_prefix}cc"
4212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4213 break 2
4214 fi
4215done
4216 done
4217IFS=$as_save_IFS
4218
4219fi
4220fi
4221CC=$ac_cv_prog_CC
4222if test -n "$CC"; then
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4224$as_echo "$CC" >&6; }
4225else
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4227$as_echo "no" >&6; }
4228fi
4229
4230
4231 fi
4232fi
4233if test -z "$CC"; then
4234 # Extract the first word of "cc", so it can be a program name with args.
4235set dummy cc; ac_word=$2
4236{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4237$as_echo_n "checking for $ac_word... " >&6; }
4238if test "${ac_cv_prog_CC+set}" = set; then :
4239 $as_echo_n "(cached) " >&6
4240else
4241 if test -n "$CC"; then
4242 ac_cv_prog_CC="$CC" # Let the user override the test.
4243else
4244 ac_prog_rejected=no
4245as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4246for as_dir in $PATH
4247do
4248 IFS=$as_save_IFS
4249 test -z "$as_dir" && as_dir=.
4250 for ac_exec_ext in '' $ac_executable_extensions; do
4251 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4252 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4253 ac_prog_rejected=yes
4254 continue
4255 fi
4256 ac_cv_prog_CC="cc"
4257 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4258 break 2
4259 fi
4260done
4261 done
4262IFS=$as_save_IFS
4263
4264if test $ac_prog_rejected = yes; then
4265 # We found a bogon in the path, so make sure we never use it.
4266 set dummy $ac_cv_prog_CC
4267 shift
4268 if test $# != 0; then
4269 # We chose a different compiler from the bogus one.
4270 # However, it has the same basename, so the bogon will be chosen
4271 # first if we set CC to just the basename; use the full file name.
4272 shift
4273 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4274 fi
4275fi
4276fi
4277fi
4278CC=$ac_cv_prog_CC
4279if test -n "$CC"; then
4280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4281$as_echo "$CC" >&6; }
4282else
4283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4284$as_echo "no" >&6; }
4285fi
4286
4287
4288fi
4289if test -z "$CC"; then
4290 if test -n "$ac_tool_prefix"; then
4291 for ac_prog in cl.exe
4292 do
4293 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4294set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4295{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4296$as_echo_n "checking for $ac_word... " >&6; }
4297if test "${ac_cv_prog_CC+set}" = set; then :
4298 $as_echo_n "(cached) " >&6
4299else
4300 if test -n "$CC"; then
4301 ac_cv_prog_CC="$CC" # Let the user override the test.
4302else
4303as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4304for as_dir in $PATH
4305do
4306 IFS=$as_save_IFS
4307 test -z "$as_dir" && as_dir=.
4308 for ac_exec_ext in '' $ac_executable_extensions; do
4309 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4310 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4311 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4312 break 2
4313 fi
4314done
4315 done
4316IFS=$as_save_IFS
4317
4318fi
4319fi
4320CC=$ac_cv_prog_CC
4321if test -n "$CC"; then
4322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4323$as_echo "$CC" >&6; }
4324else
4325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4326$as_echo "no" >&6; }
4327fi
4328
4329
4330 test -n "$CC" && break
4331 done
4332fi
4333if test -z "$CC"; then
4334 ac_ct_CC=$CC
4335 for ac_prog in cl.exe
4336do
4337 # Extract the first word of "$ac_prog", so it can be a program name with args.
4338set dummy $ac_prog; ac_word=$2
4339{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4340$as_echo_n "checking for $ac_word... " >&6; }
4341if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4342 $as_echo_n "(cached) " >&6
4343else
4344 if test -n "$ac_ct_CC"; then
4345 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4346else
4347as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4348for as_dir in $PATH
4349do
4350 IFS=$as_save_IFS
4351 test -z "$as_dir" && as_dir=.
4352 for ac_exec_ext in '' $ac_executable_extensions; do
4353 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4354 ac_cv_prog_ac_ct_CC="$ac_prog"
4355 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4356 break 2
4357 fi
4358done
4359 done
4360IFS=$as_save_IFS
4361
4362fi
4363fi
4364ac_ct_CC=$ac_cv_prog_ac_ct_CC
4365if test -n "$ac_ct_CC"; then
4366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4367$as_echo "$ac_ct_CC" >&6; }
4368else
4369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4370$as_echo "no" >&6; }
4371fi
4372
4373
4374 test -n "$ac_ct_CC" && break
4375done
4376
4377 if test "x$ac_ct_CC" = x; then
4378 CC=""
4379 else
4380 case $cross_compiling:$ac_tool_warned in
4381yes:)
4382{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4383$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4384ac_tool_warned=yes ;;
4385esac
4386 CC=$ac_ct_CC
4387 fi
4388fi
4389
4390fi
4391
4392
4393test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4394$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4395as_fn_error "no acceptable C compiler found in \$PATH
4396See \`config.log' for more details." "$LINENO" 5; }
4397
4398# Provide some information about the compiler.
4399$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4400set X $ac_compile
4401ac_compiler=$2
4402for ac_option in --version -v -V -qversion; do
4403 { { ac_try="$ac_compiler $ac_option >&5"
4404case "(($ac_try" in
4405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4406 *) ac_try_echo=$ac_try;;
4407esac
4408eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4409$as_echo "$ac_try_echo"; } >&5
4410 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4411 ac_status=$?
4412 if test -s conftest.err; then
4413 sed '10a\
4414... rest of stderr output deleted ...
4415 10q' conftest.err >conftest.er1
4416 cat conftest.er1 >&5
4417 rm -f conftest.er1 conftest.err
4418 fi
4419 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4420 test $ac_status = 0; }
4421done
4422
4423cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4424/* end confdefs.h. */
4425
4426int
4427main ()
4428{
4429
4430 ;
4431 return 0;
4432}
4433_ACEOF
4434ac_clean_files_save=$ac_clean_files
4435ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4436# Try to create an executable without -o first, disregard a.out.
4437# It will help us diagnose broken compilers, and finding out an intuition
4438# of exeext.
4439{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4440$as_echo_n "checking for C compiler default output file name... " >&6; }
4441ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4442
4443# The possible output files:
4444ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4445
4446ac_rmfiles=
4447for ac_file in $ac_files
4448do
4449 case $ac_file in
4450 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4451 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4452 esac
4453done
4454rm -f $ac_rmfiles
4455
4456if { { ac_try="$ac_link_default"
4457case "(($ac_try" in
4458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4459 *) ac_try_echo=$ac_try;;
4460esac
4461eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4462$as_echo "$ac_try_echo"; } >&5
4463 (eval "$ac_link_default") 2>&5
4464 ac_status=$?
4465 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4466 test $ac_status = 0; }; then :
4467 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4468# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4469# in a Makefile. We should not override ac_cv_exeext if it was cached,
4470# so that the user can short-circuit this test for compilers unknown to
4471# Autoconf.
4472for ac_file in $ac_files ''
4473do
4474 test -f "$ac_file" || continue
4475 case $ac_file in
4476 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4477 ;;
4478 [ab].out )
4479 # We found the default executable, but exeext='' is most
4480 # certainly right.
4481 break;;
4482 *.* )
4483 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4484 then :; else
4485 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4486 fi
4487 # We set ac_cv_exeext here because the later test for it is not
4488 # safe: cross compilers may not add the suffix if given an `-o'
4489 # argument, so we may need to know it at that point already.
4490 # Even if this section looks crufty: it has the advantage of
4491 # actually working.
4492 break;;
4493 * )
4494 break;;
4495 esac
4496done
4497test "$ac_cv_exeext" = no && ac_cv_exeext=
4498
4499else
4500 ac_file=''
4501fi
4502{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4503$as_echo "$ac_file" >&6; }
4504if test -z "$ac_file"; then :
4505 $as_echo "$as_me: failed program was:" >&5
4506sed 's/^/| /' conftest.$ac_ext >&5
4507
4508{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4509$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4510{ as_fn_set_status 77
4511as_fn_error "C compiler cannot create executables
4512See \`config.log' for more details." "$LINENO" 5; }; }
4513fi
4514ac_exeext=$ac_cv_exeext
4515
4516# Check that the compiler produces executables we can run. If not, either
4517# the compiler is broken, or we cross compile.
4518{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4519$as_echo_n "checking whether the C compiler works... " >&6; }
4520# If not cross compiling, check that we can run a simple program.
4521if test "$cross_compiling" != yes; then
4522 if { ac_try='./$ac_file'
4523 { { case "(($ac_try" in
4524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4525 *) ac_try_echo=$ac_try;;
4526esac
4527eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4528$as_echo "$ac_try_echo"; } >&5
4529 (eval "$ac_try") 2>&5
4530 ac_status=$?
4531 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4532 test $ac_status = 0; }; }; then
4533 cross_compiling=no
4534 else
4535 if test "$cross_compiling" = maybe; then
4536 cross_compiling=yes
4537 else
4538 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4539$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4540as_fn_error "cannot run C compiled programs.
4541If you meant to cross compile, use \`--host'.
4542See \`config.log' for more details." "$LINENO" 5; }
4543 fi
4544 fi
4545fi
4546{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4547$as_echo "yes" >&6; }
4548
4549rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4550ac_clean_files=$ac_clean_files_save
4551# Check that the compiler produces executables we can run. If not, either
4552# the compiler is broken, or we cross compile.
4553{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4554$as_echo_n "checking whether we are cross compiling... " >&6; }
4555{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4556$as_echo "$cross_compiling" >&6; }
4557
4558{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4559$as_echo_n "checking for suffix of executables... " >&6; }
4560if { { ac_try="$ac_link"
4561case "(($ac_try" in
4562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4563 *) ac_try_echo=$ac_try;;
4564esac
4565eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4566$as_echo "$ac_try_echo"; } >&5
4567 (eval "$ac_link") 2>&5
4568 ac_status=$?
4569 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4570 test $ac_status = 0; }; then :
4571 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4572# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4573# work properly (i.e., refer to `conftest.exe'), while it won't with
4574# `rm'.
4575for ac_file in conftest.exe conftest conftest.*; do
4576 test -f "$ac_file" || continue
4577 case $ac_file in
4578 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4579 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4580 break;;
4581 * ) break;;
4582 esac
4583done
4584else
4585 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4586$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4587as_fn_error "cannot compute suffix of executables: cannot compile and link
4588See \`config.log' for more details." "$LINENO" 5; }
4589fi
4590rm -f conftest$ac_cv_exeext
4591{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4592$as_echo "$ac_cv_exeext" >&6; }
4593
4594rm -f conftest.$ac_ext
4595EXEEXT=$ac_cv_exeext
4596ac_exeext=$EXEEXT
4597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4598$as_echo_n "checking for suffix of object files... " >&6; }
4599if test "${ac_cv_objext+set}" = set; then :
4600 $as_echo_n "(cached) " >&6
4601else
4602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4603/* end confdefs.h. */
4604
4605int
4606main ()
4607{
4608
4609 ;
4610 return 0;
4611}
4612_ACEOF
4613rm -f conftest.o conftest.obj
4614if { { ac_try="$ac_compile"
4615case "(($ac_try" in
4616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4617 *) ac_try_echo=$ac_try;;
4618esac
4619eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4620$as_echo "$ac_try_echo"; } >&5
4621 (eval "$ac_compile") 2>&5
4622 ac_status=$?
4623 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4624 test $ac_status = 0; }; then :
4625 for ac_file in conftest.o conftest.obj conftest.*; do
4626 test -f "$ac_file" || continue;
4627 case $ac_file in
4628 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4629 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4630 break;;
4631 esac
4632done
4633else
4634 $as_echo "$as_me: failed program was:" >&5
4635sed 's/^/| /' conftest.$ac_ext >&5
4636
4637{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4638$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4639as_fn_error "cannot compute suffix of object files: cannot compile
4640See \`config.log' for more details." "$LINENO" 5; }
4641fi
4642rm -f conftest.$ac_cv_objext conftest.$ac_ext
4643fi
4644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4645$as_echo "$ac_cv_objext" >&6; }
4646OBJEXT=$ac_cv_objext
4647ac_objext=$OBJEXT
4648{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4649$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4650if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4651 $as_echo_n "(cached) " >&6
4652else
4653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4654/* end confdefs.h. */
4655
4656int
4657main ()
4658{
4659#ifndef __GNUC__
4660 choke me
4661#endif
4662
4663 ;
4664 return 0;
4665}
4666_ACEOF
4667if ac_fn_c_try_compile "$LINENO"; then :
4668 ac_compiler_gnu=yes
4669else
4670 ac_compiler_gnu=no
4671fi
4672rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4673ac_cv_c_compiler_gnu=$ac_compiler_gnu
4674
4675fi
4676{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4677$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4678if test $ac_compiler_gnu = yes; then
4679 GCC=yes
4680else
4681 GCC=
4682fi
4683ac_test_CFLAGS=${CFLAGS+set}
4684ac_save_CFLAGS=$CFLAGS
4685{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4686$as_echo_n "checking whether $CC accepts -g... " >&6; }
4687if test "${ac_cv_prog_cc_g+set}" = set; then :
4688 $as_echo_n "(cached) " >&6
4689else
4690 ac_save_c_werror_flag=$ac_c_werror_flag
4691 ac_c_werror_flag=yes
4692 ac_cv_prog_cc_g=no
4693 CFLAGS="-g"
4694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4695/* end confdefs.h. */
4696
4697int
4698main ()
4699{
4700
4701 ;
4702 return 0;
4703}
4704_ACEOF
4705if ac_fn_c_try_compile "$LINENO"; then :
4706 ac_cv_prog_cc_g=yes
4707else
4708 CFLAGS=""
4709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4710/* end confdefs.h. */
4711
4712int
4713main ()
4714{
4715
4716 ;
4717 return 0;
4718}
4719_ACEOF
4720if ac_fn_c_try_compile "$LINENO"; then :
4721
4722else
4723 ac_c_werror_flag=$ac_save_c_werror_flag
4724 CFLAGS="-g"
4725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4726/* end confdefs.h. */
4727
4728int
4729main ()
4730{
4731
4732 ;
4733 return 0;
4734}
4735_ACEOF
4736if ac_fn_c_try_compile "$LINENO"; then :
4737 ac_cv_prog_cc_g=yes
4738fi
4739rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4740fi
4741rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4742fi
4743rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4744 ac_c_werror_flag=$ac_save_c_werror_flag
4745fi
4746{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4747$as_echo "$ac_cv_prog_cc_g" >&6; }
4748if test "$ac_test_CFLAGS" = set; then
4749 CFLAGS=$ac_save_CFLAGS
4750elif test $ac_cv_prog_cc_g = yes; then
4751 if test "$GCC" = yes; then
4752 CFLAGS="-g -O2"
4753 else
4754 CFLAGS="-g"
4755 fi
4756else
4757 if test "$GCC" = yes; then
4758 CFLAGS="-O2"
4759 else
4760 CFLAGS=
4761 fi
4762fi
4763{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4764$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4765if test "${ac_cv_prog_cc_c89+set}" = set; then :
4766 $as_echo_n "(cached) " >&6
4767else
4768 ac_cv_prog_cc_c89=no
4769ac_save_CC=$CC
4770cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4771/* end confdefs.h. */
4772#include <stdarg.h>
4773#include <stdio.h>
4774#include <sys/types.h>
4775#include <sys/stat.h>
4776/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4777struct buf { int x; };
4778FILE * (*rcsopen) (struct buf *, struct stat *, int);
4779static char *e (p, i)
4780 char **p;
4781 int i;
4782{
4783 return p[i];
4784}
4785static char *f (char * (*g) (char **, int), char **p, ...)
4786{
4787 char *s;
4788 va_list v;
4789 va_start (v,p);
4790 s = g (p, va_arg (v,int));
4791 va_end (v);
4792 return s;
4793}
4794
4795/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4796 function prototypes and stuff, but not '\xHH' hex character constants.
4797 These don't provoke an error unfortunately, instead are silently treated
4798 as 'x'. The following induces an error, until -std is added to get
4799 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4800 array size at least. It's necessary to write '\x00'==0 to get something
4801 that's true only with -std. */
4802int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4803
4804/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4805 inside strings and character constants. */
4806#define FOO(x) 'x'
4807int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4808
4809int test (int i, double x);
4810struct s1 {int (*f) (int a);};
4811struct s2 {int (*f) (double a);};
4812int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4813int argc;
4814char **argv;
4815int
4816main ()
4817{
4818return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4819 ;
4820 return 0;
4821}
4822_ACEOF
4823for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4824 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4825do
4826 CC="$ac_save_CC $ac_arg"
4827 if ac_fn_c_try_compile "$LINENO"; then :
4828 ac_cv_prog_cc_c89=$ac_arg
4829fi
4830rm -f core conftest.err conftest.$ac_objext
4831 test "x$ac_cv_prog_cc_c89" != "xno" && break
4832done
4833rm -f conftest.$ac_ext
4834CC=$ac_save_CC
4835
4836fi
4837# AC_CACHE_VAL
4838case "x$ac_cv_prog_cc_c89" in
4839 x)
4840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4841$as_echo "none needed" >&6; } ;;
4842 xno)
4843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4844$as_echo "unsupported" >&6; } ;;
4845 *)
4846 CC="$CC $ac_cv_prog_cc_c89"
4847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4848$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4849esac
4850if test "x$ac_cv_prog_cc_c89" != xno; then :
4851
4852fi
4853
4854ac_ext=c
4855ac_cpp='$CPP $CPPFLAGS'
4856ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4857ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4858ac_compiler_gnu=$ac_cv_c_compiler_gnu
4859
4860ac_aux_dir=
4861for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4862 for ac_t in install-sh install.sh shtool; do
4863 if test -f "$ac_dir/$ac_t"; then
4864 ac_aux_dir=$ac_dir
4865 ac_install_sh="$ac_aux_dir/$ac_t -c"
4866 break 2
4867 fi
4868 done
4869done
4870if test -z "$ac_aux_dir"; then
4871 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4872fi
4873
4874# These three variables are undocumented and unsupported,
4875# and are intended to be withdrawn in a future Autoconf release.
4876# They can cause serious problems if a builder's source tree is in a directory
4877# whose full name contains unusual characters.
4878ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4879ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4880ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4881
4882
4883# Make sure we can run config.sub.
4884$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4885 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4886
4887{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4888$as_echo_n "checking build system type... " >&6; }
4889if test "${ac_cv_build+set}" = set; then :
4890 $as_echo_n "(cached) " >&6
4891else
4892 ac_build_alias=$build_alias
4893test "x$ac_build_alias" = x &&
4894 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4895test "x$ac_build_alias" = x &&
4896 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4897ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4898 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4899
4900fi
4901{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4902$as_echo "$ac_cv_build" >&6; }
4903case $ac_cv_build in
4904*-*-*) ;;
4905*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4906esac
4907build=$ac_cv_build
4908ac_save_IFS=$IFS; IFS='-'
4909set x $ac_cv_build
4910shift
4911build_cpu=$1
4912build_vendor=$2
4913shift; shift
4914# Remember, the first character of IFS is used to create $*,
4915# except with old shells:
4916build_os=$*
4917IFS=$ac_save_IFS
4918case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4919
4920
4921{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4922$as_echo_n "checking host system type... " >&6; }
4923if test "${ac_cv_host+set}" = set; then :
4924 $as_echo_n "(cached) " >&6
4925else
4926 if test "x$host_alias" = x; then
4927 ac_cv_host=$ac_cv_build
4928else
4929 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4930 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4931fi
4932
4933fi
4934{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4935$as_echo "$ac_cv_host" >&6; }
4936case $ac_cv_host in
4937*-*-*) ;;
4938*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4939esac
4940host=$ac_cv_host
4941ac_save_IFS=$IFS; IFS='-'
4942set x $ac_cv_host
4943shift
4944host_cpu=$1
4945host_vendor=$2
4946shift; shift
4947# Remember, the first character of IFS is used to create $*,
4948# except with old shells:
4949host_os=$*
4950IFS=$ac_save_IFS
4951case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4952
4953
4954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4955$as_echo_n "checking target system type... " >&6; }
4956if test "${ac_cv_target+set}" = set; then :
4957 $as_echo_n "(cached) " >&6
4958else
4959 if test "x$target_alias" = x; then
4960 ac_cv_target=$ac_cv_host
4961else
4962 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4963 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4964fi
4965
4966fi
4967{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4968$as_echo "$ac_cv_target" >&6; }
4969case $ac_cv_target in
4970*-*-*) ;;
4971*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4972esac
4973target=$ac_cv_target
4974ac_save_IFS=$IFS; IFS='-'
4975set x $ac_cv_target
4976shift
4977target_cpu=$1
4978target_vendor=$2
4979shift; shift
4980# Remember, the first character of IFS is used to create $*,
4981# except with old shells:
4982target_os=$*
4983IFS=$ac_save_IFS
4984case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4985
4986
4987# The aliases save the names the user supplied, while $host etc.
4988# will get canonicalized.
4989test -n "$target_alias" &&
4990 test "$program_prefix$program_suffix$program_transform_name" = \
4991 NONENONEs,x,x, &&
4992 program_prefix=${target_alias}-
4993
4994ac_ext=c
4995ac_cpp='$CPP $CPPFLAGS'
4996ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4997ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4998ac_compiler_gnu=$ac_cv_c_compiler_gnu
4999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5000$as_echo_n "checking how to run the C preprocessor... " >&6; }
5001# On Suns, sometimes $CPP names a directory.
5002if test -n "$CPP" && test -d "$CPP"; then
5003 CPP=
5004fi
5005if test -z "$CPP"; then
5006 if test "${ac_cv_prog_CPP+set}" = set; then :
5007 $as_echo_n "(cached) " >&6
5008else
5009 # Double quotes because CPP needs to be expanded
5010 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5011 do
5012 ac_preproc_ok=false
5013for ac_c_preproc_warn_flag in '' yes
5014do
5015 # Use a header file that comes with gcc, so configuring glibc
5016 # with a fresh cross-compiler works.
5017 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5018 # <limits.h> exists even on freestanding compilers.
5019 # On the NeXT, cc -E runs the code through the compiler's parser,
5020 # not just through cpp. "Syntax error" is here to catch this case.
5021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5022/* end confdefs.h. */
5023#ifdef __STDC__
5024# include <limits.h>
5025#else
5026# include <assert.h>
5027#endif
5028 Syntax error
5029_ACEOF
5030if ac_fn_c_try_cpp "$LINENO"; then :
5031
5032else
5033 # Broken: fails on valid input.
5034continue
5035fi
5036rm -f conftest.err conftest.$ac_ext
5037
5038 # OK, works on sane cases. Now check whether nonexistent headers
5039 # can be detected and how.
5040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5041/* end confdefs.h. */
5042#include <ac_nonexistent.h>
5043_ACEOF
5044if ac_fn_c_try_cpp "$LINENO"; then :
5045 # Broken: success on invalid input.
5046continue
5047else
5048 # Passes both tests.
5049ac_preproc_ok=:
5050break
5051fi
5052rm -f conftest.err conftest.$ac_ext
5053
5054done
5055# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5056rm -f conftest.err conftest.$ac_ext
5057if $ac_preproc_ok; then :
5058 break
5059fi
5060
5061 done
5062 ac_cv_prog_CPP=$CPP
5063
5064fi
5065 CPP=$ac_cv_prog_CPP
5066else
5067 ac_cv_prog_CPP=$CPP
5068fi
5069{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5070$as_echo "$CPP" >&6; }
5071ac_preproc_ok=false
5072for ac_c_preproc_warn_flag in '' yes
5073do
5074 # Use a header file that comes with gcc, so configuring glibc
5075 # with a fresh cross-compiler works.
5076 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5077 # <limits.h> exists even on freestanding compilers.
5078 # On the NeXT, cc -E runs the code through the compiler's parser,
5079 # not just through cpp. "Syntax error" is here to catch this case.
5080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5081/* end confdefs.h. */
5082#ifdef __STDC__
5083# include <limits.h>
5084#else
5085# include <assert.h>
5086#endif
5087 Syntax error
5088_ACEOF
5089if ac_fn_c_try_cpp "$LINENO"; then :
5090
5091else
5092 # Broken: fails on valid input.
5093continue
5094fi
5095rm -f conftest.err conftest.$ac_ext
5096
5097 # OK, works on sane cases. Now check whether nonexistent headers
5098 # can be detected and how.
5099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5100/* end confdefs.h. */
5101#include <ac_nonexistent.h>
5102_ACEOF
5103if ac_fn_c_try_cpp "$LINENO"; then :
5104 # Broken: success on invalid input.
5105continue
5106else
5107 # Passes both tests.
5108ac_preproc_ok=:
5109break
5110fi
5111rm -f conftest.err conftest.$ac_ext
5112
5113done
5114# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5115rm -f conftest.err conftest.$ac_ext
5116if $ac_preproc_ok; then :
5117
5118else
5119 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5120$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5121as_fn_error "C preprocessor \"$CPP\" fails sanity check
5122See \`config.log' for more details." "$LINENO" 5; }
5123fi
5124
5125ac_ext=c
5126ac_cpp='$CPP $CPPFLAGS'
5127ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5128ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5129ac_compiler_gnu=$ac_cv_c_compiler_gnu
5130
5131
5132{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5133$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5134if test "${ac_cv_path_GREP+set}" = set; then :
5135 $as_echo_n "(cached) " >&6
5136else
5137 if test -z "$GREP"; then
5138 ac_path_GREP_found=false
5139 # Loop through the user's path and test for each of PROGNAME-LIST
5140 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5141for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5142do
5143 IFS=$as_save_IFS
5144 test -z "$as_dir" && as_dir=.
5145 for ac_prog in grep ggrep; do
5146 for ac_exec_ext in '' $ac_executable_extensions; do
5147 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5148 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5149# Check for GNU ac_path_GREP and select it if it is found.
5150 # Check for GNU $ac_path_GREP
5151case `"$ac_path_GREP" --version 2>&1` in
5152*GNU*)
5153 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5154*)
5155 ac_count=0
5156 $as_echo_n 0123456789 >"conftest.in"
5157 while :
5158 do
5159 cat "conftest.in" "conftest.in" >"conftest.tmp"
5160 mv "conftest.tmp" "conftest.in"
5161 cp "conftest.in" "conftest.nl"
5162 $as_echo 'GREP' >> "conftest.nl"
5163 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5164 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5165 as_fn_arith $ac_count + 1 && ac_count=$as_val
5166 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5167 # Best one so far, save it but keep looking for a better one
5168 ac_cv_path_GREP="$ac_path_GREP"
5169 ac_path_GREP_max=$ac_count
5170 fi
5171 # 10*(2^10) chars as input seems more than enough
5172 test $ac_count -gt 10 && break
5173 done
5174 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5175esac
5176
5177 $ac_path_GREP_found && break 3
5178 done
5179 done
5180 done
5181IFS=$as_save_IFS
5182 if test -z "$ac_cv_path_GREP"; then
5183 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5184 fi
5185else
5186 ac_cv_path_GREP=$GREP
5187fi
5188
5189fi
5190{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5191$as_echo "$ac_cv_path_GREP" >&6; }
5192 GREP="$ac_cv_path_GREP"
5193
5194
5195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5196$as_echo_n "checking for egrep... " >&6; }
5197if test "${ac_cv_path_EGREP+set}" = set; then :
5198 $as_echo_n "(cached) " >&6
5199else
5200 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5201 then ac_cv_path_EGREP="$GREP -E"
5202 else
5203 if test -z "$EGREP"; then
5204 ac_path_EGREP_found=false
5205 # Loop through the user's path and test for each of PROGNAME-LIST
5206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5207for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5208do
5209 IFS=$as_save_IFS
5210 test -z "$as_dir" && as_dir=.
5211 for ac_prog in egrep; do
5212 for ac_exec_ext in '' $ac_executable_extensions; do
5213 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5214 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5215# Check for GNU ac_path_EGREP and select it if it is found.
5216 # Check for GNU $ac_path_EGREP
5217case `"$ac_path_EGREP" --version 2>&1` in
5218*GNU*)
5219 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5220*)
5221 ac_count=0
5222 $as_echo_n 0123456789 >"conftest.in"
5223 while :
5224 do
5225 cat "conftest.in" "conftest.in" >"conftest.tmp"
5226 mv "conftest.tmp" "conftest.in"
5227 cp "conftest.in" "conftest.nl"
5228 $as_echo 'EGREP' >> "conftest.nl"
5229 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5230 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5231 as_fn_arith $ac_count + 1 && ac_count=$as_val
5232 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5233 # Best one so far, save it but keep looking for a better one
5234 ac_cv_path_EGREP="$ac_path_EGREP"
5235 ac_path_EGREP_max=$ac_count
5236 fi
5237 # 10*(2^10) chars as input seems more than enough
5238 test $ac_count -gt 10 && break
5239 done
5240 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5241esac
5242
5243 $ac_path_EGREP_found && break 3
5244 done
5245 done
5246 done
5247IFS=$as_save_IFS
5248 if test -z "$ac_cv_path_EGREP"; then
5249 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5250 fi
5251else
5252 ac_cv_path_EGREP=$EGREP
5253fi
5254
5255 fi
5256fi
5257{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5258$as_echo "$ac_cv_path_EGREP" >&6; }
5259 EGREP="$ac_cv_path_EGREP"
5260
5261
5262{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5263$as_echo_n "checking for ANSI C header files... " >&6; }
5264if test "${ac_cv_header_stdc+set}" = set; then :
5265 $as_echo_n "(cached) " >&6
5266else
5267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5268/* end confdefs.h. */
5269#include <stdlib.h>
5270#include <stdarg.h>
5271#include <string.h>
5272#include <float.h>
5273
5274int
5275main ()
5276{
5277
5278 ;
5279 return 0;
5280}
5281_ACEOF
5282if ac_fn_c_try_compile "$LINENO"; then :
5283 ac_cv_header_stdc=yes
5284else
5285 ac_cv_header_stdc=no
5286fi
5287rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5288
5289if test $ac_cv_header_stdc = yes; then
5290 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5292/* end confdefs.h. */
5293#include <string.h>
5294
5295_ACEOF
5296if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5297 $EGREP "memchr" >/dev/null 2>&1; then :
5298
5299else
5300 ac_cv_header_stdc=no
5301fi
5302rm -f conftest*
5303
5304fi
5305
5306if test $ac_cv_header_stdc = yes; then
5307 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5309/* end confdefs.h. */
5310#include <stdlib.h>
5311
5312_ACEOF
5313if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5314 $EGREP "free" >/dev/null 2>&1; then :
5315
5316else
5317 ac_cv_header_stdc=no
5318fi
5319rm -f conftest*
5320
5321fi
5322
5323if test $ac_cv_header_stdc = yes; then
5324 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5325 if test "$cross_compiling" = yes; then :
5326 :
5327else
5328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5329/* end confdefs.h. */
5330#include <ctype.h>
5331#include <stdlib.h>
5332#if ((' ' & 0x0FF) == 0x020)
5333# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5334# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5335#else
5336# define ISLOWER(c) \
5337 (('a' <= (c) && (c) <= 'i') \
5338 || ('j' <= (c) && (c) <= 'r') \
5339 || ('s' <= (c) && (c) <= 'z'))
5340# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5341#endif
5342
5343#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5344int
5345main ()
5346{
5347 int i;
5348 for (i = 0; i < 256; i++)
5349 if (XOR (islower (i), ISLOWER (i))
5350 || toupper (i) != TOUPPER (i))
5351 return 2;
5352 return 0;
5353}
5354_ACEOF
5355if ac_fn_c_try_run "$LINENO"; then :
5356
5357else
5358 ac_cv_header_stdc=no
5359fi
5360rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5361 conftest.$ac_objext conftest.beam conftest.$ac_ext
5362fi
5363
5364fi
5365fi
5366{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5367$as_echo "$ac_cv_header_stdc" >&6; }
5368if test $ac_cv_header_stdc = yes; then
5369
5370$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5371
5372fi
5373
5374# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5375for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5376 inttypes.h stdint.h unistd.h
5377do :
5378 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5379ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5380"
5381eval as_val=\$$as_ac_Header
5382 if test "x$as_val" = x""yes; then :
5383 cat >>confdefs.h <<_ACEOF
5384#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5385_ACEOF
5386
5387fi
5388
5389done
5390
5391
5392
5393 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5394if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5395 MINIX=yes
5396else
5397 MINIX=
5398fi
5399
5400
5401 if test "$MINIX" = yes; then
5402
5403$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5404
5405
5406$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5407
5408
5409$as_echo "#define _MINIX 1" >>confdefs.h
5410
5411 fi
5412
5413
5414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5415$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5416if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5417 $as_echo_n "(cached) " >&6
5418else
5419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5420/* end confdefs.h. */
5421
5422# define __EXTENSIONS__ 1
5423 $ac_includes_default
5424int
5425main ()
5426{
5427
5428 ;
5429 return 0;
5430}
5431_ACEOF
5432if ac_fn_c_try_compile "$LINENO"; then :
5433 ac_cv_safe_to_define___extensions__=yes
5434else
5435 ac_cv_safe_to_define___extensions__=no
5436fi
5437rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5438fi
5439{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5440$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5441 test $ac_cv_safe_to_define___extensions__ = yes &&
5442 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5443
5444 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5445
5446 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5447
5448 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5449
5450 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5451
5452
5453test "$program_prefix" != NONE &&
5454 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5455# Use a double $ so make ignores it.
5456test "$program_suffix" != NONE &&
5457 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5458# Double any \ or $.
5459# By default was `s,x,x', remove it if useless.
5460ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5461program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5462
5463# Find a good install program. We prefer a C program (faster),
5464# so one script is as good as another. But avoid the broken or
5465# incompatible versions:
5466# SysV /etc/install, /usr/sbin/install
5467# SunOS /usr/etc/install
5468# IRIX /sbin/install
5469# AIX /bin/install
5470# AmigaOS /C/install, which installs bootblocks on floppy discs
5471# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5472# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5473# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5474# OS/2's system install, which has a completely different semantic
5475# ./install, which can be erroneously created by make from ./install.sh.
5476# Reject install programs that cannot install multiple files.
5477{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5478$as_echo_n "checking for a BSD-compatible install... " >&6; }
5479if test -z "$INSTALL"; then
5480if test "${ac_cv_path_install+set}" = set; then :
5481 $as_echo_n "(cached) " >&6
5482else
5483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5484for as_dir in $PATH
5485do
5486 IFS=$as_save_IFS
5487 test -z "$as_dir" && as_dir=.
5488 # Account for people who put trailing slashes in PATH elements.
5489case $as_dir/ in #((
5490 ./ | .// | /[cC]/* | \
5491 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5492 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5493 /usr/ucb/* ) ;;
5494 *)
5495 # OSF1 and SCO ODT 3.0 have their own names for install.
5496 # Don't use installbsd from OSF since it installs stuff as root
5497 # by default.
5498 for ac_prog in ginstall scoinst install; do
5499 for ac_exec_ext in '' $ac_executable_extensions; do
5500 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5501 if test $ac_prog = install &&
5502 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5503 # AIX install. It has an incompatible calling convention.
5504 :
5505 elif test $ac_prog = install &&
5506 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5507 # program-specific install script used by HP pwplus--don't use.
5508 :
5509 else
5510 rm -rf conftest.one conftest.two conftest.dir
5511 echo one > conftest.one
5512 echo two > conftest.two
5513 mkdir conftest.dir
5514 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5515 test -s conftest.one && test -s conftest.two &&
5516 test -s conftest.dir/conftest.one &&
5517 test -s conftest.dir/conftest.two
5518 then
5519 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5520 break 3
5521 fi
5522 fi
5523 fi
5524 done
5525 done
5526 ;;
5527esac
5528
5529 done
5530IFS=$as_save_IFS
5531
5532rm -rf conftest.one conftest.two conftest.dir
5533
5534fi
5535 if test "${ac_cv_path_install+set}" = set; then
5536 INSTALL=$ac_cv_path_install
5537 else
5538 # As a last resort, use the slow shell script. Don't cache a
5539 # value for INSTALL within a source directory, because that will
5540 # break other packages using the cache if that directory is
5541 # removed, or if the value is a relative name.
5542 INSTALL=$ac_install_sh
5543 fi
5544fi
5545{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5546$as_echo "$INSTALL" >&6; }
5547
5548# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5549# It thinks the first close brace ends the variable substitution.
5550test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5551
5552test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5553
5554test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5555
5556rm -rf .tst 2>/dev/null
5557mkdir .tst 2>/dev/null
5558if test -d .tst; then
5559 am__leading_dot=.
5560else
5561 am__leading_dot=_
5562fi
5563rmdir .tst 2>/dev/null
5564
5565DEPDIR="${am__leading_dot}deps"
5566
5567case `pwd` in
5568 *\ * | *\ *)
5569 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5570$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5571esac
5572
5573
5574
5575macro_version='2.2.7a'
5576macro_revision='1.3134'
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590ltmain="$ac_aux_dir/ltmain.sh"
5591
5592# Backslashify metacharacters that are still active within
5593# double-quoted strings.
5594sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5595
5596# Same as above, but do not quote variable references.
5597double_quote_subst='s/\(["`\\]\)/\\\1/g'
5598
5599# Sed substitution to delay expansion of an escaped shell variable in a
5600# double_quote_subst'ed string.
5601delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5602
5603# Sed substitution to delay expansion of an escaped single quote.
5604delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5605
5606# Sed substitution to avoid accidental globbing in evaled expressions
5607no_glob_subst='s/\*/\\\*/g'
5608
5609ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5610ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5611ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5612
5613{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5614$as_echo_n "checking how to print strings... " >&6; }
5615# Test print first, because it will be a builtin if present.
5616if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5617 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5618 ECHO='print -r --'
5619elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5620 ECHO='printf %s\n'
5621else
5622 # Use this function as a fallback that always works.
5623 func_fallback_echo ()
5624 {
5625 eval 'cat <<_LTECHO_EOF
5626$1
5627_LTECHO_EOF'
5628 }
5629 ECHO='func_fallback_echo'
5630fi
5631
5632# func_echo_all arg...
5633# Invoke $ECHO with all args, space-separated.
5634func_echo_all ()
5635{
5636 $ECHO ""
5637}
5638
5639case "$ECHO" in
5640 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5641$as_echo "printf" >&6; } ;;
5642 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5643$as_echo "print -r" >&6; } ;;
5644 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5645$as_echo "cat" >&6; } ;;
5646esac
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5662$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5663if test "${ac_cv_path_SED+set}" = set; then :
5664 $as_echo_n "(cached) " >&6
5665else
5666 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5667 for ac_i in 1 2 3 4 5 6 7; do
5668 ac_script="$ac_script$as_nl$ac_script"
5669 done
5670 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5671 { ac_script=; unset ac_script;}
5672 if test -z "$SED"; then
5673 ac_path_SED_found=false
5674 # Loop through the user's path and test for each of PROGNAME-LIST
5675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5676for as_dir in $PATH
5677do
5678 IFS=$as_save_IFS
5679 test -z "$as_dir" && as_dir=.
5680 for ac_prog in sed gsed; do
5681 for ac_exec_ext in '' $ac_executable_extensions; do
5682 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5683 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5684# Check for GNU ac_path_SED and select it if it is found.
5685 # Check for GNU $ac_path_SED
5686case `"$ac_path_SED" --version 2>&1` in
5687*GNU*)
5688 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5689*)
5690 ac_count=0
5691 $as_echo_n 0123456789 >"conftest.in"
5692 while :
5693 do
5694 cat "conftest.in" "conftest.in" >"conftest.tmp"
5695 mv "conftest.tmp" "conftest.in"
5696 cp "conftest.in" "conftest.nl"
5697 $as_echo '' >> "conftest.nl"
5698 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5699 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5700 as_fn_arith $ac_count + 1 && ac_count=$as_val
5701 if test $ac_count -gt ${ac_path_SED_max-0}; then
5702 # Best one so far, save it but keep looking for a better one
5703 ac_cv_path_SED="$ac_path_SED"
5704 ac_path_SED_max=$ac_count
5705 fi
5706 # 10*(2^10) chars as input seems more than enough
5707 test $ac_count -gt 10 && break
5708 done
5709 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5710esac
5711
5712 $ac_path_SED_found && break 3
5713 done
5714 done
5715 done
5716IFS=$as_save_IFS
5717 if test -z "$ac_cv_path_SED"; then
5718 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5719 fi
5720else
5721 ac_cv_path_SED=$SED
5722fi
5723
5724fi
5725{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5726$as_echo "$ac_cv_path_SED" >&6; }
5727 SED="$ac_cv_path_SED"
5728 rm -f conftest.sed
5729
5730test -z "$SED" && SED=sed
5731Xsed="$SED -e 1s/^X//"
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5744$as_echo_n "checking for fgrep... " >&6; }
5745if test "${ac_cv_path_FGREP+set}" = set; then :
5746 $as_echo_n "(cached) " >&6
5747else
5748 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5749 then ac_cv_path_FGREP="$GREP -F"
5750 else
5751 if test -z "$FGREP"; then
5752 ac_path_FGREP_found=false
5753 # Loop through the user's path and test for each of PROGNAME-LIST
5754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5755for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5756do
5757 IFS=$as_save_IFS
5758 test -z "$as_dir" && as_dir=.
5759 for ac_prog in fgrep; do
5760 for ac_exec_ext in '' $ac_executable_extensions; do
5761 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5762 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5763# Check for GNU ac_path_FGREP and select it if it is found.
5764 # Check for GNU $ac_path_FGREP
5765case `"$ac_path_FGREP" --version 2>&1` in
5766*GNU*)
5767 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5768*)
5769 ac_count=0
5770 $as_echo_n 0123456789 >"conftest.in"
5771 while :
5772 do
5773 cat "conftest.in" "conftest.in" >"conftest.tmp"
5774 mv "conftest.tmp" "conftest.in"
5775 cp "conftest.in" "conftest.nl"
5776 $as_echo 'FGREP' >> "conftest.nl"
5777 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5778 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5779 as_fn_arith $ac_count + 1 && ac_count=$as_val
5780 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5781 # Best one so far, save it but keep looking for a better one
5782 ac_cv_path_FGREP="$ac_path_FGREP"
5783 ac_path_FGREP_max=$ac_count
5784 fi
5785 # 10*(2^10) chars as input seems more than enough
5786 test $ac_count -gt 10 && break
5787 done
5788 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5789esac
5790
5791 $ac_path_FGREP_found && break 3
5792 done
5793 done
5794 done
5795IFS=$as_save_IFS
5796 if test -z "$ac_cv_path_FGREP"; then
5797 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5798 fi
5799else
5800 ac_cv_path_FGREP=$FGREP
5801fi
5802
5803 fi
5804fi
5805{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5806$as_echo "$ac_cv_path_FGREP" >&6; }
5807 FGREP="$ac_cv_path_FGREP"
5808
5809
5810test -z "$GREP" && GREP=grep
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830# Check whether --with-gnu-ld was given.
5831if test "${with_gnu_ld+set}" = set; then :
5832 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5833else
5834 with_gnu_ld=no
5835fi
5836
5837ac_prog=ld
5838if test "$GCC" = yes; then
5839 # Check if gcc -print-prog-name=ld gives a path.
5840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5841$as_echo_n "checking for ld used by $CC... " >&6; }
5842 case $host in
5843 *-*-mingw*)
5844 # gcc leaves a trailing carriage return which upsets mingw
5845 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5846 *)
5847 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5848 esac
5849 case $ac_prog in
5850 # Accept absolute paths.
5851 [\\/]* | ?:[\\/]*)
5852 re_direlt='/[^/][^/]*/\.\./'
5853 # Canonicalize the pathname of ld
5854 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5855 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5856 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5857 done
5858 test -z "$LD" && LD="$ac_prog"
5859 ;;
5860 "")
5861 # If it fails, then pretend we aren't using GCC.
5862 ac_prog=ld
5863 ;;
5864 *)
5865 # If it is relative, then search for the first ld in PATH.
5866 with_gnu_ld=unknown
5867 ;;
5868 esac
5869elif test "$with_gnu_ld" = yes; then
5870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5871$as_echo_n "checking for GNU ld... " >&6; }
5872else
5873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5874$as_echo_n "checking for non-GNU ld... " >&6; }
5875fi
5876if test "${lt_cv_path_LD+set}" = set; then :
5877 $as_echo_n "(cached) " >&6
5878else
5879 if test -z "$LD"; then
5880 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5881 for ac_dir in $PATH; do
5882 IFS="$lt_save_ifs"
5883 test -z "$ac_dir" && ac_dir=.
5884 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5885 lt_cv_path_LD="$ac_dir/$ac_prog"
5886 # Check to see if the program is GNU ld. I'd rather use --version,
5887 # but apparently some variants of GNU ld only accept -v.
5888 # Break only if it was the GNU/non-GNU ld that we prefer.
5889 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5890 *GNU* | *'with BFD'*)
5891 test "$with_gnu_ld" != no && break
5892 ;;
5893 *)
5894 test "$with_gnu_ld" != yes && break
5895 ;;
5896 esac
5897 fi
5898 done
5899 IFS="$lt_save_ifs"
5900else
5901 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5902fi
5903fi
5904
5905LD="$lt_cv_path_LD"
5906if test -n "$LD"; then
5907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5908$as_echo "$LD" >&6; }
5909else
5910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5911$as_echo "no" >&6; }
5912fi
5913test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5914{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5915$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5916if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5917 $as_echo_n "(cached) " >&6
5918else
5919 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5920case `$LD -v 2>&1 </dev/null` in
5921*GNU* | *'with BFD'*)
5922 lt_cv_prog_gnu_ld=yes
5923 ;;
5924*)
5925 lt_cv_prog_gnu_ld=no
5926 ;;
5927esac
5928fi
5929{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5930$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5931with_gnu_ld=$lt_cv_prog_gnu_ld
5932
5933
5934
5935
5936
5937
5938
5939
5940
5941{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5942$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5943if test "${lt_cv_path_NM+set}" = set; then :
5944 $as_echo_n "(cached) " >&6
5945else
5946 if test -n "$NM"; then
5947 # Let the user override the test.
5948 lt_cv_path_NM="$NM"
5949else
5950 lt_nm_to_check="${ac_tool_prefix}nm"
5951 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5952 lt_nm_to_check="$lt_nm_to_check nm"
5953 fi
5954 for lt_tmp_nm in $lt_nm_to_check; do
5955 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5956 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5957 IFS="$lt_save_ifs"
5958 test -z "$ac_dir" && ac_dir=.
5959 tmp_nm="$ac_dir/$lt_tmp_nm"
5960 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5961 # Check to see if the nm accepts a BSD-compat flag.
5962 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5963 # nm: unknown option "B" ignored
5964 # Tru64's nm complains that /dev/null is an invalid object file
5965 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5966 */dev/null* | *'Invalid file or object type'*)
5967 lt_cv_path_NM="$tmp_nm -B"
5968 break
5969 ;;
5970 *)
5971 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5972 */dev/null*)
5973 lt_cv_path_NM="$tmp_nm -p"
5974 break
5975 ;;
5976 *)
5977 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5978 continue # so that we can try to find one that supports BSD flags
5979 ;;
5980 esac
5981 ;;
5982 esac
5983 fi
5984 done
5985 IFS="$lt_save_ifs"
5986 done
5987 : ${lt_cv_path_NM=no}
5988fi
5989fi
5990{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5991$as_echo "$lt_cv_path_NM" >&6; }
5992if test "$lt_cv_path_NM" != "no"; then
5993 NM="$lt_cv_path_NM"
5994else
5995 # Didn't find any BSD compatible name lister, look for dumpbin.
5996 if test -n "$DUMPBIN"; then :
5997 # Let the user override the test.
5998 else
5999 if test -n "$ac_tool_prefix"; then
6000 for ac_prog in dumpbin "link -dump"
6001 do
6002 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6003set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6004{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6005$as_echo_n "checking for $ac_word... " >&6; }
6006if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6007 $as_echo_n "(cached) " >&6
6008else
6009 if test -n "$DUMPBIN"; then
6010 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6011else
6012as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6013for as_dir in $PATH
6014do
6015 IFS=$as_save_IFS
6016 test -z "$as_dir" && as_dir=.
6017 for ac_exec_ext in '' $ac_executable_extensions; do
6018 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6019 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6020 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6021 break 2
6022 fi
6023done
6024 done
6025IFS=$as_save_IFS
6026
6027fi
6028fi
6029DUMPBIN=$ac_cv_prog_DUMPBIN
6030if test -n "$DUMPBIN"; then
6031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6032$as_echo "$DUMPBIN" >&6; }
6033else
6034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6035$as_echo "no" >&6; }
6036fi
6037
6038
6039 test -n "$DUMPBIN" && break
6040 done
6041fi
6042if test -z "$DUMPBIN"; then
6043 ac_ct_DUMPBIN=$DUMPBIN
6044 for ac_prog in dumpbin "link -dump"
6045do
6046 # Extract the first word of "$ac_prog", so it can be a program name with args.
6047set dummy $ac_prog; ac_word=$2
6048{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6049$as_echo_n "checking for $ac_word... " >&6; }
6050if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6051 $as_echo_n "(cached) " >&6
6052else
6053 if test -n "$ac_ct_DUMPBIN"; then
6054 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6055else
6056as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6057for as_dir in $PATH
6058do
6059 IFS=$as_save_IFS
6060 test -z "$as_dir" && as_dir=.
6061 for ac_exec_ext in '' $ac_executable_extensions; do
6062 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6063 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6064 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6065 break 2
6066 fi
6067done
6068 done
6069IFS=$as_save_IFS
6070
6071fi
6072fi
6073ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6074if test -n "$ac_ct_DUMPBIN"; then
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6076$as_echo "$ac_ct_DUMPBIN" >&6; }
6077else
6078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6079$as_echo "no" >&6; }
6080fi
6081
6082
6083 test -n "$ac_ct_DUMPBIN" && break
6084done
6085
6086 if test "x$ac_ct_DUMPBIN" = x; then
6087 DUMPBIN=":"
6088 else
6089 case $cross_compiling:$ac_tool_warned in
6090yes:)
6091{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6092$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6093ac_tool_warned=yes ;;
6094esac
6095 DUMPBIN=$ac_ct_DUMPBIN
6096 fi
6097fi
6098
6099 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6100 *COFF*)
6101 DUMPBIN="$DUMPBIN -symbols"
6102 ;;
6103 *)
6104 DUMPBIN=:
6105 ;;
6106 esac
6107 fi
6108
6109 if test "$DUMPBIN" != ":"; then
6110 NM="$DUMPBIN"
6111 fi
6112fi
6113test -z "$NM" && NM=nm
6114
6115
6116
6117
6118
6119
6120{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6121$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6122if test "${lt_cv_nm_interface+set}" = set; then :
6123 $as_echo_n "(cached) " >&6
6124else
6125 lt_cv_nm_interface="BSD nm"
6126 echo "int some_variable = 0;" > conftest.$ac_ext
6127 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6128 (eval "$ac_compile" 2>conftest.err)
6129 cat conftest.err >&5
6130 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6131 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6132 cat conftest.err >&5
6133 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6134 cat conftest.out >&5
6135 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6136 lt_cv_nm_interface="MS dumpbin"
6137 fi
6138 rm -f conftest*
6139fi
6140{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6141$as_echo "$lt_cv_nm_interface" >&6; }
6142
6143{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6144$as_echo_n "checking whether ln -s works... " >&6; }
6145LN_S=$as_ln_s
6146if test "$LN_S" = "ln -s"; then
6147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6148$as_echo "yes" >&6; }
6149else
6150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6151$as_echo "no, using $LN_S" >&6; }
6152fi
6153
6154# find the maximum length of command line arguments
6155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6156$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6157if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6158 $as_echo_n "(cached) " >&6
6159else
6160 i=0
6161 teststring="ABCD"
6162
6163 case $build_os in
6164 msdosdjgpp*)
6165 # On DJGPP, this test can blow up pretty badly due to problems in libc
6166 # (any single argument exceeding 2000 bytes causes a buffer overrun
6167 # during glob expansion). Even if it were fixed, the result of this
6168 # check would be larger than it should be.
6169 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6170 ;;
6171
6172 gnu*)
6173 # Under GNU Hurd, this test is not required because there is
6174 # no limit to the length of command line arguments.
6175 # Libtool will interpret -1 as no limit whatsoever
6176 lt_cv_sys_max_cmd_len=-1;
6177 ;;
6178
6179 cygwin* | mingw* | cegcc*)
6180 # On Win9x/ME, this test blows up -- it succeeds, but takes
6181 # about 5 minutes as the teststring grows exponentially.
6182 # Worse, since 9x/ME are not pre-emptively multitasking,
6183 # you end up with a "frozen" computer, even though with patience
6184 # the test eventually succeeds (with a max line length of 256k).
6185 # Instead, let's just punt: use the minimum linelength reported by
6186 # all of the supported platforms: 8192 (on NT/2K/XP).
6187 lt_cv_sys_max_cmd_len=8192;
6188 ;;
6189
6190 mint*)
6191 # On MiNT this can take a long time and run out of memory.
6192 lt_cv_sys_max_cmd_len=8192;
6193 ;;
6194
6195 amigaos*)
6196 # On AmigaOS with pdksh, this test takes hours, literally.
6197 # So we just punt and use a minimum line length of 8192.
6198 lt_cv_sys_max_cmd_len=8192;
6199 ;;
6200
6201 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6202 # This has been around since 386BSD, at least. Likely further.
6203 if test -x /sbin/sysctl; then
6204 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6205 elif test -x /usr/sbin/sysctl; then
6206 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6207 else
6208 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6209 fi
6210 # And add a safety zone
6211 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6212 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6213 ;;
6214
6215 interix*)
6216 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6217 lt_cv_sys_max_cmd_len=196608
6218 ;;
6219
6220 osf*)
6221 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6222 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6223 # nice to cause kernel panics so lets avoid the loop below.
6224 # First set a reasonable default.
6225 lt_cv_sys_max_cmd_len=16384
6226 #
6227 if test -x /sbin/sysconfig; then
6228 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6229 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6230 esac
6231 fi
6232 ;;
6233 sco3.2v5*)
6234 lt_cv_sys_max_cmd_len=102400
6235 ;;
6236 sysv5* | sco5v6* | sysv4.2uw2*)
6237 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6238 if test -n "$kargmax"; then
6239 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6240 else
6241 lt_cv_sys_max_cmd_len=32768
6242 fi
6243 ;;
6244 *)
6245 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6246 if test -n "$lt_cv_sys_max_cmd_len"; then
6247 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6248 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6249 else
6250 # Make teststring a little bigger before we do anything with it.
6251 # a 1K string should be a reasonable start.
6252 for i in 1 2 3 4 5 6 7 8 ; do
6253 teststring=$teststring$teststring
6254 done
6255 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6256 # If test is not a shell built-in, we'll probably end up computing a
6257 # maximum length that is only half of the actual maximum length, but
6258 # we can't tell.
6259 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6260 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6261 test $i != 17 # 1/2 MB should be enough
6262 do
6263 i=`expr $i + 1`
6264 teststring=$teststring$teststring
6265 done
6266 # Only check the string length outside the loop.
6267 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6268 teststring=
6269 # Add a significant safety factor because C++ compilers can tack on
6270 # massive amounts of additional arguments before passing them to the
6271 # linker. It appears as though 1/2 is a usable value.
6272 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6273 fi
6274 ;;
6275 esac
6276
6277fi
6278
6279if test -n $lt_cv_sys_max_cmd_len ; then
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6281$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6282else
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6284$as_echo "none" >&6; }
6285fi
6286max_cmd_len=$lt_cv_sys_max_cmd_len
6287
6288
6289
6290
6291
6292
6293: ${CP="cp -f"}
6294: ${MV="mv -f"}
6295: ${RM="rm -f"}
6296
6297{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6298$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6299# Try some XSI features
6300xsi_shell=no
6301( _lt_dummy="a/b/c"
6302 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6303 = c,a/b,, \
6304 && eval 'test $(( 1 + 1 )) -eq 2 \
6305 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6306 && xsi_shell=yes
6307{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6308$as_echo "$xsi_shell" >&6; }
6309
6310
6311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6312$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6313lt_shell_append=no
6314( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6315 >/dev/null 2>&1 \
6316 && lt_shell_append=yes
6317{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6318$as_echo "$lt_shell_append" >&6; }
6319
6320
6321if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6322 lt_unset=unset
6323else
6324 lt_unset=false
6325fi
6326
6327
6328
6329
6330
6331# test EBCDIC or ASCII
6332case `echo X|tr X '\101'` in
6333 A) # ASCII based system
6334 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6335 lt_SP2NL='tr \040 \012'
6336 lt_NL2SP='tr \015\012 \040\040'
6337 ;;
6338 *) # EBCDIC based system
6339 lt_SP2NL='tr \100 \n'
6340 lt_NL2SP='tr \r\n \100\100'
6341 ;;
6342esac
6343
6344
6345
6346
6347
6348
6349
6350
6351
6352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6353$as_echo_n "checking for $LD option to reload object files... " >&6; }
6354if test "${lt_cv_ld_reload_flag+set}" = set; then :
6355 $as_echo_n "(cached) " >&6
6356else
6357 lt_cv_ld_reload_flag='-r'
6358fi
6359{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6360$as_echo "$lt_cv_ld_reload_flag" >&6; }
6361reload_flag=$lt_cv_ld_reload_flag
6362case $reload_flag in
6363"" | " "*) ;;
6364*) reload_flag=" $reload_flag" ;;
6365esac
6366reload_cmds='$LD$reload_flag -o $output$reload_objs'
6367case $host_os in
6368 darwin*)
6369 if test "$GCC" = yes; then
6370 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6371 else
6372 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6373 fi
6374 ;;
6375esac
6376
6377
6378
6379
6380
6381
6382
6383
6384
6385if test -n "$ac_tool_prefix"; then
6386 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6387set dummy ${ac_tool_prefix}objdump; ac_word=$2
6388{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6389$as_echo_n "checking for $ac_word... " >&6; }
6390if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6391 $as_echo_n "(cached) " >&6
6392else
6393 if test -n "$OBJDUMP"; then
6394 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6395else
6396as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6397for as_dir in $PATH
6398do
6399 IFS=$as_save_IFS
6400 test -z "$as_dir" && as_dir=.
6401 for ac_exec_ext in '' $ac_executable_extensions; do
6402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6403 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6405 break 2
6406 fi
6407done
6408 done
6409IFS=$as_save_IFS
6410
6411fi
6412fi
6413OBJDUMP=$ac_cv_prog_OBJDUMP
6414if test -n "$OBJDUMP"; then
6415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6416$as_echo "$OBJDUMP" >&6; }
6417else
6418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6419$as_echo "no" >&6; }
6420fi
6421
6422
6423fi
6424if test -z "$ac_cv_prog_OBJDUMP"; then
6425 ac_ct_OBJDUMP=$OBJDUMP
6426 # Extract the first word of "objdump", so it can be a program name with args.
6427set dummy objdump; ac_word=$2
6428{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6429$as_echo_n "checking for $ac_word... " >&6; }
6430if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6431 $as_echo_n "(cached) " >&6
6432else
6433 if test -n "$ac_ct_OBJDUMP"; then
6434 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6435else
6436as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6437for as_dir in $PATH
6438do
6439 IFS=$as_save_IFS
6440 test -z "$as_dir" && as_dir=.
6441 for ac_exec_ext in '' $ac_executable_extensions; do
6442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6443 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6444 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6445 break 2
6446 fi
6447done
6448 done
6449IFS=$as_save_IFS
6450
6451fi
6452fi
6453ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6454if test -n "$ac_ct_OBJDUMP"; then
6455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6456$as_echo "$ac_ct_OBJDUMP" >&6; }
6457else
6458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6459$as_echo "no" >&6; }
6460fi
6461
6462 if test "x$ac_ct_OBJDUMP" = x; then
6463 OBJDUMP="false"
6464 else
6465 case $cross_compiling:$ac_tool_warned in
6466yes:)
6467{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6468$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6469ac_tool_warned=yes ;;
6470esac
6471 OBJDUMP=$ac_ct_OBJDUMP
6472 fi
6473else
6474 OBJDUMP="$ac_cv_prog_OBJDUMP"
6475fi
6476
6477test -z "$OBJDUMP" && OBJDUMP=objdump
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6488$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6489if test "${lt_cv_deplibs_check_method+set}" = set; then :
6490 $as_echo_n "(cached) " >&6
6491else
6492 lt_cv_file_magic_cmd='$MAGIC_CMD'
6493lt_cv_file_magic_test_file=
6494lt_cv_deplibs_check_method='unknown'
6495# Need to set the preceding variable on all platforms that support
6496# interlibrary dependencies.
6497# 'none' -- dependencies not supported.
6498# `unknown' -- same as none, but documents that we really don't know.
6499# 'pass_all' -- all dependencies passed with no checks.
6500# 'test_compile' -- check by making test program.
6501# 'file_magic [[regex]]' -- check by looking for files in library path
6502# which responds to the $file_magic_cmd with a given extended regex.
6503# If you have `file' or equivalent on your system and you're not sure
6504# whether `pass_all' will *always* work, you probably want this one.
6505
6506case $host_os in
6507aix[4-9]*)
6508 lt_cv_deplibs_check_method=pass_all
6509 ;;
6510
6511beos*)
6512 lt_cv_deplibs_check_method=pass_all
6513 ;;
6514
6515bsdi[45]*)
6516 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6517 lt_cv_file_magic_cmd='/usr/bin/file -L'
6518 lt_cv_file_magic_test_file=/shlib/libc.so
6519 ;;
6520
6521cygwin*)
6522 # func_win32_libid is a shell function defined in ltmain.sh
6523 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6524 lt_cv_file_magic_cmd='func_win32_libid'
6525 ;;
6526
6527mingw* | pw32*)
6528 # Base MSYS/MinGW do not provide the 'file' command needed by
6529 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6530 # unless we find 'file', for example because we are cross-compiling.
6531 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6532 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6533 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6534 lt_cv_file_magic_cmd='func_win32_libid'
6535 else
6536 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6537 lt_cv_file_magic_cmd='$OBJDUMP -f'
6538 fi
6539 ;;
6540
6541cegcc*)
6542 # use the weaker test based on 'objdump'. See mingw*.
6543 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6544 lt_cv_file_magic_cmd='$OBJDUMP -f'
6545 ;;
6546
6547darwin* | rhapsody*)
6548 lt_cv_deplibs_check_method=pass_all
6549 ;;
6550
6551freebsd* | dragonfly*)
6552 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6553 case $host_cpu in
6554 i*86 )
6555 # Not sure whether the presence of OpenBSD here was a mistake.
6556 # Let's accept both of them until this is cleared up.
6557 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6558 lt_cv_file_magic_cmd=/usr/bin/file
6559 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6560 ;;
6561 esac
6562 else
6563 lt_cv_deplibs_check_method=pass_all
6564 fi
6565 ;;
6566
6567gnu*)
6568 lt_cv_deplibs_check_method=pass_all
6569 ;;
6570
6571haiku*)
6572 lt_cv_deplibs_check_method=pass_all
6573 ;;
6574
6575hpux10.20* | hpux11*)
6576 lt_cv_file_magic_cmd=/usr/bin/file
6577 case $host_cpu in
6578 ia64*)
6579 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6580 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6581 ;;
6582 hppa*64*)
6583 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]'
6584 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6585 ;;
6586 *)
6587 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6588 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6589 ;;
6590 esac
6591 ;;
6592
6593interix[3-9]*)
6594 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6595 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6596 ;;
6597
6598irix5* | irix6* | nonstopux*)
6599 case $LD in
6600 *-32|*"-32 ") libmagic=32-bit;;
6601 *-n32|*"-n32 ") libmagic=N32;;
6602 *-64|*"-64 ") libmagic=64-bit;;
6603 *) libmagic=never-match;;
6604 esac
6605 lt_cv_deplibs_check_method=pass_all
6606 ;;
6607
6608# This must be Linux ELF.
6609linux* | k*bsd*-gnu | kopensolaris*-gnu)
6610 lt_cv_deplibs_check_method=pass_all
6611 ;;
6612
6613netbsd*)
6614 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6615 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6616 else
6617 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6618 fi
6619 ;;
6620
6621newos6*)
6622 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6623 lt_cv_file_magic_cmd=/usr/bin/file
6624 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6625 ;;
6626
6627*nto* | *qnx*)
6628 lt_cv_deplibs_check_method=pass_all
6629 ;;
6630
6631openbsd*)
6632 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6633 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6634 else
6635 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6636 fi
6637 ;;
6638
6639osf3* | osf4* | osf5*)
6640 lt_cv_deplibs_check_method=pass_all
6641 ;;
6642
6643rdos*)
6644 lt_cv_deplibs_check_method=pass_all
6645 ;;
6646
6647solaris*)
6648 lt_cv_deplibs_check_method=pass_all
6649 ;;
6650
6651sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6652 lt_cv_deplibs_check_method=pass_all
6653 ;;
6654
6655sysv4 | sysv4.3*)
6656 case $host_vendor in
6657 motorola)
6658 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]'
6659 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6660 ;;
6661 ncr)
6662 lt_cv_deplibs_check_method=pass_all
6663 ;;
6664 sequent)
6665 lt_cv_file_magic_cmd='/bin/file'
6666 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6667 ;;
6668 sni)
6669 lt_cv_file_magic_cmd='/bin/file'
6670 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6671 lt_cv_file_magic_test_file=/lib/libc.so
6672 ;;
6673 siemens)
6674 lt_cv_deplibs_check_method=pass_all
6675 ;;
6676 pc)
6677 lt_cv_deplibs_check_method=pass_all
6678 ;;
6679 esac
6680 ;;
6681
6682tpf*)
6683 lt_cv_deplibs_check_method=pass_all
6684 ;;
6685esac
6686
6687fi
6688{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6689$as_echo "$lt_cv_deplibs_check_method" >&6; }
6690file_magic_cmd=$lt_cv_file_magic_cmd
6691deplibs_check_method=$lt_cv_deplibs_check_method
6692test -z "$deplibs_check_method" && deplibs_check_method=unknown
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
6705if test -n "$ac_tool_prefix"; then
6706 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6707set dummy ${ac_tool_prefix}ar; ac_word=$2
6708{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6709$as_echo_n "checking for $ac_word... " >&6; }
6710if test "${ac_cv_prog_AR+set}" = set; then :
6711 $as_echo_n "(cached) " >&6
6712else
6713 if test -n "$AR"; then
6714 ac_cv_prog_AR="$AR" # Let the user override the test.
6715else
6716as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6717for as_dir in $PATH
6718do
6719 IFS=$as_save_IFS
6720 test -z "$as_dir" && as_dir=.
6721 for ac_exec_ext in '' $ac_executable_extensions; do
6722 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6723 ac_cv_prog_AR="${ac_tool_prefix}ar"
6724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6725 break 2
6726 fi
6727done
6728 done
6729IFS=$as_save_IFS
6730
6731fi
6732fi
6733AR=$ac_cv_prog_AR
6734if test -n "$AR"; then
6735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6736$as_echo "$AR" >&6; }
6737else
6738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6739$as_echo "no" >&6; }
6740fi
6741
6742
6743fi
6744if test -z "$ac_cv_prog_AR"; then
6745 ac_ct_AR=$AR
6746 # Extract the first word of "ar", so it can be a program name with args.
6747set dummy ar; ac_word=$2
6748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6749$as_echo_n "checking for $ac_word... " >&6; }
6750if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6751 $as_echo_n "(cached) " >&6
6752else
6753 if test -n "$ac_ct_AR"; then
6754 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6755else
6756as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6757for as_dir in $PATH
6758do
6759 IFS=$as_save_IFS
6760 test -z "$as_dir" && as_dir=.
6761 for ac_exec_ext in '' $ac_executable_extensions; do
6762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6763 ac_cv_prog_ac_ct_AR="ar"
6764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6765 break 2
6766 fi
6767done
6768 done
6769IFS=$as_save_IFS
6770
6771fi
6772fi
6773ac_ct_AR=$ac_cv_prog_ac_ct_AR
6774if test -n "$ac_ct_AR"; then
6775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6776$as_echo "$ac_ct_AR" >&6; }
6777else
6778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6779$as_echo "no" >&6; }
6780fi
6781
6782 if test "x$ac_ct_AR" = x; then
6783 AR="false"
6784 else
6785 case $cross_compiling:$ac_tool_warned in
6786yes:)
6787{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6788$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6789ac_tool_warned=yes ;;
6790esac
6791 AR=$ac_ct_AR
6792 fi
6793else
6794 AR="$ac_cv_prog_AR"
6795fi
6796
6797test -z "$AR" && AR=ar
6798test -z "$AR_FLAGS" && AR_FLAGS=cru
6799
6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810if test -n "$ac_tool_prefix"; then
6811 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6812set dummy ${ac_tool_prefix}strip; ac_word=$2
6813{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6814$as_echo_n "checking for $ac_word... " >&6; }
6815if test "${ac_cv_prog_STRIP+set}" = set; then :
6816 $as_echo_n "(cached) " >&6
6817else
6818 if test -n "$STRIP"; then
6819 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6820else
6821as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6822for as_dir in $PATH
6823do
6824 IFS=$as_save_IFS
6825 test -z "$as_dir" && as_dir=.
6826 for ac_exec_ext in '' $ac_executable_extensions; do
6827 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6828 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6829 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6830 break 2
6831 fi
6832done
6833 done
6834IFS=$as_save_IFS
6835
6836fi
6837fi
6838STRIP=$ac_cv_prog_STRIP
6839if test -n "$STRIP"; then
6840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6841$as_echo "$STRIP" >&6; }
6842else
6843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6844$as_echo "no" >&6; }
6845fi
6846
6847
6848fi
6849if test -z "$ac_cv_prog_STRIP"; then
6850 ac_ct_STRIP=$STRIP
6851 # Extract the first word of "strip", so it can be a program name with args.
6852set dummy strip; ac_word=$2
6853{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6854$as_echo_n "checking for $ac_word... " >&6; }
6855if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6856 $as_echo_n "(cached) " >&6
6857else
6858 if test -n "$ac_ct_STRIP"; then
6859 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6860else
6861as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6862for as_dir in $PATH
6863do
6864 IFS=$as_save_IFS
6865 test -z "$as_dir" && as_dir=.
6866 for ac_exec_ext in '' $ac_executable_extensions; do
6867 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6868 ac_cv_prog_ac_ct_STRIP="strip"
6869 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6870 break 2
6871 fi
6872done
6873 done
6874IFS=$as_save_IFS
6875
6876fi
6877fi
6878ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6879if test -n "$ac_ct_STRIP"; then
6880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6881$as_echo "$ac_ct_STRIP" >&6; }
6882else
6883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6884$as_echo "no" >&6; }
6885fi
6886
6887 if test "x$ac_ct_STRIP" = x; then
6888 STRIP=":"
6889 else
6890 case $cross_compiling:$ac_tool_warned in
6891yes:)
6892{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6893$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6894ac_tool_warned=yes ;;
6895esac
6896 STRIP=$ac_ct_STRIP
6897 fi
6898else
6899 STRIP="$ac_cv_prog_STRIP"
6900fi
6901
6902test -z "$STRIP" && STRIP=:
6903
6904
6905
6906
6907
6908
6909if test -n "$ac_tool_prefix"; then
6910 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6911set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6912{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6913$as_echo_n "checking for $ac_word... " >&6; }
6914if test "${ac_cv_prog_RANLIB+set}" = set; then :
6915 $as_echo_n "(cached) " >&6
6916else
6917 if test -n "$RANLIB"; then
6918 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6919else
6920as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6921for as_dir in $PATH
6922do
6923 IFS=$as_save_IFS
6924 test -z "$as_dir" && as_dir=.
6925 for ac_exec_ext in '' $ac_executable_extensions; do
6926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6927 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6929 break 2
6930 fi
6931done
6932 done
6933IFS=$as_save_IFS
6934
6935fi
6936fi
6937RANLIB=$ac_cv_prog_RANLIB
6938if test -n "$RANLIB"; then
6939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6940$as_echo "$RANLIB" >&6; }
6941else
6942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6943$as_echo "no" >&6; }
6944fi
6945
6946
6947fi
6948if test -z "$ac_cv_prog_RANLIB"; then
6949 ac_ct_RANLIB=$RANLIB
6950 # Extract the first word of "ranlib", so it can be a program name with args.
6951set dummy ranlib; ac_word=$2
6952{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6953$as_echo_n "checking for $ac_word... " >&6; }
6954if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6955 $as_echo_n "(cached) " >&6
6956else
6957 if test -n "$ac_ct_RANLIB"; then
6958 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6959else
6960as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6961for as_dir in $PATH
6962do
6963 IFS=$as_save_IFS
6964 test -z "$as_dir" && as_dir=.
6965 for ac_exec_ext in '' $ac_executable_extensions; do
6966 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6967 ac_cv_prog_ac_ct_RANLIB="ranlib"
6968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6969 break 2
6970 fi
6971done
6972 done
6973IFS=$as_save_IFS
6974
6975fi
6976fi
6977ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6978if test -n "$ac_ct_RANLIB"; then
6979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6980$as_echo "$ac_ct_RANLIB" >&6; }
6981else
6982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6983$as_echo "no" >&6; }
6984fi
6985
6986 if test "x$ac_ct_RANLIB" = x; then
6987 RANLIB=":"
6988 else
6989 case $cross_compiling:$ac_tool_warned in
6990yes:)
6991{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6992$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6993ac_tool_warned=yes ;;
6994esac
6995 RANLIB=$ac_ct_RANLIB
6996 fi
6997else
6998 RANLIB="$ac_cv_prog_RANLIB"
6999fi
7000
7001test -z "$RANLIB" && RANLIB=:
7002
7003
7004
7005
7006
7007
7008# Determine commands to create old-style static archives.
7009old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7010old_postinstall_cmds='chmod 644 $oldlib'
7011old_postuninstall_cmds=
7012
7013if test -n "$RANLIB"; then
7014 case $host_os in
7015 openbsd*)
7016 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7017 ;;
7018 *)
7019 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7020 ;;
7021 esac
7022 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7023fi
7024
7025case $host_os in
7026 darwin*)
7027 lock_old_archive_extraction=yes ;;
7028 *)
7029 lock_old_archive_extraction=no ;;
7030esac
7031
7032
7033
7034
7035
7036
7037
7038
7039
7040
7041
7042
7043
7044
7045
7046
7047
7048
7049
7050
7051
7052for ac_prog in gawk mawk nawk awk
7053do
7054 # Extract the first word of "$ac_prog", so it can be a program name with args.
7055set dummy $ac_prog; ac_word=$2
7056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7057$as_echo_n "checking for $ac_word... " >&6; }
7058if test "${ac_cv_prog_AWK+set}" = set; then :
7059 $as_echo_n "(cached) " >&6
7060else
7061 if test -n "$AWK"; then
7062 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7063else
7064as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7065for as_dir in $PATH
7066do
7067 IFS=$as_save_IFS
7068 test -z "$as_dir" && as_dir=.
7069 for ac_exec_ext in '' $ac_executable_extensions; do
7070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7071 ac_cv_prog_AWK="$ac_prog"
7072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7073 break 2
7074 fi
7075done
7076 done
7077IFS=$as_save_IFS
7078
7079fi
7080fi
7081AWK=$ac_cv_prog_AWK
7082if test -n "$AWK"; then
7083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7084$as_echo "$AWK" >&6; }
7085else
7086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7087$as_echo "no" >&6; }
7088fi
7089
7090
7091 test -n "$AWK" && break
7092done
7093
7094
7095
7096
7097
7098
7099
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109
7110
7111
7112# If no C compiler was specified, use CC.
7113LTCC=${LTCC-"$CC"}
7114
7115# If no C compiler flags were specified, use CFLAGS.
7116LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7117
7118# Allow CC to be a program name with arguments.
7119compiler=$CC
7120
7121
7122# Check for command to grab the raw symbol name followed by C symbol from nm.
7123{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7124$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7125if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7126 $as_echo_n "(cached) " >&6
7127else
7128
7129# These are sane defaults that work on at least a few old systems.
7130# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7131
7132# Character class describing NM global symbol codes.
7133symcode='[BCDEGRST]'
7134
7135# Regexp to match symbols that can be accessed directly from C.
7136sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7137
7138# Define system-specific variables.
7139case $host_os in
7140aix*)
7141 symcode='[BCDT]'
7142 ;;
7143cygwin* | mingw* | pw32* | cegcc*)
7144 symcode='[ABCDGISTW]'
7145 ;;
7146hpux*)
7147 if test "$host_cpu" = ia64; then
7148 symcode='[ABCDEGRST]'
7149 fi
7150 ;;
7151irix* | nonstopux*)
7152 symcode='[BCDEGRST]'
7153 ;;
7154osf*)
7155 symcode='[BCDEGQRST]'
7156 ;;
7157solaris*)
7158 symcode='[BDRT]'
7159 ;;
7160sco3.2v5*)
7161 symcode='[DT]'
7162 ;;
7163sysv4.2uw2*)
7164 symcode='[DT]'
7165 ;;
7166sysv5* | sco5v6* | unixware* | OpenUNIX*)
7167 symcode='[ABDT]'
7168 ;;
7169sysv4)
7170 symcode='[DFNSTU]'
7171 ;;
7172esac
7173
7174# If we're using GNU nm, then use its standard symbol codes.
7175case `$NM -V 2>&1` in
7176*GNU* | *'with BFD'*)
7177 symcode='[ABCDGIRSTW]' ;;
7178esac
7179
7180# Transform an extracted symbol line into a proper C declaration.
7181# Some systems (esp. on ia64) link data and code symbols differently,
7182# so use this general approach.
7183lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7184
7185# Transform an extracted symbol line into symbol name and symbol address
7186lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7187lt_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'"
7188
7189# Handle CRLF in mingw tool chain
7190opt_cr=
7191case $build_os in
7192mingw*)
7193 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7194 ;;
7195esac
7196
7197# Try without a prefix underscore, then with it.
7198for ac_symprfx in "" "_"; do
7199
7200 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7201 symxfrm="\\1 $ac_symprfx\\2 \\2"
7202
7203 # Write the raw and C identifiers.
7204 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7205 # Fake it for dumpbin and say T for any non-static function
7206 # and D for any global variable.
7207 # Also find C++ and __fastcall symbols from MSVC++,
7208 # which start with @ or ?.
7209 lt_cv_sys_global_symbol_pipe="$AWK '"\
7210" {last_section=section; section=\$ 3};"\
7211" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7212" \$ 0!~/External *\|/{next};"\
7213" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7214" {if(hide[section]) next};"\
7215" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7216" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7217" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7218" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7219" ' prfx=^$ac_symprfx"
7220 else
7221 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7222 fi
7223
7224 # Check to see that the pipe works correctly.
7225 pipe_works=no
7226
7227 rm -f conftest*
7228 cat > conftest.$ac_ext <<_LT_EOF
7229#ifdef __cplusplus
7230extern "C" {
7231#endif
7232char nm_test_var;
7233void nm_test_func(void);
7234void nm_test_func(void){}
7235#ifdef __cplusplus
7236}
7237#endif
7238int main(){nm_test_var='a';nm_test_func();return(0);}
7239_LT_EOF
7240
7241 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7242 (eval $ac_compile) 2>&5
7243 ac_status=$?
7244 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7245 test $ac_status = 0; }; then
7246 # Now try to grab the symbols.
7247 nlist=conftest.nm
7248 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7249 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7250 ac_status=$?
7251 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7252 test $ac_status = 0; } && test -s "$nlist"; then
7253 # Try sorting and uniquifying the output.
7254 if sort "$nlist" | uniq > "$nlist"T; then
7255 mv -f "$nlist"T "$nlist"
7256 else
7257 rm -f "$nlist"T
7258 fi
7259
7260 # Make sure that we snagged all the symbols we need.
7261 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7262 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7263 cat <<_LT_EOF > conftest.$ac_ext
7264#ifdef __cplusplus
7265extern "C" {
7266#endif
7267
7268_LT_EOF
7269 # Now generate the symbol file.
7270 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7271
7272 cat <<_LT_EOF >> conftest.$ac_ext
7273
7274/* The mapping between symbol names and symbols. */
7275const struct {
7276 const char *name;
7277 void *address;
7278}
7279lt__PROGRAM__LTX_preloaded_symbols[] =
7280{
7281 { "@PROGRAM@", (void *) 0 },
7282_LT_EOF
7283 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7284 cat <<\_LT_EOF >> conftest.$ac_ext
7285 {0, (void *) 0}
7286};
7287
7288/* This works around a problem in FreeBSD linker */
7289#ifdef FREEBSD_WORKAROUND
7290static const void *lt_preloaded_setup() {
7291 return lt__PROGRAM__LTX_preloaded_symbols;
7292}
7293#endif
7294
7295#ifdef __cplusplus
7296}
7297#endif
7298_LT_EOF
7299 # Now try linking the two files.
7300 mv conftest.$ac_objext conftstm.$ac_objext
7301 lt_save_LIBS="$LIBS"
7302 lt_save_CFLAGS="$CFLAGS"
7303 LIBS="conftstm.$ac_objext"
7304 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7305 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7306 (eval $ac_link) 2>&5
7307 ac_status=$?
7308 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7309 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7310 pipe_works=yes
7311 fi
7312 LIBS="$lt_save_LIBS"
7313 CFLAGS="$lt_save_CFLAGS"
7314 else
7315 echo "cannot find nm_test_func in $nlist" >&5
7316 fi
7317 else
7318 echo "cannot find nm_test_var in $nlist" >&5
7319 fi
7320 else
7321 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7322 fi
7323 else
7324 echo "$progname: failed program was:" >&5
7325 cat conftest.$ac_ext >&5
7326 fi
7327 rm -rf conftest* conftst*
7328
7329 # Do not use the global_symbol_pipe unless it works.
7330 if test "$pipe_works" = yes; then
7331 break
7332 else
7333 lt_cv_sys_global_symbol_pipe=
7334 fi
7335done
7336
7337fi
7338
7339if test -z "$lt_cv_sys_global_symbol_pipe"; then
7340 lt_cv_sys_global_symbol_to_cdecl=
7341fi
7342if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7344$as_echo "failed" >&6; }
7345else
7346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7347$as_echo "ok" >&6; }
7348fi
7349
7350
7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
7363
7364
7365
7366
7367
7368
7369
7370
7371# Check whether --enable-libtool-lock was given.
7372if test "${enable_libtool_lock+set}" = set; then :
7373 enableval=$enable_libtool_lock;
7374fi
7375
7376test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7377
7378# Some flags need to be propagated to the compiler or linker for good
7379# libtool support.
7380case $host in
7381ia64-*-hpux*)
7382 # Find out which ABI we are using.
7383 echo 'int i;' > conftest.$ac_ext
7384 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7385 (eval $ac_compile) 2>&5
7386 ac_status=$?
7387 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7388 test $ac_status = 0; }; then
7389 case `/usr/bin/file conftest.$ac_objext` in
7390 *ELF-32*)
7391 HPUX_IA64_MODE="32"
7392 ;;
7393 *ELF-64*)
7394 HPUX_IA64_MODE="64"
7395 ;;
7396 esac
7397 fi
7398 rm -rf conftest*
7399 ;;
7400*-*-irix6*)
7401 # Find out which ABI we are using.
7402 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7403 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7404 (eval $ac_compile) 2>&5
7405 ac_status=$?
7406 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7407 test $ac_status = 0; }; then
7408 if test "$lt_cv_prog_gnu_ld" = yes; then
7409 case `/usr/bin/file conftest.$ac_objext` in
7410 *32-bit*)
7411 LD="${LD-ld} -melf32bsmip"
7412 ;;
7413 *N32*)
7414 LD="${LD-ld} -melf32bmipn32"
7415 ;;
7416 *64-bit*)
7417 LD="${LD-ld} -melf64bmip"
7418 ;;
7419 esac
7420 else
7421 case `/usr/bin/file conftest.$ac_objext` in
7422 *32-bit*)
7423 LD="${LD-ld} -32"
7424 ;;
7425 *N32*)
7426 LD="${LD-ld} -n32"
7427 ;;
7428 *64-bit*)
7429 LD="${LD-ld} -64"
7430 ;;
7431 esac
7432 fi
7433 fi
7434 rm -rf conftest*
7435 ;;
7436
bf3d9781 7437x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7438s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7439 # Find out which ABI we are using.
7440 echo 'int i;' > conftest.$ac_ext
7441 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7442 (eval $ac_compile) 2>&5
7443 ac_status=$?
7444 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7445 test $ac_status = 0; }; then
7446 case `/usr/bin/file conftest.o` in
7447 *32-bit*)
7448 case $host in
7449 x86_64-*kfreebsd*-gnu)
7450 LD="${LD-ld} -m elf_i386_fbsd"
7451 ;;
7452 x86_64-*linux*)
7453 case `/usr/bin/file conftest.o` in
7454 *x86-64*)
7455 LD="${LD-ld} -m elf32_x86_64"
7456 ;;
7457 *)
7458 LD="${LD-ld} -m elf_i386"
7459 ;;
7460 esac
7461 ;;
bf3d9781
AM
7462 powerpc64le-*linux*)
7463 LD="${LD-ld} -m elf32lppclinux"
7464 ;;
7465 powerpc64-*linux*)
6bb11ab3
L
7466 LD="${LD-ld} -m elf32ppclinux"
7467 ;;
7468 s390x-*linux*)
7469 LD="${LD-ld} -m elf_s390"
7470 ;;
7471 sparc64-*linux*)
7472 LD="${LD-ld} -m elf32_sparc"
7473 ;;
7474 esac
7475 ;;
7476 *64-bit*)
7477 case $host in
7478 x86_64-*kfreebsd*-gnu)
7479 LD="${LD-ld} -m elf_x86_64_fbsd"
7480 ;;
7481 x86_64-*linux*)
7482 LD="${LD-ld} -m elf_x86_64"
7483 ;;
bf3d9781
AM
7484 powerpcle-*linux*)
7485 LD="${LD-ld} -m elf64lppc"
7486 ;;
7487 powerpc-*linux*)
6bb11ab3
L
7488 LD="${LD-ld} -m elf64ppc"
7489 ;;
7490 s390*-*linux*|s390*-*tpf*)
7491 LD="${LD-ld} -m elf64_s390"
7492 ;;
7493 sparc*-*linux*)
7494 LD="${LD-ld} -m elf64_sparc"
7495 ;;
7496 esac
7497 ;;
7498 esac
7499 fi
7500 rm -rf conftest*
7501 ;;
7502
7503*-*-sco3.2v5*)
7504 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7505 SAVE_CFLAGS="$CFLAGS"
7506 CFLAGS="$CFLAGS -belf"
7507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7508$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7509if test "${lt_cv_cc_needs_belf+set}" = set; then :
7510 $as_echo_n "(cached) " >&6
7511else
7512 ac_ext=c
7513ac_cpp='$CPP $CPPFLAGS'
7514ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7515ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7516ac_compiler_gnu=$ac_cv_c_compiler_gnu
7517
7518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7519/* end confdefs.h. */
7520
7521int
7522main ()
7523{
7524
7525 ;
7526 return 0;
7527}
7528_ACEOF
7529if ac_fn_c_try_link "$LINENO"; then :
7530 lt_cv_cc_needs_belf=yes
7531else
7532 lt_cv_cc_needs_belf=no
7533fi
7534rm -f core conftest.err conftest.$ac_objext \
7535 conftest$ac_exeext conftest.$ac_ext
7536 ac_ext=c
7537ac_cpp='$CPP $CPPFLAGS'
7538ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7539ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7540ac_compiler_gnu=$ac_cv_c_compiler_gnu
7541
7542fi
7543{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7544$as_echo "$lt_cv_cc_needs_belf" >&6; }
7545 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7546 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7547 CFLAGS="$SAVE_CFLAGS"
7548 fi
7549 ;;
7550sparc*-*solaris*)
7551 # Find out which ABI we are using.
7552 echo 'int i;' > conftest.$ac_ext
7553 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7554 (eval $ac_compile) 2>&5
7555 ac_status=$?
7556 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7557 test $ac_status = 0; }; then
7558 case `/usr/bin/file conftest.o` in
7559 *64-bit*)
7560 case $lt_cv_prog_gnu_ld in
7561 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7562 *)
7563 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7564 LD="${LD-ld} -64"
7565 fi
7566 ;;
7567 esac
7568 ;;
7569 esac
7570 fi
7571 rm -rf conftest*
7572 ;;
7573esac
7574
7575need_locks="$enable_libtool_lock"
7576
7577
7578 case $host_os in
7579 rhapsody* | darwin*)
7580 if test -n "$ac_tool_prefix"; then
7581 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7582set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7583{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7584$as_echo_n "checking for $ac_word... " >&6; }
7585if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7586 $as_echo_n "(cached) " >&6
7587else
7588 if test -n "$DSYMUTIL"; then
7589 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7590else
7591as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7592for as_dir in $PATH
7593do
7594 IFS=$as_save_IFS
7595 test -z "$as_dir" && as_dir=.
7596 for ac_exec_ext in '' $ac_executable_extensions; do
7597 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7598 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7599 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7600 break 2
7601 fi
7602done
7603 done
7604IFS=$as_save_IFS
7605
7606fi
7607fi
7608DSYMUTIL=$ac_cv_prog_DSYMUTIL
7609if test -n "$DSYMUTIL"; then
7610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7611$as_echo "$DSYMUTIL" >&6; }
7612else
7613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7614$as_echo "no" >&6; }
7615fi
7616
7617
7618fi
7619if test -z "$ac_cv_prog_DSYMUTIL"; then
7620 ac_ct_DSYMUTIL=$DSYMUTIL
7621 # Extract the first word of "dsymutil", so it can be a program name with args.
7622set dummy dsymutil; ac_word=$2
7623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7624$as_echo_n "checking for $ac_word... " >&6; }
7625if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7626 $as_echo_n "(cached) " >&6
7627else
7628 if test -n "$ac_ct_DSYMUTIL"; then
7629 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7630else
7631as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7632for as_dir in $PATH
7633do
7634 IFS=$as_save_IFS
7635 test -z "$as_dir" && as_dir=.
7636 for ac_exec_ext in '' $ac_executable_extensions; do
7637 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7638 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7639 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7640 break 2
7641 fi
7642done
7643 done
7644IFS=$as_save_IFS
7645
7646fi
7647fi
7648ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7649if test -n "$ac_ct_DSYMUTIL"; then
7650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7651$as_echo "$ac_ct_DSYMUTIL" >&6; }
7652else
7653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7654$as_echo "no" >&6; }
7655fi
7656
7657 if test "x$ac_ct_DSYMUTIL" = x; then
7658 DSYMUTIL=":"
7659 else
7660 case $cross_compiling:$ac_tool_warned in
7661yes:)
7662{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7663$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7664ac_tool_warned=yes ;;
7665esac
7666 DSYMUTIL=$ac_ct_DSYMUTIL
7667 fi
7668else
7669 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7670fi
7671
7672 if test -n "$ac_tool_prefix"; then
7673 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7674set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7676$as_echo_n "checking for $ac_word... " >&6; }
7677if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7678 $as_echo_n "(cached) " >&6
7679else
7680 if test -n "$NMEDIT"; then
7681 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7682else
7683as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7684for as_dir in $PATH
7685do
7686 IFS=$as_save_IFS
7687 test -z "$as_dir" && as_dir=.
7688 for ac_exec_ext in '' $ac_executable_extensions; do
7689 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7690 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7691 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7692 break 2
7693 fi
7694done
7695 done
7696IFS=$as_save_IFS
7697
7698fi
7699fi
7700NMEDIT=$ac_cv_prog_NMEDIT
7701if test -n "$NMEDIT"; then
7702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7703$as_echo "$NMEDIT" >&6; }
7704else
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7706$as_echo "no" >&6; }
7707fi
7708
7709
7710fi
7711if test -z "$ac_cv_prog_NMEDIT"; then
7712 ac_ct_NMEDIT=$NMEDIT
7713 # Extract the first word of "nmedit", so it can be a program name with args.
7714set dummy nmedit; ac_word=$2
7715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7716$as_echo_n "checking for $ac_word... " >&6; }
7717if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7718 $as_echo_n "(cached) " >&6
7719else
7720 if test -n "$ac_ct_NMEDIT"; then
7721 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7722else
7723as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7724for as_dir in $PATH
7725do
7726 IFS=$as_save_IFS
7727 test -z "$as_dir" && as_dir=.
7728 for ac_exec_ext in '' $ac_executable_extensions; do
7729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7730 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7732 break 2
7733 fi
7734done
7735 done
7736IFS=$as_save_IFS
7737
7738fi
7739fi
7740ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7741if test -n "$ac_ct_NMEDIT"; then
7742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7743$as_echo "$ac_ct_NMEDIT" >&6; }
7744else
7745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7746$as_echo "no" >&6; }
7747fi
7748
7749 if test "x$ac_ct_NMEDIT" = x; then
7750 NMEDIT=":"
7751 else
7752 case $cross_compiling:$ac_tool_warned in
7753yes:)
7754{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7755$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7756ac_tool_warned=yes ;;
7757esac
7758 NMEDIT=$ac_ct_NMEDIT
7759 fi
7760else
7761 NMEDIT="$ac_cv_prog_NMEDIT"
7762fi
7763
7764 if test -n "$ac_tool_prefix"; then
7765 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7766set dummy ${ac_tool_prefix}lipo; ac_word=$2
7767{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7768$as_echo_n "checking for $ac_word... " >&6; }
7769if test "${ac_cv_prog_LIPO+set}" = set; then :
7770 $as_echo_n "(cached) " >&6
7771else
7772 if test -n "$LIPO"; then
7773 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7774else
7775as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7776for as_dir in $PATH
7777do
7778 IFS=$as_save_IFS
7779 test -z "$as_dir" && as_dir=.
7780 for ac_exec_ext in '' $ac_executable_extensions; do
7781 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7782 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7784 break 2
7785 fi
7786done
7787 done
7788IFS=$as_save_IFS
7789
7790fi
7791fi
7792LIPO=$ac_cv_prog_LIPO
7793if test -n "$LIPO"; then
7794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7795$as_echo "$LIPO" >&6; }
7796else
7797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7798$as_echo "no" >&6; }
7799fi
7800
7801
7802fi
7803if test -z "$ac_cv_prog_LIPO"; then
7804 ac_ct_LIPO=$LIPO
7805 # Extract the first word of "lipo", so it can be a program name with args.
7806set dummy lipo; ac_word=$2
7807{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7808$as_echo_n "checking for $ac_word... " >&6; }
7809if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7810 $as_echo_n "(cached) " >&6
7811else
7812 if test -n "$ac_ct_LIPO"; then
7813 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7814else
7815as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7816for as_dir in $PATH
7817do
7818 IFS=$as_save_IFS
7819 test -z "$as_dir" && as_dir=.
7820 for ac_exec_ext in '' $ac_executable_extensions; do
7821 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7822 ac_cv_prog_ac_ct_LIPO="lipo"
7823 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7824 break 2
7825 fi
7826done
7827 done
7828IFS=$as_save_IFS
7829
7830fi
7831fi
7832ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7833if test -n "$ac_ct_LIPO"; then
7834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7835$as_echo "$ac_ct_LIPO" >&6; }
7836else
7837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7838$as_echo "no" >&6; }
7839fi
7840
7841 if test "x$ac_ct_LIPO" = x; then
7842 LIPO=":"
7843 else
7844 case $cross_compiling:$ac_tool_warned in
7845yes:)
7846{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7847$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7848ac_tool_warned=yes ;;
7849esac
7850 LIPO=$ac_ct_LIPO
7851 fi
7852else
7853 LIPO="$ac_cv_prog_LIPO"
7854fi
7855
7856 if test -n "$ac_tool_prefix"; then
7857 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7858set dummy ${ac_tool_prefix}otool; ac_word=$2
7859{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7860$as_echo_n "checking for $ac_word... " >&6; }
7861if test "${ac_cv_prog_OTOOL+set}" = set; then :
7862 $as_echo_n "(cached) " >&6
7863else
7864 if test -n "$OTOOL"; then
7865 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7866else
7867as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7868for as_dir in $PATH
7869do
7870 IFS=$as_save_IFS
7871 test -z "$as_dir" && as_dir=.
7872 for ac_exec_ext in '' $ac_executable_extensions; do
7873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7874 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7875 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7876 break 2
7877 fi
7878done
7879 done
7880IFS=$as_save_IFS
7881
7882fi
7883fi
7884OTOOL=$ac_cv_prog_OTOOL
7885if test -n "$OTOOL"; then
7886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7887$as_echo "$OTOOL" >&6; }
7888else
7889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7890$as_echo "no" >&6; }
7891fi
7892
7893
7894fi
7895if test -z "$ac_cv_prog_OTOOL"; then
7896 ac_ct_OTOOL=$OTOOL
7897 # Extract the first word of "otool", so it can be a program name with args.
7898set dummy otool; ac_word=$2
7899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7900$as_echo_n "checking for $ac_word... " >&6; }
7901if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7902 $as_echo_n "(cached) " >&6
7903else
7904 if test -n "$ac_ct_OTOOL"; then
7905 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7906else
7907as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7908for as_dir in $PATH
7909do
7910 IFS=$as_save_IFS
7911 test -z "$as_dir" && as_dir=.
7912 for ac_exec_ext in '' $ac_executable_extensions; do
7913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7914 ac_cv_prog_ac_ct_OTOOL="otool"
7915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7916 break 2
7917 fi
7918done
7919 done
7920IFS=$as_save_IFS
7921
7922fi
7923fi
7924ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7925if test -n "$ac_ct_OTOOL"; then
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7927$as_echo "$ac_ct_OTOOL" >&6; }
7928else
7929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7930$as_echo "no" >&6; }
7931fi
7932
7933 if test "x$ac_ct_OTOOL" = x; then
7934 OTOOL=":"
7935 else
7936 case $cross_compiling:$ac_tool_warned in
7937yes:)
7938{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7939$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7940ac_tool_warned=yes ;;
7941esac
7942 OTOOL=$ac_ct_OTOOL
7943 fi
7944else
7945 OTOOL="$ac_cv_prog_OTOOL"
7946fi
7947
7948 if test -n "$ac_tool_prefix"; then
7949 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7950set dummy ${ac_tool_prefix}otool64; ac_word=$2
7951{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7952$as_echo_n "checking for $ac_word... " >&6; }
7953if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7954 $as_echo_n "(cached) " >&6
7955else
7956 if test -n "$OTOOL64"; then
7957 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7958else
7959as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7960for as_dir in $PATH
7961do
7962 IFS=$as_save_IFS
7963 test -z "$as_dir" && as_dir=.
7964 for ac_exec_ext in '' $ac_executable_extensions; do
7965 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7966 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7967 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7968 break 2
7969 fi
7970done
7971 done
7972IFS=$as_save_IFS
7973
7974fi
7975fi
7976OTOOL64=$ac_cv_prog_OTOOL64
7977if test -n "$OTOOL64"; then
7978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7979$as_echo "$OTOOL64" >&6; }
7980else
7981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7982$as_echo "no" >&6; }
7983fi
7984
7985
7986fi
7987if test -z "$ac_cv_prog_OTOOL64"; then
7988 ac_ct_OTOOL64=$OTOOL64
7989 # Extract the first word of "otool64", so it can be a program name with args.
7990set dummy otool64; ac_word=$2
7991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7992$as_echo_n "checking for $ac_word... " >&6; }
7993if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7994 $as_echo_n "(cached) " >&6
7995else
7996 if test -n "$ac_ct_OTOOL64"; then
7997 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7998else
7999as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8000for as_dir in $PATH
8001do
8002 IFS=$as_save_IFS
8003 test -z "$as_dir" && as_dir=.
8004 for ac_exec_ext in '' $ac_executable_extensions; do
8005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8006 ac_cv_prog_ac_ct_OTOOL64="otool64"
8007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8008 break 2
8009 fi
8010done
8011 done
8012IFS=$as_save_IFS
8013
8014fi
8015fi
8016ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8017if test -n "$ac_ct_OTOOL64"; then
8018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8019$as_echo "$ac_ct_OTOOL64" >&6; }
8020else
8021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8022$as_echo "no" >&6; }
8023fi
8024
8025 if test "x$ac_ct_OTOOL64" = x; then
8026 OTOOL64=":"
8027 else
8028 case $cross_compiling:$ac_tool_warned in
8029yes:)
8030{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8031$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8032ac_tool_warned=yes ;;
8033esac
8034 OTOOL64=$ac_ct_OTOOL64
8035 fi
8036else
8037 OTOOL64="$ac_cv_prog_OTOOL64"
8038fi
8039
8040
8041
8042
8043
8044
8045
8046
8047
8048
8049
8050
8051
8052
8053
8054
8055
8056
8057
8058
8059
8060
8061
8062
8063
8064
8065
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8067$as_echo_n "checking for -single_module linker flag... " >&6; }
8068if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8069 $as_echo_n "(cached) " >&6
8070else
8071 lt_cv_apple_cc_single_mod=no
8072 if test -z "${LT_MULTI_MODULE}"; then
8073 # By default we will add the -single_module flag. You can override
8074 # by either setting the environment variable LT_MULTI_MODULE
8075 # non-empty at configure time, or by adding -multi_module to the
8076 # link flags.
8077 rm -rf libconftest.dylib*
8078 echo "int foo(void){return 1;}" > conftest.c
8079 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8080-dynamiclib -Wl,-single_module conftest.c" >&5
8081 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8082 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8083 _lt_result=$?
8084 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8085 lt_cv_apple_cc_single_mod=yes
8086 else
8087 cat conftest.err >&5
8088 fi
8089 rm -rf libconftest.dylib*
8090 rm -f conftest.*
8091 fi
8092fi
8093{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8094$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8096$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8097if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8098 $as_echo_n "(cached) " >&6
8099else
8100 lt_cv_ld_exported_symbols_list=no
8101 save_LDFLAGS=$LDFLAGS
8102 echo "_main" > conftest.sym
8103 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8105/* end confdefs.h. */
8106
8107int
8108main ()
8109{
8110
8111 ;
8112 return 0;
8113}
8114_ACEOF
8115if ac_fn_c_try_link "$LINENO"; then :
8116 lt_cv_ld_exported_symbols_list=yes
8117else
8118 lt_cv_ld_exported_symbols_list=no
8119fi
8120rm -f core conftest.err conftest.$ac_objext \
8121 conftest$ac_exeext conftest.$ac_ext
8122 LDFLAGS="$save_LDFLAGS"
8123
8124fi
8125{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8126$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8128$as_echo_n "checking for -force_load linker flag... " >&6; }
8129if test "${lt_cv_ld_force_load+set}" = set; then :
8130 $as_echo_n "(cached) " >&6
8131else
8132 lt_cv_ld_force_load=no
8133 cat > conftest.c << _LT_EOF
8134int forced_loaded() { return 2;}
8135_LT_EOF
8136 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8137 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8138 echo "$AR cru libconftest.a conftest.o" >&5
8139 $AR cru libconftest.a conftest.o 2>&5
8140 cat > conftest.c << _LT_EOF
8141int main() { return 0;}
8142_LT_EOF
8143 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8144 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8145 _lt_result=$?
8146 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8147 lt_cv_ld_force_load=yes
8148 else
8149 cat conftest.err >&5
8150 fi
8151 rm -f conftest.err libconftest.a conftest conftest.c
8152 rm -rf conftest.dSYM
8153
8154fi
8155{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8156$as_echo "$lt_cv_ld_force_load" >&6; }
8157 case $host_os in
8158 rhapsody* | darwin1.[012])
8159 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8160 darwin1.*)
8161 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8162 darwin*) # darwin 5.x on
8163 # if running on 10.5 or later, the deployment target defaults
8164 # to the OS version, if on x86, and 10.4, the deployment
8165 # target defaults to 10.4. Don't you love it?
8166 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8167 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8168 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 8169 10.[012][,.]*)
6bb11ab3
L
8170 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8171 10.*)
8172 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8173 esac
8174 ;;
8175 esac
8176 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8177 _lt_dar_single_mod='$single_module'
8178 fi
8179 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8180 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8181 else
8182 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8183 fi
8184 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8185 _lt_dsymutil='~$DSYMUTIL $lib || :'
8186 else
8187 _lt_dsymutil=
8188 fi
8189 ;;
8190 esac
8191
8192for ac_header in dlfcn.h
8193do :
8194 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8195"
8196if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8197 cat >>confdefs.h <<_ACEOF
8198#define HAVE_DLFCN_H 1
8199_ACEOF
8200
8201fi
8202
8203done
8204
8205
8206
8207# autoconf.info says this should be called right after AC_INIT.
8208ac_config_headers="$ac_config_headers config.h:config.in"
8209
8210
8211
8212
8213
8214
8215# Put a plausible default for CC_FOR_BUILD in Makefile.
8216if test "x$cross_compiling" = "xno"; then
8217 CC_FOR_BUILD='$(CC)'
8218else
8219 CC_FOR_BUILD=gcc
8220fi
8221
8222
8223
8224
8225AR=${AR-ar}
8226
8227if test -n "$ac_tool_prefix"; then
8228 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8229set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8230{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8231$as_echo_n "checking for $ac_word... " >&6; }
8232if test "${ac_cv_prog_RANLIB+set}" = set; then :
8233 $as_echo_n "(cached) " >&6
8234else
8235 if test -n "$RANLIB"; then
8236 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8237else
8238as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8239for as_dir in $PATH
8240do
8241 IFS=$as_save_IFS
8242 test -z "$as_dir" && as_dir=.
8243 for ac_exec_ext in '' $ac_executable_extensions; do
8244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8245 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8246 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8247 break 2
8248 fi
8249done
8250 done
8251IFS=$as_save_IFS
8252
8253fi
8254fi
8255RANLIB=$ac_cv_prog_RANLIB
8256if test -n "$RANLIB"; then
8257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8258$as_echo "$RANLIB" >&6; }
8259else
8260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8261$as_echo "no" >&6; }
8262fi
8263
8264
8265fi
8266if test -z "$ac_cv_prog_RANLIB"; then
8267 ac_ct_RANLIB=$RANLIB
8268 # Extract the first word of "ranlib", so it can be a program name with args.
8269set dummy ranlib; ac_word=$2
8270{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8271$as_echo_n "checking for $ac_word... " >&6; }
8272if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8273 $as_echo_n "(cached) " >&6
8274else
8275 if test -n "$ac_ct_RANLIB"; then
8276 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8277else
8278as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8279for as_dir in $PATH
8280do
8281 IFS=$as_save_IFS
8282 test -z "$as_dir" && as_dir=.
8283 for ac_exec_ext in '' $ac_executable_extensions; do
8284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8285 ac_cv_prog_ac_ct_RANLIB="ranlib"
8286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8287 break 2
8288 fi
8289done
8290 done
8291IFS=$as_save_IFS
8292
8293fi
8294fi
8295ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8296if test -n "$ac_ct_RANLIB"; then
8297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8298$as_echo "$ac_ct_RANLIB" >&6; }
8299else
8300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8301$as_echo "no" >&6; }
8302fi
8303
8304 if test "x$ac_ct_RANLIB" = x; then
8305 RANLIB=":"
8306 else
8307 case $cross_compiling:$ac_tool_warned in
8308yes:)
8309{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8310$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8311ac_tool_warned=yes ;;
8312esac
8313 RANLIB=$ac_ct_RANLIB
8314 fi
8315else
8316 RANLIB="$ac_cv_prog_RANLIB"
8317fi
8318
8319
ae7d0cac
MF
8320
8321
6bb11ab3
L
8322# Some of the common include files depend on bfd.h, and bfd.h checks
8323# that config.h is included first by testing that the PACKAGE macro
8324# is defined.
8325PACKAGE=sim
8326
8327cat >>confdefs.h <<_ACEOF
8328#define PACKAGE "$PACKAGE"
8329_ACEOF
8330
8331
8332
8333# Dependency checking.
8334ac_config_commands="$ac_config_commands depdir"
8335
8336
8337depcc="$CC" am_compiler_list=
8338
8339am_depcomp=$ac_aux_dir/depcomp
8340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8341$as_echo_n "checking dependency style of $depcc... " >&6; }
8342if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8343 $as_echo_n "(cached) " >&6
8344else
8345 if test -f "$am_depcomp"; then
8346 # We make a subdir and do the tests there. Otherwise we can end up
8347 # making bogus files that we don't know about and never remove. For
8348 # instance it was reported that on HP-UX the gcc test will end up
8349 # making a dummy file named `D' -- because `-MD' means `put the output
8350 # in D'.
8351 mkdir conftest.dir
8352 # Copy depcomp to subdir because otherwise we won't find it if we're
8353 # using a relative directory.
8354 cp "$am_depcomp" conftest.dir
8355 cd conftest.dir
8356 # We will build objects and dependencies in a subdirectory because
8357 # it helps to detect inapplicable dependency modes. For instance
8358 # both Tru64's cc and ICC support -MD to output dependencies as a
8359 # side effect of compilation, but ICC will put the dependencies in
8360 # the current directory while Tru64 will put them in the object
8361 # directory.
8362 mkdir sub
8363
8364 am_cv_CC_dependencies_compiler_type=none
8365 if test "$am_compiler_list" = ""; then
8366 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8367 fi
8368 for depmode in $am_compiler_list; do
8369 if test $depmode = none; then break; fi
8370
8371 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8372 # Setup a source with many dependencies, because some compilers
8373 # like to wrap large dependency lists on column 80 (with \), and
8374 # we should not choose a depcomp mode which is confused by this.
8375 #
8376 # We need to recreate these files for each test, as the compiler may
8377 # overwrite some of them when testing with obscure command lines.
8378 # This happens at least with the AIX C compiler.
8379 : > sub/conftest.c
8380 for i in 1 2 3 4 5 6; do
8381 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8382 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8383 # Solaris 8's {/usr,}/bin/sh.
8384 touch sub/conftst$i.h
8385 done
8386 echo "include sub/conftest.Po" > confmf
8387
8388 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8389 # mode. It turns out that the SunPro C++ compiler does not properly
8390 # handle `-M -o', and we need to detect this.
8391 depcmd="depmode=$depmode \
8392 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8393 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8394 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8395 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8396 if env $depcmd > conftest.err 2>&1 &&
8397 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8398 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8399 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8400 # icc doesn't choke on unknown options, it will just issue warnings
8401 # or remarks (even with -Werror). So we grep stderr for any message
8402 # that says an option was ignored or not supported.
8403 # When given -MP, icc 7.0 and 7.1 complain thusly:
8404 # icc: Command line warning: ignoring option '-M'; no argument required
8405 # The diagnosis changed in icc 8.0:
8406 # icc: Command line remark: option '-MP' not supported
8407 if (grep 'ignoring option' conftest.err ||
8408 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8409 am_cv_CC_dependencies_compiler_type=$depmode
8410 $as_echo "$as_me:$LINENO: success" >&5
8411 break
8412 fi
8413 fi
8414 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8415 sed -e 's/^/| /' < conftest.err >&5
8416 done
8417
8418 cd ..
8419 rm -rf conftest.dir
8420else
8421 am_cv_CC_dependencies_compiler_type=none
8422fi
8423
8424fi
8425{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8426$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8427if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8428then as_fn_error "no usable dependency style found" "$LINENO" 5
8429else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8430
8431fi
8432
8433
8434# Check for the 'make' the user wants to use.
8435for ac_prog in make
8436do
8437 # Extract the first word of "$ac_prog", so it can be a program name with args.
8438set dummy $ac_prog; ac_word=$2
8439{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8440$as_echo_n "checking for $ac_word... " >&6; }
8441if test "${ac_cv_prog_MAKE+set}" = set; then :
8442 $as_echo_n "(cached) " >&6
8443else
8444 if test -n "$MAKE"; then
8445 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8446else
8447as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8448for as_dir in $PATH
8449do
8450 IFS=$as_save_IFS
8451 test -z "$as_dir" && as_dir=.
8452 for ac_exec_ext in '' $ac_executable_extensions; do
8453 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8454 ac_cv_prog_MAKE="$ac_prog"
8455 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8456 break 2
8457 fi
8458done
8459 done
8460IFS=$as_save_IFS
8461
8462fi
8463fi
8464MAKE=$ac_cv_prog_MAKE
8465if test -n "$MAKE"; then
8466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8467$as_echo "$MAKE" >&6; }
8468else
8469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8470$as_echo "no" >&6; }
8471fi
8472
8473
8474 test -n "$MAKE" && break
8475done
8476
8477MAKE_IS_GNU=
8478case "`$MAKE --version 2>&1 | sed 1q`" in
8479 *GNU*)
8480 MAKE_IS_GNU=yes
8481 ;;
8482esac
8483 if test "$MAKE_IS_GNU" = yes; then
8484 GMAKE_TRUE=
8485 GMAKE_FALSE='#'
8486else
8487 GMAKE_TRUE='#'
8488 GMAKE_FALSE=
8489fi
8490
8491
8492ALL_LINGUAS=
8493# If we haven't got the data from the intl directory,
8494# assume NLS is disabled.
8495USE_NLS=no
8496LIBINTL=
8497LIBINTL_DEP=
8498INCINTL=
8499XGETTEXT=
8500GMSGFMT=
8501POSUB=
8502
8503if test -f ../../intl/config.intl; then
8504 . ../../intl/config.intl
8505fi
8506{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8507$as_echo_n "checking whether NLS is requested... " >&6; }
8508if test x"$USE_NLS" != xyes; then
8509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8510$as_echo "no" >&6; }
8511else
8512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8513$as_echo "yes" >&6; }
8514
8515$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8516
8517
8518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8519$as_echo_n "checking for catalogs to be installed... " >&6; }
8520 # Look for .po and .gmo files in the source directory.
8521 CATALOGS=
8522 XLINGUAS=
8523 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8524 # If there aren't any .gmo files the shell will give us the
8525 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8526 # weeded out.
8527 case "$cat" in *\**)
8528 continue;;
8529 esac
8530 # The quadruple backslash is collapsed to a double backslash
8531 # by the backticks, then collapsed again by the double quotes,
8532 # leaving us with one backslash in the sed expression (right
8533 # before the dot that mustn't act as a wildcard).
8534 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8535 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8536 # The user is allowed to set LINGUAS to a list of languages to
8537 # install catalogs for. If it's empty that means "all of them."
8538 if test "x$LINGUAS" = x; then
8539 CATALOGS="$CATALOGS $cat"
8540 XLINGUAS="$XLINGUAS $lang"
8541 else
8542 case "$LINGUAS" in *$lang*)
8543 CATALOGS="$CATALOGS $cat"
8544 XLINGUAS="$XLINGUAS $lang"
8545 ;;
8546 esac
8547 fi
8548 done
8549 LINGUAS="$XLINGUAS"
8550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8551$as_echo "$LINGUAS" >&6; }
8552
8553
8554 DATADIRNAME=share
8555
8556 INSTOBJEXT=.mo
8557
8558 GENCAT=gencat
8559
8560 CATOBJEXT=.gmo
8561
8562fi
8563
8564# Check for common headers.
8565# FIXME: Seems to me this can cause problems for i386-windows hosts.
8566# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8567for ac_header in stdlib.h string.h strings.h unistd.h time.h
8568do :
8569 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8570ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8571eval as_val=\$$as_ac_Header
8572 if test "x$as_val" = x""yes; then :
8573 cat >>confdefs.h <<_ACEOF
8574#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8575_ACEOF
8576
8577fi
8578
8579done
8580
8581for ac_header in sys/time.h sys/resource.h
8582do :
8583 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8584ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8585eval as_val=\$$as_ac_Header
8586 if test "x$as_val" = x""yes; then :
8587 cat >>confdefs.h <<_ACEOF
8588#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8589_ACEOF
8590
8591fi
8592
8593done
8594
8595for ac_header in fcntl.h fpu_control.h
8596do :
8597 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8598ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8599eval as_val=\$$as_ac_Header
8600 if test "x$as_val" = x""yes; then :
8601 cat >>confdefs.h <<_ACEOF
8602#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8603_ACEOF
8604
8605fi
8606
8607done
8608
8609for ac_header in dlfcn.h errno.h sys/stat.h
8610do :
8611 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8612ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8613eval as_val=\$$as_ac_Header
8614 if test "x$as_val" = x""yes; then :
8615 cat >>confdefs.h <<_ACEOF
8616#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8617_ACEOF
8618
8619fi
8620
8621done
8622
8623for ac_func in getrusage time sigaction __setfpucw
8624do :
8625 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8626ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8627eval as_val=\$$as_ac_var
8628 if test "x$as_val" = x""yes; then :
8629 cat >>confdefs.h <<_ACEOF
8630#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8631_ACEOF
8632
8633fi
8634done
8635
8636
8637# Check for socket libraries
8638{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
8639$as_echo_n "checking for bind in -lsocket... " >&6; }
8640if test "${ac_cv_lib_socket_bind+set}" = set; then :
8641 $as_echo_n "(cached) " >&6
8642else
8643 ac_check_lib_save_LIBS=$LIBS
8644LIBS="-lsocket $LIBS"
8645cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8646/* end confdefs.h. */
8647
8648/* Override any GCC internal prototype to avoid an error.
8649 Use char because int might match the return type of a GCC
8650 builtin and then its argument prototype would still apply. */
8651#ifdef __cplusplus
8652extern "C"
8653#endif
8654char bind ();
8655int
8656main ()
8657{
8658return bind ();
8659 ;
8660 return 0;
8661}
8662_ACEOF
8663if ac_fn_c_try_link "$LINENO"; then :
8664 ac_cv_lib_socket_bind=yes
8665else
8666 ac_cv_lib_socket_bind=no
8667fi
8668rm -f core conftest.err conftest.$ac_objext \
8669 conftest$ac_exeext conftest.$ac_ext
8670LIBS=$ac_check_lib_save_LIBS
8671fi
8672{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
8673$as_echo "$ac_cv_lib_socket_bind" >&6; }
8674if test "x$ac_cv_lib_socket_bind" = x""yes; then :
8675 cat >>confdefs.h <<_ACEOF
8676#define HAVE_LIBSOCKET 1
8677_ACEOF
8678
8679 LIBS="-lsocket $LIBS"
8680
8681fi
8682
8683{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
8684$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
8685if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
8686 $as_echo_n "(cached) " >&6
8687else
8688 ac_check_lib_save_LIBS=$LIBS
8689LIBS="-lnsl $LIBS"
8690cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8691/* end confdefs.h. */
8692
8693/* Override any GCC internal prototype to avoid an error.
8694 Use char because int might match the return type of a GCC
8695 builtin and then its argument prototype would still apply. */
8696#ifdef __cplusplus
8697extern "C"
8698#endif
8699char gethostbyname ();
8700int
8701main ()
8702{
8703return gethostbyname ();
8704 ;
8705 return 0;
8706}
8707_ACEOF
8708if ac_fn_c_try_link "$LINENO"; then :
8709 ac_cv_lib_nsl_gethostbyname=yes
8710else
8711 ac_cv_lib_nsl_gethostbyname=no
8712fi
8713rm -f core conftest.err conftest.$ac_objext \
8714 conftest$ac_exeext conftest.$ac_ext
8715LIBS=$ac_check_lib_save_LIBS
8716fi
8717{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
8718$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
8719if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
8720 cat >>confdefs.h <<_ACEOF
8721#define HAVE_LIBNSL 1
8722_ACEOF
8723
8724 LIBS="-lnsl $LIBS"
8725
8726fi
8727
8728
8729# BFD conditionally uses zlib, so we must link it in if libbfd does, by
8730# using the same condition.
8731
aadc9410
MF
8732 # Use the system's zlib library.
8733 zlibdir=-L../zlib
8734 zlibinc="-I\$(srcdir)/../zlib"
6bb11ab3 8735
aadc9410
MF
8736# Check whether --with-system-zlib was given.
8737if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
8738 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
8739 zlibdir=
8740 zlibinc=
8741 fi
6bb11ab3
L
8742
8743fi
8744
6bb11ab3 8745
6bb11ab3 8746
6bb11ab3
L
8747
8748
8749# BFD uses libdl when when plugins enabled.
8750
faa743bb
RM
8751 maybe_plugins=no
8752 for ac_header in dlfcn.h
8753do :
8754 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8755"
8756if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8757 cat >>confdefs.h <<_ACEOF
8758#define HAVE_DLFCN_H 1
8759_ACEOF
8760 maybe_plugins=yes
8761fi
8762
8763done
8764
8765 for ac_header in windows.h
8766do :
8767 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
8768"
8769if test "x$ac_cv_header_windows_h" = x""yes; then :
8770 cat >>confdefs.h <<_ACEOF
8771#define HAVE_WINDOWS_H 1
8772_ACEOF
8773 maybe_plugins=yes
8774fi
8775
8776done
8777
8778
8779 # Check whether --enable-plugins was given.
6bb11ab3
L
8780if test "${enable_plugins+set}" = set; then :
8781 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
8782 no) plugins=no ;;
8783 *) plugins=yes
8784 if test "$maybe_plugins" != "yes" ; then
8785 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
8786 fi ;;
8787 esac
6bb11ab3 8788else
faa743bb
RM
8789 plugins=$maybe_plugins
8790
6bb11ab3
L
8791fi
8792
2974be62
AM
8793 if test "$plugins" = "yes"; then
8794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
8795$as_echo_n "checking for library containing dlopen... " >&6; }
8796if test "${ac_cv_search_dlopen+set}" = set; then :
8797 $as_echo_n "(cached) " >&6
8798else
8799 ac_func_search_save_LIBS=$LIBS
8800cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8801/* end confdefs.h. */
8802
8803/* Override any GCC internal prototype to avoid an error.
8804 Use char because int might match the return type of a GCC
8805 builtin and then its argument prototype would still apply. */
8806#ifdef __cplusplus
8807extern "C"
8808#endif
8809char dlopen ();
8810int
8811main ()
8812{
8813return dlopen ();
8814 ;
8815 return 0;
8816}
8817_ACEOF
8818for ac_lib in '' dl; do
8819 if test -z "$ac_lib"; then
8820 ac_res="none required"
8821 else
8822 ac_res=-l$ac_lib
8823 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8824 fi
8825 if ac_fn_c_try_link "$LINENO"; then :
8826 ac_cv_search_dlopen=$ac_res
8827fi
8828rm -f core conftest.err conftest.$ac_objext \
8829 conftest$ac_exeext
8830 if test "${ac_cv_search_dlopen+set}" = set; then :
8831 break
8832fi
8833done
8834if test "${ac_cv_search_dlopen+set}" = set; then :
8835
8836else
8837 ac_cv_search_dlopen=no
8838fi
8839rm conftest.$ac_ext
8840LIBS=$ac_func_search_save_LIBS
8841fi
8842{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
8843$as_echo "$ac_cv_search_dlopen" >&6; }
8844ac_res=$ac_cv_search_dlopen
8845if test "$ac_res" != no; then :
8846 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
8847
8848fi
8849
8850 fi
6bb11ab3
L
8851
8852 if test "$plugins" = yes; then
8853 PLUGINS_TRUE=
8854 PLUGINS_FALSE='#'
8855else
8856 PLUGINS_TRUE='#'
8857 PLUGINS_FALSE=
8858fi
8859
8860
8861
8862
8863
8864# Set options
8865enable_dlopen=yes
8866
8867
8868
8869
8870 enable_win32_dll=no
8871
8872
8873 # Check whether --enable-shared was given.
8874if test "${enable_shared+set}" = set; then :
8875 enableval=$enable_shared; p=${PACKAGE-default}
8876 case $enableval in
8877 yes) enable_shared=yes ;;
8878 no) enable_shared=no ;;
8879 *)
8880 enable_shared=no
8881 # Look at the argument we got. We use all the common list separators.
8882 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8883 for pkg in $enableval; do
8884 IFS="$lt_save_ifs"
8885 if test "X$pkg" = "X$p"; then
8886 enable_shared=yes
8887 fi
8888 done
8889 IFS="$lt_save_ifs"
8890 ;;
8891 esac
8892else
8893 enable_shared=yes
8894fi
8895
8896
8897
8898
8899
8900
8901
8902
8903
8904 # Check whether --enable-static was given.
8905if test "${enable_static+set}" = set; then :
8906 enableval=$enable_static; p=${PACKAGE-default}
8907 case $enableval in
8908 yes) enable_static=yes ;;
8909 no) enable_static=no ;;
8910 *)
8911 enable_static=no
8912 # Look at the argument we got. We use all the common list separators.
8913 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8914 for pkg in $enableval; do
8915 IFS="$lt_save_ifs"
8916 if test "X$pkg" = "X$p"; then
8917 enable_static=yes
8918 fi
8919 done
8920 IFS="$lt_save_ifs"
8921 ;;
8922 esac
8923else
8924 enable_static=yes
8925fi
8926
8927
8928
8929
8930
8931
8932
8933
8934
8935
8936# Check whether --with-pic was given.
8937if test "${with_pic+set}" = set; then :
8938 withval=$with_pic; pic_mode="$withval"
8939else
8940 pic_mode=default
8941fi
8942
8943
8944test -z "$pic_mode" && pic_mode=default
8945
8946
8947
8948
8949
8950
8951
8952 # Check whether --enable-fast-install was given.
8953if test "${enable_fast_install+set}" = set; then :
8954 enableval=$enable_fast_install; p=${PACKAGE-default}
8955 case $enableval in
8956 yes) enable_fast_install=yes ;;
8957 no) enable_fast_install=no ;;
8958 *)
8959 enable_fast_install=no
8960 # Look at the argument we got. We use all the common list separators.
8961 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8962 for pkg in $enableval; do
8963 IFS="$lt_save_ifs"
8964 if test "X$pkg" = "X$p"; then
8965 enable_fast_install=yes
8966 fi
8967 done
8968 IFS="$lt_save_ifs"
8969 ;;
8970 esac
8971else
8972 enable_fast_install=yes
8973fi
8974
8975
8976
8977
8978
8979
8980
8981
8982
8983
8984
8985# This can be used to rebuild libtool when needed
8986LIBTOOL_DEPS="$ltmain"
8987
8988# Always use our own libtool.
8989LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8990
8991
8992
8993
8994
8995
8996
8997
8998
8999
9000
9001
9002
9003
9004
9005
9006
9007
9008
9009
9010
9011
9012
9013
9014
9015
9016test -z "$LN_S" && LN_S="ln -s"
9017
9018
9019
9020
9021
9022
9023
9024
9025
9026
9027
9028
9029
9030
9031if test -n "${ZSH_VERSION+set}" ; then
9032 setopt NO_GLOB_SUBST
9033fi
9034
9035{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9036$as_echo_n "checking for objdir... " >&6; }
9037if test "${lt_cv_objdir+set}" = set; then :
9038 $as_echo_n "(cached) " >&6
9039else
9040 rm -f .libs 2>/dev/null
9041mkdir .libs 2>/dev/null
9042if test -d .libs; then
9043 lt_cv_objdir=.libs
9044else
9045 # MS-DOS does not allow filenames that begin with a dot.
9046 lt_cv_objdir=_libs
9047fi
9048rmdir .libs 2>/dev/null
9049fi
9050{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9051$as_echo "$lt_cv_objdir" >&6; }
9052objdir=$lt_cv_objdir
9053
9054
9055
9056
9057
9058cat >>confdefs.h <<_ACEOF
9059#define LT_OBJDIR "$lt_cv_objdir/"
9060_ACEOF
9061
9062
9063
9064
9065case $host_os in
9066aix3*)
9067 # AIX sometimes has problems with the GCC collect2 program. For some
9068 # reason, if we set the COLLECT_NAMES environment variable, the problems
9069 # vanish in a puff of smoke.
9070 if test "X${COLLECT_NAMES+set}" != Xset; then
9071 COLLECT_NAMES=
9072 export COLLECT_NAMES
9073 fi
9074 ;;
9075esac
9076
9077# Global variables:
9078ofile=libtool
9079can_build_shared=yes
9080
9081# All known linkers require a `.a' archive for static linking (except MSVC,
9082# which needs '.lib').
9083libext=a
9084
9085with_gnu_ld="$lt_cv_prog_gnu_ld"
9086
9087old_CC="$CC"
9088old_CFLAGS="$CFLAGS"
9089
9090# Set sane defaults for various variables
9091test -z "$CC" && CC=cc
9092test -z "$LTCC" && LTCC=$CC
9093test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9094test -z "$LD" && LD=ld
9095test -z "$ac_objext" && ac_objext=o
9096
9097for cc_temp in $compiler""; do
9098 case $cc_temp in
9099 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9100 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9101 \-*) ;;
9102 *) break;;
9103 esac
9104done
9105cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9106
9107
9108# Only perform the check for file, if the check method requires it
9109test -z "$MAGIC_CMD" && MAGIC_CMD=file
9110case $deplibs_check_method in
9111file_magic*)
9112 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9114$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9115if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9116 $as_echo_n "(cached) " >&6
9117else
9118 case $MAGIC_CMD in
9119[\\/*] | ?:[\\/]*)
9120 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9121 ;;
9122*)
9123 lt_save_MAGIC_CMD="$MAGIC_CMD"
9124 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9125 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9126 for ac_dir in $ac_dummy; do
9127 IFS="$lt_save_ifs"
9128 test -z "$ac_dir" && ac_dir=.
9129 if test -f $ac_dir/${ac_tool_prefix}file; then
9130 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9131 if test -n "$file_magic_test_file"; then
9132 case $deplibs_check_method in
9133 "file_magic "*)
9134 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9135 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9136 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9137 $EGREP "$file_magic_regex" > /dev/null; then
9138 :
9139 else
9140 cat <<_LT_EOF 1>&2
9141
9142*** Warning: the command libtool uses to detect shared libraries,
9143*** $file_magic_cmd, produces output that libtool cannot recognize.
9144*** The result is that libtool may fail to recognize shared libraries
9145*** as such. This will affect the creation of libtool libraries that
9146*** depend on shared libraries, but programs linked with such libtool
9147*** libraries will work regardless of this problem. Nevertheless, you
9148*** may want to report the problem to your system manager and/or to
9149*** bug-libtool@gnu.org
9150
9151_LT_EOF
9152 fi ;;
9153 esac
9154 fi
9155 break
9156 fi
9157 done
9158 IFS="$lt_save_ifs"
9159 MAGIC_CMD="$lt_save_MAGIC_CMD"
9160 ;;
9161esac
f0569246 9162fi
f0569246 9163
6bb11ab3
L
9164MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9165if test -n "$MAGIC_CMD"; then
9166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9167$as_echo "$MAGIC_CMD" >&6; }
9168else
9169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9170$as_echo "no" >&6; }
9171fi
9172
9173
9174
9175
9176
9177if test -z "$lt_cv_path_MAGIC_CMD"; then
9178 if test -n "$ac_tool_prefix"; then
9179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9180$as_echo_n "checking for file... " >&6; }
9181if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9182 $as_echo_n "(cached) " >&6
9183else
9184 case $MAGIC_CMD in
9185[\\/*] | ?:[\\/]*)
9186 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9187 ;;
9188*)
9189 lt_save_MAGIC_CMD="$MAGIC_CMD"
9190 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9191 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9192 for ac_dir in $ac_dummy; do
9193 IFS="$lt_save_ifs"
9194 test -z "$ac_dir" && ac_dir=.
9195 if test -f $ac_dir/file; then
9196 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9197 if test -n "$file_magic_test_file"; then
9198 case $deplibs_check_method in
9199 "file_magic "*)
9200 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9201 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9202 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9203 $EGREP "$file_magic_regex" > /dev/null; then
9204 :
9205 else
9206 cat <<_LT_EOF 1>&2
9207
9208*** Warning: the command libtool uses to detect shared libraries,
9209*** $file_magic_cmd, produces output that libtool cannot recognize.
9210*** The result is that libtool may fail to recognize shared libraries
9211*** as such. This will affect the creation of libtool libraries that
9212*** depend on shared libraries, but programs linked with such libtool
9213*** libraries will work regardless of this problem. Nevertheless, you
9214*** may want to report the problem to your system manager and/or to
9215*** bug-libtool@gnu.org
9216
9217_LT_EOF
9218 fi ;;
9219 esac
9220 fi
9221 break
9222 fi
9223 done
9224 IFS="$lt_save_ifs"
9225 MAGIC_CMD="$lt_save_MAGIC_CMD"
9226 ;;
81ecdfbb 9227esac
6bb11ab3
L
9228fi
9229
9230MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9231if test -n "$MAGIC_CMD"; then
9232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9233$as_echo "$MAGIC_CMD" >&6; }
9234else
9235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9236$as_echo "no" >&6; }
9237fi
9238
9239
f0569246 9240 else
6bb11ab3 9241 MAGIC_CMD=:
f0569246
AC
9242 fi
9243fi
81ecdfbb 9244
6bb11ab3
L
9245 fi
9246 ;;
81ecdfbb 9247esac
6bb11ab3
L
9248
9249# Use C for the default configuration in the libtool script
9250
9251lt_save_CC="$CC"
9252ac_ext=c
9253ac_cpp='$CPP $CPPFLAGS'
9254ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9255ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9256ac_compiler_gnu=$ac_cv_c_compiler_gnu
9257
9258
9259# Source file extension for C test sources.
9260ac_ext=c
9261
9262# Object file extension for compiled C test sources.
9263objext=o
9264objext=$objext
9265
9266# Code to be used in simple compile tests
9267lt_simple_compile_test_code="int some_variable = 0;"
9268
9269# Code to be used in simple link tests
9270lt_simple_link_test_code='int main(){return(0);}'
9271
9272
9273
9274
9275
9276
9277
9278# If no C compiler was specified, use CC.
9279LTCC=${LTCC-"$CC"}
9280
9281# If no C compiler flags were specified, use CFLAGS.
9282LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9283
9284# Allow CC to be a program name with arguments.
9285compiler=$CC
9286
9287# Save the default compiler, since it gets overwritten when the other
9288# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9289compiler_DEFAULT=$CC
9290
9291# save warnings/boilerplate of simple test code
9292ac_outfile=conftest.$ac_objext
9293echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9294eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9295_lt_compiler_boilerplate=`cat conftest.err`
9296$RM conftest*
9297
9298ac_outfile=conftest.$ac_objext
9299echo "$lt_simple_link_test_code" >conftest.$ac_ext
9300eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9301_lt_linker_boilerplate=`cat conftest.err`
9302$RM -r conftest*
9303
9304
9305## CAVEAT EMPTOR:
9306## There is no encapsulation within the following macros, do not change
9307## the running order or otherwise move them around unless you know exactly
9308## what you are doing...
9309if test -n "$compiler"; then
9310
9311lt_prog_compiler_no_builtin_flag=
9312
9313if test "$GCC" = yes; then
9314 case $cc_basename in
9315 nvcc*)
9316 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9317 *)
9318 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 9319 esac
6bb11ab3
L
9320
9321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9322$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9323if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9324 $as_echo_n "(cached) " >&6
f0569246 9325else
6bb11ab3
L
9326 lt_cv_prog_compiler_rtti_exceptions=no
9327 ac_outfile=conftest.$ac_objext
9328 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9329 lt_compiler_flag="-fno-rtti -fno-exceptions"
9330 # Insert the option either (1) after the last *FLAGS variable, or
9331 # (2) before a word containing "conftest.", or (3) at the end.
9332 # Note that $ac_compile itself does not contain backslashes and begins
9333 # with a dollar sign (not a hyphen), so the echo should work correctly.
9334 # The option is referenced via a variable to avoid confusing sed.
9335 lt_compile=`echo "$ac_compile" | $SED \
9336 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9337 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9338 -e 's:$: $lt_compiler_flag:'`
9339 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9340 (eval "$lt_compile" 2>conftest.err)
9341 ac_status=$?
9342 cat conftest.err >&5
9343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9344 if (exit $ac_status) && test -s "$ac_outfile"; then
9345 # The compiler can only warn and ignore the option if not recognized
9346 # So say no if there are warnings other than the usual output.
9347 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9348 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9349 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9350 lt_cv_prog_compiler_rtti_exceptions=yes
9351 fi
9352 fi
9353 $RM conftest*
9354
f0569246 9355fi
6bb11ab3
L
9356{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9357$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9358
9359if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9360 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9361else
9362 :
9363fi
9364
9365fi
9366
9367
9368
9369
9370
9371
9372 lt_prog_compiler_wl=
9373lt_prog_compiler_pic=
9374lt_prog_compiler_static=
9375
9376{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9377$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9378
9379 if test "$GCC" = yes; then
9380 lt_prog_compiler_wl='-Wl,'
9381 lt_prog_compiler_static='-static'
9382
9383 case $host_os in
9384 aix*)
9385 # All AIX code is PIC.
9386 if test "$host_cpu" = ia64; then
9387 # AIX 5 now supports IA64 processor
9388 lt_prog_compiler_static='-Bstatic'
9389 fi
9390 lt_prog_compiler_pic='-fPIC'
9391 ;;
9392
9393 amigaos*)
9394 case $host_cpu in
9395 powerpc)
9396 # see comment about AmigaOS4 .so support
9397 lt_prog_compiler_pic='-fPIC'
9398 ;;
9399 m68k)
9400 # FIXME: we need at least 68020 code to build shared libraries, but
9401 # adding the `-m68020' flag to GCC prevents building anything better,
9402 # like `-m68040'.
9403 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9404 ;;
9405 esac
9406 ;;
9407
9408 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9409 # PIC is the default for these OSes.
9410 ;;
9411
9412 mingw* | cygwin* | pw32* | os2* | cegcc*)
9413 # This hack is so that the source file can tell whether it is being
9414 # built for inclusion in a dll (and should export symbols for example).
9415 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9416 # (--disable-auto-import) libraries
9417 lt_prog_compiler_pic='-DDLL_EXPORT'
9418 ;;
9419
9420 darwin* | rhapsody*)
9421 # PIC is the default on this platform
9422 # Common symbols not allowed in MH_DYLIB files
9423 lt_prog_compiler_pic='-fno-common'
9424 ;;
9425
9426 haiku*)
9427 # PIC is the default for Haiku.
9428 # The "-static" flag exists, but is broken.
9429 lt_prog_compiler_static=
9430 ;;
9431
9432 hpux*)
9433 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9434 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9435 # sets the default TLS model and affects inlining.
9436 case $host_cpu in
9437 hppa*64*)
9438 # +Z the default
9439 ;;
9440 *)
9441 lt_prog_compiler_pic='-fPIC'
9442 ;;
9443 esac
9444 ;;
9445
9446 interix[3-9]*)
9447 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9448 # Instead, we relocate shared libraries at runtime.
9449 ;;
9450
9451 msdosdjgpp*)
9452 # Just because we use GCC doesn't mean we suddenly get shared libraries
9453 # on systems that don't support them.
9454 lt_prog_compiler_can_build_shared=no
9455 enable_shared=no
9456 ;;
9457
9458 *nto* | *qnx*)
9459 # QNX uses GNU C++, but need to define -shared option too, otherwise
9460 # it will coredump.
9461 lt_prog_compiler_pic='-fPIC -shared'
9462 ;;
9463
9464 sysv4*MP*)
9465 if test -d /usr/nec; then
9466 lt_prog_compiler_pic=-Kconform_pic
9467 fi
9468 ;;
9469
9470 *)
9471 lt_prog_compiler_pic='-fPIC'
9472 ;;
9473 esac
9474
9475 case $cc_basename in
9476 nvcc*) # Cuda Compiler Driver 2.2
9477 lt_prog_compiler_wl='-Xlinker '
9478 lt_prog_compiler_pic='-Xcompiler -fPIC'
9479 ;;
9480 esac
9481 else
9482 # PORTME Check for flag to pass linker flags through the system compiler.
9483 case $host_os in
9484 aix*)
9485 lt_prog_compiler_wl='-Wl,'
9486 if test "$host_cpu" = ia64; then
9487 # AIX 5 now supports IA64 processor
9488 lt_prog_compiler_static='-Bstatic'
9489 else
9490 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9491 fi
9492 ;;
9493
9494 mingw* | cygwin* | pw32* | os2* | cegcc*)
9495 # This hack is so that the source file can tell whether it is being
9496 # built for inclusion in a dll (and should export symbols for example).
9497 lt_prog_compiler_pic='-DDLL_EXPORT'
9498 ;;
9499
9500 hpux9* | hpux10* | hpux11*)
9501 lt_prog_compiler_wl='-Wl,'
9502 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9503 # not for PA HP-UX.
9504 case $host_cpu in
9505 hppa*64*|ia64*)
9506 # +Z the default
9507 ;;
9508 *)
9509 lt_prog_compiler_pic='+Z'
9510 ;;
9511 esac
9512 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9513 lt_prog_compiler_static='${wl}-a ${wl}archive'
9514 ;;
9515
9516 irix5* | irix6* | nonstopux*)
9517 lt_prog_compiler_wl='-Wl,'
9518 # PIC (with -KPIC) is the default.
9519 lt_prog_compiler_static='-non_shared'
9520 ;;
9521
9522 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9523 case $cc_basename in
9524 # old Intel for x86_64 which still supported -KPIC.
9525 ecc*)
9526 lt_prog_compiler_wl='-Wl,'
9527 lt_prog_compiler_pic='-KPIC'
9528 lt_prog_compiler_static='-static'
9529 ;;
9530 # icc used to be incompatible with GCC.
9531 # ICC 10 doesn't accept -KPIC any more.
9532 icc* | ifort*)
9533 lt_prog_compiler_wl='-Wl,'
9534 lt_prog_compiler_pic='-fPIC'
9535 lt_prog_compiler_static='-static'
9536 ;;
9537 # Lahey Fortran 8.1.
9538 lf95*)
9539 lt_prog_compiler_wl='-Wl,'
9540 lt_prog_compiler_pic='--shared'
9541 lt_prog_compiler_static='--static'
9542 ;;
9543 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
9544 # Portland Group compilers (*not* the Pentium gcc compiler,
9545 # which looks to be a dead project)
9546 lt_prog_compiler_wl='-Wl,'
9547 lt_prog_compiler_pic='-fpic'
9548 lt_prog_compiler_static='-Bstatic'
9549 ;;
9550 ccc*)
9551 lt_prog_compiler_wl='-Wl,'
9552 # All Alpha code is PIC.
9553 lt_prog_compiler_static='-non_shared'
9554 ;;
9555 xl* | bgxl* | bgf* | mpixl*)
9556 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
9557 lt_prog_compiler_wl='-Wl,'
9558 lt_prog_compiler_pic='-qpic'
9559 lt_prog_compiler_static='-qstaticlink'
9560 ;;
9561 *)
9562 case `$CC -V 2>&1 | sed 5q` in
9563 *Sun\ F* | *Sun*Fortran*)
9564 # Sun Fortran 8.3 passes all unrecognized flags to the linker
9565 lt_prog_compiler_pic='-KPIC'
9566 lt_prog_compiler_static='-Bstatic'
9567 lt_prog_compiler_wl=''
9568 ;;
9569 *Sun\ C*)
9570 # Sun C 5.9
9571 lt_prog_compiler_pic='-KPIC'
9572 lt_prog_compiler_static='-Bstatic'
9573 lt_prog_compiler_wl='-Wl,'
9574 ;;
9575 esac
9576 ;;
9577 esac
9578 ;;
9579
9580 newsos6)
9581 lt_prog_compiler_pic='-KPIC'
9582 lt_prog_compiler_static='-Bstatic'
9583 ;;
9584
9585 *nto* | *qnx*)
9586 # QNX uses GNU C++, but need to define -shared option too, otherwise
9587 # it will coredump.
9588 lt_prog_compiler_pic='-fPIC -shared'
9589 ;;
9590
9591 osf3* | osf4* | osf5*)
9592 lt_prog_compiler_wl='-Wl,'
9593 # All OSF/1 code is PIC.
9594 lt_prog_compiler_static='-non_shared'
9595 ;;
9596
9597 rdos*)
9598 lt_prog_compiler_static='-non_shared'
9599 ;;
9600
9601 solaris*)
9602 lt_prog_compiler_pic='-KPIC'
9603 lt_prog_compiler_static='-Bstatic'
9604 case $cc_basename in
9605 f77* | f90* | f95*)
9606 lt_prog_compiler_wl='-Qoption ld ';;
9607 *)
9608 lt_prog_compiler_wl='-Wl,';;
9609 esac
9610 ;;
9611
9612 sunos4*)
9613 lt_prog_compiler_wl='-Qoption ld '
9614 lt_prog_compiler_pic='-PIC'
9615 lt_prog_compiler_static='-Bstatic'
9616 ;;
f0569246 9617
6bb11ab3
L
9618 sysv4 | sysv4.2uw2* | sysv4.3*)
9619 lt_prog_compiler_wl='-Wl,'
9620 lt_prog_compiler_pic='-KPIC'
9621 lt_prog_compiler_static='-Bstatic'
9622 ;;
f0569246 9623
6bb11ab3
L
9624 sysv4*MP*)
9625 if test -d /usr/nec ;then
9626 lt_prog_compiler_pic='-Kconform_pic'
9627 lt_prog_compiler_static='-Bstatic'
9628 fi
9629 ;;
f0569246 9630
6bb11ab3
L
9631 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9632 lt_prog_compiler_wl='-Wl,'
9633 lt_prog_compiler_pic='-KPIC'
9634 lt_prog_compiler_static='-Bstatic'
9635 ;;
9636
9637 unicos*)
9638 lt_prog_compiler_wl='-Wl,'
9639 lt_prog_compiler_can_build_shared=no
9640 ;;
9641
9642 uts4*)
9643 lt_prog_compiler_pic='-pic'
9644 lt_prog_compiler_static='-Bstatic'
9645 ;;
9646
9647 *)
9648 lt_prog_compiler_can_build_shared=no
9649 ;;
9650 esac
9651 fi
9652
9653case $host_os in
9654 # For platforms which do not support PIC, -DPIC is meaningless:
9655 *djgpp*)
9656 lt_prog_compiler_pic=
9657 ;;
9658 *)
9659 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9660 ;;
81ecdfbb 9661esac
6bb11ab3
L
9662{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9663$as_echo "$lt_prog_compiler_pic" >&6; }
9664
9665
9666
9667
9668
9669
9670#
9671# Check to make sure the PIC flag actually works.
9672#
9673if test -n "$lt_prog_compiler_pic"; then
9674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9675$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9676if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
9677 $as_echo_n "(cached) " >&6
b7026657 9678else
6bb11ab3
L
9679 lt_cv_prog_compiler_pic_works=no
9680 ac_outfile=conftest.$ac_objext
9681 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9682 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9683 # Insert the option either (1) after the last *FLAGS variable, or
9684 # (2) before a word containing "conftest.", or (3) at the end.
9685 # Note that $ac_compile itself does not contain backslashes and begins
9686 # with a dollar sign (not a hyphen), so the echo should work correctly.
9687 # The option is referenced via a variable to avoid confusing sed.
9688 lt_compile=`echo "$ac_compile" | $SED \
9689 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9690 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9691 -e 's:$: $lt_compiler_flag:'`
9692 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9693 (eval "$lt_compile" 2>conftest.err)
9694 ac_status=$?
9695 cat conftest.err >&5
9696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9697 if (exit $ac_status) && test -s "$ac_outfile"; then
9698 # The compiler can only warn and ignore the option if not recognized
9699 # So say no if there are warnings other than the usual output.
9700 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9701 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9702 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9703 lt_cv_prog_compiler_pic_works=yes
9704 fi
9705 fi
9706 $RM conftest*
b7026657 9707
b7026657 9708fi
6bb11ab3
L
9709{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9710$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9711
9712if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9713 case $lt_prog_compiler_pic in
9714 "" | " "*) ;;
9715 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9716 esac
9717else
9718 lt_prog_compiler_pic=
9719 lt_prog_compiler_can_build_shared=no
f0569246 9720fi
6bb11ab3
L
9721
9722fi
9723
9724
9725
9726
9727
9728
9729#
9730# Check to make sure the static flag actually works.
9731#
9732wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9733{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9734$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9735if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
81ecdfbb 9736 $as_echo_n "(cached) " >&6
f0569246 9737else
6bb11ab3
L
9738 lt_cv_prog_compiler_static_works=no
9739 save_LDFLAGS="$LDFLAGS"
9740 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9741 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9742 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9743 # The linker can only warn and ignore the option if not recognized
9744 # So say no if there are warnings
9745 if test -s conftest.err; then
9746 # Append any errors to the config.log.
9747 cat conftest.err 1>&5
9748 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9749 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9750 if diff conftest.exp conftest.er2 >/dev/null; then
9751 lt_cv_prog_compiler_static_works=yes
9752 fi
9753 else
9754 lt_cv_prog_compiler_static_works=yes
9755 fi
9756 fi
9757 $RM -r conftest*
9758 LDFLAGS="$save_LDFLAGS"
f0569246 9759
6bb11ab3
L
9760fi
9761{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9762$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 9763
6bb11ab3
L
9764if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9765 :
f0569246 9766else
6bb11ab3 9767 lt_prog_compiler_static=
f0569246 9768fi
b7026657 9769
6bb11ab3
L
9770
9771
9772
9773
9774
9775
9776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9777$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9778if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9779 $as_echo_n "(cached) " >&6
81ecdfbb 9780else
6bb11ab3
L
9781 lt_cv_prog_compiler_c_o=no
9782 $RM -r conftest 2>/dev/null
9783 mkdir conftest
9784 cd conftest
9785 mkdir out
9786 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9787
9788 lt_compiler_flag="-o out/conftest2.$ac_objext"
9789 # Insert the option either (1) after the last *FLAGS variable, or
9790 # (2) before a word containing "conftest.", or (3) at the end.
9791 # Note that $ac_compile itself does not contain backslashes and begins
9792 # with a dollar sign (not a hyphen), so the echo should work correctly.
9793 lt_compile=`echo "$ac_compile" | $SED \
9794 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9795 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9796 -e 's:$: $lt_compiler_flag:'`
9797 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9798 (eval "$lt_compile" 2>out/conftest.err)
9799 ac_status=$?
9800 cat out/conftest.err >&5
9801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9802 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9803 then
9804 # The compiler can only warn and ignore the option if not recognized
9805 # So say no if there are warnings
9806 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9807 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9808 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9809 lt_cv_prog_compiler_c_o=yes
9810 fi
9811 fi
9812 chmod u+w . 2>&5
9813 $RM conftest*
9814 # SGI C++ compiler will create directory out/ii_files/ for
9815 # template instantiation
9816 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9817 $RM out/* && rmdir out
9818 cd ..
9819 $RM -r conftest
9820 $RM conftest*
9821
81ecdfbb 9822fi
6bb11ab3
L
9823{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9824$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9825
9826
9827
9828
9829
9830
9831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9832$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9833if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
81ecdfbb
RW
9834 $as_echo_n "(cached) " >&6
9835else
6bb11ab3
L
9836 lt_cv_prog_compiler_c_o=no
9837 $RM -r conftest 2>/dev/null
9838 mkdir conftest
9839 cd conftest
9840 mkdir out
9841 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9842
9843 lt_compiler_flag="-o out/conftest2.$ac_objext"
9844 # Insert the option either (1) after the last *FLAGS variable, or
9845 # (2) before a word containing "conftest.", or (3) at the end.
9846 # Note that $ac_compile itself does not contain backslashes and begins
9847 # with a dollar sign (not a hyphen), so the echo should work correctly.
9848 lt_compile=`echo "$ac_compile" | $SED \
9849 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9850 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9851 -e 's:$: $lt_compiler_flag:'`
9852 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9853 (eval "$lt_compile" 2>out/conftest.err)
9854 ac_status=$?
9855 cat out/conftest.err >&5
9856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9857 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9858 then
9859 # The compiler can only warn and ignore the option if not recognized
9860 # So say no if there are warnings
9861 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9862 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9863 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9864 lt_cv_prog_compiler_c_o=yes
9865 fi
9866 fi
9867 chmod u+w . 2>&5
9868 $RM conftest*
9869 # SGI C++ compiler will create directory out/ii_files/ for
9870 # template instantiation
9871 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9872 $RM out/* && rmdir out
9873 cd ..
9874 $RM -r conftest
9875 $RM conftest*
9876
9877fi
9878{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9879$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9880
9881
9882
9883
9884hard_links="nottested"
9885if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9886 # do not overwrite the value of need_locks provided by the user
9887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9888$as_echo_n "checking if we can lock with hard links... " >&6; }
9889 hard_links=yes
9890 $RM conftest*
9891 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9892 touch conftest.a
9893 ln conftest.a conftest.b 2>&5 || hard_links=no
9894 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9896$as_echo "$hard_links" >&6; }
9897 if test "$hard_links" = no; then
9898 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9899$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9900 need_locks=warn
9901 fi
9902else
9903 need_locks=no
9904fi
9905
9906
9907
9908
9909
9910
9911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9912$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9913
9914 runpath_var=
9915 allow_undefined_flag=
9916 always_export_symbols=no
9917 archive_cmds=
9918 archive_expsym_cmds=
9919 compiler_needs_object=no
9920 enable_shared_with_static_runtimes=no
9921 export_dynamic_flag_spec=
9922 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9923 hardcode_automatic=no
9924 hardcode_direct=no
9925 hardcode_direct_absolute=no
9926 hardcode_libdir_flag_spec=
9927 hardcode_libdir_flag_spec_ld=
9928 hardcode_libdir_separator=
9929 hardcode_minus_L=no
9930 hardcode_shlibpath_var=unsupported
9931 inherit_rpath=no
9932 link_all_deplibs=unknown
9933 module_cmds=
9934 module_expsym_cmds=
9935 old_archive_from_new_cmds=
9936 old_archive_from_expsyms_cmds=
9937 thread_safe_flag_spec=
9938 whole_archive_flag_spec=
9939 # include_expsyms should be a list of space-separated symbols to be *always*
9940 # included in the symbol list
9941 include_expsyms=
9942 # exclude_expsyms can be an extended regexp of symbols to exclude
9943 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9944 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9945 # as well as any symbol that contains `d'.
9946 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9947 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9948 # platforms (ab)use it in PIC code, but their linkers get confused if
9949 # the symbol is explicitly referenced. Since portable code cannot
9950 # rely on this symbol name, it's probably fine to never include it in
9951 # preloaded symbol tables.
9952 # Exclude shared library initialization/finalization symbols.
9953 extract_expsyms_cmds=
9954
9955 case $host_os in
9956 cygwin* | mingw* | pw32* | cegcc*)
9957 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9958 # When not using gcc, we currently assume that we are using
9959 # Microsoft Visual C++.
9960 if test "$GCC" != yes; then
9961 with_gnu_ld=no
9962 fi
9963 ;;
9964 interix*)
9965 # we just hope/assume this is gcc and not c89 (= MSVC++)
9966 with_gnu_ld=yes
9967 ;;
9968 openbsd*)
9969 with_gnu_ld=no
9970 ;;
9971 esac
f0569246 9972
6bb11ab3
L
9973 ld_shlibs=yes
9974
9975 # On some targets, GNU ld is compatible enough with the native linker
9976 # that we're better off using the native interface for both.
9977 lt_use_gnu_ld_interface=no
9978 if test "$with_gnu_ld" = yes; then
9979 case $host_os in
9980 aix*)
9981 # The AIX port of GNU ld has always aspired to compatibility
9982 # with the native linker. However, as the warning in the GNU ld
9983 # block says, versions before 2.19.5* couldn't really create working
9984 # shared libraries, regardless of the interface used.
9985 case `$LD -v 2>&1` in
9986 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9987 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9988 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9989 *)
9990 lt_use_gnu_ld_interface=yes
9991 ;;
9992 esac
9993 ;;
9994 *)
9995 lt_use_gnu_ld_interface=yes
9996 ;;
9997 esac
9998 fi
f0569246 9999
6bb11ab3
L
10000 if test "$lt_use_gnu_ld_interface" = yes; then
10001 # If archive_cmds runs LD, not CC, wlarc should be empty
10002 wlarc='${wl}'
10003
10004 # Set some defaults for GNU ld with shared library support. These
10005 # are reset later if shared libraries are not supported. Putting them
10006 # here allows them to be overridden if necessary.
10007 runpath_var=LD_RUN_PATH
10008 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10009 export_dynamic_flag_spec='${wl}--export-dynamic'
10010 # ancient GNU ld didn't support --whole-archive et. al.
10011 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10012 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10013 else
10014 whole_archive_flag_spec=
10015 fi
10016 supports_anon_versioning=no
10017 case `$LD -v 2>&1` in
10018 *GNU\ gold*) supports_anon_versioning=yes ;;
10019 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10020 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10021 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10022 *\ 2.11.*) ;; # other 2.11 versions
10023 *) supports_anon_versioning=yes ;;
10024 esac
10025
10026 # See if GNU ld supports shared libraries.
10027 case $host_os in
10028 aix[3-9]*)
10029 # On AIX/PPC, the GNU linker is very broken
10030 if test "$host_cpu" != ia64; then
10031 ld_shlibs=no
10032 cat <<_LT_EOF 1>&2
10033
10034*** Warning: the GNU linker, at least up to release 2.19, is reported
10035*** to be unable to reliably create shared libraries on AIX.
10036*** Therefore, libtool is disabling shared libraries support. If you
10037*** really care for shared libraries, you may want to install binutils
10038*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10039*** You will then need to restart the configuration process.
10040
10041_LT_EOF
10042 fi
10043 ;;
10044
10045 amigaos*)
10046 case $host_cpu in
10047 powerpc)
10048 # see comment about AmigaOS4 .so support
10049 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10050 archive_expsym_cmds=''
10051 ;;
10052 m68k)
10053 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)'
10054 hardcode_libdir_flag_spec='-L$libdir'
10055 hardcode_minus_L=yes
10056 ;;
10057 esac
10058 ;;
10059
10060 beos*)
10061 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10062 allow_undefined_flag=unsupported
10063 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10064 # support --undefined. This deserves some investigation. FIXME
10065 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10066 else
10067 ld_shlibs=no
10068 fi
10069 ;;
10070
10071 cygwin* | mingw* | pw32* | cegcc*)
10072 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10073 # as there is no search path for DLLs.
10074 hardcode_libdir_flag_spec='-L$libdir'
10075 export_dynamic_flag_spec='${wl}--export-all-symbols'
10076 allow_undefined_flag=unsupported
10077 always_export_symbols=no
10078 enable_shared_with_static_runtimes=yes
10079 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10080
10081 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10082 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10083 # If the export-symbols file already is a .def file (1st line
10084 # is EXPORTS), use it as is; otherwise, prepend...
10085 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10086 cp $export_symbols $output_objdir/$soname.def;
10087 else
10088 echo EXPORTS > $output_objdir/$soname.def;
10089 cat $export_symbols >> $output_objdir/$soname.def;
10090 fi~
10091 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10092 else
10093 ld_shlibs=no
10094 fi
10095 ;;
10096
10097 haiku*)
10098 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10099 link_all_deplibs=yes
10100 ;;
10101
10102 interix[3-9]*)
10103 hardcode_direct=no
10104 hardcode_shlibpath_var=no
10105 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10106 export_dynamic_flag_spec='${wl}-E'
10107 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10108 # Instead, shared libraries are loaded at an image base (0x10000000 by
10109 # default) and relocated if they conflict, which is a slow very memory
10110 # consuming and fragmenting process. To avoid this, we pick a random,
10111 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10112 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10113 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10114 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'
10115 ;;
10116
10117 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10118 tmp_diet=no
10119 if test "$host_os" = linux-dietlibc; then
10120 case $cc_basename in
10121 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10122 esac
10123 fi
10124 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10125 && test "$tmp_diet" = no
10126 then
5cddc23a 10127 tmp_addflag=' $pic_flag'
6bb11ab3
L
10128 tmp_sharedflag='-shared'
10129 case $cc_basename,$host_cpu in
10130 pgcc*) # Portland Group C compiler
10131 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'
10132 tmp_addflag=' $pic_flag'
10133 ;;
10134 pgf77* | pgf90* | pgf95* | pgfortran*)
10135 # Portland Group f77 and f90 compilers
10136 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'
10137 tmp_addflag=' $pic_flag -Mnomain' ;;
10138 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10139 tmp_addflag=' -i_dynamic' ;;
10140 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10141 tmp_addflag=' -i_dynamic -nofor_main' ;;
10142 ifc* | ifort*) # Intel Fortran compiler
10143 tmp_addflag=' -nofor_main' ;;
10144 lf95*) # Lahey Fortran 8.1
10145 whole_archive_flag_spec=
10146 tmp_sharedflag='--shared' ;;
10147 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10148 tmp_sharedflag='-qmkshrobj'
10149 tmp_addflag= ;;
10150 nvcc*) # Cuda Compiler Driver 2.2
10151 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'
10152 compiler_needs_object=yes
10153 ;;
10154 esac
10155 case `$CC -V 2>&1 | sed 5q` in
10156 *Sun\ C*) # Sun C 5.9
10157 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'
10158 compiler_needs_object=yes
10159 tmp_sharedflag='-G' ;;
10160 *Sun\ F*) # Sun Fortran 8.3
10161 tmp_sharedflag='-G' ;;
10162 esac
10163 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10164
10165 if test "x$supports_anon_versioning" = xyes; then
10166 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10167 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10168 echo "local: *; };" >> $output_objdir/$libname.ver~
10169 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10170 fi
10171
10172 case $cc_basename in
10173 xlf* | bgf* | bgxlf* | mpixlf*)
10174 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10175 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10176 hardcode_libdir_flag_spec=
10177 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10178 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10179 if test "x$supports_anon_versioning" = xyes; then
10180 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10181 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10182 echo "local: *; };" >> $output_objdir/$libname.ver~
10183 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10184 fi
10185 ;;
10186 esac
10187 else
10188 ld_shlibs=no
10189 fi
10190 ;;
10191
10192 netbsd*)
10193 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10194 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10195 wlarc=
10196 else
10197 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10198 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10199 fi
10200 ;;
10201
10202 solaris*)
10203 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10204 ld_shlibs=no
10205 cat <<_LT_EOF 1>&2
10206
10207*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10208*** create shared libraries on Solaris systems. Therefore, libtool
10209*** is disabling shared libraries support. We urge you to upgrade GNU
10210*** binutils to release 2.9.1 or newer. Another option is to modify
10211*** your PATH or compiler configuration so that the native linker is
10212*** used, and then restart.
10213
10214_LT_EOF
10215 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10216 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10217 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10218 else
10219 ld_shlibs=no
10220 fi
10221 ;;
10222
10223 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10224 case `$LD -v 2>&1` in
10225 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10226 ld_shlibs=no
10227 cat <<_LT_EOF 1>&2
10228
10229*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10230*** reliably create shared libraries on SCO systems. Therefore, libtool
10231*** is disabling shared libraries support. We urge you to upgrade GNU
10232*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10233*** your PATH or compiler configuration so that the native linker is
10234*** used, and then restart.
10235
10236_LT_EOF
10237 ;;
10238 *)
10239 # For security reasons, it is highly recommended that you always
10240 # use absolute paths for naming shared libraries, and exclude the
10241 # DT_RUNPATH tag from executables and libraries. But doing so
10242 # requires that you compile everything twice, which is a pain.
10243 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10244 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10245 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10246 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10247 else
10248 ld_shlibs=no
10249 fi
10250 ;;
10251 esac
10252 ;;
10253
10254 sunos4*)
10255 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10256 wlarc=
10257 hardcode_direct=yes
10258 hardcode_shlibpath_var=no
10259 ;;
10260
10261 *)
10262 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10263 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10264 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10265 else
10266 ld_shlibs=no
10267 fi
10268 ;;
10269 esac
10270
10271 if test "$ld_shlibs" = no; then
10272 runpath_var=
10273 hardcode_libdir_flag_spec=
10274 export_dynamic_flag_spec=
10275 whole_archive_flag_spec=
10276 fi
10277 else
10278 # PORTME fill in a description of your system's linker (not GNU ld)
10279 case $host_os in
10280 aix3*)
10281 allow_undefined_flag=unsupported
10282 always_export_symbols=yes
10283 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'
10284 # Note: this linker hardcodes the directories in LIBPATH if there
10285 # are no directories specified by -L.
10286 hardcode_minus_L=yes
10287 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10288 # Neither direct hardcoding nor static linking is supported with a
10289 # broken collect2.
10290 hardcode_direct=unsupported
10291 fi
10292 ;;
10293
10294 aix[4-9]*)
10295 if test "$host_cpu" = ia64; then
10296 # On IA64, the linker does run time linking by default, so we don't
10297 # have to do anything special.
10298 aix_use_runtimelinking=no
10299 exp_sym_flag='-Bexport'
10300 no_entry_flag=""
10301 else
10302 # If we're using GNU nm, then we don't want the "-C" option.
10303 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10304 # Also, AIX nm treats weak defined symbols like other global
10305 # defined symbols, whereas GNU nm marks them as "W".
10306 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10307 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'
10308 else
10309 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
10310 fi
10311 aix_use_runtimelinking=no
10312
10313 # Test if we are trying to use run time linking or normal
10314 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10315 # need to do runtime linking.
10316 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10317 for ld_flag in $LDFLAGS; do
10318 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10319 aix_use_runtimelinking=yes
10320 break
10321 fi
10322 done
10323 ;;
10324 esac
10325
10326 exp_sym_flag='-bexport'
10327 no_entry_flag='-bnoentry'
10328 fi
10329
10330 # When large executables or shared objects are built, AIX ld can
10331 # have problems creating the table of contents. If linking a library
10332 # or program results in "error TOC overflow" add -mminimal-toc to
10333 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10334 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10335
10336 archive_cmds=''
10337 hardcode_direct=yes
10338 hardcode_direct_absolute=yes
10339 hardcode_libdir_separator=':'
10340 link_all_deplibs=yes
10341 file_list_spec='${wl}-f,'
10342
10343 if test "$GCC" = yes; then
10344 case $host_os in aix4.[012]|aix4.[012].*)
10345 # We only want to do this on AIX 4.2 and lower, the check
10346 # below for broken collect2 doesn't work under 4.3+
10347 collect2name=`${CC} -print-prog-name=collect2`
10348 if test -f "$collect2name" &&
10349 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10350 then
10351 # We have reworked collect2
10352 :
10353 else
10354 # We have old collect2
10355 hardcode_direct=unsupported
10356 # It fails to find uninstalled libraries when the uninstalled
10357 # path is not listed in the libpath. Setting hardcode_minus_L
10358 # to unsupported forces relinking
10359 hardcode_minus_L=yes
10360 hardcode_libdir_flag_spec='-L$libdir'
10361 hardcode_libdir_separator=
10362 fi
10363 ;;
10364 esac
10365 shared_flag='-shared'
10366 if test "$aix_use_runtimelinking" = yes; then
10367 shared_flag="$shared_flag "'${wl}-G'
10368 fi
10369 else
10370 # not using gcc
10371 if test "$host_cpu" = ia64; then
10372 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10373 # chokes on -Wl,-G. The following line is correct:
10374 shared_flag='-G'
10375 else
10376 if test "$aix_use_runtimelinking" = yes; then
10377 shared_flag='${wl}-G'
10378 else
10379 shared_flag='${wl}-bM:SRE'
10380 fi
10381 fi
10382 fi
10383
10384 export_dynamic_flag_spec='${wl}-bexpall'
10385 # It seems that -bexpall does not export symbols beginning with
10386 # underscore (_), so it is better to generate a list of symbols to export.
10387 always_export_symbols=yes
10388 if test "$aix_use_runtimelinking" = yes; then
10389 # Warning - without using the other runtime loading flags (-brtl),
10390 # -berok will link without error, but may produce a broken library.
10391 allow_undefined_flag='-berok'
10392 # Determine the default libpath from the value encoded in an
10393 # empty executable.
10394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
10395/* end confdefs.h. */
10396
10397int
10398main ()
10399{
10400
10401 ;
10402 return 0;
10403}
10404_ACEOF
6bb11ab3 10405if ac_fn_c_try_link "$LINENO"; then :
81ecdfbb 10406
6bb11ab3
L
10407lt_aix_libpath_sed='
10408 /Import File Strings/,/^$/ {
10409 /^0/ {
10410 s/^0 *\(.*\)$/\1/
10411 p
10412 }
10413 }'
10414aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10415# Check for a 64-bit object if we didn't find anything.
10416if test -z "$aix_libpath"; then
10417 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10418fi
10419fi
10420rm -f core conftest.err conftest.$ac_objext \
10421 conftest$ac_exeext conftest.$ac_ext
10422if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10423
10424 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10425 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"
10426 else
10427 if test "$host_cpu" = ia64; then
10428 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10429 allow_undefined_flag="-z nodefs"
10430 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"
10431 else
10432 # Determine the default libpath from the value encoded in an
10433 # empty executable.
81ecdfbb
RW
10434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10435/* end confdefs.h. */
10436
10437int
10438main ()
10439{
b7026657 10440
81ecdfbb
RW
10441 ;
10442 return 0;
10443}
10444_ACEOF
6bb11ab3
L
10445if ac_fn_c_try_link "$LINENO"; then :
10446
10447lt_aix_libpath_sed='
10448 /Import File Strings/,/^$/ {
10449 /^0/ {
10450 s/^0 *\(.*\)$/\1/
10451 p
10452 }
10453 }'
10454aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10455# Check for a 64-bit object if we didn't find anything.
10456if test -z "$aix_libpath"; then
10457 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
f0569246 10458fi
81ecdfbb 10459fi
6bb11ab3
L
10460rm -f core conftest.err conftest.$ac_objext \
10461 conftest$ac_exeext conftest.$ac_ext
10462if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10463
10464 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10465 # Warning - without using the other run time loading flags,
10466 # -berok will link without error, but may produce a broken library.
10467 no_undefined_flag=' ${wl}-bernotok'
10468 allow_undefined_flag=' ${wl}-berok'
10469 if test "$with_gnu_ld" = yes; then
10470 # We only use this code for GNU lds that support --whole-archive.
10471 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10472 else
10473 # Exported symbols can be pulled into shared objects from archives
10474 whole_archive_flag_spec='$convenience'
10475 fi
10476 archive_cmds_need_lc=yes
10477 # This is similar to how AIX traditionally builds its shared libraries.
10478 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'
10479 fi
10480 fi
10481 ;;
10482
10483 amigaos*)
10484 case $host_cpu in
10485 powerpc)
10486 # see comment about AmigaOS4 .so support
10487 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10488 archive_expsym_cmds=''
10489 ;;
10490 m68k)
10491 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)'
10492 hardcode_libdir_flag_spec='-L$libdir'
10493 hardcode_minus_L=yes
10494 ;;
10495 esac
10496 ;;
10497
10498 bsdi[45]*)
10499 export_dynamic_flag_spec=-rdynamic
10500 ;;
10501
10502 cygwin* | mingw* | pw32* | cegcc*)
10503 # When not using gcc, we currently assume that we are using
10504 # Microsoft Visual C++.
10505 # hardcode_libdir_flag_spec is actually meaningless, as there is
10506 # no search path for DLLs.
10507 hardcode_libdir_flag_spec=' '
10508 allow_undefined_flag=unsupported
10509 # Tell ltmain to make .lib files, not .a files.
10510 libext=lib
10511 # Tell ltmain to make .dll files, not .so files.
10512 shrext_cmds=".dll"
10513 # FIXME: Setting linknames here is a bad hack.
10514 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10515 # The linker will automatically build a .lib file if we build a DLL.
10516 old_archive_from_new_cmds='true'
10517 # FIXME: Should let the user specify the lib program.
10518 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10519 fix_srcfile_path='`cygpath -w "$srcfile"`'
10520 enable_shared_with_static_runtimes=yes
10521 ;;
10522
10523 darwin* | rhapsody*)
10524
10525
10526 archive_cmds_need_lc=no
10527 hardcode_direct=no
10528 hardcode_automatic=yes
10529 hardcode_shlibpath_var=unsupported
10530 if test "$lt_cv_ld_force_load" = "yes"; then
10531 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 10532 else
6bb11ab3 10533 whole_archive_flag_spec=''
f0569246 10534 fi
6bb11ab3
L
10535 link_all_deplibs=yes
10536 allow_undefined_flag="$_lt_dar_allow_undefined"
10537 case $cc_basename in
10538 ifort*) _lt_dar_can_shared=yes ;;
10539 *) _lt_dar_can_shared=$GCC ;;
10540 esac
10541 if test "$_lt_dar_can_shared" = "yes"; then
10542 output_verbose_link_cmd=func_echo_all
10543 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10544 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10545 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}"
10546 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}"
10547
f0569246 10548 else
6bb11ab3 10549 ld_shlibs=no
f0569246 10550 fi
6bb11ab3
L
10551
10552 ;;
10553
10554 dgux*)
10555 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10556 hardcode_libdir_flag_spec='-L$libdir'
10557 hardcode_shlibpath_var=no
10558 ;;
10559
10560 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10561 # support. Future versions do this automatically, but an explicit c++rt0.o
10562 # does not break anything, and helps significantly (at the cost of a little
10563 # extra space).
10564 freebsd2.2*)
10565 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10566 hardcode_libdir_flag_spec='-R$libdir'
10567 hardcode_direct=yes
10568 hardcode_shlibpath_var=no
10569 ;;
10570
10571 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10572 freebsd2.*)
10573 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10574 hardcode_direct=yes
10575 hardcode_minus_L=yes
10576 hardcode_shlibpath_var=no
10577 ;;
10578
10579 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10580 freebsd* | dragonfly*)
10581 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10582 hardcode_libdir_flag_spec='-R$libdir'
10583 hardcode_direct=yes
10584 hardcode_shlibpath_var=no
10585 ;;
10586
10587 hpux9*)
10588 if test "$GCC" = yes; then
10589 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'
10590 else
10591 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'
10592 fi
10593 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10594 hardcode_libdir_separator=:
10595 hardcode_direct=yes
10596
10597 # hardcode_minus_L: Not really in the search PATH,
10598 # but as the default location of the library.
10599 hardcode_minus_L=yes
10600 export_dynamic_flag_spec='${wl}-E'
10601 ;;
10602
10603 hpux10*)
10604 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10605 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10606 else
10607 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10608 fi
10609 if test "$with_gnu_ld" = no; then
10610 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10611 hardcode_libdir_flag_spec_ld='+b $libdir'
10612 hardcode_libdir_separator=:
10613 hardcode_direct=yes
10614 hardcode_direct_absolute=yes
10615 export_dynamic_flag_spec='${wl}-E'
10616 # hardcode_minus_L: Not really in the search PATH,
10617 # but as the default location of the library.
10618 hardcode_minus_L=yes
10619 fi
10620 ;;
10621
10622 hpux11*)
10623 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10624 case $host_cpu in
10625 hppa*64*)
10626 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10627 ;;
10628 ia64*)
10629 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10630 ;;
10631 *)
10632 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10633 ;;
10634 esac
10635 else
10636 case $host_cpu in
10637 hppa*64*)
10638 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10639 ;;
10640 ia64*)
10641 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10642 ;;
10643 *)
10644
10645 # Older versions of the 11.00 compiler do not understand -b yet
10646 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10648$as_echo_n "checking if $CC understands -b... " >&6; }
10649if test "${lt_cv_prog_compiler__b+set}" = set; then :
81ecdfbb 10650 $as_echo_n "(cached) " >&6
f0569246 10651else
6bb11ab3
L
10652 lt_cv_prog_compiler__b=no
10653 save_LDFLAGS="$LDFLAGS"
10654 LDFLAGS="$LDFLAGS -b"
10655 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10656 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10657 # The linker can only warn and ignore the option if not recognized
10658 # So say no if there are warnings
10659 if test -s conftest.err; then
10660 # Append any errors to the config.log.
10661 cat conftest.err 1>&5
10662 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10663 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10664 if diff conftest.exp conftest.er2 >/dev/null; then
10665 lt_cv_prog_compiler__b=yes
10666 fi
10667 else
10668 lt_cv_prog_compiler__b=yes
10669 fi
10670 fi
10671 $RM -r conftest*
10672 LDFLAGS="$save_LDFLAGS"
f0569246 10673
6bb11ab3
L
10674fi
10675{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10676$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 10677
6bb11ab3
L
10678if test x"$lt_cv_prog_compiler__b" = xyes; then
10679 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10680else
10681 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10682fi
81ecdfbb 10683
6bb11ab3
L
10684 ;;
10685 esac
10686 fi
10687 if test "$with_gnu_ld" = no; then
10688 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10689 hardcode_libdir_separator=:
10690
10691 case $host_cpu in
10692 hppa*64*|ia64*)
10693 hardcode_direct=no
10694 hardcode_shlibpath_var=no
10695 ;;
10696 *)
10697 hardcode_direct=yes
10698 hardcode_direct_absolute=yes
10699 export_dynamic_flag_spec='${wl}-E'
10700
10701 # hardcode_minus_L: Not really in the search PATH,
10702 # but as the default location of the library.
10703 hardcode_minus_L=yes
10704 ;;
10705 esac
10706 fi
10707 ;;
10708
10709 irix5* | irix6* | nonstopux*)
10710 if test "$GCC" = yes; then
10711 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'
10712 # Try to use the -exported_symbol ld option, if it does not
10713 # work, assume that -exports_file does not work either and
10714 # implicitly export all symbols.
10715 save_LDFLAGS="$LDFLAGS"
10716 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10718/* end confdefs.h. */
10719int foo(void) {}
b7026657 10720_ACEOF
6bb11ab3
L
10721if ac_fn_c_try_link "$LINENO"; then :
10722 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 10723
f0569246 10724fi
6bb11ab3
L
10725rm -f core conftest.err conftest.$ac_objext \
10726 conftest$ac_exeext conftest.$ac_ext
10727 LDFLAGS="$save_LDFLAGS"
10728 else
10729 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'
10730 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'
10731 fi
10732 archive_cmds_need_lc='no'
10733 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10734 hardcode_libdir_separator=:
10735 inherit_rpath=yes
10736 link_all_deplibs=yes
10737 ;;
10738
10739 netbsd*)
10740 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10741 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10742 else
10743 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10744 fi
10745 hardcode_libdir_flag_spec='-R$libdir'
10746 hardcode_direct=yes
10747 hardcode_shlibpath_var=no
10748 ;;
10749
10750 newsos6)
10751 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10752 hardcode_direct=yes
10753 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10754 hardcode_libdir_separator=:
10755 hardcode_shlibpath_var=no
10756 ;;
10757
10758 *nto* | *qnx*)
10759 ;;
10760
10761 openbsd*)
10762 if test -f /usr/libexec/ld.so; then
10763 hardcode_direct=yes
10764 hardcode_shlibpath_var=no
10765 hardcode_direct_absolute=yes
10766 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10767 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10768 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10769 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10770 export_dynamic_flag_spec='${wl}-E'
10771 else
10772 case $host_os in
10773 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10774 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10775 hardcode_libdir_flag_spec='-R$libdir'
10776 ;;
10777 *)
10778 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10779 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10780 ;;
10781 esac
10782 fi
10783 else
10784 ld_shlibs=no
10785 fi
10786 ;;
10787
10788 os2*)
10789 hardcode_libdir_flag_spec='-L$libdir'
10790 hardcode_minus_L=yes
10791 allow_undefined_flag=unsupported
10792 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'
10793 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10794 ;;
10795
10796 osf3*)
10797 if test "$GCC" = yes; then
10798 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10799 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'
10800 else
10801 allow_undefined_flag=' -expect_unresolved \*'
10802 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'
10803 fi
10804 archive_cmds_need_lc='no'
10805 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10806 hardcode_libdir_separator=:
10807 ;;
10808
10809 osf4* | osf5*) # as osf3* with the addition of -msym flag
10810 if test "$GCC" = yes; then
10811 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10812 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'
10813 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10814 else
10815 allow_undefined_flag=' -expect_unresolved \*'
10816 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'
10817 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~
10818 $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'
10819
10820 # Both c and cxx compiler support -rpath directly
10821 hardcode_libdir_flag_spec='-rpath $libdir'
10822 fi
10823 archive_cmds_need_lc='no'
10824 hardcode_libdir_separator=:
10825 ;;
10826
10827 solaris*)
10828 no_undefined_flag=' -z defs'
10829 if test "$GCC" = yes; then
10830 wlarc='${wl}'
10831 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10832 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10833 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10834 else
10835 case `$CC -V 2>&1` in
10836 *"Compilers 5.0"*)
10837 wlarc=''
10838 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10839 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10840 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10841 ;;
10842 *)
10843 wlarc='${wl}'
10844 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10845 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10846 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10847 ;;
10848 esac
10849 fi
10850 hardcode_libdir_flag_spec='-R$libdir'
10851 hardcode_shlibpath_var=no
10852 case $host_os in
10853 solaris2.[0-5] | solaris2.[0-5].*) ;;
10854 *)
10855 # The compiler driver will combine and reorder linker options,
10856 # but understands `-z linker_flag'. GCC discards it without `$wl',
10857 # but is careful enough not to reorder.
10858 # Supported since Solaris 2.6 (maybe 2.5.1?)
10859 if test "$GCC" = yes; then
10860 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10861 else
10862 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10863 fi
10864 ;;
10865 esac
10866 link_all_deplibs=yes
10867 ;;
10868
10869 sunos4*)
10870 if test "x$host_vendor" = xsequent; then
10871 # Use $CC to link under sequent, because it throws in some extra .o
10872 # files that make .init and .fini sections work.
10873 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10874 else
10875 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10876 fi
10877 hardcode_libdir_flag_spec='-L$libdir'
10878 hardcode_direct=yes
10879 hardcode_minus_L=yes
10880 hardcode_shlibpath_var=no
10881 ;;
10882
10883 sysv4)
10884 case $host_vendor in
10885 sni)
10886 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10887 hardcode_direct=yes # is this really true???
10888 ;;
10889 siemens)
10890 ## LD is ld it makes a PLAMLIB
10891 ## CC just makes a GrossModule.
10892 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10893 reload_cmds='$CC -r -o $output$reload_objs'
10894 hardcode_direct=no
10895 ;;
10896 motorola)
10897 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10898 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10899 ;;
10900 esac
10901 runpath_var='LD_RUN_PATH'
10902 hardcode_shlibpath_var=no
10903 ;;
10904
10905 sysv4.3*)
10906 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10907 hardcode_shlibpath_var=no
10908 export_dynamic_flag_spec='-Bexport'
10909 ;;
10910
10911 sysv4*MP*)
10912 if test -d /usr/nec; then
10913 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10914 hardcode_shlibpath_var=no
10915 runpath_var=LD_RUN_PATH
10916 hardcode_runpath_var=yes
10917 ld_shlibs=yes
10918 fi
10919 ;;
10920
10921 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10922 no_undefined_flag='${wl}-z,text'
10923 archive_cmds_need_lc=no
10924 hardcode_shlibpath_var=no
10925 runpath_var='LD_RUN_PATH'
10926
10927 if test "$GCC" = yes; then
10928 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10929 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10930 else
10931 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10932 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10933 fi
10934 ;;
10935
10936 sysv5* | sco3.2v5* | sco5v6*)
10937 # Note: We can NOT use -z defs as we might desire, because we do not
10938 # link with -lc, and that would cause any symbols used from libc to
10939 # always be unresolved, which means just about no library would
10940 # ever link correctly. If we're not using GNU ld we use -z text
10941 # though, which does catch some bad symbols but isn't as heavy-handed
10942 # as -z defs.
10943 no_undefined_flag='${wl}-z,text'
10944 allow_undefined_flag='${wl}-z,nodefs'
10945 archive_cmds_need_lc=no
10946 hardcode_shlibpath_var=no
10947 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10948 hardcode_libdir_separator=':'
10949 link_all_deplibs=yes
10950 export_dynamic_flag_spec='${wl}-Bexport'
10951 runpath_var='LD_RUN_PATH'
10952
10953 if test "$GCC" = yes; then
10954 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10955 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10956 else
10957 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10958 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10959 fi
10960 ;;
10961
10962 uts4*)
10963 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10964 hardcode_libdir_flag_spec='-L$libdir'
10965 hardcode_shlibpath_var=no
10966 ;;
10967
10968 *)
10969 ld_shlibs=no
10970 ;;
10971 esac
10972
10973 if test x$host_vendor = xsni; then
10974 case $host in
10975 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10976 export_dynamic_flag_spec='${wl}-Blargedynsym'
10977 ;;
10978 esac
10979 fi
10980 fi
10981
10982{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10983$as_echo "$ld_shlibs" >&6; }
10984test "$ld_shlibs" = no && can_build_shared=no
10985
10986with_gnu_ld=$with_gnu_ld
10987
10988
10989
10990
10991
f0569246 10992
b7026657 10993
f0569246 10994
6ffe910a 10995
6ffe910a
MF
10996
10997
6ffe910a 10998
f0569246 10999
f0569246 11000
c906108c 11001
6bb11ab3
L
11002#
11003# Do we need to explicitly link libc?
11004#
11005case "x$archive_cmds_need_lc" in
11006x|xyes)
11007 # Assume -lc should be added
11008 archive_cmds_need_lc=yes
11009
11010 if test "$enable_shared" = yes && test "$GCC" = yes; then
11011 case $archive_cmds in
11012 *'~'*)
11013 # FIXME: we may have to deal with multi-command sequences.
11014 ;;
11015 '$CC '*)
11016 # Test whether the compiler implicitly links with -lc since on some
11017 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11018 # to ld, don't add -lc before -lgcc.
11019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11020$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11021if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
6ffe910a 11022 $as_echo_n "(cached) " >&6
f0569246 11023else
6bb11ab3
L
11024 $RM conftest*
11025 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11026
11027 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11028 (eval $ac_compile) 2>&5
11029 ac_status=$?
11030 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11031 test $ac_status = 0; } 2>conftest.err; then
11032 soname=conftest
11033 lib=conftest
11034 libobjs=conftest.$ac_objext
11035 deplibs=
11036 wl=$lt_prog_compiler_wl
11037 pic_flag=$lt_prog_compiler_pic
11038 compiler_flags=-v
11039 linker_flags=-v
11040 verstring=
11041 output_objdir=.
11042 libname=conftest
11043 lt_save_allow_undefined_flag=$allow_undefined_flag
11044 allow_undefined_flag=
11045 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11046 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11047 ac_status=$?
11048 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11049 test $ac_status = 0; }
11050 then
11051 lt_cv_archive_cmds_need_lc=no
11052 else
11053 lt_cv_archive_cmds_need_lc=yes
11054 fi
11055 allow_undefined_flag=$lt_save_allow_undefined_flag
11056 else
11057 cat conftest.err 1>&5
11058 fi
11059 $RM conftest*
c906108c 11060
6ffe910a 11061fi
6bb11ab3
L
11062{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11063$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11064 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11065 ;;
11066 esac
11067 fi
11068 ;;
6ffe910a 11069esac
c906108c 11070
c906108c 11071
6ffe910a 11072
c906108c 11073
81ecdfbb 11074
35695fd6 11075
35695fd6 11076
35695fd6 11077
f0569246 11078
c906108c 11079
f0569246 11080
b7026657 11081
f0569246 11082
c906108c 11083
81ecdfbb 11084
b7026657 11085
f0569246
AC
11086
11087
81ecdfbb 11088
81ecdfbb 11089
81ecdfbb
RW
11090
11091
81ecdfbb 11092
81ecdfbb 11093
f0569246
AC
11094
11095
c906108c 11096
f0569246 11097
c906108c 11098
c906108c 11099
81ecdfbb 11100
b7026657 11101
c906108c 11102
f0569246 11103
81ecdfbb 11104
f0569246 11105
c906108c 11106
c906108c 11107
b7026657 11108
81ecdfbb 11109
b7026657 11110
c906108c 11111
c906108c 11112
b7026657
AC
11113
11114
11115
11116
6ffe910a 11117
2232061b
MF
11118
11119
2232061b 11120
2232061b
MF
11121
11122
2232061b
MF
11123
11124
2232061b 11125
6bb11ab3
L
11126
11127
11128
11129
11130
11131
11132
11133
11134
11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
11149
11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
11160
11161
11162
11163
11164
11165
11166
11167
11168
11169
11170
11171
11172
11173
11174
11175
11176
11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190
11191
11192
11193
11194
11195
11196
11197
11198
11199
11200
11201
11202
11203
11204
11205
11206
11207
11208
11209
11210
11211
11212
11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11228$as_echo_n "checking dynamic linker characteristics... " >&6; }
11229
11230if test "$GCC" = yes; then
11231 case $host_os in
11232 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11233 *) lt_awk_arg="/^libraries:/" ;;
11234 esac
11235 case $host_os in
11236 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11237 *) lt_sed_strip_eq="s,=/,/,g" ;;
11238 esac
11239 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11240 case $lt_search_path_spec in
11241 *\;*)
11242 # if the path contains ";" then we assume it to be the separator
11243 # otherwise default to the standard path separator (i.e. ":") - it is
11244 # assumed that no part of a normal pathname contains ";" but that should
11245 # okay in the real world where ";" in dirpaths is itself problematic.
11246 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11247 ;;
11248 *)
11249 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11250 ;;
11251 esac
11252 # Ok, now we have the path, separated by spaces, we can step through it
11253 # and add multilib dir if necessary.
11254 lt_tmp_lt_search_path_spec=
11255 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11256 for lt_sys_path in $lt_search_path_spec; do
11257 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11258 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11259 else
11260 test -d "$lt_sys_path" && \
11261 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11262 fi
11263 done
11264 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11265BEGIN {RS=" "; FS="/|\n";} {
11266 lt_foo="";
11267 lt_count=0;
11268 for (lt_i = NF; lt_i > 0; lt_i--) {
11269 if ($lt_i != "" && $lt_i != ".") {
11270 if ($lt_i == "..") {
11271 lt_count++;
11272 } else {
11273 if (lt_count == 0) {
11274 lt_foo="/" $lt_i lt_foo;
11275 } else {
11276 lt_count--;
11277 }
11278 }
11279 }
11280 }
11281 if (lt_foo != "") { lt_freq[lt_foo]++; }
11282 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11283}'`
11284 # AWK program above erroneously prepends '/' to C:/dos/paths
11285 # for these hosts.
11286 case $host_os in
11287 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11288 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11289 esac
11290 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11291else
11292 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11293fi
11294library_names_spec=
11295libname_spec='lib$name'
11296soname_spec=
11297shrext_cmds=".so"
11298postinstall_cmds=
11299postuninstall_cmds=
11300finish_cmds=
11301finish_eval=
11302shlibpath_var=
11303shlibpath_overrides_runpath=unknown
11304version_type=none
11305dynamic_linker="$host_os ld.so"
11306sys_lib_dlsearch_path_spec="/lib /usr/lib"
11307need_lib_prefix=unknown
11308hardcode_into_libs=no
11309
11310# when you set need_version to no, make sure it does not cause -set_version
11311# flags to be left without arguments
11312need_version=unknown
11313
11314case $host_os in
11315aix3*)
11316 version_type=linux
11317 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11318 shlibpath_var=LIBPATH
11319
11320 # AIX 3 has no versioning support, so we append a major version to the name.
11321 soname_spec='${libname}${release}${shared_ext}$major'
11322 ;;
11323
11324aix[4-9]*)
11325 version_type=linux
11326 need_lib_prefix=no
11327 need_version=no
11328 hardcode_into_libs=yes
11329 if test "$host_cpu" = ia64; then
11330 # AIX 5 supports IA64
11331 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11332 shlibpath_var=LD_LIBRARY_PATH
11333 else
11334 # With GCC up to 2.95.x, collect2 would create an import file
11335 # for dependence libraries. The import file would start with
11336 # the line `#! .'. This would cause the generated library to
11337 # depend on `.', always an invalid library. This was fixed in
11338 # development snapshots of GCC prior to 3.0.
11339 case $host_os in
11340 aix4 | aix4.[01] | aix4.[01].*)
11341 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11342 echo ' yes '
11343 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11344 :
11345 else
11346 can_build_shared=no
11347 fi
11348 ;;
11349 esac
11350 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11351 # soname into executable. Probably we can add versioning support to
11352 # collect2, so additional links can be useful in future.
11353 if test "$aix_use_runtimelinking" = yes; then
11354 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11355 # instead of lib<name>.a to let people know that these are not
11356 # typical AIX shared libraries.
11357 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11358 else
11359 # We preserve .a as extension for shared libraries through AIX4.2
11360 # and later when we are not doing run time linking.
11361 library_names_spec='${libname}${release}.a $libname.a'
11362 soname_spec='${libname}${release}${shared_ext}$major'
11363 fi
11364 shlibpath_var=LIBPATH
2232061b 11365 fi
6bb11ab3
L
11366 ;;
11367
11368amigaos*)
11369 case $host_cpu in
11370 powerpc)
11371 # Since July 2007 AmigaOS4 officially supports .so libraries.
11372 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11373 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11374 ;;
11375 m68k)
11376 library_names_spec='$libname.ixlibrary $libname.a'
11377 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11378 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'
11379 ;;
11380 esac
11381 ;;
11382
11383beos*)
11384 library_names_spec='${libname}${shared_ext}'
11385 dynamic_linker="$host_os ld.so"
11386 shlibpath_var=LIBRARY_PATH
11387 ;;
11388
11389bsdi[45]*)
11390 version_type=linux
11391 need_version=no
11392 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11393 soname_spec='${libname}${release}${shared_ext}$major'
11394 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11395 shlibpath_var=LD_LIBRARY_PATH
11396 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11397 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11398 # the default ld.so.conf also contains /usr/contrib/lib and
11399 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11400 # libtool to hard-code these into programs
11401 ;;
11402
11403cygwin* | mingw* | pw32* | cegcc*)
11404 version_type=windows
11405 shrext_cmds=".dll"
11406 need_version=no
11407 need_lib_prefix=no
11408
11409 case $GCC,$host_os in
11410 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11411 library_names_spec='$libname.dll.a'
11412 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11413 postinstall_cmds='base_file=`basename \${file}`~
11414 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11415 dldir=$destdir/`dirname \$dlpath`~
11416 test -d \$dldir || mkdir -p \$dldir~
11417 $install_prog $dir/$dlname \$dldir/$dlname~
11418 chmod a+x \$dldir/$dlname~
11419 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11420 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11421 fi'
11422 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11423 dlpath=$dir/\$dldll~
11424 $RM \$dlpath'
11425 shlibpath_overrides_runpath=yes
11426
11427 case $host_os in
11428 cygwin*)
11429 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11430 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11431
11432 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11433 ;;
11434 mingw* | cegcc*)
11435 # MinGW DLLs use traditional 'lib' prefix
11436 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11437 ;;
11438 pw32*)
11439 # pw32 DLLs use 'pw' prefix rather than 'lib'
11440 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11441 ;;
11442 esac
11443 ;;
2232061b 11444
6bb11ab3
L
11445 *)
11446 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11447 ;;
11448 esac
11449 dynamic_linker='Win32 ld.exe'
11450 # FIXME: first we should search . and the directory the executable is in
11451 shlibpath_var=PATH
11452 ;;
11453
11454darwin* | rhapsody*)
11455 dynamic_linker="$host_os dyld"
11456 version_type=darwin
11457 need_lib_prefix=no
11458 need_version=no
11459 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11460 soname_spec='${libname}${release}${major}$shared_ext'
11461 shlibpath_overrides_runpath=yes
11462 shlibpath_var=DYLD_LIBRARY_PATH
11463 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11464
11465 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11466 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11467 ;;
11468
11469dgux*)
11470 version_type=linux
11471 need_lib_prefix=no
11472 need_version=no
11473 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11474 soname_spec='${libname}${release}${shared_ext}$major'
11475 shlibpath_var=LD_LIBRARY_PATH
11476 ;;
11477
11478freebsd* | dragonfly*)
11479 # DragonFly does not have aout. When/if they implement a new
11480 # versioning mechanism, adjust this.
11481 if test -x /usr/bin/objformat; then
11482 objformat=`/usr/bin/objformat`
11483 else
11484 case $host_os in
11485 freebsd[23].*) objformat=aout ;;
11486 *) objformat=elf ;;
11487 esac
11488 fi
11489 version_type=freebsd-$objformat
11490 case $version_type in
11491 freebsd-elf*)
11492 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11493 need_version=no
11494 need_lib_prefix=no
11495 ;;
11496 freebsd-*)
11497 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11498 need_version=yes
11499 ;;
11500 esac
11501 shlibpath_var=LD_LIBRARY_PATH
11502 case $host_os in
11503 freebsd2.*)
11504 shlibpath_overrides_runpath=yes
11505 ;;
11506 freebsd3.[01]* | freebsdelf3.[01]*)
11507 shlibpath_overrides_runpath=yes
11508 hardcode_into_libs=yes
11509 ;;
11510 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11511 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11512 shlibpath_overrides_runpath=no
11513 hardcode_into_libs=yes
11514 ;;
11515 *) # from 4.6 on, and DragonFly
11516 shlibpath_overrides_runpath=yes
11517 hardcode_into_libs=yes
11518 ;;
11519 esac
11520 ;;
11521
11522gnu*)
11523 version_type=linux
11524 need_lib_prefix=no
11525 need_version=no
11526 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11527 soname_spec='${libname}${release}${shared_ext}$major'
11528 shlibpath_var=LD_LIBRARY_PATH
11529 hardcode_into_libs=yes
11530 ;;
11531
11532haiku*)
11533 version_type=linux
11534 need_lib_prefix=no
11535 need_version=no
11536 dynamic_linker="$host_os runtime_loader"
11537 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11538 soname_spec='${libname}${release}${shared_ext}$major'
11539 shlibpath_var=LIBRARY_PATH
11540 shlibpath_overrides_runpath=yes
11541 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
11542 hardcode_into_libs=yes
11543 ;;
11544
11545hpux9* | hpux10* | hpux11*)
11546 # Give a soname corresponding to the major version so that dld.sl refuses to
11547 # link against other versions.
11548 version_type=sunos
11549 need_lib_prefix=no
11550 need_version=no
11551 case $host_cpu in
11552 ia64*)
11553 shrext_cmds='.so'
11554 hardcode_into_libs=yes
11555 dynamic_linker="$host_os dld.so"
11556 shlibpath_var=LD_LIBRARY_PATH
11557 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11558 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11559 soname_spec='${libname}${release}${shared_ext}$major'
11560 if test "X$HPUX_IA64_MODE" = X32; then
11561 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11562 else
11563 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11564 fi
11565 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11566 ;;
11567 hppa*64*)
11568 shrext_cmds='.sl'
11569 hardcode_into_libs=yes
11570 dynamic_linker="$host_os dld.sl"
11571 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11572 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11573 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11574 soname_spec='${libname}${release}${shared_ext}$major'
11575 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11576 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11577 ;;
11578 *)
11579 shrext_cmds='.sl'
11580 dynamic_linker="$host_os dld.sl"
11581 shlibpath_var=SHLIB_PATH
11582 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11583 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11584 soname_spec='${libname}${release}${shared_ext}$major'
11585 ;;
11586 esac
11587 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11588 postinstall_cmds='chmod 555 $lib'
11589 # or fails outright, so override atomically:
11590 install_override_mode=555
11591 ;;
11592
11593interix[3-9]*)
11594 version_type=linux
11595 need_lib_prefix=no
11596 need_version=no
11597 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11598 soname_spec='${libname}${release}${shared_ext}$major'
11599 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11600 shlibpath_var=LD_LIBRARY_PATH
11601 shlibpath_overrides_runpath=no
11602 hardcode_into_libs=yes
11603 ;;
11604
11605irix5* | irix6* | nonstopux*)
11606 case $host_os in
11607 nonstopux*) version_type=nonstopux ;;
11608 *)
11609 if test "$lt_cv_prog_gnu_ld" = yes; then
11610 version_type=linux
11611 else
11612 version_type=irix
11613 fi ;;
11614 esac
11615 need_lib_prefix=no
11616 need_version=no
11617 soname_spec='${libname}${release}${shared_ext}$major'
11618 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11619 case $host_os in
11620 irix5* | nonstopux*)
11621 libsuff= shlibsuff=
11622 ;;
11623 *)
11624 case $LD in # libtool.m4 will add one of these switches to LD
11625 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11626 libsuff= shlibsuff= libmagic=32-bit;;
11627 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11628 libsuff=32 shlibsuff=N32 libmagic=N32;;
11629 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11630 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11631 *) libsuff= shlibsuff= libmagic=never-match;;
11632 esac
11633 ;;
11634 esac
11635 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11636 shlibpath_overrides_runpath=no
11637 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11638 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11639 hardcode_into_libs=yes
11640 ;;
11641
11642# No shared lib support for Linux oldld, aout, or coff.
11643linux*oldld* | linux*aout* | linux*coff*)
11644 dynamic_linker=no
11645 ;;
11646
11647# This must be Linux ELF.
11648linux* | k*bsd*-gnu | kopensolaris*-gnu)
11649 version_type=linux
11650 need_lib_prefix=no
11651 need_version=no
11652 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11653 soname_spec='${libname}${release}${shared_ext}$major'
11654 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11655 shlibpath_var=LD_LIBRARY_PATH
11656 shlibpath_overrides_runpath=no
11657
11658 # Some binutils ld are patched to set DT_RUNPATH
11659 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
2232061b
MF
11660 $as_echo_n "(cached) " >&6
11661else
6bb11ab3
L
11662 lt_cv_shlibpath_overrides_runpath=no
11663 save_LDFLAGS=$LDFLAGS
11664 save_libdir=$libdir
11665 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11666 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
11668/* end confdefs.h. */
11669
2232061b
MF
11670int
11671main ()
11672{
11673
11674 ;
11675 return 0;
11676}
11677_ACEOF
6bb11ab3
L
11678if ac_fn_c_try_link "$LINENO"; then :
11679 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11680 lt_cv_shlibpath_overrides_runpath=yes
2232061b 11681fi
2232061b 11682fi
6bb11ab3
L
11683rm -f core conftest.err conftest.$ac_objext \
11684 conftest$ac_exeext conftest.$ac_ext
11685 LDFLAGS=$save_LDFLAGS
11686 libdir=$save_libdir
2232061b 11687
6bb11ab3 11688fi
2232061b 11689
6bb11ab3 11690 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 11691
6bb11ab3
L
11692 # This implies no fast_install, which is unacceptable.
11693 # Some rework will be needed to allow for fast_install
11694 # before this can be enabled.
11695 hardcode_into_libs=yes
2232061b 11696
6bb11ab3
L
11697 # Append ld.so.conf contents to the search path
11698 if test -f /etc/ld.so.conf; then
11699 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' ' '`
11700 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11701 fi
11702
11703 # We used to test for /lib/ld.so.1 and disable shared libraries on
11704 # powerpc, because MkLinux only supported shared libraries with the
11705 # GNU dynamic linker. Since this was broken with cross compilers,
11706 # most powerpc-linux boxes support dynamic linking these days and
11707 # people can always --disable-shared, the test was removed, and we
11708 # assume the GNU/Linux dynamic linker is in use.
11709 dynamic_linker='GNU/Linux ld.so'
11710 ;;
11711
11712netbsd*)
11713 version_type=sunos
11714 need_lib_prefix=no
11715 need_version=no
11716 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11717 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11718 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11719 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 11720 else
6bb11ab3
L
11721 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11722 soname_spec='${libname}${release}${shared_ext}$major'
11723 dynamic_linker='NetBSD ld.elf_so'
11724 fi
11725 shlibpath_var=LD_LIBRARY_PATH
11726 shlibpath_overrides_runpath=yes
11727 hardcode_into_libs=yes
11728 ;;
11729
11730newsos6)
11731 version_type=linux
11732 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11733 shlibpath_var=LD_LIBRARY_PATH
11734 shlibpath_overrides_runpath=yes
11735 ;;
11736
11737*nto* | *qnx*)
11738 version_type=qnx
11739 need_lib_prefix=no
11740 need_version=no
11741 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11742 soname_spec='${libname}${release}${shared_ext}$major'
11743 shlibpath_var=LD_LIBRARY_PATH
11744 shlibpath_overrides_runpath=no
11745 hardcode_into_libs=yes
11746 dynamic_linker='ldqnx.so'
11747 ;;
11748
11749openbsd*)
11750 version_type=sunos
11751 sys_lib_dlsearch_path_spec="/usr/lib"
11752 need_lib_prefix=no
11753 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11754 case $host_os in
11755 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11756 *) need_version=no ;;
11757 esac
11758 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11759 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11760 shlibpath_var=LD_LIBRARY_PATH
11761 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11762 case $host_os in
11763 openbsd2.[89] | openbsd2.[89].*)
11764 shlibpath_overrides_runpath=no
11765 ;;
11766 *)
11767 shlibpath_overrides_runpath=yes
11768 ;;
11769 esac
11770 else
11771 shlibpath_overrides_runpath=yes
11772 fi
11773 ;;
11774
11775os2*)
11776 libname_spec='$name'
11777 shrext_cmds=".dll"
11778 need_lib_prefix=no
11779 library_names_spec='$libname${shared_ext} $libname.a'
11780 dynamic_linker='OS/2 ld.exe'
11781 shlibpath_var=LIBPATH
11782 ;;
11783
11784osf3* | osf4* | osf5*)
11785 version_type=osf
11786 need_lib_prefix=no
11787 need_version=no
11788 soname_spec='${libname}${release}${shared_ext}$major'
11789 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11790 shlibpath_var=LD_LIBRARY_PATH
11791 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11792 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11793 ;;
11794
11795rdos*)
11796 dynamic_linker=no
11797 ;;
11798
11799solaris*)
11800 version_type=linux
11801 need_lib_prefix=no
11802 need_version=no
11803 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11804 soname_spec='${libname}${release}${shared_ext}$major'
11805 shlibpath_var=LD_LIBRARY_PATH
11806 shlibpath_overrides_runpath=yes
11807 hardcode_into_libs=yes
11808 # ldd complains unless libraries are executable
11809 postinstall_cmds='chmod +x $lib'
11810 ;;
11811
11812sunos4*)
11813 version_type=sunos
11814 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11815 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11816 shlibpath_var=LD_LIBRARY_PATH
11817 shlibpath_overrides_runpath=yes
11818 if test "$with_gnu_ld" = yes; then
11819 need_lib_prefix=no
11820 fi
11821 need_version=yes
11822 ;;
11823
11824sysv4 | sysv4.3*)
11825 version_type=linux
11826 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11827 soname_spec='${libname}${release}${shared_ext}$major'
11828 shlibpath_var=LD_LIBRARY_PATH
11829 case $host_vendor in
11830 sni)
11831 shlibpath_overrides_runpath=no
11832 need_lib_prefix=no
11833 runpath_var=LD_RUN_PATH
11834 ;;
11835 siemens)
11836 need_lib_prefix=no
11837 ;;
11838 motorola)
11839 need_lib_prefix=no
11840 need_version=no
11841 shlibpath_overrides_runpath=no
11842 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11843 ;;
11844 esac
11845 ;;
11846
11847sysv4*MP*)
11848 if test -d /usr/nec ;then
11849 version_type=linux
11850 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11851 soname_spec='$libname${shared_ext}.$major'
11852 shlibpath_var=LD_LIBRARY_PATH
11853 fi
11854 ;;
11855
11856sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11857 version_type=freebsd-elf
11858 need_lib_prefix=no
11859 need_version=no
11860 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11861 soname_spec='${libname}${release}${shared_ext}$major'
11862 shlibpath_var=LD_LIBRARY_PATH
11863 shlibpath_overrides_runpath=yes
11864 hardcode_into_libs=yes
11865 if test "$with_gnu_ld" = yes; then
11866 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11867 else
11868 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11869 case $host_os in
11870 sco3.2v5*)
11871 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11872 ;;
11873 esac
2232061b 11874 fi
6bb11ab3
L
11875 sys_lib_dlsearch_path_spec='/usr/lib'
11876 ;;
11877
11878tpf*)
11879 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11880 version_type=linux
11881 need_lib_prefix=no
11882 need_version=no
11883 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11884 shlibpath_var=LD_LIBRARY_PATH
11885 shlibpath_overrides_runpath=no
11886 hardcode_into_libs=yes
11887 ;;
11888
11889uts4*)
11890 version_type=linux
11891 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11892 soname_spec='${libname}${release}${shared_ext}$major'
11893 shlibpath_var=LD_LIBRARY_PATH
11894 ;;
11895
11896*)
11897 dynamic_linker=no
11898 ;;
11899esac
11900{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11901$as_echo "$dynamic_linker" >&6; }
11902test "$dynamic_linker" = no && can_build_shared=no
11903
11904variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11905if test "$GCC" = yes; then
11906 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 11907fi
2232061b 11908
6bb11ab3
L
11909if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11910 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11911fi
11912if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11913 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11914fi
11915
11916
11917
11918
11919
11920
11921
11922
11923
11924
11925
11926
11927
11928
11929
11930
11931
11932
11933
11934
11935
11936
11937
2232061b 11938
2232061b 11939
2232061b 11940
2232061b 11941
2232061b
MF
11942
11943
6ffe910a 11944
6ffe910a
MF
11945
11946
11947
11948
11949
2232061b 11950
6ffe910a
MF
11951
11952
11953
11954
6ffe910a 11955
6ffe910a 11956
6ffe910a
MF
11957
11958
6ffe910a 11959
6ffe910a 11960
6ffe910a
MF
11961
11962
5f3ef9d0 11963
5f3ef9d0
JB
11964
11965
11966
db2e4d67
MF
11967
11968
db2e4d67 11969
db2e4d67 11970
db2e4d67 11971
db2e4d67 11972
db2e4d67 11973
db2e4d67 11974
db2e4d67 11975
db2e4d67
MF
11976
11977
db2e4d67 11978
db2e4d67
MF
11979
11980
db2e4d67 11981
db2e4d67
MF
11982
11983
6ffe910a 11984
6ffe910a 11985
6ffe910a
MF
11986
11987
6ffe910a
MF
11988
11989
6ffe910a 11990
6ffe910a 11991
6ffe910a 11992
6ffe910a 11993
6ffe910a 11994
35695fd6 11995
35695fd6 11996
35695fd6 11997
b7026657 11998
b7026657 11999
c906108c 12000
b7026657 12001
b7026657 12002
c906108c 12003
b7026657 12004
6bb11ab3
L
12005
12006
12007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12008$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12009hardcode_action=
12010if test -n "$hardcode_libdir_flag_spec" ||
12011 test -n "$runpath_var" ||
12012 test "X$hardcode_automatic" = "Xyes" ; then
12013
12014 # We can hardcode non-existent directories.
12015 if test "$hardcode_direct" != no &&
12016 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12017 # have to relink, otherwise we might link with an installed library
12018 # when we should be linking with a yet-to-be-installed one
12019 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12020 test "$hardcode_minus_L" != no; then
12021 # Linking always hardcodes the temporary library directory.
12022 hardcode_action=relink
12023 else
12024 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12025 hardcode_action=immediate
12026 fi
12027else
12028 # We cannot hardcode anything, or else we can only hardcode existing
12029 # directories.
12030 hardcode_action=unsupported
12031fi
12032{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12033$as_echo "$hardcode_action" >&6; }
12034
12035if test "$hardcode_action" = relink ||
12036 test "$inherit_rpath" = yes; then
12037 # Fast installation is not supported
12038 enable_fast_install=no
12039elif test "$shlibpath_overrides_runpath" = yes ||
12040 test "$enable_shared" = no; then
12041 # Fast installation is not necessary
12042 enable_fast_install=needless
c906108c 12043fi
b7026657 12044
c906108c 12045
6bb11ab3
L
12046
12047
12048
12049
12050 if test "x$enable_dlopen" != xyes; then
12051 enable_dlopen=unknown
12052 enable_dlopen_self=unknown
12053 enable_dlopen_self_static=unknown
12054else
12055 lt_cv_dlopen=no
12056 lt_cv_dlopen_libs=
12057
12058 case $host_os in
12059 beos*)
12060 lt_cv_dlopen="load_add_on"
12061 lt_cv_dlopen_libs=
12062 lt_cv_dlopen_self=yes
12063 ;;
12064
12065 mingw* | pw32* | cegcc*)
12066 lt_cv_dlopen="LoadLibrary"
12067 lt_cv_dlopen_libs=
12068 ;;
12069
12070 cygwin*)
12071 lt_cv_dlopen="dlopen"
12072 lt_cv_dlopen_libs=
12073 ;;
12074
12075 darwin*)
12076 # if libdl is installed we need to link against it
12077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12078$as_echo_n "checking for dlopen in -ldl... " >&6; }
12079if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12080 $as_echo_n "(cached) " >&6
12081else
12082 ac_check_lib_save_LIBS=$LIBS
12083LIBS="-ldl $LIBS"
12084cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12085/* end confdefs.h. */
12086
12087/* Override any GCC internal prototype to avoid an error.
12088 Use char because int might match the return type of a GCC
12089 builtin and then its argument prototype would still apply. */
12090#ifdef __cplusplus
12091extern "C"
12092#endif
12093char dlopen ();
12094int
12095main ()
12096{
12097return dlopen ();
12098 ;
12099 return 0;
12100}
b7026657 12101_ACEOF
6bb11ab3
L
12102if ac_fn_c_try_link "$LINENO"; then :
12103 ac_cv_lib_dl_dlopen=yes
12104else
12105 ac_cv_lib_dl_dlopen=no
12106fi
12107rm -f core conftest.err conftest.$ac_objext \
12108 conftest$ac_exeext conftest.$ac_ext
12109LIBS=$ac_check_lib_save_LIBS
12110fi
12111{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12112$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12113if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12114 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12115else
12116
12117 lt_cv_dlopen="dyld"
12118 lt_cv_dlopen_libs=
12119 lt_cv_dlopen_self=yes
c906108c 12120
c906108c 12121fi
c906108c 12122
6bb11ab3 12123 ;;
c906108c 12124
6bb11ab3
L
12125 *)
12126 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12127if test "x$ac_cv_func_shl_load" = x""yes; then :
12128 lt_cv_dlopen="shl_load"
12129else
12130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12131$as_echo_n "checking for shl_load in -ldld... " >&6; }
12132if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12133 $as_echo_n "(cached) " >&6
12134else
12135 ac_check_lib_save_LIBS=$LIBS
12136LIBS="-ldld $LIBS"
12137cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12138/* end confdefs.h. */
12139
12140/* Override any GCC internal prototype to avoid an error.
12141 Use char because int might match the return type of a GCC
12142 builtin and then its argument prototype would still apply. */
12143#ifdef __cplusplus
12144extern "C"
12145#endif
12146char shl_load ();
12147int
12148main ()
12149{
12150return shl_load ();
12151 ;
12152 return 0;
12153}
12154_ACEOF
12155if ac_fn_c_try_link "$LINENO"; then :
12156 ac_cv_lib_dld_shl_load=yes
12157else
12158 ac_cv_lib_dld_shl_load=no
12159fi
12160rm -f core conftest.err conftest.$ac_objext \
12161 conftest$ac_exeext conftest.$ac_ext
12162LIBS=$ac_check_lib_save_LIBS
12163fi
12164{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12165$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12166if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12167 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12168else
12169 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12170if test "x$ac_cv_func_dlopen" = x""yes; then :
12171 lt_cv_dlopen="dlopen"
12172else
12173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12174$as_echo_n "checking for dlopen in -ldl... " >&6; }
12175if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
81ecdfbb 12176 $as_echo_n "(cached) " >&6
c906108c 12177else
b7026657 12178 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12179LIBS="-ldl $LIBS"
81ecdfbb 12180cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12181/* end confdefs.h. */
12182
81ecdfbb
RW
12183/* Override any GCC internal prototype to avoid an error.
12184 Use char because int might match the return type of a GCC
12185 builtin and then its argument prototype would still apply. */
b7026657
AC
12186#ifdef __cplusplus
12187extern "C"
12188#endif
6bb11ab3 12189char dlopen ();
b7026657
AC
12190int
12191main ()
12192{
6bb11ab3 12193return dlopen ();
b7026657
AC
12194 ;
12195 return 0;
12196}
12197_ACEOF
81ecdfbb 12198if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12199 ac_cv_lib_dl_dlopen=yes
b7026657 12200else
6bb11ab3 12201 ac_cv_lib_dl_dlopen=no
b7026657 12202fi
81ecdfbb
RW
12203rm -f core conftest.err conftest.$ac_objext \
12204 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12205LIBS=$ac_check_lib_save_LIBS
12206fi
6bb11ab3
L
12207{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12208$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12209if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12210 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12211else
12212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12213$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12214if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
81ecdfbb 12215 $as_echo_n "(cached) " >&6
c906108c 12216else
b7026657 12217 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12218LIBS="-lsvld $LIBS"
81ecdfbb 12219cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12220/* end confdefs.h. */
12221
81ecdfbb
RW
12222/* Override any GCC internal prototype to avoid an error.
12223 Use char because int might match the return type of a GCC
12224 builtin and then its argument prototype would still apply. */
b7026657
AC
12225#ifdef __cplusplus
12226extern "C"
12227#endif
6bb11ab3 12228char dlopen ();
b7026657
AC
12229int
12230main ()
12231{
6bb11ab3 12232return dlopen ();
b7026657
AC
12233 ;
12234 return 0;
12235}
12236_ACEOF
81ecdfbb 12237if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12238 ac_cv_lib_svld_dlopen=yes
b7026657 12239else
6bb11ab3 12240 ac_cv_lib_svld_dlopen=no
b7026657 12241fi
81ecdfbb
RW
12242rm -f core conftest.err conftest.$ac_objext \
12243 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12244LIBS=$ac_check_lib_save_LIBS
12245fi
6bb11ab3
L
12246{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12247$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12248if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12249 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 12250else
6bb11ab3
L
12251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12252$as_echo_n "checking for dld_link in -ldld... " >&6; }
12253if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
81ecdfbb
RW
12254 $as_echo_n "(cached) " >&6
12255else
6bb11ab3
L
12256 ac_check_lib_save_LIBS=$LIBS
12257LIBS="-ldld $LIBS"
81ecdfbb 12258cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624 12259/* end confdefs.h. */
81ecdfbb
RW
12260
12261/* Override any GCC internal prototype to avoid an error.
12262 Use char because int might match the return type of a GCC
12263 builtin and then its argument prototype would still apply. */
12264#ifdef __cplusplus
12265extern "C"
12266#endif
6bb11ab3 12267char dld_link ();
81ecdfbb
RW
12268int
12269main ()
12270{
6bb11ab3 12271return dld_link ();
81ecdfbb
RW
12272 ;
12273 return 0;
12274}
b5bd9624 12275_ACEOF
6bb11ab3
L
12276if ac_fn_c_try_link "$LINENO"; then :
12277 ac_cv_lib_dld_dld_link=yes
12278else
12279 ac_cv_lib_dld_dld_link=no
12280fi
12281rm -f core conftest.err conftest.$ac_objext \
12282 conftest$ac_exeext conftest.$ac_ext
12283LIBS=$ac_check_lib_save_LIBS
12284fi
12285{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12286$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12287if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12288 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12289fi
12290
12291
12292fi
12293
12294
12295fi
12296
12297
12298fi
12299
12300
12301fi
12302
12303
12304fi
12305
12306 ;;
12307 esac
12308
12309 if test "x$lt_cv_dlopen" != xno; then
12310 enable_dlopen=yes
b5bd9624 12311 else
6bb11ab3
L
12312 enable_dlopen=no
12313 fi
12314
12315 case $lt_cv_dlopen in
12316 dlopen)
12317 save_CPPFLAGS="$CPPFLAGS"
12318 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12319
12320 save_LDFLAGS="$LDFLAGS"
12321 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12322
12323 save_LIBS="$LIBS"
12324 LIBS="$lt_cv_dlopen_libs $LIBS"
12325
12326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12327$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12328if test "${lt_cv_dlopen_self+set}" = set; then :
12329 $as_echo_n "(cached) " >&6
12330else
12331 if test "$cross_compiling" = yes; then :
12332 lt_cv_dlopen_self=cross
12333else
12334 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12335 lt_status=$lt_dlunknown
12336 cat > conftest.$ac_ext <<_LT_EOF
0ceaf1ec 12337#line 12337 "configure"
6bb11ab3
L
12338#include "confdefs.h"
12339
12340#if HAVE_DLFCN_H
12341#include <dlfcn.h>
12342#endif
12343
12344#include <stdio.h>
12345
12346#ifdef RTLD_GLOBAL
12347# define LT_DLGLOBAL RTLD_GLOBAL
12348#else
12349# ifdef DL_GLOBAL
12350# define LT_DLGLOBAL DL_GLOBAL
12351# else
12352# define LT_DLGLOBAL 0
12353# endif
12354#endif
12355
12356/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12357 find out it does not work in some platform. */
12358#ifndef LT_DLLAZY_OR_NOW
12359# ifdef RTLD_LAZY
12360# define LT_DLLAZY_OR_NOW RTLD_LAZY
12361# else
12362# ifdef DL_LAZY
12363# define LT_DLLAZY_OR_NOW DL_LAZY
12364# else
12365# ifdef RTLD_NOW
12366# define LT_DLLAZY_OR_NOW RTLD_NOW
12367# else
12368# ifdef DL_NOW
12369# define LT_DLLAZY_OR_NOW DL_NOW
12370# else
12371# define LT_DLLAZY_OR_NOW 0
12372# endif
12373# endif
12374# endif
12375# endif
12376#endif
12377
12378/* When -fvisbility=hidden is used, assume the code has been annotated
12379 correspondingly for the symbols needed. */
12380#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12381void fnord () __attribute__((visibility("default")));
12382#endif
12383
12384void fnord () { int i=42; }
12385int main ()
12386{
12387 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12388 int status = $lt_dlunknown;
12389
12390 if (self)
12391 {
12392 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12393 else
12394 {
12395 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12396 else puts (dlerror ());
12397 }
12398 /* dlclose (self); */
12399 }
12400 else
12401 puts (dlerror ());
12402
12403 return status;
12404}
12405_LT_EOF
12406 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12407 (eval $ac_link) 2>&5
12408 ac_status=$?
12409 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12410 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12411 (./conftest; exit; ) >&5 2>/dev/null
12412 lt_status=$?
12413 case x$lt_status in
12414 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12415 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12416 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12417 esac
12418 else :
12419 # compilation failed
12420 lt_cv_dlopen_self=no
b5bd9624 12421 fi
b5bd9624 12422fi
6bb11ab3
L
12423rm -fr conftest*
12424
12425
b5bd9624 12426fi
6bb11ab3
L
12427{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12428$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 12429
6bb11ab3
L
12430 if test "x$lt_cv_dlopen_self" = xyes; then
12431 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12433$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12434if test "${lt_cv_dlopen_self_static+set}" = set; then :
12435 $as_echo_n "(cached) " >&6
b5bd9624 12436else
6bb11ab3
L
12437 if test "$cross_compiling" = yes; then :
12438 lt_cv_dlopen_self_static=cross
12439else
12440 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12441 lt_status=$lt_dlunknown
12442 cat > conftest.$ac_ext <<_LT_EOF
0ceaf1ec 12443#line 12443 "configure"
6bb11ab3
L
12444#include "confdefs.h"
12445
12446#if HAVE_DLFCN_H
12447#include <dlfcn.h>
12448#endif
12449
12450#include <stdio.h>
12451
12452#ifdef RTLD_GLOBAL
12453# define LT_DLGLOBAL RTLD_GLOBAL
12454#else
12455# ifdef DL_GLOBAL
12456# define LT_DLGLOBAL DL_GLOBAL
12457# else
12458# define LT_DLGLOBAL 0
12459# endif
12460#endif
12461
12462/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12463 find out it does not work in some platform. */
12464#ifndef LT_DLLAZY_OR_NOW
12465# ifdef RTLD_LAZY
12466# define LT_DLLAZY_OR_NOW RTLD_LAZY
12467# else
12468# ifdef DL_LAZY
12469# define LT_DLLAZY_OR_NOW DL_LAZY
12470# else
12471# ifdef RTLD_NOW
12472# define LT_DLLAZY_OR_NOW RTLD_NOW
12473# else
12474# ifdef DL_NOW
12475# define LT_DLLAZY_OR_NOW DL_NOW
12476# else
12477# define LT_DLLAZY_OR_NOW 0
12478# endif
12479# endif
12480# endif
12481# endif
12482#endif
12483
12484/* When -fvisbility=hidden is used, assume the code has been annotated
12485 correspondingly for the symbols needed. */
12486#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12487void fnord () __attribute__((visibility("default")));
12488#endif
12489
12490void fnord () { int i=42; }
12491int main ()
12492{
12493 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12494 int status = $lt_dlunknown;
12495
12496 if (self)
12497 {
12498 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12499 else
12500 {
12501 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12502 else puts (dlerror ());
12503 }
12504 /* dlclose (self); */
12505 }
12506 else
12507 puts (dlerror ());
12508
12509 return status;
12510}
12511_LT_EOF
12512 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12513 (eval $ac_link) 2>&5
12514 ac_status=$?
12515 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12516 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12517 (./conftest; exit; ) >&5 2>/dev/null
12518 lt_status=$?
12519 case x$lt_status in
12520 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12521 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12522 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12523 esac
12524 else :
12525 # compilation failed
12526 lt_cv_dlopen_self_static=no
12527 fi
b5bd9624 12528fi
6bb11ab3
L
12529rm -fr conftest*
12530
12531
b5bd9624 12532fi
6bb11ab3
L
12533{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12534$as_echo "$lt_cv_dlopen_self_static" >&6; }
12535 fi
12536
12537 CPPFLAGS="$save_CPPFLAGS"
12538 LDFLAGS="$save_LDFLAGS"
12539 LIBS="$save_LIBS"
12540 ;;
12541 esac
12542
12543 case $lt_cv_dlopen_self in
12544 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12545 *) enable_dlopen_self=unknown ;;
12546 esac
12547
12548 case $lt_cv_dlopen_self_static in
12549 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12550 *) enable_dlopen_self_static=unknown ;;
12551 esac
12552fi
12553
12554
12555
12556
12557
12558
12559
12560
12561
12562
12563
12564
12565
12566
12567
12568
12569
12570striplib=
12571old_striplib=
12572{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12573$as_echo_n "checking whether stripping libraries is possible... " >&6; }
12574if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12575 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12576 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12578$as_echo "yes" >&6; }
12579else
12580# FIXME - insert some real tests, host_os isn't really good enough
12581 case $host_os in
12582 darwin*)
12583 if test -n "$STRIP" ; then
12584 striplib="$STRIP -x"
12585 old_striplib="$STRIP -S"
12586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12587$as_echo "yes" >&6; }
12588 else
12589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12590$as_echo "no" >&6; }
12591 fi
12592 ;;
12593 *)
12594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12595$as_echo "no" >&6; }
12596 ;;
12597 esac
12598fi
12599
12600
12601
12602
12603
12604
12605
12606
12607
12608
12609
12610
12611 # Report which library types will actually be built
12612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12613$as_echo_n "checking if libtool supports shared libraries... " >&6; }
12614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12615$as_echo "$can_build_shared" >&6; }
12616
12617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12618$as_echo_n "checking whether to build shared libraries... " >&6; }
12619 test "$can_build_shared" = "no" && enable_shared=no
12620
12621 # On AIX, shared libraries and static libraries use the same namespace, and
12622 # are all built from PIC.
12623 case $host_os in
12624 aix3*)
12625 test "$enable_shared" = yes && enable_static=no
12626 if test -n "$RANLIB"; then
12627 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12628 postinstall_cmds='$RANLIB $lib'
12629 fi
12630 ;;
12631
12632 aix[4-9]*)
12633 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12634 test "$enable_shared" = yes && enable_static=no
12635 fi
12636 ;;
12637 esac
12638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12639$as_echo "$enable_shared" >&6; }
12640
12641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12642$as_echo_n "checking whether to build static libraries... " >&6; }
12643 # Make sure either enable_shared or enable_static is yes.
12644 test "$enable_shared" = yes || enable_static=yes
12645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12646$as_echo "$enable_static" >&6; }
12647
12648
12649
12650
12651fi
12652ac_ext=c
12653ac_cpp='$CPP $CPPFLAGS'
12654ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12655ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12656ac_compiler_gnu=$ac_cv_c_compiler_gnu
12657
12658CC="$lt_save_CC"
12659
12660
12661
12662
12663
12664
12665
12666
12667
b5bd9624 12668
b5bd9624 12669
b5bd9624 12670
b5bd9624 12671
6bb11ab3
L
12672 ac_config_commands="$ac_config_commands libtool"
12673
12674
12675
12676
12677# Only expand once:
12678
12679
5912fadd 12680
b5bd9624 12681
c906108c
SS
12682. ${srcdir}/../../bfd/configure.host
12683
12684
12685
31e6ad7d
MF
12686
12687{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12688$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12689 # Check whether --enable-maintainer-mode was given.
81ecdfbb 12690if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
12691 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12692else
12693 USE_MAINTAINER_MODE=no
c906108c 12694fi
31e6ad7d
MF
12695
12696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12697$as_echo "$USE_MAINTAINER_MODE" >&6; }
12698 if test $USE_MAINTAINER_MODE = yes; then
12699 MAINTAINER_MODE_TRUE=
12700 MAINTAINER_MODE_FALSE='#'
c906108c 12701else
31e6ad7d
MF
12702 MAINTAINER_MODE_TRUE='#'
12703 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
12704fi
12705
31e6ad7d
MF
12706 MAINT=$MAINTAINER_MODE_TRUE
12707
12708
c906108c
SS
12709
12710
81ecdfbb
RW
12711# Check whether --enable-sim-bswap was given.
12712if test "${enable_sim_bswap+set}" = set; then :
12713 enableval=$enable_sim_bswap; case "${enableval}" in
c906108c
SS
12714 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
12715 no) sim_bswap="-DWITH_BSWAP=0";;
81ecdfbb 12716 *) as_fn_error "\"--enable-sim-bswap does not take a value\"" "$LINENO" 5; sim_bswap="";;
c906108c
SS
12717esac
12718if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
12719 echo "Setting bswap flags = $sim_bswap" 6>&1
12720fi
12721else
12722 sim_bswap=""
81ecdfbb
RW
12723fi
12724
c906108c
SS
12725
12726
81ecdfbb
RW
12727# Check whether --enable-sim-cflags was given.
12728if test "${enable_sim_cflags+set}" = set; then :
12729 enableval=$enable_sim_cflags; case "${enableval}" in
c906108c 12730 yes) sim_cflags="-O2 -fomit-frame-pointer";;
81ecdfbb 12731 trace) as_fn_error "\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags="";;
c906108c
SS
12732 no) sim_cflags="";;
12733 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12734esac
12735if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
12736 echo "Setting sim cflags = $sim_cflags" 6>&1
12737fi
12738else
12739 sim_cflags=""
81ecdfbb
RW
12740fi
12741
c906108c
SS
12742
12743
81ecdfbb
RW
12744# Check whether --enable-sim-debug was given.
12745if test "${enable_sim_debug+set}" = set; then :
12746 enableval=$enable_sim_debug; case "${enableval}" in
c906108c
SS
12747 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
12748 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
12749 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
12750esac
12751if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
12752 echo "Setting sim debug = $sim_debug" 6>&1
12753fi
12754else
12755 sim_debug=""
81ecdfbb
RW
12756fi
12757
c906108c
SS
12758
12759
81ecdfbb
RW
12760# Check whether --enable-sim-stdio was given.
12761if test "${enable_sim_stdio+set}" = set; then :
12762 enableval=$enable_sim_stdio; case "${enableval}" in
c906108c
SS
12763 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
12764 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
81ecdfbb 12765 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
c906108c
SS
12766esac
12767if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
12768 echo "Setting stdio flags = $sim_stdio" 6>&1
12769fi
12770else
b7026657 12771 sim_stdio=""
81ecdfbb
RW
12772fi
12773
c906108c
SS
12774
12775
81ecdfbb
RW
12776# Check whether --enable-sim-trace was given.
12777if test "${enable_sim_trace+set}" = set; then :
12778 enableval=$enable_sim_trace; case "${enableval}" in
c906108c
SS
12779 yes) sim_trace="-DTRACE=1 -DWITH_TRACE=-1";;
12780 no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";;
12781 [-0-9]*)
12782 sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";;
2232061b 12783 [[:lower:]]*)
c906108c
SS
12784 sim_trace=""
12785 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12786 if test x"$sim_trace" = x; then
12787 sim_trace="-DWITH_TRACE='(TRACE_$x"
12788 else
12789 sim_trace="${sim_trace}|TRACE_$x"
12790 fi
12791 done
12792 sim_trace="$sim_trace)'" ;;
12793esac
12794if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
12795 echo "Setting sim trace = $sim_trace" 6>&1
12796fi
12797else
12798 sim_trace=""
81ecdfbb
RW
12799fi
12800
c906108c
SS
12801
12802
81ecdfbb
RW
12803# Check whether --enable-sim-profile was given.
12804if test "${enable_sim_profile+set}" = set; then :
12805 enableval=$enable_sim_profile; case "${enableval}" in
c906108c
SS
12806 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
12807 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
12808 [-0-9]*)
12809 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
12810 [a-z]*)
12811 sim_profile=""
12812 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12813 if test x"$sim_profile" = x; then
12814 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
12815 else
12816 sim_profile="${sim_profile}|PROFILE_$x"
12817 fi
12818 done
12819 sim_profile="$sim_profile)'" ;;
12820esac
12821if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
12822 echo "Setting sim profile = $sim_profile" 6>&1
12823fi
12824else
eb2d80b4 12825 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
81ecdfbb
RW
12826fi
12827
c906108c
SS
12828
12829
6efef468 12830
81ecdfbb
RW
12831# Check whether --with-pkgversion was given.
12832if test "${with_pkgversion+set}" = set; then :
12833 withval=$with_pkgversion; case "$withval" in
12834 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
6efef468
JM
12835 no) PKGVERSION= ;;
12836 *) PKGVERSION="($withval) " ;;
12837 esac
12838else
12839 PKGVERSION="(GDB) "
12840
81ecdfbb
RW
12841fi
12842
6efef468
JM
12843
12844
12845
12846
81ecdfbb
RW
12847# Check whether --with-bugurl was given.
12848if test "${with_bugurl+set}" = set; then :
12849 withval=$with_bugurl; case "$withval" in
12850 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
12851 no) BUGURL=
12852 ;;
12853 *) BUGURL="$withval"
12854 ;;
12855 esac
12856else
12857 BUGURL="http://www.gnu.org/software/gdb/bugs/"
12858
81ecdfbb
RW
12859fi
12860
6efef468
JM
12861 case ${BUGURL} in
12862 "")
12863 REPORT_BUGS_TO=
12864 REPORT_BUGS_TEXI=
12865 ;;
12866 *)
12867 REPORT_BUGS_TO="<$BUGURL>"
12868 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12869 ;;
12870 esac;
12871
12872
12873
12874
12875cat >>confdefs.h <<_ACEOF
12876#define PKGVERSION "$PKGVERSION"
12877_ACEOF
12878
12879
12880cat >>confdefs.h <<_ACEOF
12881#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
12882_ACEOF
12883
12884
81ecdfbb
RW
12885{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
12886$as_echo_n "checking return type of signal handlers... " >&6; }
12887if test "${ac_cv_type_signal+set}" = set; then :
12888 $as_echo_n "(cached) " >&6
c906108c 12889else
81ecdfbb 12890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 12891/* end confdefs.h. */
c906108c
SS
12892#include <sys/types.h>
12893#include <signal.h>
c906108c 12894
b7026657
AC
12895int
12896main ()
12897{
81ecdfbb 12898return *(signal (0, 0)) (0) == 1;
b7026657
AC
12899 ;
12900 return 0;
12901}
12902_ACEOF
81ecdfbb
RW
12903if ac_fn_c_try_compile "$LINENO"; then :
12904 ac_cv_type_signal=int
c906108c 12905else
81ecdfbb 12906 ac_cv_type_signal=void
c906108c 12907fi
81ecdfbb 12908rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 12909fi
81ecdfbb
RW
12910{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
12911$as_echo "$ac_cv_type_signal" >&6; }
c906108c 12912
b7026657 12913cat >>confdefs.h <<_ACEOF
c906108c 12914#define RETSIGTYPE $ac_cv_type_signal
b7026657 12915_ACEOF
c906108c
SS
12916
12917
cd0fc7c3
SS
12918
12919
c906108c
SS
12920
12921sim_link_files=
12922sim_link_links=
12923
c906108c
SS
12924# targ-vals.def points to the libc macro description file.
12925case "${target}" in
12926*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
12927esac
12928sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
12929sim_link_links="${sim_link_links} targ-vals.def"
12930
c906108c
SS
12931
12932
6ffe910a 12933
c906108c 12934default_sim_inline=""
81ecdfbb
RW
12935# Check whether --enable-sim-inline was given.
12936if test "${enable_sim_inline+set}" = set; then :
12937 enableval=$enable_sim_inline; sim_inline=""
c906108c
SS
12938case "$enableval" in
12939 no) sim_inline="-DDEFAULT_INLINE=0";;
12940 0) sim_inline="-DDEFAULT_INLINE=0";;
12941 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
12942 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
12943 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12944 new_flag=""
12945 case "$x" in
12946 *_INLINE=*) new_flag="-D$x";;
12947 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
12948 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
12949 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
12950 esac
12951 if test x"$sim_inline" = x""; then
12952 sim_inline="$new_flag"
12953 else
12954 sim_inline="$sim_inline $new_flag"
12955 fi
12956 done;;
12957esac
12958if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
12959 echo "Setting inline flags = $sim_inline" 6>&1
12960fi
12961else
b7026657 12962
c906108c
SS
12963if test "x$cross_compiling" = "xno"; then
12964 if test x"$GCC" != "x" -a x"${default_sim_inline}" != "x" ; then
12965 sim_inline="${default_sim_inline}"
12966 if test x"$silent" != x"yes"; then
12967 echo "Setting inline flags = $sim_inline" 6>&1
12968 fi
12969 else
12970 sim_inline=""
12971 fi
12972else
12973 sim_inline="-DDEFAULT_INLINE=0"
12974fi
81ecdfbb
RW
12975fi
12976
c906108c
SS
12977wire_alignment="NONSTRICT_ALIGNMENT"
12978default_alignment=""
12979
81ecdfbb
RW
12980# Check whether --enable-sim-alignment was given.
12981if test "${enable_sim_alignment+set}" = set; then :
12982 enableval=$enable_sim_alignment; case "${enableval}" in
c906108c
SS
12983 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
12984 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
12985 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
12986 yes) if test x"$wire_alignment" != x; then
12987 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
12988 else
12989 if test x"$default_alignment" != x; then
12990 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
12991 else
12992 echo "No hard-wired alignment for target $target" 1>&6
12993 sim_alignment="-DWITH_ALIGNMENT=0"
12994 fi
12995 fi;;
12996 no) if test x"$default_alignment" != x; then
12997 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
12998 else
12999 if test x"$wire_alignment" != x; then
13000 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13001 else
13002 echo "No default alignment for target $target" 1>&6
13003 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13004 fi
13005 fi;;
81ecdfbb 13006 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
c906108c
SS
13007esac
13008if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13009 echo "Setting alignment flags = $sim_alignment" 6>&1
13010fi
13011else
13012 if test x"$default_alignment" != x; then
13013 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13014else
13015 if test x"$wire_alignment" != x; then
13016 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13017 else
13018 sim_alignment=
13019 fi
13020fi
81ecdfbb
RW
13021fi
13022
c906108c 13023
81ecdfbb
RW
13024# Check whether --enable-sim-hostendian was given.
13025if test "${enable_sim_hostendian+set}" = set; then :
13026 enableval=$enable_sim_hostendian; case "${enableval}" in
c906108c
SS
13027 no) sim_hostendian="-DWITH_HOST_BYTE_ORDER=0";;
13028 b*|B*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN";;
13029 l*|L*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN";;
81ecdfbb 13030 *) as_fn_error "\"Unknown value $enableval for --enable-sim-hostendian\"" "$LINENO" 5; sim_hostendian="";;
c906108c
SS
13031esac
13032if test x"$silent" != x"yes" && test x"$sim_hostendian" != x""; then
13033 echo "Setting hostendian flags = $sim_hostendian" 6>&1
13034fi
13035else
b7026657 13036
c906108c 13037if test "x$cross_compiling" = "xno"; then
81ecdfbb
RW
13038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
13039$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
13040if test "${ac_cv_c_bigendian+set}" = set; then :
13041 $as_echo_n "(cached) " >&6
13042else
13043 ac_cv_c_bigendian=unknown
13044 # See if we're dealing with a universal compiler.
13045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13046/* end confdefs.h. */
13047#ifndef __APPLE_CC__
13048 not a universal capable compiler
13049 #endif
13050 typedef int dummy;
13051
13052_ACEOF
13053if ac_fn_c_try_compile "$LINENO"; then :
13054
13055 # Check for potential -arch flags. It is not universal unless
13056 # there are at least two -arch flags with different values.
13057 ac_arch=
13058 ac_prev=
13059 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
13060 if test -n "$ac_prev"; then
13061 case $ac_word in
13062 i?86 | x86_64 | ppc | ppc64)
13063 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
13064 ac_arch=$ac_word
13065 else
13066 ac_cv_c_bigendian=universal
13067 break
13068 fi
13069 ;;
13070 esac
13071 ac_prev=
13072 elif test "x$ac_word" = "x-arch"; then
13073 ac_prev=arch
13074 fi
13075 done
13076fi
13077rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13078 if test $ac_cv_c_bigendian = unknown; then
13079 # See if sys/param.h defines the BYTE_ORDER macro.
13080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 13081/* end confdefs.h. */
c906108c 13082#include <sys/types.h>
81ecdfbb 13083 #include <sys/param.h>
c906108c 13084
b7026657
AC
13085int
13086main ()
13087{
81ecdfbb
RW
13088#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
13089 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
13090 && LITTLE_ENDIAN)
13091 bogus endian macros
13092 #endif
b7026657
AC
13093
13094 ;
13095 return 0;
13096}
13097_ACEOF
81ecdfbb 13098if ac_fn_c_try_compile "$LINENO"; then :
c906108c 13099 # It does; now see whether it defined to BIG_ENDIAN or not.
81ecdfbb 13100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 13101/* end confdefs.h. */
c906108c 13102#include <sys/types.h>
81ecdfbb 13103 #include <sys/param.h>
c906108c 13104
b7026657
AC
13105int
13106main ()
13107{
c906108c 13108#if BYTE_ORDER != BIG_ENDIAN
81ecdfbb
RW
13109 not big endian
13110 #endif
b7026657
AC
13111
13112 ;
13113 return 0;
13114}
13115_ACEOF
81ecdfbb 13116if ac_fn_c_try_compile "$LINENO"; then :
c906108c
SS
13117 ac_cv_c_bigendian=yes
13118else
81ecdfbb 13119 ac_cv_c_bigendian=no
c906108c 13120fi
81ecdfbb
RW
13121rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13122fi
13123rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13124 fi
13125 if test $ac_cv_c_bigendian = unknown; then
13126 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
13127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13128/* end confdefs.h. */
13129#include <limits.h>
b7026657 13130
81ecdfbb
RW
13131int
13132main ()
13133{
13134#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
13135 bogus endian macros
13136 #endif
13137
13138 ;
13139 return 0;
13140}
b7026657 13141_ACEOF
81ecdfbb
RW
13142if ac_fn_c_try_compile "$LINENO"; then :
13143 # It does; now see whether it defined to _BIG_ENDIAN or not.
13144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 13145/* end confdefs.h. */
81ecdfbb
RW
13146#include <limits.h>
13147
b7026657
AC
13148int
13149main ()
13150{
81ecdfbb
RW
13151#ifndef _BIG_ENDIAN
13152 not big endian
13153 #endif
13154
b7026657
AC
13155 ;
13156 return 0;
13157}
13158_ACEOF
81ecdfbb 13159if ac_fn_c_try_compile "$LINENO"; then :
b7026657 13160 ac_cv_c_bigendian=yes
81ecdfbb
RW
13161else
13162 ac_cv_c_bigendian=no
b7026657 13163fi
81ecdfbb 13164rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b7026657 13165fi
81ecdfbb
RW
13166rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13167 fi
13168 if test $ac_cv_c_bigendian = unknown; then
13169 # Compile a test program.
13170 if test "$cross_compiling" = yes; then :
13171 # Try to guess by grepping values from an object file.
13172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13173/* end confdefs.h. */
13174short int ascii_mm[] =
13175 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
13176 short int ascii_ii[] =
13177 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
13178 int use_ascii (int i) {
13179 return ascii_mm[i] + ascii_ii[i];
13180 }
13181 short int ebcdic_ii[] =
13182 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
13183 short int ebcdic_mm[] =
13184 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
13185 int use_ebcdic (int i) {
13186 return ebcdic_mm[i] + ebcdic_ii[i];
13187 }
13188 extern int foo;
b7026657 13189
81ecdfbb
RW
13190int
13191main ()
13192{
13193return use_ascii (foo) == use_ebcdic (foo);
13194 ;
13195 return 0;
13196}
b7026657 13197_ACEOF
81ecdfbb
RW
13198if ac_fn_c_try_compile "$LINENO"; then :
13199 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
13200 ac_cv_c_bigendian=yes
13201 fi
13202 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
13203 if test "$ac_cv_c_bigendian" = unknown; then
13204 ac_cv_c_bigendian=no
13205 else
13206 # finding both strings is unlikely to happen, but who knows?
13207 ac_cv_c_bigendian=unknown
13208 fi
13209 fi
13210fi
13211rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13212else
13213 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 13214/* end confdefs.h. */
81ecdfbb 13215$ac_includes_default
b7026657
AC
13216int
13217main ()
13218{
81ecdfbb
RW
13219
13220 /* Are we little or big endian? From Harbison&Steele. */
13221 union
13222 {
13223 long int l;
13224 char c[sizeof (long int)];
13225 } u;
13226 u.l = 1;
13227 return u.c[sizeof (long int) - 1] == 1;
13228
13229 ;
13230 return 0;
c906108c 13231}
b7026657 13232_ACEOF
81ecdfbb 13233if ac_fn_c_try_run "$LINENO"; then :
c906108c
SS
13234 ac_cv_c_bigendian=no
13235else
81ecdfbb 13236 ac_cv_c_bigendian=yes
c906108c 13237fi
81ecdfbb
RW
13238rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13239 conftest.$ac_objext conftest.beam conftest.$ac_ext
c906108c 13240fi
81ecdfbb
RW
13241
13242 fi
c906108c 13243fi
81ecdfbb
RW
13244{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
13245$as_echo "$ac_cv_c_bigendian" >&6; }
13246 case $ac_cv_c_bigendian in #(
13247 yes)
13248 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
13249;; #(
13250 no)
13251 ;; #(
13252 universal)
c906108c 13253
81ecdfbb
RW
13254$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
13255
13256 ;; #(
13257 *)
13258 as_fn_error "unknown endianness
13259 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
13260 esac
c906108c
SS
13261
13262 if test $ac_cv_c_bigendian = yes; then
13263 sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN"
13264 else
13265 sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN"
13266 fi
13267else
13268 sim_hostendian="-DWITH_HOST_BYTE_ORDER=0"
13269fi
81ecdfbb
RW
13270fi
13271
c906108c 13272
2232061b
MF
13273# Check whether --enable-werror was given.
13274if test "${enable_werror+set}" = set; then :
13275 enableval=$enable_werror; case "${enableval}" in
13276 yes | y) ERROR_ON_WARNING="yes" ;;
13277 no | n) ERROR_ON_WARNING="no" ;;
13278 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
13279 esac
13280fi
13281
13282
13283# Enable -Werror by default when using gcc
13284if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13285 ERROR_ON_WARNING=yes
51216631 13286fi
2232061b
MF
13287
13288WERROR_CFLAGS=""
13289if test "${ERROR_ON_WARNING}" = yes ; then
13290# NOTE: Disabled in the sim dir due to most sims generating warnings.
13291# WERROR_CFLAGS="-Werror"
13292 true
13293fi
13294
2232061b 13295build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
1a8a700e 13296-Wpointer-sign \
2232061b 13297-Wno-unused -Wunused-value -Wunused-function \
1a8a700e
MF
13298-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
13299-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
13300-Wold-style-declaration -Wold-style-definition"
2232061b
MF
13301
13302# Enable -Wno-format by default when using gcc on mingw since many
13303# GCC versions complain about %I64.
13304case "${host}" in
13305 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 13306 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
2232061b
MF
13307esac
13308
81ecdfbb
RW
13309# Check whether --enable-build-warnings was given.
13310if test "${enable_build_warnings+set}" = set; then :
13311 enableval=$enable_build_warnings; case "${enableval}" in
c8cca39f
AC
13312 yes) ;;
13313 no) build_warnings="-w";;
13314 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13315 build_warnings="${build_warnings} ${t}";;
13316 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13317 build_warnings="${t} ${build_warnings}";;
13318 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13319esac
13320if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13321 echo "Setting compiler warning flags = $build_warnings" 6>&1
13322fi
81ecdfbb
RW
13323fi
13324# Check whether --enable-sim-build-warnings was given.
13325if test "${enable_sim_build_warnings+set}" = set; then :
13326 enableval=$enable_sim_build_warnings; case "${enableval}" in
c906108c
SS
13327 yes) ;;
13328 no) build_warnings="-w";;
13329 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f 13330 build_warnings="${build_warnings} ${t}";;
c906108c 13331 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f
AC
13332 build_warnings="${t} ${build_warnings}";;
13333 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
c906108c
SS
13334esac
13335if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
c8cca39f
AC
13336 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13337fi
81ecdfbb
RW
13338fi
13339WARN_CFLAGS=""
d4f3574e
SS
13340if test "x${build_warnings}" != x -a "x$GCC" = xyes
13341then
81ecdfbb
RW
13342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13343$as_echo_n "checking compiler warning flags... " >&6; }
c8cca39f
AC
13344 # Separate out the -Werror flag as some files just cannot be
13345 # compiled with it enabled.
13346 for w in ${build_warnings}; do
13347 case $w in
13348 -Werr*) WERROR_CFLAGS=-Werror ;;
13349 *) # Check that GCC accepts it
13350 saved_CFLAGS="$CFLAGS"
13351 CFLAGS="$CFLAGS $w"
81ecdfbb 13352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 13353/* end confdefs.h. */
c8cca39f 13354
b7026657
AC
13355int
13356main ()
13357{
c8cca39f 13358
b7026657
AC
13359 ;
13360 return 0;
13361}
13362_ACEOF
81ecdfbb 13363if ac_fn_c_try_compile "$LINENO"; then :
c8cca39f 13364 WARN_CFLAGS="${WARN_CFLAGS} $w"
c8cca39f 13365fi
81ecdfbb 13366rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c8cca39f
AC
13367 CFLAGS="$saved_CFLAGS"
13368 esac
13369 done
2232061b
MF
13370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13371$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
c906108c
SS
13372fi
13373
13374
e6c674b8 13375default_sim_reserved_bits="1"
81ecdfbb
RW
13376# Check whether --enable-sim-reserved-bits was given.
13377if test "${enable_sim_reserved_bits+set}" = set; then :
13378 enableval=$enable_sim_reserved_bits; case "${enableval}" in
e6c674b8
CD
13379 yes) sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
13380 no) sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
81ecdfbb 13381 *) as_fn_error "\"--enable-sim-reserved-bits does not take a value\"" "$LINENO" 5; sim_reserved_bits="";;
e6c674b8
CD
13382esac
13383if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
13384 echo "Setting reserved flags = $sim_reserved_bits" 6>&1
13385fi
13386else
13387 sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
81ecdfbb
RW
13388fi
13389
e6c674b8 13390
c906108c
SS
13391# DEPRECATED
13392#
13393# Instead of defining a `subtarget' macro, code should be checking
13394# the value of {STATE,CPU}_ARCHITECTURE to identify the architecture
13395# in question.
13396#
13397case "${target}" in
4c54fc26 13398 mips64vr*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1" ;;
c906108c 13399 mips*tx39*) SIM_SUBTARGET="-DSUBTARGET_R3900=1";;
109ad085 13400 mips*-sde-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
cc220243 13401 mips*-mti-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
1e799e28
CD
13402 mipsisa32*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
13403 mipsisa64*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
c906108c
SS
13404 *) SIM_SUBTARGET="";;
13405esac
13406
13407
13408
13409
13410#
13411# Select the byte order of the target
13412#
13413mips_endian=
13414default_endian=
13415case "${target}" in
13416 mips64el*-*-*) mips_endian=LITTLE_ENDIAN ;;
7a292a7a 13417 mips64vr*el-*-*) default_endian=LITTLE_ENDIAN ;;
c906108c
SS
13418 mips64*-*-*) default_endian=BIG_ENDIAN ;;
13419 mips16*-*-*) default_endian=BIG_ENDIAN ;;
1e799e28
CD
13420 mipsisa32*-*-*) default_endian=BIG_ENDIAN ;;
13421 mipsisa64*-*-*) default_endian=BIG_ENDIAN ;;
c906108c
SS
13422 mips*-*-*) default_endian=BIG_ENDIAN ;;
13423 *) default_endian=BIG_ENDIAN ;;
13424esac
13425
13426wire_endian="$mips_endian"
13427default_endian="$default_endian"
81ecdfbb
RW
13428# Check whether --enable-sim-endian was given.
13429if test "${enable_sim_endian+set}" = set; then :
13430 enableval=$enable_sim_endian; case "${enableval}" in
c906108c
SS
13431 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BIG_ENDIAN";;
13432 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=LITTLE_ENDIAN";;
13433 yes) if test x"$wire_endian" != x; then
13434 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
13435 else
13436 if test x"$default_endian" != x; then
13437 sim_endian="-DWITH_TARGET_BYTE_ORDER=${default_endian}"
13438 else
13439 echo "No hard-wired endian for target $target" 1>&6
13440 sim_endian="-DWITH_TARGET_BYTE_ORDER=0"
13441 fi
13442 fi;;
13443 no) if test x"$default_endian" != x; then
13444 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
13445 else
13446 if test x"$wire_endian" != x; then
13447 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${wire_endian}"
13448 else
13449 echo "No default endian for target $target" 1>&6
13450 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=0"
13451 fi
13452 fi;;
81ecdfbb 13453 *) as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
c906108c
SS
13454esac
13455if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13456 echo "Setting endian flags = $sim_endian" 6>&1
13457fi
13458else
13459 if test x"$default_endian" != x; then
13460 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
13461else
13462 if test x"$wire_endian" != x; then
13463 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
13464 else
13465 sim_endian=
13466 fi
13467fi
81ecdfbb
RW
13468fi
13469
c906108c
SS
13470
13471
13472
13473#
13474# Select the bitsize of the target
13475#
13476mips_addr_bitsize=
13477case "${target}" in
109ad085 13478 mips*-sde-elf*) mips_bitsize=64 ; mips_msb=63 ;;
cc220243 13479 mips*-mti-elf*) mips_bitsize=64 ; mips_msb=63 ;;
c906108c
SS
13480 mips64*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
13481 mips16*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
1e799e28
CD
13482 mipsisa32*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
13483 mipsisa64*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
c906108c
SS
13484 mips*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
13485 *) mips_bitsize=64 ; mips_msb=63 ;;
13486esac
13487wire_word_bitsize="$mips_bitsize"
13488wire_word_msb="$mips_msb"
13489wire_address_bitsize="$mips_addr_bitsize"
13490wire_cell_bitsize=""
81ecdfbb
RW
13491# Check whether --enable-sim-bitsize was given.
13492if test "${enable_sim_bitsize+set}" = set; then :
13493 enableval=$enable_sim_bitsize; sim_bitsize=
c906108c
SS
13494case "${enableval}" in
13495 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
13496 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
13497 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13498 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13499 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13500 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
13501 else
13502 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
13503 fi ;;
13504 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13505 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
13506 else
13507 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
13508 fi ;;
81ecdfbb 13509 *) as_fn_error "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
13510esac
13511# address bitsize
13512tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
13513case x"${tmp}" in
13514 x ) ;;
13515 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
13516 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
81ecdfbb 13517 * ) as_fn_error "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
13518esac
13519# cell bitsize
13520tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
13521case x"${tmp}" in
13522 x ) ;;
13523 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
13524 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
81ecdfbb 13525 * ) as_fn_error "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
13526esac
13527if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
13528 echo "Setting bitsize flags = $sim_bitsize" 6>&1
13529fi
13530else
13531 sim_bitsize=""
13532if test x"$wire_word_bitsize" != x; then
13533 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
13534fi
13535if test x"$wire_word_msb" != x; then
13536 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
13537fi
13538if test x"$wire_address_bitsize" != x; then
13539 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
13540fi
13541if test x"$wire_cell_bitsize" != x; then
13542 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
13543fi
81ecdfbb
RW
13544fi
13545
c906108c
SS
13546
13547
13548
13549#
13550# Select the floating hardware support of the target
13551#
13552mips_fpu=HARDWARE_FLOATING_POINT
13553mips_fpu_bitsize=
13554case "${target}" in
4b5d35ee 13555 mips*tx39*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
109ad085 13556 mips*-sde-elf*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
cc220243 13557 mips*-mti-elf*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
c906108c
SS
13558 mips64*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
13559 mips16*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
1e799e28
CD
13560 mipsisa32*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
13561 mipsisa64*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
c906108c
SS
13562 mips*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
13563 *) mips_fpu=HARD_FLOATING_POINT ;;
13564esac
13565
13566default_sim_float="$mips_fpu"
13567default_sim_float_bitsize="$mips_fpu_bitsize"
81ecdfbb
RW
13568# Check whether --enable-sim-float was given.
13569if test "${enable_sim_float+set}" = set; then :
13570 enableval=$enable_sim_float; case "${enableval}" in
c906108c
SS
13571 yes | hard) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT";;
13572 no | soft) sim_float="-DWITH_FLOATING_POINT=SOFT_FLOATING_POINT";;
13573 32) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32";;
13574 64) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=64";;
81ecdfbb 13575 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-float\"" "$LINENO" 5; sim_float="";;
c906108c
SS
13576esac
13577if test x"$silent" != x"yes" && test x"$sim_float" != x""; then
13578 echo "Setting float flags = $sim_float" 6>&1
13579fi
13580else
b7026657 13581
c906108c
SS
13582sim_float=
13583if test x"${default_sim_float}" != x""; then
13584 sim_float="-DWITH_FLOATING_POINT=${default_sim_float}"
13585fi
13586if test x"${default_sim_float_bitsize}" != x""; then
13587 sim_float="$sim_float -DWITH_TARGET_FLOATING_POINT_BITSIZE=${default_sim_float_bitsize}"
13588fi
13589
81ecdfbb
RW
13590fi
13591
c906108c
SS
13592
13593
13594
13595#
13596# Select the level of SMP support
13597#
13598case "${target}" in
13599 *) mips_smp=0 ;;
13600esac
13601
13602default_sim_smp="$mips_smp"
81ecdfbb
RW
13603# Check whether --enable-sim-smp was given.
13604if test "${enable_sim_smp+set}" = set; then :
13605 enableval=$enable_sim_smp; case "${enableval}" in
c906108c
SS
13606 yes) sim_smp="-DWITH_SMP=5" ; sim_igen_smp="-N 5";;
13607 no) sim_smp="-DWITH_SMP=0" ; sim_igen_smp="-N 0";;
13608 *) sim_smp="-DWITH_SMP=$enableval" ; sim_igen_smp="-N $enableval";;
13609esac
13610if test x"$silent" != x"yes" && test x"$sim_smp" != x""; then
13611 echo "Setting smp flags = $sim_smp" 6>&1
13612fi
13613else
13614 sim_smp="-DWITH_SMP=${default_sim_smp}" ; sim_igen_smp="-N ${default_sim_smp}"
13615if test x"$silent" != x"yes"; then
13616 echo "Setting smp flags = $sim_smp" 6>&1
13617fi
81ecdfbb
RW
13618fi
13619
c906108c
SS
13620
13621
13622
13623#
13624# Select the IGEN architecture
13625#
13626sim_gen=IGEN
13627sim_igen_machine="-M mipsIV"
139181c8 13628sim_m16_machine="-M mips16,mipsIII"
c906108c
SS
13629sim_igen_filter="32,64,f"
13630sim_m16_filter="16"
4c54fc26
CD
13631sim_mach_default="mips8000"
13632
c906108c
SS
13633case "${target}" in
13634 mips*tx39*) sim_gen=IGEN
13635 sim_igen_filter="32,f"
13636 sim_igen_machine="-M r3900"
13637 ;;
13638 mips64vr43*-*-*) sim_gen=IGEN
13639 sim_igen_machine="-M mipsIV"
4c54fc26 13640 sim_mach_default="mips8000"
c906108c
SS
13641 ;;
13642 mips64vr5*-*-*) sim_gen=IGEN
13643 sim_igen_machine="-M vr5000"
4c54fc26 13644 sim_mach_default="mips5000"
c906108c
SS
13645 ;;
13646 mips64vr41*) sim_gen=M16
13647 sim_igen_machine="-M vr4100"
13648 sim_m16_machine="-M vr4100"
13649 sim_igen_filter="32,64,f"
13650 sim_m16_filter="16"
4c54fc26 13651 sim_mach_default="mips4100"
c906108c 13652 ;;
4c54fc26
CD
13653 mips64vr-*-* | mips64vrel-*-*)
13654 sim_gen=MULTI
13655 sim_multi_configs="\
13656 vr4100:mipsIII,mips16,vr4100:32,64:mips4100,mips4111\
13657 vr4120:mipsIII,mips16,vr4120:32,64:mips4120\
13658 vr5000:mipsIV:32,64,f:mips4300,mips5000\
13659 vr5400:mipsIV,vr5400:32,64,f:mips5400\
13660 vr5500:mipsIV,vr5500:32,64,f:mips5500"
13661 sim_multi_default=mips5000
13662 ;;
cc220243
SE
13663 mips*-sde-elf* | mips*-mti-elf*)
13664 sim_gen=M16
8b082fb1 13665 sim_igen_machine="-M mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips"
109ad085
TS
13666 sim_m16_machine="-M mips16,mips16e,mips64r2"
13667 sim_igen_filter="32,64,f"
13668 sim_mach_default="mipsisa64r2"
13669 ;;
c906108c
SS
13670 mips64*-*-*) sim_igen_filter="32,64,f"
13671 sim_gen=IGEN
13672 ;;
13673 mips16*-*-*) sim_gen=M16
13674 sim_igen_filter="32,64,f"
13675 sim_m16_filter="16"
13676 ;;
d5fb0879
RS
13677 mipsisa32r2*-*-*) sim_gen=M16
13678 sim_igen_machine="-M mips32r2,mips16,mips16e,mdmx,dsp,dsp2,smartmips"
13679 sim_m16_machine="-M mips16,mips16e,mips32r2"
13680 sim_igen_filter="32,f"
13681 sim_mach_default="mipsisa32r2"
e70cb6cd 13682 ;;
d5fb0879
RS
13683 mipsisa32*-*-*) sim_gen=M16
13684 sim_igen_machine="-M mips32,mips16,mips16e,smartmips"
13685 sim_m16_machine="-M mips16,mips16e,mips32"
13686 sim_igen_filter="32,f"
13687 sim_mach_default="mipsisa32"
1e799e28 13688 ;;
d5fb0879
RS
13689 mipsisa64r2*-*-*) sim_gen=M16
13690 sim_igen_machine="-M mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2"
13691 sim_m16_machine="-M mips16,mips16e,mips64r2"
13692 sim_igen_filter="32,64,f"
13693 sim_mach_default="mipsisa64r2"
e70cb6cd 13694 ;;
7cbea089 13695 mipsisa64sb1*-*-*) sim_gen=IGEN
109ad085 13696 sim_igen_machine="-M mips64,mips3d,sb1"
7cbea089 13697 sim_igen_filter="32,64,f"
4c54fc26 13698 sim_mach_default="mips_sb1"
7cbea089 13699 ;;
d5fb0879
RS
13700 mipsisa64*-*-*) sim_gen=M16
13701 sim_igen_machine="-M mips64,mips3d,mips16,mips16e,mdmx"
13702 sim_m16_machine="-M mips16,mips16e,mips64"
13703 sim_igen_filter="32,64,f"
13704 sim_mach_default="mipsisa64"
1e799e28 13705 ;;
109ad085 13706 mips*lsi*) sim_gen=M16
c906108c
SS
13707 sim_igen_machine="-M mipsIII,mips16"
13708 sim_m16_machine="-M mips16,mipsIII"
13709 sim_igen_filter="32,f"
13710 sim_m16_filter="16"
4c54fc26 13711 sim_mach_default="mips4000"
109ad085 13712 ;;
c906108c
SS
13713 mips*-*-*) sim_gen=IGEN
13714 sim_igen_filter="32,f"
13715 ;;
13716esac
4c54fc26
CD
13717
13718# The MULTI generator can combine several simulation engines into one.
13719# executable. A configuration which uses the MULTI should set two
13720# variables: ${sim_multi_configs} and ${sim_multi_default}.
13721#
13722# ${sim_multi_configs} is the list of engines to build. Each
13723# space-separated entry has the form NAME:MACHINE:FILTER:BFDMACHS,
13724# where:
13725#
13726# - NAME is a C-compatible prefix for the engine,
13727# - MACHINE is a -M argument,
13728# - FILTER is a -F argument, and
13729# - BFDMACHS is a comma-separated list of bfd machines that the
13730# simulator can run.
13731#
13732# Each entry will have a separate simulation engine whose prefix is
13733# m32<NAME>. If the machine list includes "mips16", there will also
13734# be a mips16 engine, prefix m16<NAME>. The mips16 engine will be
13735# generated using the same machine list as the 32-bit version,
13736# but the filter will be "16" instead of FILTER.
13737#
13738# The simulator compares the bfd mach against BFDMACHS to decide
13739# which engine to use. Entries in BFDMACHS should be bfd_mach
13740# values with "bfd_mach_" removed. ${sim_multi_default} says
13741# which entry should be the default.
13742if test ${sim_gen} = MULTI; then
13743
13744 # Simple sanity check.
13745 if test -z "${sim_multi_configs}" || test -z "${sim_multi_default}"; then
81ecdfbb 13746 as_fn_error "Error in configure.in: MULTI simulator not set up correctly" "$LINENO" 5
4c54fc26
CD
13747 fi
13748
13749 # Start in a known state.
13750 rm -f multi-include.h multi-run.c
13751 sim_multi_flags=
13752 sim_multi_src=
13753 sim_multi_obj=multi-run.o
13754 sim_multi_igen_configs=
13755 sim_seen_default=no
13756
13757 cat << __EOF__ > multi-run.c
13758/* Main entry point for MULTI simulators.
5cddc23a 13759 Copyright (C) 2003-2015 Free Software Foundation, Inc.
4c54fc26
CD
13760
13761 This program is free software; you can redistribute it and/or modify
13762 it under the terms of the GNU General Public License as published by
35ee6e1e 13763 the Free Software Foundation; either version 3 of the License, or
4c54fc26
CD
13764 (at your option) any later version.
13765
13766 This program is distributed in the hope that it will be useful,
13767 but WITHOUT ANY WARRANTY; without even the implied warranty of
13768 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13769 GNU General Public License for more details.
13770
13771 You should have received a copy of the GNU General Public License
35ee6e1e 13772 along with this program. If not, see <http://www.gnu.org/licenses/>.
4c54fc26
CD
13773
13774 --
13775
13776 This file was generated by sim/mips/configure. */
13777
13778#include "sim-main.h"
13779#include "multi-include.h"
13780
13781#define SD sd
13782#define CPU cpu
13783
13784void
13785sim_engine_run (SIM_DESC sd,
13786 int next_cpu_nr,
13787 int nr_cpus,
13788 int signal) /* ignore */
13789{
13790 int mach;
13791
13792 if (STATE_ARCHITECTURE (sd) == NULL)
13793 mach = bfd_mach_${sim_multi_default};
13794 else
13795 mach = STATE_ARCHITECTURE (SD)->mach;
13796
13797 switch (mach)
13798 {
13799__EOF__
13800
13801 for fc in ${sim_multi_configs}; do
13802
13803 # Split up the entry. ${c} contains the first three elements.
13804 # Note: outer sqaure brackets are m4 quotes.
13805 c=`echo ${fc} | sed 's/:[^:]*$//'`
13806 bfdmachs=`echo ${fc} | sed 's/.*://'`
13807 name=`echo ${c} | sed 's/:.*//'`
13808 machine=`echo ${c} | sed 's/.*:\(.*\):.*/\1/'`
13809 filter=`echo ${c} | sed 's/.*://'`
13810
13811 # Build the following lists:
13812 #
13813 # sim_multi_flags: all -M and -F flags used by the simulator
13814 # sim_multi_src: all makefile-generated source files
13815 # sim_multi_obj: the objects for ${sim_multi_src}
13816 # sim_multi_igen_configs: igen configuration strings.
13817 #
13818 # Each entry in ${sim_multi_igen_configs} is a prefix (m32
13819 # or m16) followed by the NAME, MACHINE and FILTER part of
13820 # the ${sim_multi_configs} entry.
13821 sim_multi_flags="${sim_multi_flags} -F ${filter} -M ${machine}"
13822
13823 # Check whether mips16 handling is needed.
13824 case ${c} in
13825 *:*mips16*:*)
13826 # Run igen twice, once for normal mode and once for mips16.
13827 ws="m32 m16"
13828
13829 # The top-level function for the mips16 simulator is
13830 # in a file m16${name}_run.c, generated by the
13831 # tmp-run-multi Makefile rule.
13832 sim_multi_src="${sim_multi_src} m16${name}_run.c"
13833 sim_multi_obj="${sim_multi_obj} m16${name}_run.o"
13834 sim_multi_flags="${sim_multi_flags} -F 16"
13835 ;;
13836 *)
13837 ws=m32
13838 ;;
13839 esac
13840
13841 # Now add the list of igen-generated files to ${sim_multi_src}
13842 # and ${sim_multi_obj}.
13843 for w in ${ws}; do
13844 for base in engine icache idecode model semantics support; do
13845 sim_multi_src="${sim_multi_src} ${w}${name}_${base}.c"
13846 sim_multi_src="${sim_multi_src} ${w}${name}_${base}.h"
13847 sim_multi_obj="${sim_multi_obj} ${w}${name}_${base}.o"
13848 done
13849 sim_multi_igen_configs="${sim_multi_igen_configs} ${w}${c}"
13850 done
13851
13852 # Add an include for the engine.h file. This file declares the
13853 # top-level foo_engine_run() function.
13854 echo "#include \"${w}${name}_engine.h\"" >> multi-include.h
13855
13856 # Add case statements for this engine to sim_engine_run().
13857 for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
13858 echo " case bfd_mach_${mach}:" >> multi-run.c
13859 if test ${mach} = ${sim_multi_default}; then
13860 echo " default:" >> multi-run.c
13861 sim_seen_default=yes
13862 fi
13863 done
13864 echo " ${w}${name}_engine_run (sd, next_cpu_nr, nr_cpus, signal);" \
13865 >> multi-run.c
13866 echo " break;" >> multi-run.c
13867 done
13868
13869 # Check whether we added a 'default:' label.
13870 if test ${sim_seen_default} = no; then
81ecdfbb 13871 as_fn_error "Error in configure.in: \${sim_multi_configs} doesn't have an entry for \${sim_multi_default}" "$LINENO" 5
4c54fc26
CD
13872 fi
13873
13874 cat << __EOF__ >> multi-run.c
13875 }
13876}
13877
13878int
13879mips_mach_multi (SIM_DESC sd)
13880{
13881 if (STATE_ARCHITECTURE (sd) == NULL)
13882 return bfd_mach_${sim_multi_default};
13883
13884 switch (STATE_ARCHITECTURE (SD)->mach)
13885 {
13886__EOF__
13887
13888 # Add case statements for this engine to mips_mach_multi().
13889 for fc in ${sim_multi_configs}; do
13890
13891 # Split up the entry. ${c} contains the first three elements.
13892 # Note: outer sqaure brackets are m4 quotes.
13893 c=`echo ${fc} | sed 's/:[^:]*$//'`
13894 bfdmachs=`echo ${fc} | sed 's/.*://'`
13895
13896 for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
13897 echo " case bfd_mach_${mach}:" >> multi-run.c
13898 done
13899 done
13900
13901 cat << __EOF__ >> multi-run.c
13902 return (STATE_ARCHITECTURE (SD)->mach);
13903 default:
13904 return bfd_mach_${sim_multi_default};
13905 }
13906}
13907__EOF__
13908
13909 SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_MULTI"
13910else
13911 # For clean-extra
13912 sim_multi_src=doesnt-exist.c
13913
13914 if test x"${sim_mach_default}" = x""; then
81ecdfbb 13915 as_fn_error "Error in configure.in: \${sim_mach_default} not defined" "$LINENO" 5
4c54fc26
CD
13916 fi
13917 SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_DEFAULT=bfd_mach_${sim_mach_default}"
13918fi
c906108c
SS
13919sim_igen_flags="-F ${sim_igen_filter} ${sim_igen_machine} ${sim_igen_smp}"
13920sim_m16_flags=" -F ${sim_m16_filter} ${sim_m16_machine} ${sim_igen_smp}"
13921
13922
13923
13924
13925
4c54fc26
CD
13926
13927
13928
13929
c906108c
SS
13930#
13931# Add simulated hardware devices
13932#
13933hw_enabled=no
13934case "${target}" in
13935 mips*tx39*)
13936 hw_enabled=yes
b7026657 13937 hw_extra_devices="tx3904cpu tx3904irc tx3904tmr tx3904sio"
c906108c
SS
13938 SIM_SUBTARGET="$SIM_SUBTARGET -DTARGET_TX3904=1"
13939 ;;
13940 *)
c906108c
SS
13941 ;;
13942esac
13943
c906108c 13944if test "$hw_devices"; then
6ffe910a 13945 hardware="$hw_devices"
c906108c 13946else
6ffe910a 13947 hardware="cfi core pal glue"
c906108c 13948fi
6ffe910a 13949hardware="$hardware $hw_extra_devices"
1517bd27 13950
c906108c
SS
13951sim_hw_cflags="-DWITH_HW=1"
13952sim_hw="$hardware"
13953sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 13954
81ecdfbb
RW
13955# Check whether --enable-sim-hardware was given.
13956if test "${enable_sim_hardware+set}" = set; then :
13957 enableval=$enable_sim_hardware;
30452bbe
MF
13958else
13959 enable_sim_hardware="$hw_enabled"
1517bd27
MF
13960fi
13961
13962case ${enable_sim_hardware} in
64dd13df
MF
13963 yes|no) ;;
13964 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
13965 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
13966 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
c906108c 13967esac
1517bd27 13968
64dd13df 13969if test "$enable_sim_hardware" = no; then
c906108c
SS
13970 sim_hw_objs=
13971 sim_hw_cflags="-DWITH_HW=0"
13972 sim_hw=
13973else
13974 sim_hw_cflags="-DWITH_HW=1"
13975 # remove duplicates
13976 sim_hw=""
13977 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
b3a3ffef
HPN
13978 for i in $hardware ; do
13979 case " $sim_hw " in
c906108c
SS
13980 *" $i "*) ;;
13981 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
13982 esac
13983 done
3be31516 13984 # mingw does not support sockser
3be31516
JS
13985 case ${host} in
13986 *mingw*) ;;
49cd1634
MF
13987 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
13988 # that you instatiate. Instead, other code will call into it directly.
13989 # At some point, we should convert it over.
13990 sim_hw_objs="$sim_hw_objs dv-sockser.o"
3be31516
JS
13991
13992cat >>confdefs.h <<_ACEOF
13993#define HAVE_DV_SOCKSER 1
13994_ACEOF
13995
13996 ;;
13997 esac
1517bd27
MF
13998 if test x"$silent" != x"yes"; then
13999 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
3be31516 14000 fi
1517bd27
MF
14001 case " $hardware " in
14002 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
4399a56b
MF
14003$as_echo_n "checking for log2 in -lm... " >&6; }
14004if test "${ac_cv_lib_m_log2+set}" = set; then :
14005 $as_echo_n "(cached) " >&6
14006else
14007 ac_check_lib_save_LIBS=$LIBS
14008LIBS="-lm $LIBS"
14009cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14010/* end confdefs.h. */
14011
14012/* Override any GCC internal prototype to avoid an error.
14013 Use char because int might match the return type of a GCC
14014 builtin and then its argument prototype would still apply. */
14015#ifdef __cplusplus
14016extern "C"
14017#endif
14018char log2 ();
14019int
14020main ()
14021{
14022return log2 ();
14023 ;
14024 return 0;
14025}
14026_ACEOF
14027if ac_fn_c_try_link "$LINENO"; then :
14028 ac_cv_lib_m_log2=yes
14029else
14030 ac_cv_lib_m_log2=no
14031fi
14032rm -f core conftest.err conftest.$ac_objext \
14033 conftest$ac_exeext conftest.$ac_ext
14034LIBS=$ac_check_lib_save_LIBS
14035fi
14036{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
14037$as_echo "$ac_cv_lib_m_log2" >&6; }
14038if test "x$ac_cv_lib_m_log2" = x""yes; then :
14039 cat >>confdefs.h <<_ACEOF
14040#define HAVE_LIBM 1
14041_ACEOF
14042
14043 LIBS="-lm $LIBS"
14044
14045fi
14046;;
1517bd27
MF
14047 esac
14048fi
4399a56b 14049
c906108c 14050
c906108c
SS
14051
14052# Choose simulator engine
14053case "${target}" in
14054 *) mips_igen_engine="engine.o"
14055 ;;
14056esac
14057
14058
14059
81ecdfbb
RW
14060{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
14061$as_echo_n "checking for X... " >&6; }
b7026657 14062
c906108c 14063
81ecdfbb
RW
14064# Check whether --with-x was given.
14065if test "${with_x+set}" = set; then :
14066 withval=$with_x;
14067fi
c906108c
SS
14068
14069# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
14070if test "x$with_x" = xno; then
14071 # The user explicitly disabled X.
14072 have_x=disabled
14073else
81ecdfbb
RW
14074 case $x_includes,$x_libraries in #(
14075 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
14076 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
14077 $as_echo_n "(cached) " >&6
c906108c
SS
14078else
14079 # One or both of the vars are not set, and there is no cached value.
b7026657 14080ac_x_includes=no ac_x_libraries=no
81ecdfbb 14081rm -f -r conftest.dir
b7026657
AC
14082if mkdir conftest.dir; then
14083 cd conftest.dir
b7026657 14084 cat >Imakefile <<'_ACEOF'
81ecdfbb
RW
14085incroot:
14086 @echo incroot='${INCROOT}'
14087usrlibdir:
14088 @echo usrlibdir='${USRLIBDIR}'
14089libdir:
14090 @echo libdir='${LIBDIR}'
14091_ACEOF
14092 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
c906108c 14093 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
14094 for ac_var in incroot usrlibdir libdir; do
14095 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
14096 done
c906108c 14097 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
81ecdfbb
RW
14098 for ac_extension in a so sl dylib la dll; do
14099 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
14100 test -f "$ac_im_libdir/libX11.$ac_extension"; then
b7026657 14101 ac_im_usrlibdir=$ac_im_libdir; break
c906108c
SS
14102 fi
14103 done
14104 # Screen out bogus values from the imake configuration. They are
14105 # bogus both because they are the default anyway, and because
14106 # using them would break gcc on systems where it needs fixed includes.
b7026657 14107 case $ac_im_incroot in
81ecdfbb 14108 /usr/include) ac_x_includes= ;;
b7026657 14109 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
c906108c 14110 esac
b7026657 14111 case $ac_im_usrlibdir in
81ecdfbb 14112 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
b7026657 14113 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
c906108c
SS
14114 esac
14115 fi
14116 cd ..
81ecdfbb 14117 rm -f -r conftest.dir
c906108c
SS
14118fi
14119
b7026657
AC
14120# Standard set of common directories for X headers.
14121# Check X11 before X11Rn because it is often a symlink to the current release.
14122ac_x_header_dirs='
14123/usr/X11/include
81ecdfbb 14124/usr/X11R7/include
b7026657
AC
14125/usr/X11R6/include
14126/usr/X11R5/include
14127/usr/X11R4/include
14128
14129/usr/include/X11
81ecdfbb 14130/usr/include/X11R7
b7026657
AC
14131/usr/include/X11R6
14132/usr/include/X11R5
14133/usr/include/X11R4
14134
14135/usr/local/X11/include
81ecdfbb 14136/usr/local/X11R7/include
b7026657
AC
14137/usr/local/X11R6/include
14138/usr/local/X11R5/include
14139/usr/local/X11R4/include
14140
14141/usr/local/include/X11
81ecdfbb 14142/usr/local/include/X11R7
b7026657
AC
14143/usr/local/include/X11R6
14144/usr/local/include/X11R5
14145/usr/local/include/X11R4
14146
14147/usr/X386/include
14148/usr/x386/include
14149/usr/XFree86/include/X11
14150
14151/usr/include
14152/usr/local/include
14153/usr/unsupported/include
14154/usr/athena/include
14155/usr/local/x11r5/include
14156/usr/lpp/Xamples/include
14157
14158/usr/openwin/include
14159/usr/openwin/share/include'
14160
14161if test "$ac_x_includes" = no; then
81ecdfbb 14162 # Guess where to find include files, by looking for Xlib.h.
c906108c 14163 # First, try using that file with no special directory specified.
81ecdfbb 14164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 14165/* end confdefs.h. */
81ecdfbb 14166#include <X11/Xlib.h>
b7026657 14167_ACEOF
81ecdfbb 14168if ac_fn_c_try_cpp "$LINENO"; then :
c906108c
SS
14169 # We can compile using X headers with no special include directory.
14170ac_x_includes=
14171else
b7026657 14172 for ac_dir in $ac_x_header_dirs; do
81ecdfbb 14173 if test -r "$ac_dir/X11/Xlib.h"; then
b7026657
AC
14174 ac_x_includes=$ac_dir
14175 break
14176 fi
14177done
c906108c 14178fi
b7026657
AC
14179rm -f conftest.err conftest.$ac_ext
14180fi # $ac_x_includes = no
c906108c 14181
b7026657 14182if test "$ac_x_libraries" = no; then
c906108c 14183 # Check for the libraries.
c906108c
SS
14184 # See if we find them without any special options.
14185 # Don't add to $LIBS permanently.
b7026657 14186 ac_save_LIBS=$LIBS
81ecdfbb
RW
14187 LIBS="-lX11 $LIBS"
14188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 14189/* end confdefs.h. */
81ecdfbb 14190#include <X11/Xlib.h>
b7026657
AC
14191int
14192main ()
14193{
81ecdfbb 14194XrmInitialize ()
b7026657
AC
14195 ;
14196 return 0;
14197}
14198_ACEOF
81ecdfbb 14199if ac_fn_c_try_link "$LINENO"; then :
b7026657 14200 LIBS=$ac_save_LIBS
c906108c
SS
14201# We can link X programs with no special library path.
14202ac_x_libraries=
14203else
81ecdfbb
RW
14204 LIBS=$ac_save_LIBS
14205for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
b7026657 14206do
81ecdfbb
RW
14207 # Don't even attempt the hair of trying to link an X program!
14208 for ac_extension in a so sl dylib la dll; do
14209 if test -r "$ac_dir/libX11.$ac_extension"; then
14210 ac_x_libraries=$ac_dir
14211 break 2
14212 fi
14213 done
14214done
b7026657 14215fi
81ecdfbb
RW
14216rm -f core conftest.err conftest.$ac_objext \
14217 conftest$ac_exeext conftest.$ac_ext
14218fi # $ac_x_libraries = no
b7026657 14219
81ecdfbb
RW
14220case $ac_x_includes,$ac_x_libraries in #(
14221 no,* | *,no | *\'*)
14222 # Didn't find X, or a directory has "'" in its name.
14223 ac_cv_have_x="have_x=no";; #(
14224 *)
14225 # Record where we found X for the cache.
14226 ac_cv_have_x="have_x=yes\
14227 ac_x_includes='$ac_x_includes'\
14228 ac_x_libraries='$ac_x_libraries'"
14229esac
b7026657 14230fi
81ecdfbb
RW
14231;; #(
14232 *) have_x=yes;;
14233 esac
14234 eval "$ac_cv_have_x"
14235fi # $with_x != no
b7026657 14236
81ecdfbb
RW
14237if test "$have_x" != yes; then
14238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
14239$as_echo "$have_x" >&6; }
14240 no_x=yes
b7026657 14241else
81ecdfbb
RW
14242 # If each of the values was on the command line, it overrides each guess.
14243 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
14244 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
14245 # Update the cache value to reflect the command line values.
14246 ac_cv_have_x="have_x=yes\
14247 ac_x_includes='$x_includes'\
14248 ac_x_libraries='$x_libraries'"
14249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
14250$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
b7026657 14251fi
b7026657 14252
81ecdfbb
RW
14253mips_extra_libs=""
14254
14255
81ecdfbb
RW
14256{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabs in -lm" >&5
14257$as_echo_n "checking for fabs in -lm... " >&6; }
14258if test "${ac_cv_lib_m_fabs+set}" = set; then :
14259 $as_echo_n "(cached) " >&6
b7026657
AC
14260else
14261 ac_check_lib_save_LIBS=$LIBS
14262LIBS="-lm $LIBS"
81ecdfbb 14263cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
14264/* end confdefs.h. */
14265
81ecdfbb
RW
14266/* Override any GCC internal prototype to avoid an error.
14267 Use char because int might match the return type of a GCC
14268 builtin and then its argument prototype would still apply. */
b7026657
AC
14269#ifdef __cplusplus
14270extern "C"
14271#endif
b7026657
AC
14272char fabs ();
14273int
14274main ()
14275{
81ecdfbb 14276return fabs ();
b7026657
AC
14277 ;
14278 return 0;
14279}
14280_ACEOF
81ecdfbb 14281if ac_fn_c_try_link "$LINENO"; then :
b7026657
AC
14282 ac_cv_lib_m_fabs=yes
14283else
81ecdfbb 14284 ac_cv_lib_m_fabs=no
b7026657 14285fi
81ecdfbb
RW
14286rm -f core conftest.err conftest.$ac_objext \
14287 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
14288LIBS=$ac_check_lib_save_LIBS
14289fi
81ecdfbb
RW
14290{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fabs" >&5
14291$as_echo "$ac_cv_lib_m_fabs" >&6; }
14292if test "x$ac_cv_lib_m_fabs" = x""yes; then :
b7026657
AC
14293 cat >>confdefs.h <<_ACEOF
14294#define HAVE_LIBM 1
14295_ACEOF
14296
14297 LIBS="-lm $LIBS"
14298
14299fi
14300
b7026657 14301for ac_func in aint anint sqrt
81ecdfbb
RW
14302do :
14303 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14304ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14305eval as_val=\$$as_ac_var
14306 if test "x$as_val" = x""yes; then :
b7026657 14307 cat >>confdefs.h <<_ACEOF
81ecdfbb 14308#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
b7026657
AC
14309_ACEOF
14310
14311fi
14312done
14313
14314
14315
14316ac_sources="$sim_link_files"
14317ac_dests="$sim_link_links"
14318while test -n "$ac_sources"; do
14319 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
14320 set $ac_sources; ac_source=$1; shift; ac_sources=$*
14321 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
14322done
81ecdfbb 14323ac_config_links="$ac_config_links $ac_config_links_1"
b7026657
AC
14324
14325cgen_breaks=""
14326if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
14327cgen_breaks="break cgen_rtx_error";
14328fi
14329
81ecdfbb 14330ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 14331
81ecdfbb 14332ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 14333
81ecdfbb 14334ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 14335
81ecdfbb 14336ac_config_commands="$ac_config_commands Makefile"
38f48d72 14337
81ecdfbb 14338ac_config_commands="$ac_config_commands stamp-h"
38f48d72 14339
b7026657
AC
14340cat >confcache <<\_ACEOF
14341# This file is a shell script that caches the results of configure
14342# tests run on this system so they can be shared between configure
14343# scripts and configure runs, see configure's option --config-cache.
14344# It is not useful on other systems. If it contains results you don't
14345# want to keep, you may remove or edit it.
14346#
14347# config.status only pays attention to the cache file if you give it
14348# the --recheck option to rerun configure.
14349#
14350# `ac_cv_env_foo' variables (set or unset) will be overridden when
14351# loading this file, other *unset* `ac_cv_foo' will be assigned the
14352# following values.
14353
14354_ACEOF
14355
14356# The following way of writing the cache mishandles newlines in values,
14357# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14358# So, we kill variables containing newlines.
b7026657
AC
14359# Ultrix sh set writes to stderr and can't be redirected directly,
14360# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14361(
14362 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14363 eval ac_val=\$$ac_var
14364 case $ac_val in #(
14365 *${as_nl}*)
14366 case $ac_var in #(
14367 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14368$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14369 esac
14370 case $ac_var in #(
14371 _ | IFS | as_nl) ;; #(
14372 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14373 *) { eval $ac_var=; unset $ac_var;} ;;
14374 esac ;;
14375 esac
14376 done
14377
b7026657 14378 (set) 2>&1 |
81ecdfbb
RW
14379 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14380 *${as_nl}ac_space=\ *)
14381 # `set' does not quote correctly, so add quotes: double-quote
14382 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
14383 sed -n \
14384 "s/'/'\\\\''/g;
14385 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14386 ;; #(
b7026657
AC
14387 *)
14388 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14389 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 14390 ;;
81ecdfbb
RW
14391 esac |
14392 sort
14393) |
b7026657 14394 sed '
81ecdfbb 14395 /^ac_cv_env_/b end
b7026657 14396 t clear
81ecdfbb 14397 :clear
b7026657
AC
14398 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14399 t end
81ecdfbb
RW
14400 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14401 :end' >>confcache
14402if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14403 if test -w "$cache_file"; then
14404 test "x$cache_file" != "x/dev/null" &&
14405 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14406$as_echo "$as_me: updating cache $cache_file" >&6;}
b7026657
AC
14407 cat confcache >$cache_file
14408 else
81ecdfbb
RW
14409 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14410$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
14411 fi
14412fi
14413rm -f confcache
14414
14415test "x$prefix" = xNONE && prefix=$ac_default_prefix
14416# Let make expand exec_prefix.
14417test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14418
b7026657
AC
14419DEFS=-DHAVE_CONFIG_H
14420
14421ac_libobjs=
14422ac_ltlibobjs=
14423for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14424 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14425 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14426 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14427 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14428 # will be set to the directory where LIBOBJS objects are built.
14429 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14430 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
14431done
14432LIBOBJS=$ac_libobjs
14433
14434LTLIBOBJS=$ac_ltlibobjs
14435
14436
db2e4d67
MF
14437if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
14438 as_fn_error "conditional \"GMAKE\" was never defined.
14439Usually this means the macro was only invoked conditionally." "$LINENO" 5
14440fi
6bb11ab3
L
14441if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
14442 as_fn_error "conditional \"PLUGINS\" was never defined.
14443Usually this means the macro was only invoked conditionally." "$LINENO" 5
14444fi
31e6ad7d
MF
14445if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14446 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14447Usually this means the macro was only invoked conditionally." "$LINENO" 5
14448fi
b7026657 14449
81ecdfbb 14450
b7026657 14451: ${CONFIG_STATUS=./config.status}
81ecdfbb 14452ac_write_fail=0
b7026657
AC
14453ac_clean_files_save=$ac_clean_files
14454ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14455{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14456$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14457as_write_fail=0
14458cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
14459#! $SHELL
14460# Generated by $as_me.
14461# Run this file to recreate the current configuration.
14462# Compiler output produced by configure, useful for debugging
14463# configure, is in config.log if it exists.
c906108c 14464
b7026657
AC
14465debug=false
14466ac_cs_recheck=false
14467ac_cs_silent=false
b7026657 14468
81ecdfbb
RW
14469SHELL=\${CONFIG_SHELL-$SHELL}
14470export SHELL
14471_ASEOF
14472cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14473## -------------------- ##
14474## M4sh Initialization. ##
14475## -------------------- ##
14476
14477# Be more Bourne compatible
14478DUALCASE=1; export DUALCASE # for MKS sh
14479if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
14480 emulate sh
14481 NULLCMD=:
81ecdfbb 14482 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
14483 # is contrary to our usage. Disable this feature.
14484 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14485 setopt NO_GLOB_SUBST
14486else
14487 case `(set -o) 2>/dev/null` in #(
14488 *posix*) :
14489 set -o posix ;; #(
14490 *) :
14491 ;;
14492esac
c906108c 14493fi
b7026657 14494
81ecdfbb
RW
14495
14496as_nl='
14497'
14498export as_nl
14499# Printing a long string crashes Solaris 7 /usr/bin/printf.
14500as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14501as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14502as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14503# Prefer a ksh shell builtin over an external printf program on Solaris,
14504# but without wasting forks for bash or zsh.
14505if test -z "$BASH_VERSION$ZSH_VERSION" \
14506 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14507 as_echo='print -r --'
14508 as_echo_n='print -rn --'
14509elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14510 as_echo='printf %s\n'
14511 as_echo_n='printf %s'
14512else
14513 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14514 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14515 as_echo_n='/usr/ucb/echo -n'
14516 else
14517 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14518 as_echo_n_body='eval
14519 arg=$1;
14520 case $arg in #(
14521 *"$as_nl"*)
14522 expr "X$arg" : "X\\(.*\\)$as_nl";
14523 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14524 esac;
14525 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14526 '
14527 export as_echo_n_body
14528 as_echo_n='sh -c $as_echo_n_body as_echo'
14529 fi
14530 export as_echo_body
14531 as_echo='sh -c $as_echo_body as_echo'
c906108c 14532fi
b7026657 14533
81ecdfbb
RW
14534# The user is always right.
14535if test "${PATH_SEPARATOR+set}" != set; then
14536 PATH_SEPARATOR=:
14537 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14538 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14539 PATH_SEPARATOR=';'
14540 }
14541fi
14542
14543
14544# IFS
14545# We need space, tab and new line, in precisely that order. Quoting is
14546# there to prevent editors from complaining about space-tab.
14547# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14548# splitting by setting IFS to empty value.)
14549IFS=" "" $as_nl"
14550
14551# Find who we are. Look in the path if we contain no directory separator.
14552case $0 in #((
14553 *[\\/]* ) as_myself=$0 ;;
14554 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14555for as_dir in $PATH
14556do
14557 IFS=$as_save_IFS
14558 test -z "$as_dir" && as_dir=.
14559 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14560 done
14561IFS=$as_save_IFS
b7026657 14562
81ecdfbb
RW
14563 ;;
14564esac
14565# We did not find ourselves, most probably we were run as `sh COMMAND'
14566# in which case we are not to be found in the path.
14567if test "x$as_myself" = x; then
14568 as_myself=$0
14569fi
14570if test ! -f "$as_myself"; then
14571 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14572 exit 1
14573fi
14574
14575# Unset variables that we do not need and which cause bugs (e.g. in
14576# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14577# suppresses any "Segmentation fault" message there. '((' could
14578# trigger a bug in pdksh 5.2.14.
14579for as_var in BASH_ENV ENV MAIL MAILPATH
14580do eval test x\${$as_var+set} = xset \
14581 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14582done
b7026657
AC
14583PS1='$ '
14584PS2='> '
14585PS4='+ '
14586
14587# NLS nuisances.
81ecdfbb
RW
14588LC_ALL=C
14589export LC_ALL
14590LANGUAGE=C
14591export LANGUAGE
14592
14593# CDPATH.
14594(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14595
14596
14597# as_fn_error ERROR [LINENO LOG_FD]
14598# ---------------------------------
14599# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14600# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14601# script with status $?, using 1 if that was 0.
14602as_fn_error ()
14603{
14604 as_status=$?; test $as_status -eq 0 && as_status=1
14605 if test "$3"; then
14606 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14607 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
b7026657 14608 fi
81ecdfbb
RW
14609 $as_echo "$as_me: error: $1" >&2
14610 as_fn_exit $as_status
14611} # as_fn_error
14612
14613
14614# as_fn_set_status STATUS
14615# -----------------------
14616# Set $? to STATUS, without forking.
14617as_fn_set_status ()
14618{
14619 return $1
14620} # as_fn_set_status
14621
14622# as_fn_exit STATUS
14623# -----------------
14624# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14625as_fn_exit ()
14626{
14627 set +e
14628 as_fn_set_status $1
14629 exit $1
14630} # as_fn_exit
14631
14632# as_fn_unset VAR
14633# ---------------
14634# Portably unset VAR.
14635as_fn_unset ()
14636{
14637 { eval $1=; unset $1;}
14638}
14639as_unset=as_fn_unset
14640# as_fn_append VAR VALUE
14641# ----------------------
14642# Append the text in VALUE to the end of the definition contained in VAR. Take
14643# advantage of any shell optimizations that allow amortized linear growth over
14644# repeated appends, instead of the typical quadratic growth present in naive
14645# implementations.
14646if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14647 eval 'as_fn_append ()
14648 {
14649 eval $1+=\$2
14650 }'
14651else
14652 as_fn_append ()
14653 {
14654 eval $1=\$$1\$2
14655 }
14656fi # as_fn_append
c906108c 14657
81ecdfbb
RW
14658# as_fn_arith ARG...
14659# ------------------
14660# Perform arithmetic evaluation on the ARGs, and store the result in the
14661# global $as_val. Take advantage of shells that can avoid forks. The arguments
14662# must be portable across $(()) and expr.
14663if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14664 eval 'as_fn_arith ()
14665 {
14666 as_val=$(( $* ))
14667 }'
14668else
14669 as_fn_arith ()
14670 {
14671 as_val=`expr "$@" || test $? -eq 1`
14672 }
14673fi # as_fn_arith
14674
14675
14676if expr a : '\(a\)' >/dev/null 2>&1 &&
14677 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 14678 as_expr=expr
c906108c 14679else
b7026657 14680 as_expr=false
c906108c 14681fi
c906108c 14682
81ecdfbb 14683if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
14684 as_basename=basename
14685else
14686 as_basename=false
c906108c 14687fi
c906108c 14688
81ecdfbb
RW
14689if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14690 as_dirname=dirname
14691else
14692 as_dirname=false
14693fi
c906108c 14694
81ecdfbb 14695as_me=`$as_basename -- "$0" ||
b7026657
AC
14696$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14697 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14698 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14699$as_echo X/"$0" |
14700 sed '/^.*\/\([^/][^/]*\)\/*$/{
14701 s//\1/
14702 q
14703 }
14704 /^X\/\(\/\/\)$/{
14705 s//\1/
14706 q
14707 }
14708 /^X\/\(\/\).*/{
14709 s//\1/
14710 q
14711 }
14712 s/.*/./; q'`
b7026657 14713
b7026657
AC
14714# Avoid depending upon Character Ranges.
14715as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14716as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14717as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14718as_cr_digits='0123456789'
14719as_cr_alnum=$as_cr_Letters$as_cr_digits
14720
81ecdfbb
RW
14721ECHO_C= ECHO_N= ECHO_T=
14722case `echo -n x` in #(((((
14723-n*)
14724 case `echo 'xy\c'` in
14725 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14726 xy) ECHO_C='\c';;
14727 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14728 ECHO_T=' ';;
14729 esac;;
14730*)
14731 ECHO_N='-n';;
b7026657 14732esac
c906108c 14733
81ecdfbb
RW
14734rm -f conf$$ conf$$.exe conf$$.file
14735if test -d conf$$.dir; then
14736 rm -f conf$$.dir/conf$$.file
c906108c 14737else
81ecdfbb
RW
14738 rm -f conf$$.dir
14739 mkdir conf$$.dir 2>/dev/null
c906108c 14740fi
81ecdfbb
RW
14741if (echo >conf$$.file) 2>/dev/null; then
14742 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 14743 as_ln_s='ln -s'
81ecdfbb
RW
14744 # ... but there are two gotchas:
14745 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14746 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14747 # In both cases, we have to default to `cp -p'.
14748 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14749 as_ln_s='cp -p'
14750 elif ln conf$$.file conf$$ 2>/dev/null; then
14751 as_ln_s=ln
14752 else
14753 as_ln_s='cp -p'
b7026657 14754 fi
b7026657
AC
14755else
14756 as_ln_s='cp -p'
c906108c 14757fi
81ecdfbb
RW
14758rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14759rmdir conf$$.dir 2>/dev/null
14760
14761
14762# as_fn_mkdir_p
14763# -------------
14764# Create "$as_dir" as a directory, including parents if necessary.
14765as_fn_mkdir_p ()
14766{
14767
14768 case $as_dir in #(
14769 -*) as_dir=./$as_dir;;
14770 esac
14771 test -d "$as_dir" || eval $as_mkdir_p || {
14772 as_dirs=
14773 while :; do
14774 case $as_dir in #(
14775 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14776 *) as_qdir=$as_dir;;
14777 esac
14778 as_dirs="'$as_qdir' $as_dirs"
14779 as_dir=`$as_dirname -- "$as_dir" ||
14780$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14781 X"$as_dir" : 'X\(//\)[^/]' \| \
14782 X"$as_dir" : 'X\(//\)$' \| \
14783 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14784$as_echo X"$as_dir" |
14785 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14786 s//\1/
14787 q
14788 }
14789 /^X\(\/\/\)[^/].*/{
14790 s//\1/
14791 q
14792 }
14793 /^X\(\/\/\)$/{
14794 s//\1/
14795 q
14796 }
14797 /^X\(\/\).*/{
14798 s//\1/
14799 q
14800 }
14801 s/.*/./; q'`
14802 test -d "$as_dir" && break
14803 done
14804 test -z "$as_dirs" || eval "mkdir $as_dirs"
14805 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14806
c906108c 14807
81ecdfbb 14808} # as_fn_mkdir_p
b7026657 14809if mkdir -p . 2>/dev/null; then
81ecdfbb 14810 as_mkdir_p='mkdir -p "$as_dir"'
c906108c 14811else
b7026657
AC
14812 test -d ./-p && rmdir ./-p
14813 as_mkdir_p=false
c906108c 14814fi
c906108c 14815
81ecdfbb
RW
14816if test -x / >/dev/null 2>&1; then
14817 as_test_x='test -x'
14818else
14819 if ls -dL / >/dev/null 2>&1; then
14820 as_ls_L_option=L
14821 else
14822 as_ls_L_option=
14823 fi
14824 as_test_x='
14825 eval sh -c '\''
14826 if test -d "$1"; then
14827 test -d "$1/.";
14828 else
14829 case $1 in #(
14830 -*)set "./$1";;
14831 esac;
14832 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14833 ???[sx]*):;;*)false;;esac;fi
14834 '\'' sh
14835 '
14836fi
14837as_executable_p=$as_test_x
c906108c 14838
b7026657
AC
14839# Sed expression to map a string onto a valid CPP name.
14840as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 14841
b7026657
AC
14842# Sed expression to map a string onto a valid variable name.
14843as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 14844
b7026657 14845
b7026657 14846exec 6>&1
81ecdfbb
RW
14847## ----------------------------------- ##
14848## Main body of $CONFIG_STATUS script. ##
14849## ----------------------------------- ##
14850_ASEOF
14851test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14852
14853cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14854# Save the log message, to keep $0 and so on meaningful, and to
b7026657 14855# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14856# values after options handling.
14857ac_log="
b7026657 14858This file was extended by $as_me, which was
81ecdfbb 14859generated by GNU Autoconf 2.64. Invocation command line was
b7026657
AC
14860
14861 CONFIG_FILES = $CONFIG_FILES
14862 CONFIG_HEADERS = $CONFIG_HEADERS
14863 CONFIG_LINKS = $CONFIG_LINKS
14864 CONFIG_COMMANDS = $CONFIG_COMMANDS
14865 $ $0 $@
14866
81ecdfbb
RW
14867on `(hostname || uname -n) 2>/dev/null | sed 1q`
14868"
14869
b7026657
AC
14870_ACEOF
14871
81ecdfbb
RW
14872case $ac_config_files in *"
14873"*) set x $ac_config_files; shift; ac_config_files=$*;;
14874esac
379832de 14875
81ecdfbb
RW
14876case $ac_config_headers in *"
14877"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14878esac
b7026657 14879
b7026657 14880
81ecdfbb
RW
14881cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14882# Files that config.status was made for.
14883config_files="$ac_config_files"
14884config_headers="$ac_config_headers"
14885config_links="$ac_config_links"
14886config_commands="$ac_config_commands"
b7026657 14887
81ecdfbb 14888_ACEOF
b7026657 14889
81ecdfbb 14890cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 14891ac_cs_usage="\
81ecdfbb
RW
14892\`$as_me' instantiates files and other configuration actions
14893from templates according to the current configuration. Unless the files
14894and actions are specified as TAGs, all are instantiated by default.
b7026657 14895
81ecdfbb 14896Usage: $0 [OPTION]... [TAG]...
b7026657
AC
14897
14898 -h, --help print this help, then exit
81ecdfbb
RW
14899 -V, --version print version number and configuration settings, then exit
14900 -q, --quiet, --silent
14901 do not print progress messages
b7026657
AC
14902 -d, --debug don't remove temporary files
14903 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14904 --file=FILE[:TEMPLATE]
14905 instantiate the configuration file FILE
14906 --header=FILE[:TEMPLATE]
14907 instantiate the configuration header FILE
b7026657
AC
14908
14909Configuration files:
14910$config_files
14911
14912Configuration headers:
14913$config_headers
14914
14915Configuration links:
14916$config_links
14917
14918Configuration commands:
14919$config_commands
14920
81ecdfbb 14921Report bugs to the package provider."
b7026657 14922
81ecdfbb
RW
14923_ACEOF
14924cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657
AC
14925ac_cs_version="\\
14926config.status
81ecdfbb
RW
14927configured by $0, generated by GNU Autoconf 2.64,
14928 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
b7026657 14929
81ecdfbb 14930Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
14931This config.status script is free software; the Free Software Foundation
14932gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14933
14934ac_pwd='$ac_pwd'
14935srcdir='$srcdir'
14936INSTALL='$INSTALL'
6bb11ab3 14937AWK='$AWK'
81ecdfbb 14938test -n "\$AWK" || AWK=awk
b7026657
AC
14939_ACEOF
14940
81ecdfbb
RW
14941cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14942# The default lists apply if the user does not specify any file.
b7026657
AC
14943ac_need_defaults=:
14944while test $# != 0
14945do
14946 case $1 in
14947 --*=*)
81ecdfbb
RW
14948 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14949 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 14950 ac_shift=:
c906108c 14951 ;;
81ecdfbb 14952 *)
b7026657
AC
14953 ac_option=$1
14954 ac_optarg=$2
14955 ac_shift=shift
c906108c 14956 ;;
b7026657 14957 esac
c906108c 14958
b7026657
AC
14959 case $ac_option in
14960 # Handling of the options.
b7026657
AC
14961 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14962 ac_cs_recheck=: ;;
81ecdfbb
RW
14963 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14964 $as_echo "$ac_cs_version"; exit ;;
14965 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
14966 debug=: ;;
14967 --file | --fil | --fi | --f )
14968 $ac_shift
81ecdfbb
RW
14969 case $ac_optarg in
14970 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14971 esac
14972 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
14973 ac_need_defaults=false;;
14974 --header | --heade | --head | --hea )
14975 $ac_shift
81ecdfbb
RW
14976 case $ac_optarg in
14977 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14978 esac
14979 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 14980 ac_need_defaults=false;;
81ecdfbb
RW
14981 --he | --h)
14982 # Conflict between --help and --header
14983 as_fn_error "ambiguous option: \`$1'
14984Try \`$0 --help' for more information.";;
14985 --help | --hel | -h )
14986 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
14987 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14988 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14989 ac_cs_silent=: ;;
c906108c 14990
b7026657 14991 # This is an error.
81ecdfbb
RW
14992 -*) as_fn_error "unrecognized option: \`$1'
14993Try \`$0 --help' for more information." ;;
c906108c 14994
81ecdfbb
RW
14995 *) as_fn_append ac_config_targets " $1"
14996 ac_need_defaults=false ;;
b7026657
AC
14997
14998 esac
14999 shift
15000done
15001
15002ac_configure_extra_args=
15003
15004if $ac_cs_silent; then
15005 exec 6>/dev/null
15006 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
15007fi
15008
b7026657 15009_ACEOF
81ecdfbb 15010cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 15011if \$ac_cs_recheck; then
81ecdfbb
RW
15012 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15013 shift
15014 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15015 CONFIG_SHELL='$SHELL'
15016 export CONFIG_SHELL
15017 exec "\$@"
b7026657 15018fi
c906108c 15019
b7026657 15020_ACEOF
81ecdfbb
RW
15021cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15022exec 5>>config.log
15023{
15024 echo
15025 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15026## Running $as_me. ##
15027_ASBOX
15028 $as_echo "$ac_log"
15029} >&5
c906108c 15030
81ecdfbb
RW
15031_ACEOF
15032cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
15033#
15034# INIT-COMMANDS
15035#
15036ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
15037
6bb11ab3
L
15038
15039# The HP-UX ksh and POSIX shell print the target directory to stdout
15040# if CDPATH is set.
15041(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15042
15043sed_quote_subst='$sed_quote_subst'
15044double_quote_subst='$double_quote_subst'
15045delay_variable_subst='$delay_variable_subst'
15046macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15047macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15048enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15049enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15050pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15051enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15052SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15053ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15054host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15055host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15056host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15057build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15058build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15059build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15060SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15061Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15062GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15063EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15064FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15065LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15066NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15067LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15068max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15069ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15070exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15071lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15072lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15073lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15074reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15075reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15076OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15077deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15078file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15079AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15080AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15081STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15082RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15083old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15084old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15085old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15086lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15087CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15088CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15089compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15090GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15091lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15092lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15093lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15094lt_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"`'
15095objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15096MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15097lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15098lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15099lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15100lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15101lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15102need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15103DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15104NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15105LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15106OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15107OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15108libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15109shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15110extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15111archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15112enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15113export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15114whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15115compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15116old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15117old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15118archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15119archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15120module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15121module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15122with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15123allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15124no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15125hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15126hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15127hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15128hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15129hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15130hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15131hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15132hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15133inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15134link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15135fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15136always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15137export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15138exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15139include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15140prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15141file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15142variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15143need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15144need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15145version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15146runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15147shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15148shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15149libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15150library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15151soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15152install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15153postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15154postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15155finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15156finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15157hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15158sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15159sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15160hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15161enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15162enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15163enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15164old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15165striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15166
15167LTCC='$LTCC'
15168LTCFLAGS='$LTCFLAGS'
15169compiler='$compiler_DEFAULT'
15170
15171# A function that is used when there is no print builtin or printf.
15172func_fallback_echo ()
15173{
15174 eval 'cat <<_LTECHO_EOF
15175\$1
15176_LTECHO_EOF'
15177}
15178
15179# Quote evaled strings.
15180for var in SHELL \
15181ECHO \
15182SED \
15183GREP \
15184EGREP \
15185FGREP \
15186LD \
15187NM \
15188LN_S \
15189lt_SP2NL \
15190lt_NL2SP \
15191reload_flag \
15192OBJDUMP \
15193deplibs_check_method \
15194file_magic_cmd \
15195AR \
15196AR_FLAGS \
15197STRIP \
15198RANLIB \
15199CC \
15200CFLAGS \
15201compiler \
15202lt_cv_sys_global_symbol_pipe \
15203lt_cv_sys_global_symbol_to_cdecl \
15204lt_cv_sys_global_symbol_to_c_name_address \
15205lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15206lt_prog_compiler_no_builtin_flag \
15207lt_prog_compiler_wl \
15208lt_prog_compiler_pic \
15209lt_prog_compiler_static \
15210lt_cv_prog_compiler_c_o \
15211need_locks \
15212DSYMUTIL \
15213NMEDIT \
15214LIPO \
15215OTOOL \
15216OTOOL64 \
15217shrext_cmds \
15218export_dynamic_flag_spec \
15219whole_archive_flag_spec \
15220compiler_needs_object \
15221with_gnu_ld \
15222allow_undefined_flag \
15223no_undefined_flag \
15224hardcode_libdir_flag_spec \
15225hardcode_libdir_flag_spec_ld \
15226hardcode_libdir_separator \
15227fix_srcfile_path \
15228exclude_expsyms \
15229include_expsyms \
15230file_list_spec \
15231variables_saved_for_relink \
15232libname_spec \
15233library_names_spec \
15234soname_spec \
15235install_override_mode \
15236finish_eval \
15237old_striplib \
15238striplib; do
15239 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15240 *[\\\\\\\`\\"\\\$]*)
15241 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15242 ;;
15243 *)
15244 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15245 ;;
15246 esac
15247done
15248
15249# Double-quote double-evaled strings.
15250for var in reload_cmds \
15251old_postinstall_cmds \
15252old_postuninstall_cmds \
15253old_archive_cmds \
15254extract_expsyms_cmds \
15255old_archive_from_new_cmds \
15256old_archive_from_expsyms_cmds \
15257archive_cmds \
15258archive_expsym_cmds \
15259module_cmds \
15260module_expsym_cmds \
15261export_symbols_cmds \
15262prelink_cmds \
15263postinstall_cmds \
15264postuninstall_cmds \
15265finish_cmds \
15266sys_lib_search_path_spec \
15267sys_lib_dlsearch_path_spec; do
15268 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15269 *[\\\\\\\`\\"\\\$]*)
15270 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15271 ;;
15272 *)
15273 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15274 ;;
15275 esac
15276done
15277
15278ac_aux_dir='$ac_aux_dir'
15279xsi_shell='$xsi_shell'
15280lt_shell_append='$lt_shell_append'
15281
15282# See if we are running on zsh, and set the options which allow our
15283# commands through without removal of \ escapes INIT.
15284if test -n "\${ZSH_VERSION+set}" ; then
15285 setopt NO_GLOB_SUBST
15286fi
15287
15288
15289 PACKAGE='$PACKAGE'
15290 VERSION='$VERSION'
15291 TIMESTAMP='$TIMESTAMP'
15292 RM='$RM'
15293 ofile='$ofile'
15294
15295
15296
15297
81ecdfbb 15298_ACEOF
c906108c 15299
81ecdfbb 15300cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 15301
81ecdfbb 15302# Handling of arguments.
b7026657 15303for ac_config_target in $ac_config_targets
c906108c 15304do
81ecdfbb
RW
15305 case $ac_config_target in
15306 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 15307 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 15308 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
15309 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
15310 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
15311 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
15312 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
15313 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
15314 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
15315
15316 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
15317 esac
15318done
15319
81ecdfbb 15320
b7026657
AC
15321# If the user did not use the arguments to specify the items to instantiate,
15322# then the envvar interface is used. Set only those that are not.
15323# We use the long form for the default assignment because of an extremely
15324# bizarre bug on SunOS 4.1.3.
15325if $ac_need_defaults; then
15326 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15327 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15328 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
15329 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15330fi
15331
15332# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15333# simply because there is no reason against having it here, and in addition,
b7026657 15334# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15335# Hook for its removal unless debugging.
15336# Note that there is a small window in which the directory will not be cleaned:
15337# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
15338$debug ||
15339{
81ecdfbb
RW
15340 tmp=
15341 trap 'exit_status=$?
15342 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15343' 0
15344 trap 'as_fn_exit 1' 1 2 13 15
b7026657 15345}
b7026657 15346# Create a (secure) tmp directory for tmp files.
c906108c 15347
b7026657 15348{
81ecdfbb 15349 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
b7026657
AC
15350 test -n "$tmp" && test -d "$tmp"
15351} ||
15352{
81ecdfbb
RW
15353 tmp=./conf$$-$RANDOM
15354 (umask 077 && mkdir "$tmp")
15355} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
b7026657 15356
81ecdfbb
RW
15357# Set up the scripts for CONFIG_FILES section.
15358# No need to generate them if there are no CONFIG_FILES.
15359# This happens for instance with `./config.status config.h'.
15360if test -n "$CONFIG_FILES"; then
b7026657 15361
c906108c 15362
81ecdfbb
RW
15363ac_cr=`echo X | tr X '\015'`
15364# On cygwin, bash can eat \r inside `` if the user requested igncr.
15365# But we know of no other shell where ac_cr would be empty at this
15366# point, so we can use a bashism as a fallback.
15367if test "x$ac_cr" = x; then
15368 eval ac_cr=\$\'\\r\'
15369fi
15370ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15371if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15372 ac_cs_awk_cr='\r'
15373else
15374 ac_cs_awk_cr=$ac_cr
15375fi
b7026657 15376
81ecdfbb 15377echo 'BEGIN {' >"$tmp/subs1.awk" &&
b7026657
AC
15378_ACEOF
15379
c906108c 15380
81ecdfbb
RW
15381{
15382 echo "cat >conf$$subs.awk <<_ACEOF" &&
15383 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15384 echo "_ACEOF"
15385} >conf$$subs.sh ||
15386 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15387ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15388ac_delim='%!_!# '
15389for ac_last_try in false false false false false :; do
15390 . ./conf$$subs.sh ||
15391 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15392
15393 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15394 if test $ac_delim_n = $ac_delim_num; then
15395 break
15396 elif $ac_last_try; then
15397 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
c906108c 15398 else
81ecdfbb
RW
15399 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15400 fi
15401done
15402rm -f conf$$subs.sh
15403
15404cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15405cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15406_ACEOF
15407sed -n '
15408h
15409s/^/S["/; s/!.*/"]=/
15410p
15411g
15412s/^[^!]*!//
15413:repl
15414t repl
15415s/'"$ac_delim"'$//
15416t delim
15417:nl
15418h
15419s/\(.\{148\}\).*/\1/
15420t more1
15421s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15422p
15423n
15424b repl
15425:more1
15426s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15427p
15428g
15429s/.\{148\}//
15430t nl
15431:delim
15432h
15433s/\(.\{148\}\).*/\1/
15434t more2
15435s/["\\]/\\&/g; s/^/"/; s/$/"/
15436p
15437b
15438:more2
15439s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15440p
15441g
15442s/.\{148\}//
15443t delim
15444' <conf$$subs.awk | sed '
15445/^[^""]/{
15446 N
15447 s/\n//
15448}
15449' >>$CONFIG_STATUS || ac_write_fail=1
15450rm -f conf$$subs.awk
15451cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15452_ACAWK
15453cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15454 for (key in S) S_is_set[key] = 1
15455 FS = "\a"
b7026657 15456
81ecdfbb
RW
15457}
15458{
15459 line = $ 0
15460 nfields = split(line, field, "@")
15461 substed = 0
15462 len = length(field[1])
15463 for (i = 2; i < nfields; i++) {
15464 key = field[i]
15465 keylen = length(key)
15466 if (S_is_set[key]) {
15467 value = S[key]
15468 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15469 len += length(value) + length(field[++i])
15470 substed = 1
15471 } else
15472 len += 1 + keylen
15473 }
15474
15475 print line
15476}
c906108c 15477
81ecdfbb
RW
15478_ACAWK
15479_ACEOF
15480cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15481if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15482 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 15483else
81ecdfbb
RW
15484 cat
15485fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15486 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15487_ACEOF
b7026657 15488
81ecdfbb
RW
15489# VPATH may cause trouble with some makes, so we remove $(srcdir),
15490# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15491# trailing colons and then remove the whole line if VPATH becomes empty
15492# (actually we leave an empty line to preserve line numbers).
15493if test "x$srcdir" = x.; then
15494 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15495s/:*\$(srcdir):*/:/
15496s/:*\${srcdir}:*/:/
15497s/:*@srcdir@:*/:/
15498s/^\([^=]*=[ ]*\):*/\1/
15499s/:*$//
15500s/^[^=]*=[ ]*$//
15501}'
15502fi
c906108c 15503
81ecdfbb
RW
15504cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15505fi # test -n "$CONFIG_FILES"
c906108c 15506
81ecdfbb
RW
15507# Set up the scripts for CONFIG_HEADERS section.
15508# No need to generate them if there are no CONFIG_HEADERS.
15509# This happens for instance with `./config.status Makefile'.
15510if test -n "$CONFIG_HEADERS"; then
15511cat >"$tmp/defines.awk" <<\_ACAWK ||
15512BEGIN {
15513_ACEOF
b7026657 15514
81ecdfbb
RW
15515# Transform confdefs.h into an awk script `defines.awk', embedded as
15516# here-document in config.status, that substitutes the proper values into
15517# config.h.in to produce config.h.
c906108c 15518
81ecdfbb
RW
15519# Create a delimiter string that does not exist in confdefs.h, to ease
15520# handling of long lines.
15521ac_delim='%!_!# '
15522for ac_last_try in false false :; do
15523 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15524 if test -z "$ac_t"; then
15525 break
15526 elif $ac_last_try; then
15527 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 15528 else
81ecdfbb 15529 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 15530 fi
b7026657 15531done
81ecdfbb
RW
15532
15533# For the awk script, D is an array of macro values keyed by name,
15534# likewise P contains macro parameters if any. Preserve backslash
15535# newline sequences.
15536
15537ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15538sed -n '
15539s/.\{148\}/&'"$ac_delim"'/g
15540t rset
15541:rset
15542s/^[ ]*#[ ]*define[ ][ ]*/ /
15543t def
15544d
15545:def
15546s/\\$//
15547t bsnl
15548s/["\\]/\\&/g
15549s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15550D["\1"]=" \3"/p
15551s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15552d
15553:bsnl
15554s/["\\]/\\&/g
15555s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15556D["\1"]=" \3\\\\\\n"\\/p
15557t cont
15558s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15559t cont
15560d
15561:cont
15562n
15563s/.\{148\}/&'"$ac_delim"'/g
15564t clear
15565:clear
15566s/\\$//
15567t bsnlc
15568s/["\\]/\\&/g; s/^/"/; s/$/"/p
15569d
15570:bsnlc
15571s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15572b cont
15573' <confdefs.h | sed '
15574s/'"$ac_delim"'/"\\\
15575"/g' >>$CONFIG_STATUS || ac_write_fail=1
15576
15577cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15578 for (key in D) D_is_set[key] = 1
15579 FS = "\a"
15580}
15581/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15582 line = \$ 0
15583 split(line, arg, " ")
15584 if (arg[1] == "#") {
15585 defundef = arg[2]
15586 mac1 = arg[3]
15587 } else {
15588 defundef = substr(arg[1], 2)
15589 mac1 = arg[2]
15590 }
15591 split(mac1, mac2, "(") #)
15592 macro = mac2[1]
15593 prefix = substr(line, 1, index(line, defundef) - 1)
15594 if (D_is_set[macro]) {
15595 # Preserve the white space surrounding the "#".
15596 print prefix "define", macro P[macro] D[macro]
15597 next
15598 } else {
15599 # Replace #undef with comments. This is necessary, for example,
15600 # in the case of _POSIX_SOURCE, which is predefined and required
15601 # on some systems where configure will not decide to define it.
15602 if (defundef == "undef") {
15603 print "/*", prefix defundef, macro, "*/"
15604 next
15605 }
15606 }
15607}
15608{ print }
15609_ACAWK
b7026657 15610_ACEOF
81ecdfbb
RW
15611cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15612 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15613fi # test -n "$CONFIG_HEADERS"
b7026657 15614
c906108c 15615
81ecdfbb
RW
15616eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
15617shift
15618for ac_tag
15619do
15620 case $ac_tag in
15621 :[FHLC]) ac_mode=$ac_tag; continue;;
15622 esac
15623 case $ac_mode$ac_tag in
15624 :[FHL]*:*);;
15625 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15626 :[FH]-) ac_tag=-:-;;
15627 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 15628 esac
81ecdfbb
RW
15629 ac_save_IFS=$IFS
15630 IFS=:
15631 set x $ac_tag
15632 IFS=$ac_save_IFS
15633 shift
15634 ac_file=$1
15635 shift
c906108c 15636
81ecdfbb
RW
15637 case $ac_mode in
15638 :L) ac_source=$1;;
15639 :[FH])
15640 ac_file_inputs=
15641 for ac_f
15642 do
15643 case $ac_f in
15644 -) ac_f="$tmp/stdin";;
15645 *) # Look for the file first in the build tree, then in the source tree
15646 # (if the path is not absolute). The absolute path cannot be DOS-style,
15647 # because $ac_f cannot contain `:'.
15648 test -f "$ac_f" ||
15649 case $ac_f in
15650 [\\/$]*) false;;
15651 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15652 esac ||
15653 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 15654 esac
81ecdfbb
RW
15655 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15656 as_fn_append ac_file_inputs " '$ac_f'"
15657 done
b7026657 15658
81ecdfbb
RW
15659 # Let's still pretend it is `configure' which instantiates (i.e., don't
15660 # use $as_me), people would be surprised to read:
15661 # /* config.h. Generated by config.status. */
15662 configure_input='Generated from '`
15663 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15664 `' by configure.'
15665 if test x"$ac_file" != x-; then
15666 configure_input="$ac_file. $configure_input"
15667 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15668$as_echo "$as_me: creating $ac_file" >&6;}
15669 fi
15670 # Neutralize special characters interpreted by sed in replacement strings.
15671 case $configure_input in #(
15672 *\&* | *\|* | *\\* )
15673 ac_sed_conf_input=`$as_echo "$configure_input" |
15674 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15675 *) ac_sed_conf_input=$configure_input;;
15676 esac
b7026657 15677
81ecdfbb
RW
15678 case $ac_tag in
15679 *:-:* | *:-) cat >"$tmp/stdin" \
15680 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15681 esac
15682 ;;
15683 esac
b7026657 15684
81ecdfbb 15685 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
15686$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15687 X"$ac_file" : 'X\(//\)[^/]' \| \
15688 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15689 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15690$as_echo X"$ac_file" |
15691 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15692 s//\1/
15693 q
15694 }
15695 /^X\(\/\/\)[^/].*/{
15696 s//\1/
15697 q
15698 }
15699 /^X\(\/\/\)$/{
15700 s//\1/
15701 q
15702 }
15703 /^X\(\/\).*/{
15704 s//\1/
15705 q
15706 }
15707 s/.*/./; q'`
15708 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
15709 ac_builddir=.
15710
81ecdfbb
RW
15711case "$ac_dir" in
15712.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15713*)
15714 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15715 # A ".." for each directory in $ac_dir_suffix.
15716 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15717 case $ac_top_builddir_sub in
15718 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15719 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15720 esac ;;
15721esac
15722ac_abs_top_builddir=$ac_pwd
15723ac_abs_builddir=$ac_pwd$ac_dir_suffix
15724# for backward compatibility:
15725ac_top_builddir=$ac_top_build_prefix
b7026657
AC
15726
15727case $srcdir in
81ecdfbb 15728 .) # We are building in place.
b7026657 15729 ac_srcdir=.
81ecdfbb
RW
15730 ac_top_srcdir=$ac_top_builddir_sub
15731 ac_abs_top_srcdir=$ac_pwd ;;
15732 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 15733 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15734 ac_top_srcdir=$srcdir
15735 ac_abs_top_srcdir=$srcdir ;;
15736 *) # Relative name.
15737 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15738 ac_top_srcdir=$ac_top_build_prefix$srcdir
15739 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 15740esac
81ecdfbb 15741ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 15742
c906108c 15743
81ecdfbb
RW
15744 case $ac_mode in
15745 :F)
15746 #
15747 # CONFIG_FILE
15748 #
b7026657 15749
81ecdfbb
RW
15750 case $INSTALL in
15751 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15752 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 15753 esac
81ecdfbb 15754_ACEOF
c906108c 15755
81ecdfbb
RW
15756cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15757# If the template does not know about datarootdir, expand it.
15758# FIXME: This hack should be removed a few years after 2.60.
15759ac_datarootdir_hack=; ac_datarootdir_seen=
15760ac_sed_dataroot='
15761/datarootdir/ {
15762 p
15763 q
15764}
15765/@datadir@/p
15766/@docdir@/p
15767/@infodir@/p
15768/@localedir@/p
15769/@mandir@/p'
15770case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15771*datarootdir*) ac_datarootdir_seen=yes;;
15772*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15773 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15774$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15775_ACEOF
15776cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15777 ac_datarootdir_hack='
15778 s&@datadir@&$datadir&g
15779 s&@docdir@&$docdir&g
15780 s&@infodir@&$infodir&g
15781 s&@localedir@&$localedir&g
15782 s&@mandir@&$mandir&g
15783 s&\\\${datarootdir}&$datarootdir&g' ;;
15784esac
b7026657 15785_ACEOF
b7026657 15786
81ecdfbb
RW
15787# Neutralize VPATH when `$srcdir' = `.'.
15788# Shell code in configure.ac might set extrasub.
15789# FIXME: do we really want to maintain this feature?
15790cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15791ac_sed_extra="$ac_vpsub
15792$extrasub
15793_ACEOF
15794cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15795:t
15796/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15797s|@configure_input@|$ac_sed_conf_input|;t t
15798s&@top_builddir@&$ac_top_builddir_sub&;t t
15799s&@top_build_prefix@&$ac_top_build_prefix&;t t
15800s&@srcdir@&$ac_srcdir&;t t
15801s&@abs_srcdir@&$ac_abs_srcdir&;t t
15802s&@top_srcdir@&$ac_top_srcdir&;t t
15803s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15804s&@builddir@&$ac_builddir&;t t
15805s&@abs_builddir@&$ac_abs_builddir&;t t
15806s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15807s&@INSTALL@&$ac_INSTALL&;t t
15808$ac_datarootdir_hack
15809"
15810eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15811 || as_fn_error "could not create $ac_file" "$LINENO" 5
15812
15813test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15814 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15815 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15817which seems to be undefined. Please make sure it is defined." >&5
15818$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15819which seems to be undefined. Please make sure it is defined." >&2;}
15820
15821 rm -f "$tmp/stdin"
15822 case $ac_file in
15823 -) cat "$tmp/out" && rm -f "$tmp/out";;
15824 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15825 esac \
15826 || as_fn_error "could not create $ac_file" "$LINENO" 5
15827 ;;
15828 :H)
15829 #
15830 # CONFIG_HEADER
15831 #
15832 if test x"$ac_file" != x-; then
15833 {
15834 $as_echo "/* $configure_input */" \
15835 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15836 } >"$tmp/config.h" \
15837 || as_fn_error "could not create $ac_file" "$LINENO" 5
15838 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15839 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15840$as_echo "$as_me: $ac_file is unchanged" >&6;}
15841 else
15842 rm -f "$ac_file"
15843 mv "$tmp/config.h" "$ac_file" \
15844 || as_fn_error "could not create $ac_file" "$LINENO" 5
15845 fi
b7026657 15846 else
81ecdfbb
RW
15847 $as_echo "/* $configure_input */" \
15848 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15849 || as_fn_error "could not create -" "$LINENO" 5
15850 fi
15851 ;;
15852 :L)
15853 #
15854 # CONFIG_LINK
15855 #
b7026657 15856
81ecdfbb
RW
15857 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
15858 :
15859 else
15860 # Prefer the file from the source tree if names are identical.
15861 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
15862 ac_source=$srcdir/$ac_source
15863 fi
b7026657 15864
81ecdfbb
RW
15865 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
15866$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
c906108c 15867
81ecdfbb
RW
15868 if test ! -r "$ac_source"; then
15869 as_fn_error "$ac_source: file not found" "$LINENO" 5
15870 fi
15871 rm -f "$ac_file"
b7026657 15872
81ecdfbb
RW
15873 # Try a relative symlink, then a hard link, then a copy.
15874 case $srcdir in
15875 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
15876 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
15877 esac
15878 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
15879 ln "$ac_source" "$ac_file" 2>/dev/null ||
15880 cp -p "$ac_source" "$ac_file" ||
15881 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
15882 fi
15883 ;;
15884 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15885$as_echo "$as_me: executing $ac_file commands" >&6;}
15886 ;;
15887 esac
b7026657
AC
15888
15889
81ecdfbb 15890 case $ac_file$ac_mode in
db2e4d67 15891 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
15892 "libtool":C)
15893
15894 # See if we are running on zsh, and set the options which allow our
15895 # commands through without removal of \ escapes.
15896 if test -n "${ZSH_VERSION+set}" ; then
15897 setopt NO_GLOB_SUBST
15898 fi
15899
15900 cfgfile="${ofile}T"
15901 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15902 $RM "$cfgfile"
15903
15904 cat <<_LT_EOF >> "$cfgfile"
15905#! $SHELL
15906
15907# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15908# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15909# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15910# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15911#
15912# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15913# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15914# Written by Gordon Matzigkeit, 1996
15915#
15916# This file is part of GNU Libtool.
15917#
15918# GNU Libtool is free software; you can redistribute it and/or
15919# modify it under the terms of the GNU General Public License as
15920# published by the Free Software Foundation; either version 2 of
15921# the License, or (at your option) any later version.
15922#
15923# As a special exception to the GNU General Public License,
15924# if you distribute this file as part of a program or library that
15925# is built using GNU Libtool, you may include this file under the
15926# same distribution terms that you use for the rest of that program.
15927#
15928# GNU Libtool is distributed in the hope that it will be useful,
15929# but WITHOUT ANY WARRANTY; without even the implied warranty of
15930# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15931# GNU General Public License for more details.
15932#
15933# You should have received a copy of the GNU General Public License
15934# along with GNU Libtool; see the file COPYING. If not, a copy
15935# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15936# obtained by writing to the Free Software Foundation, Inc.,
15937# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15938
15939
15940# The names of the tagged configurations supported by this script.
15941available_tags=""
15942
15943# ### BEGIN LIBTOOL CONFIG
15944
15945# Which release of libtool.m4 was used?
15946macro_version=$macro_version
15947macro_revision=$macro_revision
15948
15949# Whether or not to build shared libraries.
15950build_libtool_libs=$enable_shared
15951
15952# Whether or not to build static libraries.
15953build_old_libs=$enable_static
15954
15955# What type of objects to build.
15956pic_mode=$pic_mode
15957
15958# Whether or not to optimize for fast installation.
15959fast_install=$enable_fast_install
15960
15961# Shell to use when invoking shell scripts.
15962SHELL=$lt_SHELL
15963
15964# An echo program that protects backslashes.
15965ECHO=$lt_ECHO
15966
15967# The host system.
15968host_alias=$host_alias
15969host=$host
15970host_os=$host_os
15971
15972# The build system.
15973build_alias=$build_alias
15974build=$build
15975build_os=$build_os
15976
15977# A sed program that does not truncate output.
15978SED=$lt_SED
15979
15980# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15981Xsed="\$SED -e 1s/^X//"
15982
15983# A grep program that handles long lines.
15984GREP=$lt_GREP
15985
15986# An ERE matcher.
15987EGREP=$lt_EGREP
15988
15989# A literal string matcher.
15990FGREP=$lt_FGREP
15991
15992# A BSD- or MS-compatible name lister.
15993NM=$lt_NM
15994
15995# Whether we need soft or hard links.
15996LN_S=$lt_LN_S
15997
15998# What is the maximum length of a command?
15999max_cmd_len=$max_cmd_len
16000
16001# Object file suffix (normally "o").
16002objext=$ac_objext
16003
16004# Executable file suffix (normally "").
16005exeext=$exeext
16006
16007# whether the shell understands "unset".
16008lt_unset=$lt_unset
16009
16010# turn spaces into newlines.
16011SP2NL=$lt_lt_SP2NL
16012
16013# turn newlines into spaces.
16014NL2SP=$lt_lt_NL2SP
16015
16016# An object symbol dumper.
16017OBJDUMP=$lt_OBJDUMP
16018
16019# Method to check whether dependent libraries are shared objects.
16020deplibs_check_method=$lt_deplibs_check_method
16021
16022# Command to use when deplibs_check_method == "file_magic".
16023file_magic_cmd=$lt_file_magic_cmd
16024
16025# The archiver.
16026AR=$lt_AR
16027AR_FLAGS=$lt_AR_FLAGS
16028
16029# A symbol stripping program.
16030STRIP=$lt_STRIP
16031
16032# Commands used to install an old-style archive.
16033RANLIB=$lt_RANLIB
16034old_postinstall_cmds=$lt_old_postinstall_cmds
16035old_postuninstall_cmds=$lt_old_postuninstall_cmds
16036
16037# Whether to use a lock for old archive extraction.
16038lock_old_archive_extraction=$lock_old_archive_extraction
16039
16040# A C compiler.
16041LTCC=$lt_CC
16042
16043# LTCC compiler flags.
16044LTCFLAGS=$lt_CFLAGS
16045
16046# Take the output of nm and produce a listing of raw symbols and C names.
16047global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16048
16049# Transform the output of nm in a proper C declaration.
16050global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16051
16052# Transform the output of nm in a C name address pair.
16053global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16054
16055# Transform the output of nm in a C name address pair when lib prefix is needed.
16056global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16057
16058# The name of the directory that contains temporary libtool files.
16059objdir=$objdir
16060
16061# Used to examine libraries when file_magic_cmd begins with "file".
16062MAGIC_CMD=$MAGIC_CMD
16063
16064# Must we lock files when doing compilation?
16065need_locks=$lt_need_locks
16066
16067# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16068DSYMUTIL=$lt_DSYMUTIL
16069
16070# Tool to change global to local symbols on Mac OS X.
16071NMEDIT=$lt_NMEDIT
16072
16073# Tool to manipulate fat objects and archives on Mac OS X.
16074LIPO=$lt_LIPO
16075
16076# ldd/readelf like tool for Mach-O binaries on Mac OS X.
16077OTOOL=$lt_OTOOL
16078
16079# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16080OTOOL64=$lt_OTOOL64
16081
16082# Old archive suffix (normally "a").
16083libext=$libext
16084
16085# Shared library suffix (normally ".so").
16086shrext_cmds=$lt_shrext_cmds
16087
16088# The commands to extract the exported symbol list from a shared archive.
16089extract_expsyms_cmds=$lt_extract_expsyms_cmds
16090
16091# Variables whose values should be saved in libtool wrapper scripts and
16092# restored at link time.
16093variables_saved_for_relink=$lt_variables_saved_for_relink
16094
16095# Do we need the "lib" prefix for modules?
16096need_lib_prefix=$need_lib_prefix
16097
16098# Do we need a version for libraries?
16099need_version=$need_version
16100
16101# Library versioning type.
16102version_type=$version_type
16103
16104# Shared library runtime path variable.
16105runpath_var=$runpath_var
16106
16107# Shared library path variable.
16108shlibpath_var=$shlibpath_var
16109
16110# Is shlibpath searched before the hard-coded library search path?
16111shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16112
16113# Format of library name prefix.
16114libname_spec=$lt_libname_spec
16115
16116# List of archive names. First name is the real one, the rest are links.
16117# The last name is the one that the linker finds with -lNAME
16118library_names_spec=$lt_library_names_spec
16119
16120# The coded name of the library, if different from the real name.
16121soname_spec=$lt_soname_spec
16122
16123# Permission mode override for installation of shared libraries.
16124install_override_mode=$lt_install_override_mode
16125
16126# Command to use after installation of a shared archive.
16127postinstall_cmds=$lt_postinstall_cmds
16128
16129# Command to use after uninstallation of a shared archive.
16130postuninstall_cmds=$lt_postuninstall_cmds
16131
16132# Commands used to finish a libtool library installation in a directory.
16133finish_cmds=$lt_finish_cmds
16134
16135# As "finish_cmds", except a single script fragment to be evaled but
16136# not shown.
16137finish_eval=$lt_finish_eval
16138
16139# Whether we should hardcode library paths into libraries.
16140hardcode_into_libs=$hardcode_into_libs
16141
16142# Compile-time system search path for libraries.
16143sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16144
16145# Run-time system search path for libraries.
16146sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16147
16148# Whether dlopen is supported.
16149dlopen_support=$enable_dlopen
16150
16151# Whether dlopen of programs is supported.
16152dlopen_self=$enable_dlopen_self
16153
16154# Whether dlopen of statically linked programs is supported.
16155dlopen_self_static=$enable_dlopen_self_static
16156
16157# Commands to strip libraries.
16158old_striplib=$lt_old_striplib
16159striplib=$lt_striplib
16160
16161
16162# The linker used to build libraries.
16163LD=$lt_LD
16164
16165# How to create reloadable object files.
16166reload_flag=$lt_reload_flag
16167reload_cmds=$lt_reload_cmds
16168
16169# Commands used to build an old-style archive.
16170old_archive_cmds=$lt_old_archive_cmds
16171
16172# A language specific compiler.
16173CC=$lt_compiler
16174
16175# Is the compiler the GNU compiler?
16176with_gcc=$GCC
16177
16178# Compiler flag to turn off builtin functions.
16179no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16180
16181# How to pass a linker flag through the compiler.
16182wl=$lt_lt_prog_compiler_wl
16183
16184# Additional compiler flags for building library objects.
16185pic_flag=$lt_lt_prog_compiler_pic
16186
16187# Compiler flag to prevent dynamic linking.
16188link_static_flag=$lt_lt_prog_compiler_static
16189
16190# Does compiler simultaneously support -c and -o options?
16191compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16192
16193# Whether or not to add -lc for building shared libraries.
16194build_libtool_need_lc=$archive_cmds_need_lc
16195
16196# Whether or not to disallow shared libs when runtime libs are static.
16197allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16198
16199# Compiler flag to allow reflexive dlopens.
16200export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16201
16202# Compiler flag to generate shared objects directly from archives.
16203whole_archive_flag_spec=$lt_whole_archive_flag_spec
16204
16205# Whether the compiler copes with passing no objects directly.
16206compiler_needs_object=$lt_compiler_needs_object
16207
16208# Create an old-style archive from a shared archive.
16209old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16210
16211# Create a temporary old-style archive to link instead of a shared archive.
16212old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16213
16214# Commands used to build a shared archive.
16215archive_cmds=$lt_archive_cmds
16216archive_expsym_cmds=$lt_archive_expsym_cmds
16217
16218# Commands used to build a loadable module if different from building
16219# a shared archive.
16220module_cmds=$lt_module_cmds
16221module_expsym_cmds=$lt_module_expsym_cmds
16222
16223# Whether we are building with GNU ld or not.
16224with_gnu_ld=$lt_with_gnu_ld
16225
16226# Flag that allows shared libraries with undefined symbols to be built.
16227allow_undefined_flag=$lt_allow_undefined_flag
16228
16229# Flag that enforces no undefined symbols.
16230no_undefined_flag=$lt_no_undefined_flag
16231
16232# Flag to hardcode \$libdir into a binary during linking.
16233# This must work even if \$libdir does not exist
16234hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16235
16236# If ld is used when linking, flag to hardcode \$libdir into a binary
16237# during linking. This must work even if \$libdir does not exist.
16238hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16239
16240# Whether we need a single "-rpath" flag with a separated argument.
16241hardcode_libdir_separator=$lt_hardcode_libdir_separator
16242
16243# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16244# DIR into the resulting binary.
16245hardcode_direct=$hardcode_direct
16246
16247# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16248# DIR into the resulting binary and the resulting library dependency is
16249# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16250# library is relocated.
16251hardcode_direct_absolute=$hardcode_direct_absolute
16252
16253# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16254# into the resulting binary.
16255hardcode_minus_L=$hardcode_minus_L
16256
16257# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16258# into the resulting binary.
16259hardcode_shlibpath_var=$hardcode_shlibpath_var
16260
16261# Set to "yes" if building a shared library automatically hardcodes DIR
16262# into the library and all subsequent libraries and executables linked
16263# against it.
16264hardcode_automatic=$hardcode_automatic
16265
16266# Set to yes if linker adds runtime paths of dependent libraries
16267# to runtime path list.
16268inherit_rpath=$inherit_rpath
16269
16270# Whether libtool must link a program against all its dependency libraries.
16271link_all_deplibs=$link_all_deplibs
16272
16273# Fix the shell variable \$srcfile for the compiler.
16274fix_srcfile_path=$lt_fix_srcfile_path
16275
16276# Set to "yes" if exported symbols are required.
16277always_export_symbols=$always_export_symbols
16278
16279# The commands to list exported symbols.
16280export_symbols_cmds=$lt_export_symbols_cmds
16281
16282# Symbols that should not be listed in the preloaded symbols.
16283exclude_expsyms=$lt_exclude_expsyms
16284
16285# Symbols that must always be exported.
16286include_expsyms=$lt_include_expsyms
16287
16288# Commands necessary for linking programs (against libraries) with templates.
16289prelink_cmds=$lt_prelink_cmds
16290
16291# Specify filename containing input files.
16292file_list_spec=$lt_file_list_spec
16293
16294# How to hardcode a shared library path into an executable.
16295hardcode_action=$hardcode_action
16296
16297# ### END LIBTOOL CONFIG
16298
16299_LT_EOF
16300
16301 case $host_os in
16302 aix3*)
16303 cat <<\_LT_EOF >> "$cfgfile"
16304# AIX sometimes has problems with the GCC collect2 program. For some
16305# reason, if we set the COLLECT_NAMES environment variable, the problems
16306# vanish in a puff of smoke.
16307if test "X${COLLECT_NAMES+set}" != Xset; then
16308 COLLECT_NAMES=
16309 export COLLECT_NAMES
16310fi
16311_LT_EOF
16312 ;;
16313 esac
16314
16315
16316ltmain="$ac_aux_dir/ltmain.sh"
16317
16318
16319 # We use sed instead of cat because bash on DJGPP gets confused if
16320 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16321 # text mode, it properly converts lines to CR/LF. This bash problem
16322 # is reportedly fixed, but why not run on old versions too?
16323 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16324 || (rm -f "$cfgfile"; exit 1)
16325
16326 case $xsi_shell in
16327 yes)
16328 cat << \_LT_EOF >> "$cfgfile"
16329
16330# func_dirname file append nondir_replacement
16331# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16332# otherwise set result to NONDIR_REPLACEMENT.
16333func_dirname ()
16334{
16335 case ${1} in
16336 */*) func_dirname_result="${1%/*}${2}" ;;
16337 * ) func_dirname_result="${3}" ;;
16338 esac
16339}
16340
16341# func_basename file
16342func_basename ()
16343{
16344 func_basename_result="${1##*/}"
16345}
16346
16347# func_dirname_and_basename file append nondir_replacement
16348# perform func_basename and func_dirname in a single function
16349# call:
16350# dirname: Compute the dirname of FILE. If nonempty,
16351# add APPEND to the result, otherwise set result
16352# to NONDIR_REPLACEMENT.
16353# value returned in "$func_dirname_result"
16354# basename: Compute filename of FILE.
16355# value retuned in "$func_basename_result"
16356# Implementation must be kept synchronized with func_dirname
16357# and func_basename. For efficiency, we do not delegate to
16358# those functions but instead duplicate the functionality here.
16359func_dirname_and_basename ()
16360{
16361 case ${1} in
16362 */*) func_dirname_result="${1%/*}${2}" ;;
16363 * ) func_dirname_result="${3}" ;;
16364 esac
16365 func_basename_result="${1##*/}"
16366}
16367
16368# func_stripname prefix suffix name
16369# strip PREFIX and SUFFIX off of NAME.
16370# PREFIX and SUFFIX must not contain globbing or regex special
16371# characters, hashes, percent signs, but SUFFIX may contain a leading
16372# dot (in which case that matches only a dot).
16373func_stripname ()
16374{
16375 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16376 # positional parameters, so assign one to ordinary parameter first.
16377 func_stripname_result=${3}
16378 func_stripname_result=${func_stripname_result#"${1}"}
16379 func_stripname_result=${func_stripname_result%"${2}"}
16380}
16381
16382# func_opt_split
16383func_opt_split ()
16384{
16385 func_opt_split_opt=${1%%=*}
16386 func_opt_split_arg=${1#*=}
16387}
16388
16389# func_lo2o object
16390func_lo2o ()
16391{
16392 case ${1} in
16393 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16394 *) func_lo2o_result=${1} ;;
16395 esac
16396}
16397
16398# func_xform libobj-or-source
16399func_xform ()
16400{
16401 func_xform_result=${1%.*}.lo
16402}
16403
16404# func_arith arithmetic-term...
16405func_arith ()
16406{
16407 func_arith_result=$(( $* ))
16408}
16409
16410# func_len string
16411# STRING may not start with a hyphen.
16412func_len ()
16413{
16414 func_len_result=${#1}
16415}
16416
16417_LT_EOF
16418 ;;
16419 *) # Bourne compatible functions.
16420 cat << \_LT_EOF >> "$cfgfile"
16421
16422# func_dirname file append nondir_replacement
16423# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16424# otherwise set result to NONDIR_REPLACEMENT.
16425func_dirname ()
16426{
16427 # Extract subdirectory from the argument.
16428 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16429 if test "X$func_dirname_result" = "X${1}"; then
16430 func_dirname_result="${3}"
16431 else
16432 func_dirname_result="$func_dirname_result${2}"
16433 fi
16434}
16435
16436# func_basename file
16437func_basename ()
16438{
16439 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16440}
16441
16442
16443# func_stripname prefix suffix name
16444# strip PREFIX and SUFFIX off of NAME.
16445# PREFIX and SUFFIX must not contain globbing or regex special
16446# characters, hashes, percent signs, but SUFFIX may contain a leading
16447# dot (in which case that matches only a dot).
16448# func_strip_suffix prefix name
16449func_stripname ()
16450{
16451 case ${2} in
16452 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16453 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16454 esac
16455}
16456
16457# sed scripts:
16458my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16459my_sed_long_arg='1s/^-[^=]*=//'
16460
16461# func_opt_split
16462func_opt_split ()
16463{
16464 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16465 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16466}
16467
16468# func_lo2o object
16469func_lo2o ()
16470{
16471 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16472}
16473
16474# func_xform libobj-or-source
16475func_xform ()
16476{
16477 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16478}
16479
16480# func_arith arithmetic-term...
16481func_arith ()
16482{
16483 func_arith_result=`expr "$@"`
16484}
16485
16486# func_len string
16487# STRING may not start with a hyphen.
16488func_len ()
16489{
16490 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16491}
16492
16493_LT_EOF
16494esac
16495
16496case $lt_shell_append in
16497 yes)
16498 cat << \_LT_EOF >> "$cfgfile"
16499
16500# func_append var value
16501# Append VALUE to the end of shell variable VAR.
16502func_append ()
16503{
16504 eval "$1+=\$2"
16505}
16506_LT_EOF
16507 ;;
16508 *)
16509 cat << \_LT_EOF >> "$cfgfile"
16510
16511# func_append var value
16512# Append VALUE to the end of shell variable VAR.
16513func_append ()
16514{
16515 eval "$1=\$$1\$2"
16516}
16517
16518_LT_EOF
16519 ;;
16520 esac
16521
16522
16523 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16524 || (rm -f "$cfgfile"; exit 1)
16525
16526 mv -f "$cfgfile" "$ofile" ||
16527 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16528 chmod +x "$ofile"
16529
16530 ;;
81ecdfbb 16531 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
16532 rm -f Makesim1.tmp Makesim2.tmp Makefile
16533 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
16534 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
16535 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
16536 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
16537 <Makefile.sim >Makefile
38f48d72 16538 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 16539 ;;
81ecdfbb
RW
16540 "stamp-h":C) echo > stamp-h ;;
16541
b7026657 16542 esac
81ecdfbb 16543done # for ac_tag
c906108c 16544
b7026657 16545
81ecdfbb 16546as_fn_exit 0
b7026657 16547_ACEOF
b7026657
AC
16548ac_clean_files=$ac_clean_files_save
16549
81ecdfbb
RW
16550test $ac_write_fail = 0 ||
16551 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16552
b7026657
AC
16553
16554# configure is writing to config.log, and then calls config.status.
16555# config.status does its own redirection, appending to config.log.
16556# Unfortunately, on DOS this fails, as config.log is still kept open
16557# by configure, so config.status won't be able to write to it; its
16558# output is simply discarded. So we exec the FD to /dev/null,
16559# effectively closing config.log, so it can be properly (re)opened and
16560# appended to by config.status. When coming back to configure, we
16561# need to make the FD available again.
16562if test "$no_create" != yes; then
16563 ac_cs_success=:
16564 ac_config_status_args=
16565 test "$silent" = yes &&
16566 ac_config_status_args="$ac_config_status_args --quiet"
16567 exec 5>/dev/null
16568 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16569 exec 5>>config.log
16570 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16571 # would make configure fail if this is the last instruction.
81ecdfbb
RW
16572 $ac_cs_success || as_fn_exit $?
16573fi
16574if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16575 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16576$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 16577fi
c906108c
SS
16578
16579