sim: drop unused SIM_AC_OPTION_PACKAGES
[deliverable/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
609sim_profile
610sim_trace
611sim_stdio
612sim_debug
81ecdfbb 613MAINT
31e6ad7d
MF
614MAINTAINER_MODE_FALSE
615MAINTAINER_MODE_TRUE
6bb11ab3
L
616lt_cv_dlopen_libs
617OTOOL64
618OTOOL
619LIPO
620NMEDIT
621DSYMUTIL
622AWK
623STRIP
624OBJDUMP
625LN_S
626NM
627ac_ct_DUMPBIN
628DUMPBIN
629LD
630FGREP
631SED
632LIBTOOL
633PLUGINS_FALSE
634PLUGINS_TRUE
aadc9410
MF
635zlibinc
636zlibdir
81ecdfbb
RW
637CATOBJEXT
638GENCAT
639INSTOBJEXT
640DATADIRNAME
641CATALOGS
642POSUB
643GMSGFMT
644XGETTEXT
645INCINTL
646LIBINTL_DEP
647LIBINTL
648USE_NLS
db2e4d67
MF
649GMAKE_FALSE
650GMAKE_TRUE
651MAKE
652CCDEPMODE
653DEPDIR
654am__leading_dot
5f3ef9d0 655PACKAGE
81ecdfbb
RW
656RANLIB
657AR
658HDEFINES
659CC_FOR_BUILD
660INSTALL_DATA
661INSTALL_SCRIPT
662INSTALL_PROGRAM
2232061b
MF
663EGREP
664GREP
665CPP
81ecdfbb
RW
666target_os
667target_vendor
668target_cpu
669target
670host_os
671host_vendor
672host_cpu
673host
674build_os
675build_vendor
676build_cpu
677build
6ffe910a
MF
678OBJEXT
679EXEEXT
680ac_ct_CC
681CPPFLAGS
682LDFLAGS
683CFLAGS
684CC
81ecdfbb
RW
685WERROR_CFLAGS
686WARN_CFLAGS
687sim_xor_endian
81ecdfbb
RW
688sim_smp
689sim_reserved_bits
81ecdfbb
RW
690sim_inline
691sim_hw
692sim_hw_objs
693sim_hw_cflags
694sim_default_model
695sim_scache
696sim_float
81ecdfbb
RW
697sim_endian
698sim_bitsize
699sim_assert
700sim_alignment
701sim_environment
702target_alias
703host_alias
704build_alias
705LIBS
706ECHO_T
707ECHO_N
708ECHO_C
709DEFS
710mandir
711localedir
712libdir
713psdir
714pdfdir
715dvidir
716htmldir
717infodir
718docdir
719oldincludedir
720includedir
721localstatedir
722sharedstatedir
723sysconfdir
724datadir
725datarootdir
726libexecdir
727sbindir
728bindir
729program_transform_name
730prefix
731exec_prefix
732PACKAGE_URL
733PACKAGE_BUGREPORT
734PACKAGE_STRING
735PACKAGE_VERSION
736PACKAGE_TARNAME
737PACKAGE_NAME
738PATH_SEPARATOR
739SHELL'
b7026657 740ac_subst_files=''
81ecdfbb
RW
741ac_user_opts='
742enable_option_checking
aadc9410 743with_system_zlib
6bb11ab3
L
744enable_plugins
745enable_shared
746enable_static
747with_pic
748enable_fast_install
749with_gnu_ld
750enable_libtool_lock
81ecdfbb 751enable_maintainer_mode
81ecdfbb
RW
752enable_sim_debug
753enable_sim_stdio
754enable_sim_trace
755enable_sim_profile
35656e95 756enable_sim_assert
16f7876d 757enable_sim_environment
347fe5bb 758enable_sim_inline
81ecdfbb
RW
759with_pkgversion
760with_bugurl
761'
762 ac_precious_vars='build_alias
763host_alias
764target_alias
765CC
766CFLAGS
767LDFLAGS
768LIBS
769CPPFLAGS
770CPP'
771
c906108c
SS
772
773# Initialize some variables set by options.
b7026657
AC
774ac_init_help=
775ac_init_version=false
81ecdfbb
RW
776ac_unrecognized_opts=
777ac_unrecognized_sep=
c906108c
SS
778# The variables have the same names as the options, with
779# dashes changed to underlines.
b7026657 780cache_file=/dev/null
c906108c 781exec_prefix=NONE
c906108c 782no_create=
c906108c
SS
783no_recursion=
784prefix=NONE
785program_prefix=NONE
786program_suffix=NONE
787program_transform_name=s,x,x,
788silent=
789site=
790srcdir=
c906108c
SS
791verbose=
792x_includes=NONE
793x_libraries=NONE
b7026657
AC
794
795# Installation directory options.
796# These are left unexpanded so users can "make install exec_prefix=/foo"
797# and all the variables that are supposed to be based on exec_prefix
798# by default will actually change.
799# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 800# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
801bindir='${exec_prefix}/bin'
802sbindir='${exec_prefix}/sbin'
803libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
804datarootdir='${prefix}/share'
805datadir='${datarootdir}'
c906108c
SS
806sysconfdir='${prefix}/etc'
807sharedstatedir='${prefix}/com'
808localstatedir='${prefix}/var'
c906108c
SS
809includedir='${prefix}/include'
810oldincludedir='/usr/include'
81ecdfbb
RW
811docdir='${datarootdir}/doc/${PACKAGE}'
812infodir='${datarootdir}/info'
813htmldir='${docdir}'
814dvidir='${docdir}'
815pdfdir='${docdir}'
816psdir='${docdir}'
817libdir='${exec_prefix}/lib'
818localedir='${datarootdir}/locale'
819mandir='${datarootdir}/man'
c906108c 820
c906108c 821ac_prev=
81ecdfbb 822ac_dashdash=
c906108c
SS
823for ac_option
824do
c906108c
SS
825 # If the previous option needs an argument, assign it.
826 if test -n "$ac_prev"; then
81ecdfbb 827 eval $ac_prev=\$ac_option
c906108c
SS
828 ac_prev=
829 continue
830 fi
831
81ecdfbb
RW
832 case $ac_option in
833 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
834 *) ac_optarg=yes ;;
835 esac
c906108c
SS
836
837 # Accept the important Cygnus configure options, so we can diagnose typos.
838
81ecdfbb
RW
839 case $ac_dashdash$ac_option in
840 --)
841 ac_dashdash=yes ;;
c906108c
SS
842
843 -bindir | --bindir | --bindi | --bind | --bin | --bi)
844 ac_prev=bindir ;;
845 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 846 bindir=$ac_optarg ;;
c906108c
SS
847
848 -build | --build | --buil | --bui | --bu)
b7026657 849 ac_prev=build_alias ;;
c906108c 850 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 851 build_alias=$ac_optarg ;;
c906108c
SS
852
853 -cache-file | --cache-file | --cache-fil | --cache-fi \
854 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
855 ac_prev=cache_file ;;
856 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
857 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
858 cache_file=$ac_optarg ;;
859
860 --config-cache | -C)
861 cache_file=config.cache ;;
c906108c 862
81ecdfbb 863 -datadir | --datadir | --datadi | --datad)
c906108c 864 ac_prev=datadir ;;
81ecdfbb 865 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 866 datadir=$ac_optarg ;;
c906108c 867
81ecdfbb
RW
868 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
869 | --dataroo | --dataro | --datar)
870 ac_prev=datarootdir ;;
871 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
872 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
873 datarootdir=$ac_optarg ;;
874
c906108c 875 -disable-* | --disable-*)
81ecdfbb 876 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 877 # Reject names that are not valid shell variable names.
81ecdfbb
RW
878 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
879 as_fn_error "invalid feature name: $ac_useropt"
880 ac_useropt_orig=$ac_useropt
881 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
882 case $ac_user_opts in
883 *"
884"enable_$ac_useropt"
885"*) ;;
886 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
887 ac_unrecognized_sep=', ';;
888 esac
889 eval enable_$ac_useropt=no ;;
890
891 -docdir | --docdir | --docdi | --doc | --do)
892 ac_prev=docdir ;;
893 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
894 docdir=$ac_optarg ;;
895
896 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
897 ac_prev=dvidir ;;
898 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
899 dvidir=$ac_optarg ;;
c906108c
SS
900
901 -enable-* | --enable-*)
81ecdfbb 902 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 903 # Reject names that are not valid shell variable names.
81ecdfbb
RW
904 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
905 as_fn_error "invalid feature name: $ac_useropt"
906 ac_useropt_orig=$ac_useropt
907 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
908 case $ac_user_opts in
909 *"
910"enable_$ac_useropt"
911"*) ;;
912 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
913 ac_unrecognized_sep=', ';;
c906108c 914 esac
81ecdfbb 915 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
916
917 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
918 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
919 | --exec | --exe | --ex)
920 ac_prev=exec_prefix ;;
921 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
922 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
923 | --exec=* | --exe=* | --ex=*)
b7026657 924 exec_prefix=$ac_optarg ;;
c906108c
SS
925
926 -gas | --gas | --ga | --g)
927 # Obsolete; use --with-gas.
928 with_gas=yes ;;
929
b7026657
AC
930 -help | --help | --hel | --he | -h)
931 ac_init_help=long ;;
932 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
933 ac_init_help=recursive ;;
934 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
935 ac_init_help=short ;;
c906108c
SS
936
937 -host | --host | --hos | --ho)
b7026657 938 ac_prev=host_alias ;;
c906108c 939 -host=* | --host=* | --hos=* | --ho=*)
b7026657 940 host_alias=$ac_optarg ;;
c906108c 941
81ecdfbb
RW
942 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
943 ac_prev=htmldir ;;
944 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
945 | --ht=*)
946 htmldir=$ac_optarg ;;
947
c906108c
SS
948 -includedir | --includedir | --includedi | --included | --include \
949 | --includ | --inclu | --incl | --inc)
950 ac_prev=includedir ;;
951 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
952 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 953 includedir=$ac_optarg ;;
c906108c
SS
954
955 -infodir | --infodir | --infodi | --infod | --info | --inf)
956 ac_prev=infodir ;;
957 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 958 infodir=$ac_optarg ;;
c906108c
SS
959
960 -libdir | --libdir | --libdi | --libd)
961 ac_prev=libdir ;;
962 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 963 libdir=$ac_optarg ;;
c906108c
SS
964
965 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
966 | --libexe | --libex | --libe)
967 ac_prev=libexecdir ;;
968 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
969 | --libexe=* | --libex=* | --libe=*)
b7026657 970 libexecdir=$ac_optarg ;;
c906108c 971
81ecdfbb
RW
972 -localedir | --localedir | --localedi | --localed | --locale)
973 ac_prev=localedir ;;
974 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
975 localedir=$ac_optarg ;;
976
c906108c 977 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 978 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
979 ac_prev=localstatedir ;;
980 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 981 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 982 localstatedir=$ac_optarg ;;
c906108c
SS
983
984 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
985 ac_prev=mandir ;;
986 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 987 mandir=$ac_optarg ;;
c906108c
SS
988
989 -nfp | --nfp | --nf)
990 # Obsolete; use --without-fp.
991 with_fp=no ;;
992
993 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 994 | --no-cr | --no-c | -n)
c906108c
SS
995 no_create=yes ;;
996
997 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
998 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
999 no_recursion=yes ;;
1000
1001 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1002 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1003 | --oldin | --oldi | --old | --ol | --o)
1004 ac_prev=oldincludedir ;;
1005 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1006 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1007 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1008 oldincludedir=$ac_optarg ;;
c906108c
SS
1009
1010 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1011 ac_prev=prefix ;;
1012 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1013 prefix=$ac_optarg ;;
c906108c
SS
1014
1015 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1016 | --program-pre | --program-pr | --program-p)
1017 ac_prev=program_prefix ;;
1018 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1019 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1020 program_prefix=$ac_optarg ;;
c906108c
SS
1021
1022 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1023 | --program-suf | --program-su | --program-s)
1024 ac_prev=program_suffix ;;
1025 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1026 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1027 program_suffix=$ac_optarg ;;
c906108c
SS
1028
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)
1036 ac_prev=program_transform_name ;;
1037 -program-transform-name=* | --program-transform-name=* \
1038 | --program-transform-nam=* | --program-transform-na=* \
1039 | --program-transform-n=* | --program-transform-=* \
1040 | --program-transform=* | --program-transfor=* \
1041 | --program-transfo=* | --program-transf=* \
1042 | --program-trans=* | --program-tran=* \
1043 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1044 program_transform_name=$ac_optarg ;;
c906108c 1045
81ecdfbb
RW
1046 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1047 ac_prev=pdfdir ;;
1048 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1049 pdfdir=$ac_optarg ;;
1050
1051 -psdir | --psdir | --psdi | --psd | --ps)
1052 ac_prev=psdir ;;
1053 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1054 psdir=$ac_optarg ;;
1055
c906108c
SS
1056 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1057 | -silent | --silent | --silen | --sile | --sil)
1058 silent=yes ;;
1059
1060 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1061 ac_prev=sbindir ;;
1062 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1063 | --sbi=* | --sb=*)
b7026657 1064 sbindir=$ac_optarg ;;
c906108c
SS
1065
1066 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1067 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1068 | --sharedst | --shareds | --shared | --share | --shar \
1069 | --sha | --sh)
1070 ac_prev=sharedstatedir ;;
1071 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1072 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1073 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1074 | --sha=* | --sh=*)
b7026657 1075 sharedstatedir=$ac_optarg ;;
c906108c
SS
1076
1077 -site | --site | --sit)
1078 ac_prev=site ;;
1079 -site=* | --site=* | --sit=*)
b7026657 1080 site=$ac_optarg ;;
eb2d80b4 1081
c906108c
SS
1082 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1083 ac_prev=srcdir ;;
1084 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1085 srcdir=$ac_optarg ;;
c906108c
SS
1086
1087 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1088 | --syscon | --sysco | --sysc | --sys | --sy)
1089 ac_prev=sysconfdir ;;
1090 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1091 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1092 sysconfdir=$ac_optarg ;;
c906108c
SS
1093
1094 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1095 ac_prev=target_alias ;;
c906108c 1096 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1097 target_alias=$ac_optarg ;;
c906108c
SS
1098
1099 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1100 verbose=yes ;;
1101
b7026657
AC
1102 -version | --version | --versio | --versi | --vers | -V)
1103 ac_init_version=: ;;
c906108c
SS
1104
1105 -with-* | --with-*)
81ecdfbb 1106 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1107 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1108 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1109 as_fn_error "invalid package name: $ac_useropt"
1110 ac_useropt_orig=$ac_useropt
1111 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1112 case $ac_user_opts in
1113 *"
1114"with_$ac_useropt"
1115"*) ;;
1116 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1117 ac_unrecognized_sep=', ';;
c906108c 1118 esac
81ecdfbb 1119 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1120
1121 -without-* | --without-*)
81ecdfbb 1122 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1123 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1124 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1125 as_fn_error "invalid package name: $ac_useropt"
1126 ac_useropt_orig=$ac_useropt
1127 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1128 case $ac_user_opts in
1129 *"
1130"with_$ac_useropt"
1131"*) ;;
1132 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1133 ac_unrecognized_sep=', ';;
1134 esac
1135 eval with_$ac_useropt=no ;;
c906108c
SS
1136
1137 --x)
1138 # Obsolete; use --with-x.
1139 with_x=yes ;;
1140
1141 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1142 | --x-incl | --x-inc | --x-in | --x-i)
1143 ac_prev=x_includes ;;
1144 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1145 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1146 x_includes=$ac_optarg ;;
c906108c
SS
1147
1148 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1149 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1150 ac_prev=x_libraries ;;
1151 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1152 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1153 x_libraries=$ac_optarg ;;
c906108c 1154
81ecdfbb
RW
1155 -*) as_fn_error "unrecognized option: \`$ac_option'
1156Try \`$0 --help' for more information."
c906108c
SS
1157 ;;
1158
b7026657
AC
1159 *=*)
1160 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1161 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1162 case $ac_envvar in #(
1163 '' | [0-9]* | *[!_$as_cr_alnum]* )
1164 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1165 esac
1166 eval $ac_envvar=\$ac_optarg
b7026657
AC
1167 export $ac_envvar ;;
1168
c906108c 1169 *)
b7026657 1170 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1171 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1172 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1173 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
b7026657 1174 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
c906108c
SS
1175 ;;
1176
1177 esac
1178done
1179
1180if test -n "$ac_prev"; then
b7026657 1181 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1182 as_fn_error "missing argument to $ac_option"
c906108c 1183fi
c906108c 1184
81ecdfbb
RW
1185if test -n "$ac_unrecognized_opts"; then
1186 case $enable_option_checking in
1187 no) ;;
1188 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1189 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1190 esac
81ecdfbb 1191fi
c906108c 1192
81ecdfbb
RW
1193# Check all directory arguments for consistency.
1194for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1195 datadir sysconfdir sharedstatedir localstatedir includedir \
1196 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1197 libdir localedir mandir
c906108c 1198do
81ecdfbb
RW
1199 eval ac_val=\$$ac_var
1200 # Remove trailing slashes.
1201 case $ac_val in
1202 */ )
1203 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1204 eval $ac_var=\$ac_val;;
1205 esac
1206 # Be sure to have absolute directory names.
b7026657 1207 case $ac_val in
81ecdfbb
RW
1208 [\\/$]* | ?:[\\/]* ) continue;;
1209 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1210 esac
81ecdfbb 1211 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1212done
1213
b7026657
AC
1214# There might be people who depend on the old broken behavior: `$host'
1215# used to hold the argument of --host etc.
1216# FIXME: To remove some day.
1217build=$build_alias
1218host=$host_alias
1219target=$target_alias
1220
1221# FIXME: To remove some day.
1222if test "x$host_alias" != x; then
1223 if test "x$build_alias" = x; then
1224 cross_compiling=maybe
81ecdfbb 1225 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
b7026657
AC
1226 If a cross compiler is detected then cross compile mode will be used." >&2
1227 elif test "x$build_alias" != "x$host_alias"; then
1228 cross_compiling=yes
1229 fi
1230fi
c906108c 1231
b7026657
AC
1232ac_tool_prefix=
1233test -n "$host_alias" && ac_tool_prefix=$host_alias-
1234
1235test "$silent" = yes && exec 6>/dev/null
c906108c 1236
c906108c 1237
81ecdfbb
RW
1238ac_pwd=`pwd` && test -n "$ac_pwd" &&
1239ac_ls_di=`ls -di .` &&
1240ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1241 as_fn_error "working directory cannot be determined"
1242test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1243 as_fn_error "pwd does not report name of working directory"
1244
1245
c906108c
SS
1246# Find the source files, if location was not specified.
1247if test -z "$srcdir"; then
1248 ac_srcdir_defaulted=yes
81ecdfbb
RW
1249 # Try the directory containing this script, then the parent directory.
1250 ac_confdir=`$as_dirname -- "$as_myself" ||
1251$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1252 X"$as_myself" : 'X\(//\)[^/]' \| \
1253 X"$as_myself" : 'X\(//\)$' \| \
1254 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1255$as_echo X"$as_myself" |
1256 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1257 s//\1/
1258 q
1259 }
1260 /^X\(\/\/\)[^/].*/{
1261 s//\1/
1262 q
1263 }
1264 /^X\(\/\/\)$/{
1265 s//\1/
1266 q
1267 }
1268 /^X\(\/\).*/{
1269 s//\1/
1270 q
1271 }
1272 s/.*/./; q'`
c906108c 1273 srcdir=$ac_confdir
81ecdfbb 1274 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1275 srcdir=..
1276 fi
1277else
1278 ac_srcdir_defaulted=no
1279fi
81ecdfbb
RW
1280if test ! -r "$srcdir/$ac_unique_file"; then
1281 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1282 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1283fi
1284ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1285ac_abs_confdir=`(
1286 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1287 pwd)`
1288# When building in place, set srcdir=.
1289if test "$ac_abs_confdir" = "$ac_pwd"; then
1290 srcdir=.
1291fi
1292# Remove unnecessary trailing slashes from srcdir.
1293# Double slashes in file names in object file debugging info
1294# mess up M-x gdb in Emacs.
1295case $srcdir in
1296*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1297esac
1298for ac_var in $ac_precious_vars; do
1299 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1300 eval ac_env_${ac_var}_value=\$${ac_var}
1301 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1302 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1303done
c906108c 1304
b7026657
AC
1305#
1306# Report the --help message.
1307#
1308if test "$ac_init_help" = "long"; then
1309 # Omit some internal or obsolete options to make the list less imposing.
1310 # This message is too long to be a string in the A/UX 3.1 sh.
1311 cat <<_ACEOF
1312\`configure' configures this package to adapt to many kinds of systems.
c906108c 1313
b7026657 1314Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1315
b7026657
AC
1316To assign environment variables (e.g., CC, CFLAGS...), specify them as
1317VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1318
b7026657 1319Defaults for the options are specified in brackets.
c906108c 1320
b7026657
AC
1321Configuration:
1322 -h, --help display this help and exit
1323 --help=short display options specific to this package
1324 --help=recursive display the short help of all the included packages
1325 -V, --version display version information and exit
1326 -q, --quiet, --silent do not print \`checking...' messages
1327 --cache-file=FILE cache test results in FILE [disabled]
1328 -C, --config-cache alias for \`--cache-file=config.cache'
1329 -n, --no-create do not create output files
1330 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1331
b7026657
AC
1332Installation directories:
1333 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1334 [$ac_default_prefix]
b7026657 1335 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1336 [PREFIX]
c906108c 1337
b7026657
AC
1338By default, \`make install' will install all the files in
1339\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1340an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1341for instance \`--prefix=\$HOME'.
c906108c 1342
b7026657
AC
1343For better control, use the options below.
1344
1345Fine tuning of the installation directories:
81ecdfbb
RW
1346 --bindir=DIR user executables [EPREFIX/bin]
1347 --sbindir=DIR system admin executables [EPREFIX/sbin]
1348 --libexecdir=DIR program executables [EPREFIX/libexec]
1349 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1350 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1351 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1352 --libdir=DIR object code libraries [EPREFIX/lib]
1353 --includedir=DIR C header files [PREFIX/include]
1354 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1355 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1356 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1357 --infodir=DIR info documentation [DATAROOTDIR/info]
1358 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1359 --mandir=DIR man documentation [DATAROOTDIR/man]
1360 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1361 --htmldir=DIR html documentation [DOCDIR]
1362 --dvidir=DIR dvi documentation [DOCDIR]
1363 --pdfdir=DIR pdf documentation [DOCDIR]
1364 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1365_ACEOF
1366
1367 cat <<\_ACEOF
1368
1369Program names:
1370 --program-prefix=PREFIX prepend PREFIX to installed program names
1371 --program-suffix=SUFFIX append SUFFIX to installed program names
1372 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1373
1374System types:
1375 --build=BUILD configure for building on BUILD [guessed]
1376 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1377 --target=TARGET configure for building compilers for TARGET [HOST]
1378_ACEOF
c906108c 1379fi
b7026657
AC
1380
1381if test -n "$ac_init_help"; then
1382
1383 cat <<\_ACEOF
1384
1385Optional Features:
81ecdfbb 1386 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1387 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1388 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1389 --enable-plugins Enable support for plugins
6bb11ab3
L
1390 --enable-shared[=PKGS] build shared libraries [default=yes]
1391 --enable-static[=PKGS] build static libraries [default=yes]
1392 --enable-fast-install[=PKGS]
1393 optimize for fast installation [default=yes]
1394 --disable-libtool-lock avoid locking (might break parallel builds)
31e6ad7d
MF
1395 --enable-maintainer-mode enable make rules and dependencies not useful
1396 (and sometimes confusing) to the casual installer
8d0978fb
MF
1397 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1398 itself)
1399 --enable-sim-stdio Specify whether to use stdio for console
1400 input/output
1401 --enable-sim-trace=opts Enable tracing of simulated programs
1402 --enable-sim-profile=opts
1403 Enable profiling flags
35656e95 1404 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1405 --enable-sim-environment=environment
1406 Specify mixed, user, virtual or operating
1407 environment
347fe5bb
MF
1408 --enable-sim-inline=inlines
1409 Specify which functions should be inlined
b7026657 1410
6efef468
JM
1411Optional Packages:
1412 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1413 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1414 --with-system-zlib use installed libz
6bb11ab3
L
1415 --with-pic try to use only PIC/non-PIC objects [default=use
1416 both]
1417 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1418 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1419 --with-bugurl=URL Direct users to URL to report a bug
1420
b7026657
AC
1421Some influential environment variables:
1422 CC C compiler command
1423 CFLAGS C compiler flags
1424 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1425 nonstandard directory <lib dir>
81ecdfbb
RW
1426 LIBS libraries to pass to the linker, e.g. -l<library>
1427 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1428 you have headers in a nonstandard directory <include dir>
b7026657
AC
1429 CPP C preprocessor
1430
1431Use these variables to override the choices made by `configure' or to help
1432it to find libraries and programs with nonstandard names/locations.
1433
81ecdfbb 1434Report bugs to the package provider.
b7026657 1435_ACEOF
81ecdfbb 1436ac_status=$?
c906108c
SS
1437fi
1438
b7026657
AC
1439if test "$ac_init_help" = "recursive"; then
1440 # If there are subdirs, report their specific --help.
b7026657 1441 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1442 test -d "$ac_dir" ||
1443 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1444 continue
b7026657 1445 ac_builddir=.
c906108c 1446
81ecdfbb
RW
1447case "$ac_dir" in
1448.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1449*)
1450 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1451 # A ".." for each directory in $ac_dir_suffix.
1452 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1453 case $ac_top_builddir_sub in
1454 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1455 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1456 esac ;;
1457esac
1458ac_abs_top_builddir=$ac_pwd
1459ac_abs_builddir=$ac_pwd$ac_dir_suffix
1460# for backward compatibility:
1461ac_top_builddir=$ac_top_build_prefix
c906108c 1462
b7026657 1463case $srcdir in
81ecdfbb 1464 .) # We are building in place.
b7026657 1465 ac_srcdir=.
81ecdfbb
RW
1466 ac_top_srcdir=$ac_top_builddir_sub
1467 ac_abs_top_srcdir=$ac_pwd ;;
1468 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1469 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1470 ac_top_srcdir=$srcdir
1471 ac_abs_top_srcdir=$srcdir ;;
1472 *) # Relative name.
1473 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1474 ac_top_srcdir=$ac_top_build_prefix$srcdir
1475 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1476esac
81ecdfbb
RW
1477ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1478
1479 cd "$ac_dir" || { ac_status=$?; continue; }
1480 # Check for guested configure.
1481 if test -f "$ac_srcdir/configure.gnu"; then
1482 echo &&
1483 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1484 elif test -f "$ac_srcdir/configure"; then
1485 echo &&
1486 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1487 else
81ecdfbb
RW
1488 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1489 fi || ac_status=$?
1490 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657
AC
1491 done
1492fi
1493
81ecdfbb 1494test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1495if $ac_init_version; then
1496 cat <<\_ACEOF
81ecdfbb
RW
1497configure
1498generated by GNU Autoconf 2.64
b7026657 1499
81ecdfbb 1500Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
1501This configure script is free software; the Free Software Foundation
1502gives unlimited permission to copy, distribute and modify it.
1503_ACEOF
81ecdfbb 1504 exit
b7026657 1505fi
b7026657 1506
81ecdfbb
RW
1507## ------------------------ ##
1508## Autoconf initialization. ##
1509## ------------------------ ##
b7026657 1510
81ecdfbb
RW
1511# ac_fn_c_try_compile LINENO
1512# --------------------------
1513# Try to compile conftest.$ac_ext, and return whether this succeeded.
1514ac_fn_c_try_compile ()
b7026657 1515{
81ecdfbb
RW
1516 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1517 rm -f conftest.$ac_objext
1518 if { { ac_try="$ac_compile"
1519case "(($ac_try" in
1520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1521 *) ac_try_echo=$ac_try;;
1522esac
1523eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1524$as_echo "$ac_try_echo"; } >&5
1525 (eval "$ac_compile") 2>conftest.err
1526 ac_status=$?
1527 if test -s conftest.err; then
1528 grep -v '^ *+' conftest.err >conftest.er1
1529 cat conftest.er1 >&5
1530 mv -f conftest.er1 conftest.err
1531 fi
1532 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1533 test $ac_status = 0; } && {
1534 test -z "$ac_c_werror_flag" ||
1535 test ! -s conftest.err
1536 } && test -s conftest.$ac_objext; then :
1537 ac_retval=0
1538else
1539 $as_echo "$as_me: failed program was:" >&5
1540sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1541
81ecdfbb
RW
1542 ac_retval=1
1543fi
1544 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1545 return $ac_retval
b7026657 1546
81ecdfbb 1547} # ac_fn_c_try_compile
b7026657 1548
81ecdfbb
RW
1549# ac_fn_c_try_cpp LINENO
1550# ----------------------
1551# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1552ac_fn_c_try_cpp ()
1553{
1554 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1555 if { { ac_try="$ac_cpp conftest.$ac_ext"
1556case "(($ac_try" in
1557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1558 *) ac_try_echo=$ac_try;;
1559esac
1560eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1561$as_echo "$ac_try_echo"; } >&5
1562 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1563 ac_status=$?
1564 if test -s conftest.err; then
1565 grep -v '^ *+' conftest.err >conftest.er1
1566 cat conftest.er1 >&5
1567 mv -f conftest.er1 conftest.err
1568 fi
1569 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1570 test $ac_status = 0; } >/dev/null && {
1571 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1572 test ! -s conftest.err
1573 }; then :
1574 ac_retval=0
1575else
1576 $as_echo "$as_me: failed program was:" >&5
1577sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1578
81ecdfbb
RW
1579 ac_retval=1
1580fi
1581 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1582 return $ac_retval
b7026657 1583
81ecdfbb 1584} # ac_fn_c_try_cpp
b7026657 1585
81ecdfbb
RW
1586# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1587# -------------------------------------------------------
1588# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1589# the include files in INCLUDES and setting the cache variable VAR
1590# accordingly.
1591ac_fn_c_check_header_mongrel ()
1592{
1593 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1594 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1596$as_echo_n "checking for $2... " >&6; }
1597if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1598 $as_echo_n "(cached) " >&6
1599fi
1600eval ac_res=\$$3
1601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1602$as_echo "$ac_res" >&6; }
1603else
1604 # Is the header compilable?
1605{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1606$as_echo_n "checking $2 usability... " >&6; }
1607cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1608/* end confdefs.h. */
1609$4
1610#include <$2>
1611_ACEOF
1612if ac_fn_c_try_compile "$LINENO"; then :
1613 ac_header_compiler=yes
1614else
1615 ac_header_compiler=no
1616fi
1617rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1618{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1619$as_echo "$ac_header_compiler" >&6; }
1620
1621# Is the header present?
1622{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1623$as_echo_n "checking $2 presence... " >&6; }
1624cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1625/* end confdefs.h. */
1626#include <$2>
1627_ACEOF
1628if ac_fn_c_try_cpp "$LINENO"; then :
1629 ac_header_preproc=yes
1630else
1631 ac_header_preproc=no
1632fi
1633rm -f conftest.err conftest.$ac_ext
1634{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1635$as_echo "$ac_header_preproc" >&6; }
1636
1637# So? What about this header?
1638case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1639 yes:no: )
1640 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1641$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1642 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1643$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1644 ;;
1645 no:yes:* )
1646 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1647$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1648 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1649$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1651$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1652 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1653$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1654 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1655$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1656 ;;
1657esac
1658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1659$as_echo_n "checking for $2... " >&6; }
1660if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1661 $as_echo_n "(cached) " >&6
1662else
1663 eval "$3=\$ac_header_compiler"
1664fi
1665eval ac_res=\$$3
1666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1667$as_echo "$ac_res" >&6; }
1668fi
1669 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1670
1671} # ac_fn_c_check_header_mongrel
1672
1673# ac_fn_c_try_run LINENO
1674# ----------------------
1675# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1676# that executables *can* be run.
1677ac_fn_c_try_run ()
1678{
1679 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1680 if { { ac_try="$ac_link"
1681case "(($ac_try" in
1682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1683 *) ac_try_echo=$ac_try;;
1684esac
1685eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1686$as_echo "$ac_try_echo"; } >&5
1687 (eval "$ac_link") 2>&5
1688 ac_status=$?
1689 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1690 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1691 { { case "(($ac_try" in
1692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1693 *) ac_try_echo=$ac_try;;
1694esac
1695eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1696$as_echo "$ac_try_echo"; } >&5
1697 (eval "$ac_try") 2>&5
1698 ac_status=$?
1699 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1700 test $ac_status = 0; }; }; then :
1701 ac_retval=0
1702else
1703 $as_echo "$as_me: program exited with status $ac_status" >&5
1704 $as_echo "$as_me: failed program was:" >&5
1705sed 's/^/| /' conftest.$ac_ext >&5
1706
1707 ac_retval=$ac_status
1708fi
1709 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1710 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1711 return $ac_retval
1712
1713} # ac_fn_c_try_run
1714
1715# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1716# -------------------------------------------------------
1717# Tests whether HEADER exists and can be compiled using the include files in
1718# INCLUDES, setting the cache variable VAR accordingly.
1719ac_fn_c_check_header_compile ()
1720{
1721 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1723$as_echo_n "checking for $2... " >&6; }
1724if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1725 $as_echo_n "(cached) " >&6
1726else
1727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1728/* end confdefs.h. */
1729$4
1730#include <$2>
1731_ACEOF
1732if ac_fn_c_try_compile "$LINENO"; then :
1733 eval "$3=yes"
1734else
1735 eval "$3=no"
1736fi
1737rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1738fi
1739eval ac_res=\$$3
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1741$as_echo "$ac_res" >&6; }
1742 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1743
1744} # ac_fn_c_check_header_compile
1745
1746# ac_fn_c_try_link LINENO
1747# -----------------------
1748# Try to link conftest.$ac_ext, and return whether this succeeded.
1749ac_fn_c_try_link ()
1750{
1751 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1752 rm -f conftest.$ac_objext conftest$ac_exeext
1753 if { { ac_try="$ac_link"
1754case "(($ac_try" in
1755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1756 *) ac_try_echo=$ac_try;;
1757esac
1758eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1759$as_echo "$ac_try_echo"; } >&5
1760 (eval "$ac_link") 2>conftest.err
1761 ac_status=$?
1762 if test -s conftest.err; then
1763 grep -v '^ *+' conftest.err >conftest.er1
1764 cat conftest.er1 >&5
1765 mv -f conftest.er1 conftest.err
1766 fi
1767 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1768 test $ac_status = 0; } && {
1769 test -z "$ac_c_werror_flag" ||
1770 test ! -s conftest.err
1771 } && test -s conftest$ac_exeext && {
1772 test "$cross_compiling" = yes ||
1773 $as_test_x conftest$ac_exeext
1774 }; then :
1775 ac_retval=0
1776else
1777 $as_echo "$as_me: failed program was:" >&5
1778sed 's/^/| /' conftest.$ac_ext >&5
1779
1780 ac_retval=1
1781fi
1782 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1783 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1784 # interfere with the next link command; also delete a directory that is
1785 # left behind by Apple's compiler. We do this before executing the actions.
1786 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1787 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1788 return $ac_retval
1789
1790} # ac_fn_c_try_link
1791
1792# ac_fn_c_check_func LINENO FUNC VAR
1793# ----------------------------------
1794# Tests whether FUNC exists, setting the cache variable VAR accordingly
1795ac_fn_c_check_func ()
1796{
1797 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1799$as_echo_n "checking for $2... " >&6; }
1800if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1801 $as_echo_n "(cached) " >&6
1802else
1803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1804/* end confdefs.h. */
1805/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1806 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1807#define $2 innocuous_$2
1808
1809/* System header to define __stub macros and hopefully few prototypes,
1810 which can conflict with char $2 (); below.
1811 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1812 <limits.h> exists even on freestanding compilers. */
1813
1814#ifdef __STDC__
1815# include <limits.h>
1816#else
1817# include <assert.h>
1818#endif
1819
1820#undef $2
1821
1822/* Override any GCC internal prototype to avoid an error.
1823 Use char because int might match the return type of a GCC
1824 builtin and then its argument prototype would still apply. */
1825#ifdef __cplusplus
1826extern "C"
1827#endif
1828char $2 ();
1829/* The GNU C library defines this for functions which it implements
1830 to always fail with ENOSYS. Some functions are actually named
1831 something starting with __ and the normal name is an alias. */
1832#if defined __stub_$2 || defined __stub___$2
1833choke me
1834#endif
1835
1836int
1837main ()
1838{
1839return $2 ();
1840 ;
1841 return 0;
1842}
1843_ACEOF
1844if ac_fn_c_try_link "$LINENO"; then :
1845 eval "$3=yes"
1846else
1847 eval "$3=no"
1848fi
1849rm -f core conftest.err conftest.$ac_objext \
1850 conftest$ac_exeext conftest.$ac_ext
1851fi
1852eval ac_res=\$$3
1853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1854$as_echo "$ac_res" >&6; }
1855 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1856
1857} # ac_fn_c_check_func
936df756
MF
1858
1859# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1860# ----------------------------------------------------
1861# Tries to find if the field MEMBER exists in type AGGR, after including
1862# INCLUDES, setting cache variable VAR accordingly.
1863ac_fn_c_check_member ()
1864{
1865 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1867$as_echo_n "checking for $2.$3... " >&6; }
1868if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1869 $as_echo_n "(cached) " >&6
1870else
1871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1872/* end confdefs.h. */
1873$5
1874int
1875main ()
1876{
1877static $2 ac_aggr;
1878if (ac_aggr.$3)
1879return 0;
1880 ;
1881 return 0;
1882}
1883_ACEOF
1884if ac_fn_c_try_compile "$LINENO"; then :
1885 eval "$4=yes"
1886else
1887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1888/* end confdefs.h. */
1889$5
1890int
1891main ()
1892{
1893static $2 ac_aggr;
1894if (sizeof ac_aggr.$3)
1895return 0;
1896 ;
1897 return 0;
1898}
1899_ACEOF
1900if ac_fn_c_try_compile "$LINENO"; then :
1901 eval "$4=yes"
1902else
1903 eval "$4=no"
1904fi
1905rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1906fi
1907rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1908fi
1909eval ac_res=\$$4
1910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1911$as_echo "$ac_res" >&6; }
1912 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1913
1914} # ac_fn_c_check_member
1915
1916# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1917# -------------------------------------------
1918# Tests whether TYPE exists after having included INCLUDES, setting cache
1919# variable VAR accordingly.
1920ac_fn_c_check_type ()
1921{
1922 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1924$as_echo_n "checking for $2... " >&6; }
1925if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1926 $as_echo_n "(cached) " >&6
1927else
1928 eval "$3=no"
1929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1930/* end confdefs.h. */
1931$4
1932int
1933main ()
1934{
1935if (sizeof ($2))
1936 return 0;
1937 ;
1938 return 0;
1939}
1940_ACEOF
1941if ac_fn_c_try_compile "$LINENO"; then :
1942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1943/* end confdefs.h. */
1944$4
1945int
1946main ()
1947{
1948if (sizeof (($2)))
1949 return 0;
1950 ;
1951 return 0;
1952}
1953_ACEOF
1954if ac_fn_c_try_compile "$LINENO"; then :
1955
1956else
1957 eval "$3=yes"
1958fi
1959rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1960fi
1961rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1962fi
1963eval ac_res=\$$3
1964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1965$as_echo "$ac_res" >&6; }
1966 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1967
1968} # ac_fn_c_check_type
81ecdfbb
RW
1969cat >config.log <<_ACEOF
1970This file contains any messages produced by compilers while
1971running configure, to aid debugging if configure makes a mistake.
1972
1973It was created by $as_me, which was
1974generated by GNU Autoconf 2.64. Invocation command line was
1975
1976 $ $0 $@
1977
1978_ACEOF
1979exec 5>>config.log
1980{
1981cat <<_ASUNAME
1982## --------- ##
1983## Platform. ##
1984## --------- ##
1985
1986hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1987uname -m = `(uname -m) 2>/dev/null || echo unknown`
1988uname -r = `(uname -r) 2>/dev/null || echo unknown`
1989uname -s = `(uname -s) 2>/dev/null || echo unknown`
1990uname -v = `(uname -v) 2>/dev/null || echo unknown`
1991
1992/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1993/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1994
1995/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1996/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1997/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1998/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1999/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2000/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2001/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2002
2003_ASUNAME
2004
2005as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2006for as_dir in $PATH
2007do
2008 IFS=$as_save_IFS
2009 test -z "$as_dir" && as_dir=.
2010 $as_echo "PATH: $as_dir"
2011 done
2012IFS=$as_save_IFS
2013
2014} >&5
2015
2016cat >&5 <<_ACEOF
b7026657
AC
2017
2018
2019## ----------- ##
2020## Core tests. ##
2021## ----------- ##
2022
2023_ACEOF
2024
2025
2026# Keep a trace of the command line.
2027# Strip out --no-create and --no-recursion so they do not pile up.
2028# Strip out --silent because we don't want to record it for future runs.
2029# Also quote any args containing shell meta-characters.
2030# Make two passes to allow for proper duplicate-argument suppression.
2031ac_configure_args=
2032ac_configure_args0=
2033ac_configure_args1=
b7026657
AC
2034ac_must_keep_next=false
2035for ac_pass in 1 2
2036do
2037 for ac_arg
2038 do
2039 case $ac_arg in
2040 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2041 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2042 | -silent | --silent | --silen | --sile | --sil)
2043 continue ;;
81ecdfbb
RW
2044 *\'*)
2045 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2046 esac
2047 case $ac_pass in
81ecdfbb 2048 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 2049 2)
81ecdfbb 2050 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
2051 if test $ac_must_keep_next = true; then
2052 ac_must_keep_next=false # Got value, back to normal.
2053 else
2054 case $ac_arg in
2055 *=* | --config-cache | -C | -disable-* | --disable-* \
2056 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2057 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2058 | -with-* | --with-* | -without-* | --without-* | --x)
2059 case "$ac_configure_args0 " in
2060 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2061 esac
2062 ;;
2063 -* ) ac_must_keep_next=true ;;
2064 esac
2065 fi
81ecdfbb 2066 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
2067 ;;
2068 esac
2069 done
2070done
81ecdfbb
RW
2071{ ac_configure_args0=; unset ac_configure_args0;}
2072{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
2073
2074# When interrupted or exit'd, cleanup temporary files, and complete
2075# config.log. We remove comments because anyway the quotes in there
2076# would cause problems or look ugly.
81ecdfbb
RW
2077# WARNING: Use '\'' to represent an apostrophe within the trap.
2078# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
2079trap 'exit_status=$?
2080 # Save into config.log some information that might help in debugging.
2081 {
2082 echo
2083
2084 cat <<\_ASBOX
2085## ---------------- ##
2086## Cache variables. ##
2087## ---------------- ##
2088_ASBOX
2089 echo
2090 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2091(
2092 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2093 eval ac_val=\$$ac_var
2094 case $ac_val in #(
2095 *${as_nl}*)
2096 case $ac_var in #(
2097 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2098$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2099 esac
2100 case $ac_var in #(
2101 _ | IFS | as_nl) ;; #(
2102 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2103 *) { eval $ac_var=; unset $ac_var;} ;;
2104 esac ;;
2105 esac
2106 done
b7026657 2107 (set) 2>&1 |
81ecdfbb
RW
2108 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2109 *${as_nl}ac_space=\ *)
b7026657 2110 sed -n \
81ecdfbb
RW
2111 "s/'\''/'\''\\\\'\'''\''/g;
2112 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2113 ;; #(
b7026657 2114 *)
81ecdfbb 2115 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2116 ;;
81ecdfbb
RW
2117 esac |
2118 sort
2119)
b7026657
AC
2120 echo
2121
2122 cat <<\_ASBOX
2123## ----------------- ##
2124## Output variables. ##
2125## ----------------- ##
2126_ASBOX
2127 echo
2128 for ac_var in $ac_subst_vars
2129 do
81ecdfbb
RW
2130 eval ac_val=\$$ac_var
2131 case $ac_val in
2132 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2133 esac
2134 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2135 done | sort
2136 echo
2137
2138 if test -n "$ac_subst_files"; then
2139 cat <<\_ASBOX
81ecdfbb
RW
2140## ------------------- ##
2141## File substitutions. ##
2142## ------------------- ##
b7026657
AC
2143_ASBOX
2144 echo
2145 for ac_var in $ac_subst_files
2146 do
81ecdfbb
RW
2147 eval ac_val=\$$ac_var
2148 case $ac_val in
2149 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2150 esac
2151 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2152 done | sort
2153 echo
2154 fi
2155
2156 if test -s confdefs.h; then
2157 cat <<\_ASBOX
2158## ----------- ##
2159## confdefs.h. ##
2160## ----------- ##
2161_ASBOX
2162 echo
81ecdfbb 2163 cat confdefs.h
b7026657
AC
2164 echo
2165 fi
2166 test "$ac_signal" != 0 &&
81ecdfbb
RW
2167 $as_echo "$as_me: caught signal $ac_signal"
2168 $as_echo "$as_me: exit $exit_status"
b7026657 2169 } >&5
81ecdfbb
RW
2170 rm -f core *.core core.conftest.* &&
2171 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2172 exit $exit_status
81ecdfbb 2173' 0
b7026657 2174for ac_signal in 1 2 13 15; do
81ecdfbb 2175 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2176done
2177ac_signal=0
2178
2179# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2180rm -f -r conftest* confdefs.h
2181
2182$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2183
2184# Predefined preprocessor variables.
2185
2186cat >>confdefs.h <<_ACEOF
2187#define PACKAGE_NAME "$PACKAGE_NAME"
2188_ACEOF
2189
b7026657
AC
2190cat >>confdefs.h <<_ACEOF
2191#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2192_ACEOF
2193
b7026657
AC
2194cat >>confdefs.h <<_ACEOF
2195#define PACKAGE_VERSION "$PACKAGE_VERSION"
2196_ACEOF
2197
b7026657
AC
2198cat >>confdefs.h <<_ACEOF
2199#define PACKAGE_STRING "$PACKAGE_STRING"
2200_ACEOF
2201
b7026657
AC
2202cat >>confdefs.h <<_ACEOF
2203#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2204_ACEOF
2205
81ecdfbb
RW
2206cat >>confdefs.h <<_ACEOF
2207#define PACKAGE_URL "$PACKAGE_URL"
2208_ACEOF
2209
b7026657
AC
2210
2211# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2212# Prefer an explicitly selected file to automatically selected ones.
2213ac_site_file1=NONE
2214ac_site_file2=NONE
2215if test -n "$CONFIG_SITE"; then
2216 ac_site_file1=$CONFIG_SITE
2217elif test "x$prefix" != xNONE; then
2218 ac_site_file1=$prefix/share/config.site
2219 ac_site_file2=$prefix/etc/config.site
2220else
2221 ac_site_file1=$ac_default_prefix/share/config.site
2222 ac_site_file2=$ac_default_prefix/etc/config.site
2223fi
2224for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2225do
2226 test "x$ac_site_file" = xNONE && continue
b7026657 2227 if test -r "$ac_site_file"; then
81ecdfbb
RW
2228 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2229$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657
AC
2230 sed 's/^/| /' "$ac_site_file" >&5
2231 . "$ac_site_file"
2232 fi
2233done
2234
2235if test -r "$cache_file"; then
2236 # Some versions of bash will fail to source /dev/null (special
2237 # files actually), so we avoid doing that.
2238 if test -f "$cache_file"; then
81ecdfbb
RW
2239 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2240$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2241 case $cache_file in
81ecdfbb
RW
2242 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2243 *) . "./$cache_file";;
b7026657
AC
2244 esac
2245 fi
2246else
81ecdfbb
RW
2247 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2248$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2249 >$cache_file
2250fi
2251
2252# Check that the precious variables saved in the cache have kept the same
2253# value.
2254ac_cache_corrupted=false
81ecdfbb 2255for ac_var in $ac_precious_vars; do
b7026657
AC
2256 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2257 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2258 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2259 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2260 case $ac_old_set,$ac_new_set in
2261 set,)
81ecdfbb
RW
2262 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2263$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2264 ac_cache_corrupted=: ;;
2265 ,set)
81ecdfbb
RW
2266 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2267$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2268 ac_cache_corrupted=: ;;
2269 ,);;
2270 *)
2271 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2272 # differences in whitespace do not lead to failure.
2273 ac_old_val_w=`echo x $ac_old_val`
2274 ac_new_val_w=`echo x $ac_new_val`
2275 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2276 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2277$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2278 ac_cache_corrupted=:
2279 else
2280 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2281$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2282 eval $ac_var=\$ac_old_val
2283 fi
2284 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2285$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2286 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2287$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2288 fi;;
2289 esac
2290 # Pass precious variables to config.status.
2291 if test "$ac_new_set" = set; then
2292 case $ac_new_val in
81ecdfbb 2293 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2294 *) ac_arg=$ac_var=$ac_new_val ;;
2295 esac
2296 case " $ac_configure_args " in
2297 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2298 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2299 esac
2300 fi
2301done
2302if $ac_cache_corrupted; then
81ecdfbb
RW
2303 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2304$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2305 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2306$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2307 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2308fi
81ecdfbb
RW
2309## -------------------- ##
2310## Main body of script. ##
2311## -------------------- ##
b7026657
AC
2312
2313ac_ext=c
2314ac_cpp='$CPP $CPPFLAGS'
2315ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2316ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2317ac_compiler_gnu=$ac_cv_c_compiler_gnu
2318
2319
35695fd6
AC
2320# This file contains common code used by all simulators.
2321#
2322# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2323# directory. It is intended to be invoked before any target specific stuff.
2324# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2325# It is intended to be invoked last.
2326#
306f4178 2327# The simulator's configure.ac should look like:
35695fd6
AC
2328#
2329# dnl Process this file with autoconf to produce a configure script.
6ffe910a 2330# AC_PREREQ(2.64)dnl
35695fd6 2331# AC_INIT(Makefile.in)
6ffe910a 2332# sinclude(../common/aclocal.m4)
35695fd6
AC
2333#
2334# SIM_AC_COMMON
2335#
2336# ... target specific stuff ...
2337#
2338# SIM_AC_OUTPUT
2339
d6416cdc
RW
2340# Include global overrides and fixes for Autoconf.
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
6ffe910a
MF
2367# _AC_CHECK_DECL_BODY
2368# -------------------
2369# Shell function body for AC_CHECK_DECL.
2370# _AC_CHECK_DECL_BODY
d6416cdc 2371
6ffe910a
MF
2372# _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2373# INCLUDES)
2374# -------------------------------------------------------------
2375# Helper to AC_CHECK_DECLS, which generates the check for a single
2376# SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2377# ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
d6416cdc
RW
2378
2379
2380
2381
2382
2383
2384
35695fd6
AC
2385
2386
2387
db2e4d67 2388
6bb11ab3 2389# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2390#
6bb11ab3
L
2391# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2392# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2393# Written by Gordon Matzigkeit, 1996
2394#
2395# This file is free software; the Free Software Foundation gives
2396# unlimited permission to copy and/or distribute it, with or without
2397# modifications, as long as this notice is preserved.
db2e4d67 2398
db2e4d67 2399
db2e4d67 2400
6bb11ab3 2401# serial 56 LT_INIT
db2e4d67
MF
2402
2403
6bb11ab3
L
2404# LT_PREREQ(VERSION)
2405# ------------------
2406# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2407
db2e4d67
MF
2408
2409
6bb11ab3
L
2410# _LT_CHECK_BUILDDIR
2411# ------------------
2412# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2413
2414
35695fd6 2415
6bb11ab3
L
2416# LT_INIT([OPTIONS])
2417# ------------------
2418# LT_INIT
35695fd6 2419
6bb11ab3
L
2420# Old names:
2421# This is what autoupdate's m4 run will expand. It fires
2422# the warning (with _au_warn_XXX), outputs it into the
2423# updated configure.ac (with AC_DIAGNOSE), and then outputs
2424# the replacement expansion.
35695fd6
AC
2425
2426
6bb11ab3
L
2427# This is an auxiliary macro that is also run when
2428# autoupdate runs m4. It simply calls m4_warning, but
2429# we need a wrapper so that each warning is emitted only
2430# once. We break the quoting in m4_warning's argument in
2431# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2432
2433
6bb11ab3
L
2434# Finally, this is the expansion that is picked up by
2435# autoconf. It tells the user to run autoupdate, and
2436# then outputs the replacement expansion. We do not care
2437# about autoupdate's warning because that contains
2438# information on what to do *after* running autoupdate.
35695fd6 2439
6bb11ab3
L
2440# This is what autoupdate's m4 run will expand. It fires
2441# the warning (with _au_warn_XXX), outputs it into the
2442# updated configure.ac (with AC_DIAGNOSE), and then outputs
2443# the replacement expansion.
35695fd6
AC
2444
2445
6bb11ab3
L
2446# This is an auxiliary macro that is also run when
2447# autoupdate runs m4. It simply calls m4_warning, but
2448# we need a wrapper so that each warning is emitted only
2449# once. We break the quoting in m4_warning's argument in
2450# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2451
2452
6bb11ab3
L
2453# Finally, this is the expansion that is picked up by
2454# autoconf. It tells the user to run autoupdate, and
2455# then outputs the replacement expansion. We do not care
2456# about autoupdate's warning because that contains
2457# information on what to do *after* running autoupdate.
35695fd6
AC
2458
2459
2460
6bb11ab3
L
2461# _LT_CC_BASENAME(CC)
2462# -------------------
2463# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
35695fd6
AC
2464
2465
2466
6bb11ab3
L
2467# _LT_FILEUTILS_DEFAULTS
2468# ----------------------
2469# It is okay to use these file commands and assume they have been set
2470# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2471# _LT_FILEUTILS_DEFAULTS
35695fd6
AC
2472
2473
6bb11ab3
L
2474# _LT_SETUP
2475# ---------
2476# _LT_SETUP
35695fd6
AC
2477
2478
6bb11ab3
L
2479# _LT_PREPARE_SED_QUOTE_VARS
2480# --------------------------
2481# Define a few sed substitution that help us do robust quoting.
35695fd6
AC
2482
2483
6bb11ab3
L
2484# _LT_PROG_LTMAIN
2485# ---------------
2486# Note that this code is called both from `configure', and `config.status'
2487# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2488# `config.status' has no value for ac_aux_dir unless we are using Automake,
2489# so we pass a copy along to make sure it has a sensible value anyway.
2490# _LT_PROG_LTMAIN
35695fd6
AC
2491
2492
6bb11ab3
L
2493## ------------------------------------- ##
2494## Accumulate code for creating libtool. ##
2495## ------------------------------------- ##
35695fd6 2496
6bb11ab3
L
2497# So that we can recreate a full libtool script including additional
2498# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2499# in macros and then make a single call at the end using the `libtool'
2500# label.
35695fd6
AC
2501
2502
6bb11ab3
L
2503# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2504# ----------------------------------------
2505# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2506
2507
6bb11ab3 2508# Initialize.
35695fd6
AC
2509
2510
2511
6bb11ab3
L
2512# _LT_CONFIG_LIBTOOL([COMMANDS])
2513# ------------------------------
2514# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2515
2516
6bb11ab3 2517# Initialize.
35695fd6
AC
2518
2519
2520
6bb11ab3
L
2521# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2522# -----------------------------------------------------
35695fd6 2523
5912fadd
JB
2524
2525
6bb11ab3
L
2526# _LT_FORMAT_COMMENT([COMMENT])
2527# -----------------------------
2528# Add leading comment marks to the start of each line, and a trailing
2529# full-stop to the whole comment if one is not present already.
5912fadd
JB
2530
2531
35695fd6
AC
2532
2533
6bb11ab3
L
2534## ------------------------ ##
2535## FIXME: Eliminate VARNAME ##
2536## ------------------------ ##
35695fd6
AC
2537
2538
6bb11ab3
L
2539# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2540# -------------------------------------------------------------------
2541# CONFIGNAME is the name given to the value in the libtool script.
2542# VARNAME is the (base) name used in the configure script.
2543# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2544# VARNAME. Any other value will be used directly.
35695fd6 2545
35695fd6
AC
2546
2547
6bb11ab3
L
2548# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2549# --------------------------------------------------------
35695fd6
AC
2550
2551
2552
6bb11ab3
L
2553# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2554# ------------------------------------------------
35695fd6
AC
2555
2556
2557
6bb11ab3
L
2558# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2559# ---------------------------------------------------------
35695fd6
AC
2560
2561
2562
6bb11ab3
L
2563# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2564# --------------------------------------------------
35695fd6
AC
2565
2566
2567
6bb11ab3
L
2568# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2569# ---------------------------------------------------
35695fd6
AC
2570
2571
2572
6bb11ab3
L
2573# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2574# ---------------------------------------------------
35695fd6
AC
2575
2576
2577
2578
6bb11ab3
L
2579# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2580# ------------------------------------------------
35695fd6
AC
2581
2582
2583
2584
6bb11ab3
L
2585# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2586# ------------------------------------
2587# Quote a variable value, and forward it to `config.status' so that its
2588# declaration there will have the same value as in `configure'. VARNAME
2589# must have a single quote delimited value for this to work.
35695fd6
AC
2590
2591
2592
6bb11ab3
L
2593# _LT_CONFIG_STATUS_DECLARATIONS
2594# ------------------------------
2595# We delimit libtool config variables with single quotes, so when
2596# we write them to config.status, we have to be sure to quote all
2597# embedded single quotes properly. In configure, this macro expands
2598# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2599#
2600# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
35695fd6
AC
2601
2602
2603
6bb11ab3
L
2604# _LT_LIBTOOL_TAGS
2605# ----------------
2606# Output comment and list of tags supported by the script
35695fd6
AC
2607
2608
2609
6bb11ab3
L
2610# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2611# -----------------------------------
2612# Extract the dictionary values for VARNAME (optionally with TAG) and
2613# expand to a commented shell variable setting:
2614#
2615# # Some comment about what VAR is for.
2616# visible_name=$lt_internal_name
35695fd6
AC
2617
2618
35695fd6 2619
6bb11ab3
L
2620# _LT_LIBTOOL_CONFIG_VARS
2621# -----------------------
2622# Produce commented declarations of non-tagged libtool config variables
2623# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2624# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2625# section) are produced by _LT_LIBTOOL_TAG_VARS.
35695fd6
AC
2626
2627
6efef468 2628
6bb11ab3
L
2629# _LT_LIBTOOL_TAG_VARS(TAG)
2630# -------------------------
6efef468
JM
2631
2632
2633
6bb11ab3
L
2634# _LT_TAGVAR(VARNAME, [TAGNAME])
2635# ------------------------------
6efef468
JM
2636
2637
2638
6bb11ab3
L
2639# _LT_CONFIG_COMMANDS
2640# -------------------
2641# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2642# variables for single and double quote escaping we saved from calls
2643# to _LT_DECL, we can put quote escaped variables declarations
2644# into `config.status', and then the shell code to quote escape them in
2645# for loops in `config.status'. Finally, any additional code accumulated
2646# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2647#_LT_CONFIG_COMMANDS
2648
2649
2650# Initialize.
2651
2652
2653# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2654# ------------------------------------
2655# Generate a child script FILE with all initialization necessary to
2656# reuse the environment learned by the parent script, and make the
2657# file executable. If COMMENT is supplied, it is inserted after the
2658# `#!' sequence but before initialization text begins. After this
2659# macro, additional text can be appended to FILE to form the body of
2660# the child script. The macro ends with non-zero status if the
2661# file could not be fully written (such as if the disk is full).
2662# _LT_GENERATED_FILE_INIT
2663
2664# LT_OUTPUT
2665# ---------
2666# This macro allows early generation of the libtool script (before
2667# AC_OUTPUT is called), incase it is used in configure for compilation
2668# tests.
2669# LT_OUTPUT
2670
2671
2672# _LT_CONFIG(TAG)
2673# ---------------
2674# If TAG is the built-in tag, create an initial libtool script with a
2675# default configuration from the untagged config vars. Otherwise add code
2676# to config.status for appending the configuration named by TAG from the
2677# matching tagged config vars.
2678# _LT_CONFIG
6efef468
JM
2679
2680
6bb11ab3
L
2681# LT_SUPPORTED_TAG(TAG)
2682# ---------------------
2683# Trace this macro to discover what tags are supported by the libtool
2684# --tag option, using:
2685# autoconf --trace 'LT_SUPPORTED_TAG:$1'
6efef468 2686
6efef468 2687
6efef468 2688
6bb11ab3 2689# C support is built-in for now
6efef468 2690
6efef468
JM
2691
2692
2693
6bb11ab3
L
2694# LT_LANG(LANG)
2695# -------------
2696# Enable libtool support for the given language if not already enabled.
2697# LT_LANG
6efef468
JM
2698
2699
6bb11ab3
L
2700# _LT_LANG(LANGNAME)
2701# ------------------
2702# _LT_LANG
6efef468
JM
2703
2704
6bb11ab3
L
2705# _LT_LANG_DEFAULT_CONFIG
2706# -----------------------
2707# _LT_LANG_DEFAULT_CONFIG
6efef468 2708
6bb11ab3
L
2709# Obsolete macros:
2710# This is what autoupdate's m4 run will expand. It fires
2711# the warning (with _au_warn_XXX), outputs it into the
2712# updated configure.ac (with AC_DIAGNOSE), and then outputs
2713# the replacement expansion.
6efef468 2714
6efef468 2715
6bb11ab3
L
2716# This is an auxiliary macro that is also run when
2717# autoupdate runs m4. It simply calls m4_warning, but
2718# we need a wrapper so that each warning is emitted only
2719# once. We break the quoting in m4_warning's argument in
2720# order to expand this macro's arguments, not AU_DEFUN's.
6efef468 2721
6efef468 2722
6bb11ab3
L
2723# Finally, this is the expansion that is picked up by
2724# autoconf. It tells the user to run autoupdate, and
2725# then outputs the replacement expansion. We do not care
2726# about autoupdate's warning because that contains
2727# information on what to do *after* running autoupdate.
6efef468 2728
6bb11ab3
L
2729# This is what autoupdate's m4 run will expand. It fires
2730# the warning (with _au_warn_XXX), outputs it into the
2731# updated configure.ac (with AC_DIAGNOSE), and then outputs
2732# the replacement expansion.
6efef468
JM
2733
2734
6bb11ab3
L
2735# This is an auxiliary macro that is also run when
2736# autoupdate runs m4. It simply calls m4_warning, but
2737# we need a wrapper so that each warning is emitted only
2738# once. We break the quoting in m4_warning's argument in
2739# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2740
2741
6bb11ab3
L
2742# Finally, this is the expansion that is picked up by
2743# autoconf. It tells the user to run autoupdate, and
2744# then outputs the replacement expansion. We do not care
2745# about autoupdate's warning because that contains
2746# information on what to do *after* running autoupdate.
6efef468 2747
6bb11ab3
L
2748# This is what autoupdate's m4 run will expand. It fires
2749# the warning (with _au_warn_XXX), outputs it into the
2750# updated configure.ac (with AC_DIAGNOSE), and then outputs
2751# the replacement expansion.
6efef468
JM
2752
2753
6bb11ab3
L
2754# This is an auxiliary macro that is also run when
2755# autoupdate runs m4. It simply calls m4_warning, but
2756# we need a wrapper so that each warning is emitted only
2757# once. We break the quoting in m4_warning's argument in
2758# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2759
2760
6bb11ab3
L
2761# Finally, this is the expansion that is picked up by
2762# autoconf. It tells the user to run autoupdate, and
2763# then outputs the replacement expansion. We do not care
2764# about autoupdate's warning because that contains
2765# information on what to do *after* running autoupdate.
6efef468 2766
6bb11ab3
L
2767# This is what autoupdate's m4 run will expand. It fires
2768# the warning (with _au_warn_XXX), outputs it into the
2769# updated configure.ac (with AC_DIAGNOSE), and then outputs
2770# the replacement expansion.
6efef468
JM
2771
2772
6bb11ab3
L
2773# This is an auxiliary macro that is also run when
2774# autoupdate runs m4. It simply calls m4_warning, but
2775# we need a wrapper so that each warning is emitted only
2776# once. We break the quoting in m4_warning's argument in
2777# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2778
2779
6bb11ab3
L
2780# Finally, this is the expansion that is picked up by
2781# autoconf. It tells the user to run autoupdate, and
2782# then outputs the replacement expansion. We do not care
2783# about autoupdate's warning because that contains
2784# information on what to do *after* running autoupdate.
6efef468 2785
6bb11ab3
L
2786# This is what autoupdate's m4 run will expand. It fires
2787# the warning (with _au_warn_XXX), outputs it into the
2788# updated configure.ac (with AC_DIAGNOSE), and then outputs
2789# the replacement expansion.
6efef468
JM
2790
2791
6bb11ab3
L
2792# This is an auxiliary macro that is also run when
2793# autoupdate runs m4. It simply calls m4_warning, but
2794# we need a wrapper so that each warning is emitted only
2795# once. We break the quoting in m4_warning's argument in
2796# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2797
2798
6bb11ab3
L
2799# Finally, this is the expansion that is picked up by
2800# autoconf. It tells the user to run autoupdate, and
2801# then outputs the replacement expansion. We do not care
2802# about autoupdate's warning because that contains
2803# information on what to do *after* running autoupdate.
6efef468 2804
35695fd6
AC
2805
2806
6bb11ab3
L
2807# _LT_TAG_COMPILER
2808# ----------------
2809# _LT_TAG_COMPILER
35695fd6
AC
2810
2811
6bb11ab3
L
2812# _LT_COMPILER_BOILERPLATE
2813# ------------------------
2814# Check for compiler boilerplate output or warnings with
2815# the simple compiler test code.
2816# _LT_COMPILER_BOILERPLATE
f0569246 2817
f0569246 2818
6bb11ab3
L
2819# _LT_LINKER_BOILERPLATE
2820# ----------------------
2821# Check for linker boilerplate output or warnings with
2822# the simple link test code.
2823# _LT_LINKER_BOILERPLATE
b7026657 2824
6bb11ab3
L
2825# _LT_REQUIRED_DARWIN_CHECKS
2826# -------------------------
81ecdfbb 2827
b7026657 2828
b7026657 2829
6bb11ab3
L
2830# _LT_DARWIN_LINKER_FEATURES
2831# --------------------------
2832# Checks for linker and compiler features on darwin
b7026657 2833
b7026657 2834
6bb11ab3
L
2835# _LT_SYS_MODULE_PATH_AIX
2836# -----------------------
2837# Links a minimal program and checks the executable
2838# for the system default hardcoded library path. In most cases,
2839# this is /usr/lib:/lib, but when the MPI compilers are used
2840# the location of the communication and MPI libs are included too.
2841# If we don't find anything, use the default library path according
2842# to the aix ld manual.
2843# _LT_SYS_MODULE_PATH_AIX
b7026657 2844
b7026657 2845
6bb11ab3
L
2846# _LT_SHELL_INIT(ARG)
2847# -------------------
2848# _LT_SHELL_INIT
b7026657 2849
f0569246 2850
81ecdfbb 2851
6bb11ab3
L
2852# _LT_PROG_ECHO_BACKSLASH
2853# -----------------------
2854# Find how we can fake an echo command that does not interpret backslash.
2855# In particular, with Autoconf 2.60 or later we add some code to the start
2856# of the generated configure script which will find a shell with a builtin
2857# printf (which we can use as an echo command).
2858# _LT_PROG_ECHO_BACKSLASH
f0569246 2859
b7026657 2860
6bb11ab3
L
2861# _LT_ENABLE_LOCK
2862# ---------------
2863# _LT_ENABLE_LOCK
81ecdfbb 2864
b7026657 2865
6bb11ab3
L
2866# _LT_CMD_OLD_ARCHIVE
2867# -------------------
2868# _LT_CMD_OLD_ARCHIVE
c906108c 2869
81ecdfbb 2870
6bb11ab3
L
2871# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2872# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2873# ----------------------------------------------------------------
2874# Check whether the given compiler option works
2875# _LT_COMPILER_OPTION
b7026657 2876
6bb11ab3
L
2877# Old name:
2878# This is what autoupdate's m4 run will expand. It fires
2879# the warning (with _au_warn_XXX), outputs it into the
2880# updated configure.ac (with AC_DIAGNOSE), and then outputs
2881# the replacement expansion.
c906108c 2882
c906108c 2883
6bb11ab3
L
2884# This is an auxiliary macro that is also run when
2885# autoupdate runs m4. It simply calls m4_warning, but
2886# we need a wrapper so that each warning is emitted only
2887# once. We break the quoting in m4_warning's argument in
2888# order to expand this macro's arguments, not AU_DEFUN's.
c906108c 2889
f0569246 2890
6bb11ab3
L
2891# Finally, this is the expansion that is picked up by
2892# autoconf. It tells the user to run autoupdate, and
2893# then outputs the replacement expansion. We do not care
2894# about autoupdate's warning because that contains
2895# information on what to do *after* running autoupdate.
81ecdfbb 2896
b7026657 2897
f0569246 2898
6bb11ab3
L
2899# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2900# [ACTION-SUCCESS], [ACTION-FAILURE])
2901# ----------------------------------------------------
2902# Check whether the given linker option works
2903# _LT_LINKER_OPTION
81ecdfbb 2904
6bb11ab3
L
2905# Old name:
2906# This is what autoupdate's m4 run will expand. It fires
2907# the warning (with _au_warn_XXX), outputs it into the
2908# updated configure.ac (with AC_DIAGNOSE), and then outputs
2909# the replacement expansion.
81ecdfbb 2910
81ecdfbb 2911
6bb11ab3
L
2912# This is an auxiliary macro that is also run when
2913# autoupdate runs m4. It simply calls m4_warning, but
2914# we need a wrapper so that each warning is emitted only
2915# once. We break the quoting in m4_warning's argument in
2916# order to expand this macro's arguments, not AU_DEFUN's.
81ecdfbb 2917
b7026657 2918
6bb11ab3
L
2919# Finally, this is the expansion that is picked up by
2920# autoconf. It tells the user to run autoupdate, and
2921# then outputs the replacement expansion. We do not care
2922# about autoupdate's warning because that contains
2923# information on what to do *after* running autoupdate.
2924
2925
2926
2927# LT_CMD_MAX_LEN
2928#---------------
2929# LT_CMD_MAX_LEN
2930
2931# Old name:
2932# This is what autoupdate's m4 run will expand. It fires
2933# the warning (with _au_warn_XXX), outputs it into the
2934# updated configure.ac (with AC_DIAGNOSE), and then outputs
2935# the replacement expansion.
2936
2937
2938# This is an auxiliary macro that is also run when
2939# autoupdate runs m4. It simply calls m4_warning, but
2940# we need a wrapper so that each warning is emitted only
2941# once. We break the quoting in m4_warning's argument in
2942# order to expand this macro's arguments, not AU_DEFUN's.
2943
2944
2945# Finally, this is the expansion that is picked up by
2946# autoconf. It tells the user to run autoupdate, and
2947# then outputs the replacement expansion. We do not care
2948# about autoupdate's warning because that contains
2949# information on what to do *after* running autoupdate.
2950
2951
2952
2953# _LT_HEADER_DLFCN
2954# ----------------
2955# _LT_HEADER_DLFCN
2956
2957
2958# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2959# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2960# ----------------------------------------------------------------
2961# _LT_TRY_DLOPEN_SELF
2962
2963
2964# LT_SYS_DLOPEN_SELF
2965# ------------------
2966# LT_SYS_DLOPEN_SELF
2967
2968# Old name:
2969# This is what autoupdate's m4 run will expand. It fires
2970# the warning (with _au_warn_XXX), outputs it into the
2971# updated configure.ac (with AC_DIAGNOSE), and then outputs
2972# the replacement expansion.
2973
2974
2975# This is an auxiliary macro that is also run when
2976# autoupdate runs m4. It simply calls m4_warning, but
2977# we need a wrapper so that each warning is emitted only
2978# once. We break the quoting in m4_warning's argument in
2979# order to expand this macro's arguments, not AU_DEFUN's.
2980
2981
2982# Finally, this is the expansion that is picked up by
2983# autoconf. It tells the user to run autoupdate, and
2984# then outputs the replacement expansion. We do not care
2985# about autoupdate's warning because that contains
2986# information on what to do *after* running autoupdate.
2987
2988
2989
2990# _LT_COMPILER_C_O([TAGNAME])
2991# ---------------------------
2992# Check to see if options -c and -o are simultaneously supported by compiler.
2993# This macro does not hard code the compiler like AC_PROG_CC_C_O.
2994# _LT_COMPILER_C_O
2995
2996
2997# _LT_COMPILER_FILE_LOCKS([TAGNAME])
2998# ----------------------------------
2999# Check to see if we can do hard links to lock some files if needed
3000# _LT_COMPILER_FILE_LOCKS
3001
3002
3003# _LT_CHECK_OBJDIR
3004# ----------------
3005# _LT_CHECK_OBJDIR
3006
3007
3008# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3009# --------------------------------------
3010# Check hardcoding attributes.
3011# _LT_LINKER_HARDCODE_LIBPATH
3012
3013
3014# _LT_CMD_STRIPLIB
3015# ----------------
3016# _LT_CMD_STRIPLIB
3017
3018
3019# _LT_SYS_DYNAMIC_LINKER([TAG])
3020# -----------------------------
3021# PORTME Fill in your ld.so characteristics
3022# _LT_SYS_DYNAMIC_LINKER
3023
3024
3025# _LT_PATH_TOOL_PREFIX(TOOL)
3026# --------------------------
3027# find a file program which can recognize shared library
3028# _LT_PATH_TOOL_PREFIX
3029
3030# Old name:
3031# This is what autoupdate's m4 run will expand. It fires
3032# the warning (with _au_warn_XXX), outputs it into the
3033# updated configure.ac (with AC_DIAGNOSE), and then outputs
3034# the replacement expansion.
3035
3036
3037# This is an auxiliary macro that is also run when
3038# autoupdate runs m4. It simply calls m4_warning, but
3039# we need a wrapper so that each warning is emitted only
3040# once. We break the quoting in m4_warning's argument in
3041# order to expand this macro's arguments, not AU_DEFUN's.
3042
3043
3044# Finally, this is the expansion that is picked up by
3045# autoconf. It tells the user to run autoupdate, and
3046# then outputs the replacement expansion. We do not care
3047# about autoupdate's warning because that contains
3048# information on what to do *after* running autoupdate.
3049
3050
3051
3052# _LT_PATH_MAGIC
3053# --------------
3054# find a file program which can recognize a shared library
3055# _LT_PATH_MAGIC
3056
3057
3058# LT_PATH_LD
3059# ----------
3060# find the pathname to the GNU or non-GNU linker
3061# LT_PATH_LD
3062
3063# Old names:
3064# This is what autoupdate's m4 run will expand. It fires
3065# the warning (with _au_warn_XXX), outputs it into the
3066# updated configure.ac (with AC_DIAGNOSE), and then outputs
3067# the replacement expansion.
3068
3069
3070# This is an auxiliary macro that is also run when
3071# autoupdate runs m4. It simply calls m4_warning, but
3072# we need a wrapper so that each warning is emitted only
3073# once. We break the quoting in m4_warning's argument in
3074# order to expand this macro's arguments, not AU_DEFUN's.
3075
3076
3077# Finally, this is the expansion that is picked up by
3078# autoconf. It tells the user to run autoupdate, and
3079# then outputs the replacement expansion. We do not care
3080# about autoupdate's warning because that contains
3081# information on what to do *after* running autoupdate.
3082
3083# This is what autoupdate's m4 run will expand. It fires
3084# the warning (with _au_warn_XXX), outputs it into the
3085# updated configure.ac (with AC_DIAGNOSE), and then outputs
3086# the replacement expansion.
3087
3088
3089# This is an auxiliary macro that is also run when
3090# autoupdate runs m4. It simply calls m4_warning, but
3091# we need a wrapper so that each warning is emitted only
3092# once. We break the quoting in m4_warning's argument in
3093# order to expand this macro's arguments, not AU_DEFUN's.
3094
3095
3096# Finally, this is the expansion that is picked up by
3097# autoconf. It tells the user to run autoupdate, and
3098# then outputs the replacement expansion. We do not care
3099# about autoupdate's warning because that contains
3100# information on what to do *after* running autoupdate.
3101
3102
3103
3104# _LT_PATH_LD_GNU
3105#- --------------
3106# _LT_PATH_LD_GNU
3107
3108
3109# _LT_CMD_RELOAD
3110# --------------
3111# find reload flag for linker
3112# -- PORTME Some linkers may need a different reload flag.
3113# _LT_CMD_RELOAD
3114
3115
3116# _LT_CHECK_MAGIC_METHOD
3117# ----------------------
3118# how to check for library dependencies
3119# -- PORTME fill in with the dynamic library characteristics
3120# _LT_CHECK_MAGIC_METHOD
3121
3122
3123# LT_PATH_NM
3124# ----------
3125# find the pathname to a BSD- or MS-compatible name lister
3126# LT_PATH_NM
3127
3128# Old names:
3129# This is what autoupdate's m4 run will expand. It fires
3130# the warning (with _au_warn_XXX), outputs it into the
3131# updated configure.ac (with AC_DIAGNOSE), and then outputs
3132# the replacement expansion.
3133
3134
3135# This is an auxiliary macro that is also run when
3136# autoupdate runs m4. It simply calls m4_warning, but
3137# we need a wrapper so that each warning is emitted only
3138# once. We break the quoting in m4_warning's argument in
3139# order to expand this macro's arguments, not AU_DEFUN's.
3140
3141
3142# Finally, this is the expansion that is picked up by
3143# autoconf. It tells the user to run autoupdate, and
3144# then outputs the replacement expansion. We do not care
3145# about autoupdate's warning because that contains
3146# information on what to do *after* running autoupdate.
3147
3148# This is what autoupdate's m4 run will expand. It fires
3149# the warning (with _au_warn_XXX), outputs it into the
3150# updated configure.ac (with AC_DIAGNOSE), and then outputs
3151# the replacement expansion.
3152
3153
3154# This is an auxiliary macro that is also run when
3155# autoupdate runs m4. It simply calls m4_warning, but
3156# we need a wrapper so that each warning is emitted only
3157# once. We break the quoting in m4_warning's argument in
3158# order to expand this macro's arguments, not AU_DEFUN's.
3159
3160
3161# Finally, this is the expansion that is picked up by
3162# autoconf. It tells the user to run autoupdate, and
3163# then outputs the replacement expansion. We do not care
3164# about autoupdate's warning because that contains
3165# information on what to do *after* running autoupdate.
3166
3167
3168
3169# LT_LIB_M
3170# --------
3171# check for math library
3172# LT_LIB_M
3173
3174# Old name:
3175# This is what autoupdate's m4 run will expand. It fires
3176# the warning (with _au_warn_XXX), outputs it into the
3177# updated configure.ac (with AC_DIAGNOSE), and then outputs
3178# the replacement expansion.
3179
3180
3181# This is an auxiliary macro that is also run when
3182# autoupdate runs m4. It simply calls m4_warning, but
3183# we need a wrapper so that each warning is emitted only
3184# once. We break the quoting in m4_warning's argument in
3185# order to expand this macro's arguments, not AU_DEFUN's.
3186
3187
3188# Finally, this is the expansion that is picked up by
3189# autoconf. It tells the user to run autoupdate, and
3190# then outputs the replacement expansion. We do not care
3191# about autoupdate's warning because that contains
3192# information on what to do *after* running autoupdate.
3193
3194
3195
3196# _LT_COMPILER_NO_RTTI([TAGNAME])
3197# -------------------------------
3198# _LT_COMPILER_NO_RTTI
3199
3200
3201# _LT_CMD_GLOBAL_SYMBOLS
3202# ----------------------
3203 # _LT_CMD_GLOBAL_SYMBOLS
3204
3205
3206# _LT_COMPILER_PIC([TAGNAME])
3207# ---------------------------
3208# _LT_COMPILER_PIC
3209
3210
3211# _LT_LINKER_SHLIBS([TAGNAME])
3212# ----------------------------
3213# See if the linker supports building shared libraries.
3214# _LT_LINKER_SHLIBS
3215
3216
3217# _LT_LANG_C_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_C_CONFIG
3223
3224
3225# _LT_LANG_CXX_CONFIG([TAG])
3226# --------------------------
3227# Ensure that the configuration variables for a C++ compiler are suitably
3228# defined. These variables are subsequently used by _LT_CONFIG to write
3229# the compiler configuration to `libtool'.
3230# _LT_LANG_CXX_CONFIG
3231
3232
3233# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3234# ---------------------------------
3235# Figure out "hidden" library dependencies from verbose
3236# compiler output when linking a shared library.
3237# Parse the compiler output and extract the necessary
3238# objects, libraries and library flags.
3239# _LT_SYS_HIDDEN_LIBDEPS
3240
3241
3242# _LT_LANG_F77_CONFIG([TAG])
3243# --------------------------
3244# Ensure that the configuration variables for a Fortran 77 compiler are
3245# suitably defined. These variables are subsequently used by _LT_CONFIG
3246# to write the compiler configuration to `libtool'.
3247# _LT_LANG_F77_CONFIG
3248
3249
3250# _LT_LANG_FC_CONFIG([TAG])
3251# -------------------------
3252# Ensure that the configuration variables for a Fortran compiler are
3253# suitably defined. These variables are subsequently used by _LT_CONFIG
3254# to write the compiler configuration to `libtool'.
3255# _LT_LANG_FC_CONFIG
3256
3257
3258# _LT_LANG_GCJ_CONFIG([TAG])
3259# --------------------------
3260# Ensure that the configuration variables for the GNU Java Compiler compiler
3261# are suitably defined. These variables are subsequently used by _LT_CONFIG
3262# to write the compiler configuration to `libtool'.
3263# _LT_LANG_GCJ_CONFIG
3264
3265
3266# _LT_LANG_RC_CONFIG([TAG])
3267# -------------------------
3268# Ensure that the configuration variables for the Windows resource compiler
3269# are suitably defined. These variables are subsequently used by _LT_CONFIG
3270# to write the compiler configuration to `libtool'.
3271# _LT_LANG_RC_CONFIG
3272
3273
3274# LT_PROG_GCJ
3275# -----------
3276
3277
3278# Old name:
3279# This is what autoupdate's m4 run will expand. It fires
3280# the warning (with _au_warn_XXX), outputs it into the
3281# updated configure.ac (with AC_DIAGNOSE), and then outputs
3282# the replacement expansion.
3283
3284
3285# This is an auxiliary macro that is also run when
3286# autoupdate runs m4. It simply calls m4_warning, but
3287# we need a wrapper so that each warning is emitted only
3288# once. We break the quoting in m4_warning's argument in
3289# order to expand this macro's arguments, not AU_DEFUN's.
3290
3291
3292# Finally, this is the expansion that is picked up by
3293# autoconf. It tells the user to run autoupdate, and
3294# then outputs the replacement expansion. We do not care
3295# about autoupdate's warning because that contains
3296# information on what to do *after* running autoupdate.
3297
3298
3299
3300# LT_PROG_RC
3301# ----------
3302
3303
3304# Old name:
3305# This is what autoupdate's m4 run will expand. It fires
3306# the warning (with _au_warn_XXX), outputs it into the
3307# updated configure.ac (with AC_DIAGNOSE), and then outputs
3308# the replacement expansion.
3309
3310
3311# This is an auxiliary macro that is also run when
3312# autoupdate runs m4. It simply calls m4_warning, but
3313# we need a wrapper so that each warning is emitted only
3314# once. We break the quoting in m4_warning's argument in
3315# order to expand this macro's arguments, not AU_DEFUN's.
3316
3317
3318# Finally, this is the expansion that is picked up by
3319# autoconf. It tells the user to run autoupdate, and
3320# then outputs the replacement expansion. We do not care
3321# about autoupdate's warning because that contains
3322# information on what to do *after* running autoupdate.
3323
3324
3325
3326# _LT_DECL_EGREP
3327# --------------
3328# If we don't have a new enough Autoconf to choose the best grep
3329# available, choose the one first in the user's PATH.
3330
3331
3332
3333# _LT_DECL_OBJDUMP
3334# --------------
3335# If we don't have a new enough Autoconf to choose the best objdump
3336# available, choose the one first in the user's PATH.
3337
3338
3339
3340# _LT_DECL_SED
3341# ------------
3342# Check for a fully-functional sed program, that truncates
3343# as few characters as possible. Prefer GNU sed if found.
3344# _LT_DECL_SED
3345
3346#m4_ifndef
3347
3348# Old name:
3349# This is what autoupdate's m4 run will expand. It fires
3350# the warning (with _au_warn_XXX), outputs it into the
3351# updated configure.ac (with AC_DIAGNOSE), and then outputs
3352# the replacement expansion.
3353
3354
3355# This is an auxiliary macro that is also run when
3356# autoupdate runs m4. It simply calls m4_warning, but
3357# we need a wrapper so that each warning is emitted only
3358# once. We break the quoting in m4_warning's argument in
3359# order to expand this macro's arguments, not AU_DEFUN's.
3360
3361
3362# Finally, this is the expansion that is picked up by
3363# autoconf. It tells the user to run autoupdate, and
3364# then outputs the replacement expansion. We do not care
3365# about autoupdate's warning because that contains
3366# information on what to do *after* running autoupdate.
3367
3368
3369
3370# _LT_CHECK_SHELL_FEATURES
3371# ------------------------
3372# Find out whether the shell is Bourne or XSI compatible,
3373# or has some other useful features.
3374# _LT_CHECK_SHELL_FEATURES
3375
3376
3377# _LT_PROG_XSI_SHELLFNS
3378# ---------------------
3379# Bourne and XSI compatible variants of some useful shell functions.
3380
3381
3382# Helper functions for option handling. -*- Autoconf -*-
3383#
3384# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3385# Inc.
3386# Written by Gary V. Vaughan, 2004
3387#
3388# This file is free software; the Free Software Foundation gives
3389# unlimited permission to copy and/or distribute it, with or without
3390# modifications, as long as this notice is preserved.
3391
3392# serial 6 ltoptions.m4
3393
3394# This is to help aclocal find these macros, as it can't see m4_define.
3395
3396
3397
3398# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3399# ------------------------------------------
3400
3401
3402
3403# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3404# ---------------------------------------
3405# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3406# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3407# saved as a flag.
3408
3409
3410
3411# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3412# ------------------------------------------------------------
3413# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3414
3415
3416
3417# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3418# -------------------------------------------------------
3419# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3420# are set.
3421
3422
3423
3424# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3425# ----------------------------------------
3426# OPTION-LIST is a space-separated list of Libtool options associated
3427# with MACRO-NAME. If any OPTION has a matching handler declared with
3428# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3429# the unknown option and exit.
3430# _LT_SET_OPTIONS
3431
3432
3433## --------------------------------- ##
3434## Macros to handle LT_INIT options. ##
3435## --------------------------------- ##
3436
3437# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3438# -----------------------------------------
3439
3440
3441
3442# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3443# -----------------------------------------------
3444# LT_OPTION_DEFINE
3445
3446
3447# dlopen
3448# ------
3449
3450
3451# This is what autoupdate's m4 run will expand. It fires
3452# the warning (with _au_warn_XXX), outputs it into the
3453# updated configure.ac (with AC_DIAGNOSE), and then outputs
3454# the replacement expansion.
3455
3456
3457# This is an auxiliary macro that is also run when
3458# autoupdate runs m4. It simply calls m4_warning, but
3459# we need a wrapper so that each warning is emitted only
3460# once. We break the quoting in m4_warning's argument in
3461# order to expand this macro's arguments, not AU_DEFUN's.
3462
3463
3464# Finally, this is the expansion that is picked up by
3465# autoconf. It tells the user to run autoupdate, and
3466# then outputs the replacement expansion. We do not care
3467# about autoupdate's warning because that contains
3468# information on what to do *after* running autoupdate.
3469
3470
3471
3472
3473# win32-dll
3474# ---------
3475# Declare package support for building win32 dll's.
3476# win32-dll
3477
3478# This is what autoupdate's m4 run will expand. It fires
3479# the warning (with _au_warn_XXX), outputs it into the
3480# updated configure.ac (with AC_DIAGNOSE), and then outputs
3481# the replacement expansion.
3482
3483
3484# This is an auxiliary macro that is also run when
3485# autoupdate runs m4. It simply calls m4_warning, but
3486# we need a wrapper so that each warning is emitted only
3487# once. We break the quoting in m4_warning's argument in
3488# order to expand this macro's arguments, not AU_DEFUN's.
3489
3490
3491# Finally, this is the expansion that is picked up by
3492# autoconf. It tells the user to run autoupdate, and
3493# then outputs the replacement expansion. We do not care
3494# about autoupdate's warning because that contains
3495# information on what to do *after* running autoupdate.
3496
3497
3498
3499
3500# _LT_ENABLE_SHARED([DEFAULT])
3501# ----------------------------
3502# implement the --enable-shared flag, and supports the `shared' and
3503# `disable-shared' LT_INIT options.
3504# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3505# _LT_ENABLE_SHARED
3506
3507
3508
3509
3510# Old names:
3511
3512
3513
3514
3515# This is what autoupdate's m4 run will expand. It fires
3516# the warning (with _au_warn_XXX), outputs it into the
3517# updated configure.ac (with AC_DIAGNOSE), and then outputs
3518# the replacement expansion.
3519
3520
3521# This is an auxiliary macro that is also run when
3522# autoupdate runs m4. It simply calls m4_warning, but
3523# we need a wrapper so that each warning is emitted only
3524# once. We break the quoting in m4_warning's argument in
3525# order to expand this macro's arguments, not AU_DEFUN's.
3526
3527
3528# Finally, this is the expansion that is picked up by
3529# autoconf. It tells the user to run autoupdate, and
3530# then outputs the replacement expansion. We do not care
3531# about autoupdate's warning because that contains
3532# information on what to do *after* running autoupdate.
3533
3534# This is what autoupdate's m4 run will expand. It fires
3535# the warning (with _au_warn_XXX), outputs it into the
3536# updated configure.ac (with AC_DIAGNOSE), and then outputs
3537# the replacement expansion.
3538
3539
3540# This is an auxiliary macro that is also run when
3541# autoupdate runs m4. It simply calls m4_warning, but
3542# we need a wrapper so that each warning is emitted only
3543# once. We break the quoting in m4_warning's argument in
3544# order to expand this macro's arguments, not AU_DEFUN's.
3545
3546
3547# Finally, this is the expansion that is picked up by
3548# autoconf. It tells the user to run autoupdate, and
3549# then outputs the replacement expansion. We do not care
3550# about autoupdate's warning because that contains
3551# information on what to do *after* running autoupdate.
3552
3553
3554
3555
3556
3557# _LT_ENABLE_STATIC([DEFAULT])
3558# ----------------------------
3559# implement the --enable-static flag, and support the `static' and
3560# `disable-static' LT_INIT options.
3561# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3562# _LT_ENABLE_STATIC
3563
3564
3565
3566
3567# Old names:
3568
3569
3570
3571
3572# This is what autoupdate's m4 run will expand. It fires
3573# the warning (with _au_warn_XXX), outputs it into the
3574# updated configure.ac (with AC_DIAGNOSE), and then outputs
3575# the replacement expansion.
3576
3577
3578# This is an auxiliary macro that is also run when
3579# autoupdate runs m4. It simply calls m4_warning, but
3580# we need a wrapper so that each warning is emitted only
3581# once. We break the quoting in m4_warning's argument in
3582# order to expand this macro's arguments, not AU_DEFUN's.
3583
3584
3585# Finally, this is the expansion that is picked up by
3586# autoconf. It tells the user to run autoupdate, and
3587# then outputs the replacement expansion. We do not care
3588# about autoupdate's warning because that contains
3589# information on what to do *after* running autoupdate.
3590
3591# This is what autoupdate's m4 run will expand. It fires
3592# the warning (with _au_warn_XXX), outputs it into the
3593# updated configure.ac (with AC_DIAGNOSE), and then outputs
3594# the replacement expansion.
3595
3596
3597# This is an auxiliary macro that is also run when
3598# autoupdate runs m4. It simply calls m4_warning, but
3599# we need a wrapper so that each warning is emitted only
3600# once. We break the quoting in m4_warning's argument in
3601# order to expand this macro's arguments, not AU_DEFUN's.
3602
3603
3604# Finally, this is the expansion that is picked up by
3605# autoconf. It tells the user to run autoupdate, and
3606# then outputs the replacement expansion. We do not care
3607# about autoupdate's warning because that contains
3608# information on what to do *after* running autoupdate.
3609
3610
3611
3612
3613
3614# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3615# ----------------------------------
3616# implement the --enable-fast-install flag, and support the `fast-install'
3617# and `disable-fast-install' LT_INIT options.
3618# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3619# _LT_ENABLE_FAST_INSTALL
3620
3621
3622
3623
3624# Old names:
3625# This is what autoupdate's m4 run will expand. It fires
3626# the warning (with _au_warn_XXX), outputs it into the
3627# updated configure.ac (with AC_DIAGNOSE), and then outputs
3628# the replacement expansion.
3629
3630
3631# This is an auxiliary macro that is also run when
3632# autoupdate runs m4. It simply calls m4_warning, but
3633# we need a wrapper so that each warning is emitted only
3634# once. We break the quoting in m4_warning's argument in
3635# order to expand this macro's arguments, not AU_DEFUN's.
3636
3637
3638# Finally, this is the expansion that is picked up by
3639# autoconf. It tells the user to run autoupdate, and
3640# then outputs the replacement expansion. We do not care
3641# about autoupdate's warning because that contains
3642# information on what to do *after* running autoupdate.
3643
3644
3645# This is what autoupdate's m4 run will expand. It fires
3646# the warning (with _au_warn_XXX), outputs it into the
3647# updated configure.ac (with AC_DIAGNOSE), and then outputs
3648# the replacement expansion.
3649
3650
3651# This is an auxiliary macro that is also run when
3652# autoupdate runs m4. It simply calls m4_warning, but
3653# we need a wrapper so that each warning is emitted only
3654# once. We break the quoting in m4_warning's argument in
3655# order to expand this macro's arguments, not AU_DEFUN's.
3656
3657
3658# Finally, this is the expansion that is picked up by
3659# autoconf. It tells the user to run autoupdate, and
3660# then outputs the replacement expansion. We do not care
3661# about autoupdate's warning because that contains
3662# information on what to do *after* running autoupdate.
3663
3664
3665
3666
3667# _LT_WITH_PIC([MODE])
3668# --------------------
3669# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3670# LT_INIT options.
3671# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3672# _LT_WITH_PIC
3673
3674
3675
3676
3677# Old name:
3678# This is what autoupdate's m4 run will expand. It fires
3679# the warning (with _au_warn_XXX), outputs it into the
3680# updated configure.ac (with AC_DIAGNOSE), and then outputs
3681# the replacement expansion.
3682
3683
3684# This is an auxiliary macro that is also run when
3685# autoupdate runs m4. It simply calls m4_warning, but
3686# we need a wrapper so that each warning is emitted only
3687# once. We break the quoting in m4_warning's argument in
3688# order to expand this macro's arguments, not AU_DEFUN's.
3689
3690
3691# Finally, this is the expansion that is picked up by
3692# autoconf. It tells the user to run autoupdate, and
3693# then outputs the replacement expansion. We do not care
3694# about autoupdate's warning because that contains
3695# information on what to do *after* running autoupdate.
3696
3697
3698
3699## ----------------- ##
3700## LTDL_INIT Options ##
3701## ----------------- ##
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3713#
3714# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3715# Written by Gary V. Vaughan, 2004
3716#
3717# This file is free software; the Free Software Foundation gives
3718# unlimited permission to copy and/or distribute it, with or without
3719# modifications, as long as this notice is preserved.
3720
3721# serial 6 ltsugar.m4
3722
3723# This is to help aclocal find these macros, as it can't see m4_define.
3724
3725
3726
3727# lt_join(SEP, ARG1, [ARG2...])
3728# -----------------------------
3729# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3730# associated separator.
3731# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3732# versions in m4sugar had bugs.
3733
3734
3735
3736
3737# lt_car(LIST)
3738# lt_cdr(LIST)
3739# ------------
3740# Manipulate m4 lists.
3741# These macros are necessary as long as will still need to support
3742# Autoconf-2.59 which quotes differently.
3743
3744
3745
3746
3747
3748# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3749# ------------------------------------------
3750# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3751# Note that neither SEPARATOR nor STRING are expanded; they are appended
3752# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3753# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3754# than defined and empty).
3755#
3756# This macro is needed until we can rely on Autoconf 2.62, since earlier
3757# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3758
3759
3760
3761
3762# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3763# ----------------------------------------------------------
3764# Produce a SEP delimited list of all paired combinations of elements of
3765# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3766# has the form PREFIXmINFIXSUFFIXn.
3767# Needed until we can rely on m4_combine added in Autoconf 2.62.
3768
3769
3770
3771# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3772# -----------------------------------------------------------------------
3773# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3774# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3775
3776
3777
3778# lt_dict_add(DICT, KEY, VALUE)
3779# -----------------------------
3780
3781
3782
3783# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3784# --------------------------------------------
3785
3786
3787
3788# lt_dict_fetch(DICT, KEY, [SUBKEY])
3789# ----------------------------------
3790
3791
3792
3793# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3794# -----------------------------------------------------------------
3795
3796
3797
3798# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3799# --------------------------------------------------------------
3800
3801
3802# ltversion.m4 -- version numbers -*- Autoconf -*-
3803#
3804# Copyright (C) 2004 Free Software Foundation, Inc.
3805# Written by Scott James Remnant, 2004
3806#
3807# This file is free software; the Free Software Foundation gives
3808# unlimited permission to copy and/or distribute it, with or without
3809# modifications, as long as this notice is preserved.
3810
3811# Generated from ltversion.in.
3812
3813# serial 3134 ltversion.m4
3814# This file is part of GNU Libtool
3815
3816
3817
3818
3819
3820
3821# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3822#
3823# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3824# Written by Scott James Remnant, 2004.
3825#
3826# This file is free software; the Free Software Foundation gives
3827# unlimited permission to copy and/or distribute it, with or without
3828# modifications, as long as this notice is preserved.
3829
3830# serial 4 lt~obsolete.m4
3831
3832# These exist entirely to fool aclocal when bootstrapping libtool.
3833#
3834# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3835# which have later been changed to m4_define as they aren't part of the
3836# exported API, or moved to Autoconf or Automake where they belong.
3837#
3838# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3839# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3840# using a macro with the same name in our local m4/libtool.m4 it'll
3841# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3842# and doesn't know about Autoconf macros at all.)
3843#
3844# So we provide this file, which has a silly filename so it's always
3845# included after everything else. This provides aclocal with the
3846# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3847# because those macros already exist, or will be overwritten later.
3848# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3849#
3850# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3851# Yes, that means every name once taken will need to remain here until
3852# we give up compatibility with versions before 1.7, at which point
3853# we need to keep only those names which we still refer to.
3854
3855# This is to help aclocal find these macros, as it can't see m4_define.
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
3913
3914
3915
3916
3917
3918
3919
3920## -*- Autoconf -*-
3921
3922# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3923# Free Software Foundation, Inc.
3924#
3925# This file is free software; the Free Software Foundation
3926# gives unlimited permission to copy and/or distribute it,
3927# with or without modifications, as long as this notice is preserved.
3928
3929# serial 8
3930
3931# Based on depend.m4 from automake 1.9, modified for standalone use in
3932# an environment where GNU make is required.
3933
3934# ZW_PROG_COMPILER_DEPENDENCIES
3935# -----------------------------
3936# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3937# sets fooDEPMODE accordingly. Cache-variable compatible with
3938# original; not side-effect compatible. As the users of this macro
3939# may require accurate dependencies for correct builds, it does *not*
3940# honor --disable-dependency-checking, and failure to detect a usable
3941# method is an error. depcomp is assumed to be located in
3942# $ac_aux_dir.
3943#
3944# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3945
3946
3947
3948# AM_SET_DEPDIR
3949# -------------
3950# Choose a directory name for dependency files.
3951
3952
3953# ZW_CREATE_DEPDIR
3954# ----------------
3955# As AM_SET_DEPDIR, but also create the directory at config.status time.
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
3989
3990
3991
3992
3993
3994
3995
3996
6bb11ab3
L
3997
3998
3999
4000
4001
6bb11ab3
L
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
6bb11ab3
L
4021
4022
4023
4024
4025
4026# intl sister-directory configuration rules.
4027#
4028
4029# The idea behind this macro is that there's no need to repeat all the
4030# autoconf probes done by the intl directory - it's already done them
4031# for us. In fact, there's no need even to look at the cache for the
4032# answers. All we need to do is nab a few pieces of information.
4033# The intl directory is set up to make this easy, by generating a
4034# small file which can be sourced as a shell script; then we produce
4035# the necessary substitutions and definitions for this directory.
4036
4037
4038
4039# Autoconf M4 include file defining utility macros for complex Canadian
4040# cross builds.
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050####
4051# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4052# or AC_INIT.
4053# These demand that AC_CANONICAL_SYSTEM be called beforehand.
4054
4055####
4056# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4057# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4058
4059
4060####
4061# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4062# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4063
4064
4065
4066# Backported from Autoconf 2.5x; can go away when and if
4067# we switch. Put the OS path separator in $PATH_SEPARATOR.
4068
4069
4070
4071
4072# ACX_HAVE_GCC_FOR_TARGET
4073# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4074
4075
4076# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4077# Searching for installed target binutils. We need to take extra care,
4078# else we may find the wrong assembler, linker, etc., and lose.
4079#
4080# First try --with-build-time-tools, if specified.
4081#
4082# For build != host, we ask the installed GCC for the name of the tool it
4083# uses, and accept it if it is an absolute path. This is because the
4084# only good choice for a compiler is the same GCC version that is being
4085# installed (or we couldn't make target libraries), and we assume that
4086# on the host system we'll have not only the same GCC version, but also
4087# the same binutils version.
4088#
4089# For build == host, search the same directories that the installed
4090# compiler will search. We used to do this for the assembler, linker,
4091# and nm only; for simplicity of configuration, however, we extend this
4092# criterion to tools (such as ar and ranlib) that are never invoked by
4093# the compiler, to avoid mismatches.
4094#
4095# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4096# if build == target. This makes the most sense only when bootstrapping,
4097# but we also do so when build != host. In this case, we hope that the
4098# build and host systems will have similar contents of MD_EXEC_PREFIX.
4099#
4100# If we do not find a suitable binary, then try the user's path.
4101
4102
4103###
4104# AC_PROG_CPP_WERROR
4105# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4106# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4107# For now, using this also overrides header checks to use only the
4108# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4109# bit harder from here).
4110# Eventually autoconf will default to checking headers with the compiler
4111# instead, and we'll have to do this differently.
4112
4113# AC_PROG_CPP_WERROR
4114
4115# Test for GNAT.
4116# We require the gnatbind & gnatmake programs, as well as a compiler driver
4117# that understands Ada. We use the user's CC setting, already found, and
4118# possibly add $1 to the command-line parameters.
4119#
4120# Sets the shell variable have_gnat to yes or no as appropriate, and
4121# substitutes GNATBIND and GNATMAKE.
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147ac_ext=c
4148ac_cpp='$CPP $CPPFLAGS'
4149ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4150ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4151ac_compiler_gnu=$ac_cv_c_compiler_gnu
4152if test -n "$ac_tool_prefix"; then
4153 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4154set dummy ${ac_tool_prefix}gcc; ac_word=$2
4155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4156$as_echo_n "checking for $ac_word... " >&6; }
4157if test "${ac_cv_prog_CC+set}" = set; then :
4158 $as_echo_n "(cached) " >&6
4159else
4160 if test -n "$CC"; then
4161 ac_cv_prog_CC="$CC" # Let the user override the test.
4162else
4163as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4164for as_dir in $PATH
4165do
4166 IFS=$as_save_IFS
4167 test -z "$as_dir" && as_dir=.
4168 for ac_exec_ext in '' $ac_executable_extensions; do
4169 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4170 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4171 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4172 break 2
4173 fi
4174done
4175 done
4176IFS=$as_save_IFS
4177
4178fi
4179fi
4180CC=$ac_cv_prog_CC
4181if test -n "$CC"; then
4182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4183$as_echo "$CC" >&6; }
4184else
4185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4186$as_echo "no" >&6; }
4187fi
4188
4189
4190fi
4191if test -z "$ac_cv_prog_CC"; then
4192 ac_ct_CC=$CC
4193 # Extract the first word of "gcc", so it can be a program name with args.
4194set dummy gcc; ac_word=$2
4195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4196$as_echo_n "checking for $ac_word... " >&6; }
4197if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4198 $as_echo_n "(cached) " >&6
4199else
4200 if test -n "$ac_ct_CC"; then
4201 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4202else
4203as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4204for as_dir in $PATH
4205do
4206 IFS=$as_save_IFS
4207 test -z "$as_dir" && as_dir=.
4208 for ac_exec_ext in '' $ac_executable_extensions; do
4209 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4210 ac_cv_prog_ac_ct_CC="gcc"
4211 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4212 break 2
4213 fi
4214done
4215 done
4216IFS=$as_save_IFS
4217
4218fi
4219fi
4220ac_ct_CC=$ac_cv_prog_ac_ct_CC
4221if test -n "$ac_ct_CC"; then
4222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4223$as_echo "$ac_ct_CC" >&6; }
4224else
4225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4226$as_echo "no" >&6; }
4227fi
4228
4229 if test "x$ac_ct_CC" = x; then
4230 CC=""
4231 else
4232 case $cross_compiling:$ac_tool_warned in
4233yes:)
4234{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4235$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4236ac_tool_warned=yes ;;
4237esac
4238 CC=$ac_ct_CC
4239 fi
4240else
4241 CC="$ac_cv_prog_CC"
4242fi
4243
4244if test -z "$CC"; then
4245 if test -n "$ac_tool_prefix"; then
4246 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4247set dummy ${ac_tool_prefix}cc; ac_word=$2
4248{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4249$as_echo_n "checking for $ac_word... " >&6; }
4250if test "${ac_cv_prog_CC+set}" = set; then :
4251 $as_echo_n "(cached) " >&6
4252else
4253 if test -n "$CC"; then
4254 ac_cv_prog_CC="$CC" # Let the user override the test.
4255else
4256as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4257for as_dir in $PATH
4258do
4259 IFS=$as_save_IFS
4260 test -z "$as_dir" && as_dir=.
4261 for ac_exec_ext in '' $ac_executable_extensions; do
4262 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4263 ac_cv_prog_CC="${ac_tool_prefix}cc"
4264 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4265 break 2
4266 fi
4267done
4268 done
4269IFS=$as_save_IFS
4270
4271fi
4272fi
4273CC=$ac_cv_prog_CC
4274if test -n "$CC"; then
4275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4276$as_echo "$CC" >&6; }
4277else
4278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4279$as_echo "no" >&6; }
4280fi
4281
4282
4283 fi
4284fi
4285if test -z "$CC"; then
4286 # Extract the first word of "cc", so it can be a program name with args.
4287set dummy cc; ac_word=$2
4288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4289$as_echo_n "checking for $ac_word... " >&6; }
4290if test "${ac_cv_prog_CC+set}" = set; then :
4291 $as_echo_n "(cached) " >&6
4292else
4293 if test -n "$CC"; then
4294 ac_cv_prog_CC="$CC" # Let the user override the test.
4295else
4296 ac_prog_rejected=no
4297as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4298for as_dir in $PATH
4299do
4300 IFS=$as_save_IFS
4301 test -z "$as_dir" && as_dir=.
4302 for ac_exec_ext in '' $ac_executable_extensions; do
4303 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4304 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4305 ac_prog_rejected=yes
4306 continue
4307 fi
4308 ac_cv_prog_CC="cc"
4309 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4310 break 2
4311 fi
4312done
4313 done
4314IFS=$as_save_IFS
4315
4316if test $ac_prog_rejected = yes; then
4317 # We found a bogon in the path, so make sure we never use it.
4318 set dummy $ac_cv_prog_CC
4319 shift
4320 if test $# != 0; then
4321 # We chose a different compiler from the bogus one.
4322 # However, it has the same basename, so the bogon will be chosen
4323 # first if we set CC to just the basename; use the full file name.
4324 shift
4325 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4326 fi
4327fi
4328fi
4329fi
4330CC=$ac_cv_prog_CC
4331if test -n "$CC"; then
4332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4333$as_echo "$CC" >&6; }
4334else
4335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4336$as_echo "no" >&6; }
4337fi
4338
4339
4340fi
4341if test -z "$CC"; then
4342 if test -n "$ac_tool_prefix"; then
4343 for ac_prog in cl.exe
4344 do
4345 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4346set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4348$as_echo_n "checking for $ac_word... " >&6; }
4349if test "${ac_cv_prog_CC+set}" = set; then :
4350 $as_echo_n "(cached) " >&6
4351else
4352 if test -n "$CC"; then
4353 ac_cv_prog_CC="$CC" # Let the user override the test.
4354else
4355as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4356for as_dir in $PATH
4357do
4358 IFS=$as_save_IFS
4359 test -z "$as_dir" && as_dir=.
4360 for ac_exec_ext in '' $ac_executable_extensions; do
4361 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4362 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4363 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4364 break 2
4365 fi
4366done
4367 done
4368IFS=$as_save_IFS
4369
4370fi
4371fi
4372CC=$ac_cv_prog_CC
4373if test -n "$CC"; then
4374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4375$as_echo "$CC" >&6; }
4376else
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4378$as_echo "no" >&6; }
4379fi
4380
4381
4382 test -n "$CC" && break
4383 done
4384fi
4385if test -z "$CC"; then
4386 ac_ct_CC=$CC
4387 for ac_prog in cl.exe
4388do
4389 # Extract the first word of "$ac_prog", so it can be a program name with args.
4390set dummy $ac_prog; ac_word=$2
4391{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4392$as_echo_n "checking for $ac_word... " >&6; }
4393if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4394 $as_echo_n "(cached) " >&6
4395else
4396 if test -n "$ac_ct_CC"; then
4397 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4398else
4399as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4400for as_dir in $PATH
4401do
4402 IFS=$as_save_IFS
4403 test -z "$as_dir" && as_dir=.
4404 for ac_exec_ext in '' $ac_executable_extensions; do
4405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4406 ac_cv_prog_ac_ct_CC="$ac_prog"
4407 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4408 break 2
4409 fi
4410done
4411 done
4412IFS=$as_save_IFS
4413
4414fi
4415fi
4416ac_ct_CC=$ac_cv_prog_ac_ct_CC
4417if test -n "$ac_ct_CC"; then
4418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4419$as_echo "$ac_ct_CC" >&6; }
4420else
4421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4422$as_echo "no" >&6; }
4423fi
4424
4425
4426 test -n "$ac_ct_CC" && break
4427done
4428
4429 if test "x$ac_ct_CC" = x; then
4430 CC=""
4431 else
4432 case $cross_compiling:$ac_tool_warned in
4433yes:)
4434{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4435$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4436ac_tool_warned=yes ;;
4437esac
4438 CC=$ac_ct_CC
4439 fi
4440fi
4441
4442fi
4443
4444
4445test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4446$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4447as_fn_error "no acceptable C compiler found in \$PATH
4448See \`config.log' for more details." "$LINENO" 5; }
4449
4450# Provide some information about the compiler.
4451$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4452set X $ac_compile
4453ac_compiler=$2
4454for ac_option in --version -v -V -qversion; do
4455 { { ac_try="$ac_compiler $ac_option >&5"
4456case "(($ac_try" in
4457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4458 *) ac_try_echo=$ac_try;;
4459esac
4460eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4461$as_echo "$ac_try_echo"; } >&5
4462 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4463 ac_status=$?
4464 if test -s conftest.err; then
4465 sed '10a\
4466... rest of stderr output deleted ...
4467 10q' conftest.err >conftest.er1
4468 cat conftest.er1 >&5
4469 rm -f conftest.er1 conftest.err
4470 fi
4471 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4472 test $ac_status = 0; }
4473done
4474
4475cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4476/* end confdefs.h. */
4477
4478int
4479main ()
4480{
4481
4482 ;
4483 return 0;
4484}
4485_ACEOF
4486ac_clean_files_save=$ac_clean_files
4487ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4488# Try to create an executable without -o first, disregard a.out.
4489# It will help us diagnose broken compilers, and finding out an intuition
4490# of exeext.
4491{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4492$as_echo_n "checking for C compiler default output file name... " >&6; }
4493ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4494
4495# The possible output files:
4496ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4497
4498ac_rmfiles=
4499for ac_file in $ac_files
4500do
4501 case $ac_file in
4502 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4503 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4504 esac
4505done
4506rm -f $ac_rmfiles
4507
4508if { { ac_try="$ac_link_default"
4509case "(($ac_try" in
4510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4511 *) ac_try_echo=$ac_try;;
4512esac
4513eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4514$as_echo "$ac_try_echo"; } >&5
4515 (eval "$ac_link_default") 2>&5
4516 ac_status=$?
4517 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4518 test $ac_status = 0; }; then :
4519 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4520# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4521# in a Makefile. We should not override ac_cv_exeext if it was cached,
4522# so that the user can short-circuit this test for compilers unknown to
4523# Autoconf.
4524for ac_file in $ac_files ''
4525do
4526 test -f "$ac_file" || continue
4527 case $ac_file in
4528 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4529 ;;
4530 [ab].out )
4531 # We found the default executable, but exeext='' is most
4532 # certainly right.
4533 break;;
4534 *.* )
4535 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4536 then :; else
4537 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4538 fi
4539 # We set ac_cv_exeext here because the later test for it is not
4540 # safe: cross compilers may not add the suffix if given an `-o'
4541 # argument, so we may need to know it at that point already.
4542 # Even if this section looks crufty: it has the advantage of
4543 # actually working.
4544 break;;
4545 * )
4546 break;;
4547 esac
4548done
4549test "$ac_cv_exeext" = no && ac_cv_exeext=
4550
4551else
4552 ac_file=''
4553fi
4554{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4555$as_echo "$ac_file" >&6; }
4556if test -z "$ac_file"; then :
4557 $as_echo "$as_me: failed program was:" >&5
4558sed 's/^/| /' conftest.$ac_ext >&5
4559
4560{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4561$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4562{ as_fn_set_status 77
4563as_fn_error "C compiler cannot create executables
4564See \`config.log' for more details." "$LINENO" 5; }; }
4565fi
4566ac_exeext=$ac_cv_exeext
4567
4568# Check that the compiler produces executables we can run. If not, either
4569# the compiler is broken, or we cross compile.
4570{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4571$as_echo_n "checking whether the C compiler works... " >&6; }
4572# If not cross compiling, check that we can run a simple program.
4573if test "$cross_compiling" != yes; then
4574 if { ac_try='./$ac_file'
4575 { { case "(($ac_try" in
4576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4577 *) ac_try_echo=$ac_try;;
4578esac
4579eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4580$as_echo "$ac_try_echo"; } >&5
4581 (eval "$ac_try") 2>&5
4582 ac_status=$?
4583 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4584 test $ac_status = 0; }; }; then
4585 cross_compiling=no
4586 else
4587 if test "$cross_compiling" = maybe; then
4588 cross_compiling=yes
4589 else
4590 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4591$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4592as_fn_error "cannot run C compiled programs.
4593If you meant to cross compile, use \`--host'.
4594See \`config.log' for more details." "$LINENO" 5; }
4595 fi
4596 fi
4597fi
4598{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4599$as_echo "yes" >&6; }
4600
4601rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4602ac_clean_files=$ac_clean_files_save
4603# Check that the compiler produces executables we can run. If not, either
4604# the compiler is broken, or we cross compile.
4605{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4606$as_echo_n "checking whether we are cross compiling... " >&6; }
4607{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4608$as_echo "$cross_compiling" >&6; }
4609
4610{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4611$as_echo_n "checking for suffix of executables... " >&6; }
4612if { { ac_try="$ac_link"
4613case "(($ac_try" in
4614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4615 *) ac_try_echo=$ac_try;;
4616esac
4617eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4618$as_echo "$ac_try_echo"; } >&5
4619 (eval "$ac_link") 2>&5
4620 ac_status=$?
4621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4622 test $ac_status = 0; }; then :
4623 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4624# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4625# work properly (i.e., refer to `conftest.exe'), while it won't with
4626# `rm'.
4627for ac_file in conftest.exe conftest conftest.*; do
4628 test -f "$ac_file" || continue
4629 case $ac_file in
4630 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4631 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4632 break;;
4633 * ) break;;
4634 esac
4635done
4636else
4637 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4638$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4639as_fn_error "cannot compute suffix of executables: cannot compile and link
4640See \`config.log' for more details." "$LINENO" 5; }
4641fi
4642rm -f conftest$ac_cv_exeext
4643{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4644$as_echo "$ac_cv_exeext" >&6; }
4645
4646rm -f conftest.$ac_ext
4647EXEEXT=$ac_cv_exeext
4648ac_exeext=$EXEEXT
4649{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4650$as_echo_n "checking for suffix of object files... " >&6; }
4651if test "${ac_cv_objext+set}" = set; then :
4652 $as_echo_n "(cached) " >&6
4653else
4654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4655/* end confdefs.h. */
4656
4657int
4658main ()
4659{
4660
4661 ;
4662 return 0;
4663}
4664_ACEOF
4665rm -f conftest.o conftest.obj
4666if { { ac_try="$ac_compile"
4667case "(($ac_try" in
4668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4669 *) ac_try_echo=$ac_try;;
4670esac
4671eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4672$as_echo "$ac_try_echo"; } >&5
4673 (eval "$ac_compile") 2>&5
4674 ac_status=$?
4675 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4676 test $ac_status = 0; }; then :
4677 for ac_file in conftest.o conftest.obj conftest.*; do
4678 test -f "$ac_file" || continue;
4679 case $ac_file in
4680 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4681 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4682 break;;
4683 esac
4684done
4685else
4686 $as_echo "$as_me: failed program was:" >&5
4687sed 's/^/| /' conftest.$ac_ext >&5
4688
4689{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4690$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4691as_fn_error "cannot compute suffix of object files: cannot compile
4692See \`config.log' for more details." "$LINENO" 5; }
4693fi
4694rm -f conftest.$ac_cv_objext conftest.$ac_ext
4695fi
4696{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4697$as_echo "$ac_cv_objext" >&6; }
4698OBJEXT=$ac_cv_objext
4699ac_objext=$OBJEXT
4700{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4701$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4702if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4703 $as_echo_n "(cached) " >&6
4704else
4705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4706/* end confdefs.h. */
4707
4708int
4709main ()
4710{
4711#ifndef __GNUC__
4712 choke me
4713#endif
4714
4715 ;
4716 return 0;
4717}
4718_ACEOF
4719if ac_fn_c_try_compile "$LINENO"; then :
4720 ac_compiler_gnu=yes
4721else
4722 ac_compiler_gnu=no
4723fi
4724rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4725ac_cv_c_compiler_gnu=$ac_compiler_gnu
4726
4727fi
4728{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4729$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4730if test $ac_compiler_gnu = yes; then
4731 GCC=yes
4732else
4733 GCC=
4734fi
4735ac_test_CFLAGS=${CFLAGS+set}
4736ac_save_CFLAGS=$CFLAGS
4737{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4738$as_echo_n "checking whether $CC accepts -g... " >&6; }
4739if test "${ac_cv_prog_cc_g+set}" = set; then :
4740 $as_echo_n "(cached) " >&6
4741else
4742 ac_save_c_werror_flag=$ac_c_werror_flag
4743 ac_c_werror_flag=yes
4744 ac_cv_prog_cc_g=no
4745 CFLAGS="-g"
4746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4747/* end confdefs.h. */
4748
4749int
4750main ()
4751{
4752
4753 ;
4754 return 0;
4755}
4756_ACEOF
4757if ac_fn_c_try_compile "$LINENO"; then :
4758 ac_cv_prog_cc_g=yes
4759else
4760 CFLAGS=""
4761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4762/* end confdefs.h. */
4763
4764int
4765main ()
4766{
4767
4768 ;
4769 return 0;
4770}
4771_ACEOF
4772if ac_fn_c_try_compile "$LINENO"; then :
4773
4774else
4775 ac_c_werror_flag=$ac_save_c_werror_flag
4776 CFLAGS="-g"
4777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4778/* end confdefs.h. */
4779
4780int
4781main ()
4782{
4783
4784 ;
4785 return 0;
4786}
4787_ACEOF
4788if ac_fn_c_try_compile "$LINENO"; then :
4789 ac_cv_prog_cc_g=yes
4790fi
4791rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4792fi
4793rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4794fi
4795rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4796 ac_c_werror_flag=$ac_save_c_werror_flag
4797fi
4798{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4799$as_echo "$ac_cv_prog_cc_g" >&6; }
4800if test "$ac_test_CFLAGS" = set; then
4801 CFLAGS=$ac_save_CFLAGS
4802elif test $ac_cv_prog_cc_g = yes; then
4803 if test "$GCC" = yes; then
4804 CFLAGS="-g -O2"
4805 else
4806 CFLAGS="-g"
4807 fi
4808else
4809 if test "$GCC" = yes; then
4810 CFLAGS="-O2"
4811 else
4812 CFLAGS=
4813 fi
4814fi
4815{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4816$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4817if test "${ac_cv_prog_cc_c89+set}" = set; then :
4818 $as_echo_n "(cached) " >&6
4819else
4820 ac_cv_prog_cc_c89=no
4821ac_save_CC=$CC
4822cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4823/* end confdefs.h. */
4824#include <stdarg.h>
4825#include <stdio.h>
4826#include <sys/types.h>
4827#include <sys/stat.h>
4828/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4829struct buf { int x; };
4830FILE * (*rcsopen) (struct buf *, struct stat *, int);
4831static char *e (p, i)
4832 char **p;
4833 int i;
4834{
4835 return p[i];
4836}
4837static char *f (char * (*g) (char **, int), char **p, ...)
4838{
4839 char *s;
4840 va_list v;
4841 va_start (v,p);
4842 s = g (p, va_arg (v,int));
4843 va_end (v);
4844 return s;
4845}
4846
4847/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4848 function prototypes and stuff, but not '\xHH' hex character constants.
4849 These don't provoke an error unfortunately, instead are silently treated
4850 as 'x'. The following induces an error, until -std is added to get
4851 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4852 array size at least. It's necessary to write '\x00'==0 to get something
4853 that's true only with -std. */
4854int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4855
4856/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4857 inside strings and character constants. */
4858#define FOO(x) 'x'
4859int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4860
4861int test (int i, double x);
4862struct s1 {int (*f) (int a);};
4863struct s2 {int (*f) (double a);};
4864int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4865int argc;
4866char **argv;
4867int
4868main ()
4869{
4870return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4871 ;
4872 return 0;
4873}
4874_ACEOF
4875for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4876 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4877do
4878 CC="$ac_save_CC $ac_arg"
4879 if ac_fn_c_try_compile "$LINENO"; then :
4880 ac_cv_prog_cc_c89=$ac_arg
4881fi
4882rm -f core conftest.err conftest.$ac_objext
4883 test "x$ac_cv_prog_cc_c89" != "xno" && break
4884done
4885rm -f conftest.$ac_ext
4886CC=$ac_save_CC
4887
4888fi
4889# AC_CACHE_VAL
4890case "x$ac_cv_prog_cc_c89" in
4891 x)
4892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4893$as_echo "none needed" >&6; } ;;
4894 xno)
4895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4896$as_echo "unsupported" >&6; } ;;
4897 *)
4898 CC="$CC $ac_cv_prog_cc_c89"
4899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4900$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4901esac
4902if test "x$ac_cv_prog_cc_c89" != xno; then :
4903
4904fi
4905
4906ac_ext=c
4907ac_cpp='$CPP $CPPFLAGS'
4908ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4909ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4910ac_compiler_gnu=$ac_cv_c_compiler_gnu
4911
4912ac_aux_dir=
4913for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4914 for ac_t in install-sh install.sh shtool; do
4915 if test -f "$ac_dir/$ac_t"; then
4916 ac_aux_dir=$ac_dir
4917 ac_install_sh="$ac_aux_dir/$ac_t -c"
4918 break 2
4919 fi
4920 done
4921done
4922if test -z "$ac_aux_dir"; then
4923 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4924fi
4925
4926# These three variables are undocumented and unsupported,
4927# and are intended to be withdrawn in a future Autoconf release.
4928# They can cause serious problems if a builder's source tree is in a directory
4929# whose full name contains unusual characters.
4930ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4931ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4932ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4933
4934
4935# Make sure we can run config.sub.
4936$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4937 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4938
4939{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4940$as_echo_n "checking build system type... " >&6; }
4941if test "${ac_cv_build+set}" = set; then :
4942 $as_echo_n "(cached) " >&6
4943else
4944 ac_build_alias=$build_alias
4945test "x$ac_build_alias" = x &&
4946 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4947test "x$ac_build_alias" = x &&
4948 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4949ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4950 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4951
4952fi
4953{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4954$as_echo "$ac_cv_build" >&6; }
4955case $ac_cv_build in
4956*-*-*) ;;
4957*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4958esac
4959build=$ac_cv_build
4960ac_save_IFS=$IFS; IFS='-'
4961set x $ac_cv_build
4962shift
4963build_cpu=$1
4964build_vendor=$2
4965shift; shift
4966# Remember, the first character of IFS is used to create $*,
4967# except with old shells:
4968build_os=$*
4969IFS=$ac_save_IFS
4970case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4971
4972
4973{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4974$as_echo_n "checking host system type... " >&6; }
4975if test "${ac_cv_host+set}" = set; then :
4976 $as_echo_n "(cached) " >&6
4977else
4978 if test "x$host_alias" = x; then
4979 ac_cv_host=$ac_cv_build
4980else
4981 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4982 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4983fi
4984
4985fi
4986{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4987$as_echo "$ac_cv_host" >&6; }
4988case $ac_cv_host in
4989*-*-*) ;;
4990*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4991esac
4992host=$ac_cv_host
4993ac_save_IFS=$IFS; IFS='-'
4994set x $ac_cv_host
4995shift
4996host_cpu=$1
4997host_vendor=$2
4998shift; shift
4999# Remember, the first character of IFS is used to create $*,
5000# except with old shells:
5001host_os=$*
5002IFS=$ac_save_IFS
5003case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5004
5005
5006{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5007$as_echo_n "checking target system type... " >&6; }
5008if test "${ac_cv_target+set}" = set; then :
5009 $as_echo_n "(cached) " >&6
5010else
5011 if test "x$target_alias" = x; then
5012 ac_cv_target=$ac_cv_host
5013else
5014 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5015 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5016fi
5017
5018fi
5019{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5020$as_echo "$ac_cv_target" >&6; }
5021case $ac_cv_target in
5022*-*-*) ;;
5023*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
5024esac
5025target=$ac_cv_target
5026ac_save_IFS=$IFS; IFS='-'
5027set x $ac_cv_target
5028shift
5029target_cpu=$1
5030target_vendor=$2
5031shift; shift
5032# Remember, the first character of IFS is used to create $*,
5033# except with old shells:
5034target_os=$*
5035IFS=$ac_save_IFS
5036case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5037
5038
5039# The aliases save the names the user supplied, while $host etc.
5040# will get canonicalized.
5041test -n "$target_alias" &&
5042 test "$program_prefix$program_suffix$program_transform_name" = \
5043 NONENONEs,x,x, &&
5044 program_prefix=${target_alias}-
5045
5046ac_ext=c
5047ac_cpp='$CPP $CPPFLAGS'
5048ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5049ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5050ac_compiler_gnu=$ac_cv_c_compiler_gnu
5051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5052$as_echo_n "checking how to run the C preprocessor... " >&6; }
5053# On Suns, sometimes $CPP names a directory.
5054if test -n "$CPP" && test -d "$CPP"; then
5055 CPP=
5056fi
5057if test -z "$CPP"; then
5058 if test "${ac_cv_prog_CPP+set}" = set; then :
5059 $as_echo_n "(cached) " >&6
5060else
5061 # Double quotes because CPP needs to be expanded
5062 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5063 do
5064 ac_preproc_ok=false
5065for ac_c_preproc_warn_flag in '' yes
5066do
5067 # Use a header file that comes with gcc, so configuring glibc
5068 # with a fresh cross-compiler works.
5069 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5070 # <limits.h> exists even on freestanding compilers.
5071 # On the NeXT, cc -E runs the code through the compiler's parser,
5072 # not just through cpp. "Syntax error" is here to catch this case.
5073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5074/* end confdefs.h. */
5075#ifdef __STDC__
5076# include <limits.h>
5077#else
5078# include <assert.h>
5079#endif
5080 Syntax error
5081_ACEOF
5082if ac_fn_c_try_cpp "$LINENO"; then :
5083
5084else
5085 # Broken: fails on valid input.
5086continue
5087fi
5088rm -f conftest.err conftest.$ac_ext
5089
5090 # OK, works on sane cases. Now check whether nonexistent headers
5091 # can be detected and how.
5092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5093/* end confdefs.h. */
5094#include <ac_nonexistent.h>
5095_ACEOF
5096if ac_fn_c_try_cpp "$LINENO"; then :
5097 # Broken: success on invalid input.
5098continue
5099else
5100 # Passes both tests.
5101ac_preproc_ok=:
5102break
5103fi
5104rm -f conftest.err conftest.$ac_ext
5105
5106done
5107# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5108rm -f conftest.err conftest.$ac_ext
5109if $ac_preproc_ok; then :
5110 break
5111fi
5112
5113 done
5114 ac_cv_prog_CPP=$CPP
5115
5116fi
5117 CPP=$ac_cv_prog_CPP
5118else
5119 ac_cv_prog_CPP=$CPP
5120fi
5121{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5122$as_echo "$CPP" >&6; }
5123ac_preproc_ok=false
5124for ac_c_preproc_warn_flag in '' yes
5125do
5126 # Use a header file that comes with gcc, so configuring glibc
5127 # with a fresh cross-compiler works.
5128 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5129 # <limits.h> exists even on freestanding compilers.
5130 # On the NeXT, cc -E runs the code through the compiler's parser,
5131 # not just through cpp. "Syntax error" is here to catch this case.
5132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5133/* end confdefs.h. */
5134#ifdef __STDC__
5135# include <limits.h>
5136#else
5137# include <assert.h>
5138#endif
5139 Syntax error
5140_ACEOF
5141if ac_fn_c_try_cpp "$LINENO"; then :
5142
5143else
5144 # Broken: fails on valid input.
5145continue
5146fi
5147rm -f conftest.err conftest.$ac_ext
5148
5149 # OK, works on sane cases. Now check whether nonexistent headers
5150 # can be detected and how.
5151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5152/* end confdefs.h. */
5153#include <ac_nonexistent.h>
5154_ACEOF
5155if ac_fn_c_try_cpp "$LINENO"; then :
5156 # Broken: success on invalid input.
5157continue
5158else
5159 # Passes both tests.
5160ac_preproc_ok=:
5161break
5162fi
5163rm -f conftest.err conftest.$ac_ext
5164
5165done
5166# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5167rm -f conftest.err conftest.$ac_ext
5168if $ac_preproc_ok; then :
5169
5170else
5171 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5172$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5173as_fn_error "C preprocessor \"$CPP\" fails sanity check
5174See \`config.log' for more details." "$LINENO" 5; }
5175fi
5176
5177ac_ext=c
5178ac_cpp='$CPP $CPPFLAGS'
5179ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5180ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5181ac_compiler_gnu=$ac_cv_c_compiler_gnu
5182
5183
5184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5185$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5186if test "${ac_cv_path_GREP+set}" = set; then :
5187 $as_echo_n "(cached) " >&6
5188else
5189 if test -z "$GREP"; then
5190 ac_path_GREP_found=false
5191 # Loop through the user's path and test for each of PROGNAME-LIST
5192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5193for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5194do
5195 IFS=$as_save_IFS
5196 test -z "$as_dir" && as_dir=.
5197 for ac_prog in grep ggrep; do
5198 for ac_exec_ext in '' $ac_executable_extensions; do
5199 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5200 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5201# Check for GNU ac_path_GREP and select it if it is found.
5202 # Check for GNU $ac_path_GREP
5203case `"$ac_path_GREP" --version 2>&1` in
5204*GNU*)
5205 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5206*)
5207 ac_count=0
5208 $as_echo_n 0123456789 >"conftest.in"
5209 while :
5210 do
5211 cat "conftest.in" "conftest.in" >"conftest.tmp"
5212 mv "conftest.tmp" "conftest.in"
5213 cp "conftest.in" "conftest.nl"
5214 $as_echo 'GREP' >> "conftest.nl"
5215 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5216 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5217 as_fn_arith $ac_count + 1 && ac_count=$as_val
5218 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5219 # Best one so far, save it but keep looking for a better one
5220 ac_cv_path_GREP="$ac_path_GREP"
5221 ac_path_GREP_max=$ac_count
5222 fi
5223 # 10*(2^10) chars as input seems more than enough
5224 test $ac_count -gt 10 && break
5225 done
5226 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5227esac
5228
5229 $ac_path_GREP_found && break 3
5230 done
5231 done
5232 done
5233IFS=$as_save_IFS
5234 if test -z "$ac_cv_path_GREP"; then
5235 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5236 fi
5237else
5238 ac_cv_path_GREP=$GREP
5239fi
5240
5241fi
5242{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5243$as_echo "$ac_cv_path_GREP" >&6; }
5244 GREP="$ac_cv_path_GREP"
5245
5246
5247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5248$as_echo_n "checking for egrep... " >&6; }
5249if test "${ac_cv_path_EGREP+set}" = set; then :
5250 $as_echo_n "(cached) " >&6
5251else
5252 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5253 then ac_cv_path_EGREP="$GREP -E"
5254 else
5255 if test -z "$EGREP"; then
5256 ac_path_EGREP_found=false
5257 # Loop through the user's path and test for each of PROGNAME-LIST
5258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5259for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5260do
5261 IFS=$as_save_IFS
5262 test -z "$as_dir" && as_dir=.
5263 for ac_prog in egrep; do
5264 for ac_exec_ext in '' $ac_executable_extensions; do
5265 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5266 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5267# Check for GNU ac_path_EGREP and select it if it is found.
5268 # Check for GNU $ac_path_EGREP
5269case `"$ac_path_EGREP" --version 2>&1` in
5270*GNU*)
5271 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5272*)
5273 ac_count=0
5274 $as_echo_n 0123456789 >"conftest.in"
5275 while :
5276 do
5277 cat "conftest.in" "conftest.in" >"conftest.tmp"
5278 mv "conftest.tmp" "conftest.in"
5279 cp "conftest.in" "conftest.nl"
5280 $as_echo 'EGREP' >> "conftest.nl"
5281 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5282 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5283 as_fn_arith $ac_count + 1 && ac_count=$as_val
5284 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5285 # Best one so far, save it but keep looking for a better one
5286 ac_cv_path_EGREP="$ac_path_EGREP"
5287 ac_path_EGREP_max=$ac_count
5288 fi
5289 # 10*(2^10) chars as input seems more than enough
5290 test $ac_count -gt 10 && break
5291 done
5292 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5293esac
5294
5295 $ac_path_EGREP_found && break 3
5296 done
5297 done
5298 done
5299IFS=$as_save_IFS
5300 if test -z "$ac_cv_path_EGREP"; then
5301 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5302 fi
5303else
5304 ac_cv_path_EGREP=$EGREP
5305fi
5306
5307 fi
5308fi
5309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5310$as_echo "$ac_cv_path_EGREP" >&6; }
5311 EGREP="$ac_cv_path_EGREP"
5312
5313
5314{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5315$as_echo_n "checking for ANSI C header files... " >&6; }
5316if test "${ac_cv_header_stdc+set}" = set; then :
5317 $as_echo_n "(cached) " >&6
5318else
5319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5320/* end confdefs.h. */
5321#include <stdlib.h>
5322#include <stdarg.h>
5323#include <string.h>
5324#include <float.h>
5325
5326int
5327main ()
5328{
5329
5330 ;
5331 return 0;
5332}
5333_ACEOF
5334if ac_fn_c_try_compile "$LINENO"; then :
5335 ac_cv_header_stdc=yes
5336else
5337 ac_cv_header_stdc=no
5338fi
5339rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5340
5341if test $ac_cv_header_stdc = yes; then
5342 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5344/* end confdefs.h. */
5345#include <string.h>
5346
5347_ACEOF
5348if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5349 $EGREP "memchr" >/dev/null 2>&1; then :
5350
5351else
5352 ac_cv_header_stdc=no
5353fi
5354rm -f conftest*
5355
5356fi
5357
5358if test $ac_cv_header_stdc = yes; then
5359 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5361/* end confdefs.h. */
5362#include <stdlib.h>
5363
5364_ACEOF
5365if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5366 $EGREP "free" >/dev/null 2>&1; then :
5367
5368else
5369 ac_cv_header_stdc=no
5370fi
5371rm -f conftest*
5372
5373fi
5374
5375if test $ac_cv_header_stdc = yes; then
5376 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5377 if test "$cross_compiling" = yes; then :
5378 :
5379else
5380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5381/* end confdefs.h. */
5382#include <ctype.h>
5383#include <stdlib.h>
5384#if ((' ' & 0x0FF) == 0x020)
5385# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5386# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5387#else
5388# define ISLOWER(c) \
5389 (('a' <= (c) && (c) <= 'i') \
5390 || ('j' <= (c) && (c) <= 'r') \
5391 || ('s' <= (c) && (c) <= 'z'))
5392# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5393#endif
5394
5395#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5396int
5397main ()
5398{
5399 int i;
5400 for (i = 0; i < 256; i++)
5401 if (XOR (islower (i), ISLOWER (i))
5402 || toupper (i) != TOUPPER (i))
5403 return 2;
5404 return 0;
5405}
5406_ACEOF
5407if ac_fn_c_try_run "$LINENO"; then :
5408
5409else
5410 ac_cv_header_stdc=no
5411fi
5412rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5413 conftest.$ac_objext conftest.beam conftest.$ac_ext
5414fi
5415
5416fi
5417fi
5418{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5419$as_echo "$ac_cv_header_stdc" >&6; }
5420if test $ac_cv_header_stdc = yes; then
5421
5422$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5423
5424fi
5425
5426# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5427for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5428 inttypes.h stdint.h unistd.h
5429do :
5430 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5431ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5432"
5433eval as_val=\$$as_ac_Header
5434 if test "x$as_val" = x""yes; then :
5435 cat >>confdefs.h <<_ACEOF
5436#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5437_ACEOF
5438
5439fi
5440
5441done
5442
5443
5444
5445 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5446if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5447 MINIX=yes
5448else
5449 MINIX=
5450fi
5451
5452
5453 if test "$MINIX" = yes; then
5454
5455$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5456
5457
5458$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5459
5460
5461$as_echo "#define _MINIX 1" >>confdefs.h
5462
5463 fi
5464
5465
5466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5467$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5468if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5469 $as_echo_n "(cached) " >&6
5470else
5471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5472/* end confdefs.h. */
5473
5474# define __EXTENSIONS__ 1
5475 $ac_includes_default
5476int
5477main ()
5478{
5479
5480 ;
5481 return 0;
5482}
5483_ACEOF
5484if ac_fn_c_try_compile "$LINENO"; then :
5485 ac_cv_safe_to_define___extensions__=yes
5486else
5487 ac_cv_safe_to_define___extensions__=no
5488fi
5489rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5490fi
5491{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5492$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5493 test $ac_cv_safe_to_define___extensions__ = yes &&
5494 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5495
5496 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5497
5498 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5499
5500 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5501
5502 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5503
5504
5505test "$program_prefix" != NONE &&
5506 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5507# Use a double $ so make ignores it.
5508test "$program_suffix" != NONE &&
5509 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5510# Double any \ or $.
5511# By default was `s,x,x', remove it if useless.
5512ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5513program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5514
5515# Find a good install program. We prefer a C program (faster),
5516# so one script is as good as another. But avoid the broken or
5517# incompatible versions:
5518# SysV /etc/install, /usr/sbin/install
5519# SunOS /usr/etc/install
5520# IRIX /sbin/install
5521# AIX /bin/install
5522# AmigaOS /C/install, which installs bootblocks on floppy discs
5523# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5524# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5525# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5526# OS/2's system install, which has a completely different semantic
5527# ./install, which can be erroneously created by make from ./install.sh.
5528# Reject install programs that cannot install multiple files.
5529{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5530$as_echo_n "checking for a BSD-compatible install... " >&6; }
5531if test -z "$INSTALL"; then
5532if test "${ac_cv_path_install+set}" = set; then :
5533 $as_echo_n "(cached) " >&6
5534else
5535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5536for as_dir in $PATH
5537do
5538 IFS=$as_save_IFS
5539 test -z "$as_dir" && as_dir=.
5540 # Account for people who put trailing slashes in PATH elements.
5541case $as_dir/ in #((
5542 ./ | .// | /[cC]/* | \
5543 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5544 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5545 /usr/ucb/* ) ;;
5546 *)
5547 # OSF1 and SCO ODT 3.0 have their own names for install.
5548 # Don't use installbsd from OSF since it installs stuff as root
5549 # by default.
5550 for ac_prog in ginstall scoinst install; do
5551 for ac_exec_ext in '' $ac_executable_extensions; do
5552 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5553 if test $ac_prog = install &&
5554 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5555 # AIX install. It has an incompatible calling convention.
5556 :
5557 elif test $ac_prog = install &&
5558 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5559 # program-specific install script used by HP pwplus--don't use.
5560 :
5561 else
5562 rm -rf conftest.one conftest.two conftest.dir
5563 echo one > conftest.one
5564 echo two > conftest.two
5565 mkdir conftest.dir
5566 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5567 test -s conftest.one && test -s conftest.two &&
5568 test -s conftest.dir/conftest.one &&
5569 test -s conftest.dir/conftest.two
5570 then
5571 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5572 break 3
5573 fi
5574 fi
5575 fi
5576 done
5577 done
5578 ;;
5579esac
5580
5581 done
5582IFS=$as_save_IFS
5583
5584rm -rf conftest.one conftest.two conftest.dir
5585
5586fi
5587 if test "${ac_cv_path_install+set}" = set; then
5588 INSTALL=$ac_cv_path_install
5589 else
5590 # As a last resort, use the slow shell script. Don't cache a
5591 # value for INSTALL within a source directory, because that will
5592 # break other packages using the cache if that directory is
5593 # removed, or if the value is a relative name.
5594 INSTALL=$ac_install_sh
5595 fi
5596fi
5597{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5598$as_echo "$INSTALL" >&6; }
5599
5600# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5601# It thinks the first close brace ends the variable substitution.
5602test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5603
5604test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5605
5606test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5607
5608rm -rf .tst 2>/dev/null
5609mkdir .tst 2>/dev/null
5610if test -d .tst; then
5611 am__leading_dot=.
5612else
5613 am__leading_dot=_
5614fi
5615rmdir .tst 2>/dev/null
5616
5617DEPDIR="${am__leading_dot}deps"
5618
5619case `pwd` in
5620 *\ * | *\ *)
5621 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5622$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5623esac
5624
5625
5626
5627macro_version='2.2.7a'
5628macro_revision='1.3134'
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642ltmain="$ac_aux_dir/ltmain.sh"
5643
5644# Backslashify metacharacters that are still active within
5645# double-quoted strings.
5646sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5647
5648# Same as above, but do not quote variable references.
5649double_quote_subst='s/\(["`\\]\)/\\\1/g'
5650
5651# Sed substitution to delay expansion of an escaped shell variable in a
5652# double_quote_subst'ed string.
5653delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5654
5655# Sed substitution to delay expansion of an escaped single quote.
5656delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5657
5658# Sed substitution to avoid accidental globbing in evaled expressions
5659no_glob_subst='s/\*/\\\*/g'
5660
5661ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5662ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5663ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5664
5665{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5666$as_echo_n "checking how to print strings... " >&6; }
5667# Test print first, because it will be a builtin if present.
5668if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5669 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5670 ECHO='print -r --'
5671elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5672 ECHO='printf %s\n'
5673else
5674 # Use this function as a fallback that always works.
5675 func_fallback_echo ()
5676 {
5677 eval 'cat <<_LTECHO_EOF
5678$1
5679_LTECHO_EOF'
5680 }
5681 ECHO='func_fallback_echo'
5682fi
5683
5684# func_echo_all arg...
5685# Invoke $ECHO with all args, space-separated.
5686func_echo_all ()
5687{
5688 $ECHO ""
5689}
5690
5691case "$ECHO" in
5692 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5693$as_echo "printf" >&6; } ;;
5694 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5695$as_echo "print -r" >&6; } ;;
5696 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5697$as_echo "cat" >&6; } ;;
5698esac
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5714$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5715if test "${ac_cv_path_SED+set}" = set; then :
5716 $as_echo_n "(cached) " >&6
5717else
5718 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5719 for ac_i in 1 2 3 4 5 6 7; do
5720 ac_script="$ac_script$as_nl$ac_script"
5721 done
5722 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5723 { ac_script=; unset ac_script;}
5724 if test -z "$SED"; then
5725 ac_path_SED_found=false
5726 # Loop through the user's path and test for each of PROGNAME-LIST
5727 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5728for as_dir in $PATH
5729do
5730 IFS=$as_save_IFS
5731 test -z "$as_dir" && as_dir=.
5732 for ac_prog in sed gsed; do
5733 for ac_exec_ext in '' $ac_executable_extensions; do
5734 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5735 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5736# Check for GNU ac_path_SED and select it if it is found.
5737 # Check for GNU $ac_path_SED
5738case `"$ac_path_SED" --version 2>&1` in
5739*GNU*)
5740 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5741*)
5742 ac_count=0
5743 $as_echo_n 0123456789 >"conftest.in"
5744 while :
5745 do
5746 cat "conftest.in" "conftest.in" >"conftest.tmp"
5747 mv "conftest.tmp" "conftest.in"
5748 cp "conftest.in" "conftest.nl"
5749 $as_echo '' >> "conftest.nl"
5750 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5751 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5752 as_fn_arith $ac_count + 1 && ac_count=$as_val
5753 if test $ac_count -gt ${ac_path_SED_max-0}; then
5754 # Best one so far, save it but keep looking for a better one
5755 ac_cv_path_SED="$ac_path_SED"
5756 ac_path_SED_max=$ac_count
5757 fi
5758 # 10*(2^10) chars as input seems more than enough
5759 test $ac_count -gt 10 && break
5760 done
5761 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5762esac
5763
5764 $ac_path_SED_found && break 3
5765 done
5766 done
5767 done
5768IFS=$as_save_IFS
5769 if test -z "$ac_cv_path_SED"; then
5770 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5771 fi
5772else
5773 ac_cv_path_SED=$SED
5774fi
5775
5776fi
5777{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5778$as_echo "$ac_cv_path_SED" >&6; }
5779 SED="$ac_cv_path_SED"
5780 rm -f conftest.sed
5781
5782test -z "$SED" && SED=sed
5783Xsed="$SED -e 1s/^X//"
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5796$as_echo_n "checking for fgrep... " >&6; }
5797if test "${ac_cv_path_FGREP+set}" = set; then :
5798 $as_echo_n "(cached) " >&6
5799else
5800 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5801 then ac_cv_path_FGREP="$GREP -F"
5802 else
5803 if test -z "$FGREP"; then
5804 ac_path_FGREP_found=false
5805 # Loop through the user's path and test for each of PROGNAME-LIST
5806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5807for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5808do
5809 IFS=$as_save_IFS
5810 test -z "$as_dir" && as_dir=.
5811 for ac_prog in fgrep; do
5812 for ac_exec_ext in '' $ac_executable_extensions; do
5813 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5814 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5815# Check for GNU ac_path_FGREP and select it if it is found.
5816 # Check for GNU $ac_path_FGREP
5817case `"$ac_path_FGREP" --version 2>&1` in
5818*GNU*)
5819 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5820*)
5821 ac_count=0
5822 $as_echo_n 0123456789 >"conftest.in"
5823 while :
5824 do
5825 cat "conftest.in" "conftest.in" >"conftest.tmp"
5826 mv "conftest.tmp" "conftest.in"
5827 cp "conftest.in" "conftest.nl"
5828 $as_echo 'FGREP' >> "conftest.nl"
5829 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5830 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5831 as_fn_arith $ac_count + 1 && ac_count=$as_val
5832 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5833 # Best one so far, save it but keep looking for a better one
5834 ac_cv_path_FGREP="$ac_path_FGREP"
5835 ac_path_FGREP_max=$ac_count
5836 fi
5837 # 10*(2^10) chars as input seems more than enough
5838 test $ac_count -gt 10 && break
5839 done
5840 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5841esac
5842
5843 $ac_path_FGREP_found && break 3
5844 done
5845 done
5846 done
5847IFS=$as_save_IFS
5848 if test -z "$ac_cv_path_FGREP"; then
5849 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5850 fi
5851else
5852 ac_cv_path_FGREP=$FGREP
5853fi
5854
5855 fi
5856fi
5857{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5858$as_echo "$ac_cv_path_FGREP" >&6; }
5859 FGREP="$ac_cv_path_FGREP"
5860
5861
5862test -z "$GREP" && GREP=grep
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882# Check whether --with-gnu-ld was given.
5883if test "${with_gnu_ld+set}" = set; then :
5884 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5885else
5886 with_gnu_ld=no
5887fi
5888
5889ac_prog=ld
5890if test "$GCC" = yes; then
5891 # Check if gcc -print-prog-name=ld gives a path.
5892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5893$as_echo_n "checking for ld used by $CC... " >&6; }
5894 case $host in
5895 *-*-mingw*)
5896 # gcc leaves a trailing carriage return which upsets mingw
5897 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5898 *)
5899 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5900 esac
5901 case $ac_prog in
5902 # Accept absolute paths.
5903 [\\/]* | ?:[\\/]*)
5904 re_direlt='/[^/][^/]*/\.\./'
5905 # Canonicalize the pathname of ld
5906 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5907 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5908 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5909 done
5910 test -z "$LD" && LD="$ac_prog"
5911 ;;
5912 "")
5913 # If it fails, then pretend we aren't using GCC.
5914 ac_prog=ld
5915 ;;
5916 *)
5917 # If it is relative, then search for the first ld in PATH.
5918 with_gnu_ld=unknown
5919 ;;
5920 esac
5921elif test "$with_gnu_ld" = yes; then
5922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5923$as_echo_n "checking for GNU ld... " >&6; }
5924else
5925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5926$as_echo_n "checking for non-GNU ld... " >&6; }
5927fi
5928if test "${lt_cv_path_LD+set}" = set; then :
5929 $as_echo_n "(cached) " >&6
5930else
5931 if test -z "$LD"; then
5932 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5933 for ac_dir in $PATH; do
5934 IFS="$lt_save_ifs"
5935 test -z "$ac_dir" && ac_dir=.
5936 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5937 lt_cv_path_LD="$ac_dir/$ac_prog"
5938 # Check to see if the program is GNU ld. I'd rather use --version,
5939 # but apparently some variants of GNU ld only accept -v.
5940 # Break only if it was the GNU/non-GNU ld that we prefer.
5941 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5942 *GNU* | *'with BFD'*)
5943 test "$with_gnu_ld" != no && break
5944 ;;
5945 *)
5946 test "$with_gnu_ld" != yes && break
5947 ;;
5948 esac
5949 fi
5950 done
5951 IFS="$lt_save_ifs"
5952else
5953 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5954fi
5955fi
5956
5957LD="$lt_cv_path_LD"
5958if test -n "$LD"; then
5959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5960$as_echo "$LD" >&6; }
5961else
5962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5963$as_echo "no" >&6; }
5964fi
5965test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5966{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5967$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5968if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5969 $as_echo_n "(cached) " >&6
5970else
5971 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5972case `$LD -v 2>&1 </dev/null` in
5973*GNU* | *'with BFD'*)
5974 lt_cv_prog_gnu_ld=yes
5975 ;;
5976*)
5977 lt_cv_prog_gnu_ld=no
5978 ;;
5979esac
5980fi
5981{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5982$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5983with_gnu_ld=$lt_cv_prog_gnu_ld
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5994$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5995if test "${lt_cv_path_NM+set}" = set; then :
5996 $as_echo_n "(cached) " >&6
5997else
5998 if test -n "$NM"; then
5999 # Let the user override the test.
6000 lt_cv_path_NM="$NM"
6001else
6002 lt_nm_to_check="${ac_tool_prefix}nm"
6003 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6004 lt_nm_to_check="$lt_nm_to_check nm"
6005 fi
6006 for lt_tmp_nm in $lt_nm_to_check; do
6007 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6008 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6009 IFS="$lt_save_ifs"
6010 test -z "$ac_dir" && ac_dir=.
6011 tmp_nm="$ac_dir/$lt_tmp_nm"
6012 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6013 # Check to see if the nm accepts a BSD-compat flag.
6014 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6015 # nm: unknown option "B" ignored
6016 # Tru64's nm complains that /dev/null is an invalid object file
6017 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6018 */dev/null* | *'Invalid file or object type'*)
6019 lt_cv_path_NM="$tmp_nm -B"
6020 break
6021 ;;
6022 *)
6023 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6024 */dev/null*)
6025 lt_cv_path_NM="$tmp_nm -p"
6026 break
6027 ;;
6028 *)
6029 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6030 continue # so that we can try to find one that supports BSD flags
6031 ;;
6032 esac
6033 ;;
6034 esac
6035 fi
6036 done
6037 IFS="$lt_save_ifs"
6038 done
6039 : ${lt_cv_path_NM=no}
6040fi
6041fi
6042{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6043$as_echo "$lt_cv_path_NM" >&6; }
6044if test "$lt_cv_path_NM" != "no"; then
6045 NM="$lt_cv_path_NM"
6046else
6047 # Didn't find any BSD compatible name lister, look for dumpbin.
6048 if test -n "$DUMPBIN"; then :
6049 # Let the user override the test.
6050 else
6051 if test -n "$ac_tool_prefix"; then
6052 for ac_prog in dumpbin "link -dump"
6053 do
6054 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6055set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6057$as_echo_n "checking for $ac_word... " >&6; }
6058if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6059 $as_echo_n "(cached) " >&6
6060else
6061 if test -n "$DUMPBIN"; then
6062 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6063else
6064as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6065for as_dir in $PATH
6066do
6067 IFS=$as_save_IFS
6068 test -z "$as_dir" && as_dir=.
6069 for ac_exec_ext in '' $ac_executable_extensions; do
6070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6071 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6073 break 2
6074 fi
6075done
6076 done
6077IFS=$as_save_IFS
6078
6079fi
6080fi
6081DUMPBIN=$ac_cv_prog_DUMPBIN
6082if test -n "$DUMPBIN"; then
6083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6084$as_echo "$DUMPBIN" >&6; }
6085else
6086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6087$as_echo "no" >&6; }
6088fi
6089
6090
6091 test -n "$DUMPBIN" && break
6092 done
6093fi
6094if test -z "$DUMPBIN"; then
6095 ac_ct_DUMPBIN=$DUMPBIN
6096 for ac_prog in dumpbin "link -dump"
6097do
6098 # Extract the first word of "$ac_prog", so it can be a program name with args.
6099set dummy $ac_prog; ac_word=$2
6100{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6101$as_echo_n "checking for $ac_word... " >&6; }
6102if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6103 $as_echo_n "(cached) " >&6
6104else
6105 if test -n "$ac_ct_DUMPBIN"; then
6106 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6107else
6108as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6109for as_dir in $PATH
6110do
6111 IFS=$as_save_IFS
6112 test -z "$as_dir" && as_dir=.
6113 for ac_exec_ext in '' $ac_executable_extensions; do
6114 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6115 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6117 break 2
6118 fi
6119done
6120 done
6121IFS=$as_save_IFS
6122
6123fi
6124fi
6125ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6126if test -n "$ac_ct_DUMPBIN"; then
6127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6128$as_echo "$ac_ct_DUMPBIN" >&6; }
6129else
6130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6131$as_echo "no" >&6; }
6132fi
6133
6134
6135 test -n "$ac_ct_DUMPBIN" && break
6136done
6137
6138 if test "x$ac_ct_DUMPBIN" = x; then
6139 DUMPBIN=":"
6140 else
6141 case $cross_compiling:$ac_tool_warned in
6142yes:)
6143{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6144$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6145ac_tool_warned=yes ;;
6146esac
6147 DUMPBIN=$ac_ct_DUMPBIN
6148 fi
6149fi
6150
6151 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6152 *COFF*)
6153 DUMPBIN="$DUMPBIN -symbols"
6154 ;;
6155 *)
6156 DUMPBIN=:
6157 ;;
6158 esac
6159 fi
6160
6161 if test "$DUMPBIN" != ":"; then
6162 NM="$DUMPBIN"
6163 fi
6164fi
6165test -z "$NM" && NM=nm
6166
6167
6168
6169
6170
6171
6172{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6173$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6174if test "${lt_cv_nm_interface+set}" = set; then :
6175 $as_echo_n "(cached) " >&6
6176else
6177 lt_cv_nm_interface="BSD nm"
6178 echo "int some_variable = 0;" > conftest.$ac_ext
6179 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6180 (eval "$ac_compile" 2>conftest.err)
6181 cat conftest.err >&5
6182 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6183 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6184 cat conftest.err >&5
6185 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6186 cat conftest.out >&5
6187 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6188 lt_cv_nm_interface="MS dumpbin"
6189 fi
6190 rm -f conftest*
6191fi
6192{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6193$as_echo "$lt_cv_nm_interface" >&6; }
6194
6195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6196$as_echo_n "checking whether ln -s works... " >&6; }
6197LN_S=$as_ln_s
6198if test "$LN_S" = "ln -s"; then
6199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6200$as_echo "yes" >&6; }
6201else
6202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6203$as_echo "no, using $LN_S" >&6; }
6204fi
6205
6206# find the maximum length of command line arguments
6207{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6208$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6209if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6210 $as_echo_n "(cached) " >&6
6211else
6212 i=0
6213 teststring="ABCD"
6214
6215 case $build_os in
6216 msdosdjgpp*)
6217 # On DJGPP, this test can blow up pretty badly due to problems in libc
6218 # (any single argument exceeding 2000 bytes causes a buffer overrun
6219 # during glob expansion). Even if it were fixed, the result of this
6220 # check would be larger than it should be.
6221 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6222 ;;
6223
6224 gnu*)
6225 # Under GNU Hurd, this test is not required because there is
6226 # no limit to the length of command line arguments.
6227 # Libtool will interpret -1 as no limit whatsoever
6228 lt_cv_sys_max_cmd_len=-1;
6229 ;;
6230
6231 cygwin* | mingw* | cegcc*)
6232 # On Win9x/ME, this test blows up -- it succeeds, but takes
6233 # about 5 minutes as the teststring grows exponentially.
6234 # Worse, since 9x/ME are not pre-emptively multitasking,
6235 # you end up with a "frozen" computer, even though with patience
6236 # the test eventually succeeds (with a max line length of 256k).
6237 # Instead, let's just punt: use the minimum linelength reported by
6238 # all of the supported platforms: 8192 (on NT/2K/XP).
6239 lt_cv_sys_max_cmd_len=8192;
6240 ;;
6241
6242 mint*)
6243 # On MiNT this can take a long time and run out of memory.
6244 lt_cv_sys_max_cmd_len=8192;
6245 ;;
6246
6247 amigaos*)
6248 # On AmigaOS with pdksh, this test takes hours, literally.
6249 # So we just punt and use a minimum line length of 8192.
6250 lt_cv_sys_max_cmd_len=8192;
6251 ;;
6252
6253 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6254 # This has been around since 386BSD, at least. Likely further.
6255 if test -x /sbin/sysctl; then
6256 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6257 elif test -x /usr/sbin/sysctl; then
6258 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6259 else
6260 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6261 fi
6262 # And add a safety zone
6263 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6264 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6265 ;;
6266
6267 interix*)
6268 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6269 lt_cv_sys_max_cmd_len=196608
6270 ;;
6271
6272 osf*)
6273 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6274 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6275 # nice to cause kernel panics so lets avoid the loop below.
6276 # First set a reasonable default.
6277 lt_cv_sys_max_cmd_len=16384
6278 #
6279 if test -x /sbin/sysconfig; then
6280 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6281 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6282 esac
6283 fi
6284 ;;
6285 sco3.2v5*)
6286 lt_cv_sys_max_cmd_len=102400
6287 ;;
6288 sysv5* | sco5v6* | sysv4.2uw2*)
6289 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6290 if test -n "$kargmax"; then
6291 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6292 else
6293 lt_cv_sys_max_cmd_len=32768
6294 fi
6295 ;;
6296 *)
6297 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6298 if test -n "$lt_cv_sys_max_cmd_len"; then
6299 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6300 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6301 else
6302 # Make teststring a little bigger before we do anything with it.
6303 # a 1K string should be a reasonable start.
6304 for i in 1 2 3 4 5 6 7 8 ; do
6305 teststring=$teststring$teststring
6306 done
6307 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6308 # If test is not a shell built-in, we'll probably end up computing a
6309 # maximum length that is only half of the actual maximum length, but
6310 # we can't tell.
6311 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6312 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6313 test $i != 17 # 1/2 MB should be enough
6314 do
6315 i=`expr $i + 1`
6316 teststring=$teststring$teststring
6317 done
6318 # Only check the string length outside the loop.
6319 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6320 teststring=
6321 # Add a significant safety factor because C++ compilers can tack on
6322 # massive amounts of additional arguments before passing them to the
6323 # linker. It appears as though 1/2 is a usable value.
6324 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6325 fi
6326 ;;
6327 esac
6328
6329fi
6330
6331if test -n $lt_cv_sys_max_cmd_len ; then
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6333$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6334else
6335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6336$as_echo "none" >&6; }
6337fi
6338max_cmd_len=$lt_cv_sys_max_cmd_len
6339
6340
6341
6342
6343
6344
6345: ${CP="cp -f"}
6346: ${MV="mv -f"}
6347: ${RM="rm -f"}
6348
6349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6350$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6351# Try some XSI features
6352xsi_shell=no
6353( _lt_dummy="a/b/c"
6354 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6355 = c,a/b,, \
6356 && eval 'test $(( 1 + 1 )) -eq 2 \
6357 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6358 && xsi_shell=yes
6359{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6360$as_echo "$xsi_shell" >&6; }
6361
6362
6363{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6364$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6365lt_shell_append=no
6366( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6367 >/dev/null 2>&1 \
6368 && lt_shell_append=yes
6369{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6370$as_echo "$lt_shell_append" >&6; }
6371
6372
6373if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6374 lt_unset=unset
6375else
6376 lt_unset=false
6377fi
6378
6379
6380
6381
6382
6383# test EBCDIC or ASCII
6384case `echo X|tr X '\101'` in
6385 A) # ASCII based system
6386 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6387 lt_SP2NL='tr \040 \012'
6388 lt_NL2SP='tr \015\012 \040\040'
6389 ;;
6390 *) # EBCDIC based system
6391 lt_SP2NL='tr \100 \n'
6392 lt_NL2SP='tr \r\n \100\100'
6393 ;;
6394esac
6395
6396
6397
6398
6399
6400
6401
6402
6403
6404{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6405$as_echo_n "checking for $LD option to reload object files... " >&6; }
6406if test "${lt_cv_ld_reload_flag+set}" = set; then :
6407 $as_echo_n "(cached) " >&6
6408else
6409 lt_cv_ld_reload_flag='-r'
6410fi
6411{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6412$as_echo "$lt_cv_ld_reload_flag" >&6; }
6413reload_flag=$lt_cv_ld_reload_flag
6414case $reload_flag in
6415"" | " "*) ;;
6416*) reload_flag=" $reload_flag" ;;
6417esac
6418reload_cmds='$LD$reload_flag -o $output$reload_objs'
6419case $host_os in
6420 darwin*)
6421 if test "$GCC" = yes; then
6422 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6423 else
6424 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6425 fi
6426 ;;
6427esac
6428
6429
6430
6431
6432
6433
6434
6435
6436
6437if test -n "$ac_tool_prefix"; then
6438 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6439set dummy ${ac_tool_prefix}objdump; ac_word=$2
6440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6441$as_echo_n "checking for $ac_word... " >&6; }
6442if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6443 $as_echo_n "(cached) " >&6
6444else
6445 if test -n "$OBJDUMP"; then
6446 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6447else
6448as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6449for as_dir in $PATH
6450do
6451 IFS=$as_save_IFS
6452 test -z "$as_dir" && as_dir=.
6453 for ac_exec_ext in '' $ac_executable_extensions; do
6454 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6455 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6456 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6457 break 2
6458 fi
6459done
6460 done
6461IFS=$as_save_IFS
6462
6463fi
6464fi
6465OBJDUMP=$ac_cv_prog_OBJDUMP
6466if test -n "$OBJDUMP"; then
6467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6468$as_echo "$OBJDUMP" >&6; }
6469else
6470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6471$as_echo "no" >&6; }
6472fi
6473
6474
6475fi
6476if test -z "$ac_cv_prog_OBJDUMP"; then
6477 ac_ct_OBJDUMP=$OBJDUMP
6478 # Extract the first word of "objdump", so it can be a program name with args.
6479set dummy objdump; ac_word=$2
6480{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6481$as_echo_n "checking for $ac_word... " >&6; }
6482if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6483 $as_echo_n "(cached) " >&6
6484else
6485 if test -n "$ac_ct_OBJDUMP"; then
6486 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6487else
6488as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6489for as_dir in $PATH
6490do
6491 IFS=$as_save_IFS
6492 test -z "$as_dir" && as_dir=.
6493 for ac_exec_ext in '' $ac_executable_extensions; do
6494 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6495 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6496 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6497 break 2
6498 fi
6499done
6500 done
6501IFS=$as_save_IFS
6502
6503fi
6504fi
6505ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6506if test -n "$ac_ct_OBJDUMP"; then
6507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6508$as_echo "$ac_ct_OBJDUMP" >&6; }
6509else
6510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6511$as_echo "no" >&6; }
6512fi
6513
6514 if test "x$ac_ct_OBJDUMP" = x; then
6515 OBJDUMP="false"
6516 else
6517 case $cross_compiling:$ac_tool_warned in
6518yes:)
6519{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6520$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6521ac_tool_warned=yes ;;
6522esac
6523 OBJDUMP=$ac_ct_OBJDUMP
6524 fi
6525else
6526 OBJDUMP="$ac_cv_prog_OBJDUMP"
6527fi
6528
6529test -z "$OBJDUMP" && OBJDUMP=objdump
6530
6531
6532
6533
6534
6535
6536
6537
6538
6539{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6540$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6541if test "${lt_cv_deplibs_check_method+set}" = set; then :
6542 $as_echo_n "(cached) " >&6
6543else
6544 lt_cv_file_magic_cmd='$MAGIC_CMD'
6545lt_cv_file_magic_test_file=
6546lt_cv_deplibs_check_method='unknown'
6547# Need to set the preceding variable on all platforms that support
6548# interlibrary dependencies.
6549# 'none' -- dependencies not supported.
6550# `unknown' -- same as none, but documents that we really don't know.
6551# 'pass_all' -- all dependencies passed with no checks.
6552# 'test_compile' -- check by making test program.
6553# 'file_magic [[regex]]' -- check by looking for files in library path
6554# which responds to the $file_magic_cmd with a given extended regex.
6555# If you have `file' or equivalent on your system and you're not sure
6556# whether `pass_all' will *always* work, you probably want this one.
6557
6558case $host_os in
6559aix[4-9]*)
6560 lt_cv_deplibs_check_method=pass_all
6561 ;;
6562
6563beos*)
6564 lt_cv_deplibs_check_method=pass_all
6565 ;;
6566
6567bsdi[45]*)
6568 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6569 lt_cv_file_magic_cmd='/usr/bin/file -L'
6570 lt_cv_file_magic_test_file=/shlib/libc.so
6571 ;;
6572
6573cygwin*)
6574 # func_win32_libid is a shell function defined in ltmain.sh
6575 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6576 lt_cv_file_magic_cmd='func_win32_libid'
6577 ;;
6578
6579mingw* | pw32*)
6580 # Base MSYS/MinGW do not provide the 'file' command needed by
6581 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6582 # unless we find 'file', for example because we are cross-compiling.
6583 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6584 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6585 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6586 lt_cv_file_magic_cmd='func_win32_libid'
6587 else
6588 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6589 lt_cv_file_magic_cmd='$OBJDUMP -f'
6590 fi
6591 ;;
6592
6593cegcc*)
6594 # use the weaker test based on 'objdump'. See mingw*.
6595 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6596 lt_cv_file_magic_cmd='$OBJDUMP -f'
6597 ;;
6598
6599darwin* | rhapsody*)
6600 lt_cv_deplibs_check_method=pass_all
6601 ;;
6602
6603freebsd* | dragonfly*)
6604 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6605 case $host_cpu in
6606 i*86 )
6607 # Not sure whether the presence of OpenBSD here was a mistake.
6608 # Let's accept both of them until this is cleared up.
6609 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6610 lt_cv_file_magic_cmd=/usr/bin/file
6611 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6612 ;;
6613 esac
6614 else
6615 lt_cv_deplibs_check_method=pass_all
6616 fi
6617 ;;
6618
6619gnu*)
6620 lt_cv_deplibs_check_method=pass_all
6621 ;;
6622
6623haiku*)
6624 lt_cv_deplibs_check_method=pass_all
6625 ;;
6626
6627hpux10.20* | hpux11*)
6628 lt_cv_file_magic_cmd=/usr/bin/file
6629 case $host_cpu in
6630 ia64*)
6631 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6632 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6633 ;;
6634 hppa*64*)
6635 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]'
6636 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6637 ;;
6638 *)
6639 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6640 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6641 ;;
6642 esac
6643 ;;
6644
6645interix[3-9]*)
6646 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6647 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6648 ;;
6649
6650irix5* | irix6* | nonstopux*)
6651 case $LD in
6652 *-32|*"-32 ") libmagic=32-bit;;
6653 *-n32|*"-n32 ") libmagic=N32;;
6654 *-64|*"-64 ") libmagic=64-bit;;
6655 *) libmagic=never-match;;
6656 esac
6657 lt_cv_deplibs_check_method=pass_all
6658 ;;
6659
6660# This must be Linux ELF.
6661linux* | k*bsd*-gnu | kopensolaris*-gnu)
6662 lt_cv_deplibs_check_method=pass_all
6663 ;;
6664
6665netbsd*)
6666 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6667 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6668 else
6669 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6670 fi
6671 ;;
6672
6673newos6*)
6674 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6675 lt_cv_file_magic_cmd=/usr/bin/file
6676 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6677 ;;
6678
6679*nto* | *qnx*)
6680 lt_cv_deplibs_check_method=pass_all
6681 ;;
6682
6683openbsd*)
6684 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6685 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6686 else
6687 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6688 fi
6689 ;;
6690
6691osf3* | osf4* | osf5*)
6692 lt_cv_deplibs_check_method=pass_all
6693 ;;
6694
6695rdos*)
6696 lt_cv_deplibs_check_method=pass_all
6697 ;;
6698
6699solaris*)
6700 lt_cv_deplibs_check_method=pass_all
6701 ;;
6702
6703sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6704 lt_cv_deplibs_check_method=pass_all
6705 ;;
6706
6707sysv4 | sysv4.3*)
6708 case $host_vendor in
6709 motorola)
6710 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]'
6711 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6712 ;;
6713 ncr)
6714 lt_cv_deplibs_check_method=pass_all
6715 ;;
6716 sequent)
6717 lt_cv_file_magic_cmd='/bin/file'
6718 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6719 ;;
6720 sni)
6721 lt_cv_file_magic_cmd='/bin/file'
6722 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6723 lt_cv_file_magic_test_file=/lib/libc.so
6724 ;;
6725 siemens)
6726 lt_cv_deplibs_check_method=pass_all
6727 ;;
6728 pc)
6729 lt_cv_deplibs_check_method=pass_all
6730 ;;
6731 esac
6732 ;;
6733
6734tpf*)
6735 lt_cv_deplibs_check_method=pass_all
6736 ;;
6737esac
6738
6739fi
6740{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6741$as_echo "$lt_cv_deplibs_check_method" >&6; }
6742file_magic_cmd=$lt_cv_file_magic_cmd
6743deplibs_check_method=$lt_cv_deplibs_check_method
6744test -z "$deplibs_check_method" && deplibs_check_method=unknown
6745
6746
6747
6748
6749
6750
6751
6752
6753
6754
6755
6756
6757if test -n "$ac_tool_prefix"; then
6758 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6759set dummy ${ac_tool_prefix}ar; ac_word=$2
6760{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6761$as_echo_n "checking for $ac_word... " >&6; }
6762if test "${ac_cv_prog_AR+set}" = set; then :
6763 $as_echo_n "(cached) " >&6
6764else
6765 if test -n "$AR"; then
6766 ac_cv_prog_AR="$AR" # Let the user override the test.
6767else
6768as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6769for as_dir in $PATH
6770do
6771 IFS=$as_save_IFS
6772 test -z "$as_dir" && as_dir=.
6773 for ac_exec_ext in '' $ac_executable_extensions; do
6774 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6775 ac_cv_prog_AR="${ac_tool_prefix}ar"
6776 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6777 break 2
6778 fi
6779done
6780 done
6781IFS=$as_save_IFS
6782
6783fi
6784fi
6785AR=$ac_cv_prog_AR
6786if test -n "$AR"; then
6787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6788$as_echo "$AR" >&6; }
6789else
6790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6791$as_echo "no" >&6; }
6792fi
6793
6794
6795fi
6796if test -z "$ac_cv_prog_AR"; then
6797 ac_ct_AR=$AR
6798 # Extract the first word of "ar", so it can be a program name with args.
6799set dummy ar; ac_word=$2
6800{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6801$as_echo_n "checking for $ac_word... " >&6; }
6802if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6803 $as_echo_n "(cached) " >&6
6804else
6805 if test -n "$ac_ct_AR"; then
6806 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6807else
6808as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6809for as_dir in $PATH
6810do
6811 IFS=$as_save_IFS
6812 test -z "$as_dir" && as_dir=.
6813 for ac_exec_ext in '' $ac_executable_extensions; do
6814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6815 ac_cv_prog_ac_ct_AR="ar"
6816 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6817 break 2
6818 fi
6819done
6820 done
6821IFS=$as_save_IFS
6822
6823fi
6824fi
6825ac_ct_AR=$ac_cv_prog_ac_ct_AR
6826if test -n "$ac_ct_AR"; then
6827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6828$as_echo "$ac_ct_AR" >&6; }
6829else
6830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6831$as_echo "no" >&6; }
6832fi
6833
6834 if test "x$ac_ct_AR" = x; then
6835 AR="false"
6836 else
6837 case $cross_compiling:$ac_tool_warned in
6838yes:)
6839{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6840$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6841ac_tool_warned=yes ;;
6842esac
6843 AR=$ac_ct_AR
6844 fi
6845else
6846 AR="$ac_cv_prog_AR"
6847fi
6848
6849test -z "$AR" && AR=ar
6850test -z "$AR_FLAGS" && AR_FLAGS=cru
6851
6852
6853
6854
6855
6856
6857
6858
6859
6860
6861
6862if test -n "$ac_tool_prefix"; then
6863 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6864set dummy ${ac_tool_prefix}strip; ac_word=$2
6865{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6866$as_echo_n "checking for $ac_word... " >&6; }
6867if test "${ac_cv_prog_STRIP+set}" = set; then :
6868 $as_echo_n "(cached) " >&6
6869else
6870 if test -n "$STRIP"; then
6871 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6872else
6873as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6874for as_dir in $PATH
6875do
6876 IFS=$as_save_IFS
6877 test -z "$as_dir" && as_dir=.
6878 for ac_exec_ext in '' $ac_executable_extensions; do
6879 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6880 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6881 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6882 break 2
6883 fi
6884done
6885 done
6886IFS=$as_save_IFS
6887
6888fi
6889fi
6890STRIP=$ac_cv_prog_STRIP
6891if test -n "$STRIP"; then
6892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6893$as_echo "$STRIP" >&6; }
6894else
6895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6896$as_echo "no" >&6; }
6897fi
6898
6899
6900fi
6901if test -z "$ac_cv_prog_STRIP"; then
6902 ac_ct_STRIP=$STRIP
6903 # Extract the first word of "strip", so it can be a program name with args.
6904set dummy strip; ac_word=$2
6905{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6906$as_echo_n "checking for $ac_word... " >&6; }
6907if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6908 $as_echo_n "(cached) " >&6
6909else
6910 if test -n "$ac_ct_STRIP"; then
6911 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6912else
6913as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6914for as_dir in $PATH
6915do
6916 IFS=$as_save_IFS
6917 test -z "$as_dir" && as_dir=.
6918 for ac_exec_ext in '' $ac_executable_extensions; do
6919 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6920 ac_cv_prog_ac_ct_STRIP="strip"
6921 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6922 break 2
6923 fi
6924done
6925 done
6926IFS=$as_save_IFS
6927
6928fi
6929fi
6930ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6931if test -n "$ac_ct_STRIP"; then
6932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6933$as_echo "$ac_ct_STRIP" >&6; }
6934else
6935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6936$as_echo "no" >&6; }
6937fi
6938
6939 if test "x$ac_ct_STRIP" = x; then
6940 STRIP=":"
6941 else
6942 case $cross_compiling:$ac_tool_warned in
6943yes:)
6944{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6945$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6946ac_tool_warned=yes ;;
6947esac
6948 STRIP=$ac_ct_STRIP
6949 fi
6950else
6951 STRIP="$ac_cv_prog_STRIP"
6952fi
6953
6954test -z "$STRIP" && STRIP=:
6955
6956
6957
6958
6959
6960
6961if test -n "$ac_tool_prefix"; then
6962 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6963set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6964{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6965$as_echo_n "checking for $ac_word... " >&6; }
6966if test "${ac_cv_prog_RANLIB+set}" = set; then :
6967 $as_echo_n "(cached) " >&6
6968else
6969 if test -n "$RANLIB"; then
6970 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6971else
6972as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6973for as_dir in $PATH
6974do
6975 IFS=$as_save_IFS
6976 test -z "$as_dir" && as_dir=.
6977 for ac_exec_ext in '' $ac_executable_extensions; do
6978 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6979 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6980 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6981 break 2
6982 fi
6983done
6984 done
6985IFS=$as_save_IFS
6986
6987fi
6988fi
6989RANLIB=$ac_cv_prog_RANLIB
6990if test -n "$RANLIB"; then
6991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6992$as_echo "$RANLIB" >&6; }
6993else
6994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6995$as_echo "no" >&6; }
6996fi
6997
6998
6999fi
7000if test -z "$ac_cv_prog_RANLIB"; then
7001 ac_ct_RANLIB=$RANLIB
7002 # Extract the first word of "ranlib", so it can be a program name with args.
7003set dummy ranlib; ac_word=$2
7004{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7005$as_echo_n "checking for $ac_word... " >&6; }
7006if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
7007 $as_echo_n "(cached) " >&6
7008else
7009 if test -n "$ac_ct_RANLIB"; then
7010 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7011else
7012as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7013for as_dir in $PATH
7014do
7015 IFS=$as_save_IFS
7016 test -z "$as_dir" && as_dir=.
7017 for ac_exec_ext in '' $ac_executable_extensions; do
7018 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7019 ac_cv_prog_ac_ct_RANLIB="ranlib"
7020 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7021 break 2
7022 fi
7023done
7024 done
7025IFS=$as_save_IFS
7026
7027fi
7028fi
7029ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7030if test -n "$ac_ct_RANLIB"; then
7031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7032$as_echo "$ac_ct_RANLIB" >&6; }
7033else
7034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7035$as_echo "no" >&6; }
7036fi
7037
7038 if test "x$ac_ct_RANLIB" = x; then
7039 RANLIB=":"
7040 else
7041 case $cross_compiling:$ac_tool_warned in
7042yes:)
7043{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7044$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7045ac_tool_warned=yes ;;
7046esac
7047 RANLIB=$ac_ct_RANLIB
7048 fi
7049else
7050 RANLIB="$ac_cv_prog_RANLIB"
7051fi
7052
7053test -z "$RANLIB" && RANLIB=:
7054
7055
7056
7057
7058
7059
7060# Determine commands to create old-style static archives.
7061old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7062old_postinstall_cmds='chmod 644 $oldlib'
7063old_postuninstall_cmds=
7064
7065if test -n "$RANLIB"; then
7066 case $host_os in
7067 openbsd*)
7068 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7069 ;;
7070 *)
7071 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7072 ;;
7073 esac
7074 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7075fi
7076
7077case $host_os in
7078 darwin*)
7079 lock_old_archive_extraction=yes ;;
7080 *)
7081 lock_old_archive_extraction=no ;;
7082esac
7083
7084
7085
7086
7087
7088
7089
7090
7091
7092
7093
7094
7095
7096
7097
7098
7099
7100
7101
7102
7103
7104for ac_prog in gawk mawk nawk awk
7105do
7106 # Extract the first word of "$ac_prog", so it can be a program name with args.
7107set dummy $ac_prog; ac_word=$2
7108{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7109$as_echo_n "checking for $ac_word... " >&6; }
7110if test "${ac_cv_prog_AWK+set}" = set; then :
7111 $as_echo_n "(cached) " >&6
7112else
7113 if test -n "$AWK"; then
7114 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7115else
7116as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7117for as_dir in $PATH
7118do
7119 IFS=$as_save_IFS
7120 test -z "$as_dir" && as_dir=.
7121 for ac_exec_ext in '' $ac_executable_extensions; do
7122 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7123 ac_cv_prog_AWK="$ac_prog"
7124 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7125 break 2
7126 fi
7127done
7128 done
7129IFS=$as_save_IFS
7130
7131fi
7132fi
7133AWK=$ac_cv_prog_AWK
7134if test -n "$AWK"; then
7135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7136$as_echo "$AWK" >&6; }
7137else
7138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7139$as_echo "no" >&6; }
7140fi
7141
7142
7143 test -n "$AWK" && break
7144done
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
7163
7164# If no C compiler was specified, use CC.
7165LTCC=${LTCC-"$CC"}
7166
7167# If no C compiler flags were specified, use CFLAGS.
7168LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7169
7170# Allow CC to be a program name with arguments.
7171compiler=$CC
7172
7173
7174# Check for command to grab the raw symbol name followed by C symbol from nm.
7175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7176$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7177if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7178 $as_echo_n "(cached) " >&6
7179else
7180
7181# These are sane defaults that work on at least a few old systems.
7182# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7183
7184# Character class describing NM global symbol codes.
7185symcode='[BCDEGRST]'
7186
7187# Regexp to match symbols that can be accessed directly from C.
7188sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7189
7190# Define system-specific variables.
7191case $host_os in
7192aix*)
7193 symcode='[BCDT]'
7194 ;;
7195cygwin* | mingw* | pw32* | cegcc*)
7196 symcode='[ABCDGISTW]'
7197 ;;
7198hpux*)
7199 if test "$host_cpu" = ia64; then
7200 symcode='[ABCDEGRST]'
7201 fi
7202 ;;
7203irix* | nonstopux*)
7204 symcode='[BCDEGRST]'
7205 ;;
7206osf*)
7207 symcode='[BCDEGQRST]'
7208 ;;
7209solaris*)
7210 symcode='[BDRT]'
7211 ;;
7212sco3.2v5*)
7213 symcode='[DT]'
7214 ;;
7215sysv4.2uw2*)
7216 symcode='[DT]'
7217 ;;
7218sysv5* | sco5v6* | unixware* | OpenUNIX*)
7219 symcode='[ABDT]'
7220 ;;
7221sysv4)
7222 symcode='[DFNSTU]'
7223 ;;
7224esac
7225
7226# If we're using GNU nm, then use its standard symbol codes.
7227case `$NM -V 2>&1` in
7228*GNU* | *'with BFD'*)
7229 symcode='[ABCDGIRSTW]' ;;
7230esac
7231
7232# Transform an extracted symbol line into a proper C declaration.
7233# Some systems (esp. on ia64) link data and code symbols differently,
7234# so use this general approach.
7235lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7236
7237# Transform an extracted symbol line into symbol name and symbol address
7238lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7239lt_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'"
7240
7241# Handle CRLF in mingw tool chain
7242opt_cr=
7243case $build_os in
7244mingw*)
7245 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7246 ;;
7247esac
7248
7249# Try without a prefix underscore, then with it.
7250for ac_symprfx in "" "_"; do
7251
7252 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7253 symxfrm="\\1 $ac_symprfx\\2 \\2"
7254
7255 # Write the raw and C identifiers.
7256 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7257 # Fake it for dumpbin and say T for any non-static function
7258 # and D for any global variable.
7259 # Also find C++ and __fastcall symbols from MSVC++,
7260 # which start with @ or ?.
7261 lt_cv_sys_global_symbol_pipe="$AWK '"\
7262" {last_section=section; section=\$ 3};"\
7263" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7264" \$ 0!~/External *\|/{next};"\
7265" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7266" {if(hide[section]) next};"\
7267" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7268" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7269" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7270" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7271" ' prfx=^$ac_symprfx"
7272 else
7273 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7274 fi
7275
7276 # Check to see that the pipe works correctly.
7277 pipe_works=no
7278
7279 rm -f conftest*
7280 cat > conftest.$ac_ext <<_LT_EOF
7281#ifdef __cplusplus
7282extern "C" {
7283#endif
7284char nm_test_var;
7285void nm_test_func(void);
7286void nm_test_func(void){}
7287#ifdef __cplusplus
7288}
7289#endif
7290int main(){nm_test_var='a';nm_test_func();return(0);}
7291_LT_EOF
7292
7293 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7294 (eval $ac_compile) 2>&5
7295 ac_status=$?
7296 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7297 test $ac_status = 0; }; then
7298 # Now try to grab the symbols.
7299 nlist=conftest.nm
7300 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7301 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7302 ac_status=$?
7303 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7304 test $ac_status = 0; } && test -s "$nlist"; then
7305 # Try sorting and uniquifying the output.
7306 if sort "$nlist" | uniq > "$nlist"T; then
7307 mv -f "$nlist"T "$nlist"
7308 else
7309 rm -f "$nlist"T
7310 fi
7311
7312 # Make sure that we snagged all the symbols we need.
7313 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7314 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7315 cat <<_LT_EOF > conftest.$ac_ext
7316#ifdef __cplusplus
7317extern "C" {
7318#endif
7319
7320_LT_EOF
7321 # Now generate the symbol file.
7322 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7323
7324 cat <<_LT_EOF >> conftest.$ac_ext
7325
7326/* The mapping between symbol names and symbols. */
7327const struct {
7328 const char *name;
7329 void *address;
7330}
7331lt__PROGRAM__LTX_preloaded_symbols[] =
7332{
7333 { "@PROGRAM@", (void *) 0 },
7334_LT_EOF
7335 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7336 cat <<\_LT_EOF >> conftest.$ac_ext
7337 {0, (void *) 0}
7338};
7339
7340/* This works around a problem in FreeBSD linker */
7341#ifdef FREEBSD_WORKAROUND
7342static const void *lt_preloaded_setup() {
7343 return lt__PROGRAM__LTX_preloaded_symbols;
7344}
7345#endif
7346
7347#ifdef __cplusplus
7348}
7349#endif
7350_LT_EOF
7351 # Now try linking the two files.
7352 mv conftest.$ac_objext conftstm.$ac_objext
7353 lt_save_LIBS="$LIBS"
7354 lt_save_CFLAGS="$CFLAGS"
7355 LIBS="conftstm.$ac_objext"
7356 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7357 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7358 (eval $ac_link) 2>&5
7359 ac_status=$?
7360 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7361 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7362 pipe_works=yes
7363 fi
7364 LIBS="$lt_save_LIBS"
7365 CFLAGS="$lt_save_CFLAGS"
7366 else
7367 echo "cannot find nm_test_func in $nlist" >&5
7368 fi
7369 else
7370 echo "cannot find nm_test_var in $nlist" >&5
7371 fi
7372 else
7373 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7374 fi
7375 else
7376 echo "$progname: failed program was:" >&5
7377 cat conftest.$ac_ext >&5
7378 fi
7379 rm -rf conftest* conftst*
7380
7381 # Do not use the global_symbol_pipe unless it works.
7382 if test "$pipe_works" = yes; then
7383 break
7384 else
7385 lt_cv_sys_global_symbol_pipe=
7386 fi
7387done
7388
7389fi
7390
7391if test -z "$lt_cv_sys_global_symbol_pipe"; then
7392 lt_cv_sys_global_symbol_to_cdecl=
7393fi
7394if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7396$as_echo "failed" >&6; }
7397else
7398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7399$as_echo "ok" >&6; }
7400fi
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
7423# Check whether --enable-libtool-lock was given.
7424if test "${enable_libtool_lock+set}" = set; then :
7425 enableval=$enable_libtool_lock;
7426fi
7427
7428test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7429
7430# Some flags need to be propagated to the compiler or linker for good
7431# libtool support.
7432case $host in
7433ia64-*-hpux*)
7434 # Find out which ABI we are using.
7435 echo 'int i;' > conftest.$ac_ext
7436 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7437 (eval $ac_compile) 2>&5
7438 ac_status=$?
7439 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7440 test $ac_status = 0; }; then
7441 case `/usr/bin/file conftest.$ac_objext` in
7442 *ELF-32*)
7443 HPUX_IA64_MODE="32"
7444 ;;
7445 *ELF-64*)
7446 HPUX_IA64_MODE="64"
7447 ;;
7448 esac
7449 fi
7450 rm -rf conftest*
7451 ;;
7452*-*-irix6*)
7453 # Find out which ABI we are using.
7454 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7455 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7456 (eval $ac_compile) 2>&5
7457 ac_status=$?
7458 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7459 test $ac_status = 0; }; then
7460 if test "$lt_cv_prog_gnu_ld" = yes; then
7461 case `/usr/bin/file conftest.$ac_objext` in
7462 *32-bit*)
7463 LD="${LD-ld} -melf32bsmip"
7464 ;;
7465 *N32*)
7466 LD="${LD-ld} -melf32bmipn32"
7467 ;;
7468 *64-bit*)
7469 LD="${LD-ld} -melf64bmip"
7470 ;;
7471 esac
7472 else
7473 case `/usr/bin/file conftest.$ac_objext` in
7474 *32-bit*)
7475 LD="${LD-ld} -32"
7476 ;;
7477 *N32*)
7478 LD="${LD-ld} -n32"
7479 ;;
7480 *64-bit*)
7481 LD="${LD-ld} -64"
7482 ;;
7483 esac
7484 fi
7485 fi
7486 rm -rf conftest*
7487 ;;
7488
bf3d9781 7489x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7490s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7491 # Find out which ABI we are using.
7492 echo 'int i;' > conftest.$ac_ext
7493 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7494 (eval $ac_compile) 2>&5
7495 ac_status=$?
7496 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7497 test $ac_status = 0; }; then
7498 case `/usr/bin/file conftest.o` in
7499 *32-bit*)
7500 case $host in
7501 x86_64-*kfreebsd*-gnu)
7502 LD="${LD-ld} -m elf_i386_fbsd"
7503 ;;
7504 x86_64-*linux*)
7505 case `/usr/bin/file conftest.o` in
7506 *x86-64*)
7507 LD="${LD-ld} -m elf32_x86_64"
7508 ;;
7509 *)
7510 LD="${LD-ld} -m elf_i386"
7511 ;;
7512 esac
7513 ;;
bf3d9781
AM
7514 powerpc64le-*linux*)
7515 LD="${LD-ld} -m elf32lppclinux"
7516 ;;
7517 powerpc64-*linux*)
6bb11ab3
L
7518 LD="${LD-ld} -m elf32ppclinux"
7519 ;;
7520 s390x-*linux*)
7521 LD="${LD-ld} -m elf_s390"
7522 ;;
7523 sparc64-*linux*)
7524 LD="${LD-ld} -m elf32_sparc"
7525 ;;
7526 esac
7527 ;;
7528 *64-bit*)
7529 case $host in
7530 x86_64-*kfreebsd*-gnu)
7531 LD="${LD-ld} -m elf_x86_64_fbsd"
7532 ;;
7533 x86_64-*linux*)
7534 LD="${LD-ld} -m elf_x86_64"
7535 ;;
bf3d9781
AM
7536 powerpcle-*linux*)
7537 LD="${LD-ld} -m elf64lppc"
7538 ;;
7539 powerpc-*linux*)
6bb11ab3
L
7540 LD="${LD-ld} -m elf64ppc"
7541 ;;
7542 s390*-*linux*|s390*-*tpf*)
7543 LD="${LD-ld} -m elf64_s390"
7544 ;;
7545 sparc*-*linux*)
7546 LD="${LD-ld} -m elf64_sparc"
7547 ;;
7548 esac
7549 ;;
7550 esac
7551 fi
7552 rm -rf conftest*
7553 ;;
7554
7555*-*-sco3.2v5*)
7556 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7557 SAVE_CFLAGS="$CFLAGS"
7558 CFLAGS="$CFLAGS -belf"
7559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7560$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7561if test "${lt_cv_cc_needs_belf+set}" = set; then :
7562 $as_echo_n "(cached) " >&6
7563else
7564 ac_ext=c
7565ac_cpp='$CPP $CPPFLAGS'
7566ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7567ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7568ac_compiler_gnu=$ac_cv_c_compiler_gnu
7569
7570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7571/* end confdefs.h. */
7572
7573int
7574main ()
7575{
7576
7577 ;
7578 return 0;
7579}
7580_ACEOF
7581if ac_fn_c_try_link "$LINENO"; then :
7582 lt_cv_cc_needs_belf=yes
7583else
7584 lt_cv_cc_needs_belf=no
7585fi
7586rm -f core conftest.err conftest.$ac_objext \
7587 conftest$ac_exeext conftest.$ac_ext
7588 ac_ext=c
7589ac_cpp='$CPP $CPPFLAGS'
7590ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7591ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7592ac_compiler_gnu=$ac_cv_c_compiler_gnu
7593
7594fi
7595{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7596$as_echo "$lt_cv_cc_needs_belf" >&6; }
7597 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7598 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7599 CFLAGS="$SAVE_CFLAGS"
7600 fi
7601 ;;
7602sparc*-*solaris*)
7603 # Find out which ABI we are using.
7604 echo 'int i;' > conftest.$ac_ext
7605 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7606 (eval $ac_compile) 2>&5
7607 ac_status=$?
7608 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7609 test $ac_status = 0; }; then
7610 case `/usr/bin/file conftest.o` in
7611 *64-bit*)
7612 case $lt_cv_prog_gnu_ld in
7613 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7614 *)
7615 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7616 LD="${LD-ld} -64"
7617 fi
7618 ;;
7619 esac
7620 ;;
7621 esac
7622 fi
7623 rm -rf conftest*
7624 ;;
7625esac
7626
7627need_locks="$enable_libtool_lock"
7628
7629
7630 case $host_os in
7631 rhapsody* | darwin*)
7632 if test -n "$ac_tool_prefix"; then
7633 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7634set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7635{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7636$as_echo_n "checking for $ac_word... " >&6; }
7637if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7638 $as_echo_n "(cached) " >&6
7639else
7640 if test -n "$DSYMUTIL"; then
7641 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7642else
7643as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7644for as_dir in $PATH
7645do
7646 IFS=$as_save_IFS
7647 test -z "$as_dir" && as_dir=.
7648 for ac_exec_ext in '' $ac_executable_extensions; do
7649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7650 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7651 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7652 break 2
7653 fi
7654done
7655 done
7656IFS=$as_save_IFS
7657
7658fi
7659fi
7660DSYMUTIL=$ac_cv_prog_DSYMUTIL
7661if test -n "$DSYMUTIL"; then
7662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7663$as_echo "$DSYMUTIL" >&6; }
7664else
7665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7666$as_echo "no" >&6; }
7667fi
7668
7669
7670fi
7671if test -z "$ac_cv_prog_DSYMUTIL"; then
7672 ac_ct_DSYMUTIL=$DSYMUTIL
7673 # Extract the first word of "dsymutil", so it can be a program name with args.
7674set dummy dsymutil; ac_word=$2
7675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7676$as_echo_n "checking for $ac_word... " >&6; }
7677if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7678 $as_echo_n "(cached) " >&6
7679else
7680 if test -n "$ac_ct_DSYMUTIL"; then
7681 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7682else
7683as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7684for as_dir in $PATH
7685do
7686 IFS=$as_save_IFS
7687 test -z "$as_dir" && as_dir=.
7688 for ac_exec_ext in '' $ac_executable_extensions; do
7689 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7690 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7691 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7692 break 2
7693 fi
7694done
7695 done
7696IFS=$as_save_IFS
7697
7698fi
7699fi
7700ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7701if test -n "$ac_ct_DSYMUTIL"; then
7702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7703$as_echo "$ac_ct_DSYMUTIL" >&6; }
7704else
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7706$as_echo "no" >&6; }
7707fi
7708
7709 if test "x$ac_ct_DSYMUTIL" = x; then
7710 DSYMUTIL=":"
7711 else
7712 case $cross_compiling:$ac_tool_warned in
7713yes:)
7714{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7715$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7716ac_tool_warned=yes ;;
7717esac
7718 DSYMUTIL=$ac_ct_DSYMUTIL
7719 fi
7720else
7721 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7722fi
7723
7724 if test -n "$ac_tool_prefix"; then
7725 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7726set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7728$as_echo_n "checking for $ac_word... " >&6; }
7729if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7730 $as_echo_n "(cached) " >&6
7731else
7732 if test -n "$NMEDIT"; then
7733 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7734else
7735as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7736for as_dir in $PATH
7737do
7738 IFS=$as_save_IFS
7739 test -z "$as_dir" && as_dir=.
7740 for ac_exec_ext in '' $ac_executable_extensions; do
7741 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7742 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7743 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7744 break 2
7745 fi
7746done
7747 done
7748IFS=$as_save_IFS
7749
7750fi
7751fi
7752NMEDIT=$ac_cv_prog_NMEDIT
7753if test -n "$NMEDIT"; then
7754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7755$as_echo "$NMEDIT" >&6; }
7756else
7757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7758$as_echo "no" >&6; }
7759fi
7760
7761
7762fi
7763if test -z "$ac_cv_prog_NMEDIT"; then
7764 ac_ct_NMEDIT=$NMEDIT
7765 # Extract the first word of "nmedit", so it can be a program name with args.
7766set dummy nmedit; ac_word=$2
7767{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7768$as_echo_n "checking for $ac_word... " >&6; }
7769if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7770 $as_echo_n "(cached) " >&6
7771else
7772 if test -n "$ac_ct_NMEDIT"; then
7773 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7774else
7775as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7776for as_dir in $PATH
7777do
7778 IFS=$as_save_IFS
7779 test -z "$as_dir" && as_dir=.
7780 for ac_exec_ext in '' $ac_executable_extensions; do
7781 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7782 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7784 break 2
7785 fi
7786done
7787 done
7788IFS=$as_save_IFS
7789
7790fi
7791fi
7792ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7793if test -n "$ac_ct_NMEDIT"; then
7794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7795$as_echo "$ac_ct_NMEDIT" >&6; }
7796else
7797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7798$as_echo "no" >&6; }
7799fi
7800
7801 if test "x$ac_ct_NMEDIT" = x; then
7802 NMEDIT=":"
7803 else
7804 case $cross_compiling:$ac_tool_warned in
7805yes:)
7806{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7807$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7808ac_tool_warned=yes ;;
7809esac
7810 NMEDIT=$ac_ct_NMEDIT
7811 fi
7812else
7813 NMEDIT="$ac_cv_prog_NMEDIT"
7814fi
7815
7816 if test -n "$ac_tool_prefix"; then
7817 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7818set dummy ${ac_tool_prefix}lipo; ac_word=$2
7819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7820$as_echo_n "checking for $ac_word... " >&6; }
7821if test "${ac_cv_prog_LIPO+set}" = set; then :
7822 $as_echo_n "(cached) " >&6
7823else
7824 if test -n "$LIPO"; then
7825 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7826else
7827as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7828for as_dir in $PATH
7829do
7830 IFS=$as_save_IFS
7831 test -z "$as_dir" && as_dir=.
7832 for ac_exec_ext in '' $ac_executable_extensions; do
7833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7834 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7836 break 2
7837 fi
7838done
7839 done
7840IFS=$as_save_IFS
7841
7842fi
7843fi
7844LIPO=$ac_cv_prog_LIPO
7845if test -n "$LIPO"; then
7846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7847$as_echo "$LIPO" >&6; }
7848else
7849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7850$as_echo "no" >&6; }
7851fi
7852
7853
7854fi
7855if test -z "$ac_cv_prog_LIPO"; then
7856 ac_ct_LIPO=$LIPO
7857 # Extract the first word of "lipo", so it can be a program name with args.
7858set dummy lipo; ac_word=$2
7859{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7860$as_echo_n "checking for $ac_word... " >&6; }
7861if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7862 $as_echo_n "(cached) " >&6
7863else
7864 if test -n "$ac_ct_LIPO"; then
7865 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7866else
7867as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7868for as_dir in $PATH
7869do
7870 IFS=$as_save_IFS
7871 test -z "$as_dir" && as_dir=.
7872 for ac_exec_ext in '' $ac_executable_extensions; do
7873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7874 ac_cv_prog_ac_ct_LIPO="lipo"
7875 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7876 break 2
7877 fi
7878done
7879 done
7880IFS=$as_save_IFS
7881
7882fi
7883fi
7884ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7885if test -n "$ac_ct_LIPO"; then
7886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7887$as_echo "$ac_ct_LIPO" >&6; }
7888else
7889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7890$as_echo "no" >&6; }
7891fi
7892
7893 if test "x$ac_ct_LIPO" = x; then
7894 LIPO=":"
7895 else
7896 case $cross_compiling:$ac_tool_warned in
7897yes:)
7898{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7899$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7900ac_tool_warned=yes ;;
7901esac
7902 LIPO=$ac_ct_LIPO
7903 fi
7904else
7905 LIPO="$ac_cv_prog_LIPO"
7906fi
7907
7908 if test -n "$ac_tool_prefix"; then
7909 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7910set dummy ${ac_tool_prefix}otool; ac_word=$2
7911{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7912$as_echo_n "checking for $ac_word... " >&6; }
7913if test "${ac_cv_prog_OTOOL+set}" = set; then :
7914 $as_echo_n "(cached) " >&6
7915else
7916 if test -n "$OTOOL"; then
7917 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7918else
7919as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7920for as_dir in $PATH
7921do
7922 IFS=$as_save_IFS
7923 test -z "$as_dir" && as_dir=.
7924 for ac_exec_ext in '' $ac_executable_extensions; do
7925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7926 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7928 break 2
7929 fi
7930done
7931 done
7932IFS=$as_save_IFS
7933
7934fi
7935fi
7936OTOOL=$ac_cv_prog_OTOOL
7937if test -n "$OTOOL"; then
7938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7939$as_echo "$OTOOL" >&6; }
7940else
7941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7942$as_echo "no" >&6; }
7943fi
7944
7945
7946fi
7947if test -z "$ac_cv_prog_OTOOL"; then
7948 ac_ct_OTOOL=$OTOOL
7949 # Extract the first word of "otool", so it can be a program name with args.
7950set dummy otool; ac_word=$2
7951{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7952$as_echo_n "checking for $ac_word... " >&6; }
7953if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7954 $as_echo_n "(cached) " >&6
7955else
7956 if test -n "$ac_ct_OTOOL"; then
7957 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7958else
7959as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7960for as_dir in $PATH
7961do
7962 IFS=$as_save_IFS
7963 test -z "$as_dir" && as_dir=.
7964 for ac_exec_ext in '' $ac_executable_extensions; do
7965 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7966 ac_cv_prog_ac_ct_OTOOL="otool"
7967 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7968 break 2
7969 fi
7970done
7971 done
7972IFS=$as_save_IFS
7973
7974fi
7975fi
7976ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7977if test -n "$ac_ct_OTOOL"; then
7978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7979$as_echo "$ac_ct_OTOOL" >&6; }
7980else
7981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7982$as_echo "no" >&6; }
7983fi
7984
7985 if test "x$ac_ct_OTOOL" = x; then
7986 OTOOL=":"
7987 else
7988 case $cross_compiling:$ac_tool_warned in
7989yes:)
7990{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7991$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7992ac_tool_warned=yes ;;
7993esac
7994 OTOOL=$ac_ct_OTOOL
7995 fi
7996else
7997 OTOOL="$ac_cv_prog_OTOOL"
7998fi
7999
8000 if test -n "$ac_tool_prefix"; then
8001 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8002set dummy ${ac_tool_prefix}otool64; ac_word=$2
8003{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8004$as_echo_n "checking for $ac_word... " >&6; }
8005if test "${ac_cv_prog_OTOOL64+set}" = set; then :
8006 $as_echo_n "(cached) " >&6
8007else
8008 if test -n "$OTOOL64"; then
8009 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8010else
8011as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8012for as_dir in $PATH
8013do
8014 IFS=$as_save_IFS
8015 test -z "$as_dir" && as_dir=.
8016 for ac_exec_ext in '' $ac_executable_extensions; do
8017 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8018 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8019 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8020 break 2
8021 fi
8022done
8023 done
8024IFS=$as_save_IFS
8025
8026fi
8027fi
8028OTOOL64=$ac_cv_prog_OTOOL64
8029if test -n "$OTOOL64"; then
8030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8031$as_echo "$OTOOL64" >&6; }
8032else
8033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8034$as_echo "no" >&6; }
8035fi
8036
8037
8038fi
8039if test -z "$ac_cv_prog_OTOOL64"; then
8040 ac_ct_OTOOL64=$OTOOL64
8041 # Extract the first word of "otool64", so it can be a program name with args.
8042set dummy otool64; ac_word=$2
8043{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8044$as_echo_n "checking for $ac_word... " >&6; }
8045if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8046 $as_echo_n "(cached) " >&6
8047else
8048 if test -n "$ac_ct_OTOOL64"; then
8049 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8050else
8051as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8052for as_dir in $PATH
8053do
8054 IFS=$as_save_IFS
8055 test -z "$as_dir" && as_dir=.
8056 for ac_exec_ext in '' $ac_executable_extensions; do
8057 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8058 ac_cv_prog_ac_ct_OTOOL64="otool64"
8059 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8060 break 2
8061 fi
8062done
8063 done
8064IFS=$as_save_IFS
8065
8066fi
8067fi
8068ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8069if test -n "$ac_ct_OTOOL64"; then
8070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8071$as_echo "$ac_ct_OTOOL64" >&6; }
8072else
8073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8074$as_echo "no" >&6; }
8075fi
8076
8077 if test "x$ac_ct_OTOOL64" = x; then
8078 OTOOL64=":"
8079 else
8080 case $cross_compiling:$ac_tool_warned in
8081yes:)
8082{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8083$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8084ac_tool_warned=yes ;;
8085esac
8086 OTOOL64=$ac_ct_OTOOL64
8087 fi
8088else
8089 OTOOL64="$ac_cv_prog_OTOOL64"
8090fi
8091
8092
8093
8094
8095
8096
8097
8098
8099
8100
8101
8102
8103
8104
8105
8106
8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8119$as_echo_n "checking for -single_module linker flag... " >&6; }
8120if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8121 $as_echo_n "(cached) " >&6
8122else
8123 lt_cv_apple_cc_single_mod=no
8124 if test -z "${LT_MULTI_MODULE}"; then
8125 # By default we will add the -single_module flag. You can override
8126 # by either setting the environment variable LT_MULTI_MODULE
8127 # non-empty at configure time, or by adding -multi_module to the
8128 # link flags.
8129 rm -rf libconftest.dylib*
8130 echo "int foo(void){return 1;}" > conftest.c
8131 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8132-dynamiclib -Wl,-single_module conftest.c" >&5
8133 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8134 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8135 _lt_result=$?
8136 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8137 lt_cv_apple_cc_single_mod=yes
8138 else
8139 cat conftest.err >&5
8140 fi
8141 rm -rf libconftest.dylib*
8142 rm -f conftest.*
8143 fi
8144fi
8145{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8146$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8148$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8149if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8150 $as_echo_n "(cached) " >&6
8151else
8152 lt_cv_ld_exported_symbols_list=no
8153 save_LDFLAGS=$LDFLAGS
8154 echo "_main" > conftest.sym
8155 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8157/* end confdefs.h. */
8158
8159int
8160main ()
8161{
8162
8163 ;
8164 return 0;
8165}
8166_ACEOF
8167if ac_fn_c_try_link "$LINENO"; then :
8168 lt_cv_ld_exported_symbols_list=yes
8169else
8170 lt_cv_ld_exported_symbols_list=no
8171fi
8172rm -f core conftest.err conftest.$ac_objext \
8173 conftest$ac_exeext conftest.$ac_ext
8174 LDFLAGS="$save_LDFLAGS"
8175
8176fi
8177{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8178$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8180$as_echo_n "checking for -force_load linker flag... " >&6; }
8181if test "${lt_cv_ld_force_load+set}" = set; then :
8182 $as_echo_n "(cached) " >&6
8183else
8184 lt_cv_ld_force_load=no
8185 cat > conftest.c << _LT_EOF
8186int forced_loaded() { return 2;}
8187_LT_EOF
8188 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8189 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8190 echo "$AR cru libconftest.a conftest.o" >&5
8191 $AR cru libconftest.a conftest.o 2>&5
8192 cat > conftest.c << _LT_EOF
8193int main() { return 0;}
8194_LT_EOF
8195 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8196 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8197 _lt_result=$?
8198 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8199 lt_cv_ld_force_load=yes
8200 else
8201 cat conftest.err >&5
8202 fi
8203 rm -f conftest.err libconftest.a conftest conftest.c
8204 rm -rf conftest.dSYM
8205
8206fi
8207{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8208$as_echo "$lt_cv_ld_force_load" >&6; }
8209 case $host_os in
8210 rhapsody* | darwin1.[012])
8211 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8212 darwin1.*)
8213 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8214 darwin*) # darwin 5.x on
8215 # if running on 10.5 or later, the deployment target defaults
8216 # to the OS version, if on x86, and 10.4, the deployment
8217 # target defaults to 10.4. Don't you love it?
8218 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8219 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8220 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 8221 10.[012][,.]*)
6bb11ab3
L
8222 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8223 10.*)
8224 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8225 esac
8226 ;;
8227 esac
8228 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8229 _lt_dar_single_mod='$single_module'
8230 fi
8231 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8232 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8233 else
8234 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8235 fi
8236 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8237 _lt_dsymutil='~$DSYMUTIL $lib || :'
8238 else
8239 _lt_dsymutil=
8240 fi
8241 ;;
8242 esac
8243
8244for ac_header in dlfcn.h
8245do :
8246 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8247"
8248if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8249 cat >>confdefs.h <<_ACEOF
8250#define HAVE_DLFCN_H 1
8251_ACEOF
8252
8253fi
8254
8255done
8256
8257
8258
8259# autoconf.info says this should be called right after AC_INIT.
8260ac_config_headers="$ac_config_headers config.h:config.in"
8261
8262
8263
0cb8d851
MF
8264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8265$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8266if test "${ac_cv_c_bigendian+set}" = set; then :
8267 $as_echo_n "(cached) " >&6
8268else
8269 ac_cv_c_bigendian=unknown
8270 # See if we're dealing with a universal compiler.
8271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8272/* end confdefs.h. */
8273#ifndef __APPLE_CC__
8274 not a universal capable compiler
8275 #endif
8276 typedef int dummy;
8277
8278_ACEOF
8279if ac_fn_c_try_compile "$LINENO"; then :
8280
8281 # Check for potential -arch flags. It is not universal unless
8282 # there are at least two -arch flags with different values.
8283 ac_arch=
8284 ac_prev=
8285 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8286 if test -n "$ac_prev"; then
8287 case $ac_word in
8288 i?86 | x86_64 | ppc | ppc64)
8289 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8290 ac_arch=$ac_word
8291 else
8292 ac_cv_c_bigendian=universal
8293 break
8294 fi
8295 ;;
8296 esac
8297 ac_prev=
8298 elif test "x$ac_word" = "x-arch"; then
8299 ac_prev=arch
8300 fi
8301 done
8302fi
8303rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8304 if test $ac_cv_c_bigendian = unknown; then
8305 # See if sys/param.h defines the BYTE_ORDER macro.
8306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8307/* end confdefs.h. */
8308#include <sys/types.h>
8309 #include <sys/param.h>
8310
8311int
8312main ()
8313{
8314#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8315 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8316 && LITTLE_ENDIAN)
8317 bogus endian macros
8318 #endif
8319
8320 ;
8321 return 0;
8322}
8323_ACEOF
8324if ac_fn_c_try_compile "$LINENO"; then :
8325 # It does; now see whether it defined to BIG_ENDIAN or not.
8326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8327/* end confdefs.h. */
8328#include <sys/types.h>
8329 #include <sys/param.h>
8330
8331int
8332main ()
8333{
8334#if BYTE_ORDER != BIG_ENDIAN
8335 not big endian
8336 #endif
8337
8338 ;
8339 return 0;
8340}
8341_ACEOF
8342if ac_fn_c_try_compile "$LINENO"; then :
8343 ac_cv_c_bigendian=yes
8344else
8345 ac_cv_c_bigendian=no
8346fi
8347rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8348fi
8349rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8350 fi
8351 if test $ac_cv_c_bigendian = unknown; then
8352 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8354/* end confdefs.h. */
8355#include <limits.h>
8356
8357int
8358main ()
8359{
8360#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8361 bogus endian macros
8362 #endif
8363
8364 ;
8365 return 0;
8366}
8367_ACEOF
8368if ac_fn_c_try_compile "$LINENO"; then :
8369 # It does; now see whether it defined to _BIG_ENDIAN or not.
8370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8371/* end confdefs.h. */
8372#include <limits.h>
8373
8374int
8375main ()
8376{
8377#ifndef _BIG_ENDIAN
8378 not big endian
8379 #endif
8380
8381 ;
8382 return 0;
8383}
8384_ACEOF
8385if ac_fn_c_try_compile "$LINENO"; then :
8386 ac_cv_c_bigendian=yes
8387else
8388 ac_cv_c_bigendian=no
8389fi
8390rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8391fi
8392rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8393 fi
8394 if test $ac_cv_c_bigendian = unknown; then
8395 # Compile a test program.
8396 if test "$cross_compiling" = yes; then :
8397 # Try to guess by grepping values from an object file.
8398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8399/* end confdefs.h. */
8400short int ascii_mm[] =
8401 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8402 short int ascii_ii[] =
8403 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8404 int use_ascii (int i) {
8405 return ascii_mm[i] + ascii_ii[i];
8406 }
8407 short int ebcdic_ii[] =
8408 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8409 short int ebcdic_mm[] =
8410 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8411 int use_ebcdic (int i) {
8412 return ebcdic_mm[i] + ebcdic_ii[i];
8413 }
8414 extern int foo;
8415
8416int
8417main ()
8418{
8419return use_ascii (foo) == use_ebcdic (foo);
8420 ;
8421 return 0;
8422}
8423_ACEOF
8424if ac_fn_c_try_compile "$LINENO"; then :
8425 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8426 ac_cv_c_bigendian=yes
8427 fi
8428 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8429 if test "$ac_cv_c_bigendian" = unknown; then
8430 ac_cv_c_bigendian=no
8431 else
8432 # finding both strings is unlikely to happen, but who knows?
8433 ac_cv_c_bigendian=unknown
8434 fi
8435 fi
8436fi
8437rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8438else
8439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8440/* end confdefs.h. */
8441$ac_includes_default
8442int
8443main ()
8444{
8445
8446 /* Are we little or big endian? From Harbison&Steele. */
8447 union
8448 {
8449 long int l;
8450 char c[sizeof (long int)];
8451 } u;
8452 u.l = 1;
8453 return u.c[sizeof (long int) - 1] == 1;
8454
8455 ;
8456 return 0;
8457}
8458_ACEOF
8459if ac_fn_c_try_run "$LINENO"; then :
8460 ac_cv_c_bigendian=no
8461else
8462 ac_cv_c_bigendian=yes
8463fi
8464rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8465 conftest.$ac_objext conftest.beam conftest.$ac_ext
8466fi
8467
8468 fi
8469fi
8470{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8471$as_echo "$ac_cv_c_bigendian" >&6; }
8472 case $ac_cv_c_bigendian in #(
8473 yes)
8474 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8475;; #(
8476 no)
8477 ;; #(
8478 universal)
8479
8480$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8481
8482 ;; #(
8483 *)
8484 as_fn_error "unknown endianness
8485 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8486 esac
8487
6bb11ab3
L
8488
8489
8490
8491# Put a plausible default for CC_FOR_BUILD in Makefile.
8492if test "x$cross_compiling" = "xno"; then
8493 CC_FOR_BUILD='$(CC)'
8494else
8495 CC_FOR_BUILD=gcc
8496fi
8497
8498
8499
8500
8501AR=${AR-ar}
8502
8503if test -n "$ac_tool_prefix"; then
8504 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8505set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8506{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8507$as_echo_n "checking for $ac_word... " >&6; }
8508if test "${ac_cv_prog_RANLIB+set}" = set; then :
8509 $as_echo_n "(cached) " >&6
8510else
8511 if test -n "$RANLIB"; then
8512 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8513else
8514as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8515for as_dir in $PATH
8516do
8517 IFS=$as_save_IFS
8518 test -z "$as_dir" && as_dir=.
8519 for ac_exec_ext in '' $ac_executable_extensions; do
8520 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8521 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8522 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8523 break 2
8524 fi
8525done
8526 done
8527IFS=$as_save_IFS
8528
8529fi
8530fi
8531RANLIB=$ac_cv_prog_RANLIB
8532if test -n "$RANLIB"; then
8533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8534$as_echo "$RANLIB" >&6; }
8535else
8536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8537$as_echo "no" >&6; }
8538fi
8539
8540
8541fi
8542if test -z "$ac_cv_prog_RANLIB"; then
8543 ac_ct_RANLIB=$RANLIB
8544 # Extract the first word of "ranlib", so it can be a program name with args.
8545set dummy ranlib; ac_word=$2
8546{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8547$as_echo_n "checking for $ac_word... " >&6; }
8548if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8549 $as_echo_n "(cached) " >&6
8550else
8551 if test -n "$ac_ct_RANLIB"; then
8552 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8553else
8554as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8555for as_dir in $PATH
8556do
8557 IFS=$as_save_IFS
8558 test -z "$as_dir" && as_dir=.
8559 for ac_exec_ext in '' $ac_executable_extensions; do
8560 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8561 ac_cv_prog_ac_ct_RANLIB="ranlib"
8562 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8563 break 2
8564 fi
8565done
8566 done
8567IFS=$as_save_IFS
8568
8569fi
8570fi
8571ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8572if test -n "$ac_ct_RANLIB"; then
8573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8574$as_echo "$ac_ct_RANLIB" >&6; }
8575else
8576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8577$as_echo "no" >&6; }
8578fi
8579
8580 if test "x$ac_ct_RANLIB" = x; then
8581 RANLIB=":"
8582 else
8583 case $cross_compiling:$ac_tool_warned in
8584yes:)
8585{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8586$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8587ac_tool_warned=yes ;;
8588esac
8589 RANLIB=$ac_ct_RANLIB
8590 fi
8591else
8592 RANLIB="$ac_cv_prog_RANLIB"
8593fi
8594
8595
8596# Some of the common include files depend on bfd.h, and bfd.h checks
8597# that config.h is included first by testing that the PACKAGE macro
8598# is defined.
8599PACKAGE=sim
8600
8601cat >>confdefs.h <<_ACEOF
8602#define PACKAGE "$PACKAGE"
8603_ACEOF
8604
8605
8606
8607# Dependency checking.
8608ac_config_commands="$ac_config_commands depdir"
8609
8610
8611depcc="$CC" am_compiler_list=
8612
8613am_depcomp=$ac_aux_dir/depcomp
8614{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8615$as_echo_n "checking dependency style of $depcc... " >&6; }
8616if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8617 $as_echo_n "(cached) " >&6
8618else
8619 if test -f "$am_depcomp"; then
8620 # We make a subdir and do the tests there. Otherwise we can end up
8621 # making bogus files that we don't know about and never remove. For
8622 # instance it was reported that on HP-UX the gcc test will end up
8623 # making a dummy file named `D' -- because `-MD' means `put the output
8624 # in D'.
8625 mkdir conftest.dir
8626 # Copy depcomp to subdir because otherwise we won't find it if we're
8627 # using a relative directory.
8628 cp "$am_depcomp" conftest.dir
8629 cd conftest.dir
8630 # We will build objects and dependencies in a subdirectory because
8631 # it helps to detect inapplicable dependency modes. For instance
8632 # both Tru64's cc and ICC support -MD to output dependencies as a
8633 # side effect of compilation, but ICC will put the dependencies in
8634 # the current directory while Tru64 will put them in the object
8635 # directory.
8636 mkdir sub
8637
8638 am_cv_CC_dependencies_compiler_type=none
8639 if test "$am_compiler_list" = ""; then
8640 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8641 fi
8642 for depmode in $am_compiler_list; do
8643 if test $depmode = none; then break; fi
8644
8645 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8646 # Setup a source with many dependencies, because some compilers
8647 # like to wrap large dependency lists on column 80 (with \), and
8648 # we should not choose a depcomp mode which is confused by this.
8649 #
8650 # We need to recreate these files for each test, as the compiler may
8651 # overwrite some of them when testing with obscure command lines.
8652 # This happens at least with the AIX C compiler.
8653 : > sub/conftest.c
8654 for i in 1 2 3 4 5 6; do
8655 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8656 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8657 # Solaris 8's {/usr,}/bin/sh.
8658 touch sub/conftst$i.h
8659 done
8660 echo "include sub/conftest.Po" > confmf
8661
8662 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8663 # mode. It turns out that the SunPro C++ compiler does not properly
8664 # handle `-M -o', and we need to detect this.
8665 depcmd="depmode=$depmode \
8666 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8667 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8668 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8669 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8670 if env $depcmd > conftest.err 2>&1 &&
8671 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8672 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8673 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8674 # icc doesn't choke on unknown options, it will just issue warnings
8675 # or remarks (even with -Werror). So we grep stderr for any message
8676 # that says an option was ignored or not supported.
8677 # When given -MP, icc 7.0 and 7.1 complain thusly:
8678 # icc: Command line warning: ignoring option '-M'; no argument required
8679 # The diagnosis changed in icc 8.0:
8680 # icc: Command line remark: option '-MP' not supported
8681 if (grep 'ignoring option' conftest.err ||
8682 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8683 am_cv_CC_dependencies_compiler_type=$depmode
8684 $as_echo "$as_me:$LINENO: success" >&5
8685 break
8686 fi
8687 fi
8688 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8689 sed -e 's/^/| /' < conftest.err >&5
8690 done
8691
8692 cd ..
8693 rm -rf conftest.dir
8694else
8695 am_cv_CC_dependencies_compiler_type=none
8696fi
8697
8698fi
8699{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8700$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8701if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8702then as_fn_error "no usable dependency style found" "$LINENO" 5
8703else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8704
8705fi
8706
8707
8708# Check for the 'make' the user wants to use.
8709for ac_prog in make
8710do
8711 # Extract the first word of "$ac_prog", so it can be a program name with args.
8712set dummy $ac_prog; ac_word=$2
8713{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8714$as_echo_n "checking for $ac_word... " >&6; }
8715if test "${ac_cv_prog_MAKE+set}" = set; then :
8716 $as_echo_n "(cached) " >&6
8717else
8718 if test -n "$MAKE"; then
8719 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8720else
8721as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8722for as_dir in $PATH
8723do
8724 IFS=$as_save_IFS
8725 test -z "$as_dir" && as_dir=.
8726 for ac_exec_ext in '' $ac_executable_extensions; do
8727 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8728 ac_cv_prog_MAKE="$ac_prog"
8729 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8730 break 2
8731 fi
8732done
8733 done
8734IFS=$as_save_IFS
8735
8736fi
8737fi
8738MAKE=$ac_cv_prog_MAKE
8739if test -n "$MAKE"; then
8740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8741$as_echo "$MAKE" >&6; }
8742else
8743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8744$as_echo "no" >&6; }
8745fi
8746
8747
8748 test -n "$MAKE" && break
8749done
8750
8751MAKE_IS_GNU=
8752case "`$MAKE --version 2>&1 | sed 1q`" in
8753 *GNU*)
8754 MAKE_IS_GNU=yes
8755 ;;
8756esac
8757 if test "$MAKE_IS_GNU" = yes; then
8758 GMAKE_TRUE=
8759 GMAKE_FALSE='#'
8760else
8761 GMAKE_TRUE='#'
8762 GMAKE_FALSE=
8763fi
8764
8765
8766ALL_LINGUAS=
8767# If we haven't got the data from the intl directory,
8768# assume NLS is disabled.
8769USE_NLS=no
8770LIBINTL=
8771LIBINTL_DEP=
8772INCINTL=
8773XGETTEXT=
8774GMSGFMT=
8775POSUB=
8776
8777if test -f ../../intl/config.intl; then
8778 . ../../intl/config.intl
8779fi
8780{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8781$as_echo_n "checking whether NLS is requested... " >&6; }
8782if test x"$USE_NLS" != xyes; then
8783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8784$as_echo "no" >&6; }
8785else
8786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8787$as_echo "yes" >&6; }
8788
8789$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8790
8791
8792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8793$as_echo_n "checking for catalogs to be installed... " >&6; }
8794 # Look for .po and .gmo files in the source directory.
8795 CATALOGS=
8796 XLINGUAS=
8797 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8798 # If there aren't any .gmo files the shell will give us the
8799 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8800 # weeded out.
8801 case "$cat" in *\**)
8802 continue;;
8803 esac
8804 # The quadruple backslash is collapsed to a double backslash
8805 # by the backticks, then collapsed again by the double quotes,
8806 # leaving us with one backslash in the sed expression (right
8807 # before the dot that mustn't act as a wildcard).
8808 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8809 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8810 # The user is allowed to set LINGUAS to a list of languages to
8811 # install catalogs for. If it's empty that means "all of them."
8812 if test "x$LINGUAS" = x; then
8813 CATALOGS="$CATALOGS $cat"
8814 XLINGUAS="$XLINGUAS $lang"
8815 else
8816 case "$LINGUAS" in *$lang*)
8817 CATALOGS="$CATALOGS $cat"
8818 XLINGUAS="$XLINGUAS $lang"
8819 ;;
8820 esac
8821 fi
8822 done
8823 LINGUAS="$XLINGUAS"
8824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8825$as_echo "$LINGUAS" >&6; }
8826
8827
8828 DATADIRNAME=share
8829
8830 INSTOBJEXT=.mo
8831
8832 GENCAT=gencat
8833
8834 CATOBJEXT=.gmo
8835
8836fi
8837
8838# Check for common headers.
8839# FIXME: Seems to me this can cause problems for i386-windows hosts.
8840# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8841for ac_header in stdlib.h string.h strings.h unistd.h time.h
8842do :
8843 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8844ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8845eval as_val=\$$as_ac_Header
8846 if test "x$as_val" = x""yes; then :
8847 cat >>confdefs.h <<_ACEOF
8848#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8849_ACEOF
8850
8851fi
8852
8853done
8854
936df756 8855for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
8856do :
8857 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8858ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8859eval as_val=\$$as_ac_Header
8860 if test "x$as_val" = x""yes; then :
8861 cat >>confdefs.h <<_ACEOF
8862#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8863_ACEOF
8864
8865fi
8866
8867done
8868
8869for ac_header in fcntl.h fpu_control.h
8870do :
8871 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8872ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8873eval as_val=\$$as_ac_Header
8874 if test "x$as_val" = x""yes; then :
8875 cat >>confdefs.h <<_ACEOF
8876#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8877_ACEOF
8878
8879fi
8880
8881done
8882
8883for ac_header in dlfcn.h errno.h sys/stat.h
8884do :
8885 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8886ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8887eval as_val=\$$as_ac_Header
8888 if test "x$as_val" = x""yes; then :
8889 cat >>confdefs.h <<_ACEOF
8890#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8891_ACEOF
8892
8893fi
8894
8895done
8896
8897for ac_func in getrusage time sigaction __setfpucw
8898do :
8899 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8900ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8901eval as_val=\$$as_ac_var
8902 if test "x$as_val" = x""yes; then :
8903 cat >>confdefs.h <<_ACEOF
8904#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8905_ACEOF
8906
8907fi
8908done
8909
936df756
MF
8910for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
8911do :
8912 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8913ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8914eval as_val=\$$as_ac_var
8915 if test "x$as_val" = x""yes; then :
8916 cat >>confdefs.h <<_ACEOF
8917#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8918_ACEOF
8919
8920fi
8921done
8922
8923ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
8924#include <sys/types.h>
8925#endif
8926#ifdef HAVE_SYS_STAT_H
8927#include <sys/stat.h>
8928#endif
8929"
8930if test "x$ac_cv_member_struct_stat_st_dev" = x""yes; then :
8931
8932cat >>confdefs.h <<_ACEOF
8933#define HAVE_STRUCT_STAT_ST_DEV 1
8934_ACEOF
8935
8936
8937fi
8938ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
8939#include <sys/types.h>
8940#endif
8941#ifdef HAVE_SYS_STAT_H
8942#include <sys/stat.h>
8943#endif
8944"
8945if test "x$ac_cv_member_struct_stat_st_ino" = x""yes; then :
8946
8947cat >>confdefs.h <<_ACEOF
8948#define HAVE_STRUCT_STAT_ST_INO 1
8949_ACEOF
8950
8951
8952fi
8953ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
8954#include <sys/types.h>
8955#endif
8956#ifdef HAVE_SYS_STAT_H
8957#include <sys/stat.h>
8958#endif
8959"
8960if test "x$ac_cv_member_struct_stat_st_mode" = x""yes; then :
8961
8962cat >>confdefs.h <<_ACEOF
8963#define HAVE_STRUCT_STAT_ST_MODE 1
8964_ACEOF
8965
8966
8967fi
8968ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
8969#include <sys/types.h>
8970#endif
8971#ifdef HAVE_SYS_STAT_H
8972#include <sys/stat.h>
8973#endif
8974"
8975if test "x$ac_cv_member_struct_stat_st_nlink" = x""yes; then :
8976
8977cat >>confdefs.h <<_ACEOF
8978#define HAVE_STRUCT_STAT_ST_NLINK 1
8979_ACEOF
8980
8981
8982fi
8983ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
8984#include <sys/types.h>
8985#endif
8986#ifdef HAVE_SYS_STAT_H
8987#include <sys/stat.h>
8988#endif
8989"
8990if test "x$ac_cv_member_struct_stat_st_uid" = x""yes; then :
8991
8992cat >>confdefs.h <<_ACEOF
8993#define HAVE_STRUCT_STAT_ST_UID 1
8994_ACEOF
8995
8996
8997fi
8998ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
8999#include <sys/types.h>
9000#endif
9001#ifdef HAVE_SYS_STAT_H
9002#include <sys/stat.h>
9003#endif
9004"
9005if test "x$ac_cv_member_struct_stat_st_gid" = x""yes; then :
9006
9007cat >>confdefs.h <<_ACEOF
9008#define HAVE_STRUCT_STAT_ST_GID 1
9009_ACEOF
9010
9011
9012fi
9013ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9014#include <sys/types.h>
9015#endif
9016#ifdef HAVE_SYS_STAT_H
9017#include <sys/stat.h>
9018#endif
9019"
9020if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
9021
9022cat >>confdefs.h <<_ACEOF
9023#define HAVE_STRUCT_STAT_ST_RDEV 1
9024_ACEOF
9025
9026
9027fi
9028ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9029#include <sys/types.h>
9030#endif
9031#ifdef HAVE_SYS_STAT_H
9032#include <sys/stat.h>
9033#endif
9034"
9035if test "x$ac_cv_member_struct_stat_st_size" = x""yes; then :
9036
9037cat >>confdefs.h <<_ACEOF
9038#define HAVE_STRUCT_STAT_ST_SIZE 1
9039_ACEOF
9040
9041
9042fi
9043ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9044#include <sys/types.h>
9045#endif
9046#ifdef HAVE_SYS_STAT_H
9047#include <sys/stat.h>
9048#endif
9049"
9050if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
9051
9052cat >>confdefs.h <<_ACEOF
9053#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9054_ACEOF
9055
9056
9057fi
9058ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9059#include <sys/types.h>
9060#endif
9061#ifdef HAVE_SYS_STAT_H
9062#include <sys/stat.h>
9063#endif
9064"
9065if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
9066
9067cat >>confdefs.h <<_ACEOF
9068#define HAVE_STRUCT_STAT_ST_BLOCKS 1
9069_ACEOF
9070
9071
9072fi
9073ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9074#include <sys/types.h>
9075#endif
9076#ifdef HAVE_SYS_STAT_H
9077#include <sys/stat.h>
9078#endif
9079"
9080if test "x$ac_cv_member_struct_stat_st_atime" = x""yes; then :
9081
9082cat >>confdefs.h <<_ACEOF
9083#define HAVE_STRUCT_STAT_ST_ATIME 1
9084_ACEOF
9085
9086
9087fi
9088ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9089#include <sys/types.h>
9090#endif
9091#ifdef HAVE_SYS_STAT_H
9092#include <sys/stat.h>
9093#endif
9094"
9095if test "x$ac_cv_member_struct_stat_st_mtime" = x""yes; then :
9096
9097cat >>confdefs.h <<_ACEOF
9098#define HAVE_STRUCT_STAT_ST_MTIME 1
9099_ACEOF
9100
9101
9102fi
9103ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9104#include <sys/types.h>
9105#endif
9106#ifdef HAVE_SYS_STAT_H
9107#include <sys/stat.h>
9108#endif
9109"
9110if test "x$ac_cv_member_struct_stat_st_ctime" = x""yes; then :
9111
9112cat >>confdefs.h <<_ACEOF
9113#define HAVE_STRUCT_STAT_ST_CTIME 1
9114_ACEOF
9115
9116
9117fi
9118
9119ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9120#include <sys/socket.h>
9121
9122"
9123if test "x$ac_cv_type_socklen_t" = x""yes; then :
9124
9125cat >>confdefs.h <<_ACEOF
9126#define HAVE_SOCKLEN_T 1
9127_ACEOF
9128
9129
9130fi
9131
6bb11ab3
L
9132
9133# Check for socket libraries
9134{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9135$as_echo_n "checking for bind in -lsocket... " >&6; }
9136if test "${ac_cv_lib_socket_bind+set}" = set; then :
9137 $as_echo_n "(cached) " >&6
9138else
9139 ac_check_lib_save_LIBS=$LIBS
9140LIBS="-lsocket $LIBS"
9141cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9142/* end confdefs.h. */
9143
9144/* Override any GCC internal prototype to avoid an error.
9145 Use char because int might match the return type of a GCC
9146 builtin and then its argument prototype would still apply. */
9147#ifdef __cplusplus
9148extern "C"
9149#endif
9150char bind ();
9151int
9152main ()
9153{
9154return bind ();
9155 ;
9156 return 0;
9157}
9158_ACEOF
9159if ac_fn_c_try_link "$LINENO"; then :
9160 ac_cv_lib_socket_bind=yes
9161else
9162 ac_cv_lib_socket_bind=no
9163fi
9164rm -f core conftest.err conftest.$ac_objext \
9165 conftest$ac_exeext conftest.$ac_ext
9166LIBS=$ac_check_lib_save_LIBS
9167fi
9168{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9169$as_echo "$ac_cv_lib_socket_bind" >&6; }
9170if test "x$ac_cv_lib_socket_bind" = x""yes; then :
9171 cat >>confdefs.h <<_ACEOF
9172#define HAVE_LIBSOCKET 1
9173_ACEOF
9174
9175 LIBS="-lsocket $LIBS"
9176
9177fi
9178
9179{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9180$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9181if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
9182 $as_echo_n "(cached) " >&6
9183else
9184 ac_check_lib_save_LIBS=$LIBS
9185LIBS="-lnsl $LIBS"
9186cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9187/* end confdefs.h. */
9188
9189/* Override any GCC internal prototype to avoid an error.
9190 Use char because int might match the return type of a GCC
9191 builtin and then its argument prototype would still apply. */
9192#ifdef __cplusplus
9193extern "C"
9194#endif
9195char gethostbyname ();
9196int
9197main ()
9198{
9199return gethostbyname ();
9200 ;
9201 return 0;
9202}
9203_ACEOF
9204if ac_fn_c_try_link "$LINENO"; then :
9205 ac_cv_lib_nsl_gethostbyname=yes
9206else
9207 ac_cv_lib_nsl_gethostbyname=no
9208fi
9209rm -f core conftest.err conftest.$ac_objext \
9210 conftest$ac_exeext conftest.$ac_ext
9211LIBS=$ac_check_lib_save_LIBS
9212fi
9213{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9214$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9215if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
9216 cat >>confdefs.h <<_ACEOF
9217#define HAVE_LIBNSL 1
9218_ACEOF
9219
9220 LIBS="-lnsl $LIBS"
9221
9222fi
9223
9224
9225# BFD conditionally uses zlib, so we must link it in if libbfd does, by
9226# using the same condition.
9227
aadc9410 9228 # Use the system's zlib library.
7fed4b0b
L
9229 zlibdir="-L\$(top_builddir)/../zlib"
9230 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 9231
aadc9410
MF
9232# Check whether --with-system-zlib was given.
9233if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
9234 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9235 zlibdir=
9236 zlibinc=
9237 fi
6bb11ab3
L
9238
9239fi
9240
6bb11ab3 9241
6bb11ab3 9242
6bb11ab3
L
9243
9244
9245# BFD uses libdl when when plugins enabled.
9246
faa743bb
RM
9247 maybe_plugins=no
9248 for ac_header in dlfcn.h
9249do :
9250 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9251"
9252if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
9253 cat >>confdefs.h <<_ACEOF
9254#define HAVE_DLFCN_H 1
9255_ACEOF
9256 maybe_plugins=yes
9257fi
9258
9259done
9260
9261 for ac_header in windows.h
9262do :
9263 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9264"
9265if test "x$ac_cv_header_windows_h" = x""yes; then :
9266 cat >>confdefs.h <<_ACEOF
9267#define HAVE_WINDOWS_H 1
9268_ACEOF
9269 maybe_plugins=yes
9270fi
9271
9272done
9273
9274
9275 # Check whether --enable-plugins was given.
6bb11ab3
L
9276if test "${enable_plugins+set}" = set; then :
9277 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
9278 no) plugins=no ;;
9279 *) plugins=yes
9280 if test "$maybe_plugins" != "yes" ; then
9281 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9282 fi ;;
9283 esac
6bb11ab3 9284else
faa743bb
RM
9285 plugins=$maybe_plugins
9286
6bb11ab3
L
9287fi
9288
2974be62
AM
9289 if test "$plugins" = "yes"; then
9290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
9291$as_echo_n "checking for library containing dlopen... " >&6; }
9292if test "${ac_cv_search_dlopen+set}" = set; then :
9293 $as_echo_n "(cached) " >&6
9294else
9295 ac_func_search_save_LIBS=$LIBS
9296cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9297/* end confdefs.h. */
9298
9299/* Override any GCC internal prototype to avoid an error.
9300 Use char because int might match the return type of a GCC
9301 builtin and then its argument prototype would still apply. */
9302#ifdef __cplusplus
9303extern "C"
9304#endif
9305char dlopen ();
9306int
9307main ()
9308{
9309return dlopen ();
9310 ;
9311 return 0;
9312}
9313_ACEOF
9314for ac_lib in '' dl; do
9315 if test -z "$ac_lib"; then
9316 ac_res="none required"
9317 else
9318 ac_res=-l$ac_lib
9319 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9320 fi
9321 if ac_fn_c_try_link "$LINENO"; then :
9322 ac_cv_search_dlopen=$ac_res
9323fi
9324rm -f core conftest.err conftest.$ac_objext \
9325 conftest$ac_exeext
9326 if test "${ac_cv_search_dlopen+set}" = set; then :
9327 break
9328fi
9329done
9330if test "${ac_cv_search_dlopen+set}" = set; then :
9331
9332else
9333 ac_cv_search_dlopen=no
9334fi
9335rm conftest.$ac_ext
9336LIBS=$ac_func_search_save_LIBS
9337fi
9338{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9339$as_echo "$ac_cv_search_dlopen" >&6; }
9340ac_res=$ac_cv_search_dlopen
9341if test "$ac_res" != no; then :
9342 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9343
9344fi
9345
9346 fi
6bb11ab3
L
9347
9348 if test "$plugins" = yes; then
9349 PLUGINS_TRUE=
9350 PLUGINS_FALSE='#'
9351else
9352 PLUGINS_TRUE='#'
9353 PLUGINS_FALSE=
9354fi
9355
9356
9357
9358
9359
9360# Set options
9361enable_dlopen=yes
9362
9363
9364
9365
9366 enable_win32_dll=no
9367
9368
9369 # Check whether --enable-shared was given.
9370if test "${enable_shared+set}" = set; then :
9371 enableval=$enable_shared; p=${PACKAGE-default}
9372 case $enableval in
9373 yes) enable_shared=yes ;;
9374 no) enable_shared=no ;;
9375 *)
9376 enable_shared=no
9377 # Look at the argument we got. We use all the common list separators.
9378 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9379 for pkg in $enableval; do
9380 IFS="$lt_save_ifs"
9381 if test "X$pkg" = "X$p"; then
9382 enable_shared=yes
9383 fi
9384 done
9385 IFS="$lt_save_ifs"
9386 ;;
9387 esac
9388else
9389 enable_shared=yes
9390fi
9391
9392
9393
9394
9395
9396
9397
9398
9399
9400 # Check whether --enable-static was given.
9401if test "${enable_static+set}" = set; then :
9402 enableval=$enable_static; p=${PACKAGE-default}
9403 case $enableval in
9404 yes) enable_static=yes ;;
9405 no) enable_static=no ;;
9406 *)
9407 enable_static=no
9408 # Look at the argument we got. We use all the common list separators.
9409 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9410 for pkg in $enableval; do
9411 IFS="$lt_save_ifs"
9412 if test "X$pkg" = "X$p"; then
9413 enable_static=yes
9414 fi
9415 done
9416 IFS="$lt_save_ifs"
9417 ;;
9418 esac
9419else
9420 enable_static=yes
9421fi
9422
9423
9424
9425
9426
9427
9428
9429
9430
9431
9432# Check whether --with-pic was given.
9433if test "${with_pic+set}" = set; then :
9434 withval=$with_pic; pic_mode="$withval"
9435else
9436 pic_mode=default
9437fi
9438
9439
9440test -z "$pic_mode" && pic_mode=default
9441
9442
9443
9444
9445
9446
9447
9448 # Check whether --enable-fast-install was given.
9449if test "${enable_fast_install+set}" = set; then :
9450 enableval=$enable_fast_install; p=${PACKAGE-default}
9451 case $enableval in
9452 yes) enable_fast_install=yes ;;
9453 no) enable_fast_install=no ;;
9454 *)
9455 enable_fast_install=no
9456 # Look at the argument we got. We use all the common list separators.
9457 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9458 for pkg in $enableval; do
9459 IFS="$lt_save_ifs"
9460 if test "X$pkg" = "X$p"; then
9461 enable_fast_install=yes
9462 fi
9463 done
9464 IFS="$lt_save_ifs"
9465 ;;
9466 esac
9467else
9468 enable_fast_install=yes
9469fi
9470
9471
9472
9473
9474
9475
9476
9477
9478
9479
9480
9481# This can be used to rebuild libtool when needed
9482LIBTOOL_DEPS="$ltmain"
9483
9484# Always use our own libtool.
9485LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9486
9487
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
9510
9511
9512test -z "$LN_S" && LN_S="ln -s"
9513
9514
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525
9526
9527if test -n "${ZSH_VERSION+set}" ; then
9528 setopt NO_GLOB_SUBST
b7026657 9529fi
b7026657 9530
6bb11ab3
L
9531{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9532$as_echo_n "checking for objdir... " >&6; }
9533if test "${lt_cv_objdir+set}" = set; then :
9534 $as_echo_n "(cached) " >&6
9535else
9536 rm -f .libs 2>/dev/null
9537mkdir .libs 2>/dev/null
9538if test -d .libs; then
9539 lt_cv_objdir=.libs
9540else
9541 # MS-DOS does not allow filenames that begin with a dot.
9542 lt_cv_objdir=_libs
9543fi
9544rmdir .libs 2>/dev/null
9545fi
9546{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9547$as_echo "$lt_cv_objdir" >&6; }
9548objdir=$lt_cv_objdir
9549
9550
9551
9552
9553
9554cat >>confdefs.h <<_ACEOF
9555#define LT_OBJDIR "$lt_cv_objdir/"
9556_ACEOF
9557
9558
9559
9560
9561case $host_os in
9562aix3*)
9563 # AIX sometimes has problems with the GCC collect2 program. For some
9564 # reason, if we set the COLLECT_NAMES environment variable, the problems
9565 # vanish in a puff of smoke.
9566 if test "X${COLLECT_NAMES+set}" != Xset; then
9567 COLLECT_NAMES=
9568 export COLLECT_NAMES
9569 fi
9570 ;;
81ecdfbb 9571esac
6bb11ab3
L
9572
9573# Global variables:
9574ofile=libtool
9575can_build_shared=yes
9576
9577# All known linkers require a `.a' archive for static linking (except MSVC,
9578# which needs '.lib').
9579libext=a
9580
9581with_gnu_ld="$lt_cv_prog_gnu_ld"
9582
9583old_CC="$CC"
9584old_CFLAGS="$CFLAGS"
9585
9586# Set sane defaults for various variables
9587test -z "$CC" && CC=cc
9588test -z "$LTCC" && LTCC=$CC
9589test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9590test -z "$LD" && LD=ld
9591test -z "$ac_objext" && ac_objext=o
9592
9593for cc_temp in $compiler""; do
9594 case $cc_temp in
9595 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9596 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9597 \-*) ;;
9598 *) break;;
9599 esac
9600done
9601cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9602
9603
9604# Only perform the check for file, if the check method requires it
9605test -z "$MAGIC_CMD" && MAGIC_CMD=file
9606case $deplibs_check_method in
9607file_magic*)
9608 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9610$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9611if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9612 $as_echo_n "(cached) " >&6
9613else
9614 case $MAGIC_CMD in
9615[\\/*] | ?:[\\/]*)
9616 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9617 ;;
9618*)
9619 lt_save_MAGIC_CMD="$MAGIC_CMD"
9620 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9621 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9622 for ac_dir in $ac_dummy; do
9623 IFS="$lt_save_ifs"
9624 test -z "$ac_dir" && ac_dir=.
9625 if test -f $ac_dir/${ac_tool_prefix}file; then
9626 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9627 if test -n "$file_magic_test_file"; then
9628 case $deplibs_check_method in
9629 "file_magic "*)
9630 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9631 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9632 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9633 $EGREP "$file_magic_regex" > /dev/null; then
9634 :
9635 else
9636 cat <<_LT_EOF 1>&2
9637
9638*** Warning: the command libtool uses to detect shared libraries,
9639*** $file_magic_cmd, produces output that libtool cannot recognize.
9640*** The result is that libtool may fail to recognize shared libraries
9641*** as such. This will affect the creation of libtool libraries that
9642*** depend on shared libraries, but programs linked with such libtool
9643*** libraries will work regardless of this problem. Nevertheless, you
9644*** may want to report the problem to your system manager and/or to
9645*** bug-libtool@gnu.org
9646
9647_LT_EOF
9648 fi ;;
9649 esac
9650 fi
9651 break
f0569246 9652 fi
6bb11ab3
L
9653 done
9654 IFS="$lt_save_ifs"
9655 MAGIC_CMD="$lt_save_MAGIC_CMD"
9656 ;;
9657esac
f0569246 9658fi
f0569246 9659
6bb11ab3
L
9660MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9661if test -n "$MAGIC_CMD"; then
9662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9663$as_echo "$MAGIC_CMD" >&6; }
9664else
9665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9666$as_echo "no" >&6; }
9667fi
81ecdfbb 9668
6bb11ab3
L
9669
9670
9671
9672
9673if test -z "$lt_cv_path_MAGIC_CMD"; then
9674 if test -n "$ac_tool_prefix"; then
9675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9676$as_echo_n "checking for file... " >&6; }
9677if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9678 $as_echo_n "(cached) " >&6
9679else
9680 case $MAGIC_CMD in
9681[\\/*] | ?:[\\/]*)
9682 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9683 ;;
9684*)
9685 lt_save_MAGIC_CMD="$MAGIC_CMD"
9686 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9687 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9688 for ac_dir in $ac_dummy; do
9689 IFS="$lt_save_ifs"
9690 test -z "$ac_dir" && ac_dir=.
9691 if test -f $ac_dir/file; then
9692 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9693 if test -n "$file_magic_test_file"; then
9694 case $deplibs_check_method in
9695 "file_magic "*)
9696 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9697 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9698 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9699 $EGREP "$file_magic_regex" > /dev/null; then
9700 :
9701 else
9702 cat <<_LT_EOF 1>&2
9703
9704*** Warning: the command libtool uses to detect shared libraries,
9705*** $file_magic_cmd, produces output that libtool cannot recognize.
9706*** The result is that libtool may fail to recognize shared libraries
9707*** as such. This will affect the creation of libtool libraries that
9708*** depend on shared libraries, but programs linked with such libtool
9709*** libraries will work regardless of this problem. Nevertheless, you
9710*** may want to report the problem to your system manager and/or to
9711*** bug-libtool@gnu.org
9712
9713_LT_EOF
9714 fi ;;
9715 esac
9716 fi
9717 break
9718 fi
9719 done
9720 IFS="$lt_save_ifs"
9721 MAGIC_CMD="$lt_save_MAGIC_CMD"
9722 ;;
81ecdfbb 9723esac
6bb11ab3
L
9724fi
9725
9726MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9727if test -n "$MAGIC_CMD"; then
9728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9729$as_echo "$MAGIC_CMD" >&6; }
9730else
9731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9732$as_echo "no" >&6; }
9733fi
9734
9735
9736 else
9737 MAGIC_CMD=:
9738 fi
9739fi
9740
9741 fi
9742 ;;
9743esac
9744
9745# Use C for the default configuration in the libtool script
9746
9747lt_save_CC="$CC"
9748ac_ext=c
9749ac_cpp='$CPP $CPPFLAGS'
9750ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9751ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9752ac_compiler_gnu=$ac_cv_c_compiler_gnu
9753
9754
9755# Source file extension for C test sources.
9756ac_ext=c
9757
9758# Object file extension for compiled C test sources.
9759objext=o
9760objext=$objext
9761
9762# Code to be used in simple compile tests
9763lt_simple_compile_test_code="int some_variable = 0;"
9764
9765# Code to be used in simple link tests
9766lt_simple_link_test_code='int main(){return(0);}'
9767
9768
9769
9770
9771
9772
9773
9774# If no C compiler was specified, use CC.
9775LTCC=${LTCC-"$CC"}
9776
9777# If no C compiler flags were specified, use CFLAGS.
9778LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9779
9780# Allow CC to be a program name with arguments.
9781compiler=$CC
9782
9783# Save the default compiler, since it gets overwritten when the other
9784# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9785compiler_DEFAULT=$CC
9786
9787# save warnings/boilerplate of simple test code
9788ac_outfile=conftest.$ac_objext
9789echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9790eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9791_lt_compiler_boilerplate=`cat conftest.err`
9792$RM conftest*
9793
9794ac_outfile=conftest.$ac_objext
9795echo "$lt_simple_link_test_code" >conftest.$ac_ext
9796eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9797_lt_linker_boilerplate=`cat conftest.err`
9798$RM -r conftest*
9799
9800
9801## CAVEAT EMPTOR:
9802## There is no encapsulation within the following macros, do not change
9803## the running order or otherwise move them around unless you know exactly
9804## what you are doing...
9805if test -n "$compiler"; then
9806
9807lt_prog_compiler_no_builtin_flag=
9808
9809if test "$GCC" = yes; then
9810 case $cc_basename in
9811 nvcc*)
9812 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9813 *)
9814 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 9815 esac
6bb11ab3
L
9816
9817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9818$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9819if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9820 $as_echo_n "(cached) " >&6
f0569246 9821else
6bb11ab3
L
9822 lt_cv_prog_compiler_rtti_exceptions=no
9823 ac_outfile=conftest.$ac_objext
9824 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9825 lt_compiler_flag="-fno-rtti -fno-exceptions"
9826 # Insert the option either (1) after the last *FLAGS variable, or
9827 # (2) before a word containing "conftest.", or (3) at the end.
9828 # Note that $ac_compile itself does not contain backslashes and begins
9829 # with a dollar sign (not a hyphen), so the echo should work correctly.
9830 # The option is referenced via a variable to avoid confusing sed.
9831 lt_compile=`echo "$ac_compile" | $SED \
9832 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9833 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9834 -e 's:$: $lt_compiler_flag:'`
9835 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9836 (eval "$lt_compile" 2>conftest.err)
9837 ac_status=$?
9838 cat conftest.err >&5
9839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9840 if (exit $ac_status) && test -s "$ac_outfile"; then
9841 # The compiler can only warn and ignore the option if not recognized
9842 # So say no if there are warnings other than the usual output.
9843 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9844 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9845 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9846 lt_cv_prog_compiler_rtti_exceptions=yes
9847 fi
9848 fi
9849 $RM conftest*
9850
f0569246 9851fi
6bb11ab3
L
9852{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9853$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9854
9855if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9856 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9857else
9858 :
9859fi
9860
9861fi
9862
9863
9864
9865
9866
9867
9868 lt_prog_compiler_wl=
9869lt_prog_compiler_pic=
9870lt_prog_compiler_static=
9871
9872{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9873$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9874
9875 if test "$GCC" = yes; then
9876 lt_prog_compiler_wl='-Wl,'
9877 lt_prog_compiler_static='-static'
9878
9879 case $host_os in
9880 aix*)
9881 # All AIX code is PIC.
9882 if test "$host_cpu" = ia64; then
9883 # AIX 5 now supports IA64 processor
9884 lt_prog_compiler_static='-Bstatic'
9885 fi
9886 lt_prog_compiler_pic='-fPIC'
9887 ;;
9888
9889 amigaos*)
9890 case $host_cpu in
9891 powerpc)
9892 # see comment about AmigaOS4 .so support
9893 lt_prog_compiler_pic='-fPIC'
9894 ;;
9895 m68k)
9896 # FIXME: we need at least 68020 code to build shared libraries, but
9897 # adding the `-m68020' flag to GCC prevents building anything better,
9898 # like `-m68040'.
9899 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9900 ;;
9901 esac
9902 ;;
9903
9904 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9905 # PIC is the default for these OSes.
9906 ;;
9907
9908 mingw* | cygwin* | pw32* | os2* | cegcc*)
9909 # This hack is so that the source file can tell whether it is being
9910 # built for inclusion in a dll (and should export symbols for example).
9911 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9912 # (--disable-auto-import) libraries
9913 lt_prog_compiler_pic='-DDLL_EXPORT'
9914 ;;
9915
9916 darwin* | rhapsody*)
9917 # PIC is the default on this platform
9918 # Common symbols not allowed in MH_DYLIB files
9919 lt_prog_compiler_pic='-fno-common'
9920 ;;
9921
9922 haiku*)
9923 # PIC is the default for Haiku.
9924 # The "-static" flag exists, but is broken.
9925 lt_prog_compiler_static=
9926 ;;
9927
9928 hpux*)
9929 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9930 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9931 # sets the default TLS model and affects inlining.
9932 case $host_cpu in
9933 hppa*64*)
9934 # +Z the default
9935 ;;
9936 *)
9937 lt_prog_compiler_pic='-fPIC'
9938 ;;
9939 esac
9940 ;;
9941
9942 interix[3-9]*)
9943 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9944 # Instead, we relocate shared libraries at runtime.
9945 ;;
9946
9947 msdosdjgpp*)
9948 # Just because we use GCC doesn't mean we suddenly get shared libraries
9949 # on systems that don't support them.
9950 lt_prog_compiler_can_build_shared=no
9951 enable_shared=no
9952 ;;
9953
9954 *nto* | *qnx*)
9955 # QNX uses GNU C++, but need to define -shared option too, otherwise
9956 # it will coredump.
9957 lt_prog_compiler_pic='-fPIC -shared'
9958 ;;
9959
9960 sysv4*MP*)
9961 if test -d /usr/nec; then
9962 lt_prog_compiler_pic=-Kconform_pic
9963 fi
9964 ;;
9965
9966 *)
9967 lt_prog_compiler_pic='-fPIC'
9968 ;;
9969 esac
9970
9971 case $cc_basename in
9972 nvcc*) # Cuda Compiler Driver 2.2
9973 lt_prog_compiler_wl='-Xlinker '
9974 lt_prog_compiler_pic='-Xcompiler -fPIC'
9975 ;;
9976 esac
9977 else
9978 # PORTME Check for flag to pass linker flags through the system compiler.
9979 case $host_os in
9980 aix*)
9981 lt_prog_compiler_wl='-Wl,'
9982 if test "$host_cpu" = ia64; then
9983 # AIX 5 now supports IA64 processor
9984 lt_prog_compiler_static='-Bstatic'
9985 else
9986 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9987 fi
9988 ;;
9989
9990 mingw* | cygwin* | pw32* | os2* | cegcc*)
9991 # This hack is so that the source file can tell whether it is being
9992 # built for inclusion in a dll (and should export symbols for example).
9993 lt_prog_compiler_pic='-DDLL_EXPORT'
9994 ;;
9995
9996 hpux9* | hpux10* | hpux11*)
9997 lt_prog_compiler_wl='-Wl,'
9998 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9999 # not for PA HP-UX.
10000 case $host_cpu in
10001 hppa*64*|ia64*)
10002 # +Z the default
10003 ;;
10004 *)
10005 lt_prog_compiler_pic='+Z'
10006 ;;
10007 esac
10008 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10009 lt_prog_compiler_static='${wl}-a ${wl}archive'
10010 ;;
10011
10012 irix5* | irix6* | nonstopux*)
10013 lt_prog_compiler_wl='-Wl,'
10014 # PIC (with -KPIC) is the default.
10015 lt_prog_compiler_static='-non_shared'
10016 ;;
10017
10018 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10019 case $cc_basename in
10020 # old Intel for x86_64 which still supported -KPIC.
10021 ecc*)
10022 lt_prog_compiler_wl='-Wl,'
10023 lt_prog_compiler_pic='-KPIC'
10024 lt_prog_compiler_static='-static'
10025 ;;
10026 # icc used to be incompatible with GCC.
10027 # ICC 10 doesn't accept -KPIC any more.
10028 icc* | ifort*)
10029 lt_prog_compiler_wl='-Wl,'
10030 lt_prog_compiler_pic='-fPIC'
10031 lt_prog_compiler_static='-static'
10032 ;;
10033 # Lahey Fortran 8.1.
10034 lf95*)
10035 lt_prog_compiler_wl='-Wl,'
10036 lt_prog_compiler_pic='--shared'
10037 lt_prog_compiler_static='--static'
10038 ;;
10039 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10040 # Portland Group compilers (*not* the Pentium gcc compiler,
10041 # which looks to be a dead project)
10042 lt_prog_compiler_wl='-Wl,'
10043 lt_prog_compiler_pic='-fpic'
10044 lt_prog_compiler_static='-Bstatic'
10045 ;;
10046 ccc*)
10047 lt_prog_compiler_wl='-Wl,'
10048 # All Alpha code is PIC.
10049 lt_prog_compiler_static='-non_shared'
10050 ;;
10051 xl* | bgxl* | bgf* | mpixl*)
10052 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10053 lt_prog_compiler_wl='-Wl,'
10054 lt_prog_compiler_pic='-qpic'
10055 lt_prog_compiler_static='-qstaticlink'
10056 ;;
10057 *)
10058 case `$CC -V 2>&1 | sed 5q` in
10059 *Sun\ F* | *Sun*Fortran*)
10060 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10061 lt_prog_compiler_pic='-KPIC'
10062 lt_prog_compiler_static='-Bstatic'
10063 lt_prog_compiler_wl=''
10064 ;;
10065 *Sun\ C*)
10066 # Sun C 5.9
10067 lt_prog_compiler_pic='-KPIC'
10068 lt_prog_compiler_static='-Bstatic'
10069 lt_prog_compiler_wl='-Wl,'
10070 ;;
10071 esac
10072 ;;
10073 esac
10074 ;;
10075
10076 newsos6)
10077 lt_prog_compiler_pic='-KPIC'
10078 lt_prog_compiler_static='-Bstatic'
10079 ;;
10080
10081 *nto* | *qnx*)
10082 # QNX uses GNU C++, but need to define -shared option too, otherwise
10083 # it will coredump.
10084 lt_prog_compiler_pic='-fPIC -shared'
10085 ;;
10086
10087 osf3* | osf4* | osf5*)
10088 lt_prog_compiler_wl='-Wl,'
10089 # All OSF/1 code is PIC.
10090 lt_prog_compiler_static='-non_shared'
10091 ;;
10092
10093 rdos*)
10094 lt_prog_compiler_static='-non_shared'
10095 ;;
f0569246 10096
6bb11ab3
L
10097 solaris*)
10098 lt_prog_compiler_pic='-KPIC'
10099 lt_prog_compiler_static='-Bstatic'
10100 case $cc_basename in
10101 f77* | f90* | f95*)
10102 lt_prog_compiler_wl='-Qoption ld ';;
10103 *)
10104 lt_prog_compiler_wl='-Wl,';;
10105 esac
10106 ;;
f0569246 10107
6bb11ab3
L
10108 sunos4*)
10109 lt_prog_compiler_wl='-Qoption ld '
10110 lt_prog_compiler_pic='-PIC'
10111 lt_prog_compiler_static='-Bstatic'
10112 ;;
f0569246 10113
6bb11ab3
L
10114 sysv4 | sysv4.2uw2* | sysv4.3*)
10115 lt_prog_compiler_wl='-Wl,'
10116 lt_prog_compiler_pic='-KPIC'
10117 lt_prog_compiler_static='-Bstatic'
10118 ;;
10119
10120 sysv4*MP*)
10121 if test -d /usr/nec ;then
10122 lt_prog_compiler_pic='-Kconform_pic'
10123 lt_prog_compiler_static='-Bstatic'
10124 fi
10125 ;;
10126
10127 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10128 lt_prog_compiler_wl='-Wl,'
10129 lt_prog_compiler_pic='-KPIC'
10130 lt_prog_compiler_static='-Bstatic'
10131 ;;
10132
10133 unicos*)
10134 lt_prog_compiler_wl='-Wl,'
10135 lt_prog_compiler_can_build_shared=no
10136 ;;
10137
10138 uts4*)
10139 lt_prog_compiler_pic='-pic'
10140 lt_prog_compiler_static='-Bstatic'
10141 ;;
10142
10143 *)
10144 lt_prog_compiler_can_build_shared=no
10145 ;;
10146 esac
10147 fi
10148
10149case $host_os in
10150 # For platforms which do not support PIC, -DPIC is meaningless:
10151 *djgpp*)
10152 lt_prog_compiler_pic=
10153 ;;
10154 *)
10155 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10156 ;;
81ecdfbb 10157esac
6bb11ab3
L
10158{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10159$as_echo "$lt_prog_compiler_pic" >&6; }
10160
10161
10162
10163
10164
10165
10166#
10167# Check to make sure the PIC flag actually works.
10168#
10169if test -n "$lt_prog_compiler_pic"; then
10170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10171$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10172if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
10173 $as_echo_n "(cached) " >&6
b7026657 10174else
6bb11ab3
L
10175 lt_cv_prog_compiler_pic_works=no
10176 ac_outfile=conftest.$ac_objext
10177 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10178 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10179 # Insert the option either (1) after the last *FLAGS variable, or
10180 # (2) before a word containing "conftest.", or (3) at the end.
10181 # Note that $ac_compile itself does not contain backslashes and begins
10182 # with a dollar sign (not a hyphen), so the echo should work correctly.
10183 # The option is referenced via a variable to avoid confusing sed.
10184 lt_compile=`echo "$ac_compile" | $SED \
10185 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10186 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10187 -e 's:$: $lt_compiler_flag:'`
10188 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10189 (eval "$lt_compile" 2>conftest.err)
10190 ac_status=$?
10191 cat conftest.err >&5
10192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10193 if (exit $ac_status) && test -s "$ac_outfile"; then
10194 # The compiler can only warn and ignore the option if not recognized
10195 # So say no if there are warnings other than the usual output.
10196 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10197 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10198 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10199 lt_cv_prog_compiler_pic_works=yes
10200 fi
10201 fi
10202 $RM conftest*
b7026657 10203
b7026657 10204fi
6bb11ab3
L
10205{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10206$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10207
10208if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10209 case $lt_prog_compiler_pic in
10210 "" | " "*) ;;
10211 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10212 esac
10213else
10214 lt_prog_compiler_pic=
10215 lt_prog_compiler_can_build_shared=no
f0569246 10216fi
6bb11ab3
L
10217
10218fi
10219
10220
10221
10222
10223
10224
10225#
10226# Check to make sure the static flag actually works.
10227#
10228wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10229{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10230$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10231if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
81ecdfbb 10232 $as_echo_n "(cached) " >&6
f0569246 10233else
6bb11ab3
L
10234 lt_cv_prog_compiler_static_works=no
10235 save_LDFLAGS="$LDFLAGS"
10236 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10237 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10238 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10239 # The linker can only warn and ignore the option if not recognized
10240 # So say no if there are warnings
10241 if test -s conftest.err; then
10242 # Append any errors to the config.log.
10243 cat conftest.err 1>&5
10244 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10245 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10246 if diff conftest.exp conftest.er2 >/dev/null; then
10247 lt_cv_prog_compiler_static_works=yes
10248 fi
10249 else
10250 lt_cv_prog_compiler_static_works=yes
10251 fi
10252 fi
10253 $RM -r conftest*
10254 LDFLAGS="$save_LDFLAGS"
f0569246 10255
6bb11ab3
L
10256fi
10257{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10258$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 10259
6bb11ab3
L
10260if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10261 :
b7026657 10262else
6bb11ab3 10263 lt_prog_compiler_static=
b7026657 10264fi
f0569246 10265
6bb11ab3
L
10266
10267
10268
10269
10270
10271
10272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10273$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10274if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10275 $as_echo_n "(cached) " >&6
81ecdfbb 10276else
6bb11ab3
L
10277 lt_cv_prog_compiler_c_o=no
10278 $RM -r conftest 2>/dev/null
10279 mkdir conftest
10280 cd conftest
10281 mkdir out
10282 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10283
10284 lt_compiler_flag="-o out/conftest2.$ac_objext"
10285 # Insert the option either (1) after the last *FLAGS variable, or
10286 # (2) before a word containing "conftest.", or (3) at the end.
10287 # Note that $ac_compile itself does not contain backslashes and begins
10288 # with a dollar sign (not a hyphen), so the echo should work correctly.
10289 lt_compile=`echo "$ac_compile" | $SED \
10290 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10291 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10292 -e 's:$: $lt_compiler_flag:'`
10293 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10294 (eval "$lt_compile" 2>out/conftest.err)
10295 ac_status=$?
10296 cat out/conftest.err >&5
10297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10298 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10299 then
10300 # The compiler can only warn and ignore the option if not recognized
10301 # So say no if there are warnings
10302 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10303 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10304 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10305 lt_cv_prog_compiler_c_o=yes
10306 fi
10307 fi
10308 chmod u+w . 2>&5
10309 $RM conftest*
10310 # SGI C++ compiler will create directory out/ii_files/ for
10311 # template instantiation
10312 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10313 $RM out/* && rmdir out
10314 cd ..
10315 $RM -r conftest
10316 $RM conftest*
10317
81ecdfbb 10318fi
6bb11ab3
L
10319{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10320$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10321
10322
10323
10324
10325
10326
10327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10328$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10329if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
81ecdfbb
RW
10330 $as_echo_n "(cached) " >&6
10331else
6bb11ab3
L
10332 lt_cv_prog_compiler_c_o=no
10333 $RM -r conftest 2>/dev/null
10334 mkdir conftest
10335 cd conftest
10336 mkdir out
10337 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10338
10339 lt_compiler_flag="-o out/conftest2.$ac_objext"
10340 # Insert the option either (1) after the last *FLAGS variable, or
10341 # (2) before a word containing "conftest.", or (3) at the end.
10342 # Note that $ac_compile itself does not contain backslashes and begins
10343 # with a dollar sign (not a hyphen), so the echo should work correctly.
10344 lt_compile=`echo "$ac_compile" | $SED \
10345 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10346 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10347 -e 's:$: $lt_compiler_flag:'`
10348 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10349 (eval "$lt_compile" 2>out/conftest.err)
10350 ac_status=$?
10351 cat out/conftest.err >&5
10352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10353 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10354 then
10355 # The compiler can only warn and ignore the option if not recognized
10356 # So say no if there are warnings
10357 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10358 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10359 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10360 lt_cv_prog_compiler_c_o=yes
10361 fi
10362 fi
10363 chmod u+w . 2>&5
10364 $RM conftest*
10365 # SGI C++ compiler will create directory out/ii_files/ for
10366 # template instantiation
10367 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10368 $RM out/* && rmdir out
10369 cd ..
10370 $RM -r conftest
10371 $RM conftest*
10372
10373fi
10374{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10375$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10376
10377
10378
10379
10380hard_links="nottested"
10381if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10382 # do not overwrite the value of need_locks provided by the user
10383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10384$as_echo_n "checking if we can lock with hard links... " >&6; }
10385 hard_links=yes
10386 $RM conftest*
10387 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10388 touch conftest.a
10389 ln conftest.a conftest.b 2>&5 || hard_links=no
10390 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10392$as_echo "$hard_links" >&6; }
10393 if test "$hard_links" = no; then
10394 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10395$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10396 need_locks=warn
10397 fi
10398else
10399 need_locks=no
10400fi
10401
10402
10403
10404
10405
10406
10407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10408$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10409
10410 runpath_var=
10411 allow_undefined_flag=
10412 always_export_symbols=no
10413 archive_cmds=
10414 archive_expsym_cmds=
10415 compiler_needs_object=no
10416 enable_shared_with_static_runtimes=no
10417 export_dynamic_flag_spec=
10418 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10419 hardcode_automatic=no
10420 hardcode_direct=no
10421 hardcode_direct_absolute=no
10422 hardcode_libdir_flag_spec=
10423 hardcode_libdir_flag_spec_ld=
10424 hardcode_libdir_separator=
10425 hardcode_minus_L=no
10426 hardcode_shlibpath_var=unsupported
10427 inherit_rpath=no
10428 link_all_deplibs=unknown
10429 module_cmds=
10430 module_expsym_cmds=
10431 old_archive_from_new_cmds=
10432 old_archive_from_expsyms_cmds=
10433 thread_safe_flag_spec=
10434 whole_archive_flag_spec=
10435 # include_expsyms should be a list of space-separated symbols to be *always*
10436 # included in the symbol list
10437 include_expsyms=
10438 # exclude_expsyms can be an extended regexp of symbols to exclude
10439 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10440 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10441 # as well as any symbol that contains `d'.
10442 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10443 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10444 # platforms (ab)use it in PIC code, but their linkers get confused if
10445 # the symbol is explicitly referenced. Since portable code cannot
10446 # rely on this symbol name, it's probably fine to never include it in
10447 # preloaded symbol tables.
10448 # Exclude shared library initialization/finalization symbols.
10449 extract_expsyms_cmds=
10450
10451 case $host_os in
10452 cygwin* | mingw* | pw32* | cegcc*)
10453 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10454 # When not using gcc, we currently assume that we are using
10455 # Microsoft Visual C++.
10456 if test "$GCC" != yes; then
10457 with_gnu_ld=no
10458 fi
10459 ;;
10460 interix*)
10461 # we just hope/assume this is gcc and not c89 (= MSVC++)
10462 with_gnu_ld=yes
10463 ;;
10464 openbsd*)
10465 with_gnu_ld=no
10466 ;;
10467 esac
f0569246 10468
6bb11ab3
L
10469 ld_shlibs=yes
10470
10471 # On some targets, GNU ld is compatible enough with the native linker
10472 # that we're better off using the native interface for both.
10473 lt_use_gnu_ld_interface=no
10474 if test "$with_gnu_ld" = yes; then
10475 case $host_os in
10476 aix*)
10477 # The AIX port of GNU ld has always aspired to compatibility
10478 # with the native linker. However, as the warning in the GNU ld
10479 # block says, versions before 2.19.5* couldn't really create working
10480 # shared libraries, regardless of the interface used.
10481 case `$LD -v 2>&1` in
10482 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10483 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10484 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10485 *)
10486 lt_use_gnu_ld_interface=yes
10487 ;;
10488 esac
10489 ;;
10490 *)
10491 lt_use_gnu_ld_interface=yes
10492 ;;
10493 esac
10494 fi
f0569246 10495
6bb11ab3
L
10496 if test "$lt_use_gnu_ld_interface" = yes; then
10497 # If archive_cmds runs LD, not CC, wlarc should be empty
10498 wlarc='${wl}'
10499
10500 # Set some defaults for GNU ld with shared library support. These
10501 # are reset later if shared libraries are not supported. Putting them
10502 # here allows them to be overridden if necessary.
10503 runpath_var=LD_RUN_PATH
10504 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10505 export_dynamic_flag_spec='${wl}--export-dynamic'
10506 # ancient GNU ld didn't support --whole-archive et. al.
10507 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10508 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10509 else
10510 whole_archive_flag_spec=
10511 fi
10512 supports_anon_versioning=no
10513 case `$LD -v 2>&1` in
10514 *GNU\ gold*) supports_anon_versioning=yes ;;
10515 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10516 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10517 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10518 *\ 2.11.*) ;; # other 2.11 versions
10519 *) supports_anon_versioning=yes ;;
10520 esac
10521
10522 # See if GNU ld supports shared libraries.
10523 case $host_os in
10524 aix[3-9]*)
10525 # On AIX/PPC, the GNU linker is very broken
10526 if test "$host_cpu" != ia64; then
10527 ld_shlibs=no
10528 cat <<_LT_EOF 1>&2
10529
10530*** Warning: the GNU linker, at least up to release 2.19, is reported
10531*** to be unable to reliably create shared libraries on AIX.
10532*** Therefore, libtool is disabling shared libraries support. If you
10533*** really care for shared libraries, you may want to install binutils
10534*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10535*** You will then need to restart the configuration process.
10536
10537_LT_EOF
10538 fi
10539 ;;
10540
10541 amigaos*)
10542 case $host_cpu in
10543 powerpc)
10544 # see comment about AmigaOS4 .so support
10545 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10546 archive_expsym_cmds=''
10547 ;;
10548 m68k)
10549 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)'
10550 hardcode_libdir_flag_spec='-L$libdir'
10551 hardcode_minus_L=yes
10552 ;;
10553 esac
10554 ;;
10555
10556 beos*)
10557 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10558 allow_undefined_flag=unsupported
10559 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10560 # support --undefined. This deserves some investigation. FIXME
10561 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10562 else
10563 ld_shlibs=no
10564 fi
10565 ;;
10566
10567 cygwin* | mingw* | pw32* | cegcc*)
10568 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10569 # as there is no search path for DLLs.
10570 hardcode_libdir_flag_spec='-L$libdir'
10571 export_dynamic_flag_spec='${wl}--export-all-symbols'
10572 allow_undefined_flag=unsupported
10573 always_export_symbols=no
10574 enable_shared_with_static_runtimes=yes
10575 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10576
10577 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10578 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10579 # If the export-symbols file already is a .def file (1st line
10580 # is EXPORTS), use it as is; otherwise, prepend...
10581 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10582 cp $export_symbols $output_objdir/$soname.def;
10583 else
10584 echo EXPORTS > $output_objdir/$soname.def;
10585 cat $export_symbols >> $output_objdir/$soname.def;
10586 fi~
10587 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10588 else
10589 ld_shlibs=no
10590 fi
10591 ;;
10592
10593 haiku*)
10594 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10595 link_all_deplibs=yes
10596 ;;
10597
10598 interix[3-9]*)
10599 hardcode_direct=no
10600 hardcode_shlibpath_var=no
10601 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10602 export_dynamic_flag_spec='${wl}-E'
10603 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10604 # Instead, shared libraries are loaded at an image base (0x10000000 by
10605 # default) and relocated if they conflict, which is a slow very memory
10606 # consuming and fragmenting process. To avoid this, we pick a random,
10607 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10608 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10609 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10610 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'
10611 ;;
10612
10613 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10614 tmp_diet=no
10615 if test "$host_os" = linux-dietlibc; then
10616 case $cc_basename in
10617 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10618 esac
10619 fi
10620 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10621 && test "$tmp_diet" = no
10622 then
5cddc23a 10623 tmp_addflag=' $pic_flag'
6bb11ab3
L
10624 tmp_sharedflag='-shared'
10625 case $cc_basename,$host_cpu in
10626 pgcc*) # Portland Group C compiler
10627 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'
10628 tmp_addflag=' $pic_flag'
10629 ;;
10630 pgf77* | pgf90* | pgf95* | pgfortran*)
10631 # Portland Group f77 and f90 compilers
10632 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'
10633 tmp_addflag=' $pic_flag -Mnomain' ;;
10634 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10635 tmp_addflag=' -i_dynamic' ;;
10636 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10637 tmp_addflag=' -i_dynamic -nofor_main' ;;
10638 ifc* | ifort*) # Intel Fortran compiler
10639 tmp_addflag=' -nofor_main' ;;
10640 lf95*) # Lahey Fortran 8.1
10641 whole_archive_flag_spec=
10642 tmp_sharedflag='--shared' ;;
10643 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10644 tmp_sharedflag='-qmkshrobj'
10645 tmp_addflag= ;;
10646 nvcc*) # Cuda Compiler Driver 2.2
10647 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'
10648 compiler_needs_object=yes
10649 ;;
10650 esac
10651 case `$CC -V 2>&1 | sed 5q` in
10652 *Sun\ C*) # Sun C 5.9
10653 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'
10654 compiler_needs_object=yes
10655 tmp_sharedflag='-G' ;;
10656 *Sun\ F*) # Sun Fortran 8.3
10657 tmp_sharedflag='-G' ;;
10658 esac
10659 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10660
10661 if test "x$supports_anon_versioning" = xyes; then
10662 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10663 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10664 echo "local: *; };" >> $output_objdir/$libname.ver~
10665 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10666 fi
10667
10668 case $cc_basename in
10669 xlf* | bgf* | bgxlf* | mpixlf*)
10670 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10671 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10672 hardcode_libdir_flag_spec=
10673 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10674 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10675 if test "x$supports_anon_versioning" = xyes; then
10676 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10677 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10678 echo "local: *; };" >> $output_objdir/$libname.ver~
10679 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10680 fi
10681 ;;
10682 esac
10683 else
10684 ld_shlibs=no
10685 fi
10686 ;;
10687
10688 netbsd*)
10689 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10690 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10691 wlarc=
10692 else
10693 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10694 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10695 fi
10696 ;;
10697
10698 solaris*)
10699 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10700 ld_shlibs=no
10701 cat <<_LT_EOF 1>&2
10702
10703*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10704*** create shared libraries on Solaris systems. Therefore, libtool
10705*** is disabling shared libraries support. We urge you to upgrade GNU
10706*** binutils to release 2.9.1 or newer. Another option is to modify
10707*** your PATH or compiler configuration so that the native linker is
10708*** used, and then restart.
10709
10710_LT_EOF
10711 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10712 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10713 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10714 else
10715 ld_shlibs=no
10716 fi
10717 ;;
10718
10719 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10720 case `$LD -v 2>&1` in
10721 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10722 ld_shlibs=no
10723 cat <<_LT_EOF 1>&2
10724
10725*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10726*** reliably create shared libraries on SCO systems. Therefore, libtool
10727*** is disabling shared libraries support. We urge you to upgrade GNU
10728*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10729*** your PATH or compiler configuration so that the native linker is
10730*** used, and then restart.
10731
10732_LT_EOF
10733 ;;
10734 *)
10735 # For security reasons, it is highly recommended that you always
10736 # use absolute paths for naming shared libraries, and exclude the
10737 # DT_RUNPATH tag from executables and libraries. But doing so
10738 # requires that you compile everything twice, which is a pain.
10739 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10740 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10741 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10742 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10743 else
10744 ld_shlibs=no
10745 fi
10746 ;;
10747 esac
10748 ;;
10749
10750 sunos4*)
10751 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10752 wlarc=
10753 hardcode_direct=yes
10754 hardcode_shlibpath_var=no
10755 ;;
10756
10757 *)
10758 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10759 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10760 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10761 else
10762 ld_shlibs=no
10763 fi
10764 ;;
10765 esac
10766
10767 if test "$ld_shlibs" = no; then
10768 runpath_var=
10769 hardcode_libdir_flag_spec=
10770 export_dynamic_flag_spec=
10771 whole_archive_flag_spec=
10772 fi
10773 else
10774 # PORTME fill in a description of your system's linker (not GNU ld)
10775 case $host_os in
10776 aix3*)
10777 allow_undefined_flag=unsupported
10778 always_export_symbols=yes
10779 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'
10780 # Note: this linker hardcodes the directories in LIBPATH if there
10781 # are no directories specified by -L.
10782 hardcode_minus_L=yes
10783 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10784 # Neither direct hardcoding nor static linking is supported with a
10785 # broken collect2.
10786 hardcode_direct=unsupported
10787 fi
10788 ;;
10789
10790 aix[4-9]*)
10791 if test "$host_cpu" = ia64; then
10792 # On IA64, the linker does run time linking by default, so we don't
10793 # have to do anything special.
10794 aix_use_runtimelinking=no
10795 exp_sym_flag='-Bexport'
10796 no_entry_flag=""
10797 else
10798 # If we're using GNU nm, then we don't want the "-C" option.
10799 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10800 # Also, AIX nm treats weak defined symbols like other global
10801 # defined symbols, whereas GNU nm marks them as "W".
10802 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10803 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'
10804 else
10805 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'
10806 fi
10807 aix_use_runtimelinking=no
10808
10809 # Test if we are trying to use run time linking or normal
10810 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10811 # need to do runtime linking.
10812 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10813 for ld_flag in $LDFLAGS; do
10814 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10815 aix_use_runtimelinking=yes
10816 break
10817 fi
10818 done
10819 ;;
10820 esac
10821
10822 exp_sym_flag='-bexport'
10823 no_entry_flag='-bnoentry'
10824 fi
10825
10826 # When large executables or shared objects are built, AIX ld can
10827 # have problems creating the table of contents. If linking a library
10828 # or program results in "error TOC overflow" add -mminimal-toc to
10829 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10830 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10831
10832 archive_cmds=''
10833 hardcode_direct=yes
10834 hardcode_direct_absolute=yes
10835 hardcode_libdir_separator=':'
10836 link_all_deplibs=yes
10837 file_list_spec='${wl}-f,'
10838
10839 if test "$GCC" = yes; then
10840 case $host_os in aix4.[012]|aix4.[012].*)
10841 # We only want to do this on AIX 4.2 and lower, the check
10842 # below for broken collect2 doesn't work under 4.3+
10843 collect2name=`${CC} -print-prog-name=collect2`
10844 if test -f "$collect2name" &&
10845 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10846 then
10847 # We have reworked collect2
10848 :
10849 else
10850 # We have old collect2
10851 hardcode_direct=unsupported
10852 # It fails to find uninstalled libraries when the uninstalled
10853 # path is not listed in the libpath. Setting hardcode_minus_L
10854 # to unsupported forces relinking
10855 hardcode_minus_L=yes
10856 hardcode_libdir_flag_spec='-L$libdir'
10857 hardcode_libdir_separator=
10858 fi
10859 ;;
10860 esac
10861 shared_flag='-shared'
10862 if test "$aix_use_runtimelinking" = yes; then
10863 shared_flag="$shared_flag "'${wl}-G'
10864 fi
10865 else
10866 # not using gcc
10867 if test "$host_cpu" = ia64; then
10868 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10869 # chokes on -Wl,-G. The following line is correct:
10870 shared_flag='-G'
10871 else
10872 if test "$aix_use_runtimelinking" = yes; then
10873 shared_flag='${wl}-G'
10874 else
10875 shared_flag='${wl}-bM:SRE'
10876 fi
10877 fi
10878 fi
10879
10880 export_dynamic_flag_spec='${wl}-bexpall'
10881 # It seems that -bexpall does not export symbols beginning with
10882 # underscore (_), so it is better to generate a list of symbols to export.
10883 always_export_symbols=yes
10884 if test "$aix_use_runtimelinking" = yes; then
10885 # Warning - without using the other runtime loading flags (-brtl),
10886 # -berok will link without error, but may produce a broken library.
10887 allow_undefined_flag='-berok'
10888 # Determine the default libpath from the value encoded in an
10889 # empty executable.
10890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
10891/* end confdefs.h. */
10892
10893int
10894main ()
10895{
10896
10897 ;
10898 return 0;
10899}
10900_ACEOF
6bb11ab3 10901if ac_fn_c_try_link "$LINENO"; then :
b7026657 10902
6bb11ab3
L
10903lt_aix_libpath_sed='
10904 /Import File Strings/,/^$/ {
10905 /^0/ {
10906 s/^0 *\(.*\)$/\1/
10907 p
10908 }
10909 }'
10910aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10911# Check for a 64-bit object if we didn't find anything.
10912if test -z "$aix_libpath"; then
10913 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10914fi
10915fi
10916rm -f core conftest.err conftest.$ac_objext \
10917 conftest$ac_exeext conftest.$ac_ext
10918if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10919
10920 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10921 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"
10922 else
10923 if test "$host_cpu" = ia64; then
10924 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10925 allow_undefined_flag="-z nodefs"
10926 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"
10927 else
10928 # Determine the default libpath from the value encoded in an
10929 # empty executable.
81ecdfbb
RW
10930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10931/* end confdefs.h. */
10932
10933int
10934main ()
10935{
10936
10937 ;
10938 return 0;
10939}
10940_ACEOF
6bb11ab3
L
10941if ac_fn_c_try_link "$LINENO"; then :
10942
10943lt_aix_libpath_sed='
10944 /Import File Strings/,/^$/ {
10945 /^0/ {
10946 s/^0 *\(.*\)$/\1/
10947 p
10948 }
10949 }'
10950aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10951# Check for a 64-bit object if we didn't find anything.
10952if test -z "$aix_libpath"; then
10953 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 10954fi
81ecdfbb 10955fi
6bb11ab3
L
10956rm -f core conftest.err conftest.$ac_objext \
10957 conftest$ac_exeext conftest.$ac_ext
10958if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10959
10960 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10961 # Warning - without using the other run time loading flags,
10962 # -berok will link without error, but may produce a broken library.
10963 no_undefined_flag=' ${wl}-bernotok'
10964 allow_undefined_flag=' ${wl}-berok'
10965 if test "$with_gnu_ld" = yes; then
10966 # We only use this code for GNU lds that support --whole-archive.
10967 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10968 else
10969 # Exported symbols can be pulled into shared objects from archives
10970 whole_archive_flag_spec='$convenience'
10971 fi
10972 archive_cmds_need_lc=yes
10973 # This is similar to how AIX traditionally builds its shared libraries.
10974 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'
10975 fi
10976 fi
10977 ;;
10978
10979 amigaos*)
10980 case $host_cpu in
10981 powerpc)
10982 # see comment about AmigaOS4 .so support
10983 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10984 archive_expsym_cmds=''
10985 ;;
10986 m68k)
10987 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)'
10988 hardcode_libdir_flag_spec='-L$libdir'
10989 hardcode_minus_L=yes
10990 ;;
10991 esac
10992 ;;
10993
10994 bsdi[45]*)
10995 export_dynamic_flag_spec=-rdynamic
10996 ;;
10997
10998 cygwin* | mingw* | pw32* | cegcc*)
10999 # When not using gcc, we currently assume that we are using
11000 # Microsoft Visual C++.
11001 # hardcode_libdir_flag_spec is actually meaningless, as there is
11002 # no search path for DLLs.
11003 hardcode_libdir_flag_spec=' '
11004 allow_undefined_flag=unsupported
11005 # Tell ltmain to make .lib files, not .a files.
11006 libext=lib
11007 # Tell ltmain to make .dll files, not .so files.
11008 shrext_cmds=".dll"
11009 # FIXME: Setting linknames here is a bad hack.
11010 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11011 # The linker will automatically build a .lib file if we build a DLL.
11012 old_archive_from_new_cmds='true'
11013 # FIXME: Should let the user specify the lib program.
11014 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11015 fix_srcfile_path='`cygpath -w "$srcfile"`'
11016 enable_shared_with_static_runtimes=yes
11017 ;;
11018
11019 darwin* | rhapsody*)
11020
11021
11022 archive_cmds_need_lc=no
11023 hardcode_direct=no
11024 hardcode_automatic=yes
11025 hardcode_shlibpath_var=unsupported
11026 if test "$lt_cv_ld_force_load" = "yes"; then
11027 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 11028 else
6bb11ab3 11029 whole_archive_flag_spec=''
f0569246 11030 fi
6bb11ab3
L
11031 link_all_deplibs=yes
11032 allow_undefined_flag="$_lt_dar_allow_undefined"
11033 case $cc_basename in
11034 ifort*) _lt_dar_can_shared=yes ;;
11035 *) _lt_dar_can_shared=$GCC ;;
11036 esac
11037 if test "$_lt_dar_can_shared" = "yes"; then
11038 output_verbose_link_cmd=func_echo_all
11039 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11040 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11041 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}"
11042 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}"
11043
f0569246 11044 else
6bb11ab3 11045 ld_shlibs=no
f0569246 11046 fi
6bb11ab3
L
11047
11048 ;;
11049
11050 dgux*)
11051 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11052 hardcode_libdir_flag_spec='-L$libdir'
11053 hardcode_shlibpath_var=no
11054 ;;
11055
11056 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11057 # support. Future versions do this automatically, but an explicit c++rt0.o
11058 # does not break anything, and helps significantly (at the cost of a little
11059 # extra space).
11060 freebsd2.2*)
11061 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11062 hardcode_libdir_flag_spec='-R$libdir'
11063 hardcode_direct=yes
11064 hardcode_shlibpath_var=no
11065 ;;
11066
11067 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11068 freebsd2.*)
11069 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11070 hardcode_direct=yes
11071 hardcode_minus_L=yes
11072 hardcode_shlibpath_var=no
11073 ;;
11074
11075 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11076 freebsd* | dragonfly*)
11077 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11078 hardcode_libdir_flag_spec='-R$libdir'
11079 hardcode_direct=yes
11080 hardcode_shlibpath_var=no
11081 ;;
11082
11083 hpux9*)
11084 if test "$GCC" = yes; then
11085 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'
11086 else
11087 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'
11088 fi
11089 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11090 hardcode_libdir_separator=:
11091 hardcode_direct=yes
11092
11093 # hardcode_minus_L: Not really in the search PATH,
11094 # but as the default location of the library.
11095 hardcode_minus_L=yes
11096 export_dynamic_flag_spec='${wl}-E'
11097 ;;
11098
11099 hpux10*)
11100 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11101 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11102 else
11103 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11104 fi
11105 if test "$with_gnu_ld" = no; then
11106 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11107 hardcode_libdir_flag_spec_ld='+b $libdir'
11108 hardcode_libdir_separator=:
11109 hardcode_direct=yes
11110 hardcode_direct_absolute=yes
11111 export_dynamic_flag_spec='${wl}-E'
11112 # hardcode_minus_L: Not really in the search PATH,
11113 # but as the default location of the library.
11114 hardcode_minus_L=yes
11115 fi
11116 ;;
11117
11118 hpux11*)
11119 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11120 case $host_cpu in
11121 hppa*64*)
11122 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11123 ;;
11124 ia64*)
11125 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11126 ;;
11127 *)
11128 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11129 ;;
11130 esac
11131 else
11132 case $host_cpu in
11133 hppa*64*)
11134 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11135 ;;
11136 ia64*)
11137 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11138 ;;
11139 *)
11140
11141 # Older versions of the 11.00 compiler do not understand -b yet
11142 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11144$as_echo_n "checking if $CC understands -b... " >&6; }
11145if test "${lt_cv_prog_compiler__b+set}" = set; then :
81ecdfbb 11146 $as_echo_n "(cached) " >&6
f0569246 11147else
6bb11ab3
L
11148 lt_cv_prog_compiler__b=no
11149 save_LDFLAGS="$LDFLAGS"
11150 LDFLAGS="$LDFLAGS -b"
11151 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11152 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11153 # The linker can only warn and ignore the option if not recognized
11154 # So say no if there are warnings
11155 if test -s conftest.err; then
11156 # Append any errors to the config.log.
11157 cat conftest.err 1>&5
11158 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11159 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11160 if diff conftest.exp conftest.er2 >/dev/null; then
11161 lt_cv_prog_compiler__b=yes
11162 fi
11163 else
11164 lt_cv_prog_compiler__b=yes
11165 fi
11166 fi
11167 $RM -r conftest*
11168 LDFLAGS="$save_LDFLAGS"
f0569246 11169
6bb11ab3
L
11170fi
11171{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11172$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 11173
6bb11ab3
L
11174if test x"$lt_cv_prog_compiler__b" = xyes; then
11175 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11176else
11177 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11178fi
81ecdfbb 11179
6bb11ab3
L
11180 ;;
11181 esac
11182 fi
11183 if test "$with_gnu_ld" = no; then
11184 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11185 hardcode_libdir_separator=:
11186
11187 case $host_cpu in
11188 hppa*64*|ia64*)
11189 hardcode_direct=no
11190 hardcode_shlibpath_var=no
11191 ;;
11192 *)
11193 hardcode_direct=yes
11194 hardcode_direct_absolute=yes
11195 export_dynamic_flag_spec='${wl}-E'
11196
11197 # hardcode_minus_L: Not really in the search PATH,
11198 # but as the default location of the library.
11199 hardcode_minus_L=yes
11200 ;;
11201 esac
11202 fi
11203 ;;
11204
11205 irix5* | irix6* | nonstopux*)
11206 if test "$GCC" = yes; then
11207 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'
11208 # Try to use the -exported_symbol ld option, if it does not
11209 # work, assume that -exports_file does not work either and
11210 # implicitly export all symbols.
11211 save_LDFLAGS="$LDFLAGS"
11212 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11213 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11214/* end confdefs.h. */
11215int foo(void) {}
b7026657 11216_ACEOF
6bb11ab3
L
11217if ac_fn_c_try_link "$LINENO"; then :
11218 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 11219
f0569246 11220fi
6bb11ab3
L
11221rm -f core conftest.err conftest.$ac_objext \
11222 conftest$ac_exeext conftest.$ac_ext
11223 LDFLAGS="$save_LDFLAGS"
11224 else
11225 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'
11226 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'
11227 fi
11228 archive_cmds_need_lc='no'
11229 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11230 hardcode_libdir_separator=:
11231 inherit_rpath=yes
11232 link_all_deplibs=yes
11233 ;;
11234
11235 netbsd*)
11236 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11237 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11238 else
11239 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11240 fi
11241 hardcode_libdir_flag_spec='-R$libdir'
11242 hardcode_direct=yes
11243 hardcode_shlibpath_var=no
11244 ;;
11245
11246 newsos6)
11247 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11248 hardcode_direct=yes
11249 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11250 hardcode_libdir_separator=:
11251 hardcode_shlibpath_var=no
11252 ;;
11253
11254 *nto* | *qnx*)
11255 ;;
11256
11257 openbsd*)
11258 if test -f /usr/libexec/ld.so; then
11259 hardcode_direct=yes
11260 hardcode_shlibpath_var=no
11261 hardcode_direct_absolute=yes
11262 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11263 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11264 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11265 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11266 export_dynamic_flag_spec='${wl}-E'
11267 else
11268 case $host_os in
11269 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11270 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11271 hardcode_libdir_flag_spec='-R$libdir'
11272 ;;
11273 *)
11274 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11275 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11276 ;;
11277 esac
11278 fi
11279 else
11280 ld_shlibs=no
11281 fi
11282 ;;
11283
11284 os2*)
11285 hardcode_libdir_flag_spec='-L$libdir'
11286 hardcode_minus_L=yes
11287 allow_undefined_flag=unsupported
11288 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'
11289 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11290 ;;
11291
11292 osf3*)
11293 if test "$GCC" = yes; then
11294 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11295 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'
11296 else
11297 allow_undefined_flag=' -expect_unresolved \*'
11298 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'
11299 fi
11300 archive_cmds_need_lc='no'
11301 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11302 hardcode_libdir_separator=:
11303 ;;
11304
11305 osf4* | osf5*) # as osf3* with the addition of -msym flag
11306 if test "$GCC" = yes; then
11307 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11308 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'
11309 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11310 else
11311 allow_undefined_flag=' -expect_unresolved \*'
11312 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'
11313 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~
11314 $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'
11315
11316 # Both c and cxx compiler support -rpath directly
11317 hardcode_libdir_flag_spec='-rpath $libdir'
11318 fi
11319 archive_cmds_need_lc='no'
11320 hardcode_libdir_separator=:
11321 ;;
11322
11323 solaris*)
11324 no_undefined_flag=' -z defs'
11325 if test "$GCC" = yes; then
11326 wlarc='${wl}'
11327 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11328 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11329 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11330 else
11331 case `$CC -V 2>&1` in
11332 *"Compilers 5.0"*)
11333 wlarc=''
11334 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11335 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11336 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11337 ;;
11338 *)
11339 wlarc='${wl}'
11340 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11341 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11342 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11343 ;;
11344 esac
11345 fi
11346 hardcode_libdir_flag_spec='-R$libdir'
11347 hardcode_shlibpath_var=no
11348 case $host_os in
11349 solaris2.[0-5] | solaris2.[0-5].*) ;;
11350 *)
11351 # The compiler driver will combine and reorder linker options,
11352 # but understands `-z linker_flag'. GCC discards it without `$wl',
11353 # but is careful enough not to reorder.
11354 # Supported since Solaris 2.6 (maybe 2.5.1?)
11355 if test "$GCC" = yes; then
11356 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11357 else
11358 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11359 fi
11360 ;;
11361 esac
11362 link_all_deplibs=yes
11363 ;;
11364
11365 sunos4*)
11366 if test "x$host_vendor" = xsequent; then
11367 # Use $CC to link under sequent, because it throws in some extra .o
11368 # files that make .init and .fini sections work.
11369 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11370 else
11371 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11372 fi
11373 hardcode_libdir_flag_spec='-L$libdir'
11374 hardcode_direct=yes
11375 hardcode_minus_L=yes
11376 hardcode_shlibpath_var=no
11377 ;;
11378
11379 sysv4)
11380 case $host_vendor in
11381 sni)
11382 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11383 hardcode_direct=yes # is this really true???
11384 ;;
11385 siemens)
11386 ## LD is ld it makes a PLAMLIB
11387 ## CC just makes a GrossModule.
11388 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11389 reload_cmds='$CC -r -o $output$reload_objs'
11390 hardcode_direct=no
11391 ;;
11392 motorola)
11393 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11394 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11395 ;;
11396 esac
11397 runpath_var='LD_RUN_PATH'
11398 hardcode_shlibpath_var=no
11399 ;;
11400
11401 sysv4.3*)
11402 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11403 hardcode_shlibpath_var=no
11404 export_dynamic_flag_spec='-Bexport'
11405 ;;
11406
11407 sysv4*MP*)
11408 if test -d /usr/nec; then
11409 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11410 hardcode_shlibpath_var=no
11411 runpath_var=LD_RUN_PATH
11412 hardcode_runpath_var=yes
11413 ld_shlibs=yes
11414 fi
11415 ;;
11416
11417 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11418 no_undefined_flag='${wl}-z,text'
11419 archive_cmds_need_lc=no
11420 hardcode_shlibpath_var=no
11421 runpath_var='LD_RUN_PATH'
11422
11423 if test "$GCC" = yes; then
11424 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11425 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11426 else
11427 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11428 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11429 fi
11430 ;;
11431
11432 sysv5* | sco3.2v5* | sco5v6*)
11433 # Note: We can NOT use -z defs as we might desire, because we do not
11434 # link with -lc, and that would cause any symbols used from libc to
11435 # always be unresolved, which means just about no library would
11436 # ever link correctly. If we're not using GNU ld we use -z text
11437 # though, which does catch some bad symbols but isn't as heavy-handed
11438 # as -z defs.
11439 no_undefined_flag='${wl}-z,text'
11440 allow_undefined_flag='${wl}-z,nodefs'
11441 archive_cmds_need_lc=no
11442 hardcode_shlibpath_var=no
11443 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11444 hardcode_libdir_separator=':'
11445 link_all_deplibs=yes
11446 export_dynamic_flag_spec='${wl}-Bexport'
11447 runpath_var='LD_RUN_PATH'
11448
11449 if test "$GCC" = yes; then
11450 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11451 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11452 else
11453 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11454 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11455 fi
11456 ;;
11457
11458 uts4*)
11459 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11460 hardcode_libdir_flag_spec='-L$libdir'
11461 hardcode_shlibpath_var=no
11462 ;;
11463
11464 *)
11465 ld_shlibs=no
11466 ;;
11467 esac
11468
11469 if test x$host_vendor = xsni; then
11470 case $host in
11471 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11472 export_dynamic_flag_spec='${wl}-Blargedynsym'
11473 ;;
11474 esac
11475 fi
11476 fi
11477
11478{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11479$as_echo "$ld_shlibs" >&6; }
11480test "$ld_shlibs" = no && can_build_shared=no
11481
11482with_gnu_ld=$with_gnu_ld
11483
11484
11485
b7026657 11486
f0569246 11487
f0569246 11488
6ffe910a 11489
6ffe910a
MF
11490
11491
6ffe910a 11492
f0569246 11493
f0569246
AC
11494
11495
6bb11ab3
L
11496
11497
11498#
11499# Do we need to explicitly link libc?
11500#
11501case "x$archive_cmds_need_lc" in
11502x|xyes)
11503 # Assume -lc should be added
11504 archive_cmds_need_lc=yes
11505
11506 if test "$enable_shared" = yes && test "$GCC" = yes; then
11507 case $archive_cmds in
11508 *'~'*)
11509 # FIXME: we may have to deal with multi-command sequences.
11510 ;;
11511 '$CC '*)
11512 # Test whether the compiler implicitly links with -lc since on some
11513 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11514 # to ld, don't add -lc before -lgcc.
11515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11516$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11517if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
6ffe910a 11518 $as_echo_n "(cached) " >&6
b7026657 11519else
6bb11ab3
L
11520 $RM conftest*
11521 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11522
11523 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11524 (eval $ac_compile) 2>&5
11525 ac_status=$?
11526 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11527 test $ac_status = 0; } 2>conftest.err; then
11528 soname=conftest
11529 lib=conftest
11530 libobjs=conftest.$ac_objext
11531 deplibs=
11532 wl=$lt_prog_compiler_wl
11533 pic_flag=$lt_prog_compiler_pic
11534 compiler_flags=-v
11535 linker_flags=-v
11536 verstring=
11537 output_objdir=.
11538 libname=conftest
11539 lt_save_allow_undefined_flag=$allow_undefined_flag
11540 allow_undefined_flag=
11541 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11542 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11543 ac_status=$?
11544 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11545 test $ac_status = 0; }
11546 then
11547 lt_cv_archive_cmds_need_lc=no
11548 else
11549 lt_cv_archive_cmds_need_lc=yes
11550 fi
11551 allow_undefined_flag=$lt_save_allow_undefined_flag
11552 else
11553 cat conftest.err 1>&5
11554 fi
11555 $RM conftest*
c906108c 11556
6ffe910a 11557fi
6bb11ab3
L
11558{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11559$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11560 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11561 ;;
11562 esac
11563 fi
11564 ;;
6ffe910a 11565esac
c906108c 11566
c906108c 11567
6ffe910a 11568
c906108c 11569
81ecdfbb 11570
35695fd6 11571
35695fd6 11572
35695fd6 11573
f0569246 11574
c906108c 11575
f0569246 11576
b7026657 11577
f0569246 11578
c906108c 11579
81ecdfbb 11580
c906108c 11581
f0569246
AC
11582
11583
81ecdfbb 11584
81ecdfbb 11585
81ecdfbb
RW
11586
11587
81ecdfbb 11588
81ecdfbb 11589
f0569246
AC
11590
11591
c906108c 11592
f0569246 11593
c906108c 11594
c906108c 11595
81ecdfbb 11596
b7026657 11597
c906108c 11598
f0569246 11599
81ecdfbb 11600
f0569246 11601
c906108c 11602
c906108c 11603
b7026657 11604
81ecdfbb 11605
b7026657 11606
c906108c 11607
c906108c 11608
b7026657
AC
11609
11610
11611
11612
6ffe910a 11613
2232061b
MF
11614
11615
2232061b 11616
2232061b
MF
11617
11618
2232061b
MF
11619
11620
2232061b 11621
2232061b
MF
11622
11623
6bb11ab3
L
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
11712
11713
11714
11715
11716
11717
11718
11719
11720
11721
11722
11723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11724$as_echo_n "checking dynamic linker characteristics... " >&6; }
11725
11726if test "$GCC" = yes; then
11727 case $host_os in
11728 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11729 *) lt_awk_arg="/^libraries:/" ;;
11730 esac
11731 case $host_os in
11732 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11733 *) lt_sed_strip_eq="s,=/,/,g" ;;
11734 esac
11735 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11736 case $lt_search_path_spec in
11737 *\;*)
11738 # if the path contains ";" then we assume it to be the separator
11739 # otherwise default to the standard path separator (i.e. ":") - it is
11740 # assumed that no part of a normal pathname contains ";" but that should
11741 # okay in the real world where ";" in dirpaths is itself problematic.
11742 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11743 ;;
11744 *)
11745 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11746 ;;
11747 esac
11748 # Ok, now we have the path, separated by spaces, we can step through it
11749 # and add multilib dir if necessary.
11750 lt_tmp_lt_search_path_spec=
11751 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11752 for lt_sys_path in $lt_search_path_spec; do
11753 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11754 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11755 else
11756 test -d "$lt_sys_path" && \
11757 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11758 fi
11759 done
11760 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11761BEGIN {RS=" "; FS="/|\n";} {
11762 lt_foo="";
11763 lt_count=0;
11764 for (lt_i = NF; lt_i > 0; lt_i--) {
11765 if ($lt_i != "" && $lt_i != ".") {
11766 if ($lt_i == "..") {
11767 lt_count++;
11768 } else {
11769 if (lt_count == 0) {
11770 lt_foo="/" $lt_i lt_foo;
11771 } else {
11772 lt_count--;
11773 }
11774 }
11775 }
11776 }
11777 if (lt_foo != "") { lt_freq[lt_foo]++; }
11778 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11779}'`
11780 # AWK program above erroneously prepends '/' to C:/dos/paths
11781 # for these hosts.
11782 case $host_os in
11783 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11784 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11785 esac
11786 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11787else
11788 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11789fi
11790library_names_spec=
11791libname_spec='lib$name'
11792soname_spec=
11793shrext_cmds=".so"
11794postinstall_cmds=
11795postuninstall_cmds=
11796finish_cmds=
11797finish_eval=
11798shlibpath_var=
11799shlibpath_overrides_runpath=unknown
11800version_type=none
11801dynamic_linker="$host_os ld.so"
11802sys_lib_dlsearch_path_spec="/lib /usr/lib"
11803need_lib_prefix=unknown
11804hardcode_into_libs=no
11805
11806# when you set need_version to no, make sure it does not cause -set_version
11807# flags to be left without arguments
11808need_version=unknown
11809
11810case $host_os in
11811aix3*)
11812 version_type=linux
11813 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11814 shlibpath_var=LIBPATH
11815
11816 # AIX 3 has no versioning support, so we append a major version to the name.
11817 soname_spec='${libname}${release}${shared_ext}$major'
11818 ;;
11819
11820aix[4-9]*)
11821 version_type=linux
11822 need_lib_prefix=no
11823 need_version=no
11824 hardcode_into_libs=yes
11825 if test "$host_cpu" = ia64; then
11826 # AIX 5 supports IA64
11827 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11828 shlibpath_var=LD_LIBRARY_PATH
11829 else
11830 # With GCC up to 2.95.x, collect2 would create an import file
11831 # for dependence libraries. The import file would start with
11832 # the line `#! .'. This would cause the generated library to
11833 # depend on `.', always an invalid library. This was fixed in
11834 # development snapshots of GCC prior to 3.0.
11835 case $host_os in
11836 aix4 | aix4.[01] | aix4.[01].*)
11837 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11838 echo ' yes '
11839 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11840 :
11841 else
11842 can_build_shared=no
11843 fi
11844 ;;
11845 esac
11846 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11847 # soname into executable. Probably we can add versioning support to
11848 # collect2, so additional links can be useful in future.
11849 if test "$aix_use_runtimelinking" = yes; then
11850 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11851 # instead of lib<name>.a to let people know that these are not
11852 # typical AIX shared libraries.
11853 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11854 else
11855 # We preserve .a as extension for shared libraries through AIX4.2
11856 # and later when we are not doing run time linking.
11857 library_names_spec='${libname}${release}.a $libname.a'
11858 soname_spec='${libname}${release}${shared_ext}$major'
11859 fi
11860 shlibpath_var=LIBPATH
11861 fi
11862 ;;
11863
11864amigaos*)
11865 case $host_cpu in
11866 powerpc)
11867 # Since July 2007 AmigaOS4 officially supports .so libraries.
11868 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11869 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11870 ;;
11871 m68k)
11872 library_names_spec='$libname.ixlibrary $libname.a'
11873 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11874 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'
11875 ;;
11876 esac
11877 ;;
11878
11879beos*)
11880 library_names_spec='${libname}${shared_ext}'
11881 dynamic_linker="$host_os ld.so"
11882 shlibpath_var=LIBRARY_PATH
11883 ;;
11884
11885bsdi[45]*)
11886 version_type=linux
11887 need_version=no
11888 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11889 soname_spec='${libname}${release}${shared_ext}$major'
11890 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11891 shlibpath_var=LD_LIBRARY_PATH
11892 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11893 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11894 # the default ld.so.conf also contains /usr/contrib/lib and
11895 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11896 # libtool to hard-code these into programs
11897 ;;
11898
11899cygwin* | mingw* | pw32* | cegcc*)
11900 version_type=windows
11901 shrext_cmds=".dll"
11902 need_version=no
11903 need_lib_prefix=no
11904
11905 case $GCC,$host_os in
11906 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11907 library_names_spec='$libname.dll.a'
11908 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11909 postinstall_cmds='base_file=`basename \${file}`~
11910 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11911 dldir=$destdir/`dirname \$dlpath`~
11912 test -d \$dldir || mkdir -p \$dldir~
11913 $install_prog $dir/$dlname \$dldir/$dlname~
11914 chmod a+x \$dldir/$dlname~
11915 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11916 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11917 fi'
11918 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11919 dlpath=$dir/\$dldll~
11920 $RM \$dlpath'
11921 shlibpath_overrides_runpath=yes
11922
11923 case $host_os in
11924 cygwin*)
11925 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11926 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11927
11928 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11929 ;;
11930 mingw* | cegcc*)
11931 # MinGW DLLs use traditional 'lib' prefix
11932 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11933 ;;
11934 pw32*)
11935 # pw32 DLLs use 'pw' prefix rather than 'lib'
11936 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11937 ;;
11938 esac
11939 ;;
11940
11941 *)
11942 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11943 ;;
11944 esac
11945 dynamic_linker='Win32 ld.exe'
11946 # FIXME: first we should search . and the directory the executable is in
11947 shlibpath_var=PATH
11948 ;;
11949
11950darwin* | rhapsody*)
11951 dynamic_linker="$host_os dyld"
11952 version_type=darwin
11953 need_lib_prefix=no
11954 need_version=no
11955 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11956 soname_spec='${libname}${release}${major}$shared_ext'
11957 shlibpath_overrides_runpath=yes
11958 shlibpath_var=DYLD_LIBRARY_PATH
11959 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11960
11961 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11962 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11963 ;;
11964
11965dgux*)
11966 version_type=linux
11967 need_lib_prefix=no
11968 need_version=no
11969 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11970 soname_spec='${libname}${release}${shared_ext}$major'
11971 shlibpath_var=LD_LIBRARY_PATH
11972 ;;
11973
11974freebsd* | dragonfly*)
11975 # DragonFly does not have aout. When/if they implement a new
11976 # versioning mechanism, adjust this.
11977 if test -x /usr/bin/objformat; then
11978 objformat=`/usr/bin/objformat`
11979 else
11980 case $host_os in
11981 freebsd[23].*) objformat=aout ;;
11982 *) objformat=elf ;;
11983 esac
11984 fi
11985 version_type=freebsd-$objformat
11986 case $version_type in
11987 freebsd-elf*)
11988 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11989 need_version=no
11990 need_lib_prefix=no
11991 ;;
11992 freebsd-*)
11993 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11994 need_version=yes
11995 ;;
11996 esac
11997 shlibpath_var=LD_LIBRARY_PATH
11998 case $host_os in
11999 freebsd2.*)
12000 shlibpath_overrides_runpath=yes
12001 ;;
12002 freebsd3.[01]* | freebsdelf3.[01]*)
12003 shlibpath_overrides_runpath=yes
12004 hardcode_into_libs=yes
12005 ;;
12006 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12007 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12008 shlibpath_overrides_runpath=no
12009 hardcode_into_libs=yes
12010 ;;
12011 *) # from 4.6 on, and DragonFly
12012 shlibpath_overrides_runpath=yes
12013 hardcode_into_libs=yes
12014 ;;
12015 esac
12016 ;;
12017
12018gnu*)
12019 version_type=linux
12020 need_lib_prefix=no
12021 need_version=no
12022 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12023 soname_spec='${libname}${release}${shared_ext}$major'
12024 shlibpath_var=LD_LIBRARY_PATH
12025 hardcode_into_libs=yes
12026 ;;
12027
12028haiku*)
12029 version_type=linux
12030 need_lib_prefix=no
12031 need_version=no
12032 dynamic_linker="$host_os runtime_loader"
12033 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12034 soname_spec='${libname}${release}${shared_ext}$major'
12035 shlibpath_var=LIBRARY_PATH
12036 shlibpath_overrides_runpath=yes
12037 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12038 hardcode_into_libs=yes
12039 ;;
12040
12041hpux9* | hpux10* | hpux11*)
12042 # Give a soname corresponding to the major version so that dld.sl refuses to
12043 # link against other versions.
12044 version_type=sunos
12045 need_lib_prefix=no
12046 need_version=no
12047 case $host_cpu in
12048 ia64*)
12049 shrext_cmds='.so'
12050 hardcode_into_libs=yes
12051 dynamic_linker="$host_os dld.so"
12052 shlibpath_var=LD_LIBRARY_PATH
12053 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12054 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12055 soname_spec='${libname}${release}${shared_ext}$major'
12056 if test "X$HPUX_IA64_MODE" = X32; then
12057 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12058 else
12059 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12060 fi
12061 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12062 ;;
12063 hppa*64*)
12064 shrext_cmds='.sl'
12065 hardcode_into_libs=yes
12066 dynamic_linker="$host_os dld.sl"
12067 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12068 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12069 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12070 soname_spec='${libname}${release}${shared_ext}$major'
12071 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12072 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12073 ;;
12074 *)
12075 shrext_cmds='.sl'
12076 dynamic_linker="$host_os dld.sl"
12077 shlibpath_var=SHLIB_PATH
12078 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12079 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12080 soname_spec='${libname}${release}${shared_ext}$major'
12081 ;;
12082 esac
12083 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12084 postinstall_cmds='chmod 555 $lib'
12085 # or fails outright, so override atomically:
12086 install_override_mode=555
12087 ;;
12088
12089interix[3-9]*)
12090 version_type=linux
12091 need_lib_prefix=no
12092 need_version=no
12093 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12094 soname_spec='${libname}${release}${shared_ext}$major'
12095 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12096 shlibpath_var=LD_LIBRARY_PATH
12097 shlibpath_overrides_runpath=no
12098 hardcode_into_libs=yes
12099 ;;
12100
12101irix5* | irix6* | nonstopux*)
12102 case $host_os in
12103 nonstopux*) version_type=nonstopux ;;
12104 *)
12105 if test "$lt_cv_prog_gnu_ld" = yes; then
12106 version_type=linux
12107 else
12108 version_type=irix
12109 fi ;;
12110 esac
12111 need_lib_prefix=no
12112 need_version=no
12113 soname_spec='${libname}${release}${shared_ext}$major'
12114 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12115 case $host_os in
12116 irix5* | nonstopux*)
12117 libsuff= shlibsuff=
12118 ;;
12119 *)
12120 case $LD in # libtool.m4 will add one of these switches to LD
12121 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12122 libsuff= shlibsuff= libmagic=32-bit;;
12123 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12124 libsuff=32 shlibsuff=N32 libmagic=N32;;
12125 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12126 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12127 *) libsuff= shlibsuff= libmagic=never-match;;
12128 esac
12129 ;;
12130 esac
12131 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12132 shlibpath_overrides_runpath=no
12133 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12134 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12135 hardcode_into_libs=yes
12136 ;;
12137
12138# No shared lib support for Linux oldld, aout, or coff.
12139linux*oldld* | linux*aout* | linux*coff*)
12140 dynamic_linker=no
12141 ;;
12142
12143# This must be Linux ELF.
12144linux* | k*bsd*-gnu | kopensolaris*-gnu)
12145 version_type=linux
12146 need_lib_prefix=no
12147 need_version=no
12148 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12149 soname_spec='${libname}${release}${shared_ext}$major'
12150 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12151 shlibpath_var=LD_LIBRARY_PATH
12152 shlibpath_overrides_runpath=no
12153
12154 # Some binutils ld are patched to set DT_RUNPATH
12155 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
2232061b
MF
12156 $as_echo_n "(cached) " >&6
12157else
6bb11ab3
L
12158 lt_cv_shlibpath_overrides_runpath=no
12159 save_LDFLAGS=$LDFLAGS
12160 save_libdir=$libdir
12161 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12162 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
12164/* end confdefs.h. */
12165
2232061b
MF
12166int
12167main ()
12168{
12169
12170 ;
12171 return 0;
12172}
12173_ACEOF
6bb11ab3
L
12174if ac_fn_c_try_link "$LINENO"; then :
12175 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12176 lt_cv_shlibpath_overrides_runpath=yes
2232061b 12177fi
2232061b 12178fi
6bb11ab3
L
12179rm -f core conftest.err conftest.$ac_objext \
12180 conftest$ac_exeext conftest.$ac_ext
12181 LDFLAGS=$save_LDFLAGS
12182 libdir=$save_libdir
2232061b 12183
6bb11ab3 12184fi
2232061b 12185
6bb11ab3 12186 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 12187
6bb11ab3
L
12188 # This implies no fast_install, which is unacceptable.
12189 # Some rework will be needed to allow for fast_install
12190 # before this can be enabled.
12191 hardcode_into_libs=yes
2232061b 12192
6bb11ab3
L
12193 # Append ld.so.conf contents to the search path
12194 if test -f /etc/ld.so.conf; then
12195 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' ' '`
12196 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12197 fi
2232061b 12198
6bb11ab3
L
12199 # We used to test for /lib/ld.so.1 and disable shared libraries on
12200 # powerpc, because MkLinux only supported shared libraries with the
12201 # GNU dynamic linker. Since this was broken with cross compilers,
12202 # most powerpc-linux boxes support dynamic linking these days and
12203 # people can always --disable-shared, the test was removed, and we
12204 # assume the GNU/Linux dynamic linker is in use.
12205 dynamic_linker='GNU/Linux ld.so'
12206 ;;
12207
12208netbsd*)
12209 version_type=sunos
12210 need_lib_prefix=no
12211 need_version=no
12212 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12213 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12214 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12215 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 12216 else
6bb11ab3
L
12217 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12218 soname_spec='${libname}${release}${shared_ext}$major'
12219 dynamic_linker='NetBSD ld.elf_so'
12220 fi
12221 shlibpath_var=LD_LIBRARY_PATH
12222 shlibpath_overrides_runpath=yes
12223 hardcode_into_libs=yes
12224 ;;
12225
12226newsos6)
12227 version_type=linux
12228 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12229 shlibpath_var=LD_LIBRARY_PATH
12230 shlibpath_overrides_runpath=yes
12231 ;;
12232
12233*nto* | *qnx*)
12234 version_type=qnx
12235 need_lib_prefix=no
12236 need_version=no
12237 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12238 soname_spec='${libname}${release}${shared_ext}$major'
12239 shlibpath_var=LD_LIBRARY_PATH
12240 shlibpath_overrides_runpath=no
12241 hardcode_into_libs=yes
12242 dynamic_linker='ldqnx.so'
12243 ;;
12244
12245openbsd*)
12246 version_type=sunos
12247 sys_lib_dlsearch_path_spec="/usr/lib"
12248 need_lib_prefix=no
12249 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12250 case $host_os in
12251 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12252 *) need_version=no ;;
12253 esac
12254 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12255 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12256 shlibpath_var=LD_LIBRARY_PATH
12257 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12258 case $host_os in
12259 openbsd2.[89] | openbsd2.[89].*)
12260 shlibpath_overrides_runpath=no
12261 ;;
12262 *)
12263 shlibpath_overrides_runpath=yes
12264 ;;
12265 esac
12266 else
12267 shlibpath_overrides_runpath=yes
12268 fi
12269 ;;
12270
12271os2*)
12272 libname_spec='$name'
12273 shrext_cmds=".dll"
12274 need_lib_prefix=no
12275 library_names_spec='$libname${shared_ext} $libname.a'
12276 dynamic_linker='OS/2 ld.exe'
12277 shlibpath_var=LIBPATH
12278 ;;
12279
12280osf3* | osf4* | osf5*)
12281 version_type=osf
12282 need_lib_prefix=no
12283 need_version=no
12284 soname_spec='${libname}${release}${shared_ext}$major'
12285 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12286 shlibpath_var=LD_LIBRARY_PATH
12287 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12288 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12289 ;;
12290
12291rdos*)
12292 dynamic_linker=no
12293 ;;
12294
12295solaris*)
12296 version_type=linux
12297 need_lib_prefix=no
12298 need_version=no
12299 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12300 soname_spec='${libname}${release}${shared_ext}$major'
12301 shlibpath_var=LD_LIBRARY_PATH
12302 shlibpath_overrides_runpath=yes
12303 hardcode_into_libs=yes
12304 # ldd complains unless libraries are executable
12305 postinstall_cmds='chmod +x $lib'
12306 ;;
12307
12308sunos4*)
12309 version_type=sunos
12310 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12311 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12312 shlibpath_var=LD_LIBRARY_PATH
12313 shlibpath_overrides_runpath=yes
12314 if test "$with_gnu_ld" = yes; then
12315 need_lib_prefix=no
12316 fi
12317 need_version=yes
12318 ;;
12319
12320sysv4 | sysv4.3*)
12321 version_type=linux
12322 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12323 soname_spec='${libname}${release}${shared_ext}$major'
12324 shlibpath_var=LD_LIBRARY_PATH
12325 case $host_vendor in
12326 sni)
12327 shlibpath_overrides_runpath=no
12328 need_lib_prefix=no
12329 runpath_var=LD_RUN_PATH
12330 ;;
12331 siemens)
12332 need_lib_prefix=no
12333 ;;
12334 motorola)
12335 need_lib_prefix=no
12336 need_version=no
12337 shlibpath_overrides_runpath=no
12338 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12339 ;;
12340 esac
12341 ;;
12342
12343sysv4*MP*)
12344 if test -d /usr/nec ;then
12345 version_type=linux
12346 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12347 soname_spec='$libname${shared_ext}.$major'
12348 shlibpath_var=LD_LIBRARY_PATH
2232061b 12349 fi
6bb11ab3
L
12350 ;;
12351
12352sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12353 version_type=freebsd-elf
12354 need_lib_prefix=no
12355 need_version=no
12356 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12357 soname_spec='${libname}${release}${shared_ext}$major'
12358 shlibpath_var=LD_LIBRARY_PATH
12359 shlibpath_overrides_runpath=yes
12360 hardcode_into_libs=yes
12361 if test "$with_gnu_ld" = yes; then
12362 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12363 else
12364 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12365 case $host_os in
12366 sco3.2v5*)
12367 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12368 ;;
12369 esac
12370 fi
12371 sys_lib_dlsearch_path_spec='/usr/lib'
12372 ;;
12373
12374tpf*)
12375 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12376 version_type=linux
12377 need_lib_prefix=no
12378 need_version=no
12379 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12380 shlibpath_var=LD_LIBRARY_PATH
12381 shlibpath_overrides_runpath=no
12382 hardcode_into_libs=yes
12383 ;;
12384
12385uts4*)
12386 version_type=linux
12387 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12388 soname_spec='${libname}${release}${shared_ext}$major'
12389 shlibpath_var=LD_LIBRARY_PATH
12390 ;;
12391
12392*)
12393 dynamic_linker=no
12394 ;;
12395esac
12396{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12397$as_echo "$dynamic_linker" >&6; }
12398test "$dynamic_linker" = no && can_build_shared=no
12399
12400variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12401if test "$GCC" = yes; then
12402 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 12403fi
2232061b 12404
6bb11ab3
L
12405if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12406 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12407fi
12408if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12409 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12410fi
12411
12412
12413
12414
12415
12416
12417
12418
12419
12420
12421
12422
12423
12424
12425
12426
12427
12428
12429
12430
12431
12432
12433
12434
12435
12436
2232061b 12437
2232061b 12438
2232061b 12439
2232061b 12440
2232061b
MF
12441
12442
6ffe910a 12443
6ffe910a
MF
12444
12445
12446
12447
12448
2232061b 12449
6ffe910a
MF
12450
12451
12452
12453
6ffe910a 12454
6ffe910a 12455
6ffe910a
MF
12456
12457
6ffe910a 12458
6ffe910a 12459
6ffe910a
MF
12460
12461
5f3ef9d0 12462
5f3ef9d0
JB
12463
12464
12465
db2e4d67
MF
12466
12467
db2e4d67 12468
db2e4d67 12469
db2e4d67 12470
db2e4d67 12471
db2e4d67 12472
db2e4d67 12473
db2e4d67 12474
db2e4d67
MF
12475
12476
db2e4d67 12477
db2e4d67
MF
12478
12479
db2e4d67 12480
db2e4d67
MF
12481
12482
6ffe910a 12483
6ffe910a 12484
6ffe910a
MF
12485
12486
6ffe910a
MF
12487
12488
6ffe910a 12489
6ffe910a 12490
6ffe910a 12491
6ffe910a 12492
6ffe910a 12493
b7026657
AC
12494
12495
12496
c906108c 12497
b7026657 12498
b7026657 12499
b7026657 12500
b7026657 12501
c906108c 12502
6bb11ab3
L
12503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12504$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12505hardcode_action=
12506if test -n "$hardcode_libdir_flag_spec" ||
12507 test -n "$runpath_var" ||
12508 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 12509
6bb11ab3
L
12510 # We can hardcode non-existent directories.
12511 if test "$hardcode_direct" != no &&
12512 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12513 # have to relink, otherwise we might link with an installed library
12514 # when we should be linking with a yet-to-be-installed one
12515 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12516 test "$hardcode_minus_L" != no; then
12517 # Linking always hardcodes the temporary library directory.
12518 hardcode_action=relink
12519 else
12520 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12521 hardcode_action=immediate
12522 fi
12523else
12524 # We cannot hardcode anything, or else we can only hardcode existing
12525 # directories.
12526 hardcode_action=unsupported
c906108c 12527fi
6bb11ab3
L
12528{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12529$as_echo "$hardcode_action" >&6; }
b7026657 12530
6bb11ab3
L
12531if test "$hardcode_action" = relink ||
12532 test "$inherit_rpath" = yes; then
12533 # Fast installation is not supported
12534 enable_fast_install=no
12535elif test "$shlibpath_overrides_runpath" = yes ||
12536 test "$enable_shared" = no; then
12537 # Fast installation is not necessary
12538 enable_fast_install=needless
12539fi
c906108c 12540
6bb11ab3
L
12541
12542
12543
12544
12545
12546 if test "x$enable_dlopen" != xyes; then
12547 enable_dlopen=unknown
12548 enable_dlopen_self=unknown
12549 enable_dlopen_self_static=unknown
12550else
12551 lt_cv_dlopen=no
12552 lt_cv_dlopen_libs=
12553
12554 case $host_os in
12555 beos*)
12556 lt_cv_dlopen="load_add_on"
12557 lt_cv_dlopen_libs=
12558 lt_cv_dlopen_self=yes
12559 ;;
12560
12561 mingw* | pw32* | cegcc*)
12562 lt_cv_dlopen="LoadLibrary"
12563 lt_cv_dlopen_libs=
12564 ;;
12565
12566 cygwin*)
12567 lt_cv_dlopen="dlopen"
12568 lt_cv_dlopen_libs=
12569 ;;
12570
12571 darwin*)
12572 # if libdl is installed we need to link against it
12573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12574$as_echo_n "checking for dlopen in -ldl... " >&6; }
12575if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12576 $as_echo_n "(cached) " >&6
12577else
12578 ac_check_lib_save_LIBS=$LIBS
12579LIBS="-ldl $LIBS"
12580cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12581/* end confdefs.h. */
12582
12583/* Override any GCC internal prototype to avoid an error.
12584 Use char because int might match the return type of a GCC
12585 builtin and then its argument prototype would still apply. */
12586#ifdef __cplusplus
12587extern "C"
12588#endif
12589char dlopen ();
12590int
12591main ()
12592{
12593return dlopen ();
12594 ;
12595 return 0;
12596}
b7026657 12597_ACEOF
6bb11ab3
L
12598if ac_fn_c_try_link "$LINENO"; then :
12599 ac_cv_lib_dl_dlopen=yes
12600else
12601 ac_cv_lib_dl_dlopen=no
12602fi
12603rm -f core conftest.err conftest.$ac_objext \
12604 conftest$ac_exeext conftest.$ac_ext
12605LIBS=$ac_check_lib_save_LIBS
12606fi
12607{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12608$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12609if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12610 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12611else
12612
12613 lt_cv_dlopen="dyld"
12614 lt_cv_dlopen_libs=
12615 lt_cv_dlopen_self=yes
c906108c 12616
c906108c 12617fi
c906108c 12618
6bb11ab3 12619 ;;
c906108c 12620
6bb11ab3
L
12621 *)
12622 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12623if test "x$ac_cv_func_shl_load" = x""yes; then :
12624 lt_cv_dlopen="shl_load"
12625else
12626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12627$as_echo_n "checking for shl_load in -ldld... " >&6; }
12628if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12629 $as_echo_n "(cached) " >&6
12630else
12631 ac_check_lib_save_LIBS=$LIBS
12632LIBS="-ldld $LIBS"
12633cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12634/* end confdefs.h. */
12635
12636/* Override any GCC internal prototype to avoid an error.
12637 Use char because int might match the return type of a GCC
12638 builtin and then its argument prototype would still apply. */
12639#ifdef __cplusplus
12640extern "C"
12641#endif
12642char shl_load ();
12643int
12644main ()
12645{
12646return shl_load ();
12647 ;
12648 return 0;
12649}
12650_ACEOF
12651if ac_fn_c_try_link "$LINENO"; then :
12652 ac_cv_lib_dld_shl_load=yes
12653else
12654 ac_cv_lib_dld_shl_load=no
12655fi
12656rm -f core conftest.err conftest.$ac_objext \
12657 conftest$ac_exeext conftest.$ac_ext
12658LIBS=$ac_check_lib_save_LIBS
12659fi
12660{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12661$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12662if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12663 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12664else
12665 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12666if test "x$ac_cv_func_dlopen" = x""yes; then :
12667 lt_cv_dlopen="dlopen"
12668else
12669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12670$as_echo_n "checking for dlopen in -ldl... " >&6; }
12671if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
81ecdfbb 12672 $as_echo_n "(cached) " >&6
c906108c 12673else
b7026657 12674 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12675LIBS="-ldl $LIBS"
81ecdfbb 12676cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12677/* end confdefs.h. */
12678
81ecdfbb
RW
12679/* Override any GCC internal prototype to avoid an error.
12680 Use char because int might match the return type of a GCC
12681 builtin and then its argument prototype would still apply. */
b7026657
AC
12682#ifdef __cplusplus
12683extern "C"
12684#endif
6bb11ab3 12685char dlopen ();
b7026657
AC
12686int
12687main ()
12688{
6bb11ab3 12689return dlopen ();
b7026657
AC
12690 ;
12691 return 0;
12692}
12693_ACEOF
81ecdfbb 12694if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12695 ac_cv_lib_dl_dlopen=yes
b7026657 12696else
6bb11ab3 12697 ac_cv_lib_dl_dlopen=no
b7026657 12698fi
81ecdfbb
RW
12699rm -f core conftest.err conftest.$ac_objext \
12700 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12701LIBS=$ac_check_lib_save_LIBS
12702fi
6bb11ab3
L
12703{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12704$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12705if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12706 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12707else
12708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12709$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12710if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
81ecdfbb 12711 $as_echo_n "(cached) " >&6
c906108c 12712else
b7026657 12713 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12714LIBS="-lsvld $LIBS"
81ecdfbb 12715cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12716/* end confdefs.h. */
12717
81ecdfbb
RW
12718/* Override any GCC internal prototype to avoid an error.
12719 Use char because int might match the return type of a GCC
12720 builtin and then its argument prototype would still apply. */
b7026657
AC
12721#ifdef __cplusplus
12722extern "C"
12723#endif
6bb11ab3 12724char dlopen ();
b7026657
AC
12725int
12726main ()
12727{
6bb11ab3 12728return dlopen ();
b7026657
AC
12729 ;
12730 return 0;
12731}
12732_ACEOF
81ecdfbb 12733if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12734 ac_cv_lib_svld_dlopen=yes
b7026657 12735else
6bb11ab3 12736 ac_cv_lib_svld_dlopen=no
b7026657 12737fi
81ecdfbb
RW
12738rm -f core conftest.err conftest.$ac_objext \
12739 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12740LIBS=$ac_check_lib_save_LIBS
12741fi
6bb11ab3
L
12742{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12743$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12744if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12745 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 12746else
6bb11ab3
L
12747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12748$as_echo_n "checking for dld_link in -ldld... " >&6; }
12749if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
81ecdfbb 12750 $as_echo_n "(cached) " >&6
b5bd9624 12751else
6bb11ab3
L
12752 ac_check_lib_save_LIBS=$LIBS
12753LIBS="-ldld $LIBS"
81ecdfbb 12754cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
12755/* end confdefs.h. */
12756
81ecdfbb
RW
12757/* Override any GCC internal prototype to avoid an error.
12758 Use char because int might match the return type of a GCC
b5bd9624 12759 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
12760#ifdef __cplusplus
12761extern "C"
12762#endif
6bb11ab3 12763char dld_link ();
b5bd9624
HPN
12764int
12765main ()
12766{
6bb11ab3 12767return dld_link ();
b5bd9624
HPN
12768 ;
12769 return 0;
12770}
12771_ACEOF
6bb11ab3
L
12772if ac_fn_c_try_link "$LINENO"; then :
12773 ac_cv_lib_dld_dld_link=yes
12774else
12775 ac_cv_lib_dld_dld_link=no
12776fi
12777rm -f core conftest.err conftest.$ac_objext \
12778 conftest$ac_exeext conftest.$ac_ext
12779LIBS=$ac_check_lib_save_LIBS
12780fi
12781{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12782$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12783if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12784 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12785fi
12786
12787
12788fi
12789
12790
12791fi
12792
12793
12794fi
12795
12796
12797fi
12798
12799
12800fi
12801
12802 ;;
12803 esac
12804
12805 if test "x$lt_cv_dlopen" != xno; then
12806 enable_dlopen=yes
b5bd9624 12807 else
6bb11ab3
L
12808 enable_dlopen=no
12809 fi
12810
12811 case $lt_cv_dlopen in
12812 dlopen)
12813 save_CPPFLAGS="$CPPFLAGS"
12814 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12815
12816 save_LDFLAGS="$LDFLAGS"
12817 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12818
12819 save_LIBS="$LIBS"
12820 LIBS="$lt_cv_dlopen_libs $LIBS"
12821
12822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12823$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12824if test "${lt_cv_dlopen_self+set}" = set; then :
12825 $as_echo_n "(cached) " >&6
12826else
12827 if test "$cross_compiling" = yes; then :
12828 lt_cv_dlopen_self=cross
12829else
12830 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12831 lt_status=$lt_dlunknown
12832 cat > conftest.$ac_ext <<_LT_EOF
e19418e0 12833#line 12833 "configure"
6bb11ab3
L
12834#include "confdefs.h"
12835
12836#if HAVE_DLFCN_H
12837#include <dlfcn.h>
12838#endif
12839
12840#include <stdio.h>
12841
12842#ifdef RTLD_GLOBAL
12843# define LT_DLGLOBAL RTLD_GLOBAL
12844#else
12845# ifdef DL_GLOBAL
12846# define LT_DLGLOBAL DL_GLOBAL
12847# else
12848# define LT_DLGLOBAL 0
12849# endif
12850#endif
12851
12852/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12853 find out it does not work in some platform. */
12854#ifndef LT_DLLAZY_OR_NOW
12855# ifdef RTLD_LAZY
12856# define LT_DLLAZY_OR_NOW RTLD_LAZY
12857# else
12858# ifdef DL_LAZY
12859# define LT_DLLAZY_OR_NOW DL_LAZY
12860# else
12861# ifdef RTLD_NOW
12862# define LT_DLLAZY_OR_NOW RTLD_NOW
12863# else
12864# ifdef DL_NOW
12865# define LT_DLLAZY_OR_NOW DL_NOW
12866# else
12867# define LT_DLLAZY_OR_NOW 0
12868# endif
12869# endif
12870# endif
12871# endif
12872#endif
12873
12874/* When -fvisbility=hidden is used, assume the code has been annotated
12875 correspondingly for the symbols needed. */
12876#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12877void fnord () __attribute__((visibility("default")));
12878#endif
12879
12880void fnord () { int i=42; }
12881int main ()
12882{
12883 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12884 int status = $lt_dlunknown;
12885
12886 if (self)
12887 {
12888 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12889 else
12890 {
12891 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12892 else puts (dlerror ());
12893 }
12894 /* dlclose (self); */
12895 }
12896 else
12897 puts (dlerror ());
12898
12899 return status;
12900}
12901_LT_EOF
12902 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12903 (eval $ac_link) 2>&5
12904 ac_status=$?
12905 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12906 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12907 (./conftest; exit; ) >&5 2>/dev/null
12908 lt_status=$?
12909 case x$lt_status in
12910 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12911 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12912 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12913 esac
12914 else :
12915 # compilation failed
12916 lt_cv_dlopen_self=no
b5bd9624 12917 fi
b5bd9624 12918fi
6bb11ab3
L
12919rm -fr conftest*
12920
12921
b5bd9624 12922fi
6bb11ab3
L
12923{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12924$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 12925
6bb11ab3
L
12926 if test "x$lt_cv_dlopen_self" = xyes; then
12927 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12929$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12930if test "${lt_cv_dlopen_self_static+set}" = set; then :
12931 $as_echo_n "(cached) " >&6
b5bd9624 12932else
6bb11ab3
L
12933 if test "$cross_compiling" = yes; then :
12934 lt_cv_dlopen_self_static=cross
12935else
12936 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12937 lt_status=$lt_dlunknown
12938 cat > conftest.$ac_ext <<_LT_EOF
e19418e0 12939#line 12939 "configure"
6bb11ab3
L
12940#include "confdefs.h"
12941
12942#if HAVE_DLFCN_H
12943#include <dlfcn.h>
12944#endif
12945
12946#include <stdio.h>
12947
12948#ifdef RTLD_GLOBAL
12949# define LT_DLGLOBAL RTLD_GLOBAL
12950#else
12951# ifdef DL_GLOBAL
12952# define LT_DLGLOBAL DL_GLOBAL
12953# else
12954# define LT_DLGLOBAL 0
12955# endif
12956#endif
12957
12958/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12959 find out it does not work in some platform. */
12960#ifndef LT_DLLAZY_OR_NOW
12961# ifdef RTLD_LAZY
12962# define LT_DLLAZY_OR_NOW RTLD_LAZY
12963# else
12964# ifdef DL_LAZY
12965# define LT_DLLAZY_OR_NOW DL_LAZY
12966# else
12967# ifdef RTLD_NOW
12968# define LT_DLLAZY_OR_NOW RTLD_NOW
12969# else
12970# ifdef DL_NOW
12971# define LT_DLLAZY_OR_NOW DL_NOW
12972# else
12973# define LT_DLLAZY_OR_NOW 0
12974# endif
12975# endif
12976# endif
12977# endif
12978#endif
12979
12980/* When -fvisbility=hidden is used, assume the code has been annotated
12981 correspondingly for the symbols needed. */
12982#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12983void fnord () __attribute__((visibility("default")));
12984#endif
12985
12986void fnord () { int i=42; }
12987int main ()
12988{
12989 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12990 int status = $lt_dlunknown;
12991
12992 if (self)
12993 {
12994 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12995 else
12996 {
12997 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12998 else puts (dlerror ());
12999 }
13000 /* dlclose (self); */
13001 }
13002 else
13003 puts (dlerror ());
13004
13005 return status;
13006}
13007_LT_EOF
13008 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13009 (eval $ac_link) 2>&5
13010 ac_status=$?
13011 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13012 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13013 (./conftest; exit; ) >&5 2>/dev/null
13014 lt_status=$?
13015 case x$lt_status in
13016 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13017 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13018 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13019 esac
13020 else :
13021 # compilation failed
13022 lt_cv_dlopen_self_static=no
13023 fi
b5bd9624 13024fi
6bb11ab3
L
13025rm -fr conftest*
13026
13027
b5bd9624 13028fi
6bb11ab3
L
13029{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13030$as_echo "$lt_cv_dlopen_self_static" >&6; }
13031 fi
13032
13033 CPPFLAGS="$save_CPPFLAGS"
13034 LDFLAGS="$save_LDFLAGS"
13035 LIBS="$save_LIBS"
13036 ;;
13037 esac
13038
13039 case $lt_cv_dlopen_self in
13040 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13041 *) enable_dlopen_self=unknown ;;
13042 esac
13043
13044 case $lt_cv_dlopen_self_static in
13045 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13046 *) enable_dlopen_self_static=unknown ;;
13047 esac
13048fi
13049
13050
13051
13052
13053
13054
13055
13056
13057
13058
13059
13060
13061
13062
13063
13064
13065
13066striplib=
13067old_striplib=
13068{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13069$as_echo_n "checking whether stripping libraries is possible... " >&6; }
13070if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13071 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13072 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13074$as_echo "yes" >&6; }
13075else
13076# FIXME - insert some real tests, host_os isn't really good enough
13077 case $host_os in
13078 darwin*)
13079 if test -n "$STRIP" ; then
13080 striplib="$STRIP -x"
13081 old_striplib="$STRIP -S"
13082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13083$as_echo "yes" >&6; }
13084 else
13085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13086$as_echo "no" >&6; }
13087 fi
13088 ;;
13089 *)
13090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13091$as_echo "no" >&6; }
13092 ;;
13093 esac
13094fi
13095
13096
13097
13098
13099
13100
13101
13102
13103
13104
13105
13106
13107 # Report which library types will actually be built
13108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13109$as_echo_n "checking if libtool supports shared libraries... " >&6; }
13110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13111$as_echo "$can_build_shared" >&6; }
13112
13113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13114$as_echo_n "checking whether to build shared libraries... " >&6; }
13115 test "$can_build_shared" = "no" && enable_shared=no
13116
13117 # On AIX, shared libraries and static libraries use the same namespace, and
13118 # are all built from PIC.
13119 case $host_os in
13120 aix3*)
13121 test "$enable_shared" = yes && enable_static=no
13122 if test -n "$RANLIB"; then
13123 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13124 postinstall_cmds='$RANLIB $lib'
13125 fi
13126 ;;
13127
13128 aix[4-9]*)
13129 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13130 test "$enable_shared" = yes && enable_static=no
13131 fi
13132 ;;
13133 esac
13134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13135$as_echo "$enable_shared" >&6; }
13136
13137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13138$as_echo_n "checking whether to build static libraries... " >&6; }
13139 # Make sure either enable_shared or enable_static is yes.
13140 test "$enable_shared" = yes || enable_static=yes
13141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13142$as_echo "$enable_static" >&6; }
13143
13144
13145
13146
13147fi
13148ac_ext=c
13149ac_cpp='$CPP $CPPFLAGS'
13150ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13151ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13152ac_compiler_gnu=$ac_cv_c_compiler_gnu
13153
13154CC="$lt_save_CC"
13155
13156
13157
13158
13159
13160
13161
13162
13163
b5bd9624 13164
b5bd9624 13165
b5bd9624 13166
b5bd9624 13167
6bb11ab3
L
13168 ac_config_commands="$ac_config_commands libtool"
13169
13170
13171
13172
13173# Only expand once:
13174
13175
5912fadd 13176
b5bd9624 13177
c906108c
SS
13178. ${srcdir}/../../bfd/configure.host
13179
13180
13181
31e6ad7d
MF
13182
13183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13184$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13185 # Check whether --enable-maintainer-mode was given.
81ecdfbb 13186if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
13187 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13188else
13189 USE_MAINTAINER_MODE=no
c906108c 13190fi
31e6ad7d
MF
13191
13192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13193$as_echo "$USE_MAINTAINER_MODE" >&6; }
13194 if test $USE_MAINTAINER_MODE = yes; then
13195 MAINTAINER_MODE_TRUE=
13196 MAINTAINER_MODE_FALSE='#'
c906108c 13197else
31e6ad7d
MF
13198 MAINTAINER_MODE_TRUE='#'
13199 MAINTAINER_MODE_FALSE=
81ecdfbb 13200fi
c906108c 13201
31e6ad7d
MF
13202 MAINT=$MAINTAINER_MODE_TRUE
13203
13204
c906108c 13205
81ecdfbb 13206
81ecdfbb
RW
13207# Check whether --enable-sim-debug was given.
13208if test "${enable_sim_debug+set}" = set; then :
13209 enableval=$enable_sim_debug; case "${enableval}" in
c906108c
SS
13210 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
13211 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
13212 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
13213esac
13214if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
13215 echo "Setting sim debug = $sim_debug" 6>&1
13216fi
13217else
13218 sim_debug=""
81ecdfbb 13219fi
c906108c
SS
13220
13221
81ecdfbb
RW
13222
13223# Check whether --enable-sim-stdio was given.
13224if test "${enable_sim_stdio+set}" = set; then :
13225 enableval=$enable_sim_stdio; case "${enableval}" in
c906108c
SS
13226 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
13227 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
81ecdfbb 13228 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
c906108c
SS
13229esac
13230if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
13231 echo "Setting stdio flags = $sim_stdio" 6>&1
13232fi
13233else
13234 sim_stdio=""
81ecdfbb 13235fi
c906108c
SS
13236
13237
81ecdfbb
RW
13238
13239# Check whether --enable-sim-trace was given.
13240if test "${enable_sim_trace+set}" = set; then :
13241 enableval=$enable_sim_trace; case "${enableval}" in
a3487082
MF
13242 yes) sim_trace="-DWITH_TRACE=-1";;
13243 no) sim_trace="-DWITH_TRACE=0";;
c906108c 13244 [-0-9]*)
a3487082 13245 sim_trace="-DWITH_TRACE='(${enableval})'";;
2232061b 13246 [[:lower:]]*)
c906108c
SS
13247 sim_trace=""
13248 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13249 if test x"$sim_trace" = x; then
13250 sim_trace="-DWITH_TRACE='(TRACE_$x"
13251 else
13252 sim_trace="${sim_trace}|TRACE_$x"
13253 fi
13254 done
13255 sim_trace="$sim_trace)'" ;;
13256esac
13257if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
13258 echo "Setting sim trace = $sim_trace" 6>&1
13259fi
13260else
13261 sim_trace=""
81ecdfbb 13262fi
c906108c
SS
13263
13264
81ecdfbb
RW
13265
13266# Check whether --enable-sim-profile was given.
13267if test "${enable_sim_profile+set}" = set; then :
13268 enableval=$enable_sim_profile; case "${enableval}" in
c906108c
SS
13269 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
13270 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
13271 [-0-9]*)
13272 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
13273 [a-z]*)
13274 sim_profile=""
13275 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13276 if test x"$sim_profile" = x; then
13277 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
13278 else
13279 sim_profile="${sim_profile}|PROFILE_$x"
13280 fi
13281 done
13282 sim_profile="$sim_profile)'" ;;
13283esac
13284if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
13285 echo "Setting sim profile = $sim_profile" 6>&1
13286fi
13287else
eb2d80b4 13288 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
81ecdfbb 13289fi
c906108c
SS
13290
13291
6efef468 13292
35656e95
MF
13293# Check whether --enable-sim-assert was given.
13294if test "${enable_sim_assert+set}" = set; then :
13295 enableval=$enable_sim_assert; case "${enableval}" in
13296 yes) sim_assert="-DWITH_ASSERT=1";;
13297 no) sim_assert="-DWITH_ASSERT=0";;
13298 *) as_fn_error "\"--enable-sim-assert does not take a value\"" "$LINENO" 5; sim_assert="";;
13299esac
13300if test x"$silent" != x"yes" && test x"$sim_assert" != x""; then
13301 echo "Setting assert flags = $sim_assert" 6>&1
13302fi
13303else
13304 sim_assert=""
13305fi
13306
13307
16f7876d
MF
13308# Check whether --enable-sim-environment was given.
13309if test "${enable_sim_environment+set}" = set; then :
13310 enableval=$enable_sim_environment; case "${enableval}" in
13311 all | ALL) sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT";;
13312 user | USER) sim_environment="-DWITH_ENVIRONMENT=USER_ENVIRONMENT";;
13313 virtual | VIRTUAL) sim_environment="-DWITH_ENVIRONMENT=VIRTUAL_ENVIRONMENT";;
13314 operating | OPERATING) sim_environment="-DWITH_ENVIRONMENT=OPERATING_ENVIRONMENT";;
13315 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-environment\"" "$LINENO" 5;
13316 sim_environment="";;
13317esac
13318if test x"$silent" != x"yes" && test x"$sim_environment" != x""; then
13319 echo "Setting sim environment = $sim_environment" 6>&1
13320fi
13321else
13322 sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT"
13323fi
13324
13325
347fe5bb
MF
13326sim_inline="-DDEFAULT_INLINE=0"
13327# Check whether --enable-sim-inline was given.
13328if test "${enable_sim_inline+set}" = set; then :
13329 enableval=$enable_sim_inline; sim_inline=""
13330case "$enableval" in
13331 no) sim_inline="-DDEFAULT_INLINE=0";;
13332 0) sim_inline="-DDEFAULT_INLINE=0";;
13333 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13334 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13335 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13336 new_flag=""
13337 case "$x" in
13338 *_INLINE=*) new_flag="-D$x";;
13339 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13340 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13341 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13342 esac
13343 if test x"$sim_inline" = x""; then
13344 sim_inline="$new_flag"
13345 else
13346 sim_inline="$sim_inline $new_flag"
13347 fi
13348 done;;
13349esac
13350if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13351 echo "Setting inline flags = $sim_inline" 6>&1
13352fi
13353fi
13354
13355
13356
81ecdfbb
RW
13357
13358# Check whether --with-pkgversion was given.
13359if test "${with_pkgversion+set}" = set; then :
13360 withval=$with_pkgversion; case "$withval" in
13361 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
6efef468
JM
13362 no) PKGVERSION= ;;
13363 *) PKGVERSION="($withval) " ;;
13364 esac
13365else
bf12d44e 13366 PKGVERSION="(SIM) "
6efef468 13367
81ecdfbb
RW
13368fi
13369
6efef468
JM
13370
13371
13372
13373
81ecdfbb
RW
13374# Check whether --with-bugurl was given.
13375if test "${with_bugurl+set}" = set; then :
13376 withval=$with_bugurl; case "$withval" in
13377 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
13378 no) BUGURL=
13379 ;;
13380 *) BUGURL="$withval"
13381 ;;
13382 esac
13383else
13384 BUGURL="http://www.gnu.org/software/gdb/bugs/"
13385
81ecdfbb
RW
13386fi
13387
6efef468
JM
13388 case ${BUGURL} in
13389 "")
13390 REPORT_BUGS_TO=
13391 REPORT_BUGS_TEXI=
13392 ;;
13393 *)
13394 REPORT_BUGS_TO="<$BUGURL>"
13395 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13396 ;;
13397 esac;
13398
13399
13400
13401
13402cat >>confdefs.h <<_ACEOF
13403#define PKGVERSION "$PKGVERSION"
13404_ACEOF
13405
13406
13407cat >>confdefs.h <<_ACEOF
13408#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13409_ACEOF
13410
13411
81ecdfbb
RW
13412{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13413$as_echo_n "checking return type of signal handlers... " >&6; }
13414if test "${ac_cv_type_signal+set}" = set; then :
13415 $as_echo_n "(cached) " >&6
c906108c 13416else
81ecdfbb 13417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 13418/* end confdefs.h. */
c906108c
SS
13419#include <sys/types.h>
13420#include <signal.h>
c906108c 13421
b7026657
AC
13422int
13423main ()
13424{
81ecdfbb 13425return *(signal (0, 0)) (0) == 1;
b7026657
AC
13426 ;
13427 return 0;
13428}
13429_ACEOF
81ecdfbb
RW
13430if ac_fn_c_try_compile "$LINENO"; then :
13431 ac_cv_type_signal=int
b7026657 13432else
81ecdfbb 13433 ac_cv_type_signal=void
b7026657 13434fi
81ecdfbb 13435rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b7026657 13436fi
81ecdfbb
RW
13437{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13438$as_echo "$ac_cv_type_signal" >&6; }
b7026657
AC
13439
13440cat >>confdefs.h <<_ACEOF
13441#define RETSIGTYPE $ac_cv_type_signal
13442_ACEOF
13443
13444
13445
13446
13447
b7026657 13448
6ffe910a 13449
b7026657 13450# In the Cygwin environment, we need some additional flags.
81ecdfbb
RW
13451{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cygwin" >&5
13452$as_echo_n "checking for cygwin... " >&6; }
13453if test "${sim_cv_os_cygwin+set}" = set; then :
13454 $as_echo_n "(cached) " >&6
b7026657 13455else
81ecdfbb 13456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
13457/* end confdefs.h. */
13458
13459#ifdef __CYGWIN__
13460lose
13461#endif
13462_ACEOF
13463if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 13464 $EGREP "lose" >/dev/null 2>&1; then :
b7026657
AC
13465 sim_cv_os_cygwin=yes
13466else
13467 sim_cv_os_cygwin=no
13468fi
13469rm -f conftest*
13470
13471fi
81ecdfbb
RW
13472{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_cv_os_cygwin" >&5
13473$as_echo "$sim_cv_os_cygwin" >&6; }
b7026657
AC
13474
13475if test x$sim_cv_os_cygwin = xyes; then
13476 TERMCAP='`if test -r ../../libtermcap/libtermcap.a; then echo ../../libtermcap/libtermcap.a; else echo -ltermcap; fi` -luser32'
13477else
b909d38d
MF
13478 # Keep in sync with gdb's configure.ac list.
13479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5
13480$as_echo_n "checking for library containing tgetent... " >&6; }
13481if test "${ac_cv_search_tgetent+set}" = set; then :
81ecdfbb 13482 $as_echo_n "(cached) " >&6
b7026657 13483else
b909d38d 13484 ac_func_search_save_LIBS=$LIBS
81ecdfbb 13485cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
13486/* end confdefs.h. */
13487
b909d38d
MF
13488/* Override any GCC internal prototype to avoid an error.
13489 Use char because int might match the return type of a GCC
13490 builtin and then its argument prototype would still apply. */
13491#ifdef __cplusplus
13492extern "C"
13493#endif
13494char tgetent ();
b7026657
AC
13495int
13496main ()
13497{
b909d38d 13498return tgetent ();
b7026657
AC
13499 ;
13500 return 0;
13501}
13502_ACEOF
b909d38d
MF
13503for ac_lib in '' termcap tinfo curses ncurses; do
13504 if test -z "$ac_lib"; then
13505 ac_res="none required"
13506 else
13507 ac_res=-l$ac_lib
13508 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13509 fi
13510 if ac_fn_c_try_link "$LINENO"; then :
13511 ac_cv_search_tgetent=$ac_res
b7026657 13512fi
81ecdfbb 13513rm -f core conftest.err conftest.$ac_objext \
b909d38d
MF
13514 conftest$ac_exeext
13515 if test "${ac_cv_search_tgetent+set}" = set; then :
13516 break
b7026657 13517fi
b909d38d
MF
13518done
13519if test "${ac_cv_search_tgetent+set}" = set; then :
13520
13521else
13522 ac_cv_search_tgetent=no
13523fi
13524rm conftest.$ac_ext
13525LIBS=$ac_func_search_save_LIBS
13526fi
13527{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_tgetent" >&5
13528$as_echo "$ac_cv_search_tgetent" >&6; }
13529ac_res=$ac_cv_search_tgetent
13530if test "$ac_res" != no; then :
13531 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13532 TERMCAP=$ac_cv_search_tgetent
b7026657
AC
13533else
13534 TERMCAP=""
13535fi
13536
13537fi
13538
13539
70a9be63
HPN
13540# We prefer the in-tree readline. Top-level dependencies make sure
13541# src/readline (if it's there) is configured before src/sim.
13542if test -r ../../readline/Makefile; then
13543 READLINE=../../readline/libreadline.a
13544else
81ecdfbb
RW
13545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readline in -lreadline" >&5
13546$as_echo_n "checking for readline in -lreadline... " >&6; }
13547if test "${ac_cv_lib_readline_readline+set}" = set; then :
13548 $as_echo_n "(cached) " >&6
70a9be63
HPN
13549else
13550 ac_check_lib_save_LIBS=$LIBS
13551LIBS="-lreadline $TERMCAP $LIBS"
81ecdfbb 13552cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70a9be63
HPN
13553/* end confdefs.h. */
13554
81ecdfbb
RW
13555/* Override any GCC internal prototype to avoid an error.
13556 Use char because int might match the return type of a GCC
13557 builtin and then its argument prototype would still apply. */
70a9be63
HPN
13558#ifdef __cplusplus
13559extern "C"
13560#endif
70a9be63
HPN
13561char readline ();
13562int
13563main ()
13564{
81ecdfbb 13565return readline ();
70a9be63
HPN
13566 ;
13567 return 0;
13568}
13569_ACEOF
81ecdfbb 13570if ac_fn_c_try_link "$LINENO"; then :
70a9be63
HPN
13571 ac_cv_lib_readline_readline=yes
13572else
81ecdfbb 13573 ac_cv_lib_readline_readline=no
70a9be63 13574fi
81ecdfbb
RW
13575rm -f core conftest.err conftest.$ac_objext \
13576 conftest$ac_exeext conftest.$ac_ext
70a9be63
HPN
13577LIBS=$ac_check_lib_save_LIBS
13578fi
81ecdfbb
RW
13579{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_readline" >&5
13580$as_echo "$ac_cv_lib_readline_readline" >&6; }
13581if test "x$ac_cv_lib_readline_readline" = x""yes; then :
70a9be63
HPN
13582 READLINE=-lreadline
13583else
81ecdfbb 13584 as_fn_error "the required \"readline\" library is missing" "$LINENO" 5
70a9be63
HPN
13585fi
13586
13587fi
13588
b7026657 13589
b7026657
AC
13590cgen_breaks=""
13591if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13592cgen_breaks="break cgen_rtx_error";
13593fi
13594
81ecdfbb 13595ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 13596
81ecdfbb 13597ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 13598
81ecdfbb 13599ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 13600
81ecdfbb 13601ac_config_commands="$ac_config_commands Makefile"
38f48d72 13602
81ecdfbb 13603ac_config_commands="$ac_config_commands stamp-h"
38f48d72 13604
b7026657
AC
13605cat >confcache <<\_ACEOF
13606# This file is a shell script that caches the results of configure
13607# tests run on this system so they can be shared between configure
13608# scripts and configure runs, see configure's option --config-cache.
13609# It is not useful on other systems. If it contains results you don't
13610# want to keep, you may remove or edit it.
13611#
13612# config.status only pays attention to the cache file if you give it
13613# the --recheck option to rerun configure.
13614#
13615# `ac_cv_env_foo' variables (set or unset) will be overridden when
13616# loading this file, other *unset* `ac_cv_foo' will be assigned the
13617# following values.
13618
13619_ACEOF
13620
13621# The following way of writing the cache mishandles newlines in values,
13622# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13623# So, we kill variables containing newlines.
b7026657
AC
13624# Ultrix sh set writes to stderr and can't be redirected directly,
13625# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13626(
13627 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13628 eval ac_val=\$$ac_var
13629 case $ac_val in #(
13630 *${as_nl}*)
13631 case $ac_var in #(
13632 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13633$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13634 esac
13635 case $ac_var in #(
13636 _ | IFS | as_nl) ;; #(
13637 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13638 *) { eval $ac_var=; unset $ac_var;} ;;
13639 esac ;;
13640 esac
13641 done
13642
b7026657 13643 (set) 2>&1 |
81ecdfbb
RW
13644 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13645 *${as_nl}ac_space=\ *)
13646 # `set' does not quote correctly, so add quotes: double-quote
13647 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
13648 sed -n \
13649 "s/'/'\\\\''/g;
13650 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13651 ;; #(
b7026657
AC
13652 *)
13653 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13654 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 13655 ;;
81ecdfbb
RW
13656 esac |
13657 sort
13658) |
b7026657 13659 sed '
81ecdfbb 13660 /^ac_cv_env_/b end
b7026657 13661 t clear
81ecdfbb 13662 :clear
b7026657
AC
13663 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13664 t end
81ecdfbb
RW
13665 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13666 :end' >>confcache
13667if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13668 if test -w "$cache_file"; then
13669 test "x$cache_file" != "x/dev/null" &&
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13671$as_echo "$as_me: updating cache $cache_file" >&6;}
b7026657
AC
13672 cat confcache >$cache_file
13673 else
81ecdfbb
RW
13674 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13675$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
13676 fi
13677fi
13678rm -f confcache
13679
13680test "x$prefix" = xNONE && prefix=$ac_default_prefix
13681# Let make expand exec_prefix.
13682test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13683
b7026657
AC
13684DEFS=-DHAVE_CONFIG_H
13685
13686ac_libobjs=
13687ac_ltlibobjs=
13688for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13689 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13690 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13691 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13692 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13693 # will be set to the directory where LIBOBJS objects are built.
13694 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13695 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
13696done
13697LIBOBJS=$ac_libobjs
13698
13699LTLIBOBJS=$ac_ltlibobjs
13700
13701
0cb8d851 13702
db2e4d67
MF
13703if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13704 as_fn_error "conditional \"GMAKE\" was never defined.
13705Usually this means the macro was only invoked conditionally." "$LINENO" 5
13706fi
6bb11ab3
L
13707if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13708 as_fn_error "conditional \"PLUGINS\" was never defined.
13709Usually this means the macro was only invoked conditionally." "$LINENO" 5
13710fi
31e6ad7d
MF
13711if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13712 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13713Usually this means the macro was only invoked conditionally." "$LINENO" 5
13714fi
b7026657
AC
13715
13716: ${CONFIG_STATUS=./config.status}
81ecdfbb 13717ac_write_fail=0
b7026657
AC
13718ac_clean_files_save=$ac_clean_files
13719ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13720{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13721$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13722as_write_fail=0
13723cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
13724#! $SHELL
13725# Generated by $as_me.
13726# Run this file to recreate the current configuration.
13727# Compiler output produced by configure, useful for debugging
13728# configure, is in config.log if it exists.
13729
13730debug=false
13731ac_cs_recheck=false
13732ac_cs_silent=false
b7026657 13733
81ecdfbb
RW
13734SHELL=\${CONFIG_SHELL-$SHELL}
13735export SHELL
13736_ASEOF
13737cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13738## -------------------- ##
13739## M4sh Initialization. ##
13740## -------------------- ##
13741
13742# Be more Bourne compatible
13743DUALCASE=1; export DUALCASE # for MKS sh
13744if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
13745 emulate sh
13746 NULLCMD=:
81ecdfbb 13747 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
13748 # is contrary to our usage. Disable this feature.
13749 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13750 setopt NO_GLOB_SUBST
13751else
13752 case `(set -o) 2>/dev/null` in #(
13753 *posix*) :
13754 set -o posix ;; #(
13755 *) :
13756 ;;
13757esac
b7026657 13758fi
b7026657 13759
81ecdfbb
RW
13760
13761as_nl='
13762'
13763export as_nl
13764# Printing a long string crashes Solaris 7 /usr/bin/printf.
13765as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13766as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13767as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13768# Prefer a ksh shell builtin over an external printf program on Solaris,
13769# but without wasting forks for bash or zsh.
13770if test -z "$BASH_VERSION$ZSH_VERSION" \
13771 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13772 as_echo='print -r --'
13773 as_echo_n='print -rn --'
13774elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13775 as_echo='printf %s\n'
13776 as_echo_n='printf %s'
13777else
13778 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13779 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13780 as_echo_n='/usr/ucb/echo -n'
13781 else
13782 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13783 as_echo_n_body='eval
13784 arg=$1;
13785 case $arg in #(
13786 *"$as_nl"*)
13787 expr "X$arg" : "X\\(.*\\)$as_nl";
13788 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13789 esac;
13790 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13791 '
13792 export as_echo_n_body
13793 as_echo_n='sh -c $as_echo_n_body as_echo'
13794 fi
13795 export as_echo_body
13796 as_echo='sh -c $as_echo_body as_echo'
13797fi
13798
13799# The user is always right.
13800if test "${PATH_SEPARATOR+set}" != set; then
13801 PATH_SEPARATOR=:
13802 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13803 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13804 PATH_SEPARATOR=';'
13805 }
b7026657
AC
13806fi
13807
13808
81ecdfbb
RW
13809# IFS
13810# We need space, tab and new line, in precisely that order. Quoting is
13811# there to prevent editors from complaining about space-tab.
13812# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13813# splitting by setting IFS to empty value.)
13814IFS=" "" $as_nl"
13815
13816# Find who we are. Look in the path if we contain no directory separator.
13817case $0 in #((
13818 *[\\/]* ) as_myself=$0 ;;
13819 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13820for as_dir in $PATH
13821do
13822 IFS=$as_save_IFS
13823 test -z "$as_dir" && as_dir=.
13824 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13825 done
13826IFS=$as_save_IFS
13827
13828 ;;
13829esac
13830# We did not find ourselves, most probably we were run as `sh COMMAND'
13831# in which case we are not to be found in the path.
13832if test "x$as_myself" = x; then
13833 as_myself=$0
13834fi
13835if test ! -f "$as_myself"; then
13836 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13837 exit 1
13838fi
13839
13840# Unset variables that we do not need and which cause bugs (e.g. in
13841# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13842# suppresses any "Segmentation fault" message there. '((' could
13843# trigger a bug in pdksh 5.2.14.
13844for as_var in BASH_ENV ENV MAIL MAILPATH
13845do eval test x\${$as_var+set} = xset \
13846 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13847done
b7026657
AC
13848PS1='$ '
13849PS2='> '
13850PS4='+ '
13851
13852# NLS nuisances.
81ecdfbb
RW
13853LC_ALL=C
13854export LC_ALL
13855LANGUAGE=C
13856export LANGUAGE
13857
13858# CDPATH.
13859(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13860
13861
13862# as_fn_error ERROR [LINENO LOG_FD]
13863# ---------------------------------
13864# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13865# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13866# script with status $?, using 1 if that was 0.
13867as_fn_error ()
13868{
13869 as_status=$?; test $as_status -eq 0 && as_status=1
13870 if test "$3"; then
13871 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13872 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
b7026657 13873 fi
81ecdfbb
RW
13874 $as_echo "$as_me: error: $1" >&2
13875 as_fn_exit $as_status
13876} # as_fn_error
13877
13878
13879# as_fn_set_status STATUS
13880# -----------------------
13881# Set $? to STATUS, without forking.
13882as_fn_set_status ()
13883{
13884 return $1
13885} # as_fn_set_status
13886
13887# as_fn_exit STATUS
13888# -----------------
13889# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13890as_fn_exit ()
13891{
13892 set +e
13893 as_fn_set_status $1
13894 exit $1
13895} # as_fn_exit
13896
13897# as_fn_unset VAR
13898# ---------------
13899# Portably unset VAR.
13900as_fn_unset ()
13901{
13902 { eval $1=; unset $1;}
13903}
13904as_unset=as_fn_unset
13905# as_fn_append VAR VALUE
13906# ----------------------
13907# Append the text in VALUE to the end of the definition contained in VAR. Take
13908# advantage of any shell optimizations that allow amortized linear growth over
13909# repeated appends, instead of the typical quadratic growth present in naive
13910# implementations.
13911if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13912 eval 'as_fn_append ()
13913 {
13914 eval $1+=\$2
13915 }'
13916else
13917 as_fn_append ()
13918 {
13919 eval $1=\$$1\$2
13920 }
13921fi # as_fn_append
13922
13923# as_fn_arith ARG...
13924# ------------------
13925# Perform arithmetic evaluation on the ARGs, and store the result in the
13926# global $as_val. Take advantage of shells that can avoid forks. The arguments
13927# must be portable across $(()) and expr.
13928if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13929 eval 'as_fn_arith ()
13930 {
13931 as_val=$(( $* ))
13932 }'
13933else
13934 as_fn_arith ()
13935 {
13936 as_val=`expr "$@" || test $? -eq 1`
13937 }
13938fi # as_fn_arith
13939
b7026657 13940
81ecdfbb
RW
13941if expr a : '\(a\)' >/dev/null 2>&1 &&
13942 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 13943 as_expr=expr
c906108c 13944else
b7026657 13945 as_expr=false
c906108c
SS
13946fi
13947
81ecdfbb 13948if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
13949 as_basename=basename
13950else
13951 as_basename=false
13952fi
c906108c 13953
81ecdfbb
RW
13954if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13955 as_dirname=dirname
13956else
13957 as_dirname=false
13958fi
c906108c 13959
81ecdfbb 13960as_me=`$as_basename -- "$0" ||
b7026657
AC
13961$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13962 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
13963 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13964$as_echo X/"$0" |
13965 sed '/^.*\/\([^/][^/]*\)\/*$/{
13966 s//\1/
13967 q
13968 }
13969 /^X\/\(\/\/\)$/{
13970 s//\1/
13971 q
13972 }
13973 /^X\/\(\/\).*/{
13974 s//\1/
13975 q
13976 }
13977 s/.*/./; q'`
c906108c 13978
b7026657
AC
13979# Avoid depending upon Character Ranges.
13980as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13981as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13982as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13983as_cr_digits='0123456789'
13984as_cr_alnum=$as_cr_Letters$as_cr_digits
cd0fc7c3 13985
81ecdfbb
RW
13986ECHO_C= ECHO_N= ECHO_T=
13987case `echo -n x` in #(((((
13988-n*)
13989 case `echo 'xy\c'` in
13990 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13991 xy) ECHO_C='\c';;
13992 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13993 ECHO_T=' ';;
13994 esac;;
13995*)
13996 ECHO_N='-n';;
b7026657 13997esac
c906108c 13998
81ecdfbb
RW
13999rm -f conf$$ conf$$.exe conf$$.file
14000if test -d conf$$.dir; then
14001 rm -f conf$$.dir/conf$$.file
c906108c 14002else
81ecdfbb
RW
14003 rm -f conf$$.dir
14004 mkdir conf$$.dir 2>/dev/null
c906108c 14005fi
81ecdfbb
RW
14006if (echo >conf$$.file) 2>/dev/null; then
14007 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 14008 as_ln_s='ln -s'
81ecdfbb
RW
14009 # ... but there are two gotchas:
14010 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14011 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14012 # In both cases, we have to default to `cp -p'.
14013 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14014 as_ln_s='cp -p'
14015 elif ln conf$$.file conf$$ 2>/dev/null; then
14016 as_ln_s=ln
14017 else
14018 as_ln_s='cp -p'
b7026657 14019 fi
7a292a7a 14020else
b7026657
AC
14021 as_ln_s='cp -p'
14022fi
81ecdfbb
RW
14023rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14024rmdir conf$$.dir 2>/dev/null
14025
7a292a7a 14026
81ecdfbb
RW
14027# as_fn_mkdir_p
14028# -------------
14029# Create "$as_dir" as a directory, including parents if necessary.
14030as_fn_mkdir_p ()
14031{
14032
14033 case $as_dir in #(
14034 -*) as_dir=./$as_dir;;
14035 esac
14036 test -d "$as_dir" || eval $as_mkdir_p || {
14037 as_dirs=
14038 while :; do
14039 case $as_dir in #(
14040 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14041 *) as_qdir=$as_dir;;
14042 esac
14043 as_dirs="'$as_qdir' $as_dirs"
14044 as_dir=`$as_dirname -- "$as_dir" ||
14045$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14046 X"$as_dir" : 'X\(//\)[^/]' \| \
14047 X"$as_dir" : 'X\(//\)$' \| \
14048 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14049$as_echo X"$as_dir" |
14050 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14051 s//\1/
14052 q
14053 }
14054 /^X\(\/\/\)[^/].*/{
14055 s//\1/
14056 q
14057 }
14058 /^X\(\/\/\)$/{
14059 s//\1/
14060 q
14061 }
14062 /^X\(\/\).*/{
14063 s//\1/
14064 q
14065 }
14066 s/.*/./; q'`
14067 test -d "$as_dir" && break
14068 done
14069 test -z "$as_dirs" || eval "mkdir $as_dirs"
14070 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14071
14072
14073} # as_fn_mkdir_p
b7026657 14074if mkdir -p . 2>/dev/null; then
81ecdfbb 14075 as_mkdir_p='mkdir -p "$as_dir"'
7a292a7a 14076else
b7026657
AC
14077 test -d ./-p && rmdir ./-p
14078 as_mkdir_p=false
7a292a7a 14079fi
7a292a7a 14080
81ecdfbb
RW
14081if test -x / >/dev/null 2>&1; then
14082 as_test_x='test -x'
14083else
14084 if ls -dL / >/dev/null 2>&1; then
14085 as_ls_L_option=L
14086 else
14087 as_ls_L_option=
14088 fi
14089 as_test_x='
14090 eval sh -c '\''
14091 if test -d "$1"; then
14092 test -d "$1/.";
14093 else
14094 case $1 in #(
14095 -*)set "./$1";;
14096 esac;
14097 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14098 ???[sx]*):;;*)false;;esac;fi
14099 '\'' sh
14100 '
14101fi
14102as_executable_p=$as_test_x
7a292a7a 14103
b7026657
AC
14104# Sed expression to map a string onto a valid CPP name.
14105as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7a292a7a 14106
b7026657
AC
14107# Sed expression to map a string onto a valid variable name.
14108as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14109
14110
b7026657 14111exec 6>&1
81ecdfbb
RW
14112## ----------------------------------- ##
14113## Main body of $CONFIG_STATUS script. ##
14114## ----------------------------------- ##
14115_ASEOF
14116test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14117
14118cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14119# Save the log message, to keep $0 and so on meaningful, and to
b7026657 14120# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14121# values after options handling.
14122ac_log="
b7026657 14123This file was extended by $as_me, which was
81ecdfbb 14124generated by GNU Autoconf 2.64. Invocation command line was
b7026657
AC
14125
14126 CONFIG_FILES = $CONFIG_FILES
14127 CONFIG_HEADERS = $CONFIG_HEADERS
14128 CONFIG_LINKS = $CONFIG_LINKS
14129 CONFIG_COMMANDS = $CONFIG_COMMANDS
14130 $ $0 $@
14131
81ecdfbb
RW
14132on `(hostname || uname -n) 2>/dev/null | sed 1q`
14133"
14134
b7026657
AC
14135_ACEOF
14136
81ecdfbb
RW
14137case $ac_config_files in *"
14138"*) set x $ac_config_files; shift; ac_config_files=$*;;
14139esac
c906108c 14140
81ecdfbb
RW
14141case $ac_config_headers in *"
14142"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14143esac
b7026657 14144
c906108c 14145
81ecdfbb
RW
14146cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14147# Files that config.status was made for.
14148config_files="$ac_config_files"
14149config_headers="$ac_config_headers"
81ecdfbb 14150config_commands="$ac_config_commands"
c906108c 14151
81ecdfbb 14152_ACEOF
c906108c 14153
81ecdfbb 14154cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 14155ac_cs_usage="\
81ecdfbb
RW
14156\`$as_me' instantiates files and other configuration actions
14157from templates according to the current configuration. Unless the files
14158and actions are specified as TAGs, all are instantiated by default.
c906108c 14159
81ecdfbb 14160Usage: $0 [OPTION]... [TAG]...
c906108c 14161
b7026657 14162 -h, --help print this help, then exit
81ecdfbb
RW
14163 -V, --version print version number and configuration settings, then exit
14164 -q, --quiet, --silent
14165 do not print progress messages
b7026657
AC
14166 -d, --debug don't remove temporary files
14167 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14168 --file=FILE[:TEMPLATE]
14169 instantiate the configuration file FILE
14170 --header=FILE[:TEMPLATE]
14171 instantiate the configuration header FILE
379832de 14172
b7026657
AC
14173Configuration files:
14174$config_files
14175
14176Configuration headers:
14177$config_headers
14178
b7026657
AC
14179Configuration commands:
14180$config_commands
14181
81ecdfbb 14182Report bugs to the package provider."
b7026657 14183
81ecdfbb
RW
14184_ACEOF
14185cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657
AC
14186ac_cs_version="\\
14187config.status
81ecdfbb
RW
14188configured by $0, generated by GNU Autoconf 2.64,
14189 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
b7026657 14190
81ecdfbb 14191Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
14192This config.status script is free software; the Free Software Foundation
14193gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14194
14195ac_pwd='$ac_pwd'
14196srcdir='$srcdir'
14197INSTALL='$INSTALL'
6bb11ab3 14198AWK='$AWK'
81ecdfbb 14199test -n "\$AWK" || AWK=awk
b7026657
AC
14200_ACEOF
14201
81ecdfbb
RW
14202cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14203# The default lists apply if the user does not specify any file.
b7026657
AC
14204ac_need_defaults=:
14205while test $# != 0
14206do
14207 case $1 in
14208 --*=*)
81ecdfbb
RW
14209 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14210 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 14211 ac_shift=:
c906108c 14212 ;;
81ecdfbb 14213 *)
b7026657
AC
14214 ac_option=$1
14215 ac_optarg=$2
14216 ac_shift=shift
c906108c 14217 ;;
b7026657 14218 esac
c906108c 14219
b7026657
AC
14220 case $ac_option in
14221 # Handling of the options.
b7026657
AC
14222 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14223 ac_cs_recheck=: ;;
81ecdfbb
RW
14224 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14225 $as_echo "$ac_cs_version"; exit ;;
14226 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
14227 debug=: ;;
14228 --file | --fil | --fi | --f )
14229 $ac_shift
81ecdfbb
RW
14230 case $ac_optarg in
14231 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14232 esac
14233 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
14234 ac_need_defaults=false;;
14235 --header | --heade | --head | --hea )
14236 $ac_shift
81ecdfbb
RW
14237 case $ac_optarg in
14238 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14239 esac
14240 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 14241 ac_need_defaults=false;;
81ecdfbb
RW
14242 --he | --h)
14243 # Conflict between --help and --header
14244 as_fn_error "ambiguous option: \`$1'
14245Try \`$0 --help' for more information.";;
14246 --help | --hel | -h )
14247 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
14248 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14249 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14250 ac_cs_silent=: ;;
c906108c 14251
b7026657 14252 # This is an error.
81ecdfbb
RW
14253 -*) as_fn_error "unrecognized option: \`$1'
14254Try \`$0 --help' for more information." ;;
c906108c 14255
81ecdfbb
RW
14256 *) as_fn_append ac_config_targets " $1"
14257 ac_need_defaults=false ;;
b7026657
AC
14258
14259 esac
14260 shift
14261done
14262
14263ac_configure_extra_args=
14264
14265if $ac_cs_silent; then
14266 exec 6>/dev/null
14267 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
14268fi
14269
b7026657 14270_ACEOF
81ecdfbb 14271cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 14272if \$ac_cs_recheck; then
81ecdfbb
RW
14273 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14274 shift
14275 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14276 CONFIG_SHELL='$SHELL'
14277 export CONFIG_SHELL
14278 exec "\$@"
b7026657 14279fi
c906108c 14280
b7026657 14281_ACEOF
81ecdfbb
RW
14282cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14283exec 5>>config.log
14284{
14285 echo
14286 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14287## Running $as_me. ##
14288_ASBOX
14289 $as_echo "$ac_log"
14290} >&5
c906108c 14291
81ecdfbb
RW
14292_ACEOF
14293cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
14294#
14295# INIT-COMMANDS
14296#
14297ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14298
6bb11ab3
L
14299
14300# The HP-UX ksh and POSIX shell print the target directory to stdout
14301# if CDPATH is set.
14302(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14303
14304sed_quote_subst='$sed_quote_subst'
14305double_quote_subst='$double_quote_subst'
14306delay_variable_subst='$delay_variable_subst'
14307macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14308macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14309enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14310enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14311pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14312enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14313SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14314ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14315host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14316host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14317host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14318build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14319build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14320build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14321SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14322Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14323GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14324EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14325FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14326LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14327NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14328LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14329max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14330ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14331exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14332lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14333lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14334lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14335reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14336reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14337OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14338deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14339file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14340AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14341AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14342STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14343RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14344old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14345old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14346old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14347lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14348CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14349CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14350compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14351GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14352lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14353lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14354lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14355lt_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"`'
14356objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14357MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14358lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14359lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14360lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14361lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14362lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14363need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14364DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14365NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14366LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14367OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14368OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14369libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14370shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14371extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14372archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14373enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14374export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14375whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14376compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14377old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14378old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14379archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14380archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14381module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14382module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14383with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14384allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14385no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14386hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14387hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14388hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14389hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14390hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14391hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14392hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14393hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14394inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14395link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14396fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14397always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14398export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14399exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14400include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14401prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14402file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14403variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14404need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14405need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14406version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14407runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14408shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14409shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14410libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14411library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14412soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14413install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14414postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14415postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14416finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14417finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14418hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14419sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14420sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14421hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14422enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14423enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14424enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14425old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14426striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14427
14428LTCC='$LTCC'
14429LTCFLAGS='$LTCFLAGS'
14430compiler='$compiler_DEFAULT'
14431
14432# A function that is used when there is no print builtin or printf.
14433func_fallback_echo ()
14434{
14435 eval 'cat <<_LTECHO_EOF
14436\$1
14437_LTECHO_EOF'
14438}
14439
14440# Quote evaled strings.
14441for var in SHELL \
14442ECHO \
14443SED \
14444GREP \
14445EGREP \
14446FGREP \
14447LD \
14448NM \
14449LN_S \
14450lt_SP2NL \
14451lt_NL2SP \
14452reload_flag \
14453OBJDUMP \
14454deplibs_check_method \
14455file_magic_cmd \
14456AR \
14457AR_FLAGS \
14458STRIP \
14459RANLIB \
14460CC \
14461CFLAGS \
14462compiler \
14463lt_cv_sys_global_symbol_pipe \
14464lt_cv_sys_global_symbol_to_cdecl \
14465lt_cv_sys_global_symbol_to_c_name_address \
14466lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14467lt_prog_compiler_no_builtin_flag \
14468lt_prog_compiler_wl \
14469lt_prog_compiler_pic \
14470lt_prog_compiler_static \
14471lt_cv_prog_compiler_c_o \
14472need_locks \
14473DSYMUTIL \
14474NMEDIT \
14475LIPO \
14476OTOOL \
14477OTOOL64 \
14478shrext_cmds \
14479export_dynamic_flag_spec \
14480whole_archive_flag_spec \
14481compiler_needs_object \
14482with_gnu_ld \
14483allow_undefined_flag \
14484no_undefined_flag \
14485hardcode_libdir_flag_spec \
14486hardcode_libdir_flag_spec_ld \
14487hardcode_libdir_separator \
14488fix_srcfile_path \
14489exclude_expsyms \
14490include_expsyms \
14491file_list_spec \
14492variables_saved_for_relink \
14493libname_spec \
14494library_names_spec \
14495soname_spec \
14496install_override_mode \
14497finish_eval \
14498old_striplib \
14499striplib; do
14500 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14501 *[\\\\\\\`\\"\\\$]*)
14502 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14503 ;;
14504 *)
14505 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14506 ;;
14507 esac
14508done
14509
14510# Double-quote double-evaled strings.
14511for var in reload_cmds \
14512old_postinstall_cmds \
14513old_postuninstall_cmds \
14514old_archive_cmds \
14515extract_expsyms_cmds \
14516old_archive_from_new_cmds \
14517old_archive_from_expsyms_cmds \
14518archive_cmds \
14519archive_expsym_cmds \
14520module_cmds \
14521module_expsym_cmds \
14522export_symbols_cmds \
14523prelink_cmds \
14524postinstall_cmds \
14525postuninstall_cmds \
14526finish_cmds \
14527sys_lib_search_path_spec \
14528sys_lib_dlsearch_path_spec; do
14529 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14530 *[\\\\\\\`\\"\\\$]*)
14531 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14532 ;;
14533 *)
14534 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14535 ;;
14536 esac
14537done
14538
14539ac_aux_dir='$ac_aux_dir'
14540xsi_shell='$xsi_shell'
14541lt_shell_append='$lt_shell_append'
14542
14543# See if we are running on zsh, and set the options which allow our
14544# commands through without removal of \ escapes INIT.
14545if test -n "\${ZSH_VERSION+set}" ; then
14546 setopt NO_GLOB_SUBST
14547fi
14548
14549
14550 PACKAGE='$PACKAGE'
14551 VERSION='$VERSION'
14552 TIMESTAMP='$TIMESTAMP'
14553 RM='$RM'
14554 ofile='$ofile'
14555
14556
14557
14558
81ecdfbb 14559_ACEOF
c906108c 14560
81ecdfbb 14561cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 14562
81ecdfbb 14563# Handling of arguments.
b7026657 14564for ac_config_target in $ac_config_targets
c906108c 14565do
81ecdfbb
RW
14566 case $ac_config_target in
14567 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 14568 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 14569 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
14570 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14571 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14572 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14573 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14574 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14575
14576 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
14577 esac
14578done
14579
81ecdfbb 14580
b7026657
AC
14581# If the user did not use the arguments to specify the items to instantiate,
14582# then the envvar interface is used. Set only those that are not.
14583# We use the long form for the default assignment because of an extremely
14584# bizarre bug on SunOS 4.1.3.
14585if $ac_need_defaults; then
14586 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14587 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
14588 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14589fi
14590
14591# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14592# simply because there is no reason against having it here, and in addition,
b7026657 14593# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14594# Hook for its removal unless debugging.
14595# Note that there is a small window in which the directory will not be cleaned:
14596# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
14597$debug ||
14598{
81ecdfbb
RW
14599 tmp=
14600 trap 'exit_status=$?
14601 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14602' 0
14603 trap 'as_fn_exit 1' 1 2 13 15
b7026657 14604}
b7026657
AC
14605# Create a (secure) tmp directory for tmp files.
14606
14607{
81ecdfbb 14608 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
b7026657
AC
14609 test -n "$tmp" && test -d "$tmp"
14610} ||
14611{
81ecdfbb
RW
14612 tmp=./conf$$-$RANDOM
14613 (umask 077 && mkdir "$tmp")
14614} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
c906108c 14615
81ecdfbb
RW
14616# Set up the scripts for CONFIG_FILES section.
14617# No need to generate them if there are no CONFIG_FILES.
14618# This happens for instance with `./config.status config.h'.
14619if test -n "$CONFIG_FILES"; then
c906108c 14620
c906108c 14621
81ecdfbb
RW
14622ac_cr=`echo X | tr X '\015'`
14623# On cygwin, bash can eat \r inside `` if the user requested igncr.
14624# But we know of no other shell where ac_cr would be empty at this
14625# point, so we can use a bashism as a fallback.
14626if test "x$ac_cr" = x; then
14627 eval ac_cr=\$\'\\r\'
14628fi
14629ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14630if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14631 ac_cs_awk_cr='\r'
14632else
14633 ac_cs_awk_cr=$ac_cr
14634fi
b7026657 14635
81ecdfbb 14636echo 'BEGIN {' >"$tmp/subs1.awk" &&
b7026657
AC
14637_ACEOF
14638
81ecdfbb
RW
14639
14640{
14641 echo "cat >conf$$subs.awk <<_ACEOF" &&
14642 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14643 echo "_ACEOF"
14644} >conf$$subs.sh ||
14645 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14646ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14647ac_delim='%!_!# '
14648for ac_last_try in false false false false false :; do
14649 . ./conf$$subs.sh ||
14650 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14651
14652 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14653 if test $ac_delim_n = $ac_delim_num; then
14654 break
14655 elif $ac_last_try; then
14656 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14657 else
14658 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c906108c 14659 fi
81ecdfbb
RW
14660done
14661rm -f conf$$subs.sh
c906108c 14662
81ecdfbb
RW
14663cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14664cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
b7026657 14665_ACEOF
81ecdfbb
RW
14666sed -n '
14667h
14668s/^/S["/; s/!.*/"]=/
14669p
14670g
14671s/^[^!]*!//
14672:repl
14673t repl
14674s/'"$ac_delim"'$//
14675t delim
14676:nl
14677h
14678s/\(.\{148\}\).*/\1/
14679t more1
14680s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14681p
14682n
14683b repl
14684:more1
14685s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14686p
14687g
14688s/.\{148\}//
14689t nl
14690:delim
14691h
14692s/\(.\{148\}\).*/\1/
14693t more2
14694s/["\\]/\\&/g; s/^/"/; s/$/"/
14695p
14696b
14697:more2
14698s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14699p
14700g
14701s/.\{148\}//
14702t delim
14703' <conf$$subs.awk | sed '
14704/^[^""]/{
14705 N
14706 s/\n//
14707}
14708' >>$CONFIG_STATUS || ac_write_fail=1
14709rm -f conf$$subs.awk
14710cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14711_ACAWK
14712cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14713 for (key in S) S_is_set[key] = 1
14714 FS = "\a"
b7026657 14715
81ecdfbb
RW
14716}
14717{
14718 line = $ 0
14719 nfields = split(line, field, "@")
14720 substed = 0
14721 len = length(field[1])
14722 for (i = 2; i < nfields; i++) {
14723 key = field[i]
14724 keylen = length(key)
14725 if (S_is_set[key]) {
14726 value = S[key]
14727 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14728 len += length(value) + length(field[++i])
14729 substed = 1
14730 } else
14731 len += 1 + keylen
14732 }
14733
14734 print line
14735}
b7026657 14736
81ecdfbb
RW
14737_ACAWK
14738_ACEOF
14739cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14740if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14741 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 14742else
81ecdfbb
RW
14743 cat
14744fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14745 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14746_ACEOF
c906108c 14747
81ecdfbb
RW
14748# VPATH may cause trouble with some makes, so we remove $(srcdir),
14749# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14750# trailing colons and then remove the whole line if VPATH becomes empty
14751# (actually we leave an empty line to preserve line numbers).
14752if test "x$srcdir" = x.; then
14753 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14754s/:*\$(srcdir):*/:/
14755s/:*\${srcdir}:*/:/
14756s/:*@srcdir@:*/:/
14757s/^\([^=]*=[ ]*\):*/\1/
14758s/:*$//
14759s/^[^=]*=[ ]*$//
14760}'
14761fi
c906108c 14762
81ecdfbb
RW
14763cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14764fi # test -n "$CONFIG_FILES"
c906108c 14765
81ecdfbb
RW
14766# Set up the scripts for CONFIG_HEADERS section.
14767# No need to generate them if there are no CONFIG_HEADERS.
14768# This happens for instance with `./config.status Makefile'.
14769if test -n "$CONFIG_HEADERS"; then
14770cat >"$tmp/defines.awk" <<\_ACAWK ||
14771BEGIN {
14772_ACEOF
b7026657 14773
81ecdfbb
RW
14774# Transform confdefs.h into an awk script `defines.awk', embedded as
14775# here-document in config.status, that substitutes the proper values into
14776# config.h.in to produce config.h.
c906108c 14777
81ecdfbb
RW
14778# Create a delimiter string that does not exist in confdefs.h, to ease
14779# handling of long lines.
14780ac_delim='%!_!# '
14781for ac_last_try in false false :; do
14782 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14783 if test -z "$ac_t"; then
14784 break
14785 elif $ac_last_try; then
14786 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 14787 else
81ecdfbb 14788 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 14789 fi
b7026657 14790done
81ecdfbb
RW
14791
14792# For the awk script, D is an array of macro values keyed by name,
14793# likewise P contains macro parameters if any. Preserve backslash
14794# newline sequences.
14795
14796ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14797sed -n '
14798s/.\{148\}/&'"$ac_delim"'/g
14799t rset
14800:rset
14801s/^[ ]*#[ ]*define[ ][ ]*/ /
14802t def
14803d
14804:def
14805s/\\$//
14806t bsnl
14807s/["\\]/\\&/g
14808s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14809D["\1"]=" \3"/p
14810s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14811d
14812:bsnl
14813s/["\\]/\\&/g
14814s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14815D["\1"]=" \3\\\\\\n"\\/p
14816t cont
14817s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14818t cont
14819d
14820:cont
14821n
14822s/.\{148\}/&'"$ac_delim"'/g
14823t clear
14824:clear
14825s/\\$//
14826t bsnlc
14827s/["\\]/\\&/g; s/^/"/; s/$/"/p
14828d
14829:bsnlc
14830s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14831b cont
14832' <confdefs.h | sed '
14833s/'"$ac_delim"'/"\\\
14834"/g' >>$CONFIG_STATUS || ac_write_fail=1
14835
14836cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14837 for (key in D) D_is_set[key] = 1
14838 FS = "\a"
14839}
14840/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14841 line = \$ 0
14842 split(line, arg, " ")
14843 if (arg[1] == "#") {
14844 defundef = arg[2]
14845 mac1 = arg[3]
14846 } else {
14847 defundef = substr(arg[1], 2)
14848 mac1 = arg[2]
14849 }
14850 split(mac1, mac2, "(") #)
14851 macro = mac2[1]
14852 prefix = substr(line, 1, index(line, defundef) - 1)
14853 if (D_is_set[macro]) {
14854 # Preserve the white space surrounding the "#".
14855 print prefix "define", macro P[macro] D[macro]
14856 next
14857 } else {
14858 # Replace #undef with comments. This is necessary, for example,
14859 # in the case of _POSIX_SOURCE, which is predefined and required
14860 # on some systems where configure will not decide to define it.
14861 if (defundef == "undef") {
14862 print "/*", prefix defundef, macro, "*/"
14863 next
14864 }
14865 }
14866}
14867{ print }
14868_ACAWK
b7026657 14869_ACEOF
81ecdfbb
RW
14870cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14871 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14872fi # test -n "$CONFIG_HEADERS"
b7026657 14873
c906108c 14874
99d8e879 14875eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
14876shift
14877for ac_tag
14878do
14879 case $ac_tag in
14880 :[FHLC]) ac_mode=$ac_tag; continue;;
14881 esac
14882 case $ac_mode$ac_tag in
14883 :[FHL]*:*);;
14884 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14885 :[FH]-) ac_tag=-:-;;
14886 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 14887 esac
81ecdfbb
RW
14888 ac_save_IFS=$IFS
14889 IFS=:
14890 set x $ac_tag
14891 IFS=$ac_save_IFS
14892 shift
14893 ac_file=$1
14894 shift
c906108c 14895
81ecdfbb
RW
14896 case $ac_mode in
14897 :L) ac_source=$1;;
14898 :[FH])
14899 ac_file_inputs=
14900 for ac_f
14901 do
14902 case $ac_f in
14903 -) ac_f="$tmp/stdin";;
14904 *) # Look for the file first in the build tree, then in the source tree
14905 # (if the path is not absolute). The absolute path cannot be DOS-style,
14906 # because $ac_f cannot contain `:'.
14907 test -f "$ac_f" ||
14908 case $ac_f in
14909 [\\/$]*) false;;
14910 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14911 esac ||
14912 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 14913 esac
81ecdfbb
RW
14914 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14915 as_fn_append ac_file_inputs " '$ac_f'"
14916 done
b7026657 14917
81ecdfbb
RW
14918 # Let's still pretend it is `configure' which instantiates (i.e., don't
14919 # use $as_me), people would be surprised to read:
14920 # /* config.h. Generated by config.status. */
14921 configure_input='Generated from '`
14922 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14923 `' by configure.'
14924 if test x"$ac_file" != x-; then
14925 configure_input="$ac_file. $configure_input"
14926 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14927$as_echo "$as_me: creating $ac_file" >&6;}
14928 fi
14929 # Neutralize special characters interpreted by sed in replacement strings.
14930 case $configure_input in #(
14931 *\&* | *\|* | *\\* )
14932 ac_sed_conf_input=`$as_echo "$configure_input" |
14933 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14934 *) ac_sed_conf_input=$configure_input;;
14935 esac
b7026657 14936
81ecdfbb
RW
14937 case $ac_tag in
14938 *:-:* | *:-) cat >"$tmp/stdin" \
14939 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14940 esac
14941 ;;
14942 esac
b7026657 14943
81ecdfbb 14944 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
14945$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14946 X"$ac_file" : 'X\(//\)[^/]' \| \
14947 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
14948 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14949$as_echo X"$ac_file" |
14950 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14951 s//\1/
14952 q
14953 }
14954 /^X\(\/\/\)[^/].*/{
14955 s//\1/
14956 q
14957 }
14958 /^X\(\/\/\)$/{
14959 s//\1/
14960 q
14961 }
14962 /^X\(\/\).*/{
14963 s//\1/
14964 q
14965 }
14966 s/.*/./; q'`
14967 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
14968 ac_builddir=.
14969
81ecdfbb
RW
14970case "$ac_dir" in
14971.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14972*)
14973 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14974 # A ".." for each directory in $ac_dir_suffix.
14975 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14976 case $ac_top_builddir_sub in
14977 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14978 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14979 esac ;;
14980esac
14981ac_abs_top_builddir=$ac_pwd
14982ac_abs_builddir=$ac_pwd$ac_dir_suffix
14983# for backward compatibility:
14984ac_top_builddir=$ac_top_build_prefix
b7026657
AC
14985
14986case $srcdir in
81ecdfbb 14987 .) # We are building in place.
b7026657 14988 ac_srcdir=.
81ecdfbb
RW
14989 ac_top_srcdir=$ac_top_builddir_sub
14990 ac_abs_top_srcdir=$ac_pwd ;;
14991 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 14992 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
14993 ac_top_srcdir=$srcdir
14994 ac_abs_top_srcdir=$srcdir ;;
14995 *) # Relative name.
14996 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14997 ac_top_srcdir=$ac_top_build_prefix$srcdir
14998 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 14999esac
81ecdfbb 15000ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 15001
c906108c 15002
81ecdfbb
RW
15003 case $ac_mode in
15004 :F)
15005 #
15006 # CONFIG_FILE
15007 #
b7026657 15008
81ecdfbb
RW
15009 case $INSTALL in
15010 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15011 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 15012 esac
81ecdfbb 15013_ACEOF
c906108c 15014
81ecdfbb
RW
15015cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15016# If the template does not know about datarootdir, expand it.
15017# FIXME: This hack should be removed a few years after 2.60.
15018ac_datarootdir_hack=; ac_datarootdir_seen=
15019ac_sed_dataroot='
15020/datarootdir/ {
15021 p
15022 q
15023}
15024/@datadir@/p
15025/@docdir@/p
15026/@infodir@/p
15027/@localedir@/p
15028/@mandir@/p'
15029case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15030*datarootdir*) ac_datarootdir_seen=yes;;
15031*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15032 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15033$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15034_ACEOF
15035cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15036 ac_datarootdir_hack='
15037 s&@datadir@&$datadir&g
15038 s&@docdir@&$docdir&g
15039 s&@infodir@&$infodir&g
15040 s&@localedir@&$localedir&g
15041 s&@mandir@&$mandir&g
15042 s&\\\${datarootdir}&$datarootdir&g' ;;
15043esac
b7026657 15044_ACEOF
b7026657 15045
81ecdfbb
RW
15046# Neutralize VPATH when `$srcdir' = `.'.
15047# Shell code in configure.ac might set extrasub.
15048# FIXME: do we really want to maintain this feature?
15049cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15050ac_sed_extra="$ac_vpsub
15051$extrasub
15052_ACEOF
15053cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15054:t
15055/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15056s|@configure_input@|$ac_sed_conf_input|;t t
15057s&@top_builddir@&$ac_top_builddir_sub&;t t
15058s&@top_build_prefix@&$ac_top_build_prefix&;t t
15059s&@srcdir@&$ac_srcdir&;t t
15060s&@abs_srcdir@&$ac_abs_srcdir&;t t
15061s&@top_srcdir@&$ac_top_srcdir&;t t
15062s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15063s&@builddir@&$ac_builddir&;t t
15064s&@abs_builddir@&$ac_abs_builddir&;t t
15065s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15066s&@INSTALL@&$ac_INSTALL&;t t
15067$ac_datarootdir_hack
15068"
15069eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15070 || as_fn_error "could not create $ac_file" "$LINENO" 5
15071
15072test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15073 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15074 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15075 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15076which seems to be undefined. Please make sure it is defined." >&5
15077$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15078which seems to be undefined. Please make sure it is defined." >&2;}
15079
15080 rm -f "$tmp/stdin"
15081 case $ac_file in
15082 -) cat "$tmp/out" && rm -f "$tmp/out";;
15083 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15084 esac \
15085 || as_fn_error "could not create $ac_file" "$LINENO" 5
15086 ;;
15087 :H)
15088 #
15089 # CONFIG_HEADER
15090 #
15091 if test x"$ac_file" != x-; then
15092 {
15093 $as_echo "/* $configure_input */" \
15094 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15095 } >"$tmp/config.h" \
15096 || as_fn_error "could not create $ac_file" "$LINENO" 5
15097 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15098 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15099$as_echo "$as_me: $ac_file is unchanged" >&6;}
15100 else
15101 rm -f "$ac_file"
15102 mv "$tmp/config.h" "$ac_file" \
15103 || as_fn_error "could not create $ac_file" "$LINENO" 5
15104 fi
b7026657 15105 else
81ecdfbb
RW
15106 $as_echo "/* $configure_input */" \
15107 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15108 || as_fn_error "could not create -" "$LINENO" 5
15109 fi
15110 ;;
b7026657 15111
81ecdfbb
RW
15112 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15113$as_echo "$as_me: executing $ac_file commands" >&6;}
15114 ;;
15115 esac
b7026657
AC
15116
15117
81ecdfbb 15118 case $ac_file$ac_mode in
db2e4d67 15119 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
15120 "libtool":C)
15121
15122 # See if we are running on zsh, and set the options which allow our
15123 # commands through without removal of \ escapes.
15124 if test -n "${ZSH_VERSION+set}" ; then
15125 setopt NO_GLOB_SUBST
15126 fi
15127
15128 cfgfile="${ofile}T"
15129 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15130 $RM "$cfgfile"
15131
15132 cat <<_LT_EOF >> "$cfgfile"
15133#! $SHELL
15134
15135# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15136# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15137# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15138# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15139#
15140# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15141# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15142# Written by Gordon Matzigkeit, 1996
15143#
15144# This file is part of GNU Libtool.
15145#
15146# GNU Libtool is free software; you can redistribute it and/or
15147# modify it under the terms of the GNU General Public License as
15148# published by the Free Software Foundation; either version 2 of
15149# the License, or (at your option) any later version.
15150#
15151# As a special exception to the GNU General Public License,
15152# if you distribute this file as part of a program or library that
15153# is built using GNU Libtool, you may include this file under the
15154# same distribution terms that you use for the rest of that program.
15155#
15156# GNU Libtool is distributed in the hope that it will be useful,
15157# but WITHOUT ANY WARRANTY; without even the implied warranty of
15158# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15159# GNU General Public License for more details.
15160#
15161# You should have received a copy of the GNU General Public License
15162# along with GNU Libtool; see the file COPYING. If not, a copy
15163# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15164# obtained by writing to the Free Software Foundation, Inc.,
15165# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15166
15167
15168# The names of the tagged configurations supported by this script.
15169available_tags=""
15170
15171# ### BEGIN LIBTOOL CONFIG
15172
15173# Which release of libtool.m4 was used?
15174macro_version=$macro_version
15175macro_revision=$macro_revision
15176
15177# Whether or not to build shared libraries.
15178build_libtool_libs=$enable_shared
15179
15180# Whether or not to build static libraries.
15181build_old_libs=$enable_static
15182
15183# What type of objects to build.
15184pic_mode=$pic_mode
15185
15186# Whether or not to optimize for fast installation.
15187fast_install=$enable_fast_install
15188
15189# Shell to use when invoking shell scripts.
15190SHELL=$lt_SHELL
15191
15192# An echo program that protects backslashes.
15193ECHO=$lt_ECHO
15194
15195# The host system.
15196host_alias=$host_alias
15197host=$host
15198host_os=$host_os
15199
15200# The build system.
15201build_alias=$build_alias
15202build=$build
15203build_os=$build_os
15204
15205# A sed program that does not truncate output.
15206SED=$lt_SED
15207
15208# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15209Xsed="\$SED -e 1s/^X//"
15210
15211# A grep program that handles long lines.
15212GREP=$lt_GREP
15213
15214# An ERE matcher.
15215EGREP=$lt_EGREP
15216
15217# A literal string matcher.
15218FGREP=$lt_FGREP
15219
15220# A BSD- or MS-compatible name lister.
15221NM=$lt_NM
15222
15223# Whether we need soft or hard links.
15224LN_S=$lt_LN_S
15225
15226# What is the maximum length of a command?
15227max_cmd_len=$max_cmd_len
15228
15229# Object file suffix (normally "o").
15230objext=$ac_objext
15231
15232# Executable file suffix (normally "").
15233exeext=$exeext
15234
15235# whether the shell understands "unset".
15236lt_unset=$lt_unset
15237
15238# turn spaces into newlines.
15239SP2NL=$lt_lt_SP2NL
15240
15241# turn newlines into spaces.
15242NL2SP=$lt_lt_NL2SP
15243
15244# An object symbol dumper.
15245OBJDUMP=$lt_OBJDUMP
15246
15247# Method to check whether dependent libraries are shared objects.
15248deplibs_check_method=$lt_deplibs_check_method
15249
15250# Command to use when deplibs_check_method == "file_magic".
15251file_magic_cmd=$lt_file_magic_cmd
15252
15253# The archiver.
15254AR=$lt_AR
15255AR_FLAGS=$lt_AR_FLAGS
15256
15257# A symbol stripping program.
15258STRIP=$lt_STRIP
15259
15260# Commands used to install an old-style archive.
15261RANLIB=$lt_RANLIB
15262old_postinstall_cmds=$lt_old_postinstall_cmds
15263old_postuninstall_cmds=$lt_old_postuninstall_cmds
15264
15265# Whether to use a lock for old archive extraction.
15266lock_old_archive_extraction=$lock_old_archive_extraction
15267
15268# A C compiler.
15269LTCC=$lt_CC
15270
15271# LTCC compiler flags.
15272LTCFLAGS=$lt_CFLAGS
15273
15274# Take the output of nm and produce a listing of raw symbols and C names.
15275global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15276
15277# Transform the output of nm in a proper C declaration.
15278global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15279
15280# Transform the output of nm in a C name address pair.
15281global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15282
15283# Transform the output of nm in a C name address pair when lib prefix is needed.
15284global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15285
15286# The name of the directory that contains temporary libtool files.
15287objdir=$objdir
15288
15289# Used to examine libraries when file_magic_cmd begins with "file".
15290MAGIC_CMD=$MAGIC_CMD
15291
15292# Must we lock files when doing compilation?
15293need_locks=$lt_need_locks
15294
15295# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15296DSYMUTIL=$lt_DSYMUTIL
15297
15298# Tool to change global to local symbols on Mac OS X.
15299NMEDIT=$lt_NMEDIT
15300
15301# Tool to manipulate fat objects and archives on Mac OS X.
15302LIPO=$lt_LIPO
15303
15304# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15305OTOOL=$lt_OTOOL
15306
15307# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15308OTOOL64=$lt_OTOOL64
15309
15310# Old archive suffix (normally "a").
15311libext=$libext
15312
15313# Shared library suffix (normally ".so").
15314shrext_cmds=$lt_shrext_cmds
15315
15316# The commands to extract the exported symbol list from a shared archive.
15317extract_expsyms_cmds=$lt_extract_expsyms_cmds
15318
15319# Variables whose values should be saved in libtool wrapper scripts and
15320# restored at link time.
15321variables_saved_for_relink=$lt_variables_saved_for_relink
15322
15323# Do we need the "lib" prefix for modules?
15324need_lib_prefix=$need_lib_prefix
15325
15326# Do we need a version for libraries?
15327need_version=$need_version
15328
15329# Library versioning type.
15330version_type=$version_type
15331
15332# Shared library runtime path variable.
15333runpath_var=$runpath_var
15334
15335# Shared library path variable.
15336shlibpath_var=$shlibpath_var
15337
15338# Is shlibpath searched before the hard-coded library search path?
15339shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15340
15341# Format of library name prefix.
15342libname_spec=$lt_libname_spec
15343
15344# List of archive names. First name is the real one, the rest are links.
15345# The last name is the one that the linker finds with -lNAME
15346library_names_spec=$lt_library_names_spec
15347
15348# The coded name of the library, if different from the real name.
15349soname_spec=$lt_soname_spec
15350
15351# Permission mode override for installation of shared libraries.
15352install_override_mode=$lt_install_override_mode
15353
15354# Command to use after installation of a shared archive.
15355postinstall_cmds=$lt_postinstall_cmds
15356
15357# Command to use after uninstallation of a shared archive.
15358postuninstall_cmds=$lt_postuninstall_cmds
15359
15360# Commands used to finish a libtool library installation in a directory.
15361finish_cmds=$lt_finish_cmds
15362
15363# As "finish_cmds", except a single script fragment to be evaled but
15364# not shown.
15365finish_eval=$lt_finish_eval
15366
15367# Whether we should hardcode library paths into libraries.
15368hardcode_into_libs=$hardcode_into_libs
15369
15370# Compile-time system search path for libraries.
15371sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15372
15373# Run-time system search path for libraries.
15374sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15375
15376# Whether dlopen is supported.
15377dlopen_support=$enable_dlopen
15378
15379# Whether dlopen of programs is supported.
15380dlopen_self=$enable_dlopen_self
15381
15382# Whether dlopen of statically linked programs is supported.
15383dlopen_self_static=$enable_dlopen_self_static
15384
15385# Commands to strip libraries.
15386old_striplib=$lt_old_striplib
15387striplib=$lt_striplib
15388
15389
15390# The linker used to build libraries.
15391LD=$lt_LD
15392
15393# How to create reloadable object files.
15394reload_flag=$lt_reload_flag
15395reload_cmds=$lt_reload_cmds
15396
15397# Commands used to build an old-style archive.
15398old_archive_cmds=$lt_old_archive_cmds
15399
15400# A language specific compiler.
15401CC=$lt_compiler
15402
15403# Is the compiler the GNU compiler?
15404with_gcc=$GCC
15405
15406# Compiler flag to turn off builtin functions.
15407no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15408
15409# How to pass a linker flag through the compiler.
15410wl=$lt_lt_prog_compiler_wl
15411
15412# Additional compiler flags for building library objects.
15413pic_flag=$lt_lt_prog_compiler_pic
15414
15415# Compiler flag to prevent dynamic linking.
15416link_static_flag=$lt_lt_prog_compiler_static
15417
15418# Does compiler simultaneously support -c and -o options?
15419compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15420
15421# Whether or not to add -lc for building shared libraries.
15422build_libtool_need_lc=$archive_cmds_need_lc
15423
15424# Whether or not to disallow shared libs when runtime libs are static.
15425allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15426
15427# Compiler flag to allow reflexive dlopens.
15428export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15429
15430# Compiler flag to generate shared objects directly from archives.
15431whole_archive_flag_spec=$lt_whole_archive_flag_spec
15432
15433# Whether the compiler copes with passing no objects directly.
15434compiler_needs_object=$lt_compiler_needs_object
15435
15436# Create an old-style archive from a shared archive.
15437old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15438
15439# Create a temporary old-style archive to link instead of a shared archive.
15440old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15441
15442# Commands used to build a shared archive.
15443archive_cmds=$lt_archive_cmds
15444archive_expsym_cmds=$lt_archive_expsym_cmds
15445
15446# Commands used to build a loadable module if different from building
15447# a shared archive.
15448module_cmds=$lt_module_cmds
15449module_expsym_cmds=$lt_module_expsym_cmds
15450
15451# Whether we are building with GNU ld or not.
15452with_gnu_ld=$lt_with_gnu_ld
15453
15454# Flag that allows shared libraries with undefined symbols to be built.
15455allow_undefined_flag=$lt_allow_undefined_flag
15456
15457# Flag that enforces no undefined symbols.
15458no_undefined_flag=$lt_no_undefined_flag
15459
15460# Flag to hardcode \$libdir into a binary during linking.
15461# This must work even if \$libdir does not exist
15462hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15463
15464# If ld is used when linking, flag to hardcode \$libdir into a binary
15465# during linking. This must work even if \$libdir does not exist.
15466hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15467
15468# Whether we need a single "-rpath" flag with a separated argument.
15469hardcode_libdir_separator=$lt_hardcode_libdir_separator
15470
15471# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15472# DIR into the resulting binary.
15473hardcode_direct=$hardcode_direct
15474
15475# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15476# DIR into the resulting binary and the resulting library dependency is
15477# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15478# library is relocated.
15479hardcode_direct_absolute=$hardcode_direct_absolute
15480
15481# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15482# into the resulting binary.
15483hardcode_minus_L=$hardcode_minus_L
15484
15485# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15486# into the resulting binary.
15487hardcode_shlibpath_var=$hardcode_shlibpath_var
15488
15489# Set to "yes" if building a shared library automatically hardcodes DIR
15490# into the library and all subsequent libraries and executables linked
15491# against it.
15492hardcode_automatic=$hardcode_automatic
15493
15494# Set to yes if linker adds runtime paths of dependent libraries
15495# to runtime path list.
15496inherit_rpath=$inherit_rpath
15497
15498# Whether libtool must link a program against all its dependency libraries.
15499link_all_deplibs=$link_all_deplibs
15500
15501# Fix the shell variable \$srcfile for the compiler.
15502fix_srcfile_path=$lt_fix_srcfile_path
15503
15504# Set to "yes" if exported symbols are required.
15505always_export_symbols=$always_export_symbols
15506
15507# The commands to list exported symbols.
15508export_symbols_cmds=$lt_export_symbols_cmds
15509
15510# Symbols that should not be listed in the preloaded symbols.
15511exclude_expsyms=$lt_exclude_expsyms
15512
15513# Symbols that must always be exported.
15514include_expsyms=$lt_include_expsyms
15515
15516# Commands necessary for linking programs (against libraries) with templates.
15517prelink_cmds=$lt_prelink_cmds
15518
15519# Specify filename containing input files.
15520file_list_spec=$lt_file_list_spec
15521
15522# How to hardcode a shared library path into an executable.
15523hardcode_action=$hardcode_action
15524
15525# ### END LIBTOOL CONFIG
15526
15527_LT_EOF
15528
15529 case $host_os in
15530 aix3*)
15531 cat <<\_LT_EOF >> "$cfgfile"
15532# AIX sometimes has problems with the GCC collect2 program. For some
15533# reason, if we set the COLLECT_NAMES environment variable, the problems
15534# vanish in a puff of smoke.
15535if test "X${COLLECT_NAMES+set}" != Xset; then
15536 COLLECT_NAMES=
15537 export COLLECT_NAMES
15538fi
15539_LT_EOF
15540 ;;
15541 esac
15542
15543
15544ltmain="$ac_aux_dir/ltmain.sh"
15545
15546
15547 # We use sed instead of cat because bash on DJGPP gets confused if
15548 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15549 # text mode, it properly converts lines to CR/LF. This bash problem
15550 # is reportedly fixed, but why not run on old versions too?
15551 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15552 || (rm -f "$cfgfile"; exit 1)
15553
15554 case $xsi_shell in
15555 yes)
15556 cat << \_LT_EOF >> "$cfgfile"
15557
15558# func_dirname file append nondir_replacement
15559# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15560# otherwise set result to NONDIR_REPLACEMENT.
15561func_dirname ()
15562{
15563 case ${1} in
15564 */*) func_dirname_result="${1%/*}${2}" ;;
15565 * ) func_dirname_result="${3}" ;;
15566 esac
15567}
15568
15569# func_basename file
15570func_basename ()
15571{
15572 func_basename_result="${1##*/}"
15573}
15574
15575# func_dirname_and_basename file append nondir_replacement
15576# perform func_basename and func_dirname in a single function
15577# call:
15578# dirname: Compute the dirname of FILE. If nonempty,
15579# add APPEND to the result, otherwise set result
15580# to NONDIR_REPLACEMENT.
15581# value returned in "$func_dirname_result"
15582# basename: Compute filename of FILE.
15583# value retuned in "$func_basename_result"
15584# Implementation must be kept synchronized with func_dirname
15585# and func_basename. For efficiency, we do not delegate to
15586# those functions but instead duplicate the functionality here.
15587func_dirname_and_basename ()
15588{
15589 case ${1} in
15590 */*) func_dirname_result="${1%/*}${2}" ;;
15591 * ) func_dirname_result="${3}" ;;
15592 esac
15593 func_basename_result="${1##*/}"
15594}
15595
15596# func_stripname prefix suffix name
15597# strip PREFIX and SUFFIX off of NAME.
15598# PREFIX and SUFFIX must not contain globbing or regex special
15599# characters, hashes, percent signs, but SUFFIX may contain a leading
15600# dot (in which case that matches only a dot).
15601func_stripname ()
15602{
15603 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15604 # positional parameters, so assign one to ordinary parameter first.
15605 func_stripname_result=${3}
15606 func_stripname_result=${func_stripname_result#"${1}"}
15607 func_stripname_result=${func_stripname_result%"${2}"}
15608}
15609
15610# func_opt_split
15611func_opt_split ()
15612{
15613 func_opt_split_opt=${1%%=*}
15614 func_opt_split_arg=${1#*=}
15615}
15616
15617# func_lo2o object
15618func_lo2o ()
15619{
15620 case ${1} in
15621 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15622 *) func_lo2o_result=${1} ;;
15623 esac
15624}
15625
15626# func_xform libobj-or-source
15627func_xform ()
15628{
15629 func_xform_result=${1%.*}.lo
15630}
15631
15632# func_arith arithmetic-term...
15633func_arith ()
15634{
15635 func_arith_result=$(( $* ))
15636}
15637
15638# func_len string
15639# STRING may not start with a hyphen.
15640func_len ()
15641{
15642 func_len_result=${#1}
15643}
15644
15645_LT_EOF
15646 ;;
15647 *) # Bourne compatible functions.
15648 cat << \_LT_EOF >> "$cfgfile"
15649
15650# func_dirname file append nondir_replacement
15651# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15652# otherwise set result to NONDIR_REPLACEMENT.
15653func_dirname ()
15654{
15655 # Extract subdirectory from the argument.
15656 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15657 if test "X$func_dirname_result" = "X${1}"; then
15658 func_dirname_result="${3}"
15659 else
15660 func_dirname_result="$func_dirname_result${2}"
15661 fi
15662}
15663
15664# func_basename file
15665func_basename ()
15666{
15667 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15668}
15669
15670
15671# func_stripname prefix suffix name
15672# strip PREFIX and SUFFIX off of NAME.
15673# PREFIX and SUFFIX must not contain globbing or regex special
15674# characters, hashes, percent signs, but SUFFIX may contain a leading
15675# dot (in which case that matches only a dot).
15676# func_strip_suffix prefix name
15677func_stripname ()
15678{
15679 case ${2} in
15680 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15681 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15682 esac
15683}
15684
15685# sed scripts:
15686my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15687my_sed_long_arg='1s/^-[^=]*=//'
15688
15689# func_opt_split
15690func_opt_split ()
15691{
15692 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15693 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15694}
15695
15696# func_lo2o object
15697func_lo2o ()
15698{
15699 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15700}
15701
15702# func_xform libobj-or-source
15703func_xform ()
15704{
15705 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15706}
15707
15708# func_arith arithmetic-term...
15709func_arith ()
15710{
15711 func_arith_result=`expr "$@"`
15712}
15713
15714# func_len string
15715# STRING may not start with a hyphen.
15716func_len ()
15717{
15718 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15719}
15720
15721_LT_EOF
15722esac
15723
15724case $lt_shell_append in
15725 yes)
15726 cat << \_LT_EOF >> "$cfgfile"
15727
15728# func_append var value
15729# Append VALUE to the end of shell variable VAR.
15730func_append ()
15731{
15732 eval "$1+=\$2"
15733}
15734_LT_EOF
15735 ;;
15736 *)
15737 cat << \_LT_EOF >> "$cfgfile"
15738
15739# func_append var value
15740# Append VALUE to the end of shell variable VAR.
15741func_append ()
15742{
15743 eval "$1=\$$1\$2"
15744}
15745
15746_LT_EOF
15747 ;;
15748 esac
15749
15750
15751 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15752 || (rm -f "$cfgfile"; exit 1)
15753
15754 mv -f "$cfgfile" "$ofile" ||
15755 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15756 chmod +x "$ofile"
15757
15758 ;;
81ecdfbb 15759 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
15760 rm -f Makesim1.tmp Makesim2.tmp Makefile
15761 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15762 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15763 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
15764 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15765 <Makefile.sim >Makefile
38f48d72 15766 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 15767 ;;
81ecdfbb
RW
15768 "stamp-h":C) echo > stamp-h ;;
15769
b7026657 15770 esac
81ecdfbb 15771done # for ac_tag
c906108c 15772
b7026657 15773
81ecdfbb 15774as_fn_exit 0
b7026657 15775_ACEOF
b7026657
AC
15776ac_clean_files=$ac_clean_files_save
15777
81ecdfbb
RW
15778test $ac_write_fail = 0 ||
15779 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15780
b7026657
AC
15781
15782# configure is writing to config.log, and then calls config.status.
15783# config.status does its own redirection, appending to config.log.
15784# Unfortunately, on DOS this fails, as config.log is still kept open
15785# by configure, so config.status won't be able to write to it; its
15786# output is simply discarded. So we exec the FD to /dev/null,
15787# effectively closing config.log, so it can be properly (re)opened and
15788# appended to by config.status. When coming back to configure, we
15789# need to make the FD available again.
15790if test "$no_create" != yes; then
15791 ac_cs_success=:
15792 ac_config_status_args=
15793 test "$silent" = yes &&
15794 ac_config_status_args="$ac_config_status_args --quiet"
15795 exec 5>/dev/null
15796 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15797 exec 5>>config.log
15798 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15799 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15800 $ac_cs_success || as_fn_exit $?
15801fi
15802if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15803 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15804$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 15805fi
c906108c
SS
15806
15807
This page took 1.49881 seconds and 4 git commands to generate.