]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/erc32/configure
Cast char constant to int in sizeof.exp
[thirdparty/binutils-gdb.git] / sim / erc32 / 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
c906108c 364
81ecdfbb
RW
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
380
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
604READLINE
605TERMCAP
606REPORT_BUGS_TEXI
607REPORT_BUGS_TO
608PKGVERSION
81ecdfbb 609MAINT
31e6ad7d
MF
610MAINTAINER_MODE_FALSE
611MAINTAINER_MODE_TRUE
6bb11ab3
L
612lt_cv_dlopen_libs
613OTOOL64
614OTOOL
615LIPO
616NMEDIT
617DSYMUTIL
618AWK
619STRIP
620OBJDUMP
621LN_S
622NM
623ac_ct_DUMPBIN
624DUMPBIN
625LD
626FGREP
627SED
628LIBTOOL
629PLUGINS_FALSE
630PLUGINS_TRUE
aadc9410
MF
631zlibinc
632zlibdir
81ecdfbb
RW
633CATOBJEXT
634GENCAT
635INSTOBJEXT
636DATADIRNAME
637CATALOGS
638POSUB
639GMSGFMT
640XGETTEXT
641INCINTL
642LIBINTL_DEP
643LIBINTL
644USE_NLS
db2e4d67
MF
645GMAKE_FALSE
646GMAKE_TRUE
647MAKE
648CCDEPMODE
649DEPDIR
650am__leading_dot
5f3ef9d0 651PACKAGE
81ecdfbb
RW
652RANLIB
653AR
654HDEFINES
655CC_FOR_BUILD
656INSTALL_DATA
657INSTALL_SCRIPT
658INSTALL_PROGRAM
2232061b
MF
659EGREP
660GREP
661CPP
81ecdfbb
RW
662target_os
663target_vendor
664target_cpu
665target
666host_os
667host_vendor
668host_cpu
669host
670build_os
671build_vendor
672build_cpu
673build
6ffe910a
MF
674OBJEXT
675EXEEXT
676ac_ct_CC
677CPPFLAGS
678LDFLAGS
679CFLAGS
680CC
81ecdfbb
RW
681WERROR_CFLAGS
682WARN_CFLAGS
81ecdfbb 683sim_reserved_bits
81ecdfbb
RW
684sim_inline
685sim_hw
686sim_hw_objs
687sim_hw_cflags
688sim_default_model
689sim_scache
690sim_float
81ecdfbb
RW
691sim_endian
692sim_bitsize
81ecdfbb 693sim_alignment
81ecdfbb
RW
694target_alias
695host_alias
696build_alias
697LIBS
698ECHO_T
699ECHO_N
700ECHO_C
701DEFS
702mandir
703localedir
704libdir
705psdir
706pdfdir
707dvidir
708htmldir
709infodir
710docdir
711oldincludedir
712includedir
713localstatedir
714sharedstatedir
715sysconfdir
716datadir
717datarootdir
718libexecdir
719sbindir
720bindir
721program_transform_name
722prefix
723exec_prefix
724PACKAGE_URL
725PACKAGE_BUGREPORT
726PACKAGE_STRING
727PACKAGE_VERSION
728PACKAGE_TARNAME
729PACKAGE_NAME
730PATH_SEPARATOR
731SHELL'
b7026657 732ac_subst_files=''
81ecdfbb
RW
733ac_user_opts='
734enable_option_checking
aadc9410 735with_system_zlib
6bb11ab3
L
736enable_plugins
737enable_shared
738enable_static
739with_pic
740enable_fast_install
741with_gnu_ld
742enable_libtool_lock
81ecdfbb 743enable_maintainer_mode
81ecdfbb
RW
744enable_sim_debug
745enable_sim_stdio
746enable_sim_trace
747enable_sim_profile
35656e95 748enable_sim_assert
16f7876d 749enable_sim_environment
347fe5bb 750enable_sim_inline
81ecdfbb
RW
751with_pkgversion
752with_bugurl
753'
754 ac_precious_vars='build_alias
755host_alias
756target_alias
757CC
758CFLAGS
759LDFLAGS
760LIBS
761CPPFLAGS
762CPP'
763
c906108c
SS
764
765# Initialize some variables set by options.
b7026657
AC
766ac_init_help=
767ac_init_version=false
81ecdfbb
RW
768ac_unrecognized_opts=
769ac_unrecognized_sep=
c906108c
SS
770# The variables have the same names as the options, with
771# dashes changed to underlines.
b7026657 772cache_file=/dev/null
c906108c 773exec_prefix=NONE
c906108c 774no_create=
c906108c
SS
775no_recursion=
776prefix=NONE
777program_prefix=NONE
778program_suffix=NONE
779program_transform_name=s,x,x,
780silent=
781site=
782srcdir=
c906108c
SS
783verbose=
784x_includes=NONE
785x_libraries=NONE
b7026657
AC
786
787# Installation directory options.
788# These are left unexpanded so users can "make install exec_prefix=/foo"
789# and all the variables that are supposed to be based on exec_prefix
790# by default will actually change.
791# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 792# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
793bindir='${exec_prefix}/bin'
794sbindir='${exec_prefix}/sbin'
795libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
796datarootdir='${prefix}/share'
797datadir='${datarootdir}'
c906108c
SS
798sysconfdir='${prefix}/etc'
799sharedstatedir='${prefix}/com'
800localstatedir='${prefix}/var'
c906108c
SS
801includedir='${prefix}/include'
802oldincludedir='/usr/include'
81ecdfbb
RW
803docdir='${datarootdir}/doc/${PACKAGE}'
804infodir='${datarootdir}/info'
805htmldir='${docdir}'
806dvidir='${docdir}'
807pdfdir='${docdir}'
808psdir='${docdir}'
809libdir='${exec_prefix}/lib'
810localedir='${datarootdir}/locale'
811mandir='${datarootdir}/man'
c906108c 812
c906108c 813ac_prev=
81ecdfbb 814ac_dashdash=
c906108c
SS
815for ac_option
816do
c906108c
SS
817 # If the previous option needs an argument, assign it.
818 if test -n "$ac_prev"; then
81ecdfbb 819 eval $ac_prev=\$ac_option
c906108c
SS
820 ac_prev=
821 continue
822 fi
823
81ecdfbb
RW
824 case $ac_option in
825 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
826 *) ac_optarg=yes ;;
827 esac
c906108c
SS
828
829 # Accept the important Cygnus configure options, so we can diagnose typos.
830
81ecdfbb
RW
831 case $ac_dashdash$ac_option in
832 --)
833 ac_dashdash=yes ;;
c906108c
SS
834
835 -bindir | --bindir | --bindi | --bind | --bin | --bi)
836 ac_prev=bindir ;;
837 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 838 bindir=$ac_optarg ;;
c906108c
SS
839
840 -build | --build | --buil | --bui | --bu)
b7026657 841 ac_prev=build_alias ;;
c906108c 842 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 843 build_alias=$ac_optarg ;;
c906108c
SS
844
845 -cache-file | --cache-file | --cache-fil | --cache-fi \
846 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
847 ac_prev=cache_file ;;
848 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
849 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
850 cache_file=$ac_optarg ;;
851
852 --config-cache | -C)
853 cache_file=config.cache ;;
c906108c 854
81ecdfbb 855 -datadir | --datadir | --datadi | --datad)
c906108c 856 ac_prev=datadir ;;
81ecdfbb 857 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 858 datadir=$ac_optarg ;;
c906108c 859
81ecdfbb
RW
860 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
861 | --dataroo | --dataro | --datar)
862 ac_prev=datarootdir ;;
863 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
864 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
865 datarootdir=$ac_optarg ;;
866
c906108c 867 -disable-* | --disable-*)
81ecdfbb 868 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 869 # Reject names that are not valid shell variable names.
81ecdfbb
RW
870 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
871 as_fn_error "invalid feature name: $ac_useropt"
872 ac_useropt_orig=$ac_useropt
873 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
874 case $ac_user_opts in
875 *"
876"enable_$ac_useropt"
877"*) ;;
878 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
879 ac_unrecognized_sep=', ';;
880 esac
881 eval enable_$ac_useropt=no ;;
882
883 -docdir | --docdir | --docdi | --doc | --do)
884 ac_prev=docdir ;;
885 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
886 docdir=$ac_optarg ;;
887
888 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
889 ac_prev=dvidir ;;
890 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
891 dvidir=$ac_optarg ;;
c906108c
SS
892
893 -enable-* | --enable-*)
81ecdfbb 894 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 895 # Reject names that are not valid shell variable names.
81ecdfbb
RW
896 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
897 as_fn_error "invalid feature name: $ac_useropt"
898 ac_useropt_orig=$ac_useropt
899 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
900 case $ac_user_opts in
901 *"
902"enable_$ac_useropt"
903"*) ;;
904 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
905 ac_unrecognized_sep=', ';;
c906108c 906 esac
81ecdfbb 907 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
908
909 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
910 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
911 | --exec | --exe | --ex)
912 ac_prev=exec_prefix ;;
913 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
914 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
915 | --exec=* | --exe=* | --ex=*)
b7026657 916 exec_prefix=$ac_optarg ;;
c906108c
SS
917
918 -gas | --gas | --ga | --g)
919 # Obsolete; use --with-gas.
920 with_gas=yes ;;
921
b7026657
AC
922 -help | --help | --hel | --he | -h)
923 ac_init_help=long ;;
924 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
925 ac_init_help=recursive ;;
926 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
927 ac_init_help=short ;;
c906108c
SS
928
929 -host | --host | --hos | --ho)
b7026657 930 ac_prev=host_alias ;;
c906108c 931 -host=* | --host=* | --hos=* | --ho=*)
b7026657 932 host_alias=$ac_optarg ;;
c906108c 933
81ecdfbb
RW
934 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
935 ac_prev=htmldir ;;
936 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
937 | --ht=*)
938 htmldir=$ac_optarg ;;
939
c906108c
SS
940 -includedir | --includedir | --includedi | --included | --include \
941 | --includ | --inclu | --incl | --inc)
942 ac_prev=includedir ;;
943 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
944 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 945 includedir=$ac_optarg ;;
c906108c
SS
946
947 -infodir | --infodir | --infodi | --infod | --info | --inf)
948 ac_prev=infodir ;;
949 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 950 infodir=$ac_optarg ;;
c906108c
SS
951
952 -libdir | --libdir | --libdi | --libd)
953 ac_prev=libdir ;;
954 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 955 libdir=$ac_optarg ;;
c906108c
SS
956
957 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
958 | --libexe | --libex | --libe)
959 ac_prev=libexecdir ;;
960 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
961 | --libexe=* | --libex=* | --libe=*)
b7026657 962 libexecdir=$ac_optarg ;;
c906108c 963
81ecdfbb
RW
964 -localedir | --localedir | --localedi | --localed | --locale)
965 ac_prev=localedir ;;
966 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
967 localedir=$ac_optarg ;;
968
c906108c 969 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 970 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
971 ac_prev=localstatedir ;;
972 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 973 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 974 localstatedir=$ac_optarg ;;
c906108c
SS
975
976 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
977 ac_prev=mandir ;;
978 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 979 mandir=$ac_optarg ;;
c906108c
SS
980
981 -nfp | --nfp | --nf)
982 # Obsolete; use --without-fp.
983 with_fp=no ;;
984
985 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 986 | --no-cr | --no-c | -n)
c906108c
SS
987 no_create=yes ;;
988
989 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
990 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
991 no_recursion=yes ;;
992
993 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
994 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
995 | --oldin | --oldi | --old | --ol | --o)
996 ac_prev=oldincludedir ;;
997 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
998 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
999 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1000 oldincludedir=$ac_optarg ;;
c906108c
SS
1001
1002 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1003 ac_prev=prefix ;;
1004 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1005 prefix=$ac_optarg ;;
c906108c
SS
1006
1007 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1008 | --program-pre | --program-pr | --program-p)
1009 ac_prev=program_prefix ;;
1010 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1011 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1012 program_prefix=$ac_optarg ;;
c906108c
SS
1013
1014 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1015 | --program-suf | --program-su | --program-s)
1016 ac_prev=program_suffix ;;
1017 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1018 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1019 program_suffix=$ac_optarg ;;
c906108c
SS
1020
1021 -program-transform-name | --program-transform-name \
1022 | --program-transform-nam | --program-transform-na \
1023 | --program-transform-n | --program-transform- \
1024 | --program-transform | --program-transfor \
1025 | --program-transfo | --program-transf \
1026 | --program-trans | --program-tran \
1027 | --progr-tra | --program-tr | --program-t)
1028 ac_prev=program_transform_name ;;
1029 -program-transform-name=* | --program-transform-name=* \
1030 | --program-transform-nam=* | --program-transform-na=* \
1031 | --program-transform-n=* | --program-transform-=* \
1032 | --program-transform=* | --program-transfor=* \
1033 | --program-transfo=* | --program-transf=* \
1034 | --program-trans=* | --program-tran=* \
1035 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1036 program_transform_name=$ac_optarg ;;
c906108c 1037
81ecdfbb
RW
1038 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1039 ac_prev=pdfdir ;;
1040 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1041 pdfdir=$ac_optarg ;;
1042
1043 -psdir | --psdir | --psdi | --psd | --ps)
1044 ac_prev=psdir ;;
1045 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1046 psdir=$ac_optarg ;;
1047
c906108c
SS
1048 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1049 | -silent | --silent | --silen | --sile | --sil)
1050 silent=yes ;;
1051
1052 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1053 ac_prev=sbindir ;;
1054 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1055 | --sbi=* | --sb=*)
b7026657 1056 sbindir=$ac_optarg ;;
c906108c
SS
1057
1058 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1059 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1060 | --sharedst | --shareds | --shared | --share | --shar \
1061 | --sha | --sh)
1062 ac_prev=sharedstatedir ;;
1063 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1064 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1065 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1066 | --sha=* | --sh=*)
b7026657 1067 sharedstatedir=$ac_optarg ;;
c906108c
SS
1068
1069 -site | --site | --sit)
1070 ac_prev=site ;;
1071 -site=* | --site=* | --sit=*)
b7026657 1072 site=$ac_optarg ;;
eb2d80b4 1073
c906108c
SS
1074 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1075 ac_prev=srcdir ;;
1076 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1077 srcdir=$ac_optarg ;;
c906108c
SS
1078
1079 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1080 | --syscon | --sysco | --sysc | --sys | --sy)
1081 ac_prev=sysconfdir ;;
1082 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1083 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1084 sysconfdir=$ac_optarg ;;
c906108c
SS
1085
1086 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1087 ac_prev=target_alias ;;
c906108c 1088 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1089 target_alias=$ac_optarg ;;
c906108c
SS
1090
1091 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1092 verbose=yes ;;
1093
b7026657
AC
1094 -version | --version | --versio | --versi | --vers | -V)
1095 ac_init_version=: ;;
c906108c
SS
1096
1097 -with-* | --with-*)
81ecdfbb 1098 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1099 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1100 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1101 as_fn_error "invalid package name: $ac_useropt"
1102 ac_useropt_orig=$ac_useropt
1103 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1104 case $ac_user_opts in
1105 *"
1106"with_$ac_useropt"
1107"*) ;;
1108 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1109 ac_unrecognized_sep=', ';;
c906108c 1110 esac
81ecdfbb 1111 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1112
1113 -without-* | --without-*)
81ecdfbb 1114 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1115 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1116 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1117 as_fn_error "invalid package name: $ac_useropt"
1118 ac_useropt_orig=$ac_useropt
1119 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1120 case $ac_user_opts in
1121 *"
1122"with_$ac_useropt"
1123"*) ;;
1124 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1125 ac_unrecognized_sep=', ';;
1126 esac
1127 eval with_$ac_useropt=no ;;
c906108c
SS
1128
1129 --x)
1130 # Obsolete; use --with-x.
1131 with_x=yes ;;
1132
1133 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1134 | --x-incl | --x-inc | --x-in | --x-i)
1135 ac_prev=x_includes ;;
1136 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1137 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1138 x_includes=$ac_optarg ;;
c906108c
SS
1139
1140 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1141 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1142 ac_prev=x_libraries ;;
1143 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1144 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1145 x_libraries=$ac_optarg ;;
c906108c 1146
81ecdfbb
RW
1147 -*) as_fn_error "unrecognized option: \`$ac_option'
1148Try \`$0 --help' for more information."
c906108c
SS
1149 ;;
1150
b7026657
AC
1151 *=*)
1152 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1153 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1154 case $ac_envvar in #(
1155 '' | [0-9]* | *[!_$as_cr_alnum]* )
1156 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1157 esac
1158 eval $ac_envvar=\$ac_optarg
b7026657
AC
1159 export $ac_envvar ;;
1160
c906108c 1161 *)
b7026657 1162 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1163 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1164 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1165 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
b7026657 1166 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
c906108c
SS
1167 ;;
1168
1169 esac
1170done
1171
1172if test -n "$ac_prev"; then
b7026657 1173 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1174 as_fn_error "missing argument to $ac_option"
c906108c 1175fi
c906108c 1176
81ecdfbb
RW
1177if test -n "$ac_unrecognized_opts"; then
1178 case $enable_option_checking in
1179 no) ;;
1180 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1181 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1182 esac
81ecdfbb 1183fi
c906108c 1184
81ecdfbb
RW
1185# Check all directory arguments for consistency.
1186for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1187 datadir sysconfdir sharedstatedir localstatedir includedir \
1188 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1189 libdir localedir mandir
c906108c 1190do
81ecdfbb
RW
1191 eval ac_val=\$$ac_var
1192 # Remove trailing slashes.
1193 case $ac_val in
1194 */ )
1195 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1196 eval $ac_var=\$ac_val;;
1197 esac
1198 # Be sure to have absolute directory names.
b7026657 1199 case $ac_val in
81ecdfbb
RW
1200 [\\/$]* | ?:[\\/]* ) continue;;
1201 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1202 esac
81ecdfbb 1203 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1204done
1205
b7026657
AC
1206# There might be people who depend on the old broken behavior: `$host'
1207# used to hold the argument of --host etc.
1208# FIXME: To remove some day.
1209build=$build_alias
1210host=$host_alias
1211target=$target_alias
1212
1213# FIXME: To remove some day.
1214if test "x$host_alias" != x; then
1215 if test "x$build_alias" = x; then
1216 cross_compiling=maybe
81ecdfbb 1217 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
b7026657
AC
1218 If a cross compiler is detected then cross compile mode will be used." >&2
1219 elif test "x$build_alias" != "x$host_alias"; then
1220 cross_compiling=yes
1221 fi
1222fi
c906108c 1223
b7026657
AC
1224ac_tool_prefix=
1225test -n "$host_alias" && ac_tool_prefix=$host_alias-
1226
1227test "$silent" = yes && exec 6>/dev/null
c906108c 1228
c906108c 1229
81ecdfbb
RW
1230ac_pwd=`pwd` && test -n "$ac_pwd" &&
1231ac_ls_di=`ls -di .` &&
1232ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1233 as_fn_error "working directory cannot be determined"
1234test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1235 as_fn_error "pwd does not report name of working directory"
1236
1237
c906108c
SS
1238# Find the source files, if location was not specified.
1239if test -z "$srcdir"; then
1240 ac_srcdir_defaulted=yes
81ecdfbb
RW
1241 # Try the directory containing this script, then the parent directory.
1242 ac_confdir=`$as_dirname -- "$as_myself" ||
1243$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1244 X"$as_myself" : 'X\(//\)[^/]' \| \
1245 X"$as_myself" : 'X\(//\)$' \| \
1246 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1247$as_echo X"$as_myself" |
1248 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1249 s//\1/
1250 q
1251 }
1252 /^X\(\/\/\)[^/].*/{
1253 s//\1/
1254 q
1255 }
1256 /^X\(\/\/\)$/{
1257 s//\1/
1258 q
1259 }
1260 /^X\(\/\).*/{
1261 s//\1/
1262 q
1263 }
1264 s/.*/./; q'`
c906108c 1265 srcdir=$ac_confdir
81ecdfbb 1266 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1267 srcdir=..
1268 fi
1269else
1270 ac_srcdir_defaulted=no
1271fi
81ecdfbb
RW
1272if test ! -r "$srcdir/$ac_unique_file"; then
1273 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1274 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1275fi
1276ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1277ac_abs_confdir=`(
1278 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1279 pwd)`
1280# When building in place, set srcdir=.
1281if test "$ac_abs_confdir" = "$ac_pwd"; then
1282 srcdir=.
1283fi
1284# Remove unnecessary trailing slashes from srcdir.
1285# Double slashes in file names in object file debugging info
1286# mess up M-x gdb in Emacs.
1287case $srcdir in
1288*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1289esac
1290for ac_var in $ac_precious_vars; do
1291 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1292 eval ac_env_${ac_var}_value=\$${ac_var}
1293 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1294 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1295done
c906108c 1296
b7026657
AC
1297#
1298# Report the --help message.
1299#
1300if test "$ac_init_help" = "long"; then
1301 # Omit some internal or obsolete options to make the list less imposing.
1302 # This message is too long to be a string in the A/UX 3.1 sh.
1303 cat <<_ACEOF
1304\`configure' configures this package to adapt to many kinds of systems.
c906108c 1305
b7026657 1306Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1307
b7026657
AC
1308To assign environment variables (e.g., CC, CFLAGS...), specify them as
1309VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1310
b7026657 1311Defaults for the options are specified in brackets.
c906108c 1312
b7026657
AC
1313Configuration:
1314 -h, --help display this help and exit
1315 --help=short display options specific to this package
1316 --help=recursive display the short help of all the included packages
1317 -V, --version display version information and exit
1318 -q, --quiet, --silent do not print \`checking...' messages
1319 --cache-file=FILE cache test results in FILE [disabled]
1320 -C, --config-cache alias for \`--cache-file=config.cache'
1321 -n, --no-create do not create output files
1322 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1323
b7026657
AC
1324Installation directories:
1325 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1326 [$ac_default_prefix]
b7026657 1327 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1328 [PREFIX]
c906108c 1329
b7026657
AC
1330By default, \`make install' will install all the files in
1331\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1332an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1333for instance \`--prefix=\$HOME'.
c906108c 1334
b7026657
AC
1335For better control, use the options below.
1336
1337Fine tuning of the installation directories:
81ecdfbb
RW
1338 --bindir=DIR user executables [EPREFIX/bin]
1339 --sbindir=DIR system admin executables [EPREFIX/sbin]
1340 --libexecdir=DIR program executables [EPREFIX/libexec]
1341 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1342 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1343 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1344 --libdir=DIR object code libraries [EPREFIX/lib]
1345 --includedir=DIR C header files [PREFIX/include]
1346 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1347 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1348 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1349 --infodir=DIR info documentation [DATAROOTDIR/info]
1350 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1351 --mandir=DIR man documentation [DATAROOTDIR/man]
1352 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1353 --htmldir=DIR html documentation [DOCDIR]
1354 --dvidir=DIR dvi documentation [DOCDIR]
1355 --pdfdir=DIR pdf documentation [DOCDIR]
1356 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1357_ACEOF
1358
1359 cat <<\_ACEOF
1360
1361Program names:
1362 --program-prefix=PREFIX prepend PREFIX to installed program names
1363 --program-suffix=SUFFIX append SUFFIX to installed program names
1364 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1365
1366System types:
1367 --build=BUILD configure for building on BUILD [guessed]
1368 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1369 --target=TARGET configure for building compilers for TARGET [HOST]
1370_ACEOF
c906108c 1371fi
b7026657
AC
1372
1373if test -n "$ac_init_help"; then
1374
1375 cat <<\_ACEOF
1376
1377Optional Features:
81ecdfbb 1378 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1379 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1380 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1381 --enable-plugins Enable support for plugins
6bb11ab3
L
1382 --enable-shared[=PKGS] build shared libraries [default=yes]
1383 --enable-static[=PKGS] build static libraries [default=yes]
1384 --enable-fast-install[=PKGS]
1385 optimize for fast installation [default=yes]
1386 --disable-libtool-lock avoid locking (might break parallel builds)
31e6ad7d
MF
1387 --enable-maintainer-mode enable make rules and dependencies not useful
1388 (and sometimes confusing) to the casual installer
8d0978fb
MF
1389 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1390 itself)
1391 --enable-sim-stdio Specify whether to use stdio for console
1392 input/output
1393 --enable-sim-trace=opts Enable tracing of simulated programs
1394 --enable-sim-profile=opts
1395 Enable profiling flags
35656e95 1396 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1397 --enable-sim-environment=environment
1398 Specify mixed, user, virtual or operating
1399 environment
347fe5bb
MF
1400 --enable-sim-inline=inlines
1401 Specify which functions should be inlined
b7026657 1402
6efef468
JM
1403Optional Packages:
1404 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1405 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1406 --with-system-zlib use installed libz
6bb11ab3
L
1407 --with-pic try to use only PIC/non-PIC objects [default=use
1408 both]
1409 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1410 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1411 --with-bugurl=URL Direct users to URL to report a bug
1412
b7026657
AC
1413Some influential environment variables:
1414 CC C compiler command
1415 CFLAGS C compiler flags
1416 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1417 nonstandard directory <lib dir>
81ecdfbb
RW
1418 LIBS libraries to pass to the linker, e.g. -l<library>
1419 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1420 you have headers in a nonstandard directory <include dir>
b7026657
AC
1421 CPP C preprocessor
1422
1423Use these variables to override the choices made by `configure' or to help
1424it to find libraries and programs with nonstandard names/locations.
1425
81ecdfbb 1426Report bugs to the package provider.
b7026657 1427_ACEOF
81ecdfbb 1428ac_status=$?
c906108c
SS
1429fi
1430
b7026657
AC
1431if test "$ac_init_help" = "recursive"; then
1432 # If there are subdirs, report their specific --help.
b7026657 1433 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1434 test -d "$ac_dir" ||
1435 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1436 continue
b7026657 1437 ac_builddir=.
c906108c 1438
81ecdfbb
RW
1439case "$ac_dir" in
1440.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1441*)
1442 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1443 # A ".." for each directory in $ac_dir_suffix.
1444 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1445 case $ac_top_builddir_sub in
1446 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1447 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1448 esac ;;
1449esac
1450ac_abs_top_builddir=$ac_pwd
1451ac_abs_builddir=$ac_pwd$ac_dir_suffix
1452# for backward compatibility:
1453ac_top_builddir=$ac_top_build_prefix
c906108c 1454
b7026657 1455case $srcdir in
81ecdfbb 1456 .) # We are building in place.
b7026657 1457 ac_srcdir=.
81ecdfbb
RW
1458 ac_top_srcdir=$ac_top_builddir_sub
1459 ac_abs_top_srcdir=$ac_pwd ;;
1460 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1461 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1462 ac_top_srcdir=$srcdir
1463 ac_abs_top_srcdir=$srcdir ;;
1464 *) # Relative name.
1465 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1466 ac_top_srcdir=$ac_top_build_prefix$srcdir
1467 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1468esac
81ecdfbb
RW
1469ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1470
1471 cd "$ac_dir" || { ac_status=$?; continue; }
1472 # Check for guested configure.
1473 if test -f "$ac_srcdir/configure.gnu"; then
1474 echo &&
1475 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1476 elif test -f "$ac_srcdir/configure"; then
1477 echo &&
1478 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1479 else
81ecdfbb
RW
1480 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1481 fi || ac_status=$?
1482 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657
AC
1483 done
1484fi
1485
81ecdfbb 1486test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1487if $ac_init_version; then
1488 cat <<\_ACEOF
81ecdfbb
RW
1489configure
1490generated by GNU Autoconf 2.64
b7026657 1491
81ecdfbb 1492Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
1493This configure script is free software; the Free Software Foundation
1494gives unlimited permission to copy, distribute and modify it.
1495_ACEOF
81ecdfbb 1496 exit
b7026657 1497fi
b7026657 1498
81ecdfbb
RW
1499## ------------------------ ##
1500## Autoconf initialization. ##
1501## ------------------------ ##
b7026657 1502
81ecdfbb
RW
1503# ac_fn_c_try_compile LINENO
1504# --------------------------
1505# Try to compile conftest.$ac_ext, and return whether this succeeded.
1506ac_fn_c_try_compile ()
b7026657 1507{
81ecdfbb
RW
1508 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1509 rm -f conftest.$ac_objext
1510 if { { ac_try="$ac_compile"
1511case "(($ac_try" in
1512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1513 *) ac_try_echo=$ac_try;;
1514esac
1515eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1516$as_echo "$ac_try_echo"; } >&5
1517 (eval "$ac_compile") 2>conftest.err
1518 ac_status=$?
1519 if test -s conftest.err; then
1520 grep -v '^ *+' conftest.err >conftest.er1
1521 cat conftest.er1 >&5
1522 mv -f conftest.er1 conftest.err
1523 fi
1524 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1525 test $ac_status = 0; } && {
1526 test -z "$ac_c_werror_flag" ||
1527 test ! -s conftest.err
1528 } && test -s conftest.$ac_objext; then :
1529 ac_retval=0
1530else
1531 $as_echo "$as_me: failed program was:" >&5
1532sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1533
81ecdfbb
RW
1534 ac_retval=1
1535fi
1536 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1537 return $ac_retval
b7026657 1538
81ecdfbb 1539} # ac_fn_c_try_compile
b7026657 1540
81ecdfbb
RW
1541# ac_fn_c_try_cpp LINENO
1542# ----------------------
1543# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1544ac_fn_c_try_cpp ()
1545{
1546 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1547 if { { ac_try="$ac_cpp conftest.$ac_ext"
1548case "(($ac_try" in
1549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1550 *) ac_try_echo=$ac_try;;
1551esac
1552eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1553$as_echo "$ac_try_echo"; } >&5
1554 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1555 ac_status=$?
1556 if test -s conftest.err; then
1557 grep -v '^ *+' conftest.err >conftest.er1
1558 cat conftest.er1 >&5
1559 mv -f conftest.er1 conftest.err
1560 fi
1561 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1562 test $ac_status = 0; } >/dev/null && {
1563 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1564 test ! -s conftest.err
1565 }; then :
1566 ac_retval=0
1567else
1568 $as_echo "$as_me: failed program was:" >&5
1569sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1570
81ecdfbb
RW
1571 ac_retval=1
1572fi
1573 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1574 return $ac_retval
b7026657 1575
81ecdfbb 1576} # ac_fn_c_try_cpp
b7026657 1577
81ecdfbb
RW
1578# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1579# -------------------------------------------------------
1580# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1581# the include files in INCLUDES and setting the cache variable VAR
1582# accordingly.
1583ac_fn_c_check_header_mongrel ()
1584{
1585 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1586 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1588$as_echo_n "checking for $2... " >&6; }
1589if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1590 $as_echo_n "(cached) " >&6
1591fi
1592eval ac_res=\$$3
1593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1594$as_echo "$ac_res" >&6; }
1595else
1596 # Is the header compilable?
1597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1598$as_echo_n "checking $2 usability... " >&6; }
1599cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1600/* end confdefs.h. */
1601$4
1602#include <$2>
1603_ACEOF
1604if ac_fn_c_try_compile "$LINENO"; then :
1605 ac_header_compiler=yes
1606else
1607 ac_header_compiler=no
1608fi
1609rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1610{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1611$as_echo "$ac_header_compiler" >&6; }
1612
1613# Is the header present?
1614{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1615$as_echo_n "checking $2 presence... " >&6; }
1616cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1617/* end confdefs.h. */
1618#include <$2>
1619_ACEOF
1620if ac_fn_c_try_cpp "$LINENO"; then :
1621 ac_header_preproc=yes
1622else
1623 ac_header_preproc=no
1624fi
1625rm -f conftest.err conftest.$ac_ext
1626{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1627$as_echo "$ac_header_preproc" >&6; }
1628
1629# So? What about this header?
1630case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1631 yes:no: )
1632 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1633$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1634 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1635$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1636 ;;
1637 no:yes:* )
1638 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1639$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1640 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1641$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1642 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1643$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1644 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1645$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1646 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1647$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1648 ;;
1649esac
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1651$as_echo_n "checking for $2... " >&6; }
1652if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1653 $as_echo_n "(cached) " >&6
1654else
1655 eval "$3=\$ac_header_compiler"
1656fi
1657eval ac_res=\$$3
1658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1659$as_echo "$ac_res" >&6; }
1660fi
1661 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1662
1663} # ac_fn_c_check_header_mongrel
1664
1665# ac_fn_c_try_run LINENO
1666# ----------------------
1667# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1668# that executables *can* be run.
1669ac_fn_c_try_run ()
1670{
1671 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1672 if { { ac_try="$ac_link"
1673case "(($ac_try" in
1674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1675 *) ac_try_echo=$ac_try;;
1676esac
1677eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1678$as_echo "$ac_try_echo"; } >&5
1679 (eval "$ac_link") 2>&5
1680 ac_status=$?
1681 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1682 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1683 { { case "(($ac_try" in
1684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1685 *) ac_try_echo=$ac_try;;
1686esac
1687eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1688$as_echo "$ac_try_echo"; } >&5
1689 (eval "$ac_try") 2>&5
1690 ac_status=$?
1691 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1692 test $ac_status = 0; }; }; then :
1693 ac_retval=0
1694else
1695 $as_echo "$as_me: program exited with status $ac_status" >&5
1696 $as_echo "$as_me: failed program was:" >&5
1697sed 's/^/| /' conftest.$ac_ext >&5
1698
1699 ac_retval=$ac_status
1700fi
1701 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1702 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1703 return $ac_retval
1704
1705} # ac_fn_c_try_run
1706
1707# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1708# -------------------------------------------------------
1709# Tests whether HEADER exists and can be compiled using the include files in
1710# INCLUDES, setting the cache variable VAR accordingly.
1711ac_fn_c_check_header_compile ()
1712{
1713 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1715$as_echo_n "checking for $2... " >&6; }
1716if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1717 $as_echo_n "(cached) " >&6
1718else
1719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1720/* end confdefs.h. */
1721$4
1722#include <$2>
1723_ACEOF
1724if ac_fn_c_try_compile "$LINENO"; then :
1725 eval "$3=yes"
1726else
1727 eval "$3=no"
1728fi
1729rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1730fi
1731eval ac_res=\$$3
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1733$as_echo "$ac_res" >&6; }
1734 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1735
1736} # ac_fn_c_check_header_compile
1737
1738# ac_fn_c_try_link LINENO
1739# -----------------------
1740# Try to link conftest.$ac_ext, and return whether this succeeded.
1741ac_fn_c_try_link ()
1742{
1743 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1744 rm -f conftest.$ac_objext conftest$ac_exeext
1745 if { { ac_try="$ac_link"
1746case "(($ac_try" in
1747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1748 *) ac_try_echo=$ac_try;;
1749esac
1750eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1751$as_echo "$ac_try_echo"; } >&5
1752 (eval "$ac_link") 2>conftest.err
1753 ac_status=$?
1754 if test -s conftest.err; then
1755 grep -v '^ *+' conftest.err >conftest.er1
1756 cat conftest.er1 >&5
1757 mv -f conftest.er1 conftest.err
1758 fi
1759 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1760 test $ac_status = 0; } && {
1761 test -z "$ac_c_werror_flag" ||
1762 test ! -s conftest.err
1763 } && test -s conftest$ac_exeext && {
1764 test "$cross_compiling" = yes ||
1765 $as_test_x conftest$ac_exeext
1766 }; then :
1767 ac_retval=0
1768else
1769 $as_echo "$as_me: failed program was:" >&5
1770sed 's/^/| /' conftest.$ac_ext >&5
1771
1772 ac_retval=1
1773fi
1774 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1775 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1776 # interfere with the next link command; also delete a directory that is
1777 # left behind by Apple's compiler. We do this before executing the actions.
1778 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1779 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1780 return $ac_retval
1781
1782} # ac_fn_c_try_link
1783
1784# ac_fn_c_check_func LINENO FUNC VAR
1785# ----------------------------------
1786# Tests whether FUNC exists, setting the cache variable VAR accordingly
1787ac_fn_c_check_func ()
1788{
1789 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1791$as_echo_n "checking for $2... " >&6; }
1792if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1793 $as_echo_n "(cached) " >&6
1794else
1795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1796/* end confdefs.h. */
1797/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1798 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1799#define $2 innocuous_$2
1800
1801/* System header to define __stub macros and hopefully few prototypes,
1802 which can conflict with char $2 (); below.
1803 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1804 <limits.h> exists even on freestanding compilers. */
1805
1806#ifdef __STDC__
1807# include <limits.h>
1808#else
1809# include <assert.h>
1810#endif
1811
1812#undef $2
1813
1814/* Override any GCC internal prototype to avoid an error.
1815 Use char because int might match the return type of a GCC
1816 builtin and then its argument prototype would still apply. */
1817#ifdef __cplusplus
1818extern "C"
1819#endif
1820char $2 ();
1821/* The GNU C library defines this for functions which it implements
1822 to always fail with ENOSYS. Some functions are actually named
1823 something starting with __ and the normal name is an alias. */
1824#if defined __stub_$2 || defined __stub___$2
1825choke me
1826#endif
1827
1828int
1829main ()
1830{
1831return $2 ();
1832 ;
1833 return 0;
1834}
1835_ACEOF
1836if ac_fn_c_try_link "$LINENO"; then :
1837 eval "$3=yes"
1838else
1839 eval "$3=no"
1840fi
1841rm -f core conftest.err conftest.$ac_objext \
1842 conftest$ac_exeext conftest.$ac_ext
1843fi
1844eval ac_res=\$$3
1845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1846$as_echo "$ac_res" >&6; }
1847 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1848
1849} # ac_fn_c_check_func
936df756
MF
1850
1851# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1852# ----------------------------------------------------
1853# Tries to find if the field MEMBER exists in type AGGR, after including
1854# INCLUDES, setting cache variable VAR accordingly.
1855ac_fn_c_check_member ()
1856{
1857 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1859$as_echo_n "checking for $2.$3... " >&6; }
1860if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1861 $as_echo_n "(cached) " >&6
1862else
1863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1864/* end confdefs.h. */
1865$5
1866int
1867main ()
1868{
1869static $2 ac_aggr;
1870if (ac_aggr.$3)
1871return 0;
1872 ;
1873 return 0;
1874}
1875_ACEOF
1876if ac_fn_c_try_compile "$LINENO"; then :
1877 eval "$4=yes"
1878else
1879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1880/* end confdefs.h. */
1881$5
1882int
1883main ()
1884{
1885static $2 ac_aggr;
1886if (sizeof ac_aggr.$3)
1887return 0;
1888 ;
1889 return 0;
1890}
1891_ACEOF
1892if ac_fn_c_try_compile "$LINENO"; then :
1893 eval "$4=yes"
1894else
1895 eval "$4=no"
1896fi
1897rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1898fi
1899rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1900fi
1901eval ac_res=\$$4
1902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1903$as_echo "$ac_res" >&6; }
1904 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1905
1906} # ac_fn_c_check_member
1907
1908# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1909# -------------------------------------------
1910# Tests whether TYPE exists after having included INCLUDES, setting cache
1911# variable VAR accordingly.
1912ac_fn_c_check_type ()
1913{
1914 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1916$as_echo_n "checking for $2... " >&6; }
1917if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1918 $as_echo_n "(cached) " >&6
1919else
1920 eval "$3=no"
1921 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1922/* end confdefs.h. */
1923$4
1924int
1925main ()
1926{
1927if (sizeof ($2))
1928 return 0;
1929 ;
1930 return 0;
1931}
1932_ACEOF
1933if ac_fn_c_try_compile "$LINENO"; then :
1934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1935/* end confdefs.h. */
1936$4
1937int
1938main ()
1939{
1940if (sizeof (($2)))
1941 return 0;
1942 ;
1943 return 0;
1944}
1945_ACEOF
1946if ac_fn_c_try_compile "$LINENO"; then :
1947
1948else
1949 eval "$3=yes"
1950fi
1951rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1952fi
1953rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1954fi
1955eval ac_res=\$$3
1956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1957$as_echo "$ac_res" >&6; }
1958 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1959
1960} # ac_fn_c_check_type
81ecdfbb
RW
1961cat >config.log <<_ACEOF
1962This file contains any messages produced by compilers while
1963running configure, to aid debugging if configure makes a mistake.
1964
1965It was created by $as_me, which was
1966generated by GNU Autoconf 2.64. Invocation command line was
1967
1968 $ $0 $@
1969
1970_ACEOF
1971exec 5>>config.log
1972{
1973cat <<_ASUNAME
1974## --------- ##
1975## Platform. ##
1976## --------- ##
1977
1978hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1979uname -m = `(uname -m) 2>/dev/null || echo unknown`
1980uname -r = `(uname -r) 2>/dev/null || echo unknown`
1981uname -s = `(uname -s) 2>/dev/null || echo unknown`
1982uname -v = `(uname -v) 2>/dev/null || echo unknown`
1983
1984/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1985/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1986
1987/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1988/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1989/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1990/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1991/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1992/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1993/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1994
1995_ASUNAME
1996
1997as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1998for as_dir in $PATH
1999do
2000 IFS=$as_save_IFS
2001 test -z "$as_dir" && as_dir=.
2002 $as_echo "PATH: $as_dir"
2003 done
2004IFS=$as_save_IFS
2005
2006} >&5
2007
2008cat >&5 <<_ACEOF
b7026657
AC
2009
2010
2011## ----------- ##
2012## Core tests. ##
2013## ----------- ##
2014
2015_ACEOF
2016
2017
2018# Keep a trace of the command line.
2019# Strip out --no-create and --no-recursion so they do not pile up.
2020# Strip out --silent because we don't want to record it for future runs.
2021# Also quote any args containing shell meta-characters.
2022# Make two passes to allow for proper duplicate-argument suppression.
2023ac_configure_args=
2024ac_configure_args0=
2025ac_configure_args1=
b7026657
AC
2026ac_must_keep_next=false
2027for ac_pass in 1 2
2028do
2029 for ac_arg
2030 do
2031 case $ac_arg in
2032 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2033 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2034 | -silent | --silent | --silen | --sile | --sil)
2035 continue ;;
81ecdfbb
RW
2036 *\'*)
2037 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2038 esac
2039 case $ac_pass in
81ecdfbb 2040 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 2041 2)
81ecdfbb 2042 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
2043 if test $ac_must_keep_next = true; then
2044 ac_must_keep_next=false # Got value, back to normal.
2045 else
2046 case $ac_arg in
2047 *=* | --config-cache | -C | -disable-* | --disable-* \
2048 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2049 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2050 | -with-* | --with-* | -without-* | --without-* | --x)
2051 case "$ac_configure_args0 " in
2052 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2053 esac
2054 ;;
2055 -* ) ac_must_keep_next=true ;;
2056 esac
2057 fi
81ecdfbb 2058 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
2059 ;;
2060 esac
2061 done
2062done
81ecdfbb
RW
2063{ ac_configure_args0=; unset ac_configure_args0;}
2064{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
2065
2066# When interrupted or exit'd, cleanup temporary files, and complete
2067# config.log. We remove comments because anyway the quotes in there
2068# would cause problems or look ugly.
81ecdfbb
RW
2069# WARNING: Use '\'' to represent an apostrophe within the trap.
2070# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
2071trap 'exit_status=$?
2072 # Save into config.log some information that might help in debugging.
2073 {
2074 echo
2075
2076 cat <<\_ASBOX
2077## ---------------- ##
2078## Cache variables. ##
2079## ---------------- ##
2080_ASBOX
2081 echo
2082 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2083(
2084 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2085 eval ac_val=\$$ac_var
2086 case $ac_val in #(
2087 *${as_nl}*)
2088 case $ac_var in #(
2089 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2090$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2091 esac
2092 case $ac_var in #(
2093 _ | IFS | as_nl) ;; #(
2094 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2095 *) { eval $ac_var=; unset $ac_var;} ;;
2096 esac ;;
2097 esac
2098 done
b7026657 2099 (set) 2>&1 |
81ecdfbb
RW
2100 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2101 *${as_nl}ac_space=\ *)
b7026657 2102 sed -n \
81ecdfbb
RW
2103 "s/'\''/'\''\\\\'\'''\''/g;
2104 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2105 ;; #(
b7026657 2106 *)
81ecdfbb 2107 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2108 ;;
81ecdfbb
RW
2109 esac |
2110 sort
2111)
b7026657
AC
2112 echo
2113
2114 cat <<\_ASBOX
2115## ----------------- ##
2116## Output variables. ##
2117## ----------------- ##
2118_ASBOX
2119 echo
2120 for ac_var in $ac_subst_vars
2121 do
81ecdfbb
RW
2122 eval ac_val=\$$ac_var
2123 case $ac_val in
2124 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2125 esac
2126 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2127 done | sort
2128 echo
2129
2130 if test -n "$ac_subst_files"; then
2131 cat <<\_ASBOX
81ecdfbb
RW
2132## ------------------- ##
2133## File substitutions. ##
2134## ------------------- ##
b7026657
AC
2135_ASBOX
2136 echo
2137 for ac_var in $ac_subst_files
2138 do
81ecdfbb
RW
2139 eval ac_val=\$$ac_var
2140 case $ac_val in
2141 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2142 esac
2143 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2144 done | sort
2145 echo
2146 fi
2147
2148 if test -s confdefs.h; then
2149 cat <<\_ASBOX
2150## ----------- ##
2151## confdefs.h. ##
2152## ----------- ##
2153_ASBOX
2154 echo
81ecdfbb 2155 cat confdefs.h
b7026657
AC
2156 echo
2157 fi
2158 test "$ac_signal" != 0 &&
81ecdfbb
RW
2159 $as_echo "$as_me: caught signal $ac_signal"
2160 $as_echo "$as_me: exit $exit_status"
b7026657 2161 } >&5
81ecdfbb
RW
2162 rm -f core *.core core.conftest.* &&
2163 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2164 exit $exit_status
81ecdfbb 2165' 0
b7026657 2166for ac_signal in 1 2 13 15; do
81ecdfbb 2167 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2168done
2169ac_signal=0
2170
2171# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2172rm -f -r conftest* confdefs.h
2173
2174$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2175
2176# Predefined preprocessor variables.
2177
2178cat >>confdefs.h <<_ACEOF
2179#define PACKAGE_NAME "$PACKAGE_NAME"
2180_ACEOF
2181
b7026657
AC
2182cat >>confdefs.h <<_ACEOF
2183#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2184_ACEOF
2185
b7026657
AC
2186cat >>confdefs.h <<_ACEOF
2187#define PACKAGE_VERSION "$PACKAGE_VERSION"
2188_ACEOF
2189
b7026657
AC
2190cat >>confdefs.h <<_ACEOF
2191#define PACKAGE_STRING "$PACKAGE_STRING"
2192_ACEOF
2193
b7026657
AC
2194cat >>confdefs.h <<_ACEOF
2195#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2196_ACEOF
2197
81ecdfbb
RW
2198cat >>confdefs.h <<_ACEOF
2199#define PACKAGE_URL "$PACKAGE_URL"
2200_ACEOF
2201
b7026657
AC
2202
2203# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2204# Prefer an explicitly selected file to automatically selected ones.
2205ac_site_file1=NONE
2206ac_site_file2=NONE
2207if test -n "$CONFIG_SITE"; then
2208 ac_site_file1=$CONFIG_SITE
2209elif test "x$prefix" != xNONE; then
2210 ac_site_file1=$prefix/share/config.site
2211 ac_site_file2=$prefix/etc/config.site
2212else
2213 ac_site_file1=$ac_default_prefix/share/config.site
2214 ac_site_file2=$ac_default_prefix/etc/config.site
2215fi
2216for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2217do
2218 test "x$ac_site_file" = xNONE && continue
b7026657 2219 if test -r "$ac_site_file"; then
81ecdfbb
RW
2220 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2221$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657
AC
2222 sed 's/^/| /' "$ac_site_file" >&5
2223 . "$ac_site_file"
2224 fi
2225done
2226
2227if test -r "$cache_file"; then
2228 # Some versions of bash will fail to source /dev/null (special
2229 # files actually), so we avoid doing that.
2230 if test -f "$cache_file"; then
81ecdfbb
RW
2231 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2232$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2233 case $cache_file in
81ecdfbb
RW
2234 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2235 *) . "./$cache_file";;
b7026657
AC
2236 esac
2237 fi
2238else
81ecdfbb
RW
2239 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2240$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2241 >$cache_file
2242fi
2243
2244# Check that the precious variables saved in the cache have kept the same
2245# value.
2246ac_cache_corrupted=false
81ecdfbb 2247for ac_var in $ac_precious_vars; do
b7026657
AC
2248 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2249 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2250 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2251 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2252 case $ac_old_set,$ac_new_set in
2253 set,)
81ecdfbb
RW
2254 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2255$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2256 ac_cache_corrupted=: ;;
2257 ,set)
81ecdfbb
RW
2258 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2259$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2260 ac_cache_corrupted=: ;;
2261 ,);;
2262 *)
2263 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2264 # differences in whitespace do not lead to failure.
2265 ac_old_val_w=`echo x $ac_old_val`
2266 ac_new_val_w=`echo x $ac_new_val`
2267 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2268 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2269$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2270 ac_cache_corrupted=:
2271 else
2272 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2273$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2274 eval $ac_var=\$ac_old_val
2275 fi
2276 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2277$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2278 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2279$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2280 fi;;
2281 esac
2282 # Pass precious variables to config.status.
2283 if test "$ac_new_set" = set; then
2284 case $ac_new_val in
81ecdfbb 2285 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2286 *) ac_arg=$ac_var=$ac_new_val ;;
2287 esac
2288 case " $ac_configure_args " in
2289 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2290 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2291 esac
2292 fi
2293done
2294if $ac_cache_corrupted; then
81ecdfbb
RW
2295 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2296$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2297 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2298$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2299 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2300fi
81ecdfbb
RW
2301## -------------------- ##
2302## Main body of script. ##
2303## -------------------- ##
b7026657
AC
2304
2305ac_ext=c
2306ac_cpp='$CPP $CPPFLAGS'
2307ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2308ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2309ac_compiler_gnu=$ac_cv_c_compiler_gnu
2310
2311
35695fd6
AC
2312# This file contains common code used by all simulators.
2313#
2314# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2315# directory. It is intended to be invoked before any target specific stuff.
2316# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2317# It is intended to be invoked last.
2318#
306f4178 2319# The simulator's configure.ac should look like:
35695fd6
AC
2320#
2321# dnl Process this file with autoconf to produce a configure script.
6ffe910a 2322# AC_PREREQ(2.64)dnl
35695fd6 2323# AC_INIT(Makefile.in)
6ffe910a 2324# sinclude(../common/aclocal.m4)
35695fd6
AC
2325#
2326# SIM_AC_COMMON
2327#
2328# ... target specific stuff ...
2329#
2330# SIM_AC_OUTPUT
2331
d6416cdc
RW
2332# Include global overrides and fixes for Autoconf.
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
6ffe910a
MF
2359# _AC_CHECK_DECL_BODY
2360# -------------------
2361# Shell function body for AC_CHECK_DECL.
2362# _AC_CHECK_DECL_BODY
d6416cdc 2363
6ffe910a
MF
2364# _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2365# INCLUDES)
2366# -------------------------------------------------------------
2367# Helper to AC_CHECK_DECLS, which generates the check for a single
2368# SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2369# ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
d6416cdc
RW
2370
2371
2372
2373
2374
2375
2376
35695fd6
AC
2377
2378
2379
db2e4d67 2380
6bb11ab3 2381# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2382#
6bb11ab3
L
2383# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2384# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2385# Written by Gordon Matzigkeit, 1996
2386#
2387# This file is free software; the Free Software Foundation gives
2388# unlimited permission to copy and/or distribute it, with or without
2389# modifications, as long as this notice is preserved.
db2e4d67 2390
db2e4d67 2391
db2e4d67 2392
6bb11ab3 2393# serial 56 LT_INIT
db2e4d67
MF
2394
2395
6bb11ab3
L
2396# LT_PREREQ(VERSION)
2397# ------------------
2398# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2399
db2e4d67
MF
2400
2401
6bb11ab3
L
2402# _LT_CHECK_BUILDDIR
2403# ------------------
2404# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2405
2406
35695fd6 2407
6bb11ab3
L
2408# LT_INIT([OPTIONS])
2409# ------------------
2410# LT_INIT
35695fd6 2411
6bb11ab3
L
2412# Old names:
2413# This is what autoupdate's m4 run will expand. It fires
2414# the warning (with _au_warn_XXX), outputs it into the
2415# updated configure.ac (with AC_DIAGNOSE), and then outputs
2416# the replacement expansion.
35695fd6
AC
2417
2418
6bb11ab3
L
2419# This is an auxiliary macro that is also run when
2420# autoupdate runs m4. It simply calls m4_warning, but
2421# we need a wrapper so that each warning is emitted only
2422# once. We break the quoting in m4_warning's argument in
2423# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2424
2425
6bb11ab3
L
2426# Finally, this is the expansion that is picked up by
2427# autoconf. It tells the user to run autoupdate, and
2428# then outputs the replacement expansion. We do not care
2429# about autoupdate's warning because that contains
2430# information on what to do *after* running autoupdate.
35695fd6 2431
6bb11ab3
L
2432# This is what autoupdate's m4 run will expand. It fires
2433# the warning (with _au_warn_XXX), outputs it into the
2434# updated configure.ac (with AC_DIAGNOSE), and then outputs
2435# the replacement expansion.
35695fd6
AC
2436
2437
6bb11ab3
L
2438# This is an auxiliary macro that is also run when
2439# autoupdate runs m4. It simply calls m4_warning, but
2440# we need a wrapper so that each warning is emitted only
2441# once. We break the quoting in m4_warning's argument in
2442# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2443
2444
6bb11ab3
L
2445# Finally, this is the expansion that is picked up by
2446# autoconf. It tells the user to run autoupdate, and
2447# then outputs the replacement expansion. We do not care
2448# about autoupdate's warning because that contains
2449# information on what to do *after* running autoupdate.
35695fd6
AC
2450
2451
2452
6bb11ab3
L
2453# _LT_CC_BASENAME(CC)
2454# -------------------
2455# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
35695fd6
AC
2456
2457
2458
6bb11ab3
L
2459# _LT_FILEUTILS_DEFAULTS
2460# ----------------------
2461# It is okay to use these file commands and assume they have been set
2462# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2463# _LT_FILEUTILS_DEFAULTS
35695fd6
AC
2464
2465
6bb11ab3
L
2466# _LT_SETUP
2467# ---------
2468# _LT_SETUP
35695fd6
AC
2469
2470
6bb11ab3
L
2471# _LT_PREPARE_SED_QUOTE_VARS
2472# --------------------------
2473# Define a few sed substitution that help us do robust quoting.
35695fd6
AC
2474
2475
6bb11ab3
L
2476# _LT_PROG_LTMAIN
2477# ---------------
2478# Note that this code is called both from `configure', and `config.status'
2479# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2480# `config.status' has no value for ac_aux_dir unless we are using Automake,
2481# so we pass a copy along to make sure it has a sensible value anyway.
2482# _LT_PROG_LTMAIN
35695fd6
AC
2483
2484
6bb11ab3
L
2485## ------------------------------------- ##
2486## Accumulate code for creating libtool. ##
2487## ------------------------------------- ##
35695fd6 2488
6bb11ab3
L
2489# So that we can recreate a full libtool script including additional
2490# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2491# in macros and then make a single call at the end using the `libtool'
2492# label.
35695fd6
AC
2493
2494
6bb11ab3
L
2495# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2496# ----------------------------------------
2497# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2498
2499
6bb11ab3 2500# Initialize.
35695fd6
AC
2501
2502
2503
6bb11ab3
L
2504# _LT_CONFIG_LIBTOOL([COMMANDS])
2505# ------------------------------
2506# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2507
2508
6bb11ab3 2509# Initialize.
35695fd6
AC
2510
2511
2512
6bb11ab3
L
2513# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2514# -----------------------------------------------------
35695fd6 2515
5912fadd
JB
2516
2517
6bb11ab3
L
2518# _LT_FORMAT_COMMENT([COMMENT])
2519# -----------------------------
2520# Add leading comment marks to the start of each line, and a trailing
2521# full-stop to the whole comment if one is not present already.
5912fadd
JB
2522
2523
35695fd6
AC
2524
2525
6bb11ab3
L
2526## ------------------------ ##
2527## FIXME: Eliminate VARNAME ##
2528## ------------------------ ##
35695fd6
AC
2529
2530
6bb11ab3
L
2531# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2532# -------------------------------------------------------------------
2533# CONFIGNAME is the name given to the value in the libtool script.
2534# VARNAME is the (base) name used in the configure script.
2535# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2536# VARNAME. Any other value will be used directly.
35695fd6 2537
35695fd6
AC
2538
2539
6bb11ab3
L
2540# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2541# --------------------------------------------------------
35695fd6
AC
2542
2543
2544
6bb11ab3
L
2545# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2546# ------------------------------------------------
35695fd6
AC
2547
2548
2549
6bb11ab3
L
2550# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2551# ---------------------------------------------------------
35695fd6
AC
2552
2553
2554
6bb11ab3
L
2555# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2556# --------------------------------------------------
35695fd6
AC
2557
2558
2559
6bb11ab3
L
2560# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2561# ---------------------------------------------------
35695fd6
AC
2562
2563
2564
6bb11ab3
L
2565# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2566# ---------------------------------------------------
35695fd6
AC
2567
2568
2569
2570
6bb11ab3
L
2571# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2572# ------------------------------------------------
35695fd6
AC
2573
2574
2575
2576
6bb11ab3
L
2577# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2578# ------------------------------------
2579# Quote a variable value, and forward it to `config.status' so that its
2580# declaration there will have the same value as in `configure'. VARNAME
2581# must have a single quote delimited value for this to work.
35695fd6
AC
2582
2583
2584
6bb11ab3
L
2585# _LT_CONFIG_STATUS_DECLARATIONS
2586# ------------------------------
2587# We delimit libtool config variables with single quotes, so when
2588# we write them to config.status, we have to be sure to quote all
2589# embedded single quotes properly. In configure, this macro expands
2590# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2591#
2592# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
35695fd6
AC
2593
2594
2595
6bb11ab3
L
2596# _LT_LIBTOOL_TAGS
2597# ----------------
2598# Output comment and list of tags supported by the script
35695fd6
AC
2599
2600
2601
6bb11ab3
L
2602# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2603# -----------------------------------
2604# Extract the dictionary values for VARNAME (optionally with TAG) and
2605# expand to a commented shell variable setting:
2606#
2607# # Some comment about what VAR is for.
2608# visible_name=$lt_internal_name
35695fd6
AC
2609
2610
35695fd6 2611
6bb11ab3
L
2612# _LT_LIBTOOL_CONFIG_VARS
2613# -----------------------
2614# Produce commented declarations of non-tagged libtool config variables
2615# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2616# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2617# section) are produced by _LT_LIBTOOL_TAG_VARS.
35695fd6
AC
2618
2619
6efef468 2620
6bb11ab3
L
2621# _LT_LIBTOOL_TAG_VARS(TAG)
2622# -------------------------
6efef468
JM
2623
2624
2625
6bb11ab3
L
2626# _LT_TAGVAR(VARNAME, [TAGNAME])
2627# ------------------------------
6efef468
JM
2628
2629
2630
6bb11ab3
L
2631# _LT_CONFIG_COMMANDS
2632# -------------------
2633# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2634# variables for single and double quote escaping we saved from calls
2635# to _LT_DECL, we can put quote escaped variables declarations
2636# into `config.status', and then the shell code to quote escape them in
2637# for loops in `config.status'. Finally, any additional code accumulated
2638# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2639#_LT_CONFIG_COMMANDS
2640
2641
2642# Initialize.
2643
2644
2645# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2646# ------------------------------------
2647# Generate a child script FILE with all initialization necessary to
2648# reuse the environment learned by the parent script, and make the
2649# file executable. If COMMENT is supplied, it is inserted after the
2650# `#!' sequence but before initialization text begins. After this
2651# macro, additional text can be appended to FILE to form the body of
2652# the child script. The macro ends with non-zero status if the
2653# file could not be fully written (such as if the disk is full).
2654# _LT_GENERATED_FILE_INIT
2655
2656# LT_OUTPUT
2657# ---------
2658# This macro allows early generation of the libtool script (before
2659# AC_OUTPUT is called), incase it is used in configure for compilation
2660# tests.
2661# LT_OUTPUT
2662
2663
2664# _LT_CONFIG(TAG)
2665# ---------------
2666# If TAG is the built-in tag, create an initial libtool script with a
2667# default configuration from the untagged config vars. Otherwise add code
2668# to config.status for appending the configuration named by TAG from the
2669# matching tagged config vars.
2670# _LT_CONFIG
6efef468
JM
2671
2672
6bb11ab3
L
2673# LT_SUPPORTED_TAG(TAG)
2674# ---------------------
2675# Trace this macro to discover what tags are supported by the libtool
2676# --tag option, using:
2677# autoconf --trace 'LT_SUPPORTED_TAG:$1'
6efef468 2678
6efef468 2679
6efef468 2680
6bb11ab3 2681# C support is built-in for now
6efef468 2682
6efef468
JM
2683
2684
2685
6bb11ab3
L
2686# LT_LANG(LANG)
2687# -------------
2688# Enable libtool support for the given language if not already enabled.
2689# LT_LANG
6efef468
JM
2690
2691
6bb11ab3
L
2692# _LT_LANG(LANGNAME)
2693# ------------------
2694# _LT_LANG
6efef468
JM
2695
2696
6bb11ab3
L
2697# _LT_LANG_DEFAULT_CONFIG
2698# -----------------------
2699# _LT_LANG_DEFAULT_CONFIG
6efef468 2700
6bb11ab3
L
2701# Obsolete macros:
2702# This is what autoupdate's m4 run will expand. It fires
2703# the warning (with _au_warn_XXX), outputs it into the
2704# updated configure.ac (with AC_DIAGNOSE), and then outputs
2705# the replacement expansion.
6efef468 2706
6efef468 2707
6bb11ab3
L
2708# This is an auxiliary macro that is also run when
2709# autoupdate runs m4. It simply calls m4_warning, but
2710# we need a wrapper so that each warning is emitted only
2711# once. We break the quoting in m4_warning's argument in
2712# order to expand this macro's arguments, not AU_DEFUN's.
6efef468 2713
6efef468 2714
6bb11ab3
L
2715# Finally, this is the expansion that is picked up by
2716# autoconf. It tells the user to run autoupdate, and
2717# then outputs the replacement expansion. We do not care
2718# about autoupdate's warning because that contains
2719# information on what to do *after* running autoupdate.
6efef468 2720
6bb11ab3
L
2721# This is what autoupdate's m4 run will expand. It fires
2722# the warning (with _au_warn_XXX), outputs it into the
2723# updated configure.ac (with AC_DIAGNOSE), and then outputs
2724# the replacement expansion.
6efef468
JM
2725
2726
6bb11ab3
L
2727# This is an auxiliary macro that is also run when
2728# autoupdate runs m4. It simply calls m4_warning, but
2729# we need a wrapper so that each warning is emitted only
2730# once. We break the quoting in m4_warning's argument in
2731# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2732
2733
6bb11ab3
L
2734# Finally, this is the expansion that is picked up by
2735# autoconf. It tells the user to run autoupdate, and
2736# then outputs the replacement expansion. We do not care
2737# about autoupdate's warning because that contains
2738# information on what to do *after* running autoupdate.
6efef468 2739
6bb11ab3
L
2740# This is what autoupdate's m4 run will expand. It fires
2741# the warning (with _au_warn_XXX), outputs it into the
2742# updated configure.ac (with AC_DIAGNOSE), and then outputs
2743# the replacement expansion.
6efef468
JM
2744
2745
6bb11ab3
L
2746# This is an auxiliary macro that is also run when
2747# autoupdate runs m4. It simply calls m4_warning, but
2748# we need a wrapper so that each warning is emitted only
2749# once. We break the quoting in m4_warning's argument in
2750# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2751
2752
6bb11ab3
L
2753# Finally, this is the expansion that is picked up by
2754# autoconf. It tells the user to run autoupdate, and
2755# then outputs the replacement expansion. We do not care
2756# about autoupdate's warning because that contains
2757# information on what to do *after* running autoupdate.
6efef468 2758
6bb11ab3
L
2759# This is what autoupdate's m4 run will expand. It fires
2760# the warning (with _au_warn_XXX), outputs it into the
2761# updated configure.ac (with AC_DIAGNOSE), and then outputs
2762# the replacement expansion.
6efef468
JM
2763
2764
6bb11ab3
L
2765# This is an auxiliary macro that is also run when
2766# autoupdate runs m4. It simply calls m4_warning, but
2767# we need a wrapper so that each warning is emitted only
2768# once. We break the quoting in m4_warning's argument in
2769# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2770
2771
6bb11ab3
L
2772# Finally, this is the expansion that is picked up by
2773# autoconf. It tells the user to run autoupdate, and
2774# then outputs the replacement expansion. We do not care
2775# about autoupdate's warning because that contains
2776# information on what to do *after* running autoupdate.
6efef468 2777
6bb11ab3
L
2778# This is what autoupdate's m4 run will expand. It fires
2779# the warning (with _au_warn_XXX), outputs it into the
2780# updated configure.ac (with AC_DIAGNOSE), and then outputs
2781# the replacement expansion.
6efef468
JM
2782
2783
6bb11ab3
L
2784# This is an auxiliary macro that is also run when
2785# autoupdate runs m4. It simply calls m4_warning, but
2786# we need a wrapper so that each warning is emitted only
2787# once. We break the quoting in m4_warning's argument in
2788# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2789
2790
6bb11ab3
L
2791# Finally, this is the expansion that is picked up by
2792# autoconf. It tells the user to run autoupdate, and
2793# then outputs the replacement expansion. We do not care
2794# about autoupdate's warning because that contains
2795# information on what to do *after* running autoupdate.
6efef468 2796
35695fd6
AC
2797
2798
6bb11ab3
L
2799# _LT_TAG_COMPILER
2800# ----------------
2801# _LT_TAG_COMPILER
35695fd6
AC
2802
2803
6bb11ab3
L
2804# _LT_COMPILER_BOILERPLATE
2805# ------------------------
2806# Check for compiler boilerplate output or warnings with
2807# the simple compiler test code.
2808# _LT_COMPILER_BOILERPLATE
f0569246 2809
f0569246 2810
6bb11ab3
L
2811# _LT_LINKER_BOILERPLATE
2812# ----------------------
2813# Check for linker boilerplate output or warnings with
2814# the simple link test code.
2815# _LT_LINKER_BOILERPLATE
b7026657 2816
6bb11ab3
L
2817# _LT_REQUIRED_DARWIN_CHECKS
2818# -------------------------
81ecdfbb 2819
b7026657 2820
b7026657 2821
6bb11ab3
L
2822# _LT_DARWIN_LINKER_FEATURES
2823# --------------------------
2824# Checks for linker and compiler features on darwin
b7026657 2825
b7026657 2826
6bb11ab3
L
2827# _LT_SYS_MODULE_PATH_AIX
2828# -----------------------
2829# Links a minimal program and checks the executable
2830# for the system default hardcoded library path. In most cases,
2831# this is /usr/lib:/lib, but when the MPI compilers are used
2832# the location of the communication and MPI libs are included too.
2833# If we don't find anything, use the default library path according
2834# to the aix ld manual.
2835# _LT_SYS_MODULE_PATH_AIX
b7026657 2836
b7026657 2837
6bb11ab3
L
2838# _LT_SHELL_INIT(ARG)
2839# -------------------
2840# _LT_SHELL_INIT
b7026657 2841
f0569246 2842
81ecdfbb 2843
6bb11ab3
L
2844# _LT_PROG_ECHO_BACKSLASH
2845# -----------------------
2846# Find how we can fake an echo command that does not interpret backslash.
2847# In particular, with Autoconf 2.60 or later we add some code to the start
2848# of the generated configure script which will find a shell with a builtin
2849# printf (which we can use as an echo command).
2850# _LT_PROG_ECHO_BACKSLASH
f0569246 2851
b7026657 2852
6bb11ab3
L
2853# _LT_ENABLE_LOCK
2854# ---------------
2855# _LT_ENABLE_LOCK
81ecdfbb 2856
b7026657 2857
6bb11ab3
L
2858# _LT_CMD_OLD_ARCHIVE
2859# -------------------
2860# _LT_CMD_OLD_ARCHIVE
c906108c 2861
81ecdfbb 2862
6bb11ab3
L
2863# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2864# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2865# ----------------------------------------------------------------
2866# Check whether the given compiler option works
2867# _LT_COMPILER_OPTION
b7026657 2868
6bb11ab3
L
2869# Old name:
2870# This is what autoupdate's m4 run will expand. It fires
2871# the warning (with _au_warn_XXX), outputs it into the
2872# updated configure.ac (with AC_DIAGNOSE), and then outputs
2873# the replacement expansion.
c906108c 2874
c906108c 2875
6bb11ab3
L
2876# This is an auxiliary macro that is also run when
2877# autoupdate runs m4. It simply calls m4_warning, but
2878# we need a wrapper so that each warning is emitted only
2879# once. We break the quoting in m4_warning's argument in
2880# order to expand this macro's arguments, not AU_DEFUN's.
c906108c 2881
f0569246 2882
6bb11ab3
L
2883# Finally, this is the expansion that is picked up by
2884# autoconf. It tells the user to run autoupdate, and
2885# then outputs the replacement expansion. We do not care
2886# about autoupdate's warning because that contains
2887# information on what to do *after* running autoupdate.
81ecdfbb 2888
b7026657 2889
f0569246 2890
6bb11ab3
L
2891# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2892# [ACTION-SUCCESS], [ACTION-FAILURE])
2893# ----------------------------------------------------
2894# Check whether the given linker option works
2895# _LT_LINKER_OPTION
81ecdfbb 2896
6bb11ab3
L
2897# Old name:
2898# This is what autoupdate's m4 run will expand. It fires
2899# the warning (with _au_warn_XXX), outputs it into the
2900# updated configure.ac (with AC_DIAGNOSE), and then outputs
2901# the replacement expansion.
81ecdfbb 2902
81ecdfbb 2903
6bb11ab3
L
2904# This is an auxiliary macro that is also run when
2905# autoupdate runs m4. It simply calls m4_warning, but
2906# we need a wrapper so that each warning is emitted only
2907# once. We break the quoting in m4_warning's argument in
2908# order to expand this macro's arguments, not AU_DEFUN's.
81ecdfbb 2909
b7026657 2910
6bb11ab3
L
2911# Finally, this is the expansion that is picked up by
2912# autoconf. It tells the user to run autoupdate, and
2913# then outputs the replacement expansion. We do not care
2914# about autoupdate's warning because that contains
2915# information on what to do *after* running autoupdate.
2916
2917
2918
2919# LT_CMD_MAX_LEN
2920#---------------
2921# LT_CMD_MAX_LEN
2922
2923# Old name:
2924# This is what autoupdate's m4 run will expand. It fires
2925# the warning (with _au_warn_XXX), outputs it into the
2926# updated configure.ac (with AC_DIAGNOSE), and then outputs
2927# the replacement expansion.
2928
2929
2930# This is an auxiliary macro that is also run when
2931# autoupdate runs m4. It simply calls m4_warning, but
2932# we need a wrapper so that each warning is emitted only
2933# once. We break the quoting in m4_warning's argument in
2934# order to expand this macro's arguments, not AU_DEFUN's.
2935
2936
2937# Finally, this is the expansion that is picked up by
2938# autoconf. It tells the user to run autoupdate, and
2939# then outputs the replacement expansion. We do not care
2940# about autoupdate's warning because that contains
2941# information on what to do *after* running autoupdate.
2942
2943
2944
2945# _LT_HEADER_DLFCN
2946# ----------------
2947# _LT_HEADER_DLFCN
2948
2949
2950# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2951# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2952# ----------------------------------------------------------------
2953# _LT_TRY_DLOPEN_SELF
2954
2955
2956# LT_SYS_DLOPEN_SELF
2957# ------------------
2958# LT_SYS_DLOPEN_SELF
2959
2960# Old name:
2961# This is what autoupdate's m4 run will expand. It fires
2962# the warning (with _au_warn_XXX), outputs it into the
2963# updated configure.ac (with AC_DIAGNOSE), and then outputs
2964# the replacement expansion.
2965
2966
2967# This is an auxiliary macro that is also run when
2968# autoupdate runs m4. It simply calls m4_warning, but
2969# we need a wrapper so that each warning is emitted only
2970# once. We break the quoting in m4_warning's argument in
2971# order to expand this macro's arguments, not AU_DEFUN's.
2972
2973
2974# Finally, this is the expansion that is picked up by
2975# autoconf. It tells the user to run autoupdate, and
2976# then outputs the replacement expansion. We do not care
2977# about autoupdate's warning because that contains
2978# information on what to do *after* running autoupdate.
2979
2980
2981
2982# _LT_COMPILER_C_O([TAGNAME])
2983# ---------------------------
2984# Check to see if options -c and -o are simultaneously supported by compiler.
2985# This macro does not hard code the compiler like AC_PROG_CC_C_O.
2986# _LT_COMPILER_C_O
2987
2988
2989# _LT_COMPILER_FILE_LOCKS([TAGNAME])
2990# ----------------------------------
2991# Check to see if we can do hard links to lock some files if needed
2992# _LT_COMPILER_FILE_LOCKS
2993
2994
2995# _LT_CHECK_OBJDIR
2996# ----------------
2997# _LT_CHECK_OBJDIR
2998
2999
3000# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3001# --------------------------------------
3002# Check hardcoding attributes.
3003# _LT_LINKER_HARDCODE_LIBPATH
3004
3005
3006# _LT_CMD_STRIPLIB
3007# ----------------
3008# _LT_CMD_STRIPLIB
3009
3010
3011# _LT_SYS_DYNAMIC_LINKER([TAG])
3012# -----------------------------
3013# PORTME Fill in your ld.so characteristics
3014# _LT_SYS_DYNAMIC_LINKER
3015
3016
3017# _LT_PATH_TOOL_PREFIX(TOOL)
3018# --------------------------
3019# find a file program which can recognize shared library
3020# _LT_PATH_TOOL_PREFIX
3021
3022# Old name:
3023# This is what autoupdate's m4 run will expand. It fires
3024# the warning (with _au_warn_XXX), outputs it into the
3025# updated configure.ac (with AC_DIAGNOSE), and then outputs
3026# the replacement expansion.
3027
3028
3029# This is an auxiliary macro that is also run when
3030# autoupdate runs m4. It simply calls m4_warning, but
3031# we need a wrapper so that each warning is emitted only
3032# once. We break the quoting in m4_warning's argument in
3033# order to expand this macro's arguments, not AU_DEFUN's.
3034
3035
3036# Finally, this is the expansion that is picked up by
3037# autoconf. It tells the user to run autoupdate, and
3038# then outputs the replacement expansion. We do not care
3039# about autoupdate's warning because that contains
3040# information on what to do *after* running autoupdate.
3041
3042
3043
3044# _LT_PATH_MAGIC
3045# --------------
3046# find a file program which can recognize a shared library
3047# _LT_PATH_MAGIC
3048
3049
3050# LT_PATH_LD
3051# ----------
3052# find the pathname to the GNU or non-GNU linker
3053# LT_PATH_LD
3054
3055# Old names:
3056# This is what autoupdate's m4 run will expand. It fires
3057# the warning (with _au_warn_XXX), outputs it into the
3058# updated configure.ac (with AC_DIAGNOSE), and then outputs
3059# the replacement expansion.
3060
3061
3062# This is an auxiliary macro that is also run when
3063# autoupdate runs m4. It simply calls m4_warning, but
3064# we need a wrapper so that each warning is emitted only
3065# once. We break the quoting in m4_warning's argument in
3066# order to expand this macro's arguments, not AU_DEFUN's.
3067
3068
3069# Finally, this is the expansion that is picked up by
3070# autoconf. It tells the user to run autoupdate, and
3071# then outputs the replacement expansion. We do not care
3072# about autoupdate's warning because that contains
3073# information on what to do *after* running autoupdate.
3074
3075# This is what autoupdate's m4 run will expand. It fires
3076# the warning (with _au_warn_XXX), outputs it into the
3077# updated configure.ac (with AC_DIAGNOSE), and then outputs
3078# the replacement expansion.
3079
3080
3081# This is an auxiliary macro that is also run when
3082# autoupdate runs m4. It simply calls m4_warning, but
3083# we need a wrapper so that each warning is emitted only
3084# once. We break the quoting in m4_warning's argument in
3085# order to expand this macro's arguments, not AU_DEFUN's.
3086
3087
3088# Finally, this is the expansion that is picked up by
3089# autoconf. It tells the user to run autoupdate, and
3090# then outputs the replacement expansion. We do not care
3091# about autoupdate's warning because that contains
3092# information on what to do *after* running autoupdate.
3093
3094
3095
3096# _LT_PATH_LD_GNU
3097#- --------------
3098# _LT_PATH_LD_GNU
3099
3100
3101# _LT_CMD_RELOAD
3102# --------------
3103# find reload flag for linker
3104# -- PORTME Some linkers may need a different reload flag.
3105# _LT_CMD_RELOAD
3106
3107
3108# _LT_CHECK_MAGIC_METHOD
3109# ----------------------
3110# how to check for library dependencies
3111# -- PORTME fill in with the dynamic library characteristics
3112# _LT_CHECK_MAGIC_METHOD
3113
3114
3115# LT_PATH_NM
3116# ----------
3117# find the pathname to a BSD- or MS-compatible name lister
3118# LT_PATH_NM
3119
3120# Old names:
3121# This is what autoupdate's m4 run will expand. It fires
3122# the warning (with _au_warn_XXX), outputs it into the
3123# updated configure.ac (with AC_DIAGNOSE), and then outputs
3124# the replacement expansion.
3125
3126
3127# This is an auxiliary macro that is also run when
3128# autoupdate runs m4. It simply calls m4_warning, but
3129# we need a wrapper so that each warning is emitted only
3130# once. We break the quoting in m4_warning's argument in
3131# order to expand this macro's arguments, not AU_DEFUN's.
3132
3133
3134# Finally, this is the expansion that is picked up by
3135# autoconf. It tells the user to run autoupdate, and
3136# then outputs the replacement expansion. We do not care
3137# about autoupdate's warning because that contains
3138# information on what to do *after* running autoupdate.
3139
3140# This is what autoupdate's m4 run will expand. It fires
3141# the warning (with _au_warn_XXX), outputs it into the
3142# updated configure.ac (with AC_DIAGNOSE), and then outputs
3143# the replacement expansion.
3144
3145
3146# This is an auxiliary macro that is also run when
3147# autoupdate runs m4. It simply calls m4_warning, but
3148# we need a wrapper so that each warning is emitted only
3149# once. We break the quoting in m4_warning's argument in
3150# order to expand this macro's arguments, not AU_DEFUN's.
3151
3152
3153# Finally, this is the expansion that is picked up by
3154# autoconf. It tells the user to run autoupdate, and
3155# then outputs the replacement expansion. We do not care
3156# about autoupdate's warning because that contains
3157# information on what to do *after* running autoupdate.
3158
3159
3160
3161# LT_LIB_M
3162# --------
3163# check for math library
3164# LT_LIB_M
3165
3166# Old name:
3167# This is what autoupdate's m4 run will expand. It fires
3168# the warning (with _au_warn_XXX), outputs it into the
3169# updated configure.ac (with AC_DIAGNOSE), and then outputs
3170# the replacement expansion.
3171
3172
3173# This is an auxiliary macro that is also run when
3174# autoupdate runs m4. It simply calls m4_warning, but
3175# we need a wrapper so that each warning is emitted only
3176# once. We break the quoting in m4_warning's argument in
3177# order to expand this macro's arguments, not AU_DEFUN's.
3178
3179
3180# Finally, this is the expansion that is picked up by
3181# autoconf. It tells the user to run autoupdate, and
3182# then outputs the replacement expansion. We do not care
3183# about autoupdate's warning because that contains
3184# information on what to do *after* running autoupdate.
3185
3186
3187
3188# _LT_COMPILER_NO_RTTI([TAGNAME])
3189# -------------------------------
3190# _LT_COMPILER_NO_RTTI
3191
3192
3193# _LT_CMD_GLOBAL_SYMBOLS
3194# ----------------------
3195 # _LT_CMD_GLOBAL_SYMBOLS
3196
3197
3198# _LT_COMPILER_PIC([TAGNAME])
3199# ---------------------------
3200# _LT_COMPILER_PIC
3201
3202
3203# _LT_LINKER_SHLIBS([TAGNAME])
3204# ----------------------------
3205# See if the linker supports building shared libraries.
3206# _LT_LINKER_SHLIBS
3207
3208
3209# _LT_LANG_C_CONFIG([TAG])
3210# ------------------------
3211# Ensure that the configuration variables for a C compiler are suitably
3212# defined. These variables are subsequently used by _LT_CONFIG to write
3213# the compiler configuration to `libtool'.
3214# _LT_LANG_C_CONFIG
3215
3216
3217# _LT_LANG_CXX_CONFIG([TAG])
3218# --------------------------
3219# Ensure that the configuration variables for a C++ compiler are suitably
3220# defined. These variables are subsequently used by _LT_CONFIG to write
3221# the compiler configuration to `libtool'.
3222# _LT_LANG_CXX_CONFIG
3223
3224
3225# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3226# ---------------------------------
3227# Figure out "hidden" library dependencies from verbose
3228# compiler output when linking a shared library.
3229# Parse the compiler output and extract the necessary
3230# objects, libraries and library flags.
3231# _LT_SYS_HIDDEN_LIBDEPS
3232
3233
3234# _LT_LANG_F77_CONFIG([TAG])
3235# --------------------------
3236# Ensure that the configuration variables for a Fortran 77 compiler are
3237# suitably defined. These variables are subsequently used by _LT_CONFIG
3238# to write the compiler configuration to `libtool'.
3239# _LT_LANG_F77_CONFIG
3240
3241
3242# _LT_LANG_FC_CONFIG([TAG])
3243# -------------------------
3244# Ensure that the configuration variables for a Fortran compiler are
3245# suitably defined. These variables are subsequently used by _LT_CONFIG
3246# to write the compiler configuration to `libtool'.
3247# _LT_LANG_FC_CONFIG
3248
3249
3250# _LT_LANG_GCJ_CONFIG([TAG])
3251# --------------------------
3252# Ensure that the configuration variables for the GNU Java Compiler compiler
3253# are suitably defined. These variables are subsequently used by _LT_CONFIG
3254# to write the compiler configuration to `libtool'.
3255# _LT_LANG_GCJ_CONFIG
3256
3257
3258# _LT_LANG_RC_CONFIG([TAG])
3259# -------------------------
3260# Ensure that the configuration variables for the Windows resource compiler
3261# are suitably defined. These variables are subsequently used by _LT_CONFIG
3262# to write the compiler configuration to `libtool'.
3263# _LT_LANG_RC_CONFIG
3264
3265
3266# LT_PROG_GCJ
3267# -----------
3268
3269
3270# Old name:
3271# This is what autoupdate's m4 run will expand. It fires
3272# the warning (with _au_warn_XXX), outputs it into the
3273# updated configure.ac (with AC_DIAGNOSE), and then outputs
3274# the replacement expansion.
3275
3276
3277# This is an auxiliary macro that is also run when
3278# autoupdate runs m4. It simply calls m4_warning, but
3279# we need a wrapper so that each warning is emitted only
3280# once. We break the quoting in m4_warning's argument in
3281# order to expand this macro's arguments, not AU_DEFUN's.
3282
3283
3284# Finally, this is the expansion that is picked up by
3285# autoconf. It tells the user to run autoupdate, and
3286# then outputs the replacement expansion. We do not care
3287# about autoupdate's warning because that contains
3288# information on what to do *after* running autoupdate.
3289
3290
3291
3292# LT_PROG_RC
3293# ----------
3294
3295
3296# Old name:
3297# This is what autoupdate's m4 run will expand. It fires
3298# the warning (with _au_warn_XXX), outputs it into the
3299# updated configure.ac (with AC_DIAGNOSE), and then outputs
3300# the replacement expansion.
3301
3302
3303# This is an auxiliary macro that is also run when
3304# autoupdate runs m4. It simply calls m4_warning, but
3305# we need a wrapper so that each warning is emitted only
3306# once. We break the quoting in m4_warning's argument in
3307# order to expand this macro's arguments, not AU_DEFUN's.
3308
3309
3310# Finally, this is the expansion that is picked up by
3311# autoconf. It tells the user to run autoupdate, and
3312# then outputs the replacement expansion. We do not care
3313# about autoupdate's warning because that contains
3314# information on what to do *after* running autoupdate.
3315
3316
3317
3318# _LT_DECL_EGREP
3319# --------------
3320# If we don't have a new enough Autoconf to choose the best grep
3321# available, choose the one first in the user's PATH.
3322
3323
3324
3325# _LT_DECL_OBJDUMP
3326# --------------
3327# If we don't have a new enough Autoconf to choose the best objdump
3328# available, choose the one first in the user's PATH.
3329
3330
3331
3332# _LT_DECL_SED
3333# ------------
3334# Check for a fully-functional sed program, that truncates
3335# as few characters as possible. Prefer GNU sed if found.
3336# _LT_DECL_SED
3337
3338#m4_ifndef
3339
3340# Old name:
3341# This is what autoupdate's m4 run will expand. It fires
3342# the warning (with _au_warn_XXX), outputs it into the
3343# updated configure.ac (with AC_DIAGNOSE), and then outputs
3344# the replacement expansion.
3345
3346
3347# This is an auxiliary macro that is also run when
3348# autoupdate runs m4. It simply calls m4_warning, but
3349# we need a wrapper so that each warning is emitted only
3350# once. We break the quoting in m4_warning's argument in
3351# order to expand this macro's arguments, not AU_DEFUN's.
3352
3353
3354# Finally, this is the expansion that is picked up by
3355# autoconf. It tells the user to run autoupdate, and
3356# then outputs the replacement expansion. We do not care
3357# about autoupdate's warning because that contains
3358# information on what to do *after* running autoupdate.
3359
3360
3361
3362# _LT_CHECK_SHELL_FEATURES
3363# ------------------------
3364# Find out whether the shell is Bourne or XSI compatible,
3365# or has some other useful features.
3366# _LT_CHECK_SHELL_FEATURES
3367
3368
3369# _LT_PROG_XSI_SHELLFNS
3370# ---------------------
3371# Bourne and XSI compatible variants of some useful shell functions.
3372
3373
3374# Helper functions for option handling. -*- Autoconf -*-
3375#
3376# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3377# Inc.
3378# Written by Gary V. Vaughan, 2004
3379#
3380# This file is free software; the Free Software Foundation gives
3381# unlimited permission to copy and/or distribute it, with or without
3382# modifications, as long as this notice is preserved.
3383
3384# serial 6 ltoptions.m4
3385
3386# This is to help aclocal find these macros, as it can't see m4_define.
3387
3388
3389
3390# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3391# ------------------------------------------
3392
3393
3394
3395# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3396# ---------------------------------------
3397# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3398# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3399# saved as a flag.
3400
3401
3402
3403# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3404# ------------------------------------------------------------
3405# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3406
3407
3408
3409# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3410# -------------------------------------------------------
3411# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3412# are set.
3413
3414
3415
3416# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3417# ----------------------------------------
3418# OPTION-LIST is a space-separated list of Libtool options associated
3419# with MACRO-NAME. If any OPTION has a matching handler declared with
3420# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3421# the unknown option and exit.
3422# _LT_SET_OPTIONS
3423
3424
3425## --------------------------------- ##
3426## Macros to handle LT_INIT options. ##
3427## --------------------------------- ##
3428
3429# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3430# -----------------------------------------
3431
3432
3433
3434# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3435# -----------------------------------------------
3436# LT_OPTION_DEFINE
3437
3438
3439# dlopen
3440# ------
3441
3442
3443# This is what autoupdate's m4 run will expand. It fires
3444# the warning (with _au_warn_XXX), outputs it into the
3445# updated configure.ac (with AC_DIAGNOSE), and then outputs
3446# the replacement expansion.
3447
3448
3449# This is an auxiliary macro that is also run when
3450# autoupdate runs m4. It simply calls m4_warning, but
3451# we need a wrapper so that each warning is emitted only
3452# once. We break the quoting in m4_warning's argument in
3453# order to expand this macro's arguments, not AU_DEFUN's.
3454
3455
3456# Finally, this is the expansion that is picked up by
3457# autoconf. It tells the user to run autoupdate, and
3458# then outputs the replacement expansion. We do not care
3459# about autoupdate's warning because that contains
3460# information on what to do *after* running autoupdate.
3461
3462
3463
3464
3465# win32-dll
3466# ---------
3467# Declare package support for building win32 dll's.
3468# win32-dll
3469
3470# This is what autoupdate's m4 run will expand. It fires
3471# the warning (with _au_warn_XXX), outputs it into the
3472# updated configure.ac (with AC_DIAGNOSE), and then outputs
3473# the replacement expansion.
3474
3475
3476# This is an auxiliary macro that is also run when
3477# autoupdate runs m4. It simply calls m4_warning, but
3478# we need a wrapper so that each warning is emitted only
3479# once. We break the quoting in m4_warning's argument in
3480# order to expand this macro's arguments, not AU_DEFUN's.
3481
3482
3483# Finally, this is the expansion that is picked up by
3484# autoconf. It tells the user to run autoupdate, and
3485# then outputs the replacement expansion. We do not care
3486# about autoupdate's warning because that contains
3487# information on what to do *after* running autoupdate.
3488
3489
3490
3491
3492# _LT_ENABLE_SHARED([DEFAULT])
3493# ----------------------------
3494# implement the --enable-shared flag, and supports the `shared' and
3495# `disable-shared' LT_INIT options.
3496# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3497# _LT_ENABLE_SHARED
3498
3499
3500
3501
3502# Old names:
3503
3504
3505
3506
3507# This is what autoupdate's m4 run will expand. It fires
3508# the warning (with _au_warn_XXX), outputs it into the
3509# updated configure.ac (with AC_DIAGNOSE), and then outputs
3510# the replacement expansion.
3511
3512
3513# This is an auxiliary macro that is also run when
3514# autoupdate runs m4. It simply calls m4_warning, but
3515# we need a wrapper so that each warning is emitted only
3516# once. We break the quoting in m4_warning's argument in
3517# order to expand this macro's arguments, not AU_DEFUN's.
3518
3519
3520# Finally, this is the expansion that is picked up by
3521# autoconf. It tells the user to run autoupdate, and
3522# then outputs the replacement expansion. We do not care
3523# about autoupdate's warning because that contains
3524# information on what to do *after* running autoupdate.
3525
3526# This is what autoupdate's m4 run will expand. It fires
3527# the warning (with _au_warn_XXX), outputs it into the
3528# updated configure.ac (with AC_DIAGNOSE), and then outputs
3529# the replacement expansion.
3530
3531
3532# This is an auxiliary macro that is also run when
3533# autoupdate runs m4. It simply calls m4_warning, but
3534# we need a wrapper so that each warning is emitted only
3535# once. We break the quoting in m4_warning's argument in
3536# order to expand this macro's arguments, not AU_DEFUN's.
3537
3538
3539# Finally, this is the expansion that is picked up by
3540# autoconf. It tells the user to run autoupdate, and
3541# then outputs the replacement expansion. We do not care
3542# about autoupdate's warning because that contains
3543# information on what to do *after* running autoupdate.
3544
3545
3546
3547
3548
3549# _LT_ENABLE_STATIC([DEFAULT])
3550# ----------------------------
3551# implement the --enable-static flag, and support the `static' and
3552# `disable-static' LT_INIT options.
3553# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3554# _LT_ENABLE_STATIC
3555
3556
3557
3558
3559# Old names:
3560
3561
3562
3563
3564# This is what autoupdate's m4 run will expand. It fires
3565# the warning (with _au_warn_XXX), outputs it into the
3566# updated configure.ac (with AC_DIAGNOSE), and then outputs
3567# the replacement expansion.
3568
3569
3570# This is an auxiliary macro that is also run when
3571# autoupdate runs m4. It simply calls m4_warning, but
3572# we need a wrapper so that each warning is emitted only
3573# once. We break the quoting in m4_warning's argument in
3574# order to expand this macro's arguments, not AU_DEFUN's.
3575
3576
3577# Finally, this is the expansion that is picked up by
3578# autoconf. It tells the user to run autoupdate, and
3579# then outputs the replacement expansion. We do not care
3580# about autoupdate's warning because that contains
3581# information on what to do *after* running autoupdate.
3582
3583# This is what autoupdate's m4 run will expand. It fires
3584# the warning (with _au_warn_XXX), outputs it into the
3585# updated configure.ac (with AC_DIAGNOSE), and then outputs
3586# the replacement expansion.
3587
3588
3589# This is an auxiliary macro that is also run when
3590# autoupdate runs m4. It simply calls m4_warning, but
3591# we need a wrapper so that each warning is emitted only
3592# once. We break the quoting in m4_warning's argument in
3593# order to expand this macro's arguments, not AU_DEFUN's.
3594
3595
3596# Finally, this is the expansion that is picked up by
3597# autoconf. It tells the user to run autoupdate, and
3598# then outputs the replacement expansion. We do not care
3599# about autoupdate's warning because that contains
3600# information on what to do *after* running autoupdate.
3601
3602
3603
3604
3605
3606# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3607# ----------------------------------
3608# implement the --enable-fast-install flag, and support the `fast-install'
3609# and `disable-fast-install' LT_INIT options.
3610# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3611# _LT_ENABLE_FAST_INSTALL
3612
3613
3614
3615
3616# Old names:
3617# This is what autoupdate's m4 run will expand. It fires
3618# the warning (with _au_warn_XXX), outputs it into the
3619# updated configure.ac (with AC_DIAGNOSE), and then outputs
3620# the replacement expansion.
3621
3622
3623# This is an auxiliary macro that is also run when
3624# autoupdate runs m4. It simply calls m4_warning, but
3625# we need a wrapper so that each warning is emitted only
3626# once. We break the quoting in m4_warning's argument in
3627# order to expand this macro's arguments, not AU_DEFUN's.
3628
3629
3630# Finally, this is the expansion that is picked up by
3631# autoconf. It tells the user to run autoupdate, and
3632# then outputs the replacement expansion. We do not care
3633# about autoupdate's warning because that contains
3634# information on what to do *after* running autoupdate.
3635
3636
3637# This is what autoupdate's m4 run will expand. It fires
3638# the warning (with _au_warn_XXX), outputs it into the
3639# updated configure.ac (with AC_DIAGNOSE), and then outputs
3640# the replacement expansion.
3641
3642
3643# This is an auxiliary macro that is also run when
3644# autoupdate runs m4. It simply calls m4_warning, but
3645# we need a wrapper so that each warning is emitted only
3646# once. We break the quoting in m4_warning's argument in
3647# order to expand this macro's arguments, not AU_DEFUN's.
3648
3649
3650# Finally, this is the expansion that is picked up by
3651# autoconf. It tells the user to run autoupdate, and
3652# then outputs the replacement expansion. We do not care
3653# about autoupdate's warning because that contains
3654# information on what to do *after* running autoupdate.
3655
3656
3657
3658
3659# _LT_WITH_PIC([MODE])
3660# --------------------
3661# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3662# LT_INIT options.
3663# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3664# _LT_WITH_PIC
3665
3666
3667
3668
3669# Old name:
3670# This is what autoupdate's m4 run will expand. It fires
3671# the warning (with _au_warn_XXX), outputs it into the
3672# updated configure.ac (with AC_DIAGNOSE), and then outputs
3673# the replacement expansion.
3674
3675
3676# This is an auxiliary macro that is also run when
3677# autoupdate runs m4. It simply calls m4_warning, but
3678# we need a wrapper so that each warning is emitted only
3679# once. We break the quoting in m4_warning's argument in
3680# order to expand this macro's arguments, not AU_DEFUN's.
3681
3682
3683# Finally, this is the expansion that is picked up by
3684# autoconf. It tells the user to run autoupdate, and
3685# then outputs the replacement expansion. We do not care
3686# about autoupdate's warning because that contains
3687# information on what to do *after* running autoupdate.
3688
3689
3690
3691## ----------------- ##
3692## LTDL_INIT Options ##
3693## ----------------- ##
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3705#
3706# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3707# Written by Gary V. Vaughan, 2004
3708#
3709# This file is free software; the Free Software Foundation gives
3710# unlimited permission to copy and/or distribute it, with or without
3711# modifications, as long as this notice is preserved.
3712
3713# serial 6 ltsugar.m4
3714
3715# This is to help aclocal find these macros, as it can't see m4_define.
3716
3717
3718
3719# lt_join(SEP, ARG1, [ARG2...])
3720# -----------------------------
3721# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3722# associated separator.
3723# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3724# versions in m4sugar had bugs.
3725
3726
3727
3728
3729# lt_car(LIST)
3730# lt_cdr(LIST)
3731# ------------
3732# Manipulate m4 lists.
3733# These macros are necessary as long as will still need to support
3734# Autoconf-2.59 which quotes differently.
3735
3736
3737
3738
3739
3740# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3741# ------------------------------------------
3742# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3743# Note that neither SEPARATOR nor STRING are expanded; they are appended
3744# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3745# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3746# than defined and empty).
3747#
3748# This macro is needed until we can rely on Autoconf 2.62, since earlier
3749# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3750
3751
3752
3753
3754# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3755# ----------------------------------------------------------
3756# Produce a SEP delimited list of all paired combinations of elements of
3757# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3758# has the form PREFIXmINFIXSUFFIXn.
3759# Needed until we can rely on m4_combine added in Autoconf 2.62.
3760
3761
3762
3763# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3764# -----------------------------------------------------------------------
3765# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3766# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3767
3768
3769
3770# lt_dict_add(DICT, KEY, VALUE)
3771# -----------------------------
3772
3773
3774
3775# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3776# --------------------------------------------
3777
3778
3779
3780# lt_dict_fetch(DICT, KEY, [SUBKEY])
3781# ----------------------------------
3782
3783
3784
3785# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3786# -----------------------------------------------------------------
3787
3788
3789
3790# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3791# --------------------------------------------------------------
3792
3793
3794# ltversion.m4 -- version numbers -*- Autoconf -*-
3795#
3796# Copyright (C) 2004 Free Software Foundation, Inc.
3797# Written by Scott James Remnant, 2004
3798#
3799# This file is free software; the Free Software Foundation gives
3800# unlimited permission to copy and/or distribute it, with or without
3801# modifications, as long as this notice is preserved.
3802
3803# Generated from ltversion.in.
3804
3805# serial 3134 ltversion.m4
3806# This file is part of GNU Libtool
3807
3808
3809
3810
3811
3812
3813# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3814#
3815# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3816# Written by Scott James Remnant, 2004.
3817#
3818# This file is free software; the Free Software Foundation gives
3819# unlimited permission to copy and/or distribute it, with or without
3820# modifications, as long as this notice is preserved.
3821
3822# serial 4 lt~obsolete.m4
3823
3824# These exist entirely to fool aclocal when bootstrapping libtool.
3825#
3826# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3827# which have later been changed to m4_define as they aren't part of the
3828# exported API, or moved to Autoconf or Automake where they belong.
3829#
3830# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3831# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3832# using a macro with the same name in our local m4/libtool.m4 it'll
3833# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3834# and doesn't know about Autoconf macros at all.)
3835#
3836# So we provide this file, which has a silly filename so it's always
3837# included after everything else. This provides aclocal with the
3838# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3839# because those macros already exist, or will be overwritten later.
3840# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3841#
3842# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3843# Yes, that means every name once taken will need to remain here until
3844# we give up compatibility with versions before 1.7, at which point
3845# we need to keep only those names which we still refer to.
3846
3847# This is to help aclocal find these macros, as it can't see m4_define.
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912## -*- Autoconf -*-
3913
3914# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3915# Free Software Foundation, Inc.
3916#
3917# This file is free software; the Free Software Foundation
3918# gives unlimited permission to copy and/or distribute it,
3919# with or without modifications, as long as this notice is preserved.
3920
3921# serial 8
3922
3923# Based on depend.m4 from automake 1.9, modified for standalone use in
3924# an environment where GNU make is required.
3925
3926# ZW_PROG_COMPILER_DEPENDENCIES
3927# -----------------------------
3928# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3929# sets fooDEPMODE accordingly. Cache-variable compatible with
3930# original; not side-effect compatible. As the users of this macro
3931# may require accurate dependencies for correct builds, it does *not*
3932# honor --disable-dependency-checking, and failure to detect a usable
3933# method is an error. depcomp is assumed to be located in
3934# $ac_aux_dir.
3935#
3936# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3937
3938
3939
3940# AM_SET_DEPDIR
3941# -------------
3942# Choose a directory name for dependency files.
3943
3944
3945# ZW_CREATE_DEPDIR
3946# ----------------
3947# As AM_SET_DEPDIR, but also create the directory at config.status time.
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
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
6bb11ab3
L
3989
3990
3991
3992
3993
6bb11ab3
L
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
6bb11ab3
L
4009
4010
4011
4012
4013
4014# intl sister-directory configuration rules.
4015#
4016
4017# The idea behind this macro is that there's no need to repeat all the
4018# autoconf probes done by the intl directory - it's already done them
4019# for us. In fact, there's no need even to look at the cache for the
4020# answers. All we need to do is nab a few pieces of information.
4021# The intl directory is set up to make this easy, by generating a
4022# small file which can be sourced as a shell script; then we produce
4023# the necessary substitutions and definitions for this directory.
4024
4025
4026
4027# Autoconf M4 include file defining utility macros for complex Canadian
4028# cross builds.
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038####
4039# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4040# or AC_INIT.
4041# These demand that AC_CANONICAL_SYSTEM be called beforehand.
4042
4043####
4044# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4045# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4046
4047
4048####
4049# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4050# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4051
4052
4053
4054# Backported from Autoconf 2.5x; can go away when and if
4055# we switch. Put the OS path separator in $PATH_SEPARATOR.
4056
4057
4058
4059
4060# ACX_HAVE_GCC_FOR_TARGET
4061# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4062
4063
4064# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4065# Searching for installed target binutils. We need to take extra care,
4066# else we may find the wrong assembler, linker, etc., and lose.
4067#
4068# First try --with-build-time-tools, if specified.
4069#
4070# For build != host, we ask the installed GCC for the name of the tool it
4071# uses, and accept it if it is an absolute path. This is because the
4072# only good choice for a compiler is the same GCC version that is being
4073# installed (or we couldn't make target libraries), and we assume that
4074# on the host system we'll have not only the same GCC version, but also
4075# the same binutils version.
4076#
4077# For build == host, search the same directories that the installed
4078# compiler will search. We used to do this for the assembler, linker,
4079# and nm only; for simplicity of configuration, however, we extend this
4080# criterion to tools (such as ar and ranlib) that are never invoked by
4081# the compiler, to avoid mismatches.
4082#
4083# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4084# if build == target. This makes the most sense only when bootstrapping,
4085# but we also do so when build != host. In this case, we hope that the
4086# build and host systems will have similar contents of MD_EXEC_PREFIX.
4087#
4088# If we do not find a suitable binary, then try the user's path.
4089
4090
4091###
4092# AC_PROG_CPP_WERROR
4093# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4094# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4095# For now, using this also overrides header checks to use only the
4096# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4097# bit harder from here).
4098# Eventually autoconf will default to checking headers with the compiler
4099# instead, and we'll have to do this differently.
4100
4101# AC_PROG_CPP_WERROR
4102
4103# Test for GNAT.
4104# We require the gnatbind & gnatmake programs, as well as a compiler driver
4105# that understands Ada. We use the user's CC setting, already found, and
4106# possibly add $1 to the command-line parameters.
4107#
4108# Sets the shell variable have_gnat to yes or no as appropriate, and
4109# substitutes GNATBIND and GNATMAKE.
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135ac_ext=c
4136ac_cpp='$CPP $CPPFLAGS'
4137ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4138ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4139ac_compiler_gnu=$ac_cv_c_compiler_gnu
4140if test -n "$ac_tool_prefix"; then
4141 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4142set dummy ${ac_tool_prefix}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_CC+set}" = set; then :
4146 $as_echo_n "(cached) " >&6
4147else
4148 if test -n "$CC"; then
4149 ac_cv_prog_CC="$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_CC="${ac_tool_prefix}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
4168CC=$ac_cv_prog_CC
4169if test -n "$CC"; then
4170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4171$as_echo "$CC" >&6; }
4172else
4173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4174$as_echo "no" >&6; }
4175fi
4176
4177
4178fi
4179if test -z "$ac_cv_prog_CC"; then
4180 ac_ct_CC=$CC
4181 # Extract the first word of "gcc", so it can be a program name with args.
4182set dummy gcc; ac_word=$2
4183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4184$as_echo_n "checking for $ac_word... " >&6; }
4185if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4186 $as_echo_n "(cached) " >&6
4187else
4188 if test -n "$ac_ct_CC"; then
4189 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4190else
4191as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4192for as_dir in $PATH
4193do
4194 IFS=$as_save_IFS
4195 test -z "$as_dir" && as_dir=.
4196 for ac_exec_ext in '' $ac_executable_extensions; do
4197 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4198 ac_cv_prog_ac_ct_CC="gcc"
4199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4200 break 2
4201 fi
4202done
4203 done
4204IFS=$as_save_IFS
4205
4206fi
4207fi
4208ac_ct_CC=$ac_cv_prog_ac_ct_CC
4209if test -n "$ac_ct_CC"; then
4210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4211$as_echo "$ac_ct_CC" >&6; }
4212else
4213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4214$as_echo "no" >&6; }
4215fi
4216
4217 if test "x$ac_ct_CC" = x; then
4218 CC=""
4219 else
4220 case $cross_compiling:$ac_tool_warned in
4221yes:)
4222{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4223$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4224ac_tool_warned=yes ;;
4225esac
4226 CC=$ac_ct_CC
4227 fi
4228else
4229 CC="$ac_cv_prog_CC"
4230fi
4231
4232if test -z "$CC"; then
4233 if test -n "$ac_tool_prefix"; then
4234 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4235set dummy ${ac_tool_prefix}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
4244as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4245for as_dir in $PATH
4246do
4247 IFS=$as_save_IFS
4248 test -z "$as_dir" && as_dir=.
4249 for ac_exec_ext in '' $ac_executable_extensions; do
4250 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4251 ac_cv_prog_CC="${ac_tool_prefix}cc"
4252 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4253 break 2
4254 fi
4255done
4256 done
4257IFS=$as_save_IFS
4258
4259fi
4260fi
4261CC=$ac_cv_prog_CC
4262if test -n "$CC"; then
4263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4264$as_echo "$CC" >&6; }
4265else
4266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4267$as_echo "no" >&6; }
4268fi
4269
4270
4271 fi
4272fi
4273if test -z "$CC"; then
4274 # Extract the first word of "cc", so it can be a program name with args.
4275set dummy cc; ac_word=$2
4276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4277$as_echo_n "checking for $ac_word... " >&6; }
4278if test "${ac_cv_prog_CC+set}" = set; then :
4279 $as_echo_n "(cached) " >&6
4280else
4281 if test -n "$CC"; then
4282 ac_cv_prog_CC="$CC" # Let the user override the test.
4283else
4284 ac_prog_rejected=no
4285as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4286for as_dir in $PATH
4287do
4288 IFS=$as_save_IFS
4289 test -z "$as_dir" && as_dir=.
4290 for ac_exec_ext in '' $ac_executable_extensions; do
4291 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4292 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4293 ac_prog_rejected=yes
4294 continue
4295 fi
4296 ac_cv_prog_CC="cc"
4297 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4298 break 2
4299 fi
4300done
4301 done
4302IFS=$as_save_IFS
4303
4304if test $ac_prog_rejected = yes; then
4305 # We found a bogon in the path, so make sure we never use it.
4306 set dummy $ac_cv_prog_CC
4307 shift
4308 if test $# != 0; then
4309 # We chose a different compiler from the bogus one.
4310 # However, it has the same basename, so the bogon will be chosen
4311 # first if we set CC to just the basename; use the full file name.
4312 shift
4313 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4314 fi
4315fi
4316fi
4317fi
4318CC=$ac_cv_prog_CC
4319if test -n "$CC"; then
4320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4321$as_echo "$CC" >&6; }
4322else
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4324$as_echo "no" >&6; }
4325fi
4326
4327
4328fi
4329if test -z "$CC"; then
4330 if test -n "$ac_tool_prefix"; then
4331 for ac_prog in cl.exe
4332 do
4333 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4334set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4335{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4336$as_echo_n "checking for $ac_word... " >&6; }
4337if test "${ac_cv_prog_CC+set}" = set; then :
4338 $as_echo_n "(cached) " >&6
4339else
4340 if test -n "$CC"; then
4341 ac_cv_prog_CC="$CC" # Let the user override the test.
4342else
4343as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4344for as_dir in $PATH
4345do
4346 IFS=$as_save_IFS
4347 test -z "$as_dir" && as_dir=.
4348 for ac_exec_ext in '' $ac_executable_extensions; do
4349 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4350 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4351 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4352 break 2
4353 fi
4354done
4355 done
4356IFS=$as_save_IFS
4357
4358fi
4359fi
4360CC=$ac_cv_prog_CC
4361if test -n "$CC"; then
4362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4363$as_echo "$CC" >&6; }
4364else
4365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4366$as_echo "no" >&6; }
4367fi
4368
4369
4370 test -n "$CC" && break
4371 done
4372fi
4373if test -z "$CC"; then
4374 ac_ct_CC=$CC
4375 for ac_prog in cl.exe
4376do
4377 # Extract the first word of "$ac_prog", so it can be a program name with args.
4378set dummy $ac_prog; ac_word=$2
4379{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4380$as_echo_n "checking for $ac_word... " >&6; }
4381if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4382 $as_echo_n "(cached) " >&6
4383else
4384 if test -n "$ac_ct_CC"; then
4385 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4386else
4387as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4388for as_dir in $PATH
4389do
4390 IFS=$as_save_IFS
4391 test -z "$as_dir" && as_dir=.
4392 for ac_exec_ext in '' $ac_executable_extensions; do
4393 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4394 ac_cv_prog_ac_ct_CC="$ac_prog"
4395 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4396 break 2
4397 fi
4398done
4399 done
4400IFS=$as_save_IFS
4401
4402fi
4403fi
4404ac_ct_CC=$ac_cv_prog_ac_ct_CC
4405if test -n "$ac_ct_CC"; then
4406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4407$as_echo "$ac_ct_CC" >&6; }
4408else
4409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4410$as_echo "no" >&6; }
4411fi
4412
4413
4414 test -n "$ac_ct_CC" && break
4415done
4416
4417 if test "x$ac_ct_CC" = x; then
4418 CC=""
4419 else
4420 case $cross_compiling:$ac_tool_warned in
4421yes:)
4422{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4423$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4424ac_tool_warned=yes ;;
4425esac
4426 CC=$ac_ct_CC
4427 fi
4428fi
4429
4430fi
4431
4432
4433test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4434$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4435as_fn_error "no acceptable C compiler found in \$PATH
4436See \`config.log' for more details." "$LINENO" 5; }
4437
4438# Provide some information about the compiler.
4439$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4440set X $ac_compile
4441ac_compiler=$2
4442for ac_option in --version -v -V -qversion; do
4443 { { ac_try="$ac_compiler $ac_option >&5"
4444case "(($ac_try" in
4445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4446 *) ac_try_echo=$ac_try;;
4447esac
4448eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4449$as_echo "$ac_try_echo"; } >&5
4450 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4451 ac_status=$?
4452 if test -s conftest.err; then
4453 sed '10a\
4454... rest of stderr output deleted ...
4455 10q' conftest.err >conftest.er1
4456 cat conftest.er1 >&5
4457 rm -f conftest.er1 conftest.err
4458 fi
4459 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4460 test $ac_status = 0; }
4461done
4462
4463cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4464/* end confdefs.h. */
4465
4466int
4467main ()
4468{
4469
4470 ;
4471 return 0;
4472}
4473_ACEOF
4474ac_clean_files_save=$ac_clean_files
4475ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4476# Try to create an executable without -o first, disregard a.out.
4477# It will help us diagnose broken compilers, and finding out an intuition
4478# of exeext.
4479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4480$as_echo_n "checking for C compiler default output file name... " >&6; }
4481ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4482
4483# The possible output files:
4484ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4485
4486ac_rmfiles=
4487for ac_file in $ac_files
4488do
4489 case $ac_file in
4490 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4491 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4492 esac
4493done
4494rm -f $ac_rmfiles
4495
4496if { { ac_try="$ac_link_default"
4497case "(($ac_try" in
4498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4499 *) ac_try_echo=$ac_try;;
4500esac
4501eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4502$as_echo "$ac_try_echo"; } >&5
4503 (eval "$ac_link_default") 2>&5
4504 ac_status=$?
4505 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4506 test $ac_status = 0; }; then :
4507 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4508# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4509# in a Makefile. We should not override ac_cv_exeext if it was cached,
4510# so that the user can short-circuit this test for compilers unknown to
4511# Autoconf.
4512for ac_file in $ac_files ''
4513do
4514 test -f "$ac_file" || continue
4515 case $ac_file in
4516 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4517 ;;
4518 [ab].out )
4519 # We found the default executable, but exeext='' is most
4520 # certainly right.
4521 break;;
4522 *.* )
4523 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4524 then :; else
4525 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4526 fi
4527 # We set ac_cv_exeext here because the later test for it is not
4528 # safe: cross compilers may not add the suffix if given an `-o'
4529 # argument, so we may need to know it at that point already.
4530 # Even if this section looks crufty: it has the advantage of
4531 # actually working.
4532 break;;
4533 * )
4534 break;;
4535 esac
4536done
4537test "$ac_cv_exeext" = no && ac_cv_exeext=
4538
4539else
4540 ac_file=''
4541fi
4542{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4543$as_echo "$ac_file" >&6; }
4544if test -z "$ac_file"; then :
4545 $as_echo "$as_me: failed program was:" >&5
4546sed 's/^/| /' conftest.$ac_ext >&5
4547
4548{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4549$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4550{ as_fn_set_status 77
4551as_fn_error "C compiler cannot create executables
4552See \`config.log' for more details." "$LINENO" 5; }; }
4553fi
4554ac_exeext=$ac_cv_exeext
4555
4556# Check that the compiler produces executables we can run. If not, either
4557# the compiler is broken, or we cross compile.
4558{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4559$as_echo_n "checking whether the C compiler works... " >&6; }
4560# If not cross compiling, check that we can run a simple program.
4561if test "$cross_compiling" != yes; then
4562 if { ac_try='./$ac_file'
4563 { { case "(($ac_try" in
4564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4565 *) ac_try_echo=$ac_try;;
4566esac
4567eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4568$as_echo "$ac_try_echo"; } >&5
4569 (eval "$ac_try") 2>&5
4570 ac_status=$?
4571 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4572 test $ac_status = 0; }; }; then
4573 cross_compiling=no
4574 else
4575 if test "$cross_compiling" = maybe; then
4576 cross_compiling=yes
4577 else
4578 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4579$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4580as_fn_error "cannot run C compiled programs.
4581If you meant to cross compile, use \`--host'.
4582See \`config.log' for more details." "$LINENO" 5; }
4583 fi
4584 fi
4585fi
4586{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4587$as_echo "yes" >&6; }
4588
4589rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4590ac_clean_files=$ac_clean_files_save
4591# Check that the compiler produces executables we can run. If not, either
4592# the compiler is broken, or we cross compile.
4593{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4594$as_echo_n "checking whether we are cross compiling... " >&6; }
4595{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4596$as_echo "$cross_compiling" >&6; }
4597
4598{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4599$as_echo_n "checking for suffix of executables... " >&6; }
4600if { { ac_try="$ac_link"
4601case "(($ac_try" in
4602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4603 *) ac_try_echo=$ac_try;;
4604esac
4605eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4606$as_echo "$ac_try_echo"; } >&5
4607 (eval "$ac_link") 2>&5
4608 ac_status=$?
4609 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4610 test $ac_status = 0; }; then :
4611 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4612# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4613# work properly (i.e., refer to `conftest.exe'), while it won't with
4614# `rm'.
4615for ac_file in conftest.exe conftest conftest.*; do
4616 test -f "$ac_file" || continue
4617 case $ac_file in
4618 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4619 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4620 break;;
4621 * ) break;;
4622 esac
4623done
4624else
4625 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4626$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4627as_fn_error "cannot compute suffix of executables: cannot compile and link
4628See \`config.log' for more details." "$LINENO" 5; }
4629fi
4630rm -f conftest$ac_cv_exeext
4631{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4632$as_echo "$ac_cv_exeext" >&6; }
4633
4634rm -f conftest.$ac_ext
4635EXEEXT=$ac_cv_exeext
4636ac_exeext=$EXEEXT
4637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4638$as_echo_n "checking for suffix of object files... " >&6; }
4639if test "${ac_cv_objext+set}" = set; then :
4640 $as_echo_n "(cached) " >&6
4641else
4642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4643/* end confdefs.h. */
4644
4645int
4646main ()
4647{
4648
4649 ;
4650 return 0;
4651}
4652_ACEOF
4653rm -f conftest.o conftest.obj
4654if { { ac_try="$ac_compile"
4655case "(($ac_try" in
4656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4657 *) ac_try_echo=$ac_try;;
4658esac
4659eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4660$as_echo "$ac_try_echo"; } >&5
4661 (eval "$ac_compile") 2>&5
4662 ac_status=$?
4663 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4664 test $ac_status = 0; }; then :
4665 for ac_file in conftest.o conftest.obj conftest.*; do
4666 test -f "$ac_file" || continue;
4667 case $ac_file in
4668 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4669 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4670 break;;
4671 esac
4672done
4673else
4674 $as_echo "$as_me: failed program was:" >&5
4675sed 's/^/| /' conftest.$ac_ext >&5
4676
4677{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4678$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4679as_fn_error "cannot compute suffix of object files: cannot compile
4680See \`config.log' for more details." "$LINENO" 5; }
4681fi
4682rm -f conftest.$ac_cv_objext conftest.$ac_ext
4683fi
4684{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4685$as_echo "$ac_cv_objext" >&6; }
4686OBJEXT=$ac_cv_objext
4687ac_objext=$OBJEXT
4688{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4689$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4690if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4691 $as_echo_n "(cached) " >&6
4692else
4693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4694/* end confdefs.h. */
4695
4696int
4697main ()
4698{
4699#ifndef __GNUC__
4700 choke me
4701#endif
4702
4703 ;
4704 return 0;
4705}
4706_ACEOF
4707if ac_fn_c_try_compile "$LINENO"; then :
4708 ac_compiler_gnu=yes
4709else
4710 ac_compiler_gnu=no
4711fi
4712rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4713ac_cv_c_compiler_gnu=$ac_compiler_gnu
4714
4715fi
4716{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4717$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4718if test $ac_compiler_gnu = yes; then
4719 GCC=yes
4720else
4721 GCC=
4722fi
4723ac_test_CFLAGS=${CFLAGS+set}
4724ac_save_CFLAGS=$CFLAGS
4725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4726$as_echo_n "checking whether $CC accepts -g... " >&6; }
4727if test "${ac_cv_prog_cc_g+set}" = set; then :
4728 $as_echo_n "(cached) " >&6
4729else
4730 ac_save_c_werror_flag=$ac_c_werror_flag
4731 ac_c_werror_flag=yes
4732 ac_cv_prog_cc_g=no
4733 CFLAGS="-g"
4734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4735/* end confdefs.h. */
4736
4737int
4738main ()
4739{
4740
4741 ;
4742 return 0;
4743}
4744_ACEOF
4745if ac_fn_c_try_compile "$LINENO"; then :
4746 ac_cv_prog_cc_g=yes
4747else
4748 CFLAGS=""
4749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4750/* end confdefs.h. */
4751
4752int
4753main ()
4754{
4755
4756 ;
4757 return 0;
4758}
4759_ACEOF
4760if ac_fn_c_try_compile "$LINENO"; then :
4761
4762else
4763 ac_c_werror_flag=$ac_save_c_werror_flag
4764 CFLAGS="-g"
4765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4766/* end confdefs.h. */
4767
4768int
4769main ()
4770{
4771
4772 ;
4773 return 0;
4774}
4775_ACEOF
4776if ac_fn_c_try_compile "$LINENO"; then :
4777 ac_cv_prog_cc_g=yes
4778fi
4779rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4780fi
4781rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4782fi
4783rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4784 ac_c_werror_flag=$ac_save_c_werror_flag
4785fi
4786{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4787$as_echo "$ac_cv_prog_cc_g" >&6; }
4788if test "$ac_test_CFLAGS" = set; then
4789 CFLAGS=$ac_save_CFLAGS
4790elif test $ac_cv_prog_cc_g = yes; then
4791 if test "$GCC" = yes; then
4792 CFLAGS="-g -O2"
4793 else
4794 CFLAGS="-g"
4795 fi
4796else
4797 if test "$GCC" = yes; then
4798 CFLAGS="-O2"
4799 else
4800 CFLAGS=
4801 fi
4802fi
4803{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4804$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4805if test "${ac_cv_prog_cc_c89+set}" = set; then :
4806 $as_echo_n "(cached) " >&6
4807else
4808 ac_cv_prog_cc_c89=no
4809ac_save_CC=$CC
4810cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4811/* end confdefs.h. */
4812#include <stdarg.h>
4813#include <stdio.h>
4814#include <sys/types.h>
4815#include <sys/stat.h>
4816/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4817struct buf { int x; };
4818FILE * (*rcsopen) (struct buf *, struct stat *, int);
4819static char *e (p, i)
4820 char **p;
4821 int i;
4822{
4823 return p[i];
4824}
4825static char *f (char * (*g) (char **, int), char **p, ...)
4826{
4827 char *s;
4828 va_list v;
4829 va_start (v,p);
4830 s = g (p, va_arg (v,int));
4831 va_end (v);
4832 return s;
4833}
4834
4835/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4836 function prototypes and stuff, but not '\xHH' hex character constants.
4837 These don't provoke an error unfortunately, instead are silently treated
4838 as 'x'. The following induces an error, until -std is added to get
4839 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4840 array size at least. It's necessary to write '\x00'==0 to get something
4841 that's true only with -std. */
4842int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4843
4844/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4845 inside strings and character constants. */
4846#define FOO(x) 'x'
4847int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4848
4849int test (int i, double x);
4850struct s1 {int (*f) (int a);};
4851struct s2 {int (*f) (double a);};
4852int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4853int argc;
4854char **argv;
4855int
4856main ()
4857{
4858return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4859 ;
4860 return 0;
4861}
4862_ACEOF
4863for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4864 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4865do
4866 CC="$ac_save_CC $ac_arg"
4867 if ac_fn_c_try_compile "$LINENO"; then :
4868 ac_cv_prog_cc_c89=$ac_arg
4869fi
4870rm -f core conftest.err conftest.$ac_objext
4871 test "x$ac_cv_prog_cc_c89" != "xno" && break
4872done
4873rm -f conftest.$ac_ext
4874CC=$ac_save_CC
4875
4876fi
4877# AC_CACHE_VAL
4878case "x$ac_cv_prog_cc_c89" in
4879 x)
4880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4881$as_echo "none needed" >&6; } ;;
4882 xno)
4883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4884$as_echo "unsupported" >&6; } ;;
4885 *)
4886 CC="$CC $ac_cv_prog_cc_c89"
4887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4888$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4889esac
4890if test "x$ac_cv_prog_cc_c89" != xno; then :
4891
4892fi
4893
4894ac_ext=c
4895ac_cpp='$CPP $CPPFLAGS'
4896ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4897ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4898ac_compiler_gnu=$ac_cv_c_compiler_gnu
4899
4900ac_aux_dir=
4901for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4902 for ac_t in install-sh install.sh shtool; do
4903 if test -f "$ac_dir/$ac_t"; then
4904 ac_aux_dir=$ac_dir
4905 ac_install_sh="$ac_aux_dir/$ac_t -c"
4906 break 2
4907 fi
4908 done
4909done
4910if test -z "$ac_aux_dir"; then
4911 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4912fi
4913
4914# These three variables are undocumented and unsupported,
4915# and are intended to be withdrawn in a future Autoconf release.
4916# They can cause serious problems if a builder's source tree is in a directory
4917# whose full name contains unusual characters.
4918ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4919ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4920ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4921
4922
4923# Make sure we can run config.sub.
4924$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4925 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4926
4927{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4928$as_echo_n "checking build system type... " >&6; }
4929if test "${ac_cv_build+set}" = set; then :
4930 $as_echo_n "(cached) " >&6
4931else
4932 ac_build_alias=$build_alias
4933test "x$ac_build_alias" = x &&
4934 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4935test "x$ac_build_alias" = x &&
4936 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4937ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4938 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4939
4940fi
4941{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4942$as_echo "$ac_cv_build" >&6; }
4943case $ac_cv_build in
4944*-*-*) ;;
4945*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4946esac
4947build=$ac_cv_build
4948ac_save_IFS=$IFS; IFS='-'
4949set x $ac_cv_build
4950shift
4951build_cpu=$1
4952build_vendor=$2
4953shift; shift
4954# Remember, the first character of IFS is used to create $*,
4955# except with old shells:
4956build_os=$*
4957IFS=$ac_save_IFS
4958case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4959
4960
4961{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4962$as_echo_n "checking host system type... " >&6; }
4963if test "${ac_cv_host+set}" = set; then :
4964 $as_echo_n "(cached) " >&6
4965else
4966 if test "x$host_alias" = x; then
4967 ac_cv_host=$ac_cv_build
4968else
4969 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4970 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4971fi
4972
4973fi
4974{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4975$as_echo "$ac_cv_host" >&6; }
4976case $ac_cv_host in
4977*-*-*) ;;
4978*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4979esac
4980host=$ac_cv_host
4981ac_save_IFS=$IFS; IFS='-'
4982set x $ac_cv_host
4983shift
4984host_cpu=$1
4985host_vendor=$2
4986shift; shift
4987# Remember, the first character of IFS is used to create $*,
4988# except with old shells:
4989host_os=$*
4990IFS=$ac_save_IFS
4991case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4992
4993
4994{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4995$as_echo_n "checking target system type... " >&6; }
4996if test "${ac_cv_target+set}" = set; then :
4997 $as_echo_n "(cached) " >&6
4998else
4999 if test "x$target_alias" = x; then
5000 ac_cv_target=$ac_cv_host
5001else
5002 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5003 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5004fi
5005
5006fi
5007{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5008$as_echo "$ac_cv_target" >&6; }
5009case $ac_cv_target in
5010*-*-*) ;;
5011*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
5012esac
5013target=$ac_cv_target
5014ac_save_IFS=$IFS; IFS='-'
5015set x $ac_cv_target
5016shift
5017target_cpu=$1
5018target_vendor=$2
5019shift; shift
5020# Remember, the first character of IFS is used to create $*,
5021# except with old shells:
5022target_os=$*
5023IFS=$ac_save_IFS
5024case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5025
5026
5027# The aliases save the names the user supplied, while $host etc.
5028# will get canonicalized.
5029test -n "$target_alias" &&
5030 test "$program_prefix$program_suffix$program_transform_name" = \
5031 NONENONEs,x,x, &&
5032 program_prefix=${target_alias}-
5033
5034ac_ext=c
5035ac_cpp='$CPP $CPPFLAGS'
5036ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5037ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5038ac_compiler_gnu=$ac_cv_c_compiler_gnu
5039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5040$as_echo_n "checking how to run the C preprocessor... " >&6; }
5041# On Suns, sometimes $CPP names a directory.
5042if test -n "$CPP" && test -d "$CPP"; then
5043 CPP=
5044fi
5045if test -z "$CPP"; then
5046 if test "${ac_cv_prog_CPP+set}" = set; then :
5047 $as_echo_n "(cached) " >&6
5048else
5049 # Double quotes because CPP needs to be expanded
5050 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5051 do
5052 ac_preproc_ok=false
5053for ac_c_preproc_warn_flag in '' yes
5054do
5055 # Use a header file that comes with gcc, so configuring glibc
5056 # with a fresh cross-compiler works.
5057 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5058 # <limits.h> exists even on freestanding compilers.
5059 # On the NeXT, cc -E runs the code through the compiler's parser,
5060 # not just through cpp. "Syntax error" is here to catch this case.
5061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5062/* end confdefs.h. */
5063#ifdef __STDC__
5064# include <limits.h>
5065#else
5066# include <assert.h>
5067#endif
5068 Syntax error
5069_ACEOF
5070if ac_fn_c_try_cpp "$LINENO"; then :
5071
5072else
5073 # Broken: fails on valid input.
5074continue
5075fi
5076rm -f conftest.err conftest.$ac_ext
5077
5078 # OK, works on sane cases. Now check whether nonexistent headers
5079 # can be detected and how.
5080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5081/* end confdefs.h. */
5082#include <ac_nonexistent.h>
5083_ACEOF
5084if ac_fn_c_try_cpp "$LINENO"; then :
5085 # Broken: success on invalid input.
5086continue
5087else
5088 # Passes both tests.
5089ac_preproc_ok=:
5090break
5091fi
5092rm -f conftest.err conftest.$ac_ext
5093
5094done
5095# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5096rm -f conftest.err conftest.$ac_ext
5097if $ac_preproc_ok; then :
5098 break
5099fi
5100
5101 done
5102 ac_cv_prog_CPP=$CPP
5103
5104fi
5105 CPP=$ac_cv_prog_CPP
5106else
5107 ac_cv_prog_CPP=$CPP
5108fi
5109{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5110$as_echo "$CPP" >&6; }
5111ac_preproc_ok=false
5112for ac_c_preproc_warn_flag in '' yes
5113do
5114 # Use a header file that comes with gcc, so configuring glibc
5115 # with a fresh cross-compiler works.
5116 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5117 # <limits.h> exists even on freestanding compilers.
5118 # On the NeXT, cc -E runs the code through the compiler's parser,
5119 # not just through cpp. "Syntax error" is here to catch this case.
5120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5121/* end confdefs.h. */
5122#ifdef __STDC__
5123# include <limits.h>
5124#else
5125# include <assert.h>
5126#endif
5127 Syntax error
5128_ACEOF
5129if ac_fn_c_try_cpp "$LINENO"; then :
5130
5131else
5132 # Broken: fails on valid input.
5133continue
5134fi
5135rm -f conftest.err conftest.$ac_ext
5136
5137 # OK, works on sane cases. Now check whether nonexistent headers
5138 # can be detected and how.
5139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5140/* end confdefs.h. */
5141#include <ac_nonexistent.h>
5142_ACEOF
5143if ac_fn_c_try_cpp "$LINENO"; then :
5144 # Broken: success on invalid input.
5145continue
5146else
5147 # Passes both tests.
5148ac_preproc_ok=:
5149break
5150fi
5151rm -f conftest.err conftest.$ac_ext
5152
5153done
5154# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5155rm -f conftest.err conftest.$ac_ext
5156if $ac_preproc_ok; then :
5157
5158else
5159 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5160$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5161as_fn_error "C preprocessor \"$CPP\" fails sanity check
5162See \`config.log' for more details." "$LINENO" 5; }
5163fi
5164
5165ac_ext=c
5166ac_cpp='$CPP $CPPFLAGS'
5167ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5168ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5169ac_compiler_gnu=$ac_cv_c_compiler_gnu
5170
5171
5172{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5173$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5174if test "${ac_cv_path_GREP+set}" = set; then :
5175 $as_echo_n "(cached) " >&6
5176else
5177 if test -z "$GREP"; then
5178 ac_path_GREP_found=false
5179 # Loop through the user's path and test for each of PROGNAME-LIST
5180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5181for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5182do
5183 IFS=$as_save_IFS
5184 test -z "$as_dir" && as_dir=.
5185 for ac_prog in grep ggrep; do
5186 for ac_exec_ext in '' $ac_executable_extensions; do
5187 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5188 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5189# Check for GNU ac_path_GREP and select it if it is found.
5190 # Check for GNU $ac_path_GREP
5191case `"$ac_path_GREP" --version 2>&1` in
5192*GNU*)
5193 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5194*)
5195 ac_count=0
5196 $as_echo_n 0123456789 >"conftest.in"
5197 while :
5198 do
5199 cat "conftest.in" "conftest.in" >"conftest.tmp"
5200 mv "conftest.tmp" "conftest.in"
5201 cp "conftest.in" "conftest.nl"
5202 $as_echo 'GREP' >> "conftest.nl"
5203 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5204 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5205 as_fn_arith $ac_count + 1 && ac_count=$as_val
5206 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5207 # Best one so far, save it but keep looking for a better one
5208 ac_cv_path_GREP="$ac_path_GREP"
5209 ac_path_GREP_max=$ac_count
5210 fi
5211 # 10*(2^10) chars as input seems more than enough
5212 test $ac_count -gt 10 && break
5213 done
5214 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5215esac
5216
5217 $ac_path_GREP_found && break 3
5218 done
5219 done
5220 done
5221IFS=$as_save_IFS
5222 if test -z "$ac_cv_path_GREP"; then
5223 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5224 fi
5225else
5226 ac_cv_path_GREP=$GREP
5227fi
5228
5229fi
5230{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5231$as_echo "$ac_cv_path_GREP" >&6; }
5232 GREP="$ac_cv_path_GREP"
5233
5234
5235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5236$as_echo_n "checking for egrep... " >&6; }
5237if test "${ac_cv_path_EGREP+set}" = set; then :
5238 $as_echo_n "(cached) " >&6
5239else
5240 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5241 then ac_cv_path_EGREP="$GREP -E"
5242 else
5243 if test -z "$EGREP"; then
5244 ac_path_EGREP_found=false
5245 # Loop through the user's path and test for each of PROGNAME-LIST
5246 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5247for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5248do
5249 IFS=$as_save_IFS
5250 test -z "$as_dir" && as_dir=.
5251 for ac_prog in egrep; do
5252 for ac_exec_ext in '' $ac_executable_extensions; do
5253 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5254 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5255# Check for GNU ac_path_EGREP and select it if it is found.
5256 # Check for GNU $ac_path_EGREP
5257case `"$ac_path_EGREP" --version 2>&1` in
5258*GNU*)
5259 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5260*)
5261 ac_count=0
5262 $as_echo_n 0123456789 >"conftest.in"
5263 while :
5264 do
5265 cat "conftest.in" "conftest.in" >"conftest.tmp"
5266 mv "conftest.tmp" "conftest.in"
5267 cp "conftest.in" "conftest.nl"
5268 $as_echo 'EGREP' >> "conftest.nl"
5269 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5270 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5271 as_fn_arith $ac_count + 1 && ac_count=$as_val
5272 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5273 # Best one so far, save it but keep looking for a better one
5274 ac_cv_path_EGREP="$ac_path_EGREP"
5275 ac_path_EGREP_max=$ac_count
5276 fi
5277 # 10*(2^10) chars as input seems more than enough
5278 test $ac_count -gt 10 && break
5279 done
5280 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5281esac
5282
5283 $ac_path_EGREP_found && break 3
5284 done
5285 done
5286 done
5287IFS=$as_save_IFS
5288 if test -z "$ac_cv_path_EGREP"; then
5289 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5290 fi
5291else
5292 ac_cv_path_EGREP=$EGREP
5293fi
5294
5295 fi
5296fi
5297{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5298$as_echo "$ac_cv_path_EGREP" >&6; }
5299 EGREP="$ac_cv_path_EGREP"
5300
5301
5302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5303$as_echo_n "checking for ANSI C header files... " >&6; }
5304if test "${ac_cv_header_stdc+set}" = set; then :
5305 $as_echo_n "(cached) " >&6
5306else
5307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5308/* end confdefs.h. */
5309#include <stdlib.h>
5310#include <stdarg.h>
5311#include <string.h>
5312#include <float.h>
5313
5314int
5315main ()
5316{
5317
5318 ;
5319 return 0;
5320}
5321_ACEOF
5322if ac_fn_c_try_compile "$LINENO"; then :
5323 ac_cv_header_stdc=yes
5324else
5325 ac_cv_header_stdc=no
5326fi
5327rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5328
5329if test $ac_cv_header_stdc = yes; then
5330 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5332/* end confdefs.h. */
5333#include <string.h>
5334
5335_ACEOF
5336if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5337 $EGREP "memchr" >/dev/null 2>&1; then :
5338
5339else
5340 ac_cv_header_stdc=no
5341fi
5342rm -f conftest*
5343
5344fi
5345
5346if test $ac_cv_header_stdc = yes; then
5347 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5349/* end confdefs.h. */
5350#include <stdlib.h>
5351
5352_ACEOF
5353if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5354 $EGREP "free" >/dev/null 2>&1; then :
5355
5356else
5357 ac_cv_header_stdc=no
5358fi
5359rm -f conftest*
5360
5361fi
5362
5363if test $ac_cv_header_stdc = yes; then
5364 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5365 if test "$cross_compiling" = yes; then :
5366 :
5367else
5368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5369/* end confdefs.h. */
5370#include <ctype.h>
5371#include <stdlib.h>
5372#if ((' ' & 0x0FF) == 0x020)
5373# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5374# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5375#else
5376# define ISLOWER(c) \
5377 (('a' <= (c) && (c) <= 'i') \
5378 || ('j' <= (c) && (c) <= 'r') \
5379 || ('s' <= (c) && (c) <= 'z'))
5380# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5381#endif
5382
5383#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5384int
5385main ()
5386{
5387 int i;
5388 for (i = 0; i < 256; i++)
5389 if (XOR (islower (i), ISLOWER (i))
5390 || toupper (i) != TOUPPER (i))
5391 return 2;
5392 return 0;
5393}
5394_ACEOF
5395if ac_fn_c_try_run "$LINENO"; then :
5396
5397else
5398 ac_cv_header_stdc=no
5399fi
5400rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5401 conftest.$ac_objext conftest.beam conftest.$ac_ext
5402fi
5403
5404fi
5405fi
5406{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5407$as_echo "$ac_cv_header_stdc" >&6; }
5408if test $ac_cv_header_stdc = yes; then
5409
5410$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5411
5412fi
5413
5414# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5415for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5416 inttypes.h stdint.h unistd.h
5417do :
5418 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5419ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5420"
5421eval as_val=\$$as_ac_Header
5422 if test "x$as_val" = x""yes; then :
5423 cat >>confdefs.h <<_ACEOF
5424#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5425_ACEOF
5426
5427fi
5428
5429done
5430
5431
5432
5433 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5434if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5435 MINIX=yes
5436else
5437 MINIX=
5438fi
5439
5440
5441 if test "$MINIX" = yes; then
5442
5443$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5444
5445
5446$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5447
5448
5449$as_echo "#define _MINIX 1" >>confdefs.h
5450
5451 fi
5452
5453
5454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5455$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5456if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5457 $as_echo_n "(cached) " >&6
5458else
5459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5460/* end confdefs.h. */
5461
5462# define __EXTENSIONS__ 1
5463 $ac_includes_default
5464int
5465main ()
5466{
5467
5468 ;
5469 return 0;
5470}
5471_ACEOF
5472if ac_fn_c_try_compile "$LINENO"; then :
5473 ac_cv_safe_to_define___extensions__=yes
5474else
5475 ac_cv_safe_to_define___extensions__=no
5476fi
5477rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5478fi
5479{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5480$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5481 test $ac_cv_safe_to_define___extensions__ = yes &&
5482 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5483
5484 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5485
5486 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5487
5488 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5489
5490 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5491
5492
5493test "$program_prefix" != NONE &&
5494 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5495# Use a double $ so make ignores it.
5496test "$program_suffix" != NONE &&
5497 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5498# Double any \ or $.
5499# By default was `s,x,x', remove it if useless.
5500ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5501program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5502
5503# Find a good install program. We prefer a C program (faster),
5504# so one script is as good as another. But avoid the broken or
5505# incompatible versions:
5506# SysV /etc/install, /usr/sbin/install
5507# SunOS /usr/etc/install
5508# IRIX /sbin/install
5509# AIX /bin/install
5510# AmigaOS /C/install, which installs bootblocks on floppy discs
5511# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5512# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5513# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5514# OS/2's system install, which has a completely different semantic
5515# ./install, which can be erroneously created by make from ./install.sh.
5516# Reject install programs that cannot install multiple files.
5517{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5518$as_echo_n "checking for a BSD-compatible install... " >&6; }
5519if test -z "$INSTALL"; then
5520if test "${ac_cv_path_install+set}" = set; then :
5521 $as_echo_n "(cached) " >&6
5522else
5523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5524for as_dir in $PATH
5525do
5526 IFS=$as_save_IFS
5527 test -z "$as_dir" && as_dir=.
5528 # Account for people who put trailing slashes in PATH elements.
5529case $as_dir/ in #((
5530 ./ | .// | /[cC]/* | \
5531 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5532 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5533 /usr/ucb/* ) ;;
5534 *)
5535 # OSF1 and SCO ODT 3.0 have their own names for install.
5536 # Don't use installbsd from OSF since it installs stuff as root
5537 # by default.
5538 for ac_prog in ginstall scoinst install; do
5539 for ac_exec_ext in '' $ac_executable_extensions; do
5540 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5541 if test $ac_prog = install &&
5542 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5543 # AIX install. It has an incompatible calling convention.
5544 :
5545 elif test $ac_prog = install &&
5546 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5547 # program-specific install script used by HP pwplus--don't use.
5548 :
5549 else
5550 rm -rf conftest.one conftest.two conftest.dir
5551 echo one > conftest.one
5552 echo two > conftest.two
5553 mkdir conftest.dir
5554 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5555 test -s conftest.one && test -s conftest.two &&
5556 test -s conftest.dir/conftest.one &&
5557 test -s conftest.dir/conftest.two
5558 then
5559 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5560 break 3
5561 fi
5562 fi
5563 fi
5564 done
5565 done
5566 ;;
5567esac
5568
5569 done
5570IFS=$as_save_IFS
5571
5572rm -rf conftest.one conftest.two conftest.dir
5573
5574fi
5575 if test "${ac_cv_path_install+set}" = set; then
5576 INSTALL=$ac_cv_path_install
5577 else
5578 # As a last resort, use the slow shell script. Don't cache a
5579 # value for INSTALL within a source directory, because that will
5580 # break other packages using the cache if that directory is
5581 # removed, or if the value is a relative name.
5582 INSTALL=$ac_install_sh
5583 fi
5584fi
5585{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5586$as_echo "$INSTALL" >&6; }
5587
5588# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5589# It thinks the first close brace ends the variable substitution.
5590test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5591
5592test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5593
5594test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5595
5596rm -rf .tst 2>/dev/null
5597mkdir .tst 2>/dev/null
5598if test -d .tst; then
5599 am__leading_dot=.
5600else
5601 am__leading_dot=_
5602fi
5603rmdir .tst 2>/dev/null
5604
5605DEPDIR="${am__leading_dot}deps"
5606
5607case `pwd` in
5608 *\ * | *\ *)
5609 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5610$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5611esac
5612
5613
5614
5615macro_version='2.2.7a'
5616macro_revision='1.3134'
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630ltmain="$ac_aux_dir/ltmain.sh"
5631
5632# Backslashify metacharacters that are still active within
5633# double-quoted strings.
5634sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5635
5636# Same as above, but do not quote variable references.
5637double_quote_subst='s/\(["`\\]\)/\\\1/g'
5638
5639# Sed substitution to delay expansion of an escaped shell variable in a
5640# double_quote_subst'ed string.
5641delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5642
5643# Sed substitution to delay expansion of an escaped single quote.
5644delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5645
5646# Sed substitution to avoid accidental globbing in evaled expressions
5647no_glob_subst='s/\*/\\\*/g'
5648
5649ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5650ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5651ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5652
5653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5654$as_echo_n "checking how to print strings... " >&6; }
5655# Test print first, because it will be a builtin if present.
5656if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5657 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5658 ECHO='print -r --'
5659elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5660 ECHO='printf %s\n'
5661else
5662 # Use this function as a fallback that always works.
5663 func_fallback_echo ()
5664 {
5665 eval 'cat <<_LTECHO_EOF
5666$1
5667_LTECHO_EOF'
5668 }
5669 ECHO='func_fallback_echo'
5670fi
5671
5672# func_echo_all arg...
5673# Invoke $ECHO with all args, space-separated.
5674func_echo_all ()
5675{
5676 $ECHO ""
5677}
5678
5679case "$ECHO" in
5680 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5681$as_echo "printf" >&6; } ;;
5682 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5683$as_echo "print -r" >&6; } ;;
5684 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5685$as_echo "cat" >&6; } ;;
5686esac
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5702$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5703if test "${ac_cv_path_SED+set}" = set; then :
5704 $as_echo_n "(cached) " >&6
5705else
5706 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5707 for ac_i in 1 2 3 4 5 6 7; do
5708 ac_script="$ac_script$as_nl$ac_script"
5709 done
5710 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5711 { ac_script=; unset ac_script;}
5712 if test -z "$SED"; then
5713 ac_path_SED_found=false
5714 # Loop through the user's path and test for each of PROGNAME-LIST
5715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5716for as_dir in $PATH
5717do
5718 IFS=$as_save_IFS
5719 test -z "$as_dir" && as_dir=.
5720 for ac_prog in sed gsed; do
5721 for ac_exec_ext in '' $ac_executable_extensions; do
5722 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5723 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5724# Check for GNU ac_path_SED and select it if it is found.
5725 # Check for GNU $ac_path_SED
5726case `"$ac_path_SED" --version 2>&1` in
5727*GNU*)
5728 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5729*)
5730 ac_count=0
5731 $as_echo_n 0123456789 >"conftest.in"
5732 while :
5733 do
5734 cat "conftest.in" "conftest.in" >"conftest.tmp"
5735 mv "conftest.tmp" "conftest.in"
5736 cp "conftest.in" "conftest.nl"
5737 $as_echo '' >> "conftest.nl"
5738 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5739 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5740 as_fn_arith $ac_count + 1 && ac_count=$as_val
5741 if test $ac_count -gt ${ac_path_SED_max-0}; then
5742 # Best one so far, save it but keep looking for a better one
5743 ac_cv_path_SED="$ac_path_SED"
5744 ac_path_SED_max=$ac_count
5745 fi
5746 # 10*(2^10) chars as input seems more than enough
5747 test $ac_count -gt 10 && break
5748 done
5749 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5750esac
5751
5752 $ac_path_SED_found && break 3
5753 done
5754 done
5755 done
5756IFS=$as_save_IFS
5757 if test -z "$ac_cv_path_SED"; then
5758 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5759 fi
5760else
5761 ac_cv_path_SED=$SED
5762fi
5763
5764fi
5765{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5766$as_echo "$ac_cv_path_SED" >&6; }
5767 SED="$ac_cv_path_SED"
5768 rm -f conftest.sed
5769
5770test -z "$SED" && SED=sed
5771Xsed="$SED -e 1s/^X//"
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5784$as_echo_n "checking for fgrep... " >&6; }
5785if test "${ac_cv_path_FGREP+set}" = set; then :
5786 $as_echo_n "(cached) " >&6
5787else
5788 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5789 then ac_cv_path_FGREP="$GREP -F"
5790 else
5791 if test -z "$FGREP"; then
5792 ac_path_FGREP_found=false
5793 # Loop through the user's path and test for each of PROGNAME-LIST
5794 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5795for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5796do
5797 IFS=$as_save_IFS
5798 test -z "$as_dir" && as_dir=.
5799 for ac_prog in fgrep; do
5800 for ac_exec_ext in '' $ac_executable_extensions; do
5801 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5802 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5803# Check for GNU ac_path_FGREP and select it if it is found.
5804 # Check for GNU $ac_path_FGREP
5805case `"$ac_path_FGREP" --version 2>&1` in
5806*GNU*)
5807 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5808*)
5809 ac_count=0
5810 $as_echo_n 0123456789 >"conftest.in"
5811 while :
5812 do
5813 cat "conftest.in" "conftest.in" >"conftest.tmp"
5814 mv "conftest.tmp" "conftest.in"
5815 cp "conftest.in" "conftest.nl"
5816 $as_echo 'FGREP' >> "conftest.nl"
5817 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5818 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5819 as_fn_arith $ac_count + 1 && ac_count=$as_val
5820 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5821 # Best one so far, save it but keep looking for a better one
5822 ac_cv_path_FGREP="$ac_path_FGREP"
5823 ac_path_FGREP_max=$ac_count
5824 fi
5825 # 10*(2^10) chars as input seems more than enough
5826 test $ac_count -gt 10 && break
5827 done
5828 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5829esac
5830
5831 $ac_path_FGREP_found && break 3
5832 done
5833 done
5834 done
5835IFS=$as_save_IFS
5836 if test -z "$ac_cv_path_FGREP"; then
5837 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5838 fi
5839else
5840 ac_cv_path_FGREP=$FGREP
5841fi
5842
5843 fi
5844fi
5845{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5846$as_echo "$ac_cv_path_FGREP" >&6; }
5847 FGREP="$ac_cv_path_FGREP"
5848
5849
5850test -z "$GREP" && GREP=grep
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870# Check whether --with-gnu-ld was given.
5871if test "${with_gnu_ld+set}" = set; then :
5872 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5873else
5874 with_gnu_ld=no
5875fi
5876
5877ac_prog=ld
5878if test "$GCC" = yes; then
5879 # Check if gcc -print-prog-name=ld gives a path.
5880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5881$as_echo_n "checking for ld used by $CC... " >&6; }
5882 case $host in
5883 *-*-mingw*)
5884 # gcc leaves a trailing carriage return which upsets mingw
5885 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5886 *)
5887 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5888 esac
5889 case $ac_prog in
5890 # Accept absolute paths.
5891 [\\/]* | ?:[\\/]*)
5892 re_direlt='/[^/][^/]*/\.\./'
5893 # Canonicalize the pathname of ld
5894 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5895 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5896 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5897 done
5898 test -z "$LD" && LD="$ac_prog"
5899 ;;
5900 "")
5901 # If it fails, then pretend we aren't using GCC.
5902 ac_prog=ld
5903 ;;
5904 *)
5905 # If it is relative, then search for the first ld in PATH.
5906 with_gnu_ld=unknown
5907 ;;
5908 esac
5909elif test "$with_gnu_ld" = yes; then
5910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5911$as_echo_n "checking for GNU ld... " >&6; }
5912else
5913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5914$as_echo_n "checking for non-GNU ld... " >&6; }
5915fi
5916if test "${lt_cv_path_LD+set}" = set; then :
5917 $as_echo_n "(cached) " >&6
5918else
5919 if test -z "$LD"; then
5920 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5921 for ac_dir in $PATH; do
5922 IFS="$lt_save_ifs"
5923 test -z "$ac_dir" && ac_dir=.
5924 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5925 lt_cv_path_LD="$ac_dir/$ac_prog"
5926 # Check to see if the program is GNU ld. I'd rather use --version,
5927 # but apparently some variants of GNU ld only accept -v.
5928 # Break only if it was the GNU/non-GNU ld that we prefer.
5929 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5930 *GNU* | *'with BFD'*)
5931 test "$with_gnu_ld" != no && break
5932 ;;
5933 *)
5934 test "$with_gnu_ld" != yes && break
5935 ;;
5936 esac
5937 fi
5938 done
5939 IFS="$lt_save_ifs"
5940else
5941 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5942fi
5943fi
5944
5945LD="$lt_cv_path_LD"
5946if test -n "$LD"; then
5947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5948$as_echo "$LD" >&6; }
5949else
5950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5951$as_echo "no" >&6; }
5952fi
5953test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5955$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5956if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5957 $as_echo_n "(cached) " >&6
5958else
5959 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5960case `$LD -v 2>&1 </dev/null` in
5961*GNU* | *'with BFD'*)
5962 lt_cv_prog_gnu_ld=yes
5963 ;;
5964*)
5965 lt_cv_prog_gnu_ld=no
5966 ;;
5967esac
5968fi
5969{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5970$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5971with_gnu_ld=$lt_cv_prog_gnu_ld
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5982$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5983if test "${lt_cv_path_NM+set}" = set; then :
5984 $as_echo_n "(cached) " >&6
5985else
5986 if test -n "$NM"; then
5987 # Let the user override the test.
5988 lt_cv_path_NM="$NM"
5989else
5990 lt_nm_to_check="${ac_tool_prefix}nm"
5991 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5992 lt_nm_to_check="$lt_nm_to_check nm"
5993 fi
5994 for lt_tmp_nm in $lt_nm_to_check; do
5995 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5996 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5997 IFS="$lt_save_ifs"
5998 test -z "$ac_dir" && ac_dir=.
5999 tmp_nm="$ac_dir/$lt_tmp_nm"
6000 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6001 # Check to see if the nm accepts a BSD-compat flag.
6002 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6003 # nm: unknown option "B" ignored
6004 # Tru64's nm complains that /dev/null is an invalid object file
6005 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6006 */dev/null* | *'Invalid file or object type'*)
6007 lt_cv_path_NM="$tmp_nm -B"
6008 break
6009 ;;
6010 *)
6011 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6012 */dev/null*)
6013 lt_cv_path_NM="$tmp_nm -p"
6014 break
6015 ;;
6016 *)
6017 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6018 continue # so that we can try to find one that supports BSD flags
6019 ;;
6020 esac
6021 ;;
6022 esac
6023 fi
6024 done
6025 IFS="$lt_save_ifs"
6026 done
6027 : ${lt_cv_path_NM=no}
6028fi
6029fi
6030{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6031$as_echo "$lt_cv_path_NM" >&6; }
6032if test "$lt_cv_path_NM" != "no"; then
6033 NM="$lt_cv_path_NM"
6034else
6035 # Didn't find any BSD compatible name lister, look for dumpbin.
6036 if test -n "$DUMPBIN"; then :
6037 # Let the user override the test.
6038 else
6039 if test -n "$ac_tool_prefix"; then
6040 for ac_prog in dumpbin "link -dump"
6041 do
6042 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6043set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6044{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6045$as_echo_n "checking for $ac_word... " >&6; }
6046if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6047 $as_echo_n "(cached) " >&6
6048else
6049 if test -n "$DUMPBIN"; then
6050 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6051else
6052as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6053for as_dir in $PATH
6054do
6055 IFS=$as_save_IFS
6056 test -z "$as_dir" && as_dir=.
6057 for ac_exec_ext in '' $ac_executable_extensions; do
6058 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6059 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6060 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6061 break 2
6062 fi
6063done
6064 done
6065IFS=$as_save_IFS
6066
6067fi
6068fi
6069DUMPBIN=$ac_cv_prog_DUMPBIN
6070if test -n "$DUMPBIN"; then
6071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6072$as_echo "$DUMPBIN" >&6; }
6073else
6074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6075$as_echo "no" >&6; }
6076fi
6077
6078
6079 test -n "$DUMPBIN" && break
6080 done
6081fi
6082if test -z "$DUMPBIN"; then
6083 ac_ct_DUMPBIN=$DUMPBIN
6084 for ac_prog in dumpbin "link -dump"
6085do
6086 # Extract the first word of "$ac_prog", so it can be a program name with args.
6087set dummy $ac_prog; ac_word=$2
6088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6089$as_echo_n "checking for $ac_word... " >&6; }
6090if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6091 $as_echo_n "(cached) " >&6
6092else
6093 if test -n "$ac_ct_DUMPBIN"; then
6094 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6095else
6096as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6097for as_dir in $PATH
6098do
6099 IFS=$as_save_IFS
6100 test -z "$as_dir" && as_dir=.
6101 for ac_exec_ext in '' $ac_executable_extensions; do
6102 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6103 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6104 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6105 break 2
6106 fi
6107done
6108 done
6109IFS=$as_save_IFS
6110
6111fi
6112fi
6113ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6114if test -n "$ac_ct_DUMPBIN"; then
6115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6116$as_echo "$ac_ct_DUMPBIN" >&6; }
6117else
6118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6119$as_echo "no" >&6; }
6120fi
6121
6122
6123 test -n "$ac_ct_DUMPBIN" && break
6124done
6125
6126 if test "x$ac_ct_DUMPBIN" = x; then
6127 DUMPBIN=":"
6128 else
6129 case $cross_compiling:$ac_tool_warned in
6130yes:)
6131{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6132$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6133ac_tool_warned=yes ;;
6134esac
6135 DUMPBIN=$ac_ct_DUMPBIN
6136 fi
6137fi
6138
6139 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6140 *COFF*)
6141 DUMPBIN="$DUMPBIN -symbols"
6142 ;;
6143 *)
6144 DUMPBIN=:
6145 ;;
6146 esac
6147 fi
6148
6149 if test "$DUMPBIN" != ":"; then
6150 NM="$DUMPBIN"
6151 fi
6152fi
6153test -z "$NM" && NM=nm
6154
6155
6156
6157
6158
6159
6160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6161$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6162if test "${lt_cv_nm_interface+set}" = set; then :
6163 $as_echo_n "(cached) " >&6
6164else
6165 lt_cv_nm_interface="BSD nm"
6166 echo "int some_variable = 0;" > conftest.$ac_ext
6167 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6168 (eval "$ac_compile" 2>conftest.err)
6169 cat conftest.err >&5
6170 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6171 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6172 cat conftest.err >&5
6173 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6174 cat conftest.out >&5
6175 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6176 lt_cv_nm_interface="MS dumpbin"
6177 fi
6178 rm -f conftest*
6179fi
6180{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6181$as_echo "$lt_cv_nm_interface" >&6; }
6182
6183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6184$as_echo_n "checking whether ln -s works... " >&6; }
6185LN_S=$as_ln_s
6186if test "$LN_S" = "ln -s"; then
6187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6188$as_echo "yes" >&6; }
6189else
6190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6191$as_echo "no, using $LN_S" >&6; }
6192fi
6193
6194# find the maximum length of command line arguments
6195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6196$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6197if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6198 $as_echo_n "(cached) " >&6
6199else
6200 i=0
6201 teststring="ABCD"
6202
6203 case $build_os in
6204 msdosdjgpp*)
6205 # On DJGPP, this test can blow up pretty badly due to problems in libc
6206 # (any single argument exceeding 2000 bytes causes a buffer overrun
6207 # during glob expansion). Even if it were fixed, the result of this
6208 # check would be larger than it should be.
6209 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6210 ;;
6211
6212 gnu*)
6213 # Under GNU Hurd, this test is not required because there is
6214 # no limit to the length of command line arguments.
6215 # Libtool will interpret -1 as no limit whatsoever
6216 lt_cv_sys_max_cmd_len=-1;
6217 ;;
6218
6219 cygwin* | mingw* | cegcc*)
6220 # On Win9x/ME, this test blows up -- it succeeds, but takes
6221 # about 5 minutes as the teststring grows exponentially.
6222 # Worse, since 9x/ME are not pre-emptively multitasking,
6223 # you end up with a "frozen" computer, even though with patience
6224 # the test eventually succeeds (with a max line length of 256k).
6225 # Instead, let's just punt: use the minimum linelength reported by
6226 # all of the supported platforms: 8192 (on NT/2K/XP).
6227 lt_cv_sys_max_cmd_len=8192;
6228 ;;
6229
6230 mint*)
6231 # On MiNT this can take a long time and run out of memory.
6232 lt_cv_sys_max_cmd_len=8192;
6233 ;;
6234
6235 amigaos*)
6236 # On AmigaOS with pdksh, this test takes hours, literally.
6237 # So we just punt and use a minimum line length of 8192.
6238 lt_cv_sys_max_cmd_len=8192;
6239 ;;
6240
6241 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6242 # This has been around since 386BSD, at least. Likely further.
6243 if test -x /sbin/sysctl; then
6244 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6245 elif test -x /usr/sbin/sysctl; then
6246 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6247 else
6248 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6249 fi
6250 # And add a safety zone
6251 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6252 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6253 ;;
6254
6255 interix*)
6256 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6257 lt_cv_sys_max_cmd_len=196608
6258 ;;
6259
6260 osf*)
6261 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6262 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6263 # nice to cause kernel panics so lets avoid the loop below.
6264 # First set a reasonable default.
6265 lt_cv_sys_max_cmd_len=16384
6266 #
6267 if test -x /sbin/sysconfig; then
6268 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6269 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6270 esac
6271 fi
6272 ;;
6273 sco3.2v5*)
6274 lt_cv_sys_max_cmd_len=102400
6275 ;;
6276 sysv5* | sco5v6* | sysv4.2uw2*)
6277 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6278 if test -n "$kargmax"; then
6279 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6280 else
6281 lt_cv_sys_max_cmd_len=32768
6282 fi
6283 ;;
6284 *)
6285 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6286 if test -n "$lt_cv_sys_max_cmd_len"; then
6287 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6288 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6289 else
6290 # Make teststring a little bigger before we do anything with it.
6291 # a 1K string should be a reasonable start.
6292 for i in 1 2 3 4 5 6 7 8 ; do
6293 teststring=$teststring$teststring
6294 done
6295 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6296 # If test is not a shell built-in, we'll probably end up computing a
6297 # maximum length that is only half of the actual maximum length, but
6298 # we can't tell.
6299 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6300 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6301 test $i != 17 # 1/2 MB should be enough
6302 do
6303 i=`expr $i + 1`
6304 teststring=$teststring$teststring
6305 done
6306 # Only check the string length outside the loop.
6307 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6308 teststring=
6309 # Add a significant safety factor because C++ compilers can tack on
6310 # massive amounts of additional arguments before passing them to the
6311 # linker. It appears as though 1/2 is a usable value.
6312 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6313 fi
6314 ;;
6315 esac
6316
6317fi
6318
6319if test -n $lt_cv_sys_max_cmd_len ; then
6320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6321$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6322else
6323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6324$as_echo "none" >&6; }
6325fi
6326max_cmd_len=$lt_cv_sys_max_cmd_len
6327
6328
6329
6330
6331
6332
6333: ${CP="cp -f"}
6334: ${MV="mv -f"}
6335: ${RM="rm -f"}
6336
6337{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6338$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6339# Try some XSI features
6340xsi_shell=no
6341( _lt_dummy="a/b/c"
6342 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6343 = c,a/b,, \
6344 && eval 'test $(( 1 + 1 )) -eq 2 \
6345 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6346 && xsi_shell=yes
6347{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6348$as_echo "$xsi_shell" >&6; }
6349
6350
6351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6352$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6353lt_shell_append=no
6354( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6355 >/dev/null 2>&1 \
6356 && lt_shell_append=yes
6357{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6358$as_echo "$lt_shell_append" >&6; }
6359
6360
6361if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6362 lt_unset=unset
6363else
6364 lt_unset=false
6365fi
6366
6367
6368
6369
6370
6371# test EBCDIC or ASCII
6372case `echo X|tr X '\101'` in
6373 A) # ASCII based system
6374 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6375 lt_SP2NL='tr \040 \012'
6376 lt_NL2SP='tr \015\012 \040\040'
6377 ;;
6378 *) # EBCDIC based system
6379 lt_SP2NL='tr \100 \n'
6380 lt_NL2SP='tr \r\n \100\100'
6381 ;;
6382esac
6383
6384
6385
6386
6387
6388
6389
6390
6391
6392{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6393$as_echo_n "checking for $LD option to reload object files... " >&6; }
6394if test "${lt_cv_ld_reload_flag+set}" = set; then :
6395 $as_echo_n "(cached) " >&6
6396else
6397 lt_cv_ld_reload_flag='-r'
6398fi
6399{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6400$as_echo "$lt_cv_ld_reload_flag" >&6; }
6401reload_flag=$lt_cv_ld_reload_flag
6402case $reload_flag in
6403"" | " "*) ;;
6404*) reload_flag=" $reload_flag" ;;
6405esac
6406reload_cmds='$LD$reload_flag -o $output$reload_objs'
6407case $host_os in
6408 darwin*)
6409 if test "$GCC" = yes; then
6410 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6411 else
6412 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6413 fi
6414 ;;
6415esac
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425if test -n "$ac_tool_prefix"; then
6426 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6427set dummy ${ac_tool_prefix}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_OBJDUMP+set}" = set; then :
6431 $as_echo_n "(cached) " >&6
6432else
6433 if test -n "$OBJDUMP"; then
6434 ac_cv_prog_OBJDUMP="$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_OBJDUMP="${ac_tool_prefix}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
6453OBJDUMP=$ac_cv_prog_OBJDUMP
6454if test -n "$OBJDUMP"; then
6455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6456$as_echo "$OBJDUMP" >&6; }
6457else
6458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6459$as_echo "no" >&6; }
6460fi
6461
6462
6463fi
6464if test -z "$ac_cv_prog_OBJDUMP"; then
6465 ac_ct_OBJDUMP=$OBJDUMP
6466 # Extract the first word of "objdump", so it can be a program name with args.
6467set dummy objdump; ac_word=$2
6468{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6469$as_echo_n "checking for $ac_word... " >&6; }
6470if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6471 $as_echo_n "(cached) " >&6
6472else
6473 if test -n "$ac_ct_OBJDUMP"; then
6474 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6475else
6476as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6477for as_dir in $PATH
6478do
6479 IFS=$as_save_IFS
6480 test -z "$as_dir" && as_dir=.
6481 for ac_exec_ext in '' $ac_executable_extensions; do
6482 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6483 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6484 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6485 break 2
6486 fi
6487done
6488 done
6489IFS=$as_save_IFS
6490
6491fi
6492fi
6493ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6494if test -n "$ac_ct_OBJDUMP"; then
6495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6496$as_echo "$ac_ct_OBJDUMP" >&6; }
6497else
6498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6499$as_echo "no" >&6; }
6500fi
6501
6502 if test "x$ac_ct_OBJDUMP" = x; then
6503 OBJDUMP="false"
6504 else
6505 case $cross_compiling:$ac_tool_warned in
6506yes:)
6507{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6508$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6509ac_tool_warned=yes ;;
6510esac
6511 OBJDUMP=$ac_ct_OBJDUMP
6512 fi
6513else
6514 OBJDUMP="$ac_cv_prog_OBJDUMP"
6515fi
6516
6517test -z "$OBJDUMP" && OBJDUMP=objdump
6518
6519
6520
6521
6522
6523
6524
6525
6526
6527{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6528$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6529if test "${lt_cv_deplibs_check_method+set}" = set; then :
6530 $as_echo_n "(cached) " >&6
6531else
6532 lt_cv_file_magic_cmd='$MAGIC_CMD'
6533lt_cv_file_magic_test_file=
6534lt_cv_deplibs_check_method='unknown'
6535# Need to set the preceding variable on all platforms that support
6536# interlibrary dependencies.
6537# 'none' -- dependencies not supported.
6538# `unknown' -- same as none, but documents that we really don't know.
6539# 'pass_all' -- all dependencies passed with no checks.
6540# 'test_compile' -- check by making test program.
6541# 'file_magic [[regex]]' -- check by looking for files in library path
6542# which responds to the $file_magic_cmd with a given extended regex.
6543# If you have `file' or equivalent on your system and you're not sure
6544# whether `pass_all' will *always* work, you probably want this one.
6545
6546case $host_os in
6547aix[4-9]*)
6548 lt_cv_deplibs_check_method=pass_all
6549 ;;
6550
6551beos*)
6552 lt_cv_deplibs_check_method=pass_all
6553 ;;
6554
6555bsdi[45]*)
6556 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6557 lt_cv_file_magic_cmd='/usr/bin/file -L'
6558 lt_cv_file_magic_test_file=/shlib/libc.so
6559 ;;
6560
6561cygwin*)
6562 # func_win32_libid is a shell function defined in ltmain.sh
6563 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6564 lt_cv_file_magic_cmd='func_win32_libid'
6565 ;;
6566
6567mingw* | pw32*)
6568 # Base MSYS/MinGW do not provide the 'file' command needed by
6569 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6570 # unless we find 'file', for example because we are cross-compiling.
6571 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6572 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6573 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6574 lt_cv_file_magic_cmd='func_win32_libid'
6575 else
6576 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6577 lt_cv_file_magic_cmd='$OBJDUMP -f'
6578 fi
6579 ;;
6580
6581cegcc*)
6582 # use the weaker test based on 'objdump'. See mingw*.
6583 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6584 lt_cv_file_magic_cmd='$OBJDUMP -f'
6585 ;;
6586
6587darwin* | rhapsody*)
6588 lt_cv_deplibs_check_method=pass_all
6589 ;;
6590
6591freebsd* | dragonfly*)
6592 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6593 case $host_cpu in
6594 i*86 )
6595 # Not sure whether the presence of OpenBSD here was a mistake.
6596 # Let's accept both of them until this is cleared up.
6597 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6598 lt_cv_file_magic_cmd=/usr/bin/file
6599 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6600 ;;
6601 esac
6602 else
6603 lt_cv_deplibs_check_method=pass_all
6604 fi
6605 ;;
6606
6607gnu*)
6608 lt_cv_deplibs_check_method=pass_all
6609 ;;
6610
6611haiku*)
6612 lt_cv_deplibs_check_method=pass_all
6613 ;;
6614
6615hpux10.20* | hpux11*)
6616 lt_cv_file_magic_cmd=/usr/bin/file
6617 case $host_cpu in
6618 ia64*)
6619 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6620 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6621 ;;
6622 hppa*64*)
6623 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]'
6624 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6625 ;;
6626 *)
6627 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6628 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6629 ;;
6630 esac
6631 ;;
6632
6633interix[3-9]*)
6634 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6635 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6636 ;;
6637
6638irix5* | irix6* | nonstopux*)
6639 case $LD in
6640 *-32|*"-32 ") libmagic=32-bit;;
6641 *-n32|*"-n32 ") libmagic=N32;;
6642 *-64|*"-64 ") libmagic=64-bit;;
6643 *) libmagic=never-match;;
6644 esac
6645 lt_cv_deplibs_check_method=pass_all
6646 ;;
6647
6648# This must be Linux ELF.
6649linux* | k*bsd*-gnu | kopensolaris*-gnu)
6650 lt_cv_deplibs_check_method=pass_all
6651 ;;
6652
6653netbsd*)
6654 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6655 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6656 else
6657 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6658 fi
6659 ;;
6660
6661newos6*)
6662 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6663 lt_cv_file_magic_cmd=/usr/bin/file
6664 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6665 ;;
6666
6667*nto* | *qnx*)
6668 lt_cv_deplibs_check_method=pass_all
6669 ;;
6670
6671openbsd*)
6672 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6673 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6674 else
6675 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6676 fi
6677 ;;
6678
6679osf3* | osf4* | osf5*)
6680 lt_cv_deplibs_check_method=pass_all
6681 ;;
6682
6683rdos*)
6684 lt_cv_deplibs_check_method=pass_all
6685 ;;
6686
6687solaris*)
6688 lt_cv_deplibs_check_method=pass_all
6689 ;;
6690
6691sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6692 lt_cv_deplibs_check_method=pass_all
6693 ;;
6694
6695sysv4 | sysv4.3*)
6696 case $host_vendor in
6697 motorola)
6698 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]'
6699 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6700 ;;
6701 ncr)
6702 lt_cv_deplibs_check_method=pass_all
6703 ;;
6704 sequent)
6705 lt_cv_file_magic_cmd='/bin/file'
6706 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6707 ;;
6708 sni)
6709 lt_cv_file_magic_cmd='/bin/file'
6710 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6711 lt_cv_file_magic_test_file=/lib/libc.so
6712 ;;
6713 siemens)
6714 lt_cv_deplibs_check_method=pass_all
6715 ;;
6716 pc)
6717 lt_cv_deplibs_check_method=pass_all
6718 ;;
6719 esac
6720 ;;
6721
6722tpf*)
6723 lt_cv_deplibs_check_method=pass_all
6724 ;;
6725esac
6726
6727fi
6728{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6729$as_echo "$lt_cv_deplibs_check_method" >&6; }
6730file_magic_cmd=$lt_cv_file_magic_cmd
6731deplibs_check_method=$lt_cv_deplibs_check_method
6732test -z "$deplibs_check_method" && deplibs_check_method=unknown
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745if test -n "$ac_tool_prefix"; then
6746 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6747set dummy ${ac_tool_prefix}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_AR+set}" = set; then :
6751 $as_echo_n "(cached) " >&6
6752else
6753 if test -n "$AR"; then
6754 ac_cv_prog_AR="$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_AR="${ac_tool_prefix}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
6773AR=$ac_cv_prog_AR
6774if test -n "$AR"; then
6775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6776$as_echo "$AR" >&6; }
6777else
6778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6779$as_echo "no" >&6; }
6780fi
6781
6782
6783fi
6784if test -z "$ac_cv_prog_AR"; then
6785 ac_ct_AR=$AR
6786 # Extract the first word of "ar", so it can be a program name with args.
6787set dummy ar; ac_word=$2
6788{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6789$as_echo_n "checking for $ac_word... " >&6; }
6790if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6791 $as_echo_n "(cached) " >&6
6792else
6793 if test -n "$ac_ct_AR"; then
6794 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6795else
6796as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6797for as_dir in $PATH
6798do
6799 IFS=$as_save_IFS
6800 test -z "$as_dir" && as_dir=.
6801 for ac_exec_ext in '' $ac_executable_extensions; do
6802 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6803 ac_cv_prog_ac_ct_AR="ar"
6804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6805 break 2
6806 fi
6807done
6808 done
6809IFS=$as_save_IFS
6810
6811fi
6812fi
6813ac_ct_AR=$ac_cv_prog_ac_ct_AR
6814if test -n "$ac_ct_AR"; then
6815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6816$as_echo "$ac_ct_AR" >&6; }
6817else
6818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6819$as_echo "no" >&6; }
6820fi
6821
6822 if test "x$ac_ct_AR" = x; then
6823 AR="false"
6824 else
6825 case $cross_compiling:$ac_tool_warned in
6826yes:)
6827{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6828$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6829ac_tool_warned=yes ;;
6830esac
6831 AR=$ac_ct_AR
6832 fi
6833else
6834 AR="$ac_cv_prog_AR"
6835fi
6836
6837test -z "$AR" && AR=ar
6838test -z "$AR_FLAGS" && AR_FLAGS=cru
6839
6840
6841
6842
6843
6844
6845
6846
6847
6848
6849
6850if test -n "$ac_tool_prefix"; then
6851 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6852set dummy ${ac_tool_prefix}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_STRIP+set}" = set; then :
6856 $as_echo_n "(cached) " >&6
6857else
6858 if test -n "$STRIP"; then
6859 ac_cv_prog_STRIP="$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_STRIP="${ac_tool_prefix}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
6878STRIP=$ac_cv_prog_STRIP
6879if test -n "$STRIP"; then
6880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6881$as_echo "$STRIP" >&6; }
6882else
6883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6884$as_echo "no" >&6; }
6885fi
6886
6887
6888fi
6889if test -z "$ac_cv_prog_STRIP"; then
6890 ac_ct_STRIP=$STRIP
6891 # Extract the first word of "strip", so it can be a program name with args.
6892set dummy strip; ac_word=$2
6893{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6894$as_echo_n "checking for $ac_word... " >&6; }
6895if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6896 $as_echo_n "(cached) " >&6
6897else
6898 if test -n "$ac_ct_STRIP"; then
6899 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6900else
6901as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6902for as_dir in $PATH
6903do
6904 IFS=$as_save_IFS
6905 test -z "$as_dir" && as_dir=.
6906 for ac_exec_ext in '' $ac_executable_extensions; do
6907 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6908 ac_cv_prog_ac_ct_STRIP="strip"
6909 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6910 break 2
6911 fi
6912done
6913 done
6914IFS=$as_save_IFS
6915
6916fi
6917fi
6918ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6919if test -n "$ac_ct_STRIP"; then
6920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6921$as_echo "$ac_ct_STRIP" >&6; }
6922else
6923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6924$as_echo "no" >&6; }
6925fi
6926
6927 if test "x$ac_ct_STRIP" = x; then
6928 STRIP=":"
6929 else
6930 case $cross_compiling:$ac_tool_warned in
6931yes:)
6932{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6933$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6934ac_tool_warned=yes ;;
6935esac
6936 STRIP=$ac_ct_STRIP
6937 fi
6938else
6939 STRIP="$ac_cv_prog_STRIP"
6940fi
6941
6942test -z "$STRIP" && STRIP=:
6943
6944
6945
6946
6947
6948
6949if test -n "$ac_tool_prefix"; then
6950 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6951set dummy ${ac_tool_prefix}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_RANLIB+set}" = set; then :
6955 $as_echo_n "(cached) " >&6
6956else
6957 if test -n "$RANLIB"; then
6958 ac_cv_prog_RANLIB="$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_RANLIB="${ac_tool_prefix}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
6977RANLIB=$ac_cv_prog_RANLIB
6978if test -n "$RANLIB"; then
6979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6980$as_echo "$RANLIB" >&6; }
6981else
6982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6983$as_echo "no" >&6; }
6984fi
6985
6986
6987fi
6988if test -z "$ac_cv_prog_RANLIB"; then
6989 ac_ct_RANLIB=$RANLIB
6990 # Extract the first word of "ranlib", so it can be a program name with args.
6991set dummy ranlib; ac_word=$2
6992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6993$as_echo_n "checking for $ac_word... " >&6; }
6994if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6995 $as_echo_n "(cached) " >&6
6996else
6997 if test -n "$ac_ct_RANLIB"; then
6998 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6999else
7000as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7001for as_dir in $PATH
7002do
7003 IFS=$as_save_IFS
7004 test -z "$as_dir" && as_dir=.
7005 for ac_exec_ext in '' $ac_executable_extensions; do
7006 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7007 ac_cv_prog_ac_ct_RANLIB="ranlib"
7008 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7009 break 2
7010 fi
7011done
7012 done
7013IFS=$as_save_IFS
7014
7015fi
7016fi
7017ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7018if test -n "$ac_ct_RANLIB"; then
7019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7020$as_echo "$ac_ct_RANLIB" >&6; }
7021else
7022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7023$as_echo "no" >&6; }
7024fi
7025
7026 if test "x$ac_ct_RANLIB" = x; then
7027 RANLIB=":"
7028 else
7029 case $cross_compiling:$ac_tool_warned in
7030yes:)
7031{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7032$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7033ac_tool_warned=yes ;;
7034esac
7035 RANLIB=$ac_ct_RANLIB
7036 fi
7037else
7038 RANLIB="$ac_cv_prog_RANLIB"
7039fi
7040
7041test -z "$RANLIB" && RANLIB=:
7042
7043
7044
7045
7046
7047
7048# Determine commands to create old-style static archives.
7049old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7050old_postinstall_cmds='chmod 644 $oldlib'
7051old_postuninstall_cmds=
7052
7053if test -n "$RANLIB"; then
7054 case $host_os in
7055 openbsd*)
7056 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7057 ;;
7058 *)
7059 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7060 ;;
7061 esac
7062 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7063fi
7064
7065case $host_os in
7066 darwin*)
7067 lock_old_archive_extraction=yes ;;
7068 *)
7069 lock_old_archive_extraction=no ;;
7070esac
7071
7072
7073
7074
7075
7076
7077
7078
7079
7080
7081
7082
7083
7084
7085
7086
7087
7088
7089
7090
7091
7092for ac_prog in gawk mawk nawk awk
7093do
7094 # Extract the first word of "$ac_prog", so it can be a program name with args.
7095set dummy $ac_prog; ac_word=$2
7096{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7097$as_echo_n "checking for $ac_word... " >&6; }
7098if test "${ac_cv_prog_AWK+set}" = set; then :
7099 $as_echo_n "(cached) " >&6
7100else
7101 if test -n "$AWK"; then
7102 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7103else
7104as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7105for as_dir in $PATH
7106do
7107 IFS=$as_save_IFS
7108 test -z "$as_dir" && as_dir=.
7109 for ac_exec_ext in '' $ac_executable_extensions; do
7110 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7111 ac_cv_prog_AWK="$ac_prog"
7112 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7113 break 2
7114 fi
7115done
7116 done
7117IFS=$as_save_IFS
7118
7119fi
7120fi
7121AWK=$ac_cv_prog_AWK
7122if test -n "$AWK"; then
7123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7124$as_echo "$AWK" >&6; }
7125else
7126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7127$as_echo "no" >&6; }
7128fi
7129
7130
7131 test -n "$AWK" && break
7132done
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152# If no C compiler was specified, use CC.
7153LTCC=${LTCC-"$CC"}
7154
7155# If no C compiler flags were specified, use CFLAGS.
7156LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7157
7158# Allow CC to be a program name with arguments.
7159compiler=$CC
7160
7161
7162# Check for command to grab the raw symbol name followed by C symbol from nm.
7163{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7164$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7165if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7166 $as_echo_n "(cached) " >&6
7167else
7168
7169# These are sane defaults that work on at least a few old systems.
7170# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7171
7172# Character class describing NM global symbol codes.
7173symcode='[BCDEGRST]'
7174
7175# Regexp to match symbols that can be accessed directly from C.
7176sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7177
7178# Define system-specific variables.
7179case $host_os in
7180aix*)
7181 symcode='[BCDT]'
7182 ;;
7183cygwin* | mingw* | pw32* | cegcc*)
7184 symcode='[ABCDGISTW]'
7185 ;;
7186hpux*)
7187 if test "$host_cpu" = ia64; then
7188 symcode='[ABCDEGRST]'
7189 fi
7190 ;;
7191irix* | nonstopux*)
7192 symcode='[BCDEGRST]'
7193 ;;
7194osf*)
7195 symcode='[BCDEGQRST]'
7196 ;;
7197solaris*)
7198 symcode='[BDRT]'
7199 ;;
7200sco3.2v5*)
7201 symcode='[DT]'
7202 ;;
7203sysv4.2uw2*)
7204 symcode='[DT]'
7205 ;;
7206sysv5* | sco5v6* | unixware* | OpenUNIX*)
7207 symcode='[ABDT]'
7208 ;;
7209sysv4)
7210 symcode='[DFNSTU]'
7211 ;;
7212esac
7213
7214# If we're using GNU nm, then use its standard symbol codes.
7215case `$NM -V 2>&1` in
7216*GNU* | *'with BFD'*)
7217 symcode='[ABCDGIRSTW]' ;;
7218esac
7219
7220# Transform an extracted symbol line into a proper C declaration.
7221# Some systems (esp. on ia64) link data and code symbols differently,
7222# so use this general approach.
7223lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7224
7225# Transform an extracted symbol line into symbol name and symbol address
7226lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7227lt_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'"
7228
7229# Handle CRLF in mingw tool chain
7230opt_cr=
7231case $build_os in
7232mingw*)
7233 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7234 ;;
7235esac
7236
7237# Try without a prefix underscore, then with it.
7238for ac_symprfx in "" "_"; do
7239
7240 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7241 symxfrm="\\1 $ac_symprfx\\2 \\2"
7242
7243 # Write the raw and C identifiers.
7244 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7245 # Fake it for dumpbin and say T for any non-static function
7246 # and D for any global variable.
7247 # Also find C++ and __fastcall symbols from MSVC++,
7248 # which start with @ or ?.
7249 lt_cv_sys_global_symbol_pipe="$AWK '"\
7250" {last_section=section; section=\$ 3};"\
7251" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7252" \$ 0!~/External *\|/{next};"\
7253" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7254" {if(hide[section]) next};"\
7255" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7256" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7257" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7258" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7259" ' prfx=^$ac_symprfx"
7260 else
7261 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7262 fi
7263
7264 # Check to see that the pipe works correctly.
7265 pipe_works=no
7266
7267 rm -f conftest*
7268 cat > conftest.$ac_ext <<_LT_EOF
7269#ifdef __cplusplus
7270extern "C" {
7271#endif
7272char nm_test_var;
7273void nm_test_func(void);
7274void nm_test_func(void){}
7275#ifdef __cplusplus
7276}
7277#endif
7278int main(){nm_test_var='a';nm_test_func();return(0);}
7279_LT_EOF
7280
7281 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7282 (eval $ac_compile) 2>&5
7283 ac_status=$?
7284 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7285 test $ac_status = 0; }; then
7286 # Now try to grab the symbols.
7287 nlist=conftest.nm
7288 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7289 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7290 ac_status=$?
7291 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7292 test $ac_status = 0; } && test -s "$nlist"; then
7293 # Try sorting and uniquifying the output.
7294 if sort "$nlist" | uniq > "$nlist"T; then
7295 mv -f "$nlist"T "$nlist"
7296 else
7297 rm -f "$nlist"T
7298 fi
7299
7300 # Make sure that we snagged all the symbols we need.
7301 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7302 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7303 cat <<_LT_EOF > conftest.$ac_ext
7304#ifdef __cplusplus
7305extern "C" {
7306#endif
7307
7308_LT_EOF
7309 # Now generate the symbol file.
7310 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7311
7312 cat <<_LT_EOF >> conftest.$ac_ext
7313
7314/* The mapping between symbol names and symbols. */
7315const struct {
7316 const char *name;
7317 void *address;
7318}
7319lt__PROGRAM__LTX_preloaded_symbols[] =
7320{
7321 { "@PROGRAM@", (void *) 0 },
7322_LT_EOF
7323 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7324 cat <<\_LT_EOF >> conftest.$ac_ext
7325 {0, (void *) 0}
7326};
7327
7328/* This works around a problem in FreeBSD linker */
7329#ifdef FREEBSD_WORKAROUND
7330static const void *lt_preloaded_setup() {
7331 return lt__PROGRAM__LTX_preloaded_symbols;
7332}
7333#endif
7334
7335#ifdef __cplusplus
7336}
7337#endif
7338_LT_EOF
7339 # Now try linking the two files.
7340 mv conftest.$ac_objext conftstm.$ac_objext
7341 lt_save_LIBS="$LIBS"
7342 lt_save_CFLAGS="$CFLAGS"
7343 LIBS="conftstm.$ac_objext"
7344 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7345 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7346 (eval $ac_link) 2>&5
7347 ac_status=$?
7348 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7349 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7350 pipe_works=yes
7351 fi
7352 LIBS="$lt_save_LIBS"
7353 CFLAGS="$lt_save_CFLAGS"
7354 else
7355 echo "cannot find nm_test_func in $nlist" >&5
7356 fi
7357 else
7358 echo "cannot find nm_test_var in $nlist" >&5
7359 fi
7360 else
7361 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7362 fi
7363 else
7364 echo "$progname: failed program was:" >&5
7365 cat conftest.$ac_ext >&5
7366 fi
7367 rm -rf conftest* conftst*
7368
7369 # Do not use the global_symbol_pipe unless it works.
7370 if test "$pipe_works" = yes; then
7371 break
7372 else
7373 lt_cv_sys_global_symbol_pipe=
7374 fi
7375done
7376
7377fi
7378
7379if test -z "$lt_cv_sys_global_symbol_pipe"; then
7380 lt_cv_sys_global_symbol_to_cdecl=
7381fi
7382if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7384$as_echo "failed" >&6; }
7385else
7386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7387$as_echo "ok" >&6; }
7388fi
7389
7390
7391
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411# Check whether --enable-libtool-lock was given.
7412if test "${enable_libtool_lock+set}" = set; then :
7413 enableval=$enable_libtool_lock;
7414fi
7415
7416test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7417
7418# Some flags need to be propagated to the compiler or linker for good
7419# libtool support.
7420case $host in
7421ia64-*-hpux*)
7422 # Find out which ABI we are using.
7423 echo 'int i;' > conftest.$ac_ext
7424 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7425 (eval $ac_compile) 2>&5
7426 ac_status=$?
7427 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7428 test $ac_status = 0; }; then
7429 case `/usr/bin/file conftest.$ac_objext` in
7430 *ELF-32*)
7431 HPUX_IA64_MODE="32"
7432 ;;
7433 *ELF-64*)
7434 HPUX_IA64_MODE="64"
7435 ;;
7436 esac
7437 fi
7438 rm -rf conftest*
7439 ;;
7440*-*-irix6*)
7441 # Find out which ABI we are using.
7442 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7443 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7444 (eval $ac_compile) 2>&5
7445 ac_status=$?
7446 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7447 test $ac_status = 0; }; then
7448 if test "$lt_cv_prog_gnu_ld" = yes; then
7449 case `/usr/bin/file conftest.$ac_objext` in
7450 *32-bit*)
7451 LD="${LD-ld} -melf32bsmip"
7452 ;;
7453 *N32*)
7454 LD="${LD-ld} -melf32bmipn32"
7455 ;;
7456 *64-bit*)
7457 LD="${LD-ld} -melf64bmip"
7458 ;;
7459 esac
7460 else
7461 case `/usr/bin/file conftest.$ac_objext` in
7462 *32-bit*)
7463 LD="${LD-ld} -32"
7464 ;;
7465 *N32*)
7466 LD="${LD-ld} -n32"
7467 ;;
7468 *64-bit*)
7469 LD="${LD-ld} -64"
7470 ;;
7471 esac
7472 fi
7473 fi
7474 rm -rf conftest*
7475 ;;
7476
bf3d9781 7477x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7478s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7479 # Find out which ABI we are using.
7480 echo 'int i;' > conftest.$ac_ext
7481 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7482 (eval $ac_compile) 2>&5
7483 ac_status=$?
7484 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7485 test $ac_status = 0; }; then
7486 case `/usr/bin/file conftest.o` in
7487 *32-bit*)
7488 case $host in
7489 x86_64-*kfreebsd*-gnu)
7490 LD="${LD-ld} -m elf_i386_fbsd"
7491 ;;
7492 x86_64-*linux*)
7493 case `/usr/bin/file conftest.o` in
7494 *x86-64*)
7495 LD="${LD-ld} -m elf32_x86_64"
7496 ;;
7497 *)
7498 LD="${LD-ld} -m elf_i386"
7499 ;;
7500 esac
7501 ;;
bf3d9781
AM
7502 powerpc64le-*linux*)
7503 LD="${LD-ld} -m elf32lppclinux"
7504 ;;
7505 powerpc64-*linux*)
6bb11ab3
L
7506 LD="${LD-ld} -m elf32ppclinux"
7507 ;;
7508 s390x-*linux*)
7509 LD="${LD-ld} -m elf_s390"
7510 ;;
7511 sparc64-*linux*)
7512 LD="${LD-ld} -m elf32_sparc"
7513 ;;
7514 esac
7515 ;;
7516 *64-bit*)
7517 case $host in
7518 x86_64-*kfreebsd*-gnu)
7519 LD="${LD-ld} -m elf_x86_64_fbsd"
7520 ;;
7521 x86_64-*linux*)
7522 LD="${LD-ld} -m elf_x86_64"
7523 ;;
bf3d9781
AM
7524 powerpcle-*linux*)
7525 LD="${LD-ld} -m elf64lppc"
7526 ;;
7527 powerpc-*linux*)
6bb11ab3
L
7528 LD="${LD-ld} -m elf64ppc"
7529 ;;
7530 s390*-*linux*|s390*-*tpf*)
7531 LD="${LD-ld} -m elf64_s390"
7532 ;;
7533 sparc*-*linux*)
7534 LD="${LD-ld} -m elf64_sparc"
7535 ;;
7536 esac
7537 ;;
7538 esac
7539 fi
7540 rm -rf conftest*
7541 ;;
7542
7543*-*-sco3.2v5*)
7544 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7545 SAVE_CFLAGS="$CFLAGS"
7546 CFLAGS="$CFLAGS -belf"
7547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7548$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7549if test "${lt_cv_cc_needs_belf+set}" = set; then :
7550 $as_echo_n "(cached) " >&6
7551else
7552 ac_ext=c
7553ac_cpp='$CPP $CPPFLAGS'
7554ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7555ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7556ac_compiler_gnu=$ac_cv_c_compiler_gnu
7557
7558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7559/* end confdefs.h. */
7560
7561int
7562main ()
7563{
7564
7565 ;
7566 return 0;
7567}
7568_ACEOF
7569if ac_fn_c_try_link "$LINENO"; then :
7570 lt_cv_cc_needs_belf=yes
7571else
7572 lt_cv_cc_needs_belf=no
7573fi
7574rm -f core conftest.err conftest.$ac_objext \
7575 conftest$ac_exeext conftest.$ac_ext
7576 ac_ext=c
7577ac_cpp='$CPP $CPPFLAGS'
7578ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7579ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7580ac_compiler_gnu=$ac_cv_c_compiler_gnu
7581
7582fi
7583{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7584$as_echo "$lt_cv_cc_needs_belf" >&6; }
7585 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7586 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7587 CFLAGS="$SAVE_CFLAGS"
7588 fi
7589 ;;
7590sparc*-*solaris*)
7591 # Find out which ABI we are using.
7592 echo 'int i;' > conftest.$ac_ext
7593 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7594 (eval $ac_compile) 2>&5
7595 ac_status=$?
7596 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7597 test $ac_status = 0; }; then
7598 case `/usr/bin/file conftest.o` in
7599 *64-bit*)
7600 case $lt_cv_prog_gnu_ld in
7601 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7602 *)
7603 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7604 LD="${LD-ld} -64"
7605 fi
7606 ;;
7607 esac
7608 ;;
7609 esac
7610 fi
7611 rm -rf conftest*
7612 ;;
7613esac
7614
7615need_locks="$enable_libtool_lock"
7616
7617
7618 case $host_os in
7619 rhapsody* | darwin*)
7620 if test -n "$ac_tool_prefix"; then
7621 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7622set dummy ${ac_tool_prefix}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_DSYMUTIL+set}" = set; then :
7626 $as_echo_n "(cached) " >&6
7627else
7628 if test -n "$DSYMUTIL"; then
7629 ac_cv_prog_DSYMUTIL="$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_DSYMUTIL="${ac_tool_prefix}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
7648DSYMUTIL=$ac_cv_prog_DSYMUTIL
7649if test -n "$DSYMUTIL"; then
7650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7651$as_echo "$DSYMUTIL" >&6; }
7652else
7653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7654$as_echo "no" >&6; }
7655fi
7656
7657
7658fi
7659if test -z "$ac_cv_prog_DSYMUTIL"; then
7660 ac_ct_DSYMUTIL=$DSYMUTIL
7661 # Extract the first word of "dsymutil", so it can be a program name with args.
7662set dummy dsymutil; ac_word=$2
7663{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7664$as_echo_n "checking for $ac_word... " >&6; }
7665if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7666 $as_echo_n "(cached) " >&6
7667else
7668 if test -n "$ac_ct_DSYMUTIL"; then
7669 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7670else
7671as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7672for as_dir in $PATH
7673do
7674 IFS=$as_save_IFS
7675 test -z "$as_dir" && as_dir=.
7676 for ac_exec_ext in '' $ac_executable_extensions; do
7677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7678 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7679 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7680 break 2
7681 fi
7682done
7683 done
7684IFS=$as_save_IFS
7685
7686fi
7687fi
7688ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7689if test -n "$ac_ct_DSYMUTIL"; then
7690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7691$as_echo "$ac_ct_DSYMUTIL" >&6; }
7692else
7693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7694$as_echo "no" >&6; }
7695fi
7696
7697 if test "x$ac_ct_DSYMUTIL" = x; then
7698 DSYMUTIL=":"
7699 else
7700 case $cross_compiling:$ac_tool_warned in
7701yes:)
7702{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7703$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7704ac_tool_warned=yes ;;
7705esac
7706 DSYMUTIL=$ac_ct_DSYMUTIL
7707 fi
7708else
7709 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7710fi
7711
7712 if test -n "$ac_tool_prefix"; then
7713 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7714set dummy ${ac_tool_prefix}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_NMEDIT+set}" = set; then :
7718 $as_echo_n "(cached) " >&6
7719else
7720 if test -n "$NMEDIT"; then
7721 ac_cv_prog_NMEDIT="$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_NMEDIT="${ac_tool_prefix}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
7740NMEDIT=$ac_cv_prog_NMEDIT
7741if test -n "$NMEDIT"; then
7742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7743$as_echo "$NMEDIT" >&6; }
7744else
7745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7746$as_echo "no" >&6; }
7747fi
7748
7749
7750fi
7751if test -z "$ac_cv_prog_NMEDIT"; then
7752 ac_ct_NMEDIT=$NMEDIT
7753 # Extract the first word of "nmedit", so it can be a program name with args.
7754set dummy nmedit; ac_word=$2
7755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7756$as_echo_n "checking for $ac_word... " >&6; }
7757if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7758 $as_echo_n "(cached) " >&6
7759else
7760 if test -n "$ac_ct_NMEDIT"; then
7761 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7762else
7763as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7764for as_dir in $PATH
7765do
7766 IFS=$as_save_IFS
7767 test -z "$as_dir" && as_dir=.
7768 for ac_exec_ext in '' $ac_executable_extensions; do
7769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7770 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7772 break 2
7773 fi
7774done
7775 done
7776IFS=$as_save_IFS
7777
7778fi
7779fi
7780ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7781if test -n "$ac_ct_NMEDIT"; then
7782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7783$as_echo "$ac_ct_NMEDIT" >&6; }
7784else
7785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7786$as_echo "no" >&6; }
7787fi
7788
7789 if test "x$ac_ct_NMEDIT" = x; then
7790 NMEDIT=":"
7791 else
7792 case $cross_compiling:$ac_tool_warned in
7793yes:)
7794{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7795$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7796ac_tool_warned=yes ;;
7797esac
7798 NMEDIT=$ac_ct_NMEDIT
7799 fi
7800else
7801 NMEDIT="$ac_cv_prog_NMEDIT"
7802fi
7803
7804 if test -n "$ac_tool_prefix"; then
7805 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7806set dummy ${ac_tool_prefix}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_LIPO+set}" = set; then :
7810 $as_echo_n "(cached) " >&6
7811else
7812 if test -n "$LIPO"; then
7813 ac_cv_prog_LIPO="$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_LIPO="${ac_tool_prefix}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
7832LIPO=$ac_cv_prog_LIPO
7833if test -n "$LIPO"; then
7834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7835$as_echo "$LIPO" >&6; }
7836else
7837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7838$as_echo "no" >&6; }
7839fi
7840
7841
7842fi
7843if test -z "$ac_cv_prog_LIPO"; then
7844 ac_ct_LIPO=$LIPO
7845 # Extract the first word of "lipo", so it can be a program name with args.
7846set dummy lipo; ac_word=$2
7847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7848$as_echo_n "checking for $ac_word... " >&6; }
7849if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7850 $as_echo_n "(cached) " >&6
7851else
7852 if test -n "$ac_ct_LIPO"; then
7853 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7854else
7855as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7856for as_dir in $PATH
7857do
7858 IFS=$as_save_IFS
7859 test -z "$as_dir" && as_dir=.
7860 for ac_exec_ext in '' $ac_executable_extensions; do
7861 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7862 ac_cv_prog_ac_ct_LIPO="lipo"
7863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7864 break 2
7865 fi
7866done
7867 done
7868IFS=$as_save_IFS
7869
7870fi
7871fi
7872ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7873if test -n "$ac_ct_LIPO"; then
7874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7875$as_echo "$ac_ct_LIPO" >&6; }
7876else
7877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7878$as_echo "no" >&6; }
7879fi
7880
7881 if test "x$ac_ct_LIPO" = x; then
7882 LIPO=":"
7883 else
7884 case $cross_compiling:$ac_tool_warned in
7885yes:)
7886{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7887$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7888ac_tool_warned=yes ;;
7889esac
7890 LIPO=$ac_ct_LIPO
7891 fi
7892else
7893 LIPO="$ac_cv_prog_LIPO"
7894fi
7895
7896 if test -n "$ac_tool_prefix"; then
7897 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7898set dummy ${ac_tool_prefix}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_OTOOL+set}" = set; then :
7902 $as_echo_n "(cached) " >&6
7903else
7904 if test -n "$OTOOL"; then
7905 ac_cv_prog_OTOOL="$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_OTOOL="${ac_tool_prefix}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
7924OTOOL=$ac_cv_prog_OTOOL
7925if test -n "$OTOOL"; then
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7927$as_echo "$OTOOL" >&6; }
7928else
7929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7930$as_echo "no" >&6; }
7931fi
7932
7933
7934fi
7935if test -z "$ac_cv_prog_OTOOL"; then
7936 ac_ct_OTOOL=$OTOOL
7937 # Extract the first word of "otool", so it can be a program name with args.
7938set dummy otool; ac_word=$2
7939{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7940$as_echo_n "checking for $ac_word... " >&6; }
7941if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7942 $as_echo_n "(cached) " >&6
7943else
7944 if test -n "$ac_ct_OTOOL"; then
7945 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7946else
7947as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7948for as_dir in $PATH
7949do
7950 IFS=$as_save_IFS
7951 test -z "$as_dir" && as_dir=.
7952 for ac_exec_ext in '' $ac_executable_extensions; do
7953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7954 ac_cv_prog_ac_ct_OTOOL="otool"
7955 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7956 break 2
7957 fi
7958done
7959 done
7960IFS=$as_save_IFS
7961
7962fi
7963fi
7964ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7965if test -n "$ac_ct_OTOOL"; then
7966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7967$as_echo "$ac_ct_OTOOL" >&6; }
7968else
7969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7970$as_echo "no" >&6; }
7971fi
7972
7973 if test "x$ac_ct_OTOOL" = x; then
7974 OTOOL=":"
7975 else
7976 case $cross_compiling:$ac_tool_warned in
7977yes:)
7978{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7979$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7980ac_tool_warned=yes ;;
7981esac
7982 OTOOL=$ac_ct_OTOOL
7983 fi
7984else
7985 OTOOL="$ac_cv_prog_OTOOL"
7986fi
7987
7988 if test -n "$ac_tool_prefix"; then
7989 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7990set dummy ${ac_tool_prefix}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_OTOOL64+set}" = set; then :
7994 $as_echo_n "(cached) " >&6
7995else
7996 if test -n "$OTOOL64"; then
7997 ac_cv_prog_OTOOL64="$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_OTOOL64="${ac_tool_prefix}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
8016OTOOL64=$ac_cv_prog_OTOOL64
8017if test -n "$OTOOL64"; then
8018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8019$as_echo "$OTOOL64" >&6; }
8020else
8021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8022$as_echo "no" >&6; }
8023fi
8024
8025
8026fi
8027if test -z "$ac_cv_prog_OTOOL64"; then
8028 ac_ct_OTOOL64=$OTOOL64
8029 # Extract the first word of "otool64", so it can be a program name with args.
8030set dummy otool64; ac_word=$2
8031{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8032$as_echo_n "checking for $ac_word... " >&6; }
8033if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8034 $as_echo_n "(cached) " >&6
8035else
8036 if test -n "$ac_ct_OTOOL64"; then
8037 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8038else
8039as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8040for as_dir in $PATH
8041do
8042 IFS=$as_save_IFS
8043 test -z "$as_dir" && as_dir=.
8044 for ac_exec_ext in '' $ac_executable_extensions; do
8045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8046 ac_cv_prog_ac_ct_OTOOL64="otool64"
8047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8048 break 2
8049 fi
8050done
8051 done
8052IFS=$as_save_IFS
8053
8054fi
8055fi
8056ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8057if test -n "$ac_ct_OTOOL64"; then
8058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8059$as_echo "$ac_ct_OTOOL64" >&6; }
8060else
8061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8062$as_echo "no" >&6; }
8063fi
8064
8065 if test "x$ac_ct_OTOOL64" = x; then
8066 OTOOL64=":"
8067 else
8068 case $cross_compiling:$ac_tool_warned in
8069yes:)
8070{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8071$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8072ac_tool_warned=yes ;;
8073esac
8074 OTOOL64=$ac_ct_OTOOL64
8075 fi
8076else
8077 OTOOL64="$ac_cv_prog_OTOOL64"
8078fi
8079
8080
8081
8082
8083
8084
8085
8086
8087
8088
8089
8090
8091
8092
8093
8094
8095
8096
8097
8098
8099
8100
8101
8102
8103
8104
8105
8106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8107$as_echo_n "checking for -single_module linker flag... " >&6; }
8108if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8109 $as_echo_n "(cached) " >&6
8110else
8111 lt_cv_apple_cc_single_mod=no
8112 if test -z "${LT_MULTI_MODULE}"; then
8113 # By default we will add the -single_module flag. You can override
8114 # by either setting the environment variable LT_MULTI_MODULE
8115 # non-empty at configure time, or by adding -multi_module to the
8116 # link flags.
8117 rm -rf libconftest.dylib*
8118 echo "int foo(void){return 1;}" > conftest.c
8119 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8120-dynamiclib -Wl,-single_module conftest.c" >&5
8121 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8122 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8123 _lt_result=$?
8124 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8125 lt_cv_apple_cc_single_mod=yes
8126 else
8127 cat conftest.err >&5
8128 fi
8129 rm -rf libconftest.dylib*
8130 rm -f conftest.*
8131 fi
8132fi
8133{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8134$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8136$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8137if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8138 $as_echo_n "(cached) " >&6
8139else
8140 lt_cv_ld_exported_symbols_list=no
8141 save_LDFLAGS=$LDFLAGS
8142 echo "_main" > conftest.sym
8143 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8145/* end confdefs.h. */
8146
8147int
8148main ()
8149{
8150
8151 ;
8152 return 0;
8153}
8154_ACEOF
8155if ac_fn_c_try_link "$LINENO"; then :
8156 lt_cv_ld_exported_symbols_list=yes
8157else
8158 lt_cv_ld_exported_symbols_list=no
8159fi
8160rm -f core conftest.err conftest.$ac_objext \
8161 conftest$ac_exeext conftest.$ac_ext
8162 LDFLAGS="$save_LDFLAGS"
8163
8164fi
8165{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8166$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8168$as_echo_n "checking for -force_load linker flag... " >&6; }
8169if test "${lt_cv_ld_force_load+set}" = set; then :
8170 $as_echo_n "(cached) " >&6
8171else
8172 lt_cv_ld_force_load=no
8173 cat > conftest.c << _LT_EOF
8174int forced_loaded() { return 2;}
8175_LT_EOF
8176 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8177 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8178 echo "$AR cru libconftest.a conftest.o" >&5
8179 $AR cru libconftest.a conftest.o 2>&5
8180 cat > conftest.c << _LT_EOF
8181int main() { return 0;}
8182_LT_EOF
8183 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8184 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8185 _lt_result=$?
8186 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8187 lt_cv_ld_force_load=yes
8188 else
8189 cat conftest.err >&5
8190 fi
8191 rm -f conftest.err libconftest.a conftest conftest.c
8192 rm -rf conftest.dSYM
8193
8194fi
8195{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8196$as_echo "$lt_cv_ld_force_load" >&6; }
8197 case $host_os in
8198 rhapsody* | darwin1.[012])
8199 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8200 darwin1.*)
8201 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8202 darwin*) # darwin 5.x on
8203 # if running on 10.5 or later, the deployment target defaults
8204 # to the OS version, if on x86, and 10.4, the deployment
8205 # target defaults to 10.4. Don't you love it?
8206 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8207 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8208 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 8209 10.[012][,.]*)
6bb11ab3
L
8210 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8211 10.*)
8212 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8213 esac
8214 ;;
8215 esac
8216 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8217 _lt_dar_single_mod='$single_module'
8218 fi
8219 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8220 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8221 else
8222 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8223 fi
8224 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8225 _lt_dsymutil='~$DSYMUTIL $lib || :'
8226 else
8227 _lt_dsymutil=
8228 fi
8229 ;;
8230 esac
8231
8232for ac_header in dlfcn.h
8233do :
8234 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8235"
8236if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8237 cat >>confdefs.h <<_ACEOF
8238#define HAVE_DLFCN_H 1
8239_ACEOF
8240
8241fi
8242
8243done
8244
8245
8246
8247# autoconf.info says this should be called right after AC_INIT.
8248ac_config_headers="$ac_config_headers config.h:config.in"
8249
8250
8251
0cb8d851
MF
8252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8253$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8254if test "${ac_cv_c_bigendian+set}" = set; then :
8255 $as_echo_n "(cached) " >&6
8256else
8257 ac_cv_c_bigendian=unknown
8258 # See if we're dealing with a universal compiler.
8259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8260/* end confdefs.h. */
8261#ifndef __APPLE_CC__
8262 not a universal capable compiler
8263 #endif
8264 typedef int dummy;
8265
8266_ACEOF
8267if ac_fn_c_try_compile "$LINENO"; then :
8268
8269 # Check for potential -arch flags. It is not universal unless
8270 # there are at least two -arch flags with different values.
8271 ac_arch=
8272 ac_prev=
8273 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8274 if test -n "$ac_prev"; then
8275 case $ac_word in
8276 i?86 | x86_64 | ppc | ppc64)
8277 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8278 ac_arch=$ac_word
8279 else
8280 ac_cv_c_bigendian=universal
8281 break
8282 fi
8283 ;;
8284 esac
8285 ac_prev=
8286 elif test "x$ac_word" = "x-arch"; then
8287 ac_prev=arch
8288 fi
8289 done
8290fi
8291rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8292 if test $ac_cv_c_bigendian = unknown; then
8293 # See if sys/param.h defines the BYTE_ORDER macro.
8294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8295/* end confdefs.h. */
8296#include <sys/types.h>
8297 #include <sys/param.h>
8298
8299int
8300main ()
8301{
8302#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8303 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8304 && LITTLE_ENDIAN)
8305 bogus endian macros
8306 #endif
8307
8308 ;
8309 return 0;
8310}
8311_ACEOF
8312if ac_fn_c_try_compile "$LINENO"; then :
8313 # It does; now see whether it defined to BIG_ENDIAN or not.
8314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8315/* end confdefs.h. */
8316#include <sys/types.h>
8317 #include <sys/param.h>
8318
8319int
8320main ()
8321{
8322#if BYTE_ORDER != BIG_ENDIAN
8323 not big endian
8324 #endif
8325
8326 ;
8327 return 0;
8328}
8329_ACEOF
8330if ac_fn_c_try_compile "$LINENO"; then :
8331 ac_cv_c_bigendian=yes
8332else
8333 ac_cv_c_bigendian=no
8334fi
8335rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8336fi
8337rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8338 fi
8339 if test $ac_cv_c_bigendian = unknown; then
8340 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8342/* end confdefs.h. */
8343#include <limits.h>
8344
8345int
8346main ()
8347{
8348#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8349 bogus endian macros
8350 #endif
8351
8352 ;
8353 return 0;
8354}
8355_ACEOF
8356if ac_fn_c_try_compile "$LINENO"; then :
8357 # It does; now see whether it defined to _BIG_ENDIAN or not.
8358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8359/* end confdefs.h. */
8360#include <limits.h>
8361
8362int
8363main ()
8364{
8365#ifndef _BIG_ENDIAN
8366 not big endian
8367 #endif
8368
8369 ;
8370 return 0;
8371}
8372_ACEOF
8373if ac_fn_c_try_compile "$LINENO"; then :
8374 ac_cv_c_bigendian=yes
8375else
8376 ac_cv_c_bigendian=no
8377fi
8378rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8379fi
8380rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8381 fi
8382 if test $ac_cv_c_bigendian = unknown; then
8383 # Compile a test program.
8384 if test "$cross_compiling" = yes; then :
8385 # Try to guess by grepping values from an object file.
8386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8387/* end confdefs.h. */
8388short int ascii_mm[] =
8389 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8390 short int ascii_ii[] =
8391 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8392 int use_ascii (int i) {
8393 return ascii_mm[i] + ascii_ii[i];
8394 }
8395 short int ebcdic_ii[] =
8396 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8397 short int ebcdic_mm[] =
8398 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8399 int use_ebcdic (int i) {
8400 return ebcdic_mm[i] + ebcdic_ii[i];
8401 }
8402 extern int foo;
8403
8404int
8405main ()
8406{
8407return use_ascii (foo) == use_ebcdic (foo);
8408 ;
8409 return 0;
8410}
8411_ACEOF
8412if ac_fn_c_try_compile "$LINENO"; then :
8413 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8414 ac_cv_c_bigendian=yes
8415 fi
8416 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8417 if test "$ac_cv_c_bigendian" = unknown; then
8418 ac_cv_c_bigendian=no
8419 else
8420 # finding both strings is unlikely to happen, but who knows?
8421 ac_cv_c_bigendian=unknown
8422 fi
8423 fi
8424fi
8425rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8426else
8427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8428/* end confdefs.h. */
8429$ac_includes_default
8430int
8431main ()
8432{
8433
8434 /* Are we little or big endian? From Harbison&Steele. */
8435 union
8436 {
8437 long int l;
8438 char c[sizeof (long int)];
8439 } u;
8440 u.l = 1;
8441 return u.c[sizeof (long int) - 1] == 1;
8442
8443 ;
8444 return 0;
8445}
8446_ACEOF
8447if ac_fn_c_try_run "$LINENO"; then :
8448 ac_cv_c_bigendian=no
8449else
8450 ac_cv_c_bigendian=yes
8451fi
8452rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8453 conftest.$ac_objext conftest.beam conftest.$ac_ext
8454fi
8455
8456 fi
8457fi
8458{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8459$as_echo "$ac_cv_c_bigendian" >&6; }
8460 case $ac_cv_c_bigendian in #(
8461 yes)
8462 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8463;; #(
8464 no)
8465 ;; #(
8466 universal)
8467
8468$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8469
8470 ;; #(
8471 *)
8472 as_fn_error "unknown endianness
8473 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8474 esac
8475
6bb11ab3
L
8476
8477
8478
8479# Put a plausible default for CC_FOR_BUILD in Makefile.
8480if test "x$cross_compiling" = "xno"; then
8481 CC_FOR_BUILD='$(CC)'
8482else
8483 CC_FOR_BUILD=gcc
8484fi
8485
8486
8487
8488
8489AR=${AR-ar}
8490
8491if test -n "$ac_tool_prefix"; then
8492 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8493set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8494{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8495$as_echo_n "checking for $ac_word... " >&6; }
8496if test "${ac_cv_prog_RANLIB+set}" = set; then :
8497 $as_echo_n "(cached) " >&6
8498else
8499 if test -n "$RANLIB"; then
8500 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8501else
8502as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8503for as_dir in $PATH
8504do
8505 IFS=$as_save_IFS
8506 test -z "$as_dir" && as_dir=.
8507 for ac_exec_ext in '' $ac_executable_extensions; do
8508 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8509 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8510 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8511 break 2
8512 fi
8513done
8514 done
8515IFS=$as_save_IFS
8516
8517fi
8518fi
8519RANLIB=$ac_cv_prog_RANLIB
8520if test -n "$RANLIB"; then
8521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8522$as_echo "$RANLIB" >&6; }
8523else
8524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8525$as_echo "no" >&6; }
8526fi
8527
8528
8529fi
8530if test -z "$ac_cv_prog_RANLIB"; then
8531 ac_ct_RANLIB=$RANLIB
8532 # Extract the first word of "ranlib", so it can be a program name with args.
8533set dummy ranlib; ac_word=$2
8534{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8535$as_echo_n "checking for $ac_word... " >&6; }
8536if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8537 $as_echo_n "(cached) " >&6
8538else
8539 if test -n "$ac_ct_RANLIB"; then
8540 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8541else
8542as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8543for as_dir in $PATH
8544do
8545 IFS=$as_save_IFS
8546 test -z "$as_dir" && as_dir=.
8547 for ac_exec_ext in '' $ac_executable_extensions; do
8548 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8549 ac_cv_prog_ac_ct_RANLIB="ranlib"
8550 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8551 break 2
8552 fi
8553done
8554 done
8555IFS=$as_save_IFS
8556
8557fi
8558fi
8559ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8560if test -n "$ac_ct_RANLIB"; then
8561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8562$as_echo "$ac_ct_RANLIB" >&6; }
8563else
8564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8565$as_echo "no" >&6; }
8566fi
8567
8568 if test "x$ac_ct_RANLIB" = x; then
8569 RANLIB=":"
8570 else
8571 case $cross_compiling:$ac_tool_warned in
8572yes:)
8573{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8574$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8575ac_tool_warned=yes ;;
8576esac
8577 RANLIB=$ac_ct_RANLIB
8578 fi
8579else
8580 RANLIB="$ac_cv_prog_RANLIB"
8581fi
8582
8583
8584# Some of the common include files depend on bfd.h, and bfd.h checks
8585# that config.h is included first by testing that the PACKAGE macro
8586# is defined.
8587PACKAGE=sim
8588
8589cat >>confdefs.h <<_ACEOF
8590#define PACKAGE "$PACKAGE"
8591_ACEOF
8592
8593
8594
8595# Dependency checking.
8596ac_config_commands="$ac_config_commands depdir"
8597
8598
8599depcc="$CC" am_compiler_list=
8600
8601am_depcomp=$ac_aux_dir/depcomp
8602{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8603$as_echo_n "checking dependency style of $depcc... " >&6; }
8604if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8605 $as_echo_n "(cached) " >&6
8606else
8607 if test -f "$am_depcomp"; then
8608 # We make a subdir and do the tests there. Otherwise we can end up
8609 # making bogus files that we don't know about and never remove. For
8610 # instance it was reported that on HP-UX the gcc test will end up
8611 # making a dummy file named `D' -- because `-MD' means `put the output
8612 # in D'.
8613 mkdir conftest.dir
8614 # Copy depcomp to subdir because otherwise we won't find it if we're
8615 # using a relative directory.
8616 cp "$am_depcomp" conftest.dir
8617 cd conftest.dir
8618 # We will build objects and dependencies in a subdirectory because
8619 # it helps to detect inapplicable dependency modes. For instance
8620 # both Tru64's cc and ICC support -MD to output dependencies as a
8621 # side effect of compilation, but ICC will put the dependencies in
8622 # the current directory while Tru64 will put them in the object
8623 # directory.
8624 mkdir sub
8625
8626 am_cv_CC_dependencies_compiler_type=none
8627 if test "$am_compiler_list" = ""; then
8628 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8629 fi
8630 for depmode in $am_compiler_list; do
8631 if test $depmode = none; then break; fi
8632
8633 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8634 # Setup a source with many dependencies, because some compilers
8635 # like to wrap large dependency lists on column 80 (with \), and
8636 # we should not choose a depcomp mode which is confused by this.
8637 #
8638 # We need to recreate these files for each test, as the compiler may
8639 # overwrite some of them when testing with obscure command lines.
8640 # This happens at least with the AIX C compiler.
8641 : > sub/conftest.c
8642 for i in 1 2 3 4 5 6; do
8643 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8644 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8645 # Solaris 8's {/usr,}/bin/sh.
8646 touch sub/conftst$i.h
8647 done
8648 echo "include sub/conftest.Po" > confmf
8649
8650 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8651 # mode. It turns out that the SunPro C++ compiler does not properly
8652 # handle `-M -o', and we need to detect this.
8653 depcmd="depmode=$depmode \
8654 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8655 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8656 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8657 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8658 if env $depcmd > conftest.err 2>&1 &&
8659 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8660 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8661 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8662 # icc doesn't choke on unknown options, it will just issue warnings
8663 # or remarks (even with -Werror). So we grep stderr for any message
8664 # that says an option was ignored or not supported.
8665 # When given -MP, icc 7.0 and 7.1 complain thusly:
8666 # icc: Command line warning: ignoring option '-M'; no argument required
8667 # The diagnosis changed in icc 8.0:
8668 # icc: Command line remark: option '-MP' not supported
8669 if (grep 'ignoring option' conftest.err ||
8670 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8671 am_cv_CC_dependencies_compiler_type=$depmode
8672 $as_echo "$as_me:$LINENO: success" >&5
8673 break
8674 fi
8675 fi
8676 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8677 sed -e 's/^/| /' < conftest.err >&5
8678 done
8679
8680 cd ..
8681 rm -rf conftest.dir
8682else
8683 am_cv_CC_dependencies_compiler_type=none
8684fi
8685
8686fi
8687{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8688$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8689if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8690then as_fn_error "no usable dependency style found" "$LINENO" 5
8691else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8692
8693fi
8694
8695
8696# Check for the 'make' the user wants to use.
8697for ac_prog in make
8698do
8699 # Extract the first word of "$ac_prog", so it can be a program name with args.
8700set dummy $ac_prog; ac_word=$2
8701{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8702$as_echo_n "checking for $ac_word... " >&6; }
8703if test "${ac_cv_prog_MAKE+set}" = set; then :
8704 $as_echo_n "(cached) " >&6
8705else
8706 if test -n "$MAKE"; then
8707 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8708else
8709as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8710for as_dir in $PATH
8711do
8712 IFS=$as_save_IFS
8713 test -z "$as_dir" && as_dir=.
8714 for ac_exec_ext in '' $ac_executable_extensions; do
8715 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8716 ac_cv_prog_MAKE="$ac_prog"
8717 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8718 break 2
8719 fi
8720done
8721 done
8722IFS=$as_save_IFS
8723
8724fi
8725fi
8726MAKE=$ac_cv_prog_MAKE
8727if test -n "$MAKE"; then
8728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8729$as_echo "$MAKE" >&6; }
8730else
8731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8732$as_echo "no" >&6; }
8733fi
8734
8735
8736 test -n "$MAKE" && break
8737done
8738
8739MAKE_IS_GNU=
8740case "`$MAKE --version 2>&1 | sed 1q`" in
8741 *GNU*)
8742 MAKE_IS_GNU=yes
8743 ;;
8744esac
8745 if test "$MAKE_IS_GNU" = yes; then
8746 GMAKE_TRUE=
8747 GMAKE_FALSE='#'
8748else
8749 GMAKE_TRUE='#'
8750 GMAKE_FALSE=
8751fi
8752
8753
8754ALL_LINGUAS=
8755# If we haven't got the data from the intl directory,
8756# assume NLS is disabled.
8757USE_NLS=no
8758LIBINTL=
8759LIBINTL_DEP=
8760INCINTL=
8761XGETTEXT=
8762GMSGFMT=
8763POSUB=
8764
8765if test -f ../../intl/config.intl; then
8766 . ../../intl/config.intl
8767fi
8768{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8769$as_echo_n "checking whether NLS is requested... " >&6; }
8770if test x"$USE_NLS" != xyes; then
8771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8772$as_echo "no" >&6; }
8773else
8774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8775$as_echo "yes" >&6; }
8776
8777$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8778
8779
8780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8781$as_echo_n "checking for catalogs to be installed... " >&6; }
8782 # Look for .po and .gmo files in the source directory.
8783 CATALOGS=
8784 XLINGUAS=
8785 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8786 # If there aren't any .gmo files the shell will give us the
8787 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8788 # weeded out.
8789 case "$cat" in *\**)
8790 continue;;
8791 esac
8792 # The quadruple backslash is collapsed to a double backslash
8793 # by the backticks, then collapsed again by the double quotes,
8794 # leaving us with one backslash in the sed expression (right
8795 # before the dot that mustn't act as a wildcard).
8796 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8797 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8798 # The user is allowed to set LINGUAS to a list of languages to
8799 # install catalogs for. If it's empty that means "all of them."
8800 if test "x$LINGUAS" = x; then
8801 CATALOGS="$CATALOGS $cat"
8802 XLINGUAS="$XLINGUAS $lang"
8803 else
8804 case "$LINGUAS" in *$lang*)
8805 CATALOGS="$CATALOGS $cat"
8806 XLINGUAS="$XLINGUAS $lang"
8807 ;;
8808 esac
8809 fi
8810 done
8811 LINGUAS="$XLINGUAS"
8812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8813$as_echo "$LINGUAS" >&6; }
8814
8815
8816 DATADIRNAME=share
8817
8818 INSTOBJEXT=.mo
8819
8820 GENCAT=gencat
8821
8822 CATOBJEXT=.gmo
8823
8824fi
8825
8826# Check for common headers.
8827# FIXME: Seems to me this can cause problems for i386-windows hosts.
8828# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8829for ac_header in stdlib.h string.h strings.h unistd.h time.h
8830do :
8831 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8832ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8833eval as_val=\$$as_ac_Header
8834 if test "x$as_val" = x""yes; then :
8835 cat >>confdefs.h <<_ACEOF
8836#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8837_ACEOF
8838
8839fi
8840
8841done
8842
936df756 8843for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
8844do :
8845 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8846ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8847eval as_val=\$$as_ac_Header
8848 if test "x$as_val" = x""yes; then :
8849 cat >>confdefs.h <<_ACEOF
8850#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8851_ACEOF
8852
8853fi
8854
8855done
8856
8857for ac_header in fcntl.h fpu_control.h
8858do :
8859 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8860ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8861eval as_val=\$$as_ac_Header
8862 if test "x$as_val" = x""yes; then :
8863 cat >>confdefs.h <<_ACEOF
8864#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8865_ACEOF
8866
8867fi
8868
8869done
8870
8871for ac_header in dlfcn.h errno.h sys/stat.h
8872do :
8873 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8874ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8875eval as_val=\$$as_ac_Header
8876 if test "x$as_val" = x""yes; then :
8877 cat >>confdefs.h <<_ACEOF
8878#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8879_ACEOF
8880
8881fi
8882
8883done
8884
8885for ac_func in getrusage time sigaction __setfpucw
8886do :
8887 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8888ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8889eval as_val=\$$as_ac_var
8890 if test "x$as_val" = x""yes; then :
8891 cat >>confdefs.h <<_ACEOF
8892#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8893_ACEOF
8894
8895fi
8896done
8897
936df756
MF
8898for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
8899do :
8900 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8901ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8902eval as_val=\$$as_ac_var
8903 if test "x$as_val" = x""yes; then :
8904 cat >>confdefs.h <<_ACEOF
8905#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8906_ACEOF
8907
8908fi
8909done
8910
8911ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
8912#include <sys/types.h>
8913#endif
8914#ifdef HAVE_SYS_STAT_H
8915#include <sys/stat.h>
8916#endif
8917"
8918if test "x$ac_cv_member_struct_stat_st_dev" = x""yes; then :
8919
8920cat >>confdefs.h <<_ACEOF
8921#define HAVE_STRUCT_STAT_ST_DEV 1
8922_ACEOF
8923
8924
8925fi
8926ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
8927#include <sys/types.h>
8928#endif
8929#ifdef HAVE_SYS_STAT_H
8930#include <sys/stat.h>
8931#endif
8932"
8933if test "x$ac_cv_member_struct_stat_st_ino" = x""yes; then :
8934
8935cat >>confdefs.h <<_ACEOF
8936#define HAVE_STRUCT_STAT_ST_INO 1
8937_ACEOF
8938
8939
8940fi
8941ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
8942#include <sys/types.h>
8943#endif
8944#ifdef HAVE_SYS_STAT_H
8945#include <sys/stat.h>
8946#endif
8947"
8948if test "x$ac_cv_member_struct_stat_st_mode" = x""yes; then :
8949
8950cat >>confdefs.h <<_ACEOF
8951#define HAVE_STRUCT_STAT_ST_MODE 1
8952_ACEOF
8953
8954
8955fi
8956ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
8957#include <sys/types.h>
8958#endif
8959#ifdef HAVE_SYS_STAT_H
8960#include <sys/stat.h>
8961#endif
8962"
8963if test "x$ac_cv_member_struct_stat_st_nlink" = x""yes; then :
8964
8965cat >>confdefs.h <<_ACEOF
8966#define HAVE_STRUCT_STAT_ST_NLINK 1
8967_ACEOF
8968
8969
8970fi
8971ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
8972#include <sys/types.h>
8973#endif
8974#ifdef HAVE_SYS_STAT_H
8975#include <sys/stat.h>
8976#endif
8977"
8978if test "x$ac_cv_member_struct_stat_st_uid" = x""yes; then :
8979
8980cat >>confdefs.h <<_ACEOF
8981#define HAVE_STRUCT_STAT_ST_UID 1
8982_ACEOF
8983
8984
8985fi
8986ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
8987#include <sys/types.h>
8988#endif
8989#ifdef HAVE_SYS_STAT_H
8990#include <sys/stat.h>
8991#endif
8992"
8993if test "x$ac_cv_member_struct_stat_st_gid" = x""yes; then :
8994
8995cat >>confdefs.h <<_ACEOF
8996#define HAVE_STRUCT_STAT_ST_GID 1
8997_ACEOF
8998
8999
9000fi
9001ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9002#include <sys/types.h>
9003#endif
9004#ifdef HAVE_SYS_STAT_H
9005#include <sys/stat.h>
9006#endif
9007"
9008if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
9009
9010cat >>confdefs.h <<_ACEOF
9011#define HAVE_STRUCT_STAT_ST_RDEV 1
9012_ACEOF
9013
9014
9015fi
9016ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9017#include <sys/types.h>
9018#endif
9019#ifdef HAVE_SYS_STAT_H
9020#include <sys/stat.h>
9021#endif
9022"
9023if test "x$ac_cv_member_struct_stat_st_size" = x""yes; then :
9024
9025cat >>confdefs.h <<_ACEOF
9026#define HAVE_STRUCT_STAT_ST_SIZE 1
9027_ACEOF
9028
9029
9030fi
9031ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9032#include <sys/types.h>
9033#endif
9034#ifdef HAVE_SYS_STAT_H
9035#include <sys/stat.h>
9036#endif
9037"
9038if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
9039
9040cat >>confdefs.h <<_ACEOF
9041#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9042_ACEOF
9043
9044
9045fi
9046ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9047#include <sys/types.h>
9048#endif
9049#ifdef HAVE_SYS_STAT_H
9050#include <sys/stat.h>
9051#endif
9052"
9053if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
9054
9055cat >>confdefs.h <<_ACEOF
9056#define HAVE_STRUCT_STAT_ST_BLOCKS 1
9057_ACEOF
9058
9059
9060fi
9061ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9062#include <sys/types.h>
9063#endif
9064#ifdef HAVE_SYS_STAT_H
9065#include <sys/stat.h>
9066#endif
9067"
9068if test "x$ac_cv_member_struct_stat_st_atime" = x""yes; then :
9069
9070cat >>confdefs.h <<_ACEOF
9071#define HAVE_STRUCT_STAT_ST_ATIME 1
9072_ACEOF
9073
9074
9075fi
9076ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9077#include <sys/types.h>
9078#endif
9079#ifdef HAVE_SYS_STAT_H
9080#include <sys/stat.h>
9081#endif
9082"
9083if test "x$ac_cv_member_struct_stat_st_mtime" = x""yes; then :
9084
9085cat >>confdefs.h <<_ACEOF
9086#define HAVE_STRUCT_STAT_ST_MTIME 1
9087_ACEOF
9088
9089
9090fi
9091ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9092#include <sys/types.h>
9093#endif
9094#ifdef HAVE_SYS_STAT_H
9095#include <sys/stat.h>
9096#endif
9097"
9098if test "x$ac_cv_member_struct_stat_st_ctime" = x""yes; then :
9099
9100cat >>confdefs.h <<_ACEOF
9101#define HAVE_STRUCT_STAT_ST_CTIME 1
9102_ACEOF
9103
9104
9105fi
9106
9107ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9108#include <sys/socket.h>
9109
9110"
9111if test "x$ac_cv_type_socklen_t" = x""yes; then :
9112
9113cat >>confdefs.h <<_ACEOF
9114#define HAVE_SOCKLEN_T 1
9115_ACEOF
9116
9117
9118fi
9119
6bb11ab3
L
9120
9121# Check for socket libraries
9122{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9123$as_echo_n "checking for bind in -lsocket... " >&6; }
9124if test "${ac_cv_lib_socket_bind+set}" = set; then :
9125 $as_echo_n "(cached) " >&6
9126else
9127 ac_check_lib_save_LIBS=$LIBS
9128LIBS="-lsocket $LIBS"
9129cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9130/* end confdefs.h. */
9131
9132/* Override any GCC internal prototype to avoid an error.
9133 Use char because int might match the return type of a GCC
9134 builtin and then its argument prototype would still apply. */
9135#ifdef __cplusplus
9136extern "C"
9137#endif
9138char bind ();
9139int
9140main ()
9141{
9142return bind ();
9143 ;
9144 return 0;
9145}
9146_ACEOF
9147if ac_fn_c_try_link "$LINENO"; then :
9148 ac_cv_lib_socket_bind=yes
9149else
9150 ac_cv_lib_socket_bind=no
9151fi
9152rm -f core conftest.err conftest.$ac_objext \
9153 conftest$ac_exeext conftest.$ac_ext
9154LIBS=$ac_check_lib_save_LIBS
9155fi
9156{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9157$as_echo "$ac_cv_lib_socket_bind" >&6; }
9158if test "x$ac_cv_lib_socket_bind" = x""yes; then :
9159 cat >>confdefs.h <<_ACEOF
9160#define HAVE_LIBSOCKET 1
9161_ACEOF
9162
9163 LIBS="-lsocket $LIBS"
9164
9165fi
9166
9167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9168$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9169if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
9170 $as_echo_n "(cached) " >&6
9171else
9172 ac_check_lib_save_LIBS=$LIBS
9173LIBS="-lnsl $LIBS"
9174cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9175/* end confdefs.h. */
9176
9177/* Override any GCC internal prototype to avoid an error.
9178 Use char because int might match the return type of a GCC
9179 builtin and then its argument prototype would still apply. */
9180#ifdef __cplusplus
9181extern "C"
9182#endif
9183char gethostbyname ();
9184int
9185main ()
9186{
9187return gethostbyname ();
9188 ;
9189 return 0;
9190}
9191_ACEOF
9192if ac_fn_c_try_link "$LINENO"; then :
9193 ac_cv_lib_nsl_gethostbyname=yes
9194else
9195 ac_cv_lib_nsl_gethostbyname=no
9196fi
9197rm -f core conftest.err conftest.$ac_objext \
9198 conftest$ac_exeext conftest.$ac_ext
9199LIBS=$ac_check_lib_save_LIBS
9200fi
9201{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9202$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9203if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
9204 cat >>confdefs.h <<_ACEOF
9205#define HAVE_LIBNSL 1
9206_ACEOF
9207
9208 LIBS="-lnsl $LIBS"
9209
9210fi
9211
9212
9213# BFD conditionally uses zlib, so we must link it in if libbfd does, by
9214# using the same condition.
9215
aadc9410 9216 # Use the system's zlib library.
7fed4b0b
L
9217 zlibdir="-L\$(top_builddir)/../zlib"
9218 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 9219
aadc9410
MF
9220# Check whether --with-system-zlib was given.
9221if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
9222 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9223 zlibdir=
9224 zlibinc=
9225 fi
6bb11ab3
L
9226
9227fi
9228
6bb11ab3 9229
6bb11ab3 9230
6bb11ab3
L
9231
9232
9233# BFD uses libdl when when plugins enabled.
9234
faa743bb
RM
9235 maybe_plugins=no
9236 for ac_header in dlfcn.h
9237do :
9238 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9239"
9240if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
9241 cat >>confdefs.h <<_ACEOF
9242#define HAVE_DLFCN_H 1
9243_ACEOF
9244 maybe_plugins=yes
9245fi
9246
9247done
9248
9249 for ac_header in windows.h
9250do :
9251 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9252"
9253if test "x$ac_cv_header_windows_h" = x""yes; then :
9254 cat >>confdefs.h <<_ACEOF
9255#define HAVE_WINDOWS_H 1
9256_ACEOF
9257 maybe_plugins=yes
9258fi
9259
9260done
9261
9262
9263 # Check whether --enable-plugins was given.
6bb11ab3
L
9264if test "${enable_plugins+set}" = set; then :
9265 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
9266 no) plugins=no ;;
9267 *) plugins=yes
9268 if test "$maybe_plugins" != "yes" ; then
9269 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9270 fi ;;
9271 esac
6bb11ab3 9272else
faa743bb
RM
9273 plugins=$maybe_plugins
9274
6bb11ab3
L
9275fi
9276
2974be62
AM
9277 if test "$plugins" = "yes"; then
9278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
9279$as_echo_n "checking for library containing dlopen... " >&6; }
9280if test "${ac_cv_search_dlopen+set}" = set; then :
9281 $as_echo_n "(cached) " >&6
9282else
9283 ac_func_search_save_LIBS=$LIBS
9284cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9285/* end confdefs.h. */
9286
9287/* Override any GCC internal prototype to avoid an error.
9288 Use char because int might match the return type of a GCC
9289 builtin and then its argument prototype would still apply. */
9290#ifdef __cplusplus
9291extern "C"
9292#endif
9293char dlopen ();
9294int
9295main ()
9296{
9297return dlopen ();
9298 ;
9299 return 0;
9300}
9301_ACEOF
9302for ac_lib in '' dl; do
9303 if test -z "$ac_lib"; then
9304 ac_res="none required"
9305 else
9306 ac_res=-l$ac_lib
9307 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9308 fi
9309 if ac_fn_c_try_link "$LINENO"; then :
9310 ac_cv_search_dlopen=$ac_res
9311fi
9312rm -f core conftest.err conftest.$ac_objext \
9313 conftest$ac_exeext
9314 if test "${ac_cv_search_dlopen+set}" = set; then :
9315 break
9316fi
9317done
9318if test "${ac_cv_search_dlopen+set}" = set; then :
9319
9320else
9321 ac_cv_search_dlopen=no
9322fi
9323rm conftest.$ac_ext
9324LIBS=$ac_func_search_save_LIBS
9325fi
9326{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9327$as_echo "$ac_cv_search_dlopen" >&6; }
9328ac_res=$ac_cv_search_dlopen
9329if test "$ac_res" != no; then :
9330 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9331
9332fi
9333
9334 fi
6bb11ab3
L
9335
9336 if test "$plugins" = yes; then
9337 PLUGINS_TRUE=
9338 PLUGINS_FALSE='#'
9339else
9340 PLUGINS_TRUE='#'
9341 PLUGINS_FALSE=
9342fi
9343
9344
9345
9346
9347
9348# Set options
9349enable_dlopen=yes
9350
9351
9352
9353
9354 enable_win32_dll=no
9355
9356
9357 # Check whether --enable-shared was given.
9358if test "${enable_shared+set}" = set; then :
9359 enableval=$enable_shared; p=${PACKAGE-default}
9360 case $enableval in
9361 yes) enable_shared=yes ;;
9362 no) enable_shared=no ;;
9363 *)
9364 enable_shared=no
9365 # Look at the argument we got. We use all the common list separators.
9366 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9367 for pkg in $enableval; do
9368 IFS="$lt_save_ifs"
9369 if test "X$pkg" = "X$p"; then
9370 enable_shared=yes
9371 fi
9372 done
9373 IFS="$lt_save_ifs"
9374 ;;
9375 esac
9376else
9377 enable_shared=yes
9378fi
9379
9380
9381
9382
9383
9384
9385
9386
9387
9388 # Check whether --enable-static was given.
9389if test "${enable_static+set}" = set; then :
9390 enableval=$enable_static; p=${PACKAGE-default}
9391 case $enableval in
9392 yes) enable_static=yes ;;
9393 no) enable_static=no ;;
9394 *)
9395 enable_static=no
9396 # Look at the argument we got. We use all the common list separators.
9397 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9398 for pkg in $enableval; do
9399 IFS="$lt_save_ifs"
9400 if test "X$pkg" = "X$p"; then
9401 enable_static=yes
9402 fi
9403 done
9404 IFS="$lt_save_ifs"
9405 ;;
9406 esac
9407else
9408 enable_static=yes
9409fi
9410
9411
9412
9413
9414
9415
9416
9417
9418
9419
9420# Check whether --with-pic was given.
9421if test "${with_pic+set}" = set; then :
9422 withval=$with_pic; pic_mode="$withval"
9423else
9424 pic_mode=default
9425fi
9426
9427
9428test -z "$pic_mode" && pic_mode=default
9429
9430
9431
9432
9433
9434
9435
9436 # Check whether --enable-fast-install was given.
9437if test "${enable_fast_install+set}" = set; then :
9438 enableval=$enable_fast_install; p=${PACKAGE-default}
9439 case $enableval in
9440 yes) enable_fast_install=yes ;;
9441 no) enable_fast_install=no ;;
9442 *)
9443 enable_fast_install=no
9444 # Look at the argument we got. We use all the common list separators.
9445 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9446 for pkg in $enableval; do
9447 IFS="$lt_save_ifs"
9448 if test "X$pkg" = "X$p"; then
9449 enable_fast_install=yes
9450 fi
9451 done
9452 IFS="$lt_save_ifs"
9453 ;;
9454 esac
9455else
9456 enable_fast_install=yes
9457fi
9458
9459
9460
9461
9462
9463
9464
9465
9466
9467
9468
9469# This can be used to rebuild libtool when needed
9470LIBTOOL_DEPS="$ltmain"
9471
9472# Always use our own libtool.
9473LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9474
9475
9476
9477
9478
9479
9480
9481
9482
9483
9484
9485
9486
9487
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
9500test -z "$LN_S" && LN_S="ln -s"
9501
9502
9503
9504
9505
9506
9507
9508
9509
9510
9511
9512
9513
9514
9515if test -n "${ZSH_VERSION+set}" ; then
9516 setopt NO_GLOB_SUBST
b7026657 9517fi
b7026657 9518
6bb11ab3
L
9519{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9520$as_echo_n "checking for objdir... " >&6; }
9521if test "${lt_cv_objdir+set}" = set; then :
9522 $as_echo_n "(cached) " >&6
9523else
9524 rm -f .libs 2>/dev/null
9525mkdir .libs 2>/dev/null
9526if test -d .libs; then
9527 lt_cv_objdir=.libs
9528else
9529 # MS-DOS does not allow filenames that begin with a dot.
9530 lt_cv_objdir=_libs
9531fi
9532rmdir .libs 2>/dev/null
9533fi
9534{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9535$as_echo "$lt_cv_objdir" >&6; }
9536objdir=$lt_cv_objdir
9537
9538
9539
9540
9541
9542cat >>confdefs.h <<_ACEOF
9543#define LT_OBJDIR "$lt_cv_objdir/"
9544_ACEOF
9545
9546
9547
9548
9549case $host_os in
9550aix3*)
9551 # AIX sometimes has problems with the GCC collect2 program. For some
9552 # reason, if we set the COLLECT_NAMES environment variable, the problems
9553 # vanish in a puff of smoke.
9554 if test "X${COLLECT_NAMES+set}" != Xset; then
9555 COLLECT_NAMES=
9556 export COLLECT_NAMES
9557 fi
9558 ;;
81ecdfbb 9559esac
6bb11ab3
L
9560
9561# Global variables:
9562ofile=libtool
9563can_build_shared=yes
9564
9565# All known linkers require a `.a' archive for static linking (except MSVC,
9566# which needs '.lib').
9567libext=a
9568
9569with_gnu_ld="$lt_cv_prog_gnu_ld"
9570
9571old_CC="$CC"
9572old_CFLAGS="$CFLAGS"
9573
9574# Set sane defaults for various variables
9575test -z "$CC" && CC=cc
9576test -z "$LTCC" && LTCC=$CC
9577test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9578test -z "$LD" && LD=ld
9579test -z "$ac_objext" && ac_objext=o
9580
9581for cc_temp in $compiler""; do
9582 case $cc_temp in
9583 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9584 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9585 \-*) ;;
9586 *) break;;
9587 esac
9588done
9589cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9590
9591
9592# Only perform the check for file, if the check method requires it
9593test -z "$MAGIC_CMD" && MAGIC_CMD=file
9594case $deplibs_check_method in
9595file_magic*)
9596 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9598$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9599if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9600 $as_echo_n "(cached) " >&6
9601else
9602 case $MAGIC_CMD in
9603[\\/*] | ?:[\\/]*)
9604 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9605 ;;
9606*)
9607 lt_save_MAGIC_CMD="$MAGIC_CMD"
9608 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9609 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9610 for ac_dir in $ac_dummy; do
9611 IFS="$lt_save_ifs"
9612 test -z "$ac_dir" && ac_dir=.
9613 if test -f $ac_dir/${ac_tool_prefix}file; then
9614 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9615 if test -n "$file_magic_test_file"; then
9616 case $deplibs_check_method in
9617 "file_magic "*)
9618 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9619 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9620 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9621 $EGREP "$file_magic_regex" > /dev/null; then
9622 :
9623 else
9624 cat <<_LT_EOF 1>&2
9625
9626*** Warning: the command libtool uses to detect shared libraries,
9627*** $file_magic_cmd, produces output that libtool cannot recognize.
9628*** The result is that libtool may fail to recognize shared libraries
9629*** as such. This will affect the creation of libtool libraries that
9630*** depend on shared libraries, but programs linked with such libtool
9631*** libraries will work regardless of this problem. Nevertheless, you
9632*** may want to report the problem to your system manager and/or to
9633*** bug-libtool@gnu.org
9634
9635_LT_EOF
9636 fi ;;
9637 esac
9638 fi
9639 break
f0569246 9640 fi
6bb11ab3
L
9641 done
9642 IFS="$lt_save_ifs"
9643 MAGIC_CMD="$lt_save_MAGIC_CMD"
9644 ;;
9645esac
f0569246 9646fi
f0569246 9647
6bb11ab3
L
9648MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9649if test -n "$MAGIC_CMD"; then
9650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9651$as_echo "$MAGIC_CMD" >&6; }
9652else
9653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9654$as_echo "no" >&6; }
9655fi
81ecdfbb 9656
6bb11ab3
L
9657
9658
9659
9660
9661if test -z "$lt_cv_path_MAGIC_CMD"; then
9662 if test -n "$ac_tool_prefix"; then
9663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9664$as_echo_n "checking for file... " >&6; }
9665if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9666 $as_echo_n "(cached) " >&6
9667else
9668 case $MAGIC_CMD in
9669[\\/*] | ?:[\\/]*)
9670 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9671 ;;
9672*)
9673 lt_save_MAGIC_CMD="$MAGIC_CMD"
9674 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9675 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9676 for ac_dir in $ac_dummy; do
9677 IFS="$lt_save_ifs"
9678 test -z "$ac_dir" && ac_dir=.
9679 if test -f $ac_dir/file; then
9680 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9681 if test -n "$file_magic_test_file"; then
9682 case $deplibs_check_method in
9683 "file_magic "*)
9684 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9685 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9686 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9687 $EGREP "$file_magic_regex" > /dev/null; then
9688 :
9689 else
9690 cat <<_LT_EOF 1>&2
9691
9692*** Warning: the command libtool uses to detect shared libraries,
9693*** $file_magic_cmd, produces output that libtool cannot recognize.
9694*** The result is that libtool may fail to recognize shared libraries
9695*** as such. This will affect the creation of libtool libraries that
9696*** depend on shared libraries, but programs linked with such libtool
9697*** libraries will work regardless of this problem. Nevertheless, you
9698*** may want to report the problem to your system manager and/or to
9699*** bug-libtool@gnu.org
9700
9701_LT_EOF
9702 fi ;;
9703 esac
9704 fi
9705 break
9706 fi
9707 done
9708 IFS="$lt_save_ifs"
9709 MAGIC_CMD="$lt_save_MAGIC_CMD"
9710 ;;
81ecdfbb 9711esac
6bb11ab3
L
9712fi
9713
9714MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9715if test -n "$MAGIC_CMD"; then
9716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9717$as_echo "$MAGIC_CMD" >&6; }
9718else
9719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9720$as_echo "no" >&6; }
9721fi
9722
9723
9724 else
9725 MAGIC_CMD=:
9726 fi
9727fi
9728
9729 fi
9730 ;;
9731esac
9732
9733# Use C for the default configuration in the libtool script
9734
9735lt_save_CC="$CC"
9736ac_ext=c
9737ac_cpp='$CPP $CPPFLAGS'
9738ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9739ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9740ac_compiler_gnu=$ac_cv_c_compiler_gnu
9741
9742
9743# Source file extension for C test sources.
9744ac_ext=c
9745
9746# Object file extension for compiled C test sources.
9747objext=o
9748objext=$objext
9749
9750# Code to be used in simple compile tests
9751lt_simple_compile_test_code="int some_variable = 0;"
9752
9753# Code to be used in simple link tests
9754lt_simple_link_test_code='int main(){return(0);}'
9755
9756
9757
9758
9759
9760
9761
9762# If no C compiler was specified, use CC.
9763LTCC=${LTCC-"$CC"}
9764
9765# If no C compiler flags were specified, use CFLAGS.
9766LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9767
9768# Allow CC to be a program name with arguments.
9769compiler=$CC
9770
9771# Save the default compiler, since it gets overwritten when the other
9772# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9773compiler_DEFAULT=$CC
9774
9775# save warnings/boilerplate of simple test code
9776ac_outfile=conftest.$ac_objext
9777echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9778eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9779_lt_compiler_boilerplate=`cat conftest.err`
9780$RM conftest*
9781
9782ac_outfile=conftest.$ac_objext
9783echo "$lt_simple_link_test_code" >conftest.$ac_ext
9784eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9785_lt_linker_boilerplate=`cat conftest.err`
9786$RM -r conftest*
9787
9788
9789## CAVEAT EMPTOR:
9790## There is no encapsulation within the following macros, do not change
9791## the running order or otherwise move them around unless you know exactly
9792## what you are doing...
9793if test -n "$compiler"; then
9794
9795lt_prog_compiler_no_builtin_flag=
9796
9797if test "$GCC" = yes; then
9798 case $cc_basename in
9799 nvcc*)
9800 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9801 *)
9802 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 9803 esac
6bb11ab3
L
9804
9805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9806$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9807if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9808 $as_echo_n "(cached) " >&6
f0569246 9809else
6bb11ab3
L
9810 lt_cv_prog_compiler_rtti_exceptions=no
9811 ac_outfile=conftest.$ac_objext
9812 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9813 lt_compiler_flag="-fno-rtti -fno-exceptions"
9814 # Insert the option either (1) after the last *FLAGS variable, or
9815 # (2) before a word containing "conftest.", or (3) at the end.
9816 # Note that $ac_compile itself does not contain backslashes and begins
9817 # with a dollar sign (not a hyphen), so the echo should work correctly.
9818 # The option is referenced via a variable to avoid confusing sed.
9819 lt_compile=`echo "$ac_compile" | $SED \
9820 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9821 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9822 -e 's:$: $lt_compiler_flag:'`
9823 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9824 (eval "$lt_compile" 2>conftest.err)
9825 ac_status=$?
9826 cat conftest.err >&5
9827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9828 if (exit $ac_status) && test -s "$ac_outfile"; then
9829 # The compiler can only warn and ignore the option if not recognized
9830 # So say no if there are warnings other than the usual output.
9831 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9832 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9833 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9834 lt_cv_prog_compiler_rtti_exceptions=yes
9835 fi
9836 fi
9837 $RM conftest*
9838
f0569246 9839fi
6bb11ab3
L
9840{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9841$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9842
9843if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9844 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9845else
9846 :
9847fi
9848
9849fi
9850
9851
9852
9853
9854
9855
9856 lt_prog_compiler_wl=
9857lt_prog_compiler_pic=
9858lt_prog_compiler_static=
9859
9860{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9861$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9862
9863 if test "$GCC" = yes; then
9864 lt_prog_compiler_wl='-Wl,'
9865 lt_prog_compiler_static='-static'
9866
9867 case $host_os in
9868 aix*)
9869 # All AIX code is PIC.
9870 if test "$host_cpu" = ia64; then
9871 # AIX 5 now supports IA64 processor
9872 lt_prog_compiler_static='-Bstatic'
9873 fi
9874 lt_prog_compiler_pic='-fPIC'
9875 ;;
9876
9877 amigaos*)
9878 case $host_cpu in
9879 powerpc)
9880 # see comment about AmigaOS4 .so support
9881 lt_prog_compiler_pic='-fPIC'
9882 ;;
9883 m68k)
9884 # FIXME: we need at least 68020 code to build shared libraries, but
9885 # adding the `-m68020' flag to GCC prevents building anything better,
9886 # like `-m68040'.
9887 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9888 ;;
9889 esac
9890 ;;
9891
9892 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9893 # PIC is the default for these OSes.
9894 ;;
9895
9896 mingw* | cygwin* | pw32* | os2* | cegcc*)
9897 # This hack is so that the source file can tell whether it is being
9898 # built for inclusion in a dll (and should export symbols for example).
9899 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9900 # (--disable-auto-import) libraries
9901 lt_prog_compiler_pic='-DDLL_EXPORT'
9902 ;;
9903
9904 darwin* | rhapsody*)
9905 # PIC is the default on this platform
9906 # Common symbols not allowed in MH_DYLIB files
9907 lt_prog_compiler_pic='-fno-common'
9908 ;;
9909
9910 haiku*)
9911 # PIC is the default for Haiku.
9912 # The "-static" flag exists, but is broken.
9913 lt_prog_compiler_static=
9914 ;;
9915
9916 hpux*)
9917 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9918 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9919 # sets the default TLS model and affects inlining.
9920 case $host_cpu in
9921 hppa*64*)
9922 # +Z the default
9923 ;;
9924 *)
9925 lt_prog_compiler_pic='-fPIC'
9926 ;;
9927 esac
9928 ;;
9929
9930 interix[3-9]*)
9931 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9932 # Instead, we relocate shared libraries at runtime.
9933 ;;
9934
9935 msdosdjgpp*)
9936 # Just because we use GCC doesn't mean we suddenly get shared libraries
9937 # on systems that don't support them.
9938 lt_prog_compiler_can_build_shared=no
9939 enable_shared=no
9940 ;;
9941
9942 *nto* | *qnx*)
9943 # QNX uses GNU C++, but need to define -shared option too, otherwise
9944 # it will coredump.
9945 lt_prog_compiler_pic='-fPIC -shared'
9946 ;;
9947
9948 sysv4*MP*)
9949 if test -d /usr/nec; then
9950 lt_prog_compiler_pic=-Kconform_pic
9951 fi
9952 ;;
9953
9954 *)
9955 lt_prog_compiler_pic='-fPIC'
9956 ;;
9957 esac
9958
9959 case $cc_basename in
9960 nvcc*) # Cuda Compiler Driver 2.2
9961 lt_prog_compiler_wl='-Xlinker '
9962 lt_prog_compiler_pic='-Xcompiler -fPIC'
9963 ;;
9964 esac
9965 else
9966 # PORTME Check for flag to pass linker flags through the system compiler.
9967 case $host_os in
9968 aix*)
9969 lt_prog_compiler_wl='-Wl,'
9970 if test "$host_cpu" = ia64; then
9971 # AIX 5 now supports IA64 processor
9972 lt_prog_compiler_static='-Bstatic'
9973 else
9974 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9975 fi
9976 ;;
9977
9978 mingw* | cygwin* | pw32* | os2* | cegcc*)
9979 # This hack is so that the source file can tell whether it is being
9980 # built for inclusion in a dll (and should export symbols for example).
9981 lt_prog_compiler_pic='-DDLL_EXPORT'
9982 ;;
9983
9984 hpux9* | hpux10* | hpux11*)
9985 lt_prog_compiler_wl='-Wl,'
9986 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9987 # not for PA HP-UX.
9988 case $host_cpu in
9989 hppa*64*|ia64*)
9990 # +Z the default
9991 ;;
9992 *)
9993 lt_prog_compiler_pic='+Z'
9994 ;;
9995 esac
9996 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9997 lt_prog_compiler_static='${wl}-a ${wl}archive'
9998 ;;
9999
10000 irix5* | irix6* | nonstopux*)
10001 lt_prog_compiler_wl='-Wl,'
10002 # PIC (with -KPIC) is the default.
10003 lt_prog_compiler_static='-non_shared'
10004 ;;
10005
10006 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10007 case $cc_basename in
10008 # old Intel for x86_64 which still supported -KPIC.
10009 ecc*)
10010 lt_prog_compiler_wl='-Wl,'
10011 lt_prog_compiler_pic='-KPIC'
10012 lt_prog_compiler_static='-static'
10013 ;;
10014 # icc used to be incompatible with GCC.
10015 # ICC 10 doesn't accept -KPIC any more.
10016 icc* | ifort*)
10017 lt_prog_compiler_wl='-Wl,'
10018 lt_prog_compiler_pic='-fPIC'
10019 lt_prog_compiler_static='-static'
10020 ;;
10021 # Lahey Fortran 8.1.
10022 lf95*)
10023 lt_prog_compiler_wl='-Wl,'
10024 lt_prog_compiler_pic='--shared'
10025 lt_prog_compiler_static='--static'
10026 ;;
10027 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10028 # Portland Group compilers (*not* the Pentium gcc compiler,
10029 # which looks to be a dead project)
10030 lt_prog_compiler_wl='-Wl,'
10031 lt_prog_compiler_pic='-fpic'
10032 lt_prog_compiler_static='-Bstatic'
10033 ;;
10034 ccc*)
10035 lt_prog_compiler_wl='-Wl,'
10036 # All Alpha code is PIC.
10037 lt_prog_compiler_static='-non_shared'
10038 ;;
10039 xl* | bgxl* | bgf* | mpixl*)
10040 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10041 lt_prog_compiler_wl='-Wl,'
10042 lt_prog_compiler_pic='-qpic'
10043 lt_prog_compiler_static='-qstaticlink'
10044 ;;
10045 *)
10046 case `$CC -V 2>&1 | sed 5q` in
10047 *Sun\ F* | *Sun*Fortran*)
10048 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10049 lt_prog_compiler_pic='-KPIC'
10050 lt_prog_compiler_static='-Bstatic'
10051 lt_prog_compiler_wl=''
10052 ;;
10053 *Sun\ C*)
10054 # Sun C 5.9
10055 lt_prog_compiler_pic='-KPIC'
10056 lt_prog_compiler_static='-Bstatic'
10057 lt_prog_compiler_wl='-Wl,'
10058 ;;
10059 esac
10060 ;;
10061 esac
10062 ;;
10063
10064 newsos6)
10065 lt_prog_compiler_pic='-KPIC'
10066 lt_prog_compiler_static='-Bstatic'
10067 ;;
10068
10069 *nto* | *qnx*)
10070 # QNX uses GNU C++, but need to define -shared option too, otherwise
10071 # it will coredump.
10072 lt_prog_compiler_pic='-fPIC -shared'
10073 ;;
10074
10075 osf3* | osf4* | osf5*)
10076 lt_prog_compiler_wl='-Wl,'
10077 # All OSF/1 code is PIC.
10078 lt_prog_compiler_static='-non_shared'
10079 ;;
10080
10081 rdos*)
10082 lt_prog_compiler_static='-non_shared'
10083 ;;
f0569246 10084
6bb11ab3
L
10085 solaris*)
10086 lt_prog_compiler_pic='-KPIC'
10087 lt_prog_compiler_static='-Bstatic'
10088 case $cc_basename in
10089 f77* | f90* | f95*)
10090 lt_prog_compiler_wl='-Qoption ld ';;
10091 *)
10092 lt_prog_compiler_wl='-Wl,';;
10093 esac
10094 ;;
f0569246 10095
6bb11ab3
L
10096 sunos4*)
10097 lt_prog_compiler_wl='-Qoption ld '
10098 lt_prog_compiler_pic='-PIC'
10099 lt_prog_compiler_static='-Bstatic'
10100 ;;
f0569246 10101
6bb11ab3
L
10102 sysv4 | sysv4.2uw2* | sysv4.3*)
10103 lt_prog_compiler_wl='-Wl,'
10104 lt_prog_compiler_pic='-KPIC'
10105 lt_prog_compiler_static='-Bstatic'
10106 ;;
10107
10108 sysv4*MP*)
10109 if test -d /usr/nec ;then
10110 lt_prog_compiler_pic='-Kconform_pic'
10111 lt_prog_compiler_static='-Bstatic'
10112 fi
10113 ;;
10114
10115 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10116 lt_prog_compiler_wl='-Wl,'
10117 lt_prog_compiler_pic='-KPIC'
10118 lt_prog_compiler_static='-Bstatic'
10119 ;;
10120
10121 unicos*)
10122 lt_prog_compiler_wl='-Wl,'
10123 lt_prog_compiler_can_build_shared=no
10124 ;;
10125
10126 uts4*)
10127 lt_prog_compiler_pic='-pic'
10128 lt_prog_compiler_static='-Bstatic'
10129 ;;
10130
10131 *)
10132 lt_prog_compiler_can_build_shared=no
10133 ;;
10134 esac
10135 fi
10136
10137case $host_os in
10138 # For platforms which do not support PIC, -DPIC is meaningless:
10139 *djgpp*)
10140 lt_prog_compiler_pic=
10141 ;;
10142 *)
10143 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10144 ;;
81ecdfbb 10145esac
6bb11ab3
L
10146{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10147$as_echo "$lt_prog_compiler_pic" >&6; }
10148
10149
10150
10151
10152
10153
10154#
10155# Check to make sure the PIC flag actually works.
10156#
10157if test -n "$lt_prog_compiler_pic"; then
10158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10159$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10160if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
10161 $as_echo_n "(cached) " >&6
b7026657 10162else
6bb11ab3
L
10163 lt_cv_prog_compiler_pic_works=no
10164 ac_outfile=conftest.$ac_objext
10165 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10166 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10167 # Insert the option either (1) after the last *FLAGS variable, or
10168 # (2) before a word containing "conftest.", or (3) at the end.
10169 # Note that $ac_compile itself does not contain backslashes and begins
10170 # with a dollar sign (not a hyphen), so the echo should work correctly.
10171 # The option is referenced via a variable to avoid confusing sed.
10172 lt_compile=`echo "$ac_compile" | $SED \
10173 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10174 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10175 -e 's:$: $lt_compiler_flag:'`
10176 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10177 (eval "$lt_compile" 2>conftest.err)
10178 ac_status=$?
10179 cat conftest.err >&5
10180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10181 if (exit $ac_status) && test -s "$ac_outfile"; then
10182 # The compiler can only warn and ignore the option if not recognized
10183 # So say no if there are warnings other than the usual output.
10184 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10185 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10186 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10187 lt_cv_prog_compiler_pic_works=yes
10188 fi
10189 fi
10190 $RM conftest*
b7026657 10191
b7026657 10192fi
6bb11ab3
L
10193{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10194$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10195
10196if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10197 case $lt_prog_compiler_pic in
10198 "" | " "*) ;;
10199 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10200 esac
10201else
10202 lt_prog_compiler_pic=
10203 lt_prog_compiler_can_build_shared=no
f0569246 10204fi
6bb11ab3
L
10205
10206fi
10207
10208
10209
10210
10211
10212
10213#
10214# Check to make sure the static flag actually works.
10215#
10216wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10217{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10218$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10219if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
81ecdfbb 10220 $as_echo_n "(cached) " >&6
f0569246 10221else
6bb11ab3
L
10222 lt_cv_prog_compiler_static_works=no
10223 save_LDFLAGS="$LDFLAGS"
10224 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10225 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10226 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10227 # The linker can only warn and ignore the option if not recognized
10228 # So say no if there are warnings
10229 if test -s conftest.err; then
10230 # Append any errors to the config.log.
10231 cat conftest.err 1>&5
10232 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10233 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10234 if diff conftest.exp conftest.er2 >/dev/null; then
10235 lt_cv_prog_compiler_static_works=yes
10236 fi
10237 else
10238 lt_cv_prog_compiler_static_works=yes
10239 fi
10240 fi
10241 $RM -r conftest*
10242 LDFLAGS="$save_LDFLAGS"
f0569246 10243
6bb11ab3
L
10244fi
10245{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10246$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 10247
6bb11ab3
L
10248if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10249 :
b7026657 10250else
6bb11ab3 10251 lt_prog_compiler_static=
b7026657 10252fi
f0569246 10253
6bb11ab3
L
10254
10255
10256
10257
10258
10259
10260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10261$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10262if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10263 $as_echo_n "(cached) " >&6
81ecdfbb 10264else
6bb11ab3
L
10265 lt_cv_prog_compiler_c_o=no
10266 $RM -r conftest 2>/dev/null
10267 mkdir conftest
10268 cd conftest
10269 mkdir out
10270 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10271
10272 lt_compiler_flag="-o out/conftest2.$ac_objext"
10273 # Insert the option either (1) after the last *FLAGS variable, or
10274 # (2) before a word containing "conftest.", or (3) at the end.
10275 # Note that $ac_compile itself does not contain backslashes and begins
10276 # with a dollar sign (not a hyphen), so the echo should work correctly.
10277 lt_compile=`echo "$ac_compile" | $SED \
10278 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10279 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10280 -e 's:$: $lt_compiler_flag:'`
10281 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10282 (eval "$lt_compile" 2>out/conftest.err)
10283 ac_status=$?
10284 cat out/conftest.err >&5
10285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10286 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10287 then
10288 # The compiler can only warn and ignore the option if not recognized
10289 # So say no if there are warnings
10290 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10291 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10292 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10293 lt_cv_prog_compiler_c_o=yes
10294 fi
10295 fi
10296 chmod u+w . 2>&5
10297 $RM conftest*
10298 # SGI C++ compiler will create directory out/ii_files/ for
10299 # template instantiation
10300 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10301 $RM out/* && rmdir out
10302 cd ..
10303 $RM -r conftest
10304 $RM conftest*
10305
81ecdfbb 10306fi
6bb11ab3
L
10307{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10308$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10309
10310
10311
10312
10313
10314
10315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10316$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10317if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
81ecdfbb
RW
10318 $as_echo_n "(cached) " >&6
10319else
6bb11ab3
L
10320 lt_cv_prog_compiler_c_o=no
10321 $RM -r conftest 2>/dev/null
10322 mkdir conftest
10323 cd conftest
10324 mkdir out
10325 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10326
10327 lt_compiler_flag="-o out/conftest2.$ac_objext"
10328 # Insert the option either (1) after the last *FLAGS variable, or
10329 # (2) before a word containing "conftest.", or (3) at the end.
10330 # Note that $ac_compile itself does not contain backslashes and begins
10331 # with a dollar sign (not a hyphen), so the echo should work correctly.
10332 lt_compile=`echo "$ac_compile" | $SED \
10333 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10334 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10335 -e 's:$: $lt_compiler_flag:'`
10336 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10337 (eval "$lt_compile" 2>out/conftest.err)
10338 ac_status=$?
10339 cat out/conftest.err >&5
10340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10341 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10342 then
10343 # The compiler can only warn and ignore the option if not recognized
10344 # So say no if there are warnings
10345 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10346 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10347 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10348 lt_cv_prog_compiler_c_o=yes
10349 fi
10350 fi
10351 chmod u+w . 2>&5
10352 $RM conftest*
10353 # SGI C++ compiler will create directory out/ii_files/ for
10354 # template instantiation
10355 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10356 $RM out/* && rmdir out
10357 cd ..
10358 $RM -r conftest
10359 $RM conftest*
10360
10361fi
10362{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10363$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10364
10365
10366
10367
10368hard_links="nottested"
10369if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10370 # do not overwrite the value of need_locks provided by the user
10371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10372$as_echo_n "checking if we can lock with hard links... " >&6; }
10373 hard_links=yes
10374 $RM conftest*
10375 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10376 touch conftest.a
10377 ln conftest.a conftest.b 2>&5 || hard_links=no
10378 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10380$as_echo "$hard_links" >&6; }
10381 if test "$hard_links" = no; then
10382 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10383$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10384 need_locks=warn
10385 fi
10386else
10387 need_locks=no
10388fi
10389
10390
10391
10392
10393
10394
10395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10396$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10397
10398 runpath_var=
10399 allow_undefined_flag=
10400 always_export_symbols=no
10401 archive_cmds=
10402 archive_expsym_cmds=
10403 compiler_needs_object=no
10404 enable_shared_with_static_runtimes=no
10405 export_dynamic_flag_spec=
10406 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10407 hardcode_automatic=no
10408 hardcode_direct=no
10409 hardcode_direct_absolute=no
10410 hardcode_libdir_flag_spec=
10411 hardcode_libdir_flag_spec_ld=
10412 hardcode_libdir_separator=
10413 hardcode_minus_L=no
10414 hardcode_shlibpath_var=unsupported
10415 inherit_rpath=no
10416 link_all_deplibs=unknown
10417 module_cmds=
10418 module_expsym_cmds=
10419 old_archive_from_new_cmds=
10420 old_archive_from_expsyms_cmds=
10421 thread_safe_flag_spec=
10422 whole_archive_flag_spec=
10423 # include_expsyms should be a list of space-separated symbols to be *always*
10424 # included in the symbol list
10425 include_expsyms=
10426 # exclude_expsyms can be an extended regexp of symbols to exclude
10427 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10428 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10429 # as well as any symbol that contains `d'.
10430 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10431 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10432 # platforms (ab)use it in PIC code, but their linkers get confused if
10433 # the symbol is explicitly referenced. Since portable code cannot
10434 # rely on this symbol name, it's probably fine to never include it in
10435 # preloaded symbol tables.
10436 # Exclude shared library initialization/finalization symbols.
10437 extract_expsyms_cmds=
10438
10439 case $host_os in
10440 cygwin* | mingw* | pw32* | cegcc*)
10441 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10442 # When not using gcc, we currently assume that we are using
10443 # Microsoft Visual C++.
10444 if test "$GCC" != yes; then
10445 with_gnu_ld=no
10446 fi
10447 ;;
10448 interix*)
10449 # we just hope/assume this is gcc and not c89 (= MSVC++)
10450 with_gnu_ld=yes
10451 ;;
10452 openbsd*)
10453 with_gnu_ld=no
10454 ;;
10455 esac
f0569246 10456
6bb11ab3
L
10457 ld_shlibs=yes
10458
10459 # On some targets, GNU ld is compatible enough with the native linker
10460 # that we're better off using the native interface for both.
10461 lt_use_gnu_ld_interface=no
10462 if test "$with_gnu_ld" = yes; then
10463 case $host_os in
10464 aix*)
10465 # The AIX port of GNU ld has always aspired to compatibility
10466 # with the native linker. However, as the warning in the GNU ld
10467 # block says, versions before 2.19.5* couldn't really create working
10468 # shared libraries, regardless of the interface used.
10469 case `$LD -v 2>&1` in
10470 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10471 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10472 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10473 *)
10474 lt_use_gnu_ld_interface=yes
10475 ;;
10476 esac
10477 ;;
10478 *)
10479 lt_use_gnu_ld_interface=yes
10480 ;;
10481 esac
10482 fi
f0569246 10483
6bb11ab3
L
10484 if test "$lt_use_gnu_ld_interface" = yes; then
10485 # If archive_cmds runs LD, not CC, wlarc should be empty
10486 wlarc='${wl}'
10487
10488 # Set some defaults for GNU ld with shared library support. These
10489 # are reset later if shared libraries are not supported. Putting them
10490 # here allows them to be overridden if necessary.
10491 runpath_var=LD_RUN_PATH
10492 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10493 export_dynamic_flag_spec='${wl}--export-dynamic'
10494 # ancient GNU ld didn't support --whole-archive et. al.
10495 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10496 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10497 else
10498 whole_archive_flag_spec=
10499 fi
10500 supports_anon_versioning=no
10501 case `$LD -v 2>&1` in
10502 *GNU\ gold*) supports_anon_versioning=yes ;;
10503 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10504 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10505 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10506 *\ 2.11.*) ;; # other 2.11 versions
10507 *) supports_anon_versioning=yes ;;
10508 esac
10509
10510 # See if GNU ld supports shared libraries.
10511 case $host_os in
10512 aix[3-9]*)
10513 # On AIX/PPC, the GNU linker is very broken
10514 if test "$host_cpu" != ia64; then
10515 ld_shlibs=no
10516 cat <<_LT_EOF 1>&2
10517
10518*** Warning: the GNU linker, at least up to release 2.19, is reported
10519*** to be unable to reliably create shared libraries on AIX.
10520*** Therefore, libtool is disabling shared libraries support. If you
10521*** really care for shared libraries, you may want to install binutils
10522*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10523*** You will then need to restart the configuration process.
10524
10525_LT_EOF
10526 fi
10527 ;;
10528
10529 amigaos*)
10530 case $host_cpu in
10531 powerpc)
10532 # see comment about AmigaOS4 .so support
10533 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10534 archive_expsym_cmds=''
10535 ;;
10536 m68k)
10537 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)'
10538 hardcode_libdir_flag_spec='-L$libdir'
10539 hardcode_minus_L=yes
10540 ;;
10541 esac
10542 ;;
10543
10544 beos*)
10545 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10546 allow_undefined_flag=unsupported
10547 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10548 # support --undefined. This deserves some investigation. FIXME
10549 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10550 else
10551 ld_shlibs=no
10552 fi
10553 ;;
10554
10555 cygwin* | mingw* | pw32* | cegcc*)
10556 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10557 # as there is no search path for DLLs.
10558 hardcode_libdir_flag_spec='-L$libdir'
10559 export_dynamic_flag_spec='${wl}--export-all-symbols'
10560 allow_undefined_flag=unsupported
10561 always_export_symbols=no
10562 enable_shared_with_static_runtimes=yes
10563 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10564
10565 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10566 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10567 # If the export-symbols file already is a .def file (1st line
10568 # is EXPORTS), use it as is; otherwise, prepend...
10569 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10570 cp $export_symbols $output_objdir/$soname.def;
10571 else
10572 echo EXPORTS > $output_objdir/$soname.def;
10573 cat $export_symbols >> $output_objdir/$soname.def;
10574 fi~
10575 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10576 else
10577 ld_shlibs=no
10578 fi
10579 ;;
10580
10581 haiku*)
10582 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10583 link_all_deplibs=yes
10584 ;;
10585
10586 interix[3-9]*)
10587 hardcode_direct=no
10588 hardcode_shlibpath_var=no
10589 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10590 export_dynamic_flag_spec='${wl}-E'
10591 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10592 # Instead, shared libraries are loaded at an image base (0x10000000 by
10593 # default) and relocated if they conflict, which is a slow very memory
10594 # consuming and fragmenting process. To avoid this, we pick a random,
10595 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10596 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10597 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10598 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'
10599 ;;
10600
10601 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10602 tmp_diet=no
10603 if test "$host_os" = linux-dietlibc; then
10604 case $cc_basename in
10605 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10606 esac
10607 fi
10608 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10609 && test "$tmp_diet" = no
10610 then
5cddc23a 10611 tmp_addflag=' $pic_flag'
6bb11ab3
L
10612 tmp_sharedflag='-shared'
10613 case $cc_basename,$host_cpu in
10614 pgcc*) # Portland Group C compiler
10615 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'
10616 tmp_addflag=' $pic_flag'
10617 ;;
10618 pgf77* | pgf90* | pgf95* | pgfortran*)
10619 # Portland Group f77 and f90 compilers
10620 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'
10621 tmp_addflag=' $pic_flag -Mnomain' ;;
10622 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10623 tmp_addflag=' -i_dynamic' ;;
10624 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10625 tmp_addflag=' -i_dynamic -nofor_main' ;;
10626 ifc* | ifort*) # Intel Fortran compiler
10627 tmp_addflag=' -nofor_main' ;;
10628 lf95*) # Lahey Fortran 8.1
10629 whole_archive_flag_spec=
10630 tmp_sharedflag='--shared' ;;
10631 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10632 tmp_sharedflag='-qmkshrobj'
10633 tmp_addflag= ;;
10634 nvcc*) # Cuda Compiler Driver 2.2
10635 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'
10636 compiler_needs_object=yes
10637 ;;
10638 esac
10639 case `$CC -V 2>&1 | sed 5q` in
10640 *Sun\ C*) # Sun C 5.9
10641 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'
10642 compiler_needs_object=yes
10643 tmp_sharedflag='-G' ;;
10644 *Sun\ F*) # Sun Fortran 8.3
10645 tmp_sharedflag='-G' ;;
10646 esac
10647 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10648
10649 if test "x$supports_anon_versioning" = xyes; then
10650 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10651 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10652 echo "local: *; };" >> $output_objdir/$libname.ver~
10653 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10654 fi
10655
10656 case $cc_basename in
10657 xlf* | bgf* | bgxlf* | mpixlf*)
10658 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10659 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10660 hardcode_libdir_flag_spec=
10661 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10662 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10663 if test "x$supports_anon_versioning" = xyes; then
10664 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10665 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10666 echo "local: *; };" >> $output_objdir/$libname.ver~
10667 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10668 fi
10669 ;;
10670 esac
10671 else
10672 ld_shlibs=no
10673 fi
10674 ;;
10675
10676 netbsd*)
10677 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10678 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10679 wlarc=
10680 else
10681 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10682 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10683 fi
10684 ;;
10685
10686 solaris*)
10687 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10688 ld_shlibs=no
10689 cat <<_LT_EOF 1>&2
10690
10691*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10692*** create shared libraries on Solaris systems. Therefore, libtool
10693*** is disabling shared libraries support. We urge you to upgrade GNU
10694*** binutils to release 2.9.1 or newer. Another option is to modify
10695*** your PATH or compiler configuration so that the native linker is
10696*** used, and then restart.
10697
10698_LT_EOF
10699 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10700 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10701 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10702 else
10703 ld_shlibs=no
10704 fi
10705 ;;
10706
10707 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10708 case `$LD -v 2>&1` in
10709 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10710 ld_shlibs=no
10711 cat <<_LT_EOF 1>&2
10712
10713*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10714*** reliably create shared libraries on SCO systems. Therefore, libtool
10715*** is disabling shared libraries support. We urge you to upgrade GNU
10716*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10717*** your PATH or compiler configuration so that the native linker is
10718*** used, and then restart.
10719
10720_LT_EOF
10721 ;;
10722 *)
10723 # For security reasons, it is highly recommended that you always
10724 # use absolute paths for naming shared libraries, and exclude the
10725 # DT_RUNPATH tag from executables and libraries. But doing so
10726 # requires that you compile everything twice, which is a pain.
10727 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10728 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10729 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10730 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10731 else
10732 ld_shlibs=no
10733 fi
10734 ;;
10735 esac
10736 ;;
10737
10738 sunos4*)
10739 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10740 wlarc=
10741 hardcode_direct=yes
10742 hardcode_shlibpath_var=no
10743 ;;
10744
10745 *)
10746 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10747 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10748 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10749 else
10750 ld_shlibs=no
10751 fi
10752 ;;
10753 esac
10754
10755 if test "$ld_shlibs" = no; then
10756 runpath_var=
10757 hardcode_libdir_flag_spec=
10758 export_dynamic_flag_spec=
10759 whole_archive_flag_spec=
10760 fi
10761 else
10762 # PORTME fill in a description of your system's linker (not GNU ld)
10763 case $host_os in
10764 aix3*)
10765 allow_undefined_flag=unsupported
10766 always_export_symbols=yes
10767 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'
10768 # Note: this linker hardcodes the directories in LIBPATH if there
10769 # are no directories specified by -L.
10770 hardcode_minus_L=yes
10771 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10772 # Neither direct hardcoding nor static linking is supported with a
10773 # broken collect2.
10774 hardcode_direct=unsupported
10775 fi
10776 ;;
10777
10778 aix[4-9]*)
10779 if test "$host_cpu" = ia64; then
10780 # On IA64, the linker does run time linking by default, so we don't
10781 # have to do anything special.
10782 aix_use_runtimelinking=no
10783 exp_sym_flag='-Bexport'
10784 no_entry_flag=""
10785 else
10786 # If we're using GNU nm, then we don't want the "-C" option.
10787 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10788 # Also, AIX nm treats weak defined symbols like other global
10789 # defined symbols, whereas GNU nm marks them as "W".
10790 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10791 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'
10792 else
10793 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'
10794 fi
10795 aix_use_runtimelinking=no
10796
10797 # Test if we are trying to use run time linking or normal
10798 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10799 # need to do runtime linking.
10800 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10801 for ld_flag in $LDFLAGS; do
10802 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10803 aix_use_runtimelinking=yes
10804 break
10805 fi
10806 done
10807 ;;
10808 esac
10809
10810 exp_sym_flag='-bexport'
10811 no_entry_flag='-bnoentry'
10812 fi
10813
10814 # When large executables or shared objects are built, AIX ld can
10815 # have problems creating the table of contents. If linking a library
10816 # or program results in "error TOC overflow" add -mminimal-toc to
10817 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10818 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10819
10820 archive_cmds=''
10821 hardcode_direct=yes
10822 hardcode_direct_absolute=yes
10823 hardcode_libdir_separator=':'
10824 link_all_deplibs=yes
10825 file_list_spec='${wl}-f,'
10826
10827 if test "$GCC" = yes; then
10828 case $host_os in aix4.[012]|aix4.[012].*)
10829 # We only want to do this on AIX 4.2 and lower, the check
10830 # below for broken collect2 doesn't work under 4.3+
10831 collect2name=`${CC} -print-prog-name=collect2`
10832 if test -f "$collect2name" &&
10833 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10834 then
10835 # We have reworked collect2
10836 :
10837 else
10838 # We have old collect2
10839 hardcode_direct=unsupported
10840 # It fails to find uninstalled libraries when the uninstalled
10841 # path is not listed in the libpath. Setting hardcode_minus_L
10842 # to unsupported forces relinking
10843 hardcode_minus_L=yes
10844 hardcode_libdir_flag_spec='-L$libdir'
10845 hardcode_libdir_separator=
10846 fi
10847 ;;
10848 esac
10849 shared_flag='-shared'
10850 if test "$aix_use_runtimelinking" = yes; then
10851 shared_flag="$shared_flag "'${wl}-G'
10852 fi
10853 else
10854 # not using gcc
10855 if test "$host_cpu" = ia64; then
10856 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10857 # chokes on -Wl,-G. The following line is correct:
10858 shared_flag='-G'
10859 else
10860 if test "$aix_use_runtimelinking" = yes; then
10861 shared_flag='${wl}-G'
10862 else
10863 shared_flag='${wl}-bM:SRE'
10864 fi
10865 fi
10866 fi
10867
10868 export_dynamic_flag_spec='${wl}-bexpall'
10869 # It seems that -bexpall does not export symbols beginning with
10870 # underscore (_), so it is better to generate a list of symbols to export.
10871 always_export_symbols=yes
10872 if test "$aix_use_runtimelinking" = yes; then
10873 # Warning - without using the other runtime loading flags (-brtl),
10874 # -berok will link without error, but may produce a broken library.
10875 allow_undefined_flag='-berok'
10876 # Determine the default libpath from the value encoded in an
10877 # empty executable.
10878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
10879/* end confdefs.h. */
10880
10881int
10882main ()
10883{
10884
10885 ;
10886 return 0;
10887}
10888_ACEOF
6bb11ab3 10889if ac_fn_c_try_link "$LINENO"; then :
b7026657 10890
6bb11ab3
L
10891lt_aix_libpath_sed='
10892 /Import File Strings/,/^$/ {
10893 /^0/ {
10894 s/^0 *\(.*\)$/\1/
10895 p
10896 }
10897 }'
10898aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10899# Check for a 64-bit object if we didn't find anything.
10900if test -z "$aix_libpath"; then
10901 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10902fi
10903fi
10904rm -f core conftest.err conftest.$ac_objext \
10905 conftest$ac_exeext conftest.$ac_ext
10906if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10907
10908 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10909 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"
10910 else
10911 if test "$host_cpu" = ia64; then
10912 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10913 allow_undefined_flag="-z nodefs"
10914 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"
10915 else
10916 # Determine the default libpath from the value encoded in an
10917 # empty executable.
81ecdfbb
RW
10918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10919/* end confdefs.h. */
10920
10921int
10922main ()
10923{
10924
10925 ;
10926 return 0;
10927}
10928_ACEOF
6bb11ab3
L
10929if ac_fn_c_try_link "$LINENO"; then :
10930
10931lt_aix_libpath_sed='
10932 /Import File Strings/,/^$/ {
10933 /^0/ {
10934 s/^0 *\(.*\)$/\1/
10935 p
10936 }
10937 }'
10938aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10939# Check for a 64-bit object if we didn't find anything.
10940if test -z "$aix_libpath"; then
10941 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 10942fi
81ecdfbb 10943fi
6bb11ab3
L
10944rm -f core conftest.err conftest.$ac_objext \
10945 conftest$ac_exeext conftest.$ac_ext
10946if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10947
10948 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10949 # Warning - without using the other run time loading flags,
10950 # -berok will link without error, but may produce a broken library.
10951 no_undefined_flag=' ${wl}-bernotok'
10952 allow_undefined_flag=' ${wl}-berok'
10953 if test "$with_gnu_ld" = yes; then
10954 # We only use this code for GNU lds that support --whole-archive.
10955 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10956 else
10957 # Exported symbols can be pulled into shared objects from archives
10958 whole_archive_flag_spec='$convenience'
10959 fi
10960 archive_cmds_need_lc=yes
10961 # This is similar to how AIX traditionally builds its shared libraries.
10962 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'
10963 fi
10964 fi
10965 ;;
10966
10967 amigaos*)
10968 case $host_cpu in
10969 powerpc)
10970 # see comment about AmigaOS4 .so support
10971 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10972 archive_expsym_cmds=''
10973 ;;
10974 m68k)
10975 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)'
10976 hardcode_libdir_flag_spec='-L$libdir'
10977 hardcode_minus_L=yes
10978 ;;
10979 esac
10980 ;;
10981
10982 bsdi[45]*)
10983 export_dynamic_flag_spec=-rdynamic
10984 ;;
10985
10986 cygwin* | mingw* | pw32* | cegcc*)
10987 # When not using gcc, we currently assume that we are using
10988 # Microsoft Visual C++.
10989 # hardcode_libdir_flag_spec is actually meaningless, as there is
10990 # no search path for DLLs.
10991 hardcode_libdir_flag_spec=' '
10992 allow_undefined_flag=unsupported
10993 # Tell ltmain to make .lib files, not .a files.
10994 libext=lib
10995 # Tell ltmain to make .dll files, not .so files.
10996 shrext_cmds=".dll"
10997 # FIXME: Setting linknames here is a bad hack.
10998 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10999 # The linker will automatically build a .lib file if we build a DLL.
11000 old_archive_from_new_cmds='true'
11001 # FIXME: Should let the user specify the lib program.
11002 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11003 fix_srcfile_path='`cygpath -w "$srcfile"`'
11004 enable_shared_with_static_runtimes=yes
11005 ;;
11006
11007 darwin* | rhapsody*)
11008
11009
11010 archive_cmds_need_lc=no
11011 hardcode_direct=no
11012 hardcode_automatic=yes
11013 hardcode_shlibpath_var=unsupported
11014 if test "$lt_cv_ld_force_load" = "yes"; then
11015 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 11016 else
6bb11ab3 11017 whole_archive_flag_spec=''
f0569246 11018 fi
6bb11ab3
L
11019 link_all_deplibs=yes
11020 allow_undefined_flag="$_lt_dar_allow_undefined"
11021 case $cc_basename in
11022 ifort*) _lt_dar_can_shared=yes ;;
11023 *) _lt_dar_can_shared=$GCC ;;
11024 esac
11025 if test "$_lt_dar_can_shared" = "yes"; then
11026 output_verbose_link_cmd=func_echo_all
11027 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11028 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11029 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}"
11030 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}"
11031
f0569246 11032 else
6bb11ab3 11033 ld_shlibs=no
f0569246 11034 fi
6bb11ab3
L
11035
11036 ;;
11037
11038 dgux*)
11039 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11040 hardcode_libdir_flag_spec='-L$libdir'
11041 hardcode_shlibpath_var=no
11042 ;;
11043
11044 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11045 # support. Future versions do this automatically, but an explicit c++rt0.o
11046 # does not break anything, and helps significantly (at the cost of a little
11047 # extra space).
11048 freebsd2.2*)
11049 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11050 hardcode_libdir_flag_spec='-R$libdir'
11051 hardcode_direct=yes
11052 hardcode_shlibpath_var=no
11053 ;;
11054
11055 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11056 freebsd2.*)
11057 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11058 hardcode_direct=yes
11059 hardcode_minus_L=yes
11060 hardcode_shlibpath_var=no
11061 ;;
11062
11063 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11064 freebsd* | dragonfly*)
11065 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11066 hardcode_libdir_flag_spec='-R$libdir'
11067 hardcode_direct=yes
11068 hardcode_shlibpath_var=no
11069 ;;
11070
11071 hpux9*)
11072 if test "$GCC" = yes; then
11073 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'
11074 else
11075 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'
11076 fi
11077 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11078 hardcode_libdir_separator=:
11079 hardcode_direct=yes
11080
11081 # hardcode_minus_L: Not really in the search PATH,
11082 # but as the default location of the library.
11083 hardcode_minus_L=yes
11084 export_dynamic_flag_spec='${wl}-E'
11085 ;;
11086
11087 hpux10*)
11088 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11089 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11090 else
11091 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11092 fi
11093 if test "$with_gnu_ld" = no; then
11094 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11095 hardcode_libdir_flag_spec_ld='+b $libdir'
11096 hardcode_libdir_separator=:
11097 hardcode_direct=yes
11098 hardcode_direct_absolute=yes
11099 export_dynamic_flag_spec='${wl}-E'
11100 # hardcode_minus_L: Not really in the search PATH,
11101 # but as the default location of the library.
11102 hardcode_minus_L=yes
11103 fi
11104 ;;
11105
11106 hpux11*)
11107 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11108 case $host_cpu in
11109 hppa*64*)
11110 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11111 ;;
11112 ia64*)
11113 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11114 ;;
11115 *)
11116 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11117 ;;
11118 esac
11119 else
11120 case $host_cpu in
11121 hppa*64*)
11122 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11123 ;;
11124 ia64*)
11125 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11126 ;;
11127 *)
11128
11129 # Older versions of the 11.00 compiler do not understand -b yet
11130 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11132$as_echo_n "checking if $CC understands -b... " >&6; }
11133if test "${lt_cv_prog_compiler__b+set}" = set; then :
81ecdfbb 11134 $as_echo_n "(cached) " >&6
f0569246 11135else
6bb11ab3
L
11136 lt_cv_prog_compiler__b=no
11137 save_LDFLAGS="$LDFLAGS"
11138 LDFLAGS="$LDFLAGS -b"
11139 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11140 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11141 # The linker can only warn and ignore the option if not recognized
11142 # So say no if there are warnings
11143 if test -s conftest.err; then
11144 # Append any errors to the config.log.
11145 cat conftest.err 1>&5
11146 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11147 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11148 if diff conftest.exp conftest.er2 >/dev/null; then
11149 lt_cv_prog_compiler__b=yes
11150 fi
11151 else
11152 lt_cv_prog_compiler__b=yes
11153 fi
11154 fi
11155 $RM -r conftest*
11156 LDFLAGS="$save_LDFLAGS"
f0569246 11157
6bb11ab3
L
11158fi
11159{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11160$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 11161
6bb11ab3
L
11162if test x"$lt_cv_prog_compiler__b" = xyes; then
11163 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11164else
11165 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11166fi
81ecdfbb 11167
6bb11ab3
L
11168 ;;
11169 esac
11170 fi
11171 if test "$with_gnu_ld" = no; then
11172 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11173 hardcode_libdir_separator=:
11174
11175 case $host_cpu in
11176 hppa*64*|ia64*)
11177 hardcode_direct=no
11178 hardcode_shlibpath_var=no
11179 ;;
11180 *)
11181 hardcode_direct=yes
11182 hardcode_direct_absolute=yes
11183 export_dynamic_flag_spec='${wl}-E'
11184
11185 # hardcode_minus_L: Not really in the search PATH,
11186 # but as the default location of the library.
11187 hardcode_minus_L=yes
11188 ;;
11189 esac
11190 fi
11191 ;;
11192
11193 irix5* | irix6* | nonstopux*)
11194 if test "$GCC" = yes; then
11195 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'
11196 # Try to use the -exported_symbol ld option, if it does not
11197 # work, assume that -exports_file does not work either and
11198 # implicitly export all symbols.
11199 save_LDFLAGS="$LDFLAGS"
11200 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11202/* end confdefs.h. */
11203int foo(void) {}
b7026657 11204_ACEOF
6bb11ab3
L
11205if ac_fn_c_try_link "$LINENO"; then :
11206 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 11207
f0569246 11208fi
6bb11ab3
L
11209rm -f core conftest.err conftest.$ac_objext \
11210 conftest$ac_exeext conftest.$ac_ext
11211 LDFLAGS="$save_LDFLAGS"
11212 else
11213 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'
11214 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'
11215 fi
11216 archive_cmds_need_lc='no'
11217 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11218 hardcode_libdir_separator=:
11219 inherit_rpath=yes
11220 link_all_deplibs=yes
11221 ;;
11222
11223 netbsd*)
11224 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11225 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11226 else
11227 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11228 fi
11229 hardcode_libdir_flag_spec='-R$libdir'
11230 hardcode_direct=yes
11231 hardcode_shlibpath_var=no
11232 ;;
11233
11234 newsos6)
11235 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11236 hardcode_direct=yes
11237 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11238 hardcode_libdir_separator=:
11239 hardcode_shlibpath_var=no
11240 ;;
11241
11242 *nto* | *qnx*)
11243 ;;
11244
11245 openbsd*)
11246 if test -f /usr/libexec/ld.so; then
11247 hardcode_direct=yes
11248 hardcode_shlibpath_var=no
11249 hardcode_direct_absolute=yes
11250 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11251 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11252 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11253 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11254 export_dynamic_flag_spec='${wl}-E'
11255 else
11256 case $host_os in
11257 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11258 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11259 hardcode_libdir_flag_spec='-R$libdir'
11260 ;;
11261 *)
11262 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11263 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11264 ;;
11265 esac
11266 fi
11267 else
11268 ld_shlibs=no
11269 fi
11270 ;;
11271
11272 os2*)
11273 hardcode_libdir_flag_spec='-L$libdir'
11274 hardcode_minus_L=yes
11275 allow_undefined_flag=unsupported
11276 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'
11277 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11278 ;;
11279
11280 osf3*)
11281 if test "$GCC" = yes; then
11282 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11283 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'
11284 else
11285 allow_undefined_flag=' -expect_unresolved \*'
11286 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'
11287 fi
11288 archive_cmds_need_lc='no'
11289 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11290 hardcode_libdir_separator=:
11291 ;;
11292
11293 osf4* | osf5*) # as osf3* with the addition of -msym flag
11294 if test "$GCC" = yes; then
11295 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11296 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'
11297 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11298 else
11299 allow_undefined_flag=' -expect_unresolved \*'
11300 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'
11301 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~
11302 $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'
11303
11304 # Both c and cxx compiler support -rpath directly
11305 hardcode_libdir_flag_spec='-rpath $libdir'
11306 fi
11307 archive_cmds_need_lc='no'
11308 hardcode_libdir_separator=:
11309 ;;
11310
11311 solaris*)
11312 no_undefined_flag=' -z defs'
11313 if test "$GCC" = yes; then
11314 wlarc='${wl}'
11315 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11316 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11317 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11318 else
11319 case `$CC -V 2>&1` in
11320 *"Compilers 5.0"*)
11321 wlarc=''
11322 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11323 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11324 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11325 ;;
11326 *)
11327 wlarc='${wl}'
11328 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11329 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11330 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11331 ;;
11332 esac
11333 fi
11334 hardcode_libdir_flag_spec='-R$libdir'
11335 hardcode_shlibpath_var=no
11336 case $host_os in
11337 solaris2.[0-5] | solaris2.[0-5].*) ;;
11338 *)
11339 # The compiler driver will combine and reorder linker options,
11340 # but understands `-z linker_flag'. GCC discards it without `$wl',
11341 # but is careful enough not to reorder.
11342 # Supported since Solaris 2.6 (maybe 2.5.1?)
11343 if test "$GCC" = yes; then
11344 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11345 else
11346 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11347 fi
11348 ;;
11349 esac
11350 link_all_deplibs=yes
11351 ;;
11352
11353 sunos4*)
11354 if test "x$host_vendor" = xsequent; then
11355 # Use $CC to link under sequent, because it throws in some extra .o
11356 # files that make .init and .fini sections work.
11357 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11358 else
11359 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11360 fi
11361 hardcode_libdir_flag_spec='-L$libdir'
11362 hardcode_direct=yes
11363 hardcode_minus_L=yes
11364 hardcode_shlibpath_var=no
11365 ;;
11366
11367 sysv4)
11368 case $host_vendor in
11369 sni)
11370 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11371 hardcode_direct=yes # is this really true???
11372 ;;
11373 siemens)
11374 ## LD is ld it makes a PLAMLIB
11375 ## CC just makes a GrossModule.
11376 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11377 reload_cmds='$CC -r -o $output$reload_objs'
11378 hardcode_direct=no
11379 ;;
11380 motorola)
11381 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11382 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11383 ;;
11384 esac
11385 runpath_var='LD_RUN_PATH'
11386 hardcode_shlibpath_var=no
11387 ;;
11388
11389 sysv4.3*)
11390 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11391 hardcode_shlibpath_var=no
11392 export_dynamic_flag_spec='-Bexport'
11393 ;;
11394
11395 sysv4*MP*)
11396 if test -d /usr/nec; then
11397 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11398 hardcode_shlibpath_var=no
11399 runpath_var=LD_RUN_PATH
11400 hardcode_runpath_var=yes
11401 ld_shlibs=yes
11402 fi
11403 ;;
11404
11405 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11406 no_undefined_flag='${wl}-z,text'
11407 archive_cmds_need_lc=no
11408 hardcode_shlibpath_var=no
11409 runpath_var='LD_RUN_PATH'
11410
11411 if test "$GCC" = yes; then
11412 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11413 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11414 else
11415 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11416 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11417 fi
11418 ;;
11419
11420 sysv5* | sco3.2v5* | sco5v6*)
11421 # Note: We can NOT use -z defs as we might desire, because we do not
11422 # link with -lc, and that would cause any symbols used from libc to
11423 # always be unresolved, which means just about no library would
11424 # ever link correctly. If we're not using GNU ld we use -z text
11425 # though, which does catch some bad symbols but isn't as heavy-handed
11426 # as -z defs.
11427 no_undefined_flag='${wl}-z,text'
11428 allow_undefined_flag='${wl}-z,nodefs'
11429 archive_cmds_need_lc=no
11430 hardcode_shlibpath_var=no
11431 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11432 hardcode_libdir_separator=':'
11433 link_all_deplibs=yes
11434 export_dynamic_flag_spec='${wl}-Bexport'
11435 runpath_var='LD_RUN_PATH'
11436
11437 if test "$GCC" = yes; then
11438 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11439 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11440 else
11441 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11442 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11443 fi
11444 ;;
11445
11446 uts4*)
11447 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11448 hardcode_libdir_flag_spec='-L$libdir'
11449 hardcode_shlibpath_var=no
11450 ;;
11451
11452 *)
11453 ld_shlibs=no
11454 ;;
11455 esac
11456
11457 if test x$host_vendor = xsni; then
11458 case $host in
11459 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11460 export_dynamic_flag_spec='${wl}-Blargedynsym'
11461 ;;
11462 esac
11463 fi
11464 fi
11465
11466{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11467$as_echo "$ld_shlibs" >&6; }
11468test "$ld_shlibs" = no && can_build_shared=no
11469
11470with_gnu_ld=$with_gnu_ld
11471
11472
11473
b7026657 11474
f0569246 11475
f0569246 11476
6ffe910a 11477
6ffe910a
MF
11478
11479
6ffe910a 11480
f0569246 11481
f0569246
AC
11482
11483
6bb11ab3
L
11484
11485
11486#
11487# Do we need to explicitly link libc?
11488#
11489case "x$archive_cmds_need_lc" in
11490x|xyes)
11491 # Assume -lc should be added
11492 archive_cmds_need_lc=yes
11493
11494 if test "$enable_shared" = yes && test "$GCC" = yes; then
11495 case $archive_cmds in
11496 *'~'*)
11497 # FIXME: we may have to deal with multi-command sequences.
11498 ;;
11499 '$CC '*)
11500 # Test whether the compiler implicitly links with -lc since on some
11501 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11502 # to ld, don't add -lc before -lgcc.
11503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11504$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11505if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
6ffe910a 11506 $as_echo_n "(cached) " >&6
b7026657 11507else
6bb11ab3
L
11508 $RM conftest*
11509 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11510
11511 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11512 (eval $ac_compile) 2>&5
11513 ac_status=$?
11514 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11515 test $ac_status = 0; } 2>conftest.err; then
11516 soname=conftest
11517 lib=conftest
11518 libobjs=conftest.$ac_objext
11519 deplibs=
11520 wl=$lt_prog_compiler_wl
11521 pic_flag=$lt_prog_compiler_pic
11522 compiler_flags=-v
11523 linker_flags=-v
11524 verstring=
11525 output_objdir=.
11526 libname=conftest
11527 lt_save_allow_undefined_flag=$allow_undefined_flag
11528 allow_undefined_flag=
11529 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11530 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11531 ac_status=$?
11532 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11533 test $ac_status = 0; }
11534 then
11535 lt_cv_archive_cmds_need_lc=no
11536 else
11537 lt_cv_archive_cmds_need_lc=yes
11538 fi
11539 allow_undefined_flag=$lt_save_allow_undefined_flag
11540 else
11541 cat conftest.err 1>&5
11542 fi
11543 $RM conftest*
c906108c 11544
6ffe910a 11545fi
6bb11ab3
L
11546{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11547$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11548 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11549 ;;
11550 esac
11551 fi
11552 ;;
6ffe910a 11553esac
c906108c 11554
c906108c 11555
6ffe910a 11556
c906108c 11557
81ecdfbb 11558
35695fd6 11559
35695fd6 11560
35695fd6 11561
f0569246 11562
c906108c 11563
f0569246 11564
b7026657 11565
f0569246 11566
c906108c 11567
81ecdfbb 11568
c906108c 11569
f0569246
AC
11570
11571
81ecdfbb 11572
81ecdfbb 11573
81ecdfbb
RW
11574
11575
81ecdfbb 11576
81ecdfbb 11577
f0569246
AC
11578
11579
c906108c 11580
f0569246 11581
c906108c 11582
c906108c 11583
81ecdfbb 11584
b7026657 11585
c906108c 11586
f0569246 11587
81ecdfbb 11588
f0569246 11589
c906108c 11590
c906108c 11591
b7026657 11592
81ecdfbb 11593
b7026657 11594
c906108c 11595
c906108c 11596
b7026657
AC
11597
11598
11599
11600
6ffe910a 11601
2232061b
MF
11602
11603
2232061b 11604
2232061b
MF
11605
11606
2232061b
MF
11607
11608
2232061b 11609
2232061b
MF
11610
11611
6bb11ab3
L
11612
11613
11614
11615
11616
11617
11618
11619
11620
11621
11622
11623
11624
11625
11626
11627
11628
11629
11630
11631
11632
11633
11634
11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
11658
11659
11660
11661
11662
11663
11664
11665
11666
11667
11668
11669
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681
11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
11707
11708
11709
11710
11711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11712$as_echo_n "checking dynamic linker characteristics... " >&6; }
11713
11714if test "$GCC" = yes; then
11715 case $host_os in
11716 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11717 *) lt_awk_arg="/^libraries:/" ;;
11718 esac
11719 case $host_os in
11720 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11721 *) lt_sed_strip_eq="s,=/,/,g" ;;
11722 esac
11723 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11724 case $lt_search_path_spec in
11725 *\;*)
11726 # if the path contains ";" then we assume it to be the separator
11727 # otherwise default to the standard path separator (i.e. ":") - it is
11728 # assumed that no part of a normal pathname contains ";" but that should
11729 # okay in the real world where ";" in dirpaths is itself problematic.
11730 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11731 ;;
11732 *)
11733 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11734 ;;
11735 esac
11736 # Ok, now we have the path, separated by spaces, we can step through it
11737 # and add multilib dir if necessary.
11738 lt_tmp_lt_search_path_spec=
11739 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11740 for lt_sys_path in $lt_search_path_spec; do
11741 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11742 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11743 else
11744 test -d "$lt_sys_path" && \
11745 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11746 fi
11747 done
11748 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11749BEGIN {RS=" "; FS="/|\n";} {
11750 lt_foo="";
11751 lt_count=0;
11752 for (lt_i = NF; lt_i > 0; lt_i--) {
11753 if ($lt_i != "" && $lt_i != ".") {
11754 if ($lt_i == "..") {
11755 lt_count++;
11756 } else {
11757 if (lt_count == 0) {
11758 lt_foo="/" $lt_i lt_foo;
11759 } else {
11760 lt_count--;
11761 }
11762 }
11763 }
11764 }
11765 if (lt_foo != "") { lt_freq[lt_foo]++; }
11766 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11767}'`
11768 # AWK program above erroneously prepends '/' to C:/dos/paths
11769 # for these hosts.
11770 case $host_os in
11771 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11772 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11773 esac
11774 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11775else
11776 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11777fi
11778library_names_spec=
11779libname_spec='lib$name'
11780soname_spec=
11781shrext_cmds=".so"
11782postinstall_cmds=
11783postuninstall_cmds=
11784finish_cmds=
11785finish_eval=
11786shlibpath_var=
11787shlibpath_overrides_runpath=unknown
11788version_type=none
11789dynamic_linker="$host_os ld.so"
11790sys_lib_dlsearch_path_spec="/lib /usr/lib"
11791need_lib_prefix=unknown
11792hardcode_into_libs=no
11793
11794# when you set need_version to no, make sure it does not cause -set_version
11795# flags to be left without arguments
11796need_version=unknown
11797
11798case $host_os in
11799aix3*)
11800 version_type=linux
11801 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11802 shlibpath_var=LIBPATH
11803
11804 # AIX 3 has no versioning support, so we append a major version to the name.
11805 soname_spec='${libname}${release}${shared_ext}$major'
11806 ;;
11807
11808aix[4-9]*)
11809 version_type=linux
11810 need_lib_prefix=no
11811 need_version=no
11812 hardcode_into_libs=yes
11813 if test "$host_cpu" = ia64; then
11814 # AIX 5 supports IA64
11815 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11816 shlibpath_var=LD_LIBRARY_PATH
11817 else
11818 # With GCC up to 2.95.x, collect2 would create an import file
11819 # for dependence libraries. The import file would start with
11820 # the line `#! .'. This would cause the generated library to
11821 # depend on `.', always an invalid library. This was fixed in
11822 # development snapshots of GCC prior to 3.0.
11823 case $host_os in
11824 aix4 | aix4.[01] | aix4.[01].*)
11825 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11826 echo ' yes '
11827 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11828 :
11829 else
11830 can_build_shared=no
11831 fi
11832 ;;
11833 esac
11834 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11835 # soname into executable. Probably we can add versioning support to
11836 # collect2, so additional links can be useful in future.
11837 if test "$aix_use_runtimelinking" = yes; then
11838 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11839 # instead of lib<name>.a to let people know that these are not
11840 # typical AIX shared libraries.
11841 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11842 else
11843 # We preserve .a as extension for shared libraries through AIX4.2
11844 # and later when we are not doing run time linking.
11845 library_names_spec='${libname}${release}.a $libname.a'
11846 soname_spec='${libname}${release}${shared_ext}$major'
11847 fi
11848 shlibpath_var=LIBPATH
11849 fi
11850 ;;
11851
11852amigaos*)
11853 case $host_cpu in
11854 powerpc)
11855 # Since July 2007 AmigaOS4 officially supports .so libraries.
11856 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11857 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11858 ;;
11859 m68k)
11860 library_names_spec='$libname.ixlibrary $libname.a'
11861 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11862 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'
11863 ;;
11864 esac
11865 ;;
11866
11867beos*)
11868 library_names_spec='${libname}${shared_ext}'
11869 dynamic_linker="$host_os ld.so"
11870 shlibpath_var=LIBRARY_PATH
11871 ;;
11872
11873bsdi[45]*)
11874 version_type=linux
11875 need_version=no
11876 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11877 soname_spec='${libname}${release}${shared_ext}$major'
11878 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11879 shlibpath_var=LD_LIBRARY_PATH
11880 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11881 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11882 # the default ld.so.conf also contains /usr/contrib/lib and
11883 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11884 # libtool to hard-code these into programs
11885 ;;
11886
11887cygwin* | mingw* | pw32* | cegcc*)
11888 version_type=windows
11889 shrext_cmds=".dll"
11890 need_version=no
11891 need_lib_prefix=no
11892
11893 case $GCC,$host_os in
11894 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11895 library_names_spec='$libname.dll.a'
11896 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11897 postinstall_cmds='base_file=`basename \${file}`~
11898 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11899 dldir=$destdir/`dirname \$dlpath`~
11900 test -d \$dldir || mkdir -p \$dldir~
11901 $install_prog $dir/$dlname \$dldir/$dlname~
11902 chmod a+x \$dldir/$dlname~
11903 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11904 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11905 fi'
11906 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11907 dlpath=$dir/\$dldll~
11908 $RM \$dlpath'
11909 shlibpath_overrides_runpath=yes
11910
11911 case $host_os in
11912 cygwin*)
11913 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11914 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11915
11916 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11917 ;;
11918 mingw* | cegcc*)
11919 # MinGW DLLs use traditional 'lib' prefix
11920 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11921 ;;
11922 pw32*)
11923 # pw32 DLLs use 'pw' prefix rather than 'lib'
11924 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11925 ;;
11926 esac
11927 ;;
11928
11929 *)
11930 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11931 ;;
11932 esac
11933 dynamic_linker='Win32 ld.exe'
11934 # FIXME: first we should search . and the directory the executable is in
11935 shlibpath_var=PATH
11936 ;;
11937
11938darwin* | rhapsody*)
11939 dynamic_linker="$host_os dyld"
11940 version_type=darwin
11941 need_lib_prefix=no
11942 need_version=no
11943 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11944 soname_spec='${libname}${release}${major}$shared_ext'
11945 shlibpath_overrides_runpath=yes
11946 shlibpath_var=DYLD_LIBRARY_PATH
11947 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11948
11949 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11950 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11951 ;;
11952
11953dgux*)
11954 version_type=linux
11955 need_lib_prefix=no
11956 need_version=no
11957 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11958 soname_spec='${libname}${release}${shared_ext}$major'
11959 shlibpath_var=LD_LIBRARY_PATH
11960 ;;
11961
11962freebsd* | dragonfly*)
11963 # DragonFly does not have aout. When/if they implement a new
11964 # versioning mechanism, adjust this.
11965 if test -x /usr/bin/objformat; then
11966 objformat=`/usr/bin/objformat`
11967 else
11968 case $host_os in
11969 freebsd[23].*) objformat=aout ;;
11970 *) objformat=elf ;;
11971 esac
11972 fi
11973 version_type=freebsd-$objformat
11974 case $version_type in
11975 freebsd-elf*)
11976 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11977 need_version=no
11978 need_lib_prefix=no
11979 ;;
11980 freebsd-*)
11981 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11982 need_version=yes
11983 ;;
11984 esac
11985 shlibpath_var=LD_LIBRARY_PATH
11986 case $host_os in
11987 freebsd2.*)
11988 shlibpath_overrides_runpath=yes
11989 ;;
11990 freebsd3.[01]* | freebsdelf3.[01]*)
11991 shlibpath_overrides_runpath=yes
11992 hardcode_into_libs=yes
11993 ;;
11994 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11995 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11996 shlibpath_overrides_runpath=no
11997 hardcode_into_libs=yes
11998 ;;
11999 *) # from 4.6 on, and DragonFly
12000 shlibpath_overrides_runpath=yes
12001 hardcode_into_libs=yes
12002 ;;
12003 esac
12004 ;;
12005
12006gnu*)
12007 version_type=linux
12008 need_lib_prefix=no
12009 need_version=no
12010 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12011 soname_spec='${libname}${release}${shared_ext}$major'
12012 shlibpath_var=LD_LIBRARY_PATH
12013 hardcode_into_libs=yes
12014 ;;
12015
12016haiku*)
12017 version_type=linux
12018 need_lib_prefix=no
12019 need_version=no
12020 dynamic_linker="$host_os runtime_loader"
12021 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12022 soname_spec='${libname}${release}${shared_ext}$major'
12023 shlibpath_var=LIBRARY_PATH
12024 shlibpath_overrides_runpath=yes
12025 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12026 hardcode_into_libs=yes
12027 ;;
12028
12029hpux9* | hpux10* | hpux11*)
12030 # Give a soname corresponding to the major version so that dld.sl refuses to
12031 # link against other versions.
12032 version_type=sunos
12033 need_lib_prefix=no
12034 need_version=no
12035 case $host_cpu in
12036 ia64*)
12037 shrext_cmds='.so'
12038 hardcode_into_libs=yes
12039 dynamic_linker="$host_os dld.so"
12040 shlibpath_var=LD_LIBRARY_PATH
12041 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12042 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12043 soname_spec='${libname}${release}${shared_ext}$major'
12044 if test "X$HPUX_IA64_MODE" = X32; then
12045 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12046 else
12047 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12048 fi
12049 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12050 ;;
12051 hppa*64*)
12052 shrext_cmds='.sl'
12053 hardcode_into_libs=yes
12054 dynamic_linker="$host_os dld.sl"
12055 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12056 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12057 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12058 soname_spec='${libname}${release}${shared_ext}$major'
12059 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12060 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12061 ;;
12062 *)
12063 shrext_cmds='.sl'
12064 dynamic_linker="$host_os dld.sl"
12065 shlibpath_var=SHLIB_PATH
12066 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12067 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12068 soname_spec='${libname}${release}${shared_ext}$major'
12069 ;;
12070 esac
12071 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12072 postinstall_cmds='chmod 555 $lib'
12073 # or fails outright, so override atomically:
12074 install_override_mode=555
12075 ;;
12076
12077interix[3-9]*)
12078 version_type=linux
12079 need_lib_prefix=no
12080 need_version=no
12081 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12082 soname_spec='${libname}${release}${shared_ext}$major'
12083 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12084 shlibpath_var=LD_LIBRARY_PATH
12085 shlibpath_overrides_runpath=no
12086 hardcode_into_libs=yes
12087 ;;
12088
12089irix5* | irix6* | nonstopux*)
12090 case $host_os in
12091 nonstopux*) version_type=nonstopux ;;
12092 *)
12093 if test "$lt_cv_prog_gnu_ld" = yes; then
12094 version_type=linux
12095 else
12096 version_type=irix
12097 fi ;;
12098 esac
12099 need_lib_prefix=no
12100 need_version=no
12101 soname_spec='${libname}${release}${shared_ext}$major'
12102 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12103 case $host_os in
12104 irix5* | nonstopux*)
12105 libsuff= shlibsuff=
12106 ;;
12107 *)
12108 case $LD in # libtool.m4 will add one of these switches to LD
12109 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12110 libsuff= shlibsuff= libmagic=32-bit;;
12111 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12112 libsuff=32 shlibsuff=N32 libmagic=N32;;
12113 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12114 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12115 *) libsuff= shlibsuff= libmagic=never-match;;
12116 esac
12117 ;;
12118 esac
12119 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12120 shlibpath_overrides_runpath=no
12121 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12122 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12123 hardcode_into_libs=yes
12124 ;;
12125
12126# No shared lib support for Linux oldld, aout, or coff.
12127linux*oldld* | linux*aout* | linux*coff*)
12128 dynamic_linker=no
12129 ;;
12130
12131# This must be Linux ELF.
12132linux* | k*bsd*-gnu | kopensolaris*-gnu)
12133 version_type=linux
12134 need_lib_prefix=no
12135 need_version=no
12136 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12137 soname_spec='${libname}${release}${shared_ext}$major'
12138 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12139 shlibpath_var=LD_LIBRARY_PATH
12140 shlibpath_overrides_runpath=no
12141
12142 # Some binutils ld are patched to set DT_RUNPATH
12143 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
2232061b
MF
12144 $as_echo_n "(cached) " >&6
12145else
6bb11ab3
L
12146 lt_cv_shlibpath_overrides_runpath=no
12147 save_LDFLAGS=$LDFLAGS
12148 save_libdir=$libdir
12149 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12150 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
12152/* end confdefs.h. */
12153
2232061b
MF
12154int
12155main ()
12156{
12157
12158 ;
12159 return 0;
12160}
12161_ACEOF
6bb11ab3
L
12162if ac_fn_c_try_link "$LINENO"; then :
12163 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12164 lt_cv_shlibpath_overrides_runpath=yes
2232061b 12165fi
2232061b 12166fi
6bb11ab3
L
12167rm -f core conftest.err conftest.$ac_objext \
12168 conftest$ac_exeext conftest.$ac_ext
12169 LDFLAGS=$save_LDFLAGS
12170 libdir=$save_libdir
2232061b 12171
6bb11ab3 12172fi
2232061b 12173
6bb11ab3 12174 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 12175
6bb11ab3
L
12176 # This implies no fast_install, which is unacceptable.
12177 # Some rework will be needed to allow for fast_install
12178 # before this can be enabled.
12179 hardcode_into_libs=yes
2232061b 12180
6bb11ab3
L
12181 # Append ld.so.conf contents to the search path
12182 if test -f /etc/ld.so.conf; then
12183 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' ' '`
12184 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12185 fi
2232061b 12186
6bb11ab3
L
12187 # We used to test for /lib/ld.so.1 and disable shared libraries on
12188 # powerpc, because MkLinux only supported shared libraries with the
12189 # GNU dynamic linker. Since this was broken with cross compilers,
12190 # most powerpc-linux boxes support dynamic linking these days and
12191 # people can always --disable-shared, the test was removed, and we
12192 # assume the GNU/Linux dynamic linker is in use.
12193 dynamic_linker='GNU/Linux ld.so'
12194 ;;
12195
12196netbsd*)
12197 version_type=sunos
12198 need_lib_prefix=no
12199 need_version=no
12200 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12201 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12202 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12203 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 12204 else
6bb11ab3
L
12205 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12206 soname_spec='${libname}${release}${shared_ext}$major'
12207 dynamic_linker='NetBSD ld.elf_so'
12208 fi
12209 shlibpath_var=LD_LIBRARY_PATH
12210 shlibpath_overrides_runpath=yes
12211 hardcode_into_libs=yes
12212 ;;
12213
12214newsos6)
12215 version_type=linux
12216 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12217 shlibpath_var=LD_LIBRARY_PATH
12218 shlibpath_overrides_runpath=yes
12219 ;;
12220
12221*nto* | *qnx*)
12222 version_type=qnx
12223 need_lib_prefix=no
12224 need_version=no
12225 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12226 soname_spec='${libname}${release}${shared_ext}$major'
12227 shlibpath_var=LD_LIBRARY_PATH
12228 shlibpath_overrides_runpath=no
12229 hardcode_into_libs=yes
12230 dynamic_linker='ldqnx.so'
12231 ;;
12232
12233openbsd*)
12234 version_type=sunos
12235 sys_lib_dlsearch_path_spec="/usr/lib"
12236 need_lib_prefix=no
12237 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12238 case $host_os in
12239 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12240 *) need_version=no ;;
12241 esac
12242 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12243 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12244 shlibpath_var=LD_LIBRARY_PATH
12245 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12246 case $host_os in
12247 openbsd2.[89] | openbsd2.[89].*)
12248 shlibpath_overrides_runpath=no
12249 ;;
12250 *)
12251 shlibpath_overrides_runpath=yes
12252 ;;
12253 esac
12254 else
12255 shlibpath_overrides_runpath=yes
12256 fi
12257 ;;
12258
12259os2*)
12260 libname_spec='$name'
12261 shrext_cmds=".dll"
12262 need_lib_prefix=no
12263 library_names_spec='$libname${shared_ext} $libname.a'
12264 dynamic_linker='OS/2 ld.exe'
12265 shlibpath_var=LIBPATH
12266 ;;
12267
12268osf3* | osf4* | osf5*)
12269 version_type=osf
12270 need_lib_prefix=no
12271 need_version=no
12272 soname_spec='${libname}${release}${shared_ext}$major'
12273 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12274 shlibpath_var=LD_LIBRARY_PATH
12275 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12276 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12277 ;;
12278
12279rdos*)
12280 dynamic_linker=no
12281 ;;
12282
12283solaris*)
12284 version_type=linux
12285 need_lib_prefix=no
12286 need_version=no
12287 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12288 soname_spec='${libname}${release}${shared_ext}$major'
12289 shlibpath_var=LD_LIBRARY_PATH
12290 shlibpath_overrides_runpath=yes
12291 hardcode_into_libs=yes
12292 # ldd complains unless libraries are executable
12293 postinstall_cmds='chmod +x $lib'
12294 ;;
12295
12296sunos4*)
12297 version_type=sunos
12298 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12299 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12300 shlibpath_var=LD_LIBRARY_PATH
12301 shlibpath_overrides_runpath=yes
12302 if test "$with_gnu_ld" = yes; then
12303 need_lib_prefix=no
12304 fi
12305 need_version=yes
12306 ;;
12307
12308sysv4 | sysv4.3*)
12309 version_type=linux
12310 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12311 soname_spec='${libname}${release}${shared_ext}$major'
12312 shlibpath_var=LD_LIBRARY_PATH
12313 case $host_vendor in
12314 sni)
12315 shlibpath_overrides_runpath=no
12316 need_lib_prefix=no
12317 runpath_var=LD_RUN_PATH
12318 ;;
12319 siemens)
12320 need_lib_prefix=no
12321 ;;
12322 motorola)
12323 need_lib_prefix=no
12324 need_version=no
12325 shlibpath_overrides_runpath=no
12326 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12327 ;;
12328 esac
12329 ;;
12330
12331sysv4*MP*)
12332 if test -d /usr/nec ;then
12333 version_type=linux
12334 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12335 soname_spec='$libname${shared_ext}.$major'
12336 shlibpath_var=LD_LIBRARY_PATH
2232061b 12337 fi
6bb11ab3
L
12338 ;;
12339
12340sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12341 version_type=freebsd-elf
12342 need_lib_prefix=no
12343 need_version=no
12344 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12345 soname_spec='${libname}${release}${shared_ext}$major'
12346 shlibpath_var=LD_LIBRARY_PATH
12347 shlibpath_overrides_runpath=yes
12348 hardcode_into_libs=yes
12349 if test "$with_gnu_ld" = yes; then
12350 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12351 else
12352 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12353 case $host_os in
12354 sco3.2v5*)
12355 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12356 ;;
12357 esac
12358 fi
12359 sys_lib_dlsearch_path_spec='/usr/lib'
12360 ;;
12361
12362tpf*)
12363 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12364 version_type=linux
12365 need_lib_prefix=no
12366 need_version=no
12367 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12368 shlibpath_var=LD_LIBRARY_PATH
12369 shlibpath_overrides_runpath=no
12370 hardcode_into_libs=yes
12371 ;;
12372
12373uts4*)
12374 version_type=linux
12375 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12376 soname_spec='${libname}${release}${shared_ext}$major'
12377 shlibpath_var=LD_LIBRARY_PATH
12378 ;;
12379
12380*)
12381 dynamic_linker=no
12382 ;;
12383esac
12384{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12385$as_echo "$dynamic_linker" >&6; }
12386test "$dynamic_linker" = no && can_build_shared=no
12387
12388variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12389if test "$GCC" = yes; then
12390 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 12391fi
2232061b 12392
6bb11ab3
L
12393if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12394 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12395fi
12396if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12397 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12398fi
12399
12400
12401
12402
12403
12404
12405
12406
12407
12408
12409
12410
12411
12412
12413
12414
12415
12416
12417
12418
12419
12420
12421
12422
12423
12424
2232061b 12425
2232061b 12426
2232061b 12427
2232061b 12428
2232061b
MF
12429
12430
6ffe910a 12431
6ffe910a
MF
12432
12433
12434
12435
12436
2232061b 12437
6ffe910a
MF
12438
12439
12440
12441
6ffe910a 12442
6ffe910a 12443
6ffe910a
MF
12444
12445
6ffe910a 12446
6ffe910a 12447
6ffe910a
MF
12448
12449
5f3ef9d0 12450
5f3ef9d0
JB
12451
12452
12453
db2e4d67
MF
12454
12455
db2e4d67 12456
db2e4d67 12457
db2e4d67 12458
db2e4d67 12459
db2e4d67 12460
db2e4d67 12461
db2e4d67 12462
db2e4d67
MF
12463
12464
db2e4d67 12465
db2e4d67
MF
12466
12467
db2e4d67 12468
db2e4d67
MF
12469
12470
6ffe910a 12471
6ffe910a 12472
6ffe910a
MF
12473
12474
6ffe910a
MF
12475
12476
6ffe910a 12477
6ffe910a 12478
6ffe910a 12479
6ffe910a 12480
6ffe910a 12481
b7026657
AC
12482
12483
12484
c906108c 12485
b7026657 12486
b7026657 12487
b7026657 12488
b7026657 12489
c906108c 12490
6bb11ab3
L
12491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12492$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12493hardcode_action=
12494if test -n "$hardcode_libdir_flag_spec" ||
12495 test -n "$runpath_var" ||
12496 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 12497
6bb11ab3
L
12498 # We can hardcode non-existent directories.
12499 if test "$hardcode_direct" != no &&
12500 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12501 # have to relink, otherwise we might link with an installed library
12502 # when we should be linking with a yet-to-be-installed one
12503 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12504 test "$hardcode_minus_L" != no; then
12505 # Linking always hardcodes the temporary library directory.
12506 hardcode_action=relink
12507 else
12508 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12509 hardcode_action=immediate
12510 fi
12511else
12512 # We cannot hardcode anything, or else we can only hardcode existing
12513 # directories.
12514 hardcode_action=unsupported
c906108c 12515fi
6bb11ab3
L
12516{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12517$as_echo "$hardcode_action" >&6; }
b7026657 12518
6bb11ab3
L
12519if test "$hardcode_action" = relink ||
12520 test "$inherit_rpath" = yes; then
12521 # Fast installation is not supported
12522 enable_fast_install=no
12523elif test "$shlibpath_overrides_runpath" = yes ||
12524 test "$enable_shared" = no; then
12525 # Fast installation is not necessary
12526 enable_fast_install=needless
12527fi
c906108c 12528
6bb11ab3
L
12529
12530
12531
12532
12533
12534 if test "x$enable_dlopen" != xyes; then
12535 enable_dlopen=unknown
12536 enable_dlopen_self=unknown
12537 enable_dlopen_self_static=unknown
12538else
12539 lt_cv_dlopen=no
12540 lt_cv_dlopen_libs=
12541
12542 case $host_os in
12543 beos*)
12544 lt_cv_dlopen="load_add_on"
12545 lt_cv_dlopen_libs=
12546 lt_cv_dlopen_self=yes
12547 ;;
12548
12549 mingw* | pw32* | cegcc*)
12550 lt_cv_dlopen="LoadLibrary"
12551 lt_cv_dlopen_libs=
12552 ;;
12553
12554 cygwin*)
12555 lt_cv_dlopen="dlopen"
12556 lt_cv_dlopen_libs=
12557 ;;
12558
12559 darwin*)
12560 # if libdl is installed we need to link against it
12561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12562$as_echo_n "checking for dlopen in -ldl... " >&6; }
12563if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12564 $as_echo_n "(cached) " >&6
12565else
12566 ac_check_lib_save_LIBS=$LIBS
12567LIBS="-ldl $LIBS"
12568cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12569/* end confdefs.h. */
12570
12571/* Override any GCC internal prototype to avoid an error.
12572 Use char because int might match the return type of a GCC
12573 builtin and then its argument prototype would still apply. */
12574#ifdef __cplusplus
12575extern "C"
12576#endif
12577char dlopen ();
12578int
12579main ()
12580{
12581return dlopen ();
12582 ;
12583 return 0;
12584}
b7026657 12585_ACEOF
6bb11ab3
L
12586if ac_fn_c_try_link "$LINENO"; then :
12587 ac_cv_lib_dl_dlopen=yes
12588else
12589 ac_cv_lib_dl_dlopen=no
12590fi
12591rm -f core conftest.err conftest.$ac_objext \
12592 conftest$ac_exeext conftest.$ac_ext
12593LIBS=$ac_check_lib_save_LIBS
12594fi
12595{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12596$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12597if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12598 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12599else
12600
12601 lt_cv_dlopen="dyld"
12602 lt_cv_dlopen_libs=
12603 lt_cv_dlopen_self=yes
c906108c 12604
c906108c 12605fi
c906108c 12606
6bb11ab3 12607 ;;
c906108c 12608
6bb11ab3
L
12609 *)
12610 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12611if test "x$ac_cv_func_shl_load" = x""yes; then :
12612 lt_cv_dlopen="shl_load"
12613else
12614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12615$as_echo_n "checking for shl_load in -ldld... " >&6; }
12616if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12617 $as_echo_n "(cached) " >&6
12618else
12619 ac_check_lib_save_LIBS=$LIBS
12620LIBS="-ldld $LIBS"
12621cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12622/* end confdefs.h. */
12623
12624/* Override any GCC internal prototype to avoid an error.
12625 Use char because int might match the return type of a GCC
12626 builtin and then its argument prototype would still apply. */
12627#ifdef __cplusplus
12628extern "C"
12629#endif
12630char shl_load ();
12631int
12632main ()
12633{
12634return shl_load ();
12635 ;
12636 return 0;
12637}
12638_ACEOF
12639if ac_fn_c_try_link "$LINENO"; then :
12640 ac_cv_lib_dld_shl_load=yes
12641else
12642 ac_cv_lib_dld_shl_load=no
12643fi
12644rm -f core conftest.err conftest.$ac_objext \
12645 conftest$ac_exeext conftest.$ac_ext
12646LIBS=$ac_check_lib_save_LIBS
12647fi
12648{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12649$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12650if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12651 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12652else
12653 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12654if test "x$ac_cv_func_dlopen" = x""yes; then :
12655 lt_cv_dlopen="dlopen"
12656else
12657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12658$as_echo_n "checking for dlopen in -ldl... " >&6; }
12659if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
81ecdfbb 12660 $as_echo_n "(cached) " >&6
c906108c 12661else
b7026657 12662 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12663LIBS="-ldl $LIBS"
81ecdfbb 12664cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12665/* end confdefs.h. */
12666
81ecdfbb
RW
12667/* Override any GCC internal prototype to avoid an error.
12668 Use char because int might match the return type of a GCC
12669 builtin and then its argument prototype would still apply. */
b7026657
AC
12670#ifdef __cplusplus
12671extern "C"
12672#endif
6bb11ab3 12673char dlopen ();
b7026657
AC
12674int
12675main ()
12676{
6bb11ab3 12677return dlopen ();
b7026657
AC
12678 ;
12679 return 0;
12680}
12681_ACEOF
81ecdfbb 12682if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12683 ac_cv_lib_dl_dlopen=yes
b7026657 12684else
6bb11ab3 12685 ac_cv_lib_dl_dlopen=no
b7026657 12686fi
81ecdfbb
RW
12687rm -f core conftest.err conftest.$ac_objext \
12688 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12689LIBS=$ac_check_lib_save_LIBS
12690fi
6bb11ab3
L
12691{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12692$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12693if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12694 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12695else
12696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12697$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12698if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
81ecdfbb 12699 $as_echo_n "(cached) " >&6
c906108c 12700else
b7026657 12701 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12702LIBS="-lsvld $LIBS"
81ecdfbb 12703cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12704/* end confdefs.h. */
12705
81ecdfbb
RW
12706/* Override any GCC internal prototype to avoid an error.
12707 Use char because int might match the return type of a GCC
12708 builtin and then its argument prototype would still apply. */
b7026657
AC
12709#ifdef __cplusplus
12710extern "C"
12711#endif
6bb11ab3 12712char dlopen ();
b7026657
AC
12713int
12714main ()
12715{
6bb11ab3 12716return dlopen ();
b7026657
AC
12717 ;
12718 return 0;
12719}
12720_ACEOF
81ecdfbb 12721if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12722 ac_cv_lib_svld_dlopen=yes
b7026657 12723else
6bb11ab3 12724 ac_cv_lib_svld_dlopen=no
b7026657 12725fi
81ecdfbb
RW
12726rm -f core conftest.err conftest.$ac_objext \
12727 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12728LIBS=$ac_check_lib_save_LIBS
12729fi
6bb11ab3
L
12730{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12731$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12732if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12733 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 12734else
6bb11ab3
L
12735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12736$as_echo_n "checking for dld_link in -ldld... " >&6; }
12737if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
81ecdfbb 12738 $as_echo_n "(cached) " >&6
b5bd9624 12739else
6bb11ab3
L
12740 ac_check_lib_save_LIBS=$LIBS
12741LIBS="-ldld $LIBS"
81ecdfbb 12742cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
12743/* end confdefs.h. */
12744
81ecdfbb
RW
12745/* Override any GCC internal prototype to avoid an error.
12746 Use char because int might match the return type of a GCC
b5bd9624 12747 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
12748#ifdef __cplusplus
12749extern "C"
12750#endif
6bb11ab3 12751char dld_link ();
b5bd9624
HPN
12752int
12753main ()
12754{
6bb11ab3 12755return dld_link ();
b5bd9624
HPN
12756 ;
12757 return 0;
12758}
12759_ACEOF
6bb11ab3
L
12760if ac_fn_c_try_link "$LINENO"; then :
12761 ac_cv_lib_dld_dld_link=yes
12762else
12763 ac_cv_lib_dld_dld_link=no
12764fi
12765rm -f core conftest.err conftest.$ac_objext \
12766 conftest$ac_exeext conftest.$ac_ext
12767LIBS=$ac_check_lib_save_LIBS
12768fi
12769{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12770$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12771if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12772 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12773fi
12774
12775
12776fi
12777
12778
12779fi
12780
12781
12782fi
12783
12784
12785fi
12786
12787
12788fi
12789
12790 ;;
12791 esac
12792
12793 if test "x$lt_cv_dlopen" != xno; then
12794 enable_dlopen=yes
b5bd9624 12795 else
6bb11ab3
L
12796 enable_dlopen=no
12797 fi
12798
12799 case $lt_cv_dlopen in
12800 dlopen)
12801 save_CPPFLAGS="$CPPFLAGS"
12802 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12803
12804 save_LDFLAGS="$LDFLAGS"
12805 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12806
12807 save_LIBS="$LIBS"
12808 LIBS="$lt_cv_dlopen_libs $LIBS"
12809
12810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12811$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12812if test "${lt_cv_dlopen_self+set}" = set; then :
12813 $as_echo_n "(cached) " >&6
12814else
12815 if test "$cross_compiling" = yes; then :
12816 lt_cv_dlopen_self=cross
12817else
12818 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12819 lt_status=$lt_dlunknown
12820 cat > conftest.$ac_ext <<_LT_EOF
ce39bd38 12821#line 12821 "configure"
6bb11ab3
L
12822#include "confdefs.h"
12823
12824#if HAVE_DLFCN_H
12825#include <dlfcn.h>
12826#endif
12827
12828#include <stdio.h>
12829
12830#ifdef RTLD_GLOBAL
12831# define LT_DLGLOBAL RTLD_GLOBAL
12832#else
12833# ifdef DL_GLOBAL
12834# define LT_DLGLOBAL DL_GLOBAL
12835# else
12836# define LT_DLGLOBAL 0
12837# endif
12838#endif
12839
12840/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12841 find out it does not work in some platform. */
12842#ifndef LT_DLLAZY_OR_NOW
12843# ifdef RTLD_LAZY
12844# define LT_DLLAZY_OR_NOW RTLD_LAZY
12845# else
12846# ifdef DL_LAZY
12847# define LT_DLLAZY_OR_NOW DL_LAZY
12848# else
12849# ifdef RTLD_NOW
12850# define LT_DLLAZY_OR_NOW RTLD_NOW
12851# else
12852# ifdef DL_NOW
12853# define LT_DLLAZY_OR_NOW DL_NOW
12854# else
12855# define LT_DLLAZY_OR_NOW 0
12856# endif
12857# endif
12858# endif
12859# endif
12860#endif
12861
12862/* When -fvisbility=hidden is used, assume the code has been annotated
12863 correspondingly for the symbols needed. */
12864#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12865void fnord () __attribute__((visibility("default")));
12866#endif
12867
12868void fnord () { int i=42; }
12869int main ()
12870{
12871 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12872 int status = $lt_dlunknown;
12873
12874 if (self)
12875 {
12876 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12877 else
12878 {
12879 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12880 else puts (dlerror ());
12881 }
12882 /* dlclose (self); */
12883 }
12884 else
12885 puts (dlerror ());
12886
12887 return status;
12888}
12889_LT_EOF
12890 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12891 (eval $ac_link) 2>&5
12892 ac_status=$?
12893 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12894 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12895 (./conftest; exit; ) >&5 2>/dev/null
12896 lt_status=$?
12897 case x$lt_status in
12898 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12899 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12900 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12901 esac
12902 else :
12903 # compilation failed
12904 lt_cv_dlopen_self=no
b5bd9624 12905 fi
b5bd9624 12906fi
6bb11ab3
L
12907rm -fr conftest*
12908
12909
b5bd9624 12910fi
6bb11ab3
L
12911{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12912$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 12913
6bb11ab3
L
12914 if test "x$lt_cv_dlopen_self" = xyes; then
12915 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12917$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12918if test "${lt_cv_dlopen_self_static+set}" = set; then :
12919 $as_echo_n "(cached) " >&6
b5bd9624 12920else
6bb11ab3
L
12921 if test "$cross_compiling" = yes; then :
12922 lt_cv_dlopen_self_static=cross
12923else
12924 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12925 lt_status=$lt_dlunknown
12926 cat > conftest.$ac_ext <<_LT_EOF
ce39bd38 12927#line 12927 "configure"
6bb11ab3
L
12928#include "confdefs.h"
12929
12930#if HAVE_DLFCN_H
12931#include <dlfcn.h>
12932#endif
12933
12934#include <stdio.h>
12935
12936#ifdef RTLD_GLOBAL
12937# define LT_DLGLOBAL RTLD_GLOBAL
12938#else
12939# ifdef DL_GLOBAL
12940# define LT_DLGLOBAL DL_GLOBAL
12941# else
12942# define LT_DLGLOBAL 0
12943# endif
12944#endif
12945
12946/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12947 find out it does not work in some platform. */
12948#ifndef LT_DLLAZY_OR_NOW
12949# ifdef RTLD_LAZY
12950# define LT_DLLAZY_OR_NOW RTLD_LAZY
12951# else
12952# ifdef DL_LAZY
12953# define LT_DLLAZY_OR_NOW DL_LAZY
12954# else
12955# ifdef RTLD_NOW
12956# define LT_DLLAZY_OR_NOW RTLD_NOW
12957# else
12958# ifdef DL_NOW
12959# define LT_DLLAZY_OR_NOW DL_NOW
12960# else
12961# define LT_DLLAZY_OR_NOW 0
12962# endif
12963# endif
12964# endif
12965# endif
12966#endif
12967
12968/* When -fvisbility=hidden is used, assume the code has been annotated
12969 correspondingly for the symbols needed. */
12970#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12971void fnord () __attribute__((visibility("default")));
12972#endif
12973
12974void fnord () { int i=42; }
12975int main ()
12976{
12977 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12978 int status = $lt_dlunknown;
12979
12980 if (self)
12981 {
12982 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12983 else
12984 {
12985 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12986 else puts (dlerror ());
12987 }
12988 /* dlclose (self); */
12989 }
12990 else
12991 puts (dlerror ());
12992
12993 return status;
12994}
12995_LT_EOF
12996 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12997 (eval $ac_link) 2>&5
12998 ac_status=$?
12999 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13000 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13001 (./conftest; exit; ) >&5 2>/dev/null
13002 lt_status=$?
13003 case x$lt_status in
13004 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13005 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13006 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13007 esac
13008 else :
13009 # compilation failed
13010 lt_cv_dlopen_self_static=no
13011 fi
b5bd9624 13012fi
6bb11ab3
L
13013rm -fr conftest*
13014
13015
b5bd9624 13016fi
6bb11ab3
L
13017{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13018$as_echo "$lt_cv_dlopen_self_static" >&6; }
13019 fi
13020
13021 CPPFLAGS="$save_CPPFLAGS"
13022 LDFLAGS="$save_LDFLAGS"
13023 LIBS="$save_LIBS"
13024 ;;
13025 esac
13026
13027 case $lt_cv_dlopen_self in
13028 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13029 *) enable_dlopen_self=unknown ;;
13030 esac
13031
13032 case $lt_cv_dlopen_self_static in
13033 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13034 *) enable_dlopen_self_static=unknown ;;
13035 esac
13036fi
13037
13038
13039
13040
13041
13042
13043
13044
13045
13046
13047
13048
13049
13050
13051
13052
13053
13054striplib=
13055old_striplib=
13056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13057$as_echo_n "checking whether stripping libraries is possible... " >&6; }
13058if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13059 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13060 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13062$as_echo "yes" >&6; }
13063else
13064# FIXME - insert some real tests, host_os isn't really good enough
13065 case $host_os in
13066 darwin*)
13067 if test -n "$STRIP" ; then
13068 striplib="$STRIP -x"
13069 old_striplib="$STRIP -S"
13070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13071$as_echo "yes" >&6; }
13072 else
13073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13074$as_echo "no" >&6; }
13075 fi
13076 ;;
13077 *)
13078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13079$as_echo "no" >&6; }
13080 ;;
13081 esac
13082fi
13083
13084
13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095 # Report which library types will actually be built
13096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13097$as_echo_n "checking if libtool supports shared libraries... " >&6; }
13098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13099$as_echo "$can_build_shared" >&6; }
13100
13101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13102$as_echo_n "checking whether to build shared libraries... " >&6; }
13103 test "$can_build_shared" = "no" && enable_shared=no
13104
13105 # On AIX, shared libraries and static libraries use the same namespace, and
13106 # are all built from PIC.
13107 case $host_os in
13108 aix3*)
13109 test "$enable_shared" = yes && enable_static=no
13110 if test -n "$RANLIB"; then
13111 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13112 postinstall_cmds='$RANLIB $lib'
13113 fi
13114 ;;
13115
13116 aix[4-9]*)
13117 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13118 test "$enable_shared" = yes && enable_static=no
13119 fi
13120 ;;
13121 esac
13122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13123$as_echo "$enable_shared" >&6; }
13124
13125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13126$as_echo_n "checking whether to build static libraries... " >&6; }
13127 # Make sure either enable_shared or enable_static is yes.
13128 test "$enable_shared" = yes || enable_static=yes
13129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13130$as_echo "$enable_static" >&6; }
13131
13132
13133
13134
13135fi
13136ac_ext=c
13137ac_cpp='$CPP $CPPFLAGS'
13138ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13139ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13140ac_compiler_gnu=$ac_cv_c_compiler_gnu
13141
13142CC="$lt_save_CC"
13143
13144
13145
13146
13147
13148
13149
13150
13151
b5bd9624 13152
b5bd9624 13153
b5bd9624 13154
b5bd9624 13155
6bb11ab3
L
13156 ac_config_commands="$ac_config_commands libtool"
13157
13158
13159
13160
13161# Only expand once:
13162
13163
5912fadd 13164
b5bd9624 13165
c906108c
SS
13166. ${srcdir}/../../bfd/configure.host
13167
13168
13169
31e6ad7d
MF
13170
13171{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13172$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13173 # Check whether --enable-maintainer-mode was given.
81ecdfbb 13174if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
13175 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13176else
13177 USE_MAINTAINER_MODE=no
c906108c 13178fi
31e6ad7d
MF
13179
13180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13181$as_echo "$USE_MAINTAINER_MODE" >&6; }
13182 if test $USE_MAINTAINER_MODE = yes; then
13183 MAINTAINER_MODE_TRUE=
13184 MAINTAINER_MODE_FALSE='#'
c906108c 13185else
31e6ad7d
MF
13186 MAINTAINER_MODE_TRUE='#'
13187 MAINTAINER_MODE_FALSE=
81ecdfbb 13188fi
c906108c 13189
31e6ad7d
MF
13190 MAINT=$MAINTAINER_MODE_TRUE
13191
13192
c906108c 13193
81ecdfbb 13194
ce39bd38
MF
13195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
13196$as_echo_n "checking for sim debug setting... " >&6; }
13197sim_debug="0"
81ecdfbb
RW
13198# Check whether --enable-sim-debug was given.
13199if test "${enable_sim_debug+set}" = set; then :
13200 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
13201 yes) sim_debug="7";;
13202 no) sim_debug="0";;
13203 *) sim_debug="($enableval)";;
c906108c 13204esac
c906108c 13205fi
ce39bd38
MF
13206if test "$sim_debug" != "0"; then
13207
13208cat >>confdefs.h <<_ACEOF
13209#define DEBUG $sim_debug
13210_ACEOF
13211
81ecdfbb 13212fi
c906108c 13213
ce39bd38
MF
13214cat >>confdefs.h <<_ACEOF
13215#define WITH_DEBUG $sim_debug
13216_ACEOF
13217
13218{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
13219$as_echo "$sim_debug" >&6; }
c906108c 13220
81ecdfbb 13221
ce39bd38
MF
13222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
13223$as_echo_n "checking for sim stdio debug behavior... " >&6; }
13224sim_stdio="0"
81ecdfbb
RW
13225# Check whether --enable-sim-stdio was given.
13226if test "${enable_sim_stdio+set}" = set; then :
13227 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
13228 yes) sim_stdio="DO_USE_STDIO";;
13229 no) sim_stdio="DONT_USE_STDIO";;
13230 *) as_fn_error "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
c906108c 13231esac
81ecdfbb 13232fi
c906108c 13233
ce39bd38
MF
13234cat >>confdefs.h <<_ACEOF
13235#define WITH_STDIO $sim_stdio
13236_ACEOF
13237
13238{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
13239$as_echo "$sim_stdio" >&6; }
c906108c 13240
81ecdfbb 13241
ce39bd38
MF
13242{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
13243$as_echo_n "checking for sim trace settings... " >&6; }
13244sim_trace="~TRACE_debug"
81ecdfbb
RW
13245# Check whether --enable-sim-trace was given.
13246if test "${enable_sim_trace+set}" = set; then :
13247 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
13248 yes) sim_trace="-1";;
13249 no) sim_trace="0";;
c906108c 13250 [-0-9]*)
ce39bd38 13251 sim_trace="'(${enableval})'";;
2232061b 13252 [[:lower:]]*)
c906108c
SS
13253 sim_trace=""
13254 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13255 if test x"$sim_trace" = x; then
ce39bd38 13256 sim_trace="(TRACE_$x"
c906108c
SS
13257 else
13258 sim_trace="${sim_trace}|TRACE_$x"
13259 fi
13260 done
ce39bd38 13261 sim_trace="$sim_trace)" ;;
c906108c 13262esac
81ecdfbb 13263fi
c906108c 13264
ce39bd38
MF
13265cat >>confdefs.h <<_ACEOF
13266#define WITH_TRACE $sim_trace
13267_ACEOF
13268
13269{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
13270$as_echo "$sim_trace" >&6; }
c906108c 13271
81ecdfbb 13272
ce39bd38
MF
13273{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
13274$as_echo_n "checking for sim profile settings... " >&6; }
13275profile="1"
13276sim_profile="-1"
81ecdfbb
RW
13277# Check whether --enable-sim-profile was given.
13278if test "${enable_sim_profile+set}" = set; then :
13279 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
13280 yes) profile="1" sim_profile="-1";;
13281 no) profile="0" sim_profile="0";;
c906108c 13282 [-0-9]*)
ce39bd38 13283 profile="(${enableval})" sim_profile="(${enableval})";;
c906108c 13284 [a-z]*)
ce39bd38 13285 profile="1"
c906108c
SS
13286 sim_profile=""
13287 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13288 if test x"$sim_profile" = x; then
ce39bd38 13289 sim_profile="(PROFILE_$x"
c906108c
SS
13290 else
13291 sim_profile="${sim_profile}|PROFILE_$x"
13292 fi
13293 done
ce39bd38 13294 sim_profile="$sim_profile)" ;;
c906108c 13295esac
81ecdfbb 13296fi
c906108c 13297
ce39bd38
MF
13298cat >>confdefs.h <<_ACEOF
13299#define PROFILE $profile
13300_ACEOF
c906108c 13301
6efef468 13302
ce39bd38
MF
13303cat >>confdefs.h <<_ACEOF
13304#define WITH_PROFILE $sim_profile
13305_ACEOF
13306
13307{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
13308$as_echo "$sim_profile" >&6; }
13309
13310
13311
13312{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
13313$as_echo_n "checking whether to enable sim asserts... " >&6; }
13314sim_assert="1"
35656e95
MF
13315# Check whether --enable-sim-assert was given.
13316if test "${enable_sim_assert+set}" = set; then :
13317 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
13318 yes) sim_assert="1";;
13319 no) sim_assert="0";;
13320 *) as_fn_error "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 13321esac
35656e95
MF
13322fi
13323
ce39bd38
MF
13324cat >>confdefs.h <<_ACEOF
13325#define WITH_ASSERT $sim_assert
13326_ACEOF
13327
13328{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
13329$as_echo "$sim_assert" >&6; }
13330
35656e95 13331
ce39bd38
MF
13332{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
13333$as_echo_n "checking default sim environment setting... " >&6; }
13334sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
13335# Check whether --enable-sim-environment was given.
13336if test "${enable_sim_environment+set}" = set; then :
13337 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
13338 all | ALL) sim_environment="ALL_ENVIRONMENT";;
13339 user | USER) sim_environment="USER_ENVIRONMENT";;
13340 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
13341 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
13342 *) as_fn_error "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 13343esac
16f7876d
MF
13344fi
13345
ce39bd38
MF
13346cat >>confdefs.h <<_ACEOF
13347#define WITH_ENVIRONMENT $sim_environment
13348_ACEOF
13349
13350{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
13351$as_echo "$sim_environment" >&6; }
13352
16f7876d 13353
347fe5bb
MF
13354sim_inline="-DDEFAULT_INLINE=0"
13355# Check whether --enable-sim-inline was given.
13356if test "${enable_sim_inline+set}" = set; then :
13357 enableval=$enable_sim_inline; sim_inline=""
13358case "$enableval" in
13359 no) sim_inline="-DDEFAULT_INLINE=0";;
13360 0) sim_inline="-DDEFAULT_INLINE=0";;
13361 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13362 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13363 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13364 new_flag=""
13365 case "$x" in
13366 *_INLINE=*) new_flag="-D$x";;
13367 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13368 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13369 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13370 esac
13371 if test x"$sim_inline" = x""; then
13372 sim_inline="$new_flag"
13373 else
13374 sim_inline="$sim_inline $new_flag"
13375 fi
13376 done;;
13377esac
13378if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13379 echo "Setting inline flags = $sim_inline" 6>&1
13380fi
13381fi
13382
13383
13384
81ecdfbb
RW
13385
13386# Check whether --with-pkgversion was given.
13387if test "${with_pkgversion+set}" = set; then :
13388 withval=$with_pkgversion; case "$withval" in
13389 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
6efef468
JM
13390 no) PKGVERSION= ;;
13391 *) PKGVERSION="($withval) " ;;
13392 esac
13393else
bf12d44e 13394 PKGVERSION="(SIM) "
6efef468 13395
81ecdfbb
RW
13396fi
13397
6efef468
JM
13398
13399
13400
13401
81ecdfbb
RW
13402# Check whether --with-bugurl was given.
13403if test "${with_bugurl+set}" = set; then :
13404 withval=$with_bugurl; case "$withval" in
13405 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
13406 no) BUGURL=
13407 ;;
13408 *) BUGURL="$withval"
13409 ;;
13410 esac
13411else
13412 BUGURL="http://www.gnu.org/software/gdb/bugs/"
13413
81ecdfbb
RW
13414fi
13415
6efef468
JM
13416 case ${BUGURL} in
13417 "")
13418 REPORT_BUGS_TO=
13419 REPORT_BUGS_TEXI=
13420 ;;
13421 *)
13422 REPORT_BUGS_TO="<$BUGURL>"
13423 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13424 ;;
13425 esac;
13426
13427
13428
13429
13430cat >>confdefs.h <<_ACEOF
13431#define PKGVERSION "$PKGVERSION"
13432_ACEOF
13433
13434
13435cat >>confdefs.h <<_ACEOF
13436#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13437_ACEOF
13438
13439
81ecdfbb
RW
13440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13441$as_echo_n "checking return type of signal handlers... " >&6; }
13442if test "${ac_cv_type_signal+set}" = set; then :
13443 $as_echo_n "(cached) " >&6
c906108c 13444else
81ecdfbb 13445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 13446/* end confdefs.h. */
c906108c
SS
13447#include <sys/types.h>
13448#include <signal.h>
c906108c 13449
b7026657
AC
13450int
13451main ()
13452{
81ecdfbb 13453return *(signal (0, 0)) (0) == 1;
b7026657
AC
13454 ;
13455 return 0;
13456}
13457_ACEOF
81ecdfbb
RW
13458if ac_fn_c_try_compile "$LINENO"; then :
13459 ac_cv_type_signal=int
b7026657 13460else
81ecdfbb 13461 ac_cv_type_signal=void
b7026657 13462fi
81ecdfbb 13463rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b7026657 13464fi
81ecdfbb
RW
13465{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13466$as_echo "$ac_cv_type_signal" >&6; }
b7026657
AC
13467
13468cat >>confdefs.h <<_ACEOF
13469#define RETSIGTYPE $ac_cv_type_signal
13470_ACEOF
13471
13472
13473
13474
13475
b7026657 13476
6ffe910a 13477
b7026657 13478# In the Cygwin environment, we need some additional flags.
81ecdfbb
RW
13479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cygwin" >&5
13480$as_echo_n "checking for cygwin... " >&6; }
13481if test "${sim_cv_os_cygwin+set}" = set; then :
13482 $as_echo_n "(cached) " >&6
b7026657 13483else
81ecdfbb 13484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
13485/* end confdefs.h. */
13486
13487#ifdef __CYGWIN__
13488lose
13489#endif
13490_ACEOF
13491if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 13492 $EGREP "lose" >/dev/null 2>&1; then :
b7026657
AC
13493 sim_cv_os_cygwin=yes
13494else
13495 sim_cv_os_cygwin=no
13496fi
13497rm -f conftest*
13498
13499fi
81ecdfbb
RW
13500{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_cv_os_cygwin" >&5
13501$as_echo "$sim_cv_os_cygwin" >&6; }
b7026657
AC
13502
13503if test x$sim_cv_os_cygwin = xyes; then
13504 TERMCAP='`if test -r ../../libtermcap/libtermcap.a; then echo ../../libtermcap/libtermcap.a; else echo -ltermcap; fi` -luser32'
13505else
b909d38d
MF
13506 # Keep in sync with gdb's configure.ac list.
13507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5
13508$as_echo_n "checking for library containing tgetent... " >&6; }
13509if test "${ac_cv_search_tgetent+set}" = set; then :
81ecdfbb 13510 $as_echo_n "(cached) " >&6
b7026657 13511else
b909d38d 13512 ac_func_search_save_LIBS=$LIBS
81ecdfbb 13513cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
13514/* end confdefs.h. */
13515
b909d38d
MF
13516/* Override any GCC internal prototype to avoid an error.
13517 Use char because int might match the return type of a GCC
13518 builtin and then its argument prototype would still apply. */
13519#ifdef __cplusplus
13520extern "C"
13521#endif
13522char tgetent ();
b7026657
AC
13523int
13524main ()
13525{
b909d38d 13526return tgetent ();
b7026657
AC
13527 ;
13528 return 0;
13529}
13530_ACEOF
b909d38d
MF
13531for ac_lib in '' termcap tinfo curses ncurses; do
13532 if test -z "$ac_lib"; then
13533 ac_res="none required"
13534 else
13535 ac_res=-l$ac_lib
13536 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13537 fi
13538 if ac_fn_c_try_link "$LINENO"; then :
13539 ac_cv_search_tgetent=$ac_res
b7026657 13540fi
81ecdfbb 13541rm -f core conftest.err conftest.$ac_objext \
b909d38d
MF
13542 conftest$ac_exeext
13543 if test "${ac_cv_search_tgetent+set}" = set; then :
13544 break
b7026657 13545fi
b909d38d
MF
13546done
13547if test "${ac_cv_search_tgetent+set}" = set; then :
13548
13549else
13550 ac_cv_search_tgetent=no
13551fi
13552rm conftest.$ac_ext
13553LIBS=$ac_func_search_save_LIBS
13554fi
13555{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_tgetent" >&5
13556$as_echo "$ac_cv_search_tgetent" >&6; }
13557ac_res=$ac_cv_search_tgetent
13558if test "$ac_res" != no; then :
13559 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13560 TERMCAP=$ac_cv_search_tgetent
b7026657
AC
13561else
13562 TERMCAP=""
13563fi
13564
13565fi
13566
13567
70a9be63
HPN
13568# We prefer the in-tree readline. Top-level dependencies make sure
13569# src/readline (if it's there) is configured before src/sim.
13570if test -r ../../readline/Makefile; then
13571 READLINE=../../readline/libreadline.a
13572else
81ecdfbb
RW
13573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readline in -lreadline" >&5
13574$as_echo_n "checking for readline in -lreadline... " >&6; }
13575if test "${ac_cv_lib_readline_readline+set}" = set; then :
13576 $as_echo_n "(cached) " >&6
70a9be63
HPN
13577else
13578 ac_check_lib_save_LIBS=$LIBS
13579LIBS="-lreadline $TERMCAP $LIBS"
81ecdfbb 13580cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70a9be63
HPN
13581/* end confdefs.h. */
13582
81ecdfbb
RW
13583/* Override any GCC internal prototype to avoid an error.
13584 Use char because int might match the return type of a GCC
13585 builtin and then its argument prototype would still apply. */
70a9be63
HPN
13586#ifdef __cplusplus
13587extern "C"
13588#endif
70a9be63
HPN
13589char readline ();
13590int
13591main ()
13592{
81ecdfbb 13593return readline ();
70a9be63
HPN
13594 ;
13595 return 0;
13596}
13597_ACEOF
81ecdfbb 13598if ac_fn_c_try_link "$LINENO"; then :
70a9be63
HPN
13599 ac_cv_lib_readline_readline=yes
13600else
81ecdfbb 13601 ac_cv_lib_readline_readline=no
70a9be63 13602fi
81ecdfbb
RW
13603rm -f core conftest.err conftest.$ac_objext \
13604 conftest$ac_exeext conftest.$ac_ext
70a9be63
HPN
13605LIBS=$ac_check_lib_save_LIBS
13606fi
81ecdfbb
RW
13607{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_readline" >&5
13608$as_echo "$ac_cv_lib_readline_readline" >&6; }
13609if test "x$ac_cv_lib_readline_readline" = x""yes; then :
70a9be63
HPN
13610 READLINE=-lreadline
13611else
81ecdfbb 13612 as_fn_error "the required \"readline\" library is missing" "$LINENO" 5
70a9be63
HPN
13613fi
13614
13615fi
13616
b7026657 13617
b7026657
AC
13618cgen_breaks=""
13619if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13620cgen_breaks="break cgen_rtx_error";
13621fi
13622
81ecdfbb 13623ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 13624
81ecdfbb 13625ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 13626
81ecdfbb 13627ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 13628
81ecdfbb 13629ac_config_commands="$ac_config_commands Makefile"
38f48d72 13630
81ecdfbb 13631ac_config_commands="$ac_config_commands stamp-h"
38f48d72 13632
b7026657
AC
13633cat >confcache <<\_ACEOF
13634# This file is a shell script that caches the results of configure
13635# tests run on this system so they can be shared between configure
13636# scripts and configure runs, see configure's option --config-cache.
13637# It is not useful on other systems. If it contains results you don't
13638# want to keep, you may remove or edit it.
13639#
13640# config.status only pays attention to the cache file if you give it
13641# the --recheck option to rerun configure.
13642#
13643# `ac_cv_env_foo' variables (set or unset) will be overridden when
13644# loading this file, other *unset* `ac_cv_foo' will be assigned the
13645# following values.
13646
13647_ACEOF
13648
13649# The following way of writing the cache mishandles newlines in values,
13650# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13651# So, we kill variables containing newlines.
b7026657
AC
13652# Ultrix sh set writes to stderr and can't be redirected directly,
13653# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13654(
13655 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13656 eval ac_val=\$$ac_var
13657 case $ac_val in #(
13658 *${as_nl}*)
13659 case $ac_var in #(
13660 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13661$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13662 esac
13663 case $ac_var in #(
13664 _ | IFS | as_nl) ;; #(
13665 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13666 *) { eval $ac_var=; unset $ac_var;} ;;
13667 esac ;;
13668 esac
13669 done
13670
b7026657 13671 (set) 2>&1 |
81ecdfbb
RW
13672 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13673 *${as_nl}ac_space=\ *)
13674 # `set' does not quote correctly, so add quotes: double-quote
13675 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
13676 sed -n \
13677 "s/'/'\\\\''/g;
13678 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13679 ;; #(
b7026657
AC
13680 *)
13681 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13682 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 13683 ;;
81ecdfbb
RW
13684 esac |
13685 sort
13686) |
b7026657 13687 sed '
81ecdfbb 13688 /^ac_cv_env_/b end
b7026657 13689 t clear
81ecdfbb 13690 :clear
b7026657
AC
13691 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13692 t end
81ecdfbb
RW
13693 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13694 :end' >>confcache
13695if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13696 if test -w "$cache_file"; then
13697 test "x$cache_file" != "x/dev/null" &&
13698 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13699$as_echo "$as_me: updating cache $cache_file" >&6;}
b7026657
AC
13700 cat confcache >$cache_file
13701 else
81ecdfbb
RW
13702 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13703$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
13704 fi
13705fi
13706rm -f confcache
13707
13708test "x$prefix" = xNONE && prefix=$ac_default_prefix
13709# Let make expand exec_prefix.
13710test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13711
b7026657
AC
13712DEFS=-DHAVE_CONFIG_H
13713
13714ac_libobjs=
13715ac_ltlibobjs=
13716for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13717 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13718 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13719 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13720 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13721 # will be set to the directory where LIBOBJS objects are built.
13722 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13723 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
13724done
13725LIBOBJS=$ac_libobjs
13726
13727LTLIBOBJS=$ac_ltlibobjs
13728
13729
0cb8d851 13730
db2e4d67
MF
13731if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13732 as_fn_error "conditional \"GMAKE\" was never defined.
13733Usually this means the macro was only invoked conditionally." "$LINENO" 5
13734fi
6bb11ab3
L
13735if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13736 as_fn_error "conditional \"PLUGINS\" was never defined.
13737Usually this means the macro was only invoked conditionally." "$LINENO" 5
13738fi
31e6ad7d
MF
13739if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13740 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13741Usually this means the macro was only invoked conditionally." "$LINENO" 5
13742fi
b7026657
AC
13743
13744: ${CONFIG_STATUS=./config.status}
81ecdfbb 13745ac_write_fail=0
b7026657
AC
13746ac_clean_files_save=$ac_clean_files
13747ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13748{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13749$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13750as_write_fail=0
13751cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
13752#! $SHELL
13753# Generated by $as_me.
13754# Run this file to recreate the current configuration.
13755# Compiler output produced by configure, useful for debugging
13756# configure, is in config.log if it exists.
13757
13758debug=false
13759ac_cs_recheck=false
13760ac_cs_silent=false
b7026657 13761
81ecdfbb
RW
13762SHELL=\${CONFIG_SHELL-$SHELL}
13763export SHELL
13764_ASEOF
13765cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13766## -------------------- ##
13767## M4sh Initialization. ##
13768## -------------------- ##
13769
13770# Be more Bourne compatible
13771DUALCASE=1; export DUALCASE # for MKS sh
13772if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
13773 emulate sh
13774 NULLCMD=:
81ecdfbb 13775 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
13776 # is contrary to our usage. Disable this feature.
13777 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13778 setopt NO_GLOB_SUBST
13779else
13780 case `(set -o) 2>/dev/null` in #(
13781 *posix*) :
13782 set -o posix ;; #(
13783 *) :
13784 ;;
13785esac
b7026657 13786fi
b7026657 13787
81ecdfbb
RW
13788
13789as_nl='
13790'
13791export as_nl
13792# Printing a long string crashes Solaris 7 /usr/bin/printf.
13793as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13794as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13795as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13796# Prefer a ksh shell builtin over an external printf program on Solaris,
13797# but without wasting forks for bash or zsh.
13798if test -z "$BASH_VERSION$ZSH_VERSION" \
13799 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13800 as_echo='print -r --'
13801 as_echo_n='print -rn --'
13802elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13803 as_echo='printf %s\n'
13804 as_echo_n='printf %s'
13805else
13806 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13807 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13808 as_echo_n='/usr/ucb/echo -n'
13809 else
13810 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13811 as_echo_n_body='eval
13812 arg=$1;
13813 case $arg in #(
13814 *"$as_nl"*)
13815 expr "X$arg" : "X\\(.*\\)$as_nl";
13816 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13817 esac;
13818 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13819 '
13820 export as_echo_n_body
13821 as_echo_n='sh -c $as_echo_n_body as_echo'
13822 fi
13823 export as_echo_body
13824 as_echo='sh -c $as_echo_body as_echo'
13825fi
13826
13827# The user is always right.
13828if test "${PATH_SEPARATOR+set}" != set; then
13829 PATH_SEPARATOR=:
13830 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13831 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13832 PATH_SEPARATOR=';'
13833 }
b7026657
AC
13834fi
13835
13836
81ecdfbb
RW
13837# IFS
13838# We need space, tab and new line, in precisely that order. Quoting is
13839# there to prevent editors from complaining about space-tab.
13840# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13841# splitting by setting IFS to empty value.)
13842IFS=" "" $as_nl"
13843
13844# Find who we are. Look in the path if we contain no directory separator.
13845case $0 in #((
13846 *[\\/]* ) as_myself=$0 ;;
13847 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13848for as_dir in $PATH
13849do
13850 IFS=$as_save_IFS
13851 test -z "$as_dir" && as_dir=.
13852 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13853 done
13854IFS=$as_save_IFS
13855
13856 ;;
13857esac
13858# We did not find ourselves, most probably we were run as `sh COMMAND'
13859# in which case we are not to be found in the path.
13860if test "x$as_myself" = x; then
13861 as_myself=$0
13862fi
13863if test ! -f "$as_myself"; then
13864 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13865 exit 1
13866fi
13867
13868# Unset variables that we do not need and which cause bugs (e.g. in
13869# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13870# suppresses any "Segmentation fault" message there. '((' could
13871# trigger a bug in pdksh 5.2.14.
13872for as_var in BASH_ENV ENV MAIL MAILPATH
13873do eval test x\${$as_var+set} = xset \
13874 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13875done
b7026657
AC
13876PS1='$ '
13877PS2='> '
13878PS4='+ '
13879
13880# NLS nuisances.
81ecdfbb
RW
13881LC_ALL=C
13882export LC_ALL
13883LANGUAGE=C
13884export LANGUAGE
13885
13886# CDPATH.
13887(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13888
13889
13890# as_fn_error ERROR [LINENO LOG_FD]
13891# ---------------------------------
13892# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13893# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13894# script with status $?, using 1 if that was 0.
13895as_fn_error ()
13896{
13897 as_status=$?; test $as_status -eq 0 && as_status=1
13898 if test "$3"; then
13899 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13900 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
b7026657 13901 fi
81ecdfbb
RW
13902 $as_echo "$as_me: error: $1" >&2
13903 as_fn_exit $as_status
13904} # as_fn_error
13905
13906
13907# as_fn_set_status STATUS
13908# -----------------------
13909# Set $? to STATUS, without forking.
13910as_fn_set_status ()
13911{
13912 return $1
13913} # as_fn_set_status
13914
13915# as_fn_exit STATUS
13916# -----------------
13917# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13918as_fn_exit ()
13919{
13920 set +e
13921 as_fn_set_status $1
13922 exit $1
13923} # as_fn_exit
13924
13925# as_fn_unset VAR
13926# ---------------
13927# Portably unset VAR.
13928as_fn_unset ()
13929{
13930 { eval $1=; unset $1;}
13931}
13932as_unset=as_fn_unset
13933# as_fn_append VAR VALUE
13934# ----------------------
13935# Append the text in VALUE to the end of the definition contained in VAR. Take
13936# advantage of any shell optimizations that allow amortized linear growth over
13937# repeated appends, instead of the typical quadratic growth present in naive
13938# implementations.
13939if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13940 eval 'as_fn_append ()
13941 {
13942 eval $1+=\$2
13943 }'
13944else
13945 as_fn_append ()
13946 {
13947 eval $1=\$$1\$2
13948 }
13949fi # as_fn_append
13950
13951# as_fn_arith ARG...
13952# ------------------
13953# Perform arithmetic evaluation on the ARGs, and store the result in the
13954# global $as_val. Take advantage of shells that can avoid forks. The arguments
13955# must be portable across $(()) and expr.
13956if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13957 eval 'as_fn_arith ()
13958 {
13959 as_val=$(( $* ))
13960 }'
13961else
13962 as_fn_arith ()
13963 {
13964 as_val=`expr "$@" || test $? -eq 1`
13965 }
13966fi # as_fn_arith
13967
b7026657 13968
81ecdfbb
RW
13969if expr a : '\(a\)' >/dev/null 2>&1 &&
13970 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 13971 as_expr=expr
c906108c 13972else
b7026657 13973 as_expr=false
c906108c
SS
13974fi
13975
81ecdfbb 13976if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
13977 as_basename=basename
13978else
13979 as_basename=false
13980fi
c906108c 13981
81ecdfbb
RW
13982if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13983 as_dirname=dirname
13984else
13985 as_dirname=false
13986fi
c906108c 13987
81ecdfbb 13988as_me=`$as_basename -- "$0" ||
b7026657
AC
13989$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13990 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
13991 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13992$as_echo X/"$0" |
13993 sed '/^.*\/\([^/][^/]*\)\/*$/{
13994 s//\1/
13995 q
13996 }
13997 /^X\/\(\/\/\)$/{
13998 s//\1/
13999 q
14000 }
14001 /^X\/\(\/\).*/{
14002 s//\1/
14003 q
14004 }
14005 s/.*/./; q'`
c906108c 14006
b7026657
AC
14007# Avoid depending upon Character Ranges.
14008as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14009as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14010as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14011as_cr_digits='0123456789'
14012as_cr_alnum=$as_cr_Letters$as_cr_digits
cd0fc7c3 14013
81ecdfbb
RW
14014ECHO_C= ECHO_N= ECHO_T=
14015case `echo -n x` in #(((((
14016-n*)
14017 case `echo 'xy\c'` in
14018 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14019 xy) ECHO_C='\c';;
14020 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14021 ECHO_T=' ';;
14022 esac;;
14023*)
14024 ECHO_N='-n';;
b7026657 14025esac
c906108c 14026
81ecdfbb
RW
14027rm -f conf$$ conf$$.exe conf$$.file
14028if test -d conf$$.dir; then
14029 rm -f conf$$.dir/conf$$.file
c906108c 14030else
81ecdfbb
RW
14031 rm -f conf$$.dir
14032 mkdir conf$$.dir 2>/dev/null
c906108c 14033fi
81ecdfbb
RW
14034if (echo >conf$$.file) 2>/dev/null; then
14035 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 14036 as_ln_s='ln -s'
81ecdfbb
RW
14037 # ... but there are two gotchas:
14038 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14039 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14040 # In both cases, we have to default to `cp -p'.
14041 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14042 as_ln_s='cp -p'
14043 elif ln conf$$.file conf$$ 2>/dev/null; then
14044 as_ln_s=ln
14045 else
14046 as_ln_s='cp -p'
b7026657 14047 fi
7a292a7a 14048else
b7026657
AC
14049 as_ln_s='cp -p'
14050fi
81ecdfbb
RW
14051rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14052rmdir conf$$.dir 2>/dev/null
14053
7a292a7a 14054
81ecdfbb
RW
14055# as_fn_mkdir_p
14056# -------------
14057# Create "$as_dir" as a directory, including parents if necessary.
14058as_fn_mkdir_p ()
14059{
14060
14061 case $as_dir in #(
14062 -*) as_dir=./$as_dir;;
14063 esac
14064 test -d "$as_dir" || eval $as_mkdir_p || {
14065 as_dirs=
14066 while :; do
14067 case $as_dir in #(
14068 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14069 *) as_qdir=$as_dir;;
14070 esac
14071 as_dirs="'$as_qdir' $as_dirs"
14072 as_dir=`$as_dirname -- "$as_dir" ||
14073$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14074 X"$as_dir" : 'X\(//\)[^/]' \| \
14075 X"$as_dir" : 'X\(//\)$' \| \
14076 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14077$as_echo X"$as_dir" |
14078 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14079 s//\1/
14080 q
14081 }
14082 /^X\(\/\/\)[^/].*/{
14083 s//\1/
14084 q
14085 }
14086 /^X\(\/\/\)$/{
14087 s//\1/
14088 q
14089 }
14090 /^X\(\/\).*/{
14091 s//\1/
14092 q
14093 }
14094 s/.*/./; q'`
14095 test -d "$as_dir" && break
14096 done
14097 test -z "$as_dirs" || eval "mkdir $as_dirs"
14098 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14099
14100
14101} # as_fn_mkdir_p
b7026657 14102if mkdir -p . 2>/dev/null; then
81ecdfbb 14103 as_mkdir_p='mkdir -p "$as_dir"'
7a292a7a 14104else
b7026657
AC
14105 test -d ./-p && rmdir ./-p
14106 as_mkdir_p=false
7a292a7a 14107fi
7a292a7a 14108
81ecdfbb
RW
14109if test -x / >/dev/null 2>&1; then
14110 as_test_x='test -x'
14111else
14112 if ls -dL / >/dev/null 2>&1; then
14113 as_ls_L_option=L
14114 else
14115 as_ls_L_option=
14116 fi
14117 as_test_x='
14118 eval sh -c '\''
14119 if test -d "$1"; then
14120 test -d "$1/.";
14121 else
14122 case $1 in #(
14123 -*)set "./$1";;
14124 esac;
14125 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14126 ???[sx]*):;;*)false;;esac;fi
14127 '\'' sh
14128 '
14129fi
14130as_executable_p=$as_test_x
7a292a7a 14131
b7026657
AC
14132# Sed expression to map a string onto a valid CPP name.
14133as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7a292a7a 14134
b7026657
AC
14135# Sed expression to map a string onto a valid variable name.
14136as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14137
14138
b7026657 14139exec 6>&1
81ecdfbb
RW
14140## ----------------------------------- ##
14141## Main body of $CONFIG_STATUS script. ##
14142## ----------------------------------- ##
14143_ASEOF
14144test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14145
14146cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14147# Save the log message, to keep $0 and so on meaningful, and to
b7026657 14148# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14149# values after options handling.
14150ac_log="
b7026657 14151This file was extended by $as_me, which was
81ecdfbb 14152generated by GNU Autoconf 2.64. Invocation command line was
b7026657
AC
14153
14154 CONFIG_FILES = $CONFIG_FILES
14155 CONFIG_HEADERS = $CONFIG_HEADERS
14156 CONFIG_LINKS = $CONFIG_LINKS
14157 CONFIG_COMMANDS = $CONFIG_COMMANDS
14158 $ $0 $@
14159
81ecdfbb
RW
14160on `(hostname || uname -n) 2>/dev/null | sed 1q`
14161"
14162
b7026657
AC
14163_ACEOF
14164
81ecdfbb
RW
14165case $ac_config_files in *"
14166"*) set x $ac_config_files; shift; ac_config_files=$*;;
14167esac
c906108c 14168
81ecdfbb
RW
14169case $ac_config_headers in *"
14170"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14171esac
b7026657 14172
c906108c 14173
81ecdfbb
RW
14174cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14175# Files that config.status was made for.
14176config_files="$ac_config_files"
14177config_headers="$ac_config_headers"
81ecdfbb 14178config_commands="$ac_config_commands"
c906108c 14179
81ecdfbb 14180_ACEOF
c906108c 14181
81ecdfbb 14182cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 14183ac_cs_usage="\
81ecdfbb
RW
14184\`$as_me' instantiates files and other configuration actions
14185from templates according to the current configuration. Unless the files
14186and actions are specified as TAGs, all are instantiated by default.
c906108c 14187
81ecdfbb 14188Usage: $0 [OPTION]... [TAG]...
c906108c 14189
b7026657 14190 -h, --help print this help, then exit
81ecdfbb
RW
14191 -V, --version print version number and configuration settings, then exit
14192 -q, --quiet, --silent
14193 do not print progress messages
b7026657
AC
14194 -d, --debug don't remove temporary files
14195 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14196 --file=FILE[:TEMPLATE]
14197 instantiate the configuration file FILE
14198 --header=FILE[:TEMPLATE]
14199 instantiate the configuration header FILE
379832de 14200
b7026657
AC
14201Configuration files:
14202$config_files
14203
14204Configuration headers:
14205$config_headers
14206
b7026657
AC
14207Configuration commands:
14208$config_commands
14209
81ecdfbb 14210Report bugs to the package provider."
b7026657 14211
81ecdfbb
RW
14212_ACEOF
14213cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657
AC
14214ac_cs_version="\\
14215config.status
81ecdfbb
RW
14216configured by $0, generated by GNU Autoconf 2.64,
14217 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
b7026657 14218
81ecdfbb 14219Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
14220This config.status script is free software; the Free Software Foundation
14221gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14222
14223ac_pwd='$ac_pwd'
14224srcdir='$srcdir'
14225INSTALL='$INSTALL'
6bb11ab3 14226AWK='$AWK'
81ecdfbb 14227test -n "\$AWK" || AWK=awk
b7026657
AC
14228_ACEOF
14229
81ecdfbb
RW
14230cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14231# The default lists apply if the user does not specify any file.
b7026657
AC
14232ac_need_defaults=:
14233while test $# != 0
14234do
14235 case $1 in
14236 --*=*)
81ecdfbb
RW
14237 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14238 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 14239 ac_shift=:
c906108c 14240 ;;
81ecdfbb 14241 *)
b7026657
AC
14242 ac_option=$1
14243 ac_optarg=$2
14244 ac_shift=shift
c906108c 14245 ;;
b7026657 14246 esac
c906108c 14247
b7026657
AC
14248 case $ac_option in
14249 # Handling of the options.
b7026657
AC
14250 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14251 ac_cs_recheck=: ;;
81ecdfbb
RW
14252 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14253 $as_echo "$ac_cs_version"; exit ;;
14254 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
14255 debug=: ;;
14256 --file | --fil | --fi | --f )
14257 $ac_shift
81ecdfbb
RW
14258 case $ac_optarg in
14259 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14260 esac
14261 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
14262 ac_need_defaults=false;;
14263 --header | --heade | --head | --hea )
14264 $ac_shift
81ecdfbb
RW
14265 case $ac_optarg in
14266 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14267 esac
14268 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 14269 ac_need_defaults=false;;
81ecdfbb
RW
14270 --he | --h)
14271 # Conflict between --help and --header
14272 as_fn_error "ambiguous option: \`$1'
14273Try \`$0 --help' for more information.";;
14274 --help | --hel | -h )
14275 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
14276 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14277 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14278 ac_cs_silent=: ;;
c906108c 14279
b7026657 14280 # This is an error.
81ecdfbb
RW
14281 -*) as_fn_error "unrecognized option: \`$1'
14282Try \`$0 --help' for more information." ;;
c906108c 14283
81ecdfbb
RW
14284 *) as_fn_append ac_config_targets " $1"
14285 ac_need_defaults=false ;;
b7026657
AC
14286
14287 esac
14288 shift
14289done
14290
14291ac_configure_extra_args=
14292
14293if $ac_cs_silent; then
14294 exec 6>/dev/null
14295 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
14296fi
14297
b7026657 14298_ACEOF
81ecdfbb 14299cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 14300if \$ac_cs_recheck; then
81ecdfbb
RW
14301 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14302 shift
14303 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14304 CONFIG_SHELL='$SHELL'
14305 export CONFIG_SHELL
14306 exec "\$@"
b7026657 14307fi
c906108c 14308
b7026657 14309_ACEOF
81ecdfbb
RW
14310cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14311exec 5>>config.log
14312{
14313 echo
14314 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14315## Running $as_me. ##
14316_ASBOX
14317 $as_echo "$ac_log"
14318} >&5
c906108c 14319
81ecdfbb
RW
14320_ACEOF
14321cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
14322#
14323# INIT-COMMANDS
14324#
14325ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14326
6bb11ab3
L
14327
14328# The HP-UX ksh and POSIX shell print the target directory to stdout
14329# if CDPATH is set.
14330(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14331
14332sed_quote_subst='$sed_quote_subst'
14333double_quote_subst='$double_quote_subst'
14334delay_variable_subst='$delay_variable_subst'
14335macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14336macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14337enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14338enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14339pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14340enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14341SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14342ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14343host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14344host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14345host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14346build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14347build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14348build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14349SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14350Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14351GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14352EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14353FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14354LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14355NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14356LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14357max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14358ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14359exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14360lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14361lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14362lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14363reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14364reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14365OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14366deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14367file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14368AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14369AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14370STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14371RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14372old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14373old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14374old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14375lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14376CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14377CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14378compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14379GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14380lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14381lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14382lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14383lt_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"`'
14384objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14385MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14386lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14387lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14388lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14389lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14390lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14391need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14392DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14393NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14394LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14395OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14396OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14397libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14398shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14399extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14400archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14401enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14402export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14403whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14404compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14405old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14406old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14407archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14408archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14409module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14410module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14411with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14412allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14413no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14414hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14415hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14416hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14417hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14418hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14419hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14420hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14421hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14422inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14423link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14424fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14425always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14426export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14427exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14428include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14429prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14430file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14431variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14432need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14433need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14434version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14435runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14436shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14437shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14438libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14439library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14440soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14441install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14442postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14443postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14444finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14445finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14446hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14447sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14448sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14449hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14450enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14451enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14452enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14453old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14454striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14455
14456LTCC='$LTCC'
14457LTCFLAGS='$LTCFLAGS'
14458compiler='$compiler_DEFAULT'
14459
14460# A function that is used when there is no print builtin or printf.
14461func_fallback_echo ()
14462{
14463 eval 'cat <<_LTECHO_EOF
14464\$1
14465_LTECHO_EOF'
14466}
14467
14468# Quote evaled strings.
14469for var in SHELL \
14470ECHO \
14471SED \
14472GREP \
14473EGREP \
14474FGREP \
14475LD \
14476NM \
14477LN_S \
14478lt_SP2NL \
14479lt_NL2SP \
14480reload_flag \
14481OBJDUMP \
14482deplibs_check_method \
14483file_magic_cmd \
14484AR \
14485AR_FLAGS \
14486STRIP \
14487RANLIB \
14488CC \
14489CFLAGS \
14490compiler \
14491lt_cv_sys_global_symbol_pipe \
14492lt_cv_sys_global_symbol_to_cdecl \
14493lt_cv_sys_global_symbol_to_c_name_address \
14494lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14495lt_prog_compiler_no_builtin_flag \
14496lt_prog_compiler_wl \
14497lt_prog_compiler_pic \
14498lt_prog_compiler_static \
14499lt_cv_prog_compiler_c_o \
14500need_locks \
14501DSYMUTIL \
14502NMEDIT \
14503LIPO \
14504OTOOL \
14505OTOOL64 \
14506shrext_cmds \
14507export_dynamic_flag_spec \
14508whole_archive_flag_spec \
14509compiler_needs_object \
14510with_gnu_ld \
14511allow_undefined_flag \
14512no_undefined_flag \
14513hardcode_libdir_flag_spec \
14514hardcode_libdir_flag_spec_ld \
14515hardcode_libdir_separator \
14516fix_srcfile_path \
14517exclude_expsyms \
14518include_expsyms \
14519file_list_spec \
14520variables_saved_for_relink \
14521libname_spec \
14522library_names_spec \
14523soname_spec \
14524install_override_mode \
14525finish_eval \
14526old_striplib \
14527striplib; do
14528 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14529 *[\\\\\\\`\\"\\\$]*)
14530 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14531 ;;
14532 *)
14533 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14534 ;;
14535 esac
14536done
14537
14538# Double-quote double-evaled strings.
14539for var in reload_cmds \
14540old_postinstall_cmds \
14541old_postuninstall_cmds \
14542old_archive_cmds \
14543extract_expsyms_cmds \
14544old_archive_from_new_cmds \
14545old_archive_from_expsyms_cmds \
14546archive_cmds \
14547archive_expsym_cmds \
14548module_cmds \
14549module_expsym_cmds \
14550export_symbols_cmds \
14551prelink_cmds \
14552postinstall_cmds \
14553postuninstall_cmds \
14554finish_cmds \
14555sys_lib_search_path_spec \
14556sys_lib_dlsearch_path_spec; do
14557 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14558 *[\\\\\\\`\\"\\\$]*)
14559 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14560 ;;
14561 *)
14562 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14563 ;;
14564 esac
14565done
14566
14567ac_aux_dir='$ac_aux_dir'
14568xsi_shell='$xsi_shell'
14569lt_shell_append='$lt_shell_append'
14570
14571# See if we are running on zsh, and set the options which allow our
14572# commands through without removal of \ escapes INIT.
14573if test -n "\${ZSH_VERSION+set}" ; then
14574 setopt NO_GLOB_SUBST
14575fi
14576
14577
14578 PACKAGE='$PACKAGE'
14579 VERSION='$VERSION'
14580 TIMESTAMP='$TIMESTAMP'
14581 RM='$RM'
14582 ofile='$ofile'
14583
14584
14585
14586
81ecdfbb 14587_ACEOF
c906108c 14588
81ecdfbb 14589cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 14590
81ecdfbb 14591# Handling of arguments.
b7026657 14592for ac_config_target in $ac_config_targets
c906108c 14593do
81ecdfbb
RW
14594 case $ac_config_target in
14595 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 14596 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 14597 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
14598 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14599 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14600 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14601 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14602 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14603
14604 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
14605 esac
14606done
14607
81ecdfbb 14608
b7026657
AC
14609# If the user did not use the arguments to specify the items to instantiate,
14610# then the envvar interface is used. Set only those that are not.
14611# We use the long form for the default assignment because of an extremely
14612# bizarre bug on SunOS 4.1.3.
14613if $ac_need_defaults; then
14614 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14615 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
14616 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14617fi
14618
14619# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14620# simply because there is no reason against having it here, and in addition,
b7026657 14621# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14622# Hook for its removal unless debugging.
14623# Note that there is a small window in which the directory will not be cleaned:
14624# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
14625$debug ||
14626{
81ecdfbb
RW
14627 tmp=
14628 trap 'exit_status=$?
14629 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14630' 0
14631 trap 'as_fn_exit 1' 1 2 13 15
b7026657 14632}
b7026657
AC
14633# Create a (secure) tmp directory for tmp files.
14634
14635{
81ecdfbb 14636 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
b7026657
AC
14637 test -n "$tmp" && test -d "$tmp"
14638} ||
14639{
81ecdfbb
RW
14640 tmp=./conf$$-$RANDOM
14641 (umask 077 && mkdir "$tmp")
14642} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
c906108c 14643
81ecdfbb
RW
14644# Set up the scripts for CONFIG_FILES section.
14645# No need to generate them if there are no CONFIG_FILES.
14646# This happens for instance with `./config.status config.h'.
14647if test -n "$CONFIG_FILES"; then
c906108c 14648
c906108c 14649
81ecdfbb
RW
14650ac_cr=`echo X | tr X '\015'`
14651# On cygwin, bash can eat \r inside `` if the user requested igncr.
14652# But we know of no other shell where ac_cr would be empty at this
14653# point, so we can use a bashism as a fallback.
14654if test "x$ac_cr" = x; then
14655 eval ac_cr=\$\'\\r\'
14656fi
14657ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14658if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14659 ac_cs_awk_cr='\r'
14660else
14661 ac_cs_awk_cr=$ac_cr
14662fi
b7026657 14663
81ecdfbb 14664echo 'BEGIN {' >"$tmp/subs1.awk" &&
b7026657
AC
14665_ACEOF
14666
81ecdfbb
RW
14667
14668{
14669 echo "cat >conf$$subs.awk <<_ACEOF" &&
14670 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14671 echo "_ACEOF"
14672} >conf$$subs.sh ||
14673 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14674ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14675ac_delim='%!_!# '
14676for ac_last_try in false false false false false :; do
14677 . ./conf$$subs.sh ||
14678 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14679
14680 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14681 if test $ac_delim_n = $ac_delim_num; then
14682 break
14683 elif $ac_last_try; then
14684 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14685 else
14686 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c906108c 14687 fi
81ecdfbb
RW
14688done
14689rm -f conf$$subs.sh
c906108c 14690
81ecdfbb
RW
14691cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14692cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
b7026657 14693_ACEOF
81ecdfbb
RW
14694sed -n '
14695h
14696s/^/S["/; s/!.*/"]=/
14697p
14698g
14699s/^[^!]*!//
14700:repl
14701t repl
14702s/'"$ac_delim"'$//
14703t delim
14704:nl
14705h
14706s/\(.\{148\}\).*/\1/
14707t more1
14708s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14709p
14710n
14711b repl
14712:more1
14713s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14714p
14715g
14716s/.\{148\}//
14717t nl
14718:delim
14719h
14720s/\(.\{148\}\).*/\1/
14721t more2
14722s/["\\]/\\&/g; s/^/"/; s/$/"/
14723p
14724b
14725:more2
14726s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14727p
14728g
14729s/.\{148\}//
14730t delim
14731' <conf$$subs.awk | sed '
14732/^[^""]/{
14733 N
14734 s/\n//
14735}
14736' >>$CONFIG_STATUS || ac_write_fail=1
14737rm -f conf$$subs.awk
14738cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14739_ACAWK
14740cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14741 for (key in S) S_is_set[key] = 1
14742 FS = "\a"
b7026657 14743
81ecdfbb
RW
14744}
14745{
14746 line = $ 0
14747 nfields = split(line, field, "@")
14748 substed = 0
14749 len = length(field[1])
14750 for (i = 2; i < nfields; i++) {
14751 key = field[i]
14752 keylen = length(key)
14753 if (S_is_set[key]) {
14754 value = S[key]
14755 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14756 len += length(value) + length(field[++i])
14757 substed = 1
14758 } else
14759 len += 1 + keylen
14760 }
14761
14762 print line
14763}
b7026657 14764
81ecdfbb
RW
14765_ACAWK
14766_ACEOF
14767cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14768if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14769 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 14770else
81ecdfbb
RW
14771 cat
14772fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14773 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14774_ACEOF
c906108c 14775
81ecdfbb
RW
14776# VPATH may cause trouble with some makes, so we remove $(srcdir),
14777# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14778# trailing colons and then remove the whole line if VPATH becomes empty
14779# (actually we leave an empty line to preserve line numbers).
14780if test "x$srcdir" = x.; then
14781 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14782s/:*\$(srcdir):*/:/
14783s/:*\${srcdir}:*/:/
14784s/:*@srcdir@:*/:/
14785s/^\([^=]*=[ ]*\):*/\1/
14786s/:*$//
14787s/^[^=]*=[ ]*$//
14788}'
14789fi
c906108c 14790
81ecdfbb
RW
14791cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14792fi # test -n "$CONFIG_FILES"
c906108c 14793
81ecdfbb
RW
14794# Set up the scripts for CONFIG_HEADERS section.
14795# No need to generate them if there are no CONFIG_HEADERS.
14796# This happens for instance with `./config.status Makefile'.
14797if test -n "$CONFIG_HEADERS"; then
14798cat >"$tmp/defines.awk" <<\_ACAWK ||
14799BEGIN {
14800_ACEOF
b7026657 14801
81ecdfbb
RW
14802# Transform confdefs.h into an awk script `defines.awk', embedded as
14803# here-document in config.status, that substitutes the proper values into
14804# config.h.in to produce config.h.
c906108c 14805
81ecdfbb
RW
14806# Create a delimiter string that does not exist in confdefs.h, to ease
14807# handling of long lines.
14808ac_delim='%!_!# '
14809for ac_last_try in false false :; do
14810 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14811 if test -z "$ac_t"; then
14812 break
14813 elif $ac_last_try; then
14814 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 14815 else
81ecdfbb 14816 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 14817 fi
b7026657 14818done
81ecdfbb
RW
14819
14820# For the awk script, D is an array of macro values keyed by name,
14821# likewise P contains macro parameters if any. Preserve backslash
14822# newline sequences.
14823
14824ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14825sed -n '
14826s/.\{148\}/&'"$ac_delim"'/g
14827t rset
14828:rset
14829s/^[ ]*#[ ]*define[ ][ ]*/ /
14830t def
14831d
14832:def
14833s/\\$//
14834t bsnl
14835s/["\\]/\\&/g
14836s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14837D["\1"]=" \3"/p
14838s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14839d
14840:bsnl
14841s/["\\]/\\&/g
14842s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14843D["\1"]=" \3\\\\\\n"\\/p
14844t cont
14845s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14846t cont
14847d
14848:cont
14849n
14850s/.\{148\}/&'"$ac_delim"'/g
14851t clear
14852:clear
14853s/\\$//
14854t bsnlc
14855s/["\\]/\\&/g; s/^/"/; s/$/"/p
14856d
14857:bsnlc
14858s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14859b cont
14860' <confdefs.h | sed '
14861s/'"$ac_delim"'/"\\\
14862"/g' >>$CONFIG_STATUS || ac_write_fail=1
14863
14864cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14865 for (key in D) D_is_set[key] = 1
14866 FS = "\a"
14867}
14868/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14869 line = \$ 0
14870 split(line, arg, " ")
14871 if (arg[1] == "#") {
14872 defundef = arg[2]
14873 mac1 = arg[3]
14874 } else {
14875 defundef = substr(arg[1], 2)
14876 mac1 = arg[2]
14877 }
14878 split(mac1, mac2, "(") #)
14879 macro = mac2[1]
14880 prefix = substr(line, 1, index(line, defundef) - 1)
14881 if (D_is_set[macro]) {
14882 # Preserve the white space surrounding the "#".
14883 print prefix "define", macro P[macro] D[macro]
14884 next
14885 } else {
14886 # Replace #undef with comments. This is necessary, for example,
14887 # in the case of _POSIX_SOURCE, which is predefined and required
14888 # on some systems where configure will not decide to define it.
14889 if (defundef == "undef") {
14890 print "/*", prefix defundef, macro, "*/"
14891 next
14892 }
14893 }
14894}
14895{ print }
14896_ACAWK
b7026657 14897_ACEOF
81ecdfbb
RW
14898cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14899 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14900fi # test -n "$CONFIG_HEADERS"
b7026657 14901
c906108c 14902
99d8e879 14903eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
14904shift
14905for ac_tag
14906do
14907 case $ac_tag in
14908 :[FHLC]) ac_mode=$ac_tag; continue;;
14909 esac
14910 case $ac_mode$ac_tag in
14911 :[FHL]*:*);;
14912 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14913 :[FH]-) ac_tag=-:-;;
14914 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 14915 esac
81ecdfbb
RW
14916 ac_save_IFS=$IFS
14917 IFS=:
14918 set x $ac_tag
14919 IFS=$ac_save_IFS
14920 shift
14921 ac_file=$1
14922 shift
c906108c 14923
81ecdfbb
RW
14924 case $ac_mode in
14925 :L) ac_source=$1;;
14926 :[FH])
14927 ac_file_inputs=
14928 for ac_f
14929 do
14930 case $ac_f in
14931 -) ac_f="$tmp/stdin";;
14932 *) # Look for the file first in the build tree, then in the source tree
14933 # (if the path is not absolute). The absolute path cannot be DOS-style,
14934 # because $ac_f cannot contain `:'.
14935 test -f "$ac_f" ||
14936 case $ac_f in
14937 [\\/$]*) false;;
14938 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14939 esac ||
14940 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 14941 esac
81ecdfbb
RW
14942 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14943 as_fn_append ac_file_inputs " '$ac_f'"
14944 done
b7026657 14945
81ecdfbb
RW
14946 # Let's still pretend it is `configure' which instantiates (i.e., don't
14947 # use $as_me), people would be surprised to read:
14948 # /* config.h. Generated by config.status. */
14949 configure_input='Generated from '`
14950 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14951 `' by configure.'
14952 if test x"$ac_file" != x-; then
14953 configure_input="$ac_file. $configure_input"
14954 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14955$as_echo "$as_me: creating $ac_file" >&6;}
14956 fi
14957 # Neutralize special characters interpreted by sed in replacement strings.
14958 case $configure_input in #(
14959 *\&* | *\|* | *\\* )
14960 ac_sed_conf_input=`$as_echo "$configure_input" |
14961 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14962 *) ac_sed_conf_input=$configure_input;;
14963 esac
b7026657 14964
81ecdfbb
RW
14965 case $ac_tag in
14966 *:-:* | *:-) cat >"$tmp/stdin" \
14967 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14968 esac
14969 ;;
14970 esac
b7026657 14971
81ecdfbb 14972 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
14973$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14974 X"$ac_file" : 'X\(//\)[^/]' \| \
14975 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
14976 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14977$as_echo X"$ac_file" |
14978 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14979 s//\1/
14980 q
14981 }
14982 /^X\(\/\/\)[^/].*/{
14983 s//\1/
14984 q
14985 }
14986 /^X\(\/\/\)$/{
14987 s//\1/
14988 q
14989 }
14990 /^X\(\/\).*/{
14991 s//\1/
14992 q
14993 }
14994 s/.*/./; q'`
14995 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
14996 ac_builddir=.
14997
81ecdfbb
RW
14998case "$ac_dir" in
14999.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15000*)
15001 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15002 # A ".." for each directory in $ac_dir_suffix.
15003 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15004 case $ac_top_builddir_sub in
15005 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15006 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15007 esac ;;
15008esac
15009ac_abs_top_builddir=$ac_pwd
15010ac_abs_builddir=$ac_pwd$ac_dir_suffix
15011# for backward compatibility:
15012ac_top_builddir=$ac_top_build_prefix
b7026657
AC
15013
15014case $srcdir in
81ecdfbb 15015 .) # We are building in place.
b7026657 15016 ac_srcdir=.
81ecdfbb
RW
15017 ac_top_srcdir=$ac_top_builddir_sub
15018 ac_abs_top_srcdir=$ac_pwd ;;
15019 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 15020 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15021 ac_top_srcdir=$srcdir
15022 ac_abs_top_srcdir=$srcdir ;;
15023 *) # Relative name.
15024 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15025 ac_top_srcdir=$ac_top_build_prefix$srcdir
15026 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 15027esac
81ecdfbb 15028ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 15029
c906108c 15030
81ecdfbb
RW
15031 case $ac_mode in
15032 :F)
15033 #
15034 # CONFIG_FILE
15035 #
b7026657 15036
81ecdfbb
RW
15037 case $INSTALL in
15038 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15039 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 15040 esac
81ecdfbb 15041_ACEOF
c906108c 15042
81ecdfbb
RW
15043cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15044# If the template does not know about datarootdir, expand it.
15045# FIXME: This hack should be removed a few years after 2.60.
15046ac_datarootdir_hack=; ac_datarootdir_seen=
15047ac_sed_dataroot='
15048/datarootdir/ {
15049 p
15050 q
15051}
15052/@datadir@/p
15053/@docdir@/p
15054/@infodir@/p
15055/@localedir@/p
15056/@mandir@/p'
15057case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15058*datarootdir*) ac_datarootdir_seen=yes;;
15059*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15060 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15061$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15062_ACEOF
15063cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15064 ac_datarootdir_hack='
15065 s&@datadir@&$datadir&g
15066 s&@docdir@&$docdir&g
15067 s&@infodir@&$infodir&g
15068 s&@localedir@&$localedir&g
15069 s&@mandir@&$mandir&g
15070 s&\\\${datarootdir}&$datarootdir&g' ;;
15071esac
b7026657 15072_ACEOF
b7026657 15073
81ecdfbb
RW
15074# Neutralize VPATH when `$srcdir' = `.'.
15075# Shell code in configure.ac might set extrasub.
15076# FIXME: do we really want to maintain this feature?
15077cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15078ac_sed_extra="$ac_vpsub
15079$extrasub
15080_ACEOF
15081cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15082:t
15083/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15084s|@configure_input@|$ac_sed_conf_input|;t t
15085s&@top_builddir@&$ac_top_builddir_sub&;t t
15086s&@top_build_prefix@&$ac_top_build_prefix&;t t
15087s&@srcdir@&$ac_srcdir&;t t
15088s&@abs_srcdir@&$ac_abs_srcdir&;t t
15089s&@top_srcdir@&$ac_top_srcdir&;t t
15090s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15091s&@builddir@&$ac_builddir&;t t
15092s&@abs_builddir@&$ac_abs_builddir&;t t
15093s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15094s&@INSTALL@&$ac_INSTALL&;t t
15095$ac_datarootdir_hack
15096"
15097eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15098 || as_fn_error "could not create $ac_file" "$LINENO" 5
15099
15100test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15101 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15102 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15103 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15104which seems to be undefined. Please make sure it is defined." >&5
15105$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15106which seems to be undefined. Please make sure it is defined." >&2;}
15107
15108 rm -f "$tmp/stdin"
15109 case $ac_file in
15110 -) cat "$tmp/out" && rm -f "$tmp/out";;
15111 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15112 esac \
15113 || as_fn_error "could not create $ac_file" "$LINENO" 5
15114 ;;
15115 :H)
15116 #
15117 # CONFIG_HEADER
15118 #
15119 if test x"$ac_file" != x-; then
15120 {
15121 $as_echo "/* $configure_input */" \
15122 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15123 } >"$tmp/config.h" \
15124 || as_fn_error "could not create $ac_file" "$LINENO" 5
15125 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15126 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15127$as_echo "$as_me: $ac_file is unchanged" >&6;}
15128 else
15129 rm -f "$ac_file"
15130 mv "$tmp/config.h" "$ac_file" \
15131 || as_fn_error "could not create $ac_file" "$LINENO" 5
15132 fi
b7026657 15133 else
81ecdfbb
RW
15134 $as_echo "/* $configure_input */" \
15135 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15136 || as_fn_error "could not create -" "$LINENO" 5
15137 fi
15138 ;;
b7026657 15139
81ecdfbb
RW
15140 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15141$as_echo "$as_me: executing $ac_file commands" >&6;}
15142 ;;
15143 esac
b7026657
AC
15144
15145
81ecdfbb 15146 case $ac_file$ac_mode in
db2e4d67 15147 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
15148 "libtool":C)
15149
15150 # See if we are running on zsh, and set the options which allow our
15151 # commands through without removal of \ escapes.
15152 if test -n "${ZSH_VERSION+set}" ; then
15153 setopt NO_GLOB_SUBST
15154 fi
15155
15156 cfgfile="${ofile}T"
15157 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15158 $RM "$cfgfile"
15159
15160 cat <<_LT_EOF >> "$cfgfile"
15161#! $SHELL
15162
15163# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15164# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15165# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15166# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15167#
15168# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15169# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15170# Written by Gordon Matzigkeit, 1996
15171#
15172# This file is part of GNU Libtool.
15173#
15174# GNU Libtool is free software; you can redistribute it and/or
15175# modify it under the terms of the GNU General Public License as
15176# published by the Free Software Foundation; either version 2 of
15177# the License, or (at your option) any later version.
15178#
15179# As a special exception to the GNU General Public License,
15180# if you distribute this file as part of a program or library that
15181# is built using GNU Libtool, you may include this file under the
15182# same distribution terms that you use for the rest of that program.
15183#
15184# GNU Libtool is distributed in the hope that it will be useful,
15185# but WITHOUT ANY WARRANTY; without even the implied warranty of
15186# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15187# GNU General Public License for more details.
15188#
15189# You should have received a copy of the GNU General Public License
15190# along with GNU Libtool; see the file COPYING. If not, a copy
15191# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15192# obtained by writing to the Free Software Foundation, Inc.,
15193# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15194
15195
15196# The names of the tagged configurations supported by this script.
15197available_tags=""
15198
15199# ### BEGIN LIBTOOL CONFIG
15200
15201# Which release of libtool.m4 was used?
15202macro_version=$macro_version
15203macro_revision=$macro_revision
15204
15205# Whether or not to build shared libraries.
15206build_libtool_libs=$enable_shared
15207
15208# Whether or not to build static libraries.
15209build_old_libs=$enable_static
15210
15211# What type of objects to build.
15212pic_mode=$pic_mode
15213
15214# Whether or not to optimize for fast installation.
15215fast_install=$enable_fast_install
15216
15217# Shell to use when invoking shell scripts.
15218SHELL=$lt_SHELL
15219
15220# An echo program that protects backslashes.
15221ECHO=$lt_ECHO
15222
15223# The host system.
15224host_alias=$host_alias
15225host=$host
15226host_os=$host_os
15227
15228# The build system.
15229build_alias=$build_alias
15230build=$build
15231build_os=$build_os
15232
15233# A sed program that does not truncate output.
15234SED=$lt_SED
15235
15236# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15237Xsed="\$SED -e 1s/^X//"
15238
15239# A grep program that handles long lines.
15240GREP=$lt_GREP
15241
15242# An ERE matcher.
15243EGREP=$lt_EGREP
15244
15245# A literal string matcher.
15246FGREP=$lt_FGREP
15247
15248# A BSD- or MS-compatible name lister.
15249NM=$lt_NM
15250
15251# Whether we need soft or hard links.
15252LN_S=$lt_LN_S
15253
15254# What is the maximum length of a command?
15255max_cmd_len=$max_cmd_len
15256
15257# Object file suffix (normally "o").
15258objext=$ac_objext
15259
15260# Executable file suffix (normally "").
15261exeext=$exeext
15262
15263# whether the shell understands "unset".
15264lt_unset=$lt_unset
15265
15266# turn spaces into newlines.
15267SP2NL=$lt_lt_SP2NL
15268
15269# turn newlines into spaces.
15270NL2SP=$lt_lt_NL2SP
15271
15272# An object symbol dumper.
15273OBJDUMP=$lt_OBJDUMP
15274
15275# Method to check whether dependent libraries are shared objects.
15276deplibs_check_method=$lt_deplibs_check_method
15277
15278# Command to use when deplibs_check_method == "file_magic".
15279file_magic_cmd=$lt_file_magic_cmd
15280
15281# The archiver.
15282AR=$lt_AR
15283AR_FLAGS=$lt_AR_FLAGS
15284
15285# A symbol stripping program.
15286STRIP=$lt_STRIP
15287
15288# Commands used to install an old-style archive.
15289RANLIB=$lt_RANLIB
15290old_postinstall_cmds=$lt_old_postinstall_cmds
15291old_postuninstall_cmds=$lt_old_postuninstall_cmds
15292
15293# Whether to use a lock for old archive extraction.
15294lock_old_archive_extraction=$lock_old_archive_extraction
15295
15296# A C compiler.
15297LTCC=$lt_CC
15298
15299# LTCC compiler flags.
15300LTCFLAGS=$lt_CFLAGS
15301
15302# Take the output of nm and produce a listing of raw symbols and C names.
15303global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15304
15305# Transform the output of nm in a proper C declaration.
15306global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15307
15308# Transform the output of nm in a C name address pair.
15309global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15310
15311# Transform the output of nm in a C name address pair when lib prefix is needed.
15312global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15313
15314# The name of the directory that contains temporary libtool files.
15315objdir=$objdir
15316
15317# Used to examine libraries when file_magic_cmd begins with "file".
15318MAGIC_CMD=$MAGIC_CMD
15319
15320# Must we lock files when doing compilation?
15321need_locks=$lt_need_locks
15322
15323# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15324DSYMUTIL=$lt_DSYMUTIL
15325
15326# Tool to change global to local symbols on Mac OS X.
15327NMEDIT=$lt_NMEDIT
15328
15329# Tool to manipulate fat objects and archives on Mac OS X.
15330LIPO=$lt_LIPO
15331
15332# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15333OTOOL=$lt_OTOOL
15334
15335# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15336OTOOL64=$lt_OTOOL64
15337
15338# Old archive suffix (normally "a").
15339libext=$libext
15340
15341# Shared library suffix (normally ".so").
15342shrext_cmds=$lt_shrext_cmds
15343
15344# The commands to extract the exported symbol list from a shared archive.
15345extract_expsyms_cmds=$lt_extract_expsyms_cmds
15346
15347# Variables whose values should be saved in libtool wrapper scripts and
15348# restored at link time.
15349variables_saved_for_relink=$lt_variables_saved_for_relink
15350
15351# Do we need the "lib" prefix for modules?
15352need_lib_prefix=$need_lib_prefix
15353
15354# Do we need a version for libraries?
15355need_version=$need_version
15356
15357# Library versioning type.
15358version_type=$version_type
15359
15360# Shared library runtime path variable.
15361runpath_var=$runpath_var
15362
15363# Shared library path variable.
15364shlibpath_var=$shlibpath_var
15365
15366# Is shlibpath searched before the hard-coded library search path?
15367shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15368
15369# Format of library name prefix.
15370libname_spec=$lt_libname_spec
15371
15372# List of archive names. First name is the real one, the rest are links.
15373# The last name is the one that the linker finds with -lNAME
15374library_names_spec=$lt_library_names_spec
15375
15376# The coded name of the library, if different from the real name.
15377soname_spec=$lt_soname_spec
15378
15379# Permission mode override for installation of shared libraries.
15380install_override_mode=$lt_install_override_mode
15381
15382# Command to use after installation of a shared archive.
15383postinstall_cmds=$lt_postinstall_cmds
15384
15385# Command to use after uninstallation of a shared archive.
15386postuninstall_cmds=$lt_postuninstall_cmds
15387
15388# Commands used to finish a libtool library installation in a directory.
15389finish_cmds=$lt_finish_cmds
15390
15391# As "finish_cmds", except a single script fragment to be evaled but
15392# not shown.
15393finish_eval=$lt_finish_eval
15394
15395# Whether we should hardcode library paths into libraries.
15396hardcode_into_libs=$hardcode_into_libs
15397
15398# Compile-time system search path for libraries.
15399sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15400
15401# Run-time system search path for libraries.
15402sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15403
15404# Whether dlopen is supported.
15405dlopen_support=$enable_dlopen
15406
15407# Whether dlopen of programs is supported.
15408dlopen_self=$enable_dlopen_self
15409
15410# Whether dlopen of statically linked programs is supported.
15411dlopen_self_static=$enable_dlopen_self_static
15412
15413# Commands to strip libraries.
15414old_striplib=$lt_old_striplib
15415striplib=$lt_striplib
15416
15417
15418# The linker used to build libraries.
15419LD=$lt_LD
15420
15421# How to create reloadable object files.
15422reload_flag=$lt_reload_flag
15423reload_cmds=$lt_reload_cmds
15424
15425# Commands used to build an old-style archive.
15426old_archive_cmds=$lt_old_archive_cmds
15427
15428# A language specific compiler.
15429CC=$lt_compiler
15430
15431# Is the compiler the GNU compiler?
15432with_gcc=$GCC
15433
15434# Compiler flag to turn off builtin functions.
15435no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15436
15437# How to pass a linker flag through the compiler.
15438wl=$lt_lt_prog_compiler_wl
15439
15440# Additional compiler flags for building library objects.
15441pic_flag=$lt_lt_prog_compiler_pic
15442
15443# Compiler flag to prevent dynamic linking.
15444link_static_flag=$lt_lt_prog_compiler_static
15445
15446# Does compiler simultaneously support -c and -o options?
15447compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15448
15449# Whether or not to add -lc for building shared libraries.
15450build_libtool_need_lc=$archive_cmds_need_lc
15451
15452# Whether or not to disallow shared libs when runtime libs are static.
15453allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15454
15455# Compiler flag to allow reflexive dlopens.
15456export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15457
15458# Compiler flag to generate shared objects directly from archives.
15459whole_archive_flag_spec=$lt_whole_archive_flag_spec
15460
15461# Whether the compiler copes with passing no objects directly.
15462compiler_needs_object=$lt_compiler_needs_object
15463
15464# Create an old-style archive from a shared archive.
15465old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15466
15467# Create a temporary old-style archive to link instead of a shared archive.
15468old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15469
15470# Commands used to build a shared archive.
15471archive_cmds=$lt_archive_cmds
15472archive_expsym_cmds=$lt_archive_expsym_cmds
15473
15474# Commands used to build a loadable module if different from building
15475# a shared archive.
15476module_cmds=$lt_module_cmds
15477module_expsym_cmds=$lt_module_expsym_cmds
15478
15479# Whether we are building with GNU ld or not.
15480with_gnu_ld=$lt_with_gnu_ld
15481
15482# Flag that allows shared libraries with undefined symbols to be built.
15483allow_undefined_flag=$lt_allow_undefined_flag
15484
15485# Flag that enforces no undefined symbols.
15486no_undefined_flag=$lt_no_undefined_flag
15487
15488# Flag to hardcode \$libdir into a binary during linking.
15489# This must work even if \$libdir does not exist
15490hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15491
15492# If ld is used when linking, flag to hardcode \$libdir into a binary
15493# during linking. This must work even if \$libdir does not exist.
15494hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15495
15496# Whether we need a single "-rpath" flag with a separated argument.
15497hardcode_libdir_separator=$lt_hardcode_libdir_separator
15498
15499# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15500# DIR into the resulting binary.
15501hardcode_direct=$hardcode_direct
15502
15503# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15504# DIR into the resulting binary and the resulting library dependency is
15505# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15506# library is relocated.
15507hardcode_direct_absolute=$hardcode_direct_absolute
15508
15509# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15510# into the resulting binary.
15511hardcode_minus_L=$hardcode_minus_L
15512
15513# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15514# into the resulting binary.
15515hardcode_shlibpath_var=$hardcode_shlibpath_var
15516
15517# Set to "yes" if building a shared library automatically hardcodes DIR
15518# into the library and all subsequent libraries and executables linked
15519# against it.
15520hardcode_automatic=$hardcode_automatic
15521
15522# Set to yes if linker adds runtime paths of dependent libraries
15523# to runtime path list.
15524inherit_rpath=$inherit_rpath
15525
15526# Whether libtool must link a program against all its dependency libraries.
15527link_all_deplibs=$link_all_deplibs
15528
15529# Fix the shell variable \$srcfile for the compiler.
15530fix_srcfile_path=$lt_fix_srcfile_path
15531
15532# Set to "yes" if exported symbols are required.
15533always_export_symbols=$always_export_symbols
15534
15535# The commands to list exported symbols.
15536export_symbols_cmds=$lt_export_symbols_cmds
15537
15538# Symbols that should not be listed in the preloaded symbols.
15539exclude_expsyms=$lt_exclude_expsyms
15540
15541# Symbols that must always be exported.
15542include_expsyms=$lt_include_expsyms
15543
15544# Commands necessary for linking programs (against libraries) with templates.
15545prelink_cmds=$lt_prelink_cmds
15546
15547# Specify filename containing input files.
15548file_list_spec=$lt_file_list_spec
15549
15550# How to hardcode a shared library path into an executable.
15551hardcode_action=$hardcode_action
15552
15553# ### END LIBTOOL CONFIG
15554
15555_LT_EOF
15556
15557 case $host_os in
15558 aix3*)
15559 cat <<\_LT_EOF >> "$cfgfile"
15560# AIX sometimes has problems with the GCC collect2 program. For some
15561# reason, if we set the COLLECT_NAMES environment variable, the problems
15562# vanish in a puff of smoke.
15563if test "X${COLLECT_NAMES+set}" != Xset; then
15564 COLLECT_NAMES=
15565 export COLLECT_NAMES
15566fi
15567_LT_EOF
15568 ;;
15569 esac
15570
15571
15572ltmain="$ac_aux_dir/ltmain.sh"
15573
15574
15575 # We use sed instead of cat because bash on DJGPP gets confused if
15576 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15577 # text mode, it properly converts lines to CR/LF. This bash problem
15578 # is reportedly fixed, but why not run on old versions too?
15579 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15580 || (rm -f "$cfgfile"; exit 1)
15581
15582 case $xsi_shell in
15583 yes)
15584 cat << \_LT_EOF >> "$cfgfile"
15585
15586# func_dirname file append nondir_replacement
15587# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15588# otherwise set result to NONDIR_REPLACEMENT.
15589func_dirname ()
15590{
15591 case ${1} in
15592 */*) func_dirname_result="${1%/*}${2}" ;;
15593 * ) func_dirname_result="${3}" ;;
15594 esac
15595}
15596
15597# func_basename file
15598func_basename ()
15599{
15600 func_basename_result="${1##*/}"
15601}
15602
15603# func_dirname_and_basename file append nondir_replacement
15604# perform func_basename and func_dirname in a single function
15605# call:
15606# dirname: Compute the dirname of FILE. If nonempty,
15607# add APPEND to the result, otherwise set result
15608# to NONDIR_REPLACEMENT.
15609# value returned in "$func_dirname_result"
15610# basename: Compute filename of FILE.
15611# value retuned in "$func_basename_result"
15612# Implementation must be kept synchronized with func_dirname
15613# and func_basename. For efficiency, we do not delegate to
15614# those functions but instead duplicate the functionality here.
15615func_dirname_and_basename ()
15616{
15617 case ${1} in
15618 */*) func_dirname_result="${1%/*}${2}" ;;
15619 * ) func_dirname_result="${3}" ;;
15620 esac
15621 func_basename_result="${1##*/}"
15622}
15623
15624# func_stripname prefix suffix name
15625# strip PREFIX and SUFFIX off of NAME.
15626# PREFIX and SUFFIX must not contain globbing or regex special
15627# characters, hashes, percent signs, but SUFFIX may contain a leading
15628# dot (in which case that matches only a dot).
15629func_stripname ()
15630{
15631 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15632 # positional parameters, so assign one to ordinary parameter first.
15633 func_stripname_result=${3}
15634 func_stripname_result=${func_stripname_result#"${1}"}
15635 func_stripname_result=${func_stripname_result%"${2}"}
15636}
15637
15638# func_opt_split
15639func_opt_split ()
15640{
15641 func_opt_split_opt=${1%%=*}
15642 func_opt_split_arg=${1#*=}
15643}
15644
15645# func_lo2o object
15646func_lo2o ()
15647{
15648 case ${1} in
15649 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15650 *) func_lo2o_result=${1} ;;
15651 esac
15652}
15653
15654# func_xform libobj-or-source
15655func_xform ()
15656{
15657 func_xform_result=${1%.*}.lo
15658}
15659
15660# func_arith arithmetic-term...
15661func_arith ()
15662{
15663 func_arith_result=$(( $* ))
15664}
15665
15666# func_len string
15667# STRING may not start with a hyphen.
15668func_len ()
15669{
15670 func_len_result=${#1}
15671}
15672
15673_LT_EOF
15674 ;;
15675 *) # Bourne compatible functions.
15676 cat << \_LT_EOF >> "$cfgfile"
15677
15678# func_dirname file append nondir_replacement
15679# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15680# otherwise set result to NONDIR_REPLACEMENT.
15681func_dirname ()
15682{
15683 # Extract subdirectory from the argument.
15684 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15685 if test "X$func_dirname_result" = "X${1}"; then
15686 func_dirname_result="${3}"
15687 else
15688 func_dirname_result="$func_dirname_result${2}"
15689 fi
15690}
15691
15692# func_basename file
15693func_basename ()
15694{
15695 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15696}
15697
15698
15699# func_stripname prefix suffix name
15700# strip PREFIX and SUFFIX off of NAME.
15701# PREFIX and SUFFIX must not contain globbing or regex special
15702# characters, hashes, percent signs, but SUFFIX may contain a leading
15703# dot (in which case that matches only a dot).
15704# func_strip_suffix prefix name
15705func_stripname ()
15706{
15707 case ${2} in
15708 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15709 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15710 esac
15711}
15712
15713# sed scripts:
15714my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15715my_sed_long_arg='1s/^-[^=]*=//'
15716
15717# func_opt_split
15718func_opt_split ()
15719{
15720 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15721 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15722}
15723
15724# func_lo2o object
15725func_lo2o ()
15726{
15727 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15728}
15729
15730# func_xform libobj-or-source
15731func_xform ()
15732{
15733 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15734}
15735
15736# func_arith arithmetic-term...
15737func_arith ()
15738{
15739 func_arith_result=`expr "$@"`
15740}
15741
15742# func_len string
15743# STRING may not start with a hyphen.
15744func_len ()
15745{
15746 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15747}
15748
15749_LT_EOF
15750esac
15751
15752case $lt_shell_append in
15753 yes)
15754 cat << \_LT_EOF >> "$cfgfile"
15755
15756# func_append var value
15757# Append VALUE to the end of shell variable VAR.
15758func_append ()
15759{
15760 eval "$1+=\$2"
15761}
15762_LT_EOF
15763 ;;
15764 *)
15765 cat << \_LT_EOF >> "$cfgfile"
15766
15767# func_append var value
15768# Append VALUE to the end of shell variable VAR.
15769func_append ()
15770{
15771 eval "$1=\$$1\$2"
15772}
15773
15774_LT_EOF
15775 ;;
15776 esac
15777
15778
15779 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15780 || (rm -f "$cfgfile"; exit 1)
15781
15782 mv -f "$cfgfile" "$ofile" ||
15783 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15784 chmod +x "$ofile"
15785
15786 ;;
81ecdfbb 15787 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
15788 rm -f Makesim1.tmp Makesim2.tmp Makefile
15789 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15790 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15791 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
15792 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15793 <Makefile.sim >Makefile
38f48d72 15794 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 15795 ;;
81ecdfbb
RW
15796 "stamp-h":C) echo > stamp-h ;;
15797
b7026657 15798 esac
81ecdfbb 15799done # for ac_tag
c906108c 15800
b7026657 15801
81ecdfbb 15802as_fn_exit 0
b7026657 15803_ACEOF
b7026657
AC
15804ac_clean_files=$ac_clean_files_save
15805
81ecdfbb
RW
15806test $ac_write_fail = 0 ||
15807 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15808
b7026657
AC
15809
15810# configure is writing to config.log, and then calls config.status.
15811# config.status does its own redirection, appending to config.log.
15812# Unfortunately, on DOS this fails, as config.log is still kept open
15813# by configure, so config.status won't be able to write to it; its
15814# output is simply discarded. So we exec the FD to /dev/null,
15815# effectively closing config.log, so it can be properly (re)opened and
15816# appended to by config.status. When coming back to configure, we
15817# need to make the FD available again.
15818if test "$no_create" != yes; then
15819 ac_cs_success=:
15820 ac_config_status_args=
15821 test "$silent" = yes &&
15822 ac_config_status_args="$ac_config_status_args --quiet"
15823 exec 5>/dev/null
15824 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15825 exec 5>>config.log
15826 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15827 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15828 $ac_cs_success || as_fn_exit $?
15829fi
15830if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15831 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15832$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 15833fi
c906108c
SS
15834
15835