sim: mips: drop SIM_AC_OPTION_SMP call
[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_packages
691sim_inline
692sim_hw
693sim_hw_objs
694sim_hw_cflags
695sim_default_model
696sim_scache
697sim_float
81ecdfbb
RW
698sim_endian
699sim_bitsize
700sim_assert
701sim_alignment
702sim_environment
703target_alias
704host_alias
705build_alias
706LIBS
707ECHO_T
708ECHO_N
709ECHO_C
710DEFS
711mandir
712localedir
713libdir
714psdir
715pdfdir
716dvidir
717htmldir
718infodir
719docdir
720oldincludedir
721includedir
722localstatedir
723sharedstatedir
724sysconfdir
725datadir
726datarootdir
727libexecdir
728sbindir
729bindir
730program_transform_name
731prefix
732exec_prefix
733PACKAGE_URL
734PACKAGE_BUGREPORT
735PACKAGE_STRING
736PACKAGE_VERSION
737PACKAGE_TARNAME
738PACKAGE_NAME
739PATH_SEPARATOR
740SHELL'
b7026657 741ac_subst_files=''
81ecdfbb
RW
742ac_user_opts='
743enable_option_checking
aadc9410 744with_system_zlib
6bb11ab3
L
745enable_plugins
746enable_shared
747enable_static
748with_pic
749enable_fast_install
750with_gnu_ld
751enable_libtool_lock
81ecdfbb 752enable_maintainer_mode
81ecdfbb
RW
753enable_sim_debug
754enable_sim_stdio
755enable_sim_trace
756enable_sim_profile
347fe5bb 757enable_sim_inline
81ecdfbb
RW
758with_pkgversion
759with_bugurl
760'
761 ac_precious_vars='build_alias
762host_alias
763target_alias
764CC
765CFLAGS
766LDFLAGS
767LIBS
768CPPFLAGS
769CPP'
770
c906108c
SS
771
772# Initialize some variables set by options.
b7026657
AC
773ac_init_help=
774ac_init_version=false
81ecdfbb
RW
775ac_unrecognized_opts=
776ac_unrecognized_sep=
c906108c
SS
777# The variables have the same names as the options, with
778# dashes changed to underlines.
b7026657 779cache_file=/dev/null
c906108c 780exec_prefix=NONE
c906108c 781no_create=
c906108c
SS
782no_recursion=
783prefix=NONE
784program_prefix=NONE
785program_suffix=NONE
786program_transform_name=s,x,x,
787silent=
788site=
789srcdir=
c906108c
SS
790verbose=
791x_includes=NONE
792x_libraries=NONE
b7026657
AC
793
794# Installation directory options.
795# These are left unexpanded so users can "make install exec_prefix=/foo"
796# and all the variables that are supposed to be based on exec_prefix
797# by default will actually change.
798# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 799# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
800bindir='${exec_prefix}/bin'
801sbindir='${exec_prefix}/sbin'
802libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
803datarootdir='${prefix}/share'
804datadir='${datarootdir}'
c906108c
SS
805sysconfdir='${prefix}/etc'
806sharedstatedir='${prefix}/com'
807localstatedir='${prefix}/var'
c906108c
SS
808includedir='${prefix}/include'
809oldincludedir='/usr/include'
81ecdfbb
RW
810docdir='${datarootdir}/doc/${PACKAGE}'
811infodir='${datarootdir}/info'
812htmldir='${docdir}'
813dvidir='${docdir}'
814pdfdir='${docdir}'
815psdir='${docdir}'
816libdir='${exec_prefix}/lib'
817localedir='${datarootdir}/locale'
818mandir='${datarootdir}/man'
c906108c 819
c906108c 820ac_prev=
81ecdfbb 821ac_dashdash=
c906108c
SS
822for ac_option
823do
c906108c
SS
824 # If the previous option needs an argument, assign it.
825 if test -n "$ac_prev"; then
81ecdfbb 826 eval $ac_prev=\$ac_option
c906108c
SS
827 ac_prev=
828 continue
829 fi
830
81ecdfbb
RW
831 case $ac_option in
832 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
833 *) ac_optarg=yes ;;
834 esac
c906108c
SS
835
836 # Accept the important Cygnus configure options, so we can diagnose typos.
837
81ecdfbb
RW
838 case $ac_dashdash$ac_option in
839 --)
840 ac_dashdash=yes ;;
c906108c
SS
841
842 -bindir | --bindir | --bindi | --bind | --bin | --bi)
843 ac_prev=bindir ;;
844 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 845 bindir=$ac_optarg ;;
c906108c
SS
846
847 -build | --build | --buil | --bui | --bu)
b7026657 848 ac_prev=build_alias ;;
c906108c 849 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 850 build_alias=$ac_optarg ;;
c906108c
SS
851
852 -cache-file | --cache-file | --cache-fil | --cache-fi \
853 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
854 ac_prev=cache_file ;;
855 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
856 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
857 cache_file=$ac_optarg ;;
858
859 --config-cache | -C)
860 cache_file=config.cache ;;
c906108c 861
81ecdfbb 862 -datadir | --datadir | --datadi | --datad)
c906108c 863 ac_prev=datadir ;;
81ecdfbb 864 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 865 datadir=$ac_optarg ;;
c906108c 866
81ecdfbb
RW
867 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
868 | --dataroo | --dataro | --datar)
869 ac_prev=datarootdir ;;
870 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
871 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
872 datarootdir=$ac_optarg ;;
873
c906108c 874 -disable-* | --disable-*)
81ecdfbb 875 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 876 # Reject names that are not valid shell variable names.
81ecdfbb
RW
877 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
878 as_fn_error "invalid feature name: $ac_useropt"
879 ac_useropt_orig=$ac_useropt
880 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
881 case $ac_user_opts in
882 *"
883"enable_$ac_useropt"
884"*) ;;
885 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
886 ac_unrecognized_sep=', ';;
887 esac
888 eval enable_$ac_useropt=no ;;
889
890 -docdir | --docdir | --docdi | --doc | --do)
891 ac_prev=docdir ;;
892 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
893 docdir=$ac_optarg ;;
894
895 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
896 ac_prev=dvidir ;;
897 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
898 dvidir=$ac_optarg ;;
c906108c
SS
899
900 -enable-* | --enable-*)
81ecdfbb 901 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 902 # Reject names that are not valid shell variable names.
81ecdfbb
RW
903 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
904 as_fn_error "invalid feature name: $ac_useropt"
905 ac_useropt_orig=$ac_useropt
906 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
907 case $ac_user_opts in
908 *"
909"enable_$ac_useropt"
910"*) ;;
911 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
912 ac_unrecognized_sep=', ';;
c906108c 913 esac
81ecdfbb 914 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
915
916 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
917 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
918 | --exec | --exe | --ex)
919 ac_prev=exec_prefix ;;
920 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
921 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
922 | --exec=* | --exe=* | --ex=*)
b7026657 923 exec_prefix=$ac_optarg ;;
c906108c
SS
924
925 -gas | --gas | --ga | --g)
926 # Obsolete; use --with-gas.
927 with_gas=yes ;;
928
b7026657
AC
929 -help | --help | --hel | --he | -h)
930 ac_init_help=long ;;
931 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
932 ac_init_help=recursive ;;
933 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
934 ac_init_help=short ;;
c906108c
SS
935
936 -host | --host | --hos | --ho)
b7026657 937 ac_prev=host_alias ;;
c906108c 938 -host=* | --host=* | --hos=* | --ho=*)
b7026657 939 host_alias=$ac_optarg ;;
c906108c 940
81ecdfbb
RW
941 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
942 ac_prev=htmldir ;;
943 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
944 | --ht=*)
945 htmldir=$ac_optarg ;;
946
c906108c
SS
947 -includedir | --includedir | --includedi | --included | --include \
948 | --includ | --inclu | --incl | --inc)
949 ac_prev=includedir ;;
950 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
951 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 952 includedir=$ac_optarg ;;
c906108c
SS
953
954 -infodir | --infodir | --infodi | --infod | --info | --inf)
955 ac_prev=infodir ;;
956 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 957 infodir=$ac_optarg ;;
c906108c
SS
958
959 -libdir | --libdir | --libdi | --libd)
960 ac_prev=libdir ;;
961 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 962 libdir=$ac_optarg ;;
c906108c
SS
963
964 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
965 | --libexe | --libex | --libe)
966 ac_prev=libexecdir ;;
967 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
968 | --libexe=* | --libex=* | --libe=*)
b7026657 969 libexecdir=$ac_optarg ;;
c906108c 970
81ecdfbb
RW
971 -localedir | --localedir | --localedi | --localed | --locale)
972 ac_prev=localedir ;;
973 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
974 localedir=$ac_optarg ;;
975
c906108c 976 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 977 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
978 ac_prev=localstatedir ;;
979 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 980 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 981 localstatedir=$ac_optarg ;;
c906108c
SS
982
983 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
984 ac_prev=mandir ;;
985 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 986 mandir=$ac_optarg ;;
c906108c
SS
987
988 -nfp | --nfp | --nf)
989 # Obsolete; use --without-fp.
990 with_fp=no ;;
991
992 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 993 | --no-cr | --no-c | -n)
c906108c
SS
994 no_create=yes ;;
995
996 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
997 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
998 no_recursion=yes ;;
999
1000 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1001 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1002 | --oldin | --oldi | --old | --ol | --o)
1003 ac_prev=oldincludedir ;;
1004 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1005 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1006 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1007 oldincludedir=$ac_optarg ;;
c906108c
SS
1008
1009 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1010 ac_prev=prefix ;;
1011 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1012 prefix=$ac_optarg ;;
c906108c
SS
1013
1014 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1015 | --program-pre | --program-pr | --program-p)
1016 ac_prev=program_prefix ;;
1017 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1018 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1019 program_prefix=$ac_optarg ;;
c906108c
SS
1020
1021 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1022 | --program-suf | --program-su | --program-s)
1023 ac_prev=program_suffix ;;
1024 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1025 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1026 program_suffix=$ac_optarg ;;
c906108c
SS
1027
1028 -program-transform-name | --program-transform-name \
1029 | --program-transform-nam | --program-transform-na \
1030 | --program-transform-n | --program-transform- \
1031 | --program-transform | --program-transfor \
1032 | --program-transfo | --program-transf \
1033 | --program-trans | --program-tran \
1034 | --progr-tra | --program-tr | --program-t)
1035 ac_prev=program_transform_name ;;
1036 -program-transform-name=* | --program-transform-name=* \
1037 | --program-transform-nam=* | --program-transform-na=* \
1038 | --program-transform-n=* | --program-transform-=* \
1039 | --program-transform=* | --program-transfor=* \
1040 | --program-transfo=* | --program-transf=* \
1041 | --program-trans=* | --program-tran=* \
1042 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1043 program_transform_name=$ac_optarg ;;
c906108c 1044
81ecdfbb
RW
1045 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1046 ac_prev=pdfdir ;;
1047 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1048 pdfdir=$ac_optarg ;;
1049
1050 -psdir | --psdir | --psdi | --psd | --ps)
1051 ac_prev=psdir ;;
1052 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1053 psdir=$ac_optarg ;;
1054
c906108c
SS
1055 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1056 | -silent | --silent | --silen | --sile | --sil)
1057 silent=yes ;;
1058
1059 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1060 ac_prev=sbindir ;;
1061 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1062 | --sbi=* | --sb=*)
b7026657 1063 sbindir=$ac_optarg ;;
c906108c
SS
1064
1065 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1066 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1067 | --sharedst | --shareds | --shared | --share | --shar \
1068 | --sha | --sh)
1069 ac_prev=sharedstatedir ;;
1070 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1071 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1072 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1073 | --sha=* | --sh=*)
b7026657 1074 sharedstatedir=$ac_optarg ;;
c906108c
SS
1075
1076 -site | --site | --sit)
1077 ac_prev=site ;;
1078 -site=* | --site=* | --sit=*)
b7026657 1079 site=$ac_optarg ;;
eb2d80b4 1080
c906108c
SS
1081 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1082 ac_prev=srcdir ;;
1083 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1084 srcdir=$ac_optarg ;;
c906108c
SS
1085
1086 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1087 | --syscon | --sysco | --sysc | --sys | --sy)
1088 ac_prev=sysconfdir ;;
1089 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1090 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1091 sysconfdir=$ac_optarg ;;
c906108c
SS
1092
1093 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1094 ac_prev=target_alias ;;
c906108c 1095 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1096 target_alias=$ac_optarg ;;
c906108c
SS
1097
1098 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1099 verbose=yes ;;
1100
b7026657
AC
1101 -version | --version | --versio | --versi | --vers | -V)
1102 ac_init_version=: ;;
c906108c
SS
1103
1104 -with-* | --with-*)
81ecdfbb 1105 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1106 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1107 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1108 as_fn_error "invalid package name: $ac_useropt"
1109 ac_useropt_orig=$ac_useropt
1110 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1111 case $ac_user_opts in
1112 *"
1113"with_$ac_useropt"
1114"*) ;;
1115 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1116 ac_unrecognized_sep=', ';;
c906108c 1117 esac
81ecdfbb 1118 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1119
1120 -without-* | --without-*)
81ecdfbb 1121 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1122 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1123 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1124 as_fn_error "invalid package name: $ac_useropt"
1125 ac_useropt_orig=$ac_useropt
1126 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1127 case $ac_user_opts in
1128 *"
1129"with_$ac_useropt"
1130"*) ;;
1131 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1132 ac_unrecognized_sep=', ';;
1133 esac
1134 eval with_$ac_useropt=no ;;
c906108c
SS
1135
1136 --x)
1137 # Obsolete; use --with-x.
1138 with_x=yes ;;
1139
1140 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1141 | --x-incl | --x-inc | --x-in | --x-i)
1142 ac_prev=x_includes ;;
1143 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1144 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1145 x_includes=$ac_optarg ;;
c906108c
SS
1146
1147 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1148 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1149 ac_prev=x_libraries ;;
1150 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1151 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1152 x_libraries=$ac_optarg ;;
c906108c 1153
81ecdfbb
RW
1154 -*) as_fn_error "unrecognized option: \`$ac_option'
1155Try \`$0 --help' for more information."
c906108c
SS
1156 ;;
1157
b7026657
AC
1158 *=*)
1159 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1160 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1161 case $ac_envvar in #(
1162 '' | [0-9]* | *[!_$as_cr_alnum]* )
1163 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1164 esac
1165 eval $ac_envvar=\$ac_optarg
b7026657
AC
1166 export $ac_envvar ;;
1167
c906108c 1168 *)
b7026657 1169 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1170 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1171 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1172 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
b7026657 1173 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
c906108c
SS
1174 ;;
1175
1176 esac
1177done
1178
1179if test -n "$ac_prev"; then
b7026657 1180 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1181 as_fn_error "missing argument to $ac_option"
c906108c 1182fi
c906108c 1183
81ecdfbb
RW
1184if test -n "$ac_unrecognized_opts"; then
1185 case $enable_option_checking in
1186 no) ;;
1187 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1188 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1189 esac
81ecdfbb 1190fi
c906108c 1191
81ecdfbb
RW
1192# Check all directory arguments for consistency.
1193for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1194 datadir sysconfdir sharedstatedir localstatedir includedir \
1195 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1196 libdir localedir mandir
c906108c 1197do
81ecdfbb
RW
1198 eval ac_val=\$$ac_var
1199 # Remove trailing slashes.
1200 case $ac_val in
1201 */ )
1202 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1203 eval $ac_var=\$ac_val;;
1204 esac
1205 # Be sure to have absolute directory names.
b7026657 1206 case $ac_val in
81ecdfbb
RW
1207 [\\/$]* | ?:[\\/]* ) continue;;
1208 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1209 esac
81ecdfbb 1210 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1211done
1212
b7026657
AC
1213# There might be people who depend on the old broken behavior: `$host'
1214# used to hold the argument of --host etc.
1215# FIXME: To remove some day.
1216build=$build_alias
1217host=$host_alias
1218target=$target_alias
1219
1220# FIXME: To remove some day.
1221if test "x$host_alias" != x; then
1222 if test "x$build_alias" = x; then
1223 cross_compiling=maybe
81ecdfbb 1224 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
b7026657
AC
1225 If a cross compiler is detected then cross compile mode will be used." >&2
1226 elif test "x$build_alias" != "x$host_alias"; then
1227 cross_compiling=yes
1228 fi
1229fi
c906108c 1230
b7026657
AC
1231ac_tool_prefix=
1232test -n "$host_alias" && ac_tool_prefix=$host_alias-
1233
1234test "$silent" = yes && exec 6>/dev/null
c906108c 1235
c906108c 1236
81ecdfbb
RW
1237ac_pwd=`pwd` && test -n "$ac_pwd" &&
1238ac_ls_di=`ls -di .` &&
1239ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1240 as_fn_error "working directory cannot be determined"
1241test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1242 as_fn_error "pwd does not report name of working directory"
1243
1244
c906108c
SS
1245# Find the source files, if location was not specified.
1246if test -z "$srcdir"; then
1247 ac_srcdir_defaulted=yes
81ecdfbb
RW
1248 # Try the directory containing this script, then the parent directory.
1249 ac_confdir=`$as_dirname -- "$as_myself" ||
1250$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1251 X"$as_myself" : 'X\(//\)[^/]' \| \
1252 X"$as_myself" : 'X\(//\)$' \| \
1253 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1254$as_echo X"$as_myself" |
1255 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1256 s//\1/
1257 q
1258 }
1259 /^X\(\/\/\)[^/].*/{
1260 s//\1/
1261 q
1262 }
1263 /^X\(\/\/\)$/{
1264 s//\1/
1265 q
1266 }
1267 /^X\(\/\).*/{
1268 s//\1/
1269 q
1270 }
1271 s/.*/./; q'`
c906108c 1272 srcdir=$ac_confdir
81ecdfbb 1273 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1274 srcdir=..
1275 fi
1276else
1277 ac_srcdir_defaulted=no
1278fi
81ecdfbb
RW
1279if test ! -r "$srcdir/$ac_unique_file"; then
1280 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1281 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1282fi
1283ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1284ac_abs_confdir=`(
1285 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1286 pwd)`
1287# When building in place, set srcdir=.
1288if test "$ac_abs_confdir" = "$ac_pwd"; then
1289 srcdir=.
1290fi
1291# Remove unnecessary trailing slashes from srcdir.
1292# Double slashes in file names in object file debugging info
1293# mess up M-x gdb in Emacs.
1294case $srcdir in
1295*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1296esac
1297for ac_var in $ac_precious_vars; do
1298 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1299 eval ac_env_${ac_var}_value=\$${ac_var}
1300 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1301 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1302done
c906108c 1303
b7026657
AC
1304#
1305# Report the --help message.
1306#
1307if test "$ac_init_help" = "long"; then
1308 # Omit some internal or obsolete options to make the list less imposing.
1309 # This message is too long to be a string in the A/UX 3.1 sh.
1310 cat <<_ACEOF
1311\`configure' configures this package to adapt to many kinds of systems.
c906108c 1312
b7026657 1313Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1314
b7026657
AC
1315To assign environment variables (e.g., CC, CFLAGS...), specify them as
1316VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1317
b7026657 1318Defaults for the options are specified in brackets.
c906108c 1319
b7026657
AC
1320Configuration:
1321 -h, --help display this help and exit
1322 --help=short display options specific to this package
1323 --help=recursive display the short help of all the included packages
1324 -V, --version display version information and exit
1325 -q, --quiet, --silent do not print \`checking...' messages
1326 --cache-file=FILE cache test results in FILE [disabled]
1327 -C, --config-cache alias for \`--cache-file=config.cache'
1328 -n, --no-create do not create output files
1329 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1330
b7026657
AC
1331Installation directories:
1332 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1333 [$ac_default_prefix]
b7026657 1334 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1335 [PREFIX]
c906108c 1336
b7026657
AC
1337By default, \`make install' will install all the files in
1338\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1339an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1340for instance \`--prefix=\$HOME'.
c906108c 1341
b7026657
AC
1342For better control, use the options below.
1343
1344Fine tuning of the installation directories:
81ecdfbb
RW
1345 --bindir=DIR user executables [EPREFIX/bin]
1346 --sbindir=DIR system admin executables [EPREFIX/sbin]
1347 --libexecdir=DIR program executables [EPREFIX/libexec]
1348 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1349 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1350 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1351 --libdir=DIR object code libraries [EPREFIX/lib]
1352 --includedir=DIR C header files [PREFIX/include]
1353 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1354 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1355 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1356 --infodir=DIR info documentation [DATAROOTDIR/info]
1357 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1358 --mandir=DIR man documentation [DATAROOTDIR/man]
1359 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1360 --htmldir=DIR html documentation [DOCDIR]
1361 --dvidir=DIR dvi documentation [DOCDIR]
1362 --pdfdir=DIR pdf documentation [DOCDIR]
1363 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1364_ACEOF
1365
1366 cat <<\_ACEOF
1367
1368Program names:
1369 --program-prefix=PREFIX prepend PREFIX to installed program names
1370 --program-suffix=SUFFIX append SUFFIX to installed program names
1371 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1372
1373System types:
1374 --build=BUILD configure for building on BUILD [guessed]
1375 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1376 --target=TARGET configure for building compilers for TARGET [HOST]
1377_ACEOF
c906108c 1378fi
b7026657
AC
1379
1380if test -n "$ac_init_help"; then
1381
1382 cat <<\_ACEOF
1383
1384Optional Features:
81ecdfbb 1385 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1386 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1387 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1388 --enable-plugins Enable support for plugins
6bb11ab3
L
1389 --enable-shared[=PKGS] build shared libraries [default=yes]
1390 --enable-static[=PKGS] build static libraries [default=yes]
1391 --enable-fast-install[=PKGS]
1392 optimize for fast installation [default=yes]
1393 --disable-libtool-lock avoid locking (might break parallel builds)
31e6ad7d
MF
1394 --enable-maintainer-mode enable make rules and dependencies not useful
1395 (and sometimes confusing) to the casual installer
8d0978fb
MF
1396 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1397 itself)
1398 --enable-sim-stdio Specify whether to use stdio for console
1399 input/output
1400 --enable-sim-trace=opts Enable tracing of simulated programs
1401 --enable-sim-profile=opts
1402 Enable profiling flags
347fe5bb
MF
1403 --enable-sim-inline=inlines
1404 Specify which functions should be inlined
b7026657 1405
6efef468
JM
1406Optional Packages:
1407 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1408 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1409 --with-system-zlib use installed libz
6bb11ab3
L
1410 --with-pic try to use only PIC/non-PIC objects [default=use
1411 both]
1412 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1413 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1414 --with-bugurl=URL Direct users to URL to report a bug
1415
b7026657
AC
1416Some influential environment variables:
1417 CC C compiler command
1418 CFLAGS C compiler flags
1419 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1420 nonstandard directory <lib dir>
81ecdfbb
RW
1421 LIBS libraries to pass to the linker, e.g. -l<library>
1422 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1423 you have headers in a nonstandard directory <include dir>
b7026657
AC
1424 CPP C preprocessor
1425
1426Use these variables to override the choices made by `configure' or to help
1427it to find libraries and programs with nonstandard names/locations.
1428
81ecdfbb 1429Report bugs to the package provider.
b7026657 1430_ACEOF
81ecdfbb 1431ac_status=$?
c906108c
SS
1432fi
1433
b7026657
AC
1434if test "$ac_init_help" = "recursive"; then
1435 # If there are subdirs, report their specific --help.
b7026657 1436 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1437 test -d "$ac_dir" ||
1438 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1439 continue
b7026657 1440 ac_builddir=.
c906108c 1441
81ecdfbb
RW
1442case "$ac_dir" in
1443.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1444*)
1445 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1446 # A ".." for each directory in $ac_dir_suffix.
1447 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1448 case $ac_top_builddir_sub in
1449 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1450 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1451 esac ;;
1452esac
1453ac_abs_top_builddir=$ac_pwd
1454ac_abs_builddir=$ac_pwd$ac_dir_suffix
1455# for backward compatibility:
1456ac_top_builddir=$ac_top_build_prefix
c906108c 1457
b7026657 1458case $srcdir in
81ecdfbb 1459 .) # We are building in place.
b7026657 1460 ac_srcdir=.
81ecdfbb
RW
1461 ac_top_srcdir=$ac_top_builddir_sub
1462 ac_abs_top_srcdir=$ac_pwd ;;
1463 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1464 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1465 ac_top_srcdir=$srcdir
1466 ac_abs_top_srcdir=$srcdir ;;
1467 *) # Relative name.
1468 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1469 ac_top_srcdir=$ac_top_build_prefix$srcdir
1470 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1471esac
81ecdfbb
RW
1472ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1473
1474 cd "$ac_dir" || { ac_status=$?; continue; }
1475 # Check for guested configure.
1476 if test -f "$ac_srcdir/configure.gnu"; then
1477 echo &&
1478 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1479 elif test -f "$ac_srcdir/configure"; then
1480 echo &&
1481 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1482 else
81ecdfbb
RW
1483 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1484 fi || ac_status=$?
1485 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657
AC
1486 done
1487fi
1488
81ecdfbb 1489test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1490if $ac_init_version; then
1491 cat <<\_ACEOF
81ecdfbb
RW
1492configure
1493generated by GNU Autoconf 2.64
b7026657 1494
81ecdfbb 1495Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
1496This configure script is free software; the Free Software Foundation
1497gives unlimited permission to copy, distribute and modify it.
1498_ACEOF
81ecdfbb 1499 exit
b7026657 1500fi
b7026657 1501
81ecdfbb
RW
1502## ------------------------ ##
1503## Autoconf initialization. ##
1504## ------------------------ ##
b7026657 1505
81ecdfbb
RW
1506# ac_fn_c_try_compile LINENO
1507# --------------------------
1508# Try to compile conftest.$ac_ext, and return whether this succeeded.
1509ac_fn_c_try_compile ()
b7026657 1510{
81ecdfbb
RW
1511 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1512 rm -f conftest.$ac_objext
1513 if { { ac_try="$ac_compile"
1514case "(($ac_try" in
1515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1516 *) ac_try_echo=$ac_try;;
1517esac
1518eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1519$as_echo "$ac_try_echo"; } >&5
1520 (eval "$ac_compile") 2>conftest.err
1521 ac_status=$?
1522 if test -s conftest.err; then
1523 grep -v '^ *+' conftest.err >conftest.er1
1524 cat conftest.er1 >&5
1525 mv -f conftest.er1 conftest.err
1526 fi
1527 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1528 test $ac_status = 0; } && {
1529 test -z "$ac_c_werror_flag" ||
1530 test ! -s conftest.err
1531 } && test -s conftest.$ac_objext; then :
1532 ac_retval=0
1533else
1534 $as_echo "$as_me: failed program was:" >&5
1535sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1536
81ecdfbb
RW
1537 ac_retval=1
1538fi
1539 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1540 return $ac_retval
b7026657 1541
81ecdfbb 1542} # ac_fn_c_try_compile
b7026657 1543
81ecdfbb
RW
1544# ac_fn_c_try_cpp LINENO
1545# ----------------------
1546# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1547ac_fn_c_try_cpp ()
1548{
1549 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1550 if { { ac_try="$ac_cpp conftest.$ac_ext"
1551case "(($ac_try" in
1552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1553 *) ac_try_echo=$ac_try;;
1554esac
1555eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1556$as_echo "$ac_try_echo"; } >&5
1557 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1558 ac_status=$?
1559 if test -s conftest.err; then
1560 grep -v '^ *+' conftest.err >conftest.er1
1561 cat conftest.er1 >&5
1562 mv -f conftest.er1 conftest.err
1563 fi
1564 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1565 test $ac_status = 0; } >/dev/null && {
1566 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1567 test ! -s conftest.err
1568 }; then :
1569 ac_retval=0
1570else
1571 $as_echo "$as_me: failed program was:" >&5
1572sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1573
81ecdfbb
RW
1574 ac_retval=1
1575fi
1576 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1577 return $ac_retval
b7026657 1578
81ecdfbb 1579} # ac_fn_c_try_cpp
b7026657 1580
81ecdfbb
RW
1581# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1582# -------------------------------------------------------
1583# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1584# the include files in INCLUDES and setting the cache variable VAR
1585# accordingly.
1586ac_fn_c_check_header_mongrel ()
1587{
1588 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1589 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1591$as_echo_n "checking for $2... " >&6; }
1592if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1593 $as_echo_n "(cached) " >&6
1594fi
1595eval ac_res=\$$3
1596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1597$as_echo "$ac_res" >&6; }
1598else
1599 # Is the header compilable?
1600{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1601$as_echo_n "checking $2 usability... " >&6; }
1602cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1603/* end confdefs.h. */
1604$4
1605#include <$2>
1606_ACEOF
1607if ac_fn_c_try_compile "$LINENO"; then :
1608 ac_header_compiler=yes
1609else
1610 ac_header_compiler=no
1611fi
1612rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1613{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1614$as_echo "$ac_header_compiler" >&6; }
1615
1616# Is the header present?
1617{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1618$as_echo_n "checking $2 presence... " >&6; }
1619cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1620/* end confdefs.h. */
1621#include <$2>
1622_ACEOF
1623if ac_fn_c_try_cpp "$LINENO"; then :
1624 ac_header_preproc=yes
1625else
1626 ac_header_preproc=no
1627fi
1628rm -f conftest.err conftest.$ac_ext
1629{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1630$as_echo "$ac_header_preproc" >&6; }
1631
1632# So? What about this header?
1633case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1634 yes:no: )
1635 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1636$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1637 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1638$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1639 ;;
1640 no:yes:* )
1641 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1642$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1643 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1644$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1645 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1646$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1647 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1648$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1650$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1651 ;;
1652esac
1653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1654$as_echo_n "checking for $2... " >&6; }
1655if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1656 $as_echo_n "(cached) " >&6
1657else
1658 eval "$3=\$ac_header_compiler"
1659fi
1660eval ac_res=\$$3
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1662$as_echo "$ac_res" >&6; }
1663fi
1664 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1665
1666} # ac_fn_c_check_header_mongrel
1667
1668# ac_fn_c_try_run LINENO
1669# ----------------------
1670# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1671# that executables *can* be run.
1672ac_fn_c_try_run ()
1673{
1674 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1675 if { { ac_try="$ac_link"
1676case "(($ac_try" in
1677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1678 *) ac_try_echo=$ac_try;;
1679esac
1680eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1681$as_echo "$ac_try_echo"; } >&5
1682 (eval "$ac_link") 2>&5
1683 ac_status=$?
1684 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1685 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1686 { { case "(($ac_try" in
1687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1688 *) ac_try_echo=$ac_try;;
1689esac
1690eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1691$as_echo "$ac_try_echo"; } >&5
1692 (eval "$ac_try") 2>&5
1693 ac_status=$?
1694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1695 test $ac_status = 0; }; }; then :
1696 ac_retval=0
1697else
1698 $as_echo "$as_me: program exited with status $ac_status" >&5
1699 $as_echo "$as_me: failed program was:" >&5
1700sed 's/^/| /' conftest.$ac_ext >&5
1701
1702 ac_retval=$ac_status
1703fi
1704 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1705 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1706 return $ac_retval
1707
1708} # ac_fn_c_try_run
1709
1710# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1711# -------------------------------------------------------
1712# Tests whether HEADER exists and can be compiled using the include files in
1713# INCLUDES, setting the cache variable VAR accordingly.
1714ac_fn_c_check_header_compile ()
1715{
1716 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1718$as_echo_n "checking for $2... " >&6; }
1719if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1720 $as_echo_n "(cached) " >&6
1721else
1722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1723/* end confdefs.h. */
1724$4
1725#include <$2>
1726_ACEOF
1727if ac_fn_c_try_compile "$LINENO"; then :
1728 eval "$3=yes"
1729else
1730 eval "$3=no"
1731fi
1732rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1733fi
1734eval ac_res=\$$3
1735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1736$as_echo "$ac_res" >&6; }
1737 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1738
1739} # ac_fn_c_check_header_compile
1740
1741# ac_fn_c_try_link LINENO
1742# -----------------------
1743# Try to link conftest.$ac_ext, and return whether this succeeded.
1744ac_fn_c_try_link ()
1745{
1746 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1747 rm -f conftest.$ac_objext conftest$ac_exeext
1748 if { { ac_try="$ac_link"
1749case "(($ac_try" in
1750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1751 *) ac_try_echo=$ac_try;;
1752esac
1753eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1754$as_echo "$ac_try_echo"; } >&5
1755 (eval "$ac_link") 2>conftest.err
1756 ac_status=$?
1757 if test -s conftest.err; then
1758 grep -v '^ *+' conftest.err >conftest.er1
1759 cat conftest.er1 >&5
1760 mv -f conftest.er1 conftest.err
1761 fi
1762 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1763 test $ac_status = 0; } && {
1764 test -z "$ac_c_werror_flag" ||
1765 test ! -s conftest.err
1766 } && test -s conftest$ac_exeext && {
1767 test "$cross_compiling" = yes ||
1768 $as_test_x conftest$ac_exeext
1769 }; then :
1770 ac_retval=0
1771else
1772 $as_echo "$as_me: failed program was:" >&5
1773sed 's/^/| /' conftest.$ac_ext >&5
1774
1775 ac_retval=1
1776fi
1777 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1778 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1779 # interfere with the next link command; also delete a directory that is
1780 # left behind by Apple's compiler. We do this before executing the actions.
1781 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1782 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1783 return $ac_retval
1784
1785} # ac_fn_c_try_link
1786
1787# ac_fn_c_check_func LINENO FUNC VAR
1788# ----------------------------------
1789# Tests whether FUNC exists, setting the cache variable VAR accordingly
1790ac_fn_c_check_func ()
1791{
1792 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1794$as_echo_n "checking for $2... " >&6; }
1795if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1796 $as_echo_n "(cached) " >&6
1797else
1798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1799/* end confdefs.h. */
1800/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1801 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1802#define $2 innocuous_$2
1803
1804/* System header to define __stub macros and hopefully few prototypes,
1805 which can conflict with char $2 (); below.
1806 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1807 <limits.h> exists even on freestanding compilers. */
1808
1809#ifdef __STDC__
1810# include <limits.h>
1811#else
1812# include <assert.h>
1813#endif
1814
1815#undef $2
1816
1817/* Override any GCC internal prototype to avoid an error.
1818 Use char because int might match the return type of a GCC
1819 builtin and then its argument prototype would still apply. */
1820#ifdef __cplusplus
1821extern "C"
1822#endif
1823char $2 ();
1824/* The GNU C library defines this for functions which it implements
1825 to always fail with ENOSYS. Some functions are actually named
1826 something starting with __ and the normal name is an alias. */
1827#if defined __stub_$2 || defined __stub___$2
1828choke me
1829#endif
1830
1831int
1832main ()
1833{
1834return $2 ();
1835 ;
1836 return 0;
1837}
1838_ACEOF
1839if ac_fn_c_try_link "$LINENO"; then :
1840 eval "$3=yes"
1841else
1842 eval "$3=no"
1843fi
1844rm -f core conftest.err conftest.$ac_objext \
1845 conftest$ac_exeext conftest.$ac_ext
1846fi
1847eval ac_res=\$$3
1848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1849$as_echo "$ac_res" >&6; }
1850 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1851
1852} # ac_fn_c_check_func
936df756
MF
1853
1854# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1855# ----------------------------------------------------
1856# Tries to find if the field MEMBER exists in type AGGR, after including
1857# INCLUDES, setting cache variable VAR accordingly.
1858ac_fn_c_check_member ()
1859{
1860 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1862$as_echo_n "checking for $2.$3... " >&6; }
1863if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1864 $as_echo_n "(cached) " >&6
1865else
1866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1867/* end confdefs.h. */
1868$5
1869int
1870main ()
1871{
1872static $2 ac_aggr;
1873if (ac_aggr.$3)
1874return 0;
1875 ;
1876 return 0;
1877}
1878_ACEOF
1879if ac_fn_c_try_compile "$LINENO"; then :
1880 eval "$4=yes"
1881else
1882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1883/* end confdefs.h. */
1884$5
1885int
1886main ()
1887{
1888static $2 ac_aggr;
1889if (sizeof ac_aggr.$3)
1890return 0;
1891 ;
1892 return 0;
1893}
1894_ACEOF
1895if ac_fn_c_try_compile "$LINENO"; then :
1896 eval "$4=yes"
1897else
1898 eval "$4=no"
1899fi
1900rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1901fi
1902rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1903fi
1904eval ac_res=\$$4
1905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1906$as_echo "$ac_res" >&6; }
1907 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1908
1909} # ac_fn_c_check_member
1910
1911# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1912# -------------------------------------------
1913# Tests whether TYPE exists after having included INCLUDES, setting cache
1914# variable VAR accordingly.
1915ac_fn_c_check_type ()
1916{
1917 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1919$as_echo_n "checking for $2... " >&6; }
1920if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1921 $as_echo_n "(cached) " >&6
1922else
1923 eval "$3=no"
1924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1925/* end confdefs.h. */
1926$4
1927int
1928main ()
1929{
1930if (sizeof ($2))
1931 return 0;
1932 ;
1933 return 0;
1934}
1935_ACEOF
1936if ac_fn_c_try_compile "$LINENO"; then :
1937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1938/* end confdefs.h. */
1939$4
1940int
1941main ()
1942{
1943if (sizeof (($2)))
1944 return 0;
1945 ;
1946 return 0;
1947}
1948_ACEOF
1949if ac_fn_c_try_compile "$LINENO"; then :
1950
1951else
1952 eval "$3=yes"
1953fi
1954rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1955fi
1956rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1957fi
1958eval ac_res=\$$3
1959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1960$as_echo "$ac_res" >&6; }
1961 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1962
1963} # ac_fn_c_check_type
81ecdfbb
RW
1964cat >config.log <<_ACEOF
1965This file contains any messages produced by compilers while
1966running configure, to aid debugging if configure makes a mistake.
1967
1968It was created by $as_me, which was
1969generated by GNU Autoconf 2.64. Invocation command line was
1970
1971 $ $0 $@
1972
1973_ACEOF
1974exec 5>>config.log
1975{
1976cat <<_ASUNAME
1977## --------- ##
1978## Platform. ##
1979## --------- ##
1980
1981hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1982uname -m = `(uname -m) 2>/dev/null || echo unknown`
1983uname -r = `(uname -r) 2>/dev/null || echo unknown`
1984uname -s = `(uname -s) 2>/dev/null || echo unknown`
1985uname -v = `(uname -v) 2>/dev/null || echo unknown`
1986
1987/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1988/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1989
1990/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1991/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1992/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1993/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1994/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1995/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1996/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1997
1998_ASUNAME
1999
2000as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2001for as_dir in $PATH
2002do
2003 IFS=$as_save_IFS
2004 test -z "$as_dir" && as_dir=.
2005 $as_echo "PATH: $as_dir"
2006 done
2007IFS=$as_save_IFS
2008
2009} >&5
2010
2011cat >&5 <<_ACEOF
b7026657
AC
2012
2013
2014## ----------- ##
2015## Core tests. ##
2016## ----------- ##
2017
2018_ACEOF
2019
2020
2021# Keep a trace of the command line.
2022# Strip out --no-create and --no-recursion so they do not pile up.
2023# Strip out --silent because we don't want to record it for future runs.
2024# Also quote any args containing shell meta-characters.
2025# Make two passes to allow for proper duplicate-argument suppression.
2026ac_configure_args=
2027ac_configure_args0=
2028ac_configure_args1=
b7026657
AC
2029ac_must_keep_next=false
2030for ac_pass in 1 2
2031do
2032 for ac_arg
2033 do
2034 case $ac_arg in
2035 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2036 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2037 | -silent | --silent | --silen | --sile | --sil)
2038 continue ;;
81ecdfbb
RW
2039 *\'*)
2040 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2041 esac
2042 case $ac_pass in
81ecdfbb 2043 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 2044 2)
81ecdfbb 2045 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
2046 if test $ac_must_keep_next = true; then
2047 ac_must_keep_next=false # Got value, back to normal.
2048 else
2049 case $ac_arg in
2050 *=* | --config-cache | -C | -disable-* | --disable-* \
2051 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2052 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2053 | -with-* | --with-* | -without-* | --without-* | --x)
2054 case "$ac_configure_args0 " in
2055 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2056 esac
2057 ;;
2058 -* ) ac_must_keep_next=true ;;
2059 esac
2060 fi
81ecdfbb 2061 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
2062 ;;
2063 esac
2064 done
2065done
81ecdfbb
RW
2066{ ac_configure_args0=; unset ac_configure_args0;}
2067{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
2068
2069# When interrupted or exit'd, cleanup temporary files, and complete
2070# config.log. We remove comments because anyway the quotes in there
2071# would cause problems or look ugly.
81ecdfbb
RW
2072# WARNING: Use '\'' to represent an apostrophe within the trap.
2073# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
2074trap 'exit_status=$?
2075 # Save into config.log some information that might help in debugging.
2076 {
2077 echo
2078
2079 cat <<\_ASBOX
2080## ---------------- ##
2081## Cache variables. ##
2082## ---------------- ##
2083_ASBOX
2084 echo
2085 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2086(
2087 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2088 eval ac_val=\$$ac_var
2089 case $ac_val in #(
2090 *${as_nl}*)
2091 case $ac_var in #(
2092 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2093$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2094 esac
2095 case $ac_var in #(
2096 _ | IFS | as_nl) ;; #(
2097 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2098 *) { eval $ac_var=; unset $ac_var;} ;;
2099 esac ;;
2100 esac
2101 done
b7026657 2102 (set) 2>&1 |
81ecdfbb
RW
2103 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2104 *${as_nl}ac_space=\ *)
b7026657 2105 sed -n \
81ecdfbb
RW
2106 "s/'\''/'\''\\\\'\'''\''/g;
2107 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2108 ;; #(
b7026657 2109 *)
81ecdfbb 2110 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2111 ;;
81ecdfbb
RW
2112 esac |
2113 sort
2114)
b7026657
AC
2115 echo
2116
2117 cat <<\_ASBOX
2118## ----------------- ##
2119## Output variables. ##
2120## ----------------- ##
2121_ASBOX
2122 echo
2123 for ac_var in $ac_subst_vars
2124 do
81ecdfbb
RW
2125 eval ac_val=\$$ac_var
2126 case $ac_val in
2127 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2128 esac
2129 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2130 done | sort
2131 echo
2132
2133 if test -n "$ac_subst_files"; then
2134 cat <<\_ASBOX
81ecdfbb
RW
2135## ------------------- ##
2136## File substitutions. ##
2137## ------------------- ##
b7026657
AC
2138_ASBOX
2139 echo
2140 for ac_var in $ac_subst_files
2141 do
81ecdfbb
RW
2142 eval ac_val=\$$ac_var
2143 case $ac_val in
2144 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2145 esac
2146 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2147 done | sort
2148 echo
2149 fi
2150
2151 if test -s confdefs.h; then
2152 cat <<\_ASBOX
2153## ----------- ##
2154## confdefs.h. ##
2155## ----------- ##
2156_ASBOX
2157 echo
81ecdfbb 2158 cat confdefs.h
b7026657
AC
2159 echo
2160 fi
2161 test "$ac_signal" != 0 &&
81ecdfbb
RW
2162 $as_echo "$as_me: caught signal $ac_signal"
2163 $as_echo "$as_me: exit $exit_status"
b7026657 2164 } >&5
81ecdfbb
RW
2165 rm -f core *.core core.conftest.* &&
2166 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2167 exit $exit_status
81ecdfbb 2168' 0
b7026657 2169for ac_signal in 1 2 13 15; do
81ecdfbb 2170 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2171done
2172ac_signal=0
2173
2174# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2175rm -f -r conftest* confdefs.h
2176
2177$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2178
2179# Predefined preprocessor variables.
2180
2181cat >>confdefs.h <<_ACEOF
2182#define PACKAGE_NAME "$PACKAGE_NAME"
2183_ACEOF
2184
b7026657
AC
2185cat >>confdefs.h <<_ACEOF
2186#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2187_ACEOF
2188
b7026657
AC
2189cat >>confdefs.h <<_ACEOF
2190#define PACKAGE_VERSION "$PACKAGE_VERSION"
2191_ACEOF
2192
b7026657
AC
2193cat >>confdefs.h <<_ACEOF
2194#define PACKAGE_STRING "$PACKAGE_STRING"
2195_ACEOF
2196
b7026657
AC
2197cat >>confdefs.h <<_ACEOF
2198#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2199_ACEOF
2200
81ecdfbb
RW
2201cat >>confdefs.h <<_ACEOF
2202#define PACKAGE_URL "$PACKAGE_URL"
2203_ACEOF
2204
b7026657
AC
2205
2206# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2207# Prefer an explicitly selected file to automatically selected ones.
2208ac_site_file1=NONE
2209ac_site_file2=NONE
2210if test -n "$CONFIG_SITE"; then
2211 ac_site_file1=$CONFIG_SITE
2212elif test "x$prefix" != xNONE; then
2213 ac_site_file1=$prefix/share/config.site
2214 ac_site_file2=$prefix/etc/config.site
2215else
2216 ac_site_file1=$ac_default_prefix/share/config.site
2217 ac_site_file2=$ac_default_prefix/etc/config.site
2218fi
2219for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2220do
2221 test "x$ac_site_file" = xNONE && continue
b7026657 2222 if test -r "$ac_site_file"; then
81ecdfbb
RW
2223 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2224$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657
AC
2225 sed 's/^/| /' "$ac_site_file" >&5
2226 . "$ac_site_file"
2227 fi
2228done
2229
2230if test -r "$cache_file"; then
2231 # Some versions of bash will fail to source /dev/null (special
2232 # files actually), so we avoid doing that.
2233 if test -f "$cache_file"; then
81ecdfbb
RW
2234 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2235$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2236 case $cache_file in
81ecdfbb
RW
2237 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2238 *) . "./$cache_file";;
b7026657
AC
2239 esac
2240 fi
2241else
81ecdfbb
RW
2242 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2243$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2244 >$cache_file
2245fi
2246
2247# Check that the precious variables saved in the cache have kept the same
2248# value.
2249ac_cache_corrupted=false
81ecdfbb 2250for ac_var in $ac_precious_vars; do
b7026657
AC
2251 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2252 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2253 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2254 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2255 case $ac_old_set,$ac_new_set in
2256 set,)
81ecdfbb
RW
2257 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2258$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2259 ac_cache_corrupted=: ;;
2260 ,set)
81ecdfbb
RW
2261 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2262$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2263 ac_cache_corrupted=: ;;
2264 ,);;
2265 *)
2266 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2267 # differences in whitespace do not lead to failure.
2268 ac_old_val_w=`echo x $ac_old_val`
2269 ac_new_val_w=`echo x $ac_new_val`
2270 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2271 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2272$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2273 ac_cache_corrupted=:
2274 else
2275 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2276$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2277 eval $ac_var=\$ac_old_val
2278 fi
2279 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2280$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2281 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2282$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2283 fi;;
2284 esac
2285 # Pass precious variables to config.status.
2286 if test "$ac_new_set" = set; then
2287 case $ac_new_val in
81ecdfbb 2288 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2289 *) ac_arg=$ac_var=$ac_new_val ;;
2290 esac
2291 case " $ac_configure_args " in
2292 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2293 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2294 esac
2295 fi
2296done
2297if $ac_cache_corrupted; then
81ecdfbb
RW
2298 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2299$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2300 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2301$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2302 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2303fi
81ecdfbb
RW
2304## -------------------- ##
2305## Main body of script. ##
2306## -------------------- ##
b7026657
AC
2307
2308ac_ext=c
2309ac_cpp='$CPP $CPPFLAGS'
2310ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2311ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2312ac_compiler_gnu=$ac_cv_c_compiler_gnu
2313
2314
35695fd6
AC
2315# This file contains common code used by all simulators.
2316#
2317# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2318# directory. It is intended to be invoked before any target specific stuff.
2319# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2320# It is intended to be invoked last.
2321#
306f4178 2322# The simulator's configure.ac should look like:
35695fd6
AC
2323#
2324# dnl Process this file with autoconf to produce a configure script.
6ffe910a 2325# AC_PREREQ(2.64)dnl
35695fd6 2326# AC_INIT(Makefile.in)
6ffe910a 2327# sinclude(../common/aclocal.m4)
35695fd6
AC
2328#
2329# SIM_AC_COMMON
2330#
2331# ... target specific stuff ...
2332#
2333# SIM_AC_OUTPUT
2334
d6416cdc
RW
2335# Include global overrides and fixes for Autoconf.
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
6ffe910a
MF
2362# _AC_CHECK_DECL_BODY
2363# -------------------
2364# Shell function body for AC_CHECK_DECL.
2365# _AC_CHECK_DECL_BODY
d6416cdc 2366
6ffe910a
MF
2367# _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2368# INCLUDES)
2369# -------------------------------------------------------------
2370# Helper to AC_CHECK_DECLS, which generates the check for a single
2371# SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2372# ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
d6416cdc
RW
2373
2374
2375
2376
2377
2378
2379
35695fd6
AC
2380
2381
2382
db2e4d67 2383
6bb11ab3 2384# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2385#
6bb11ab3
L
2386# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2387# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2388# Written by Gordon Matzigkeit, 1996
2389#
2390# This file is free software; the Free Software Foundation gives
2391# unlimited permission to copy and/or distribute it, with or without
2392# modifications, as long as this notice is preserved.
db2e4d67 2393
db2e4d67 2394
db2e4d67 2395
6bb11ab3 2396# serial 56 LT_INIT
db2e4d67
MF
2397
2398
6bb11ab3
L
2399# LT_PREREQ(VERSION)
2400# ------------------
2401# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2402
db2e4d67
MF
2403
2404
6bb11ab3
L
2405# _LT_CHECK_BUILDDIR
2406# ------------------
2407# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2408
2409
35695fd6 2410
6bb11ab3
L
2411# LT_INIT([OPTIONS])
2412# ------------------
2413# LT_INIT
35695fd6 2414
6bb11ab3
L
2415# Old names:
2416# This is what autoupdate's m4 run will expand. It fires
2417# the warning (with _au_warn_XXX), outputs it into the
2418# updated configure.ac (with AC_DIAGNOSE), and then outputs
2419# the replacement expansion.
35695fd6
AC
2420
2421
6bb11ab3
L
2422# This is an auxiliary macro that is also run when
2423# autoupdate runs m4. It simply calls m4_warning, but
2424# we need a wrapper so that each warning is emitted only
2425# once. We break the quoting in m4_warning's argument in
2426# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2427
2428
6bb11ab3
L
2429# Finally, this is the expansion that is picked up by
2430# autoconf. It tells the user to run autoupdate, and
2431# then outputs the replacement expansion. We do not care
2432# about autoupdate's warning because that contains
2433# information on what to do *after* running autoupdate.
35695fd6 2434
6bb11ab3
L
2435# This is what autoupdate's m4 run will expand. It fires
2436# the warning (with _au_warn_XXX), outputs it into the
2437# updated configure.ac (with AC_DIAGNOSE), and then outputs
2438# the replacement expansion.
35695fd6
AC
2439
2440
6bb11ab3
L
2441# This is an auxiliary macro that is also run when
2442# autoupdate runs m4. It simply calls m4_warning, but
2443# we need a wrapper so that each warning is emitted only
2444# once. We break the quoting in m4_warning's argument in
2445# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2446
2447
6bb11ab3
L
2448# Finally, this is the expansion that is picked up by
2449# autoconf. It tells the user to run autoupdate, and
2450# then outputs the replacement expansion. We do not care
2451# about autoupdate's warning because that contains
2452# information on what to do *after* running autoupdate.
35695fd6
AC
2453
2454
2455
6bb11ab3
L
2456# _LT_CC_BASENAME(CC)
2457# -------------------
2458# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
35695fd6
AC
2459
2460
2461
6bb11ab3
L
2462# _LT_FILEUTILS_DEFAULTS
2463# ----------------------
2464# It is okay to use these file commands and assume they have been set
2465# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2466# _LT_FILEUTILS_DEFAULTS
35695fd6
AC
2467
2468
6bb11ab3
L
2469# _LT_SETUP
2470# ---------
2471# _LT_SETUP
35695fd6
AC
2472
2473
6bb11ab3
L
2474# _LT_PREPARE_SED_QUOTE_VARS
2475# --------------------------
2476# Define a few sed substitution that help us do robust quoting.
35695fd6
AC
2477
2478
6bb11ab3
L
2479# _LT_PROG_LTMAIN
2480# ---------------
2481# Note that this code is called both from `configure', and `config.status'
2482# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2483# `config.status' has no value for ac_aux_dir unless we are using Automake,
2484# so we pass a copy along to make sure it has a sensible value anyway.
2485# _LT_PROG_LTMAIN
35695fd6
AC
2486
2487
6bb11ab3
L
2488## ------------------------------------- ##
2489## Accumulate code for creating libtool. ##
2490## ------------------------------------- ##
35695fd6 2491
6bb11ab3
L
2492# So that we can recreate a full libtool script including additional
2493# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2494# in macros and then make a single call at the end using the `libtool'
2495# label.
35695fd6
AC
2496
2497
6bb11ab3
L
2498# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2499# ----------------------------------------
2500# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2501
2502
6bb11ab3 2503# Initialize.
35695fd6
AC
2504
2505
2506
6bb11ab3
L
2507# _LT_CONFIG_LIBTOOL([COMMANDS])
2508# ------------------------------
2509# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2510
2511
6bb11ab3 2512# Initialize.
35695fd6
AC
2513
2514
2515
6bb11ab3
L
2516# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2517# -----------------------------------------------------
35695fd6 2518
5912fadd
JB
2519
2520
6bb11ab3
L
2521# _LT_FORMAT_COMMENT([COMMENT])
2522# -----------------------------
2523# Add leading comment marks to the start of each line, and a trailing
2524# full-stop to the whole comment if one is not present already.
5912fadd
JB
2525
2526
35695fd6
AC
2527
2528
6bb11ab3
L
2529## ------------------------ ##
2530## FIXME: Eliminate VARNAME ##
2531## ------------------------ ##
35695fd6
AC
2532
2533
6bb11ab3
L
2534# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2535# -------------------------------------------------------------------
2536# CONFIGNAME is the name given to the value in the libtool script.
2537# VARNAME is the (base) name used in the configure script.
2538# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2539# VARNAME. Any other value will be used directly.
35695fd6 2540
35695fd6
AC
2541
2542
6bb11ab3
L
2543# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2544# --------------------------------------------------------
35695fd6
AC
2545
2546
2547
6bb11ab3
L
2548# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2549# ------------------------------------------------
35695fd6
AC
2550
2551
2552
6bb11ab3
L
2553# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2554# ---------------------------------------------------------
35695fd6
AC
2555
2556
2557
6bb11ab3
L
2558# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2559# --------------------------------------------------
35695fd6
AC
2560
2561
2562
6bb11ab3
L
2563# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2564# ---------------------------------------------------
35695fd6
AC
2565
2566
2567
6bb11ab3
L
2568# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2569# ---------------------------------------------------
35695fd6
AC
2570
2571
2572
2573
6bb11ab3
L
2574# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2575# ------------------------------------------------
35695fd6
AC
2576
2577
2578
2579
6bb11ab3
L
2580# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2581# ------------------------------------
2582# Quote a variable value, and forward it to `config.status' so that its
2583# declaration there will have the same value as in `configure'. VARNAME
2584# must have a single quote delimited value for this to work.
35695fd6
AC
2585
2586
2587
6bb11ab3
L
2588# _LT_CONFIG_STATUS_DECLARATIONS
2589# ------------------------------
2590# We delimit libtool config variables with single quotes, so when
2591# we write them to config.status, we have to be sure to quote all
2592# embedded single quotes properly. In configure, this macro expands
2593# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2594#
2595# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
35695fd6
AC
2596
2597
2598
6bb11ab3
L
2599# _LT_LIBTOOL_TAGS
2600# ----------------
2601# Output comment and list of tags supported by the script
35695fd6
AC
2602
2603
2604
6bb11ab3
L
2605# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2606# -----------------------------------
2607# Extract the dictionary values for VARNAME (optionally with TAG) and
2608# expand to a commented shell variable setting:
2609#
2610# # Some comment about what VAR is for.
2611# visible_name=$lt_internal_name
35695fd6
AC
2612
2613
35695fd6 2614
6bb11ab3
L
2615# _LT_LIBTOOL_CONFIG_VARS
2616# -----------------------
2617# Produce commented declarations of non-tagged libtool config variables
2618# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2619# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2620# section) are produced by _LT_LIBTOOL_TAG_VARS.
35695fd6
AC
2621
2622
6efef468 2623
6bb11ab3
L
2624# _LT_LIBTOOL_TAG_VARS(TAG)
2625# -------------------------
6efef468
JM
2626
2627
2628
6bb11ab3
L
2629# _LT_TAGVAR(VARNAME, [TAGNAME])
2630# ------------------------------
6efef468
JM
2631
2632
2633
6bb11ab3
L
2634# _LT_CONFIG_COMMANDS
2635# -------------------
2636# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2637# variables for single and double quote escaping we saved from calls
2638# to _LT_DECL, we can put quote escaped variables declarations
2639# into `config.status', and then the shell code to quote escape them in
2640# for loops in `config.status'. Finally, any additional code accumulated
2641# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2642#_LT_CONFIG_COMMANDS
2643
2644
2645# Initialize.
2646
2647
2648# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2649# ------------------------------------
2650# Generate a child script FILE with all initialization necessary to
2651# reuse the environment learned by the parent script, and make the
2652# file executable. If COMMENT is supplied, it is inserted after the
2653# `#!' sequence but before initialization text begins. After this
2654# macro, additional text can be appended to FILE to form the body of
2655# the child script. The macro ends with non-zero status if the
2656# file could not be fully written (such as if the disk is full).
2657# _LT_GENERATED_FILE_INIT
2658
2659# LT_OUTPUT
2660# ---------
2661# This macro allows early generation of the libtool script (before
2662# AC_OUTPUT is called), incase it is used in configure for compilation
2663# tests.
2664# LT_OUTPUT
2665
2666
2667# _LT_CONFIG(TAG)
2668# ---------------
2669# If TAG is the built-in tag, create an initial libtool script with a
2670# default configuration from the untagged config vars. Otherwise add code
2671# to config.status for appending the configuration named by TAG from the
2672# matching tagged config vars.
2673# _LT_CONFIG
6efef468
JM
2674
2675
6bb11ab3
L
2676# LT_SUPPORTED_TAG(TAG)
2677# ---------------------
2678# Trace this macro to discover what tags are supported by the libtool
2679# --tag option, using:
2680# autoconf --trace 'LT_SUPPORTED_TAG:$1'
6efef468 2681
6efef468 2682
6efef468 2683
6bb11ab3 2684# C support is built-in for now
6efef468 2685
6efef468
JM
2686
2687
2688
6bb11ab3
L
2689# LT_LANG(LANG)
2690# -------------
2691# Enable libtool support for the given language if not already enabled.
2692# LT_LANG
6efef468
JM
2693
2694
6bb11ab3
L
2695# _LT_LANG(LANGNAME)
2696# ------------------
2697# _LT_LANG
6efef468
JM
2698
2699
6bb11ab3
L
2700# _LT_LANG_DEFAULT_CONFIG
2701# -----------------------
2702# _LT_LANG_DEFAULT_CONFIG
6efef468 2703
6bb11ab3
L
2704# Obsolete macros:
2705# This is what autoupdate's m4 run will expand. It fires
2706# the warning (with _au_warn_XXX), outputs it into the
2707# updated configure.ac (with AC_DIAGNOSE), and then outputs
2708# the replacement expansion.
6efef468 2709
6efef468 2710
6bb11ab3
L
2711# This is an auxiliary macro that is also run when
2712# autoupdate runs m4. It simply calls m4_warning, but
2713# we need a wrapper so that each warning is emitted only
2714# once. We break the quoting in m4_warning's argument in
2715# order to expand this macro's arguments, not AU_DEFUN's.
6efef468 2716
6efef468 2717
6bb11ab3
L
2718# Finally, this is the expansion that is picked up by
2719# autoconf. It tells the user to run autoupdate, and
2720# then outputs the replacement expansion. We do not care
2721# about autoupdate's warning because that contains
2722# information on what to do *after* running autoupdate.
6efef468 2723
6bb11ab3
L
2724# This is what autoupdate's m4 run will expand. It fires
2725# the warning (with _au_warn_XXX), outputs it into the
2726# updated configure.ac (with AC_DIAGNOSE), and then outputs
2727# the replacement expansion.
6efef468
JM
2728
2729
6bb11ab3
L
2730# This is an auxiliary macro that is also run when
2731# autoupdate runs m4. It simply calls m4_warning, but
2732# we need a wrapper so that each warning is emitted only
2733# once. We break the quoting in m4_warning's argument in
2734# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2735
2736
6bb11ab3
L
2737# Finally, this is the expansion that is picked up by
2738# autoconf. It tells the user to run autoupdate, and
2739# then outputs the replacement expansion. We do not care
2740# about autoupdate's warning because that contains
2741# information on what to do *after* running autoupdate.
6efef468 2742
6bb11ab3
L
2743# This is what autoupdate's m4 run will expand. It fires
2744# the warning (with _au_warn_XXX), outputs it into the
2745# updated configure.ac (with AC_DIAGNOSE), and then outputs
2746# the replacement expansion.
6efef468
JM
2747
2748
6bb11ab3
L
2749# This is an auxiliary macro that is also run when
2750# autoupdate runs m4. It simply calls m4_warning, but
2751# we need a wrapper so that each warning is emitted only
2752# once. We break the quoting in m4_warning's argument in
2753# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2754
2755
6bb11ab3
L
2756# Finally, this is the expansion that is picked up by
2757# autoconf. It tells the user to run autoupdate, and
2758# then outputs the replacement expansion. We do not care
2759# about autoupdate's warning because that contains
2760# information on what to do *after* running autoupdate.
6efef468 2761
6bb11ab3
L
2762# This is what autoupdate's m4 run will expand. It fires
2763# the warning (with _au_warn_XXX), outputs it into the
2764# updated configure.ac (with AC_DIAGNOSE), and then outputs
2765# the replacement expansion.
6efef468
JM
2766
2767
6bb11ab3
L
2768# This is an auxiliary macro that is also run when
2769# autoupdate runs m4. It simply calls m4_warning, but
2770# we need a wrapper so that each warning is emitted only
2771# once. We break the quoting in m4_warning's argument in
2772# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2773
2774
6bb11ab3
L
2775# Finally, this is the expansion that is picked up by
2776# autoconf. It tells the user to run autoupdate, and
2777# then outputs the replacement expansion. We do not care
2778# about autoupdate's warning because that contains
2779# information on what to do *after* running autoupdate.
6efef468 2780
6bb11ab3
L
2781# This is what autoupdate's m4 run will expand. It fires
2782# the warning (with _au_warn_XXX), outputs it into the
2783# updated configure.ac (with AC_DIAGNOSE), and then outputs
2784# the replacement expansion.
6efef468
JM
2785
2786
6bb11ab3
L
2787# This is an auxiliary macro that is also run when
2788# autoupdate runs m4. It simply calls m4_warning, but
2789# we need a wrapper so that each warning is emitted only
2790# once. We break the quoting in m4_warning's argument in
2791# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2792
2793
6bb11ab3
L
2794# Finally, this is the expansion that is picked up by
2795# autoconf. It tells the user to run autoupdate, and
2796# then outputs the replacement expansion. We do not care
2797# about autoupdate's warning because that contains
2798# information on what to do *after* running autoupdate.
6efef468 2799
35695fd6
AC
2800
2801
6bb11ab3
L
2802# _LT_TAG_COMPILER
2803# ----------------
2804# _LT_TAG_COMPILER
35695fd6
AC
2805
2806
6bb11ab3
L
2807# _LT_COMPILER_BOILERPLATE
2808# ------------------------
2809# Check for compiler boilerplate output or warnings with
2810# the simple compiler test code.
2811# _LT_COMPILER_BOILERPLATE
f0569246 2812
f0569246 2813
6bb11ab3
L
2814# _LT_LINKER_BOILERPLATE
2815# ----------------------
2816# Check for linker boilerplate output or warnings with
2817# the simple link test code.
2818# _LT_LINKER_BOILERPLATE
b7026657 2819
6bb11ab3
L
2820# _LT_REQUIRED_DARWIN_CHECKS
2821# -------------------------
81ecdfbb 2822
b7026657 2823
b7026657 2824
6bb11ab3
L
2825# _LT_DARWIN_LINKER_FEATURES
2826# --------------------------
2827# Checks for linker and compiler features on darwin
b7026657 2828
b7026657 2829
6bb11ab3
L
2830# _LT_SYS_MODULE_PATH_AIX
2831# -----------------------
2832# Links a minimal program and checks the executable
2833# for the system default hardcoded library path. In most cases,
2834# this is /usr/lib:/lib, but when the MPI compilers are used
2835# the location of the communication and MPI libs are included too.
2836# If we don't find anything, use the default library path according
2837# to the aix ld manual.
2838# _LT_SYS_MODULE_PATH_AIX
b7026657 2839
b7026657 2840
6bb11ab3
L
2841# _LT_SHELL_INIT(ARG)
2842# -------------------
2843# _LT_SHELL_INIT
b7026657 2844
f0569246 2845
81ecdfbb 2846
6bb11ab3
L
2847# _LT_PROG_ECHO_BACKSLASH
2848# -----------------------
2849# Find how we can fake an echo command that does not interpret backslash.
2850# In particular, with Autoconf 2.60 or later we add some code to the start
2851# of the generated configure script which will find a shell with a builtin
2852# printf (which we can use as an echo command).
2853# _LT_PROG_ECHO_BACKSLASH
f0569246 2854
b7026657 2855
6bb11ab3
L
2856# _LT_ENABLE_LOCK
2857# ---------------
2858# _LT_ENABLE_LOCK
81ecdfbb 2859
b7026657 2860
6bb11ab3
L
2861# _LT_CMD_OLD_ARCHIVE
2862# -------------------
2863# _LT_CMD_OLD_ARCHIVE
c906108c 2864
81ecdfbb 2865
6bb11ab3
L
2866# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2867# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2868# ----------------------------------------------------------------
2869# Check whether the given compiler option works
2870# _LT_COMPILER_OPTION
b7026657 2871
6bb11ab3
L
2872# Old name:
2873# This is what autoupdate's m4 run will expand. It fires
2874# the warning (with _au_warn_XXX), outputs it into the
2875# updated configure.ac (with AC_DIAGNOSE), and then outputs
2876# the replacement expansion.
c906108c 2877
c906108c 2878
6bb11ab3
L
2879# This is an auxiliary macro that is also run when
2880# autoupdate runs m4. It simply calls m4_warning, but
2881# we need a wrapper so that each warning is emitted only
2882# once. We break the quoting in m4_warning's argument in
2883# order to expand this macro's arguments, not AU_DEFUN's.
c906108c 2884
f0569246 2885
6bb11ab3
L
2886# Finally, this is the expansion that is picked up by
2887# autoconf. It tells the user to run autoupdate, and
2888# then outputs the replacement expansion. We do not care
2889# about autoupdate's warning because that contains
2890# information on what to do *after* running autoupdate.
81ecdfbb 2891
b7026657 2892
f0569246 2893
6bb11ab3
L
2894# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2895# [ACTION-SUCCESS], [ACTION-FAILURE])
2896# ----------------------------------------------------
2897# Check whether the given linker option works
2898# _LT_LINKER_OPTION
81ecdfbb 2899
6bb11ab3
L
2900# Old name:
2901# This is what autoupdate's m4 run will expand. It fires
2902# the warning (with _au_warn_XXX), outputs it into the
2903# updated configure.ac (with AC_DIAGNOSE), and then outputs
2904# the replacement expansion.
81ecdfbb 2905
81ecdfbb 2906
6bb11ab3
L
2907# This is an auxiliary macro that is also run when
2908# autoupdate runs m4. It simply calls m4_warning, but
2909# we need a wrapper so that each warning is emitted only
2910# once. We break the quoting in m4_warning's argument in
2911# order to expand this macro's arguments, not AU_DEFUN's.
81ecdfbb 2912
b7026657 2913
6bb11ab3
L
2914# Finally, this is the expansion that is picked up by
2915# autoconf. It tells the user to run autoupdate, and
2916# then outputs the replacement expansion. We do not care
2917# about autoupdate's warning because that contains
2918# information on what to do *after* running autoupdate.
2919
2920
2921
2922# LT_CMD_MAX_LEN
2923#---------------
2924# LT_CMD_MAX_LEN
2925
2926# Old name:
2927# This is what autoupdate's m4 run will expand. It fires
2928# the warning (with _au_warn_XXX), outputs it into the
2929# updated configure.ac (with AC_DIAGNOSE), and then outputs
2930# the replacement expansion.
2931
2932
2933# This is an auxiliary macro that is also run when
2934# autoupdate runs m4. It simply calls m4_warning, but
2935# we need a wrapper so that each warning is emitted only
2936# once. We break the quoting in m4_warning's argument in
2937# order to expand this macro's arguments, not AU_DEFUN's.
2938
2939
2940# Finally, this is the expansion that is picked up by
2941# autoconf. It tells the user to run autoupdate, and
2942# then outputs the replacement expansion. We do not care
2943# about autoupdate's warning because that contains
2944# information on what to do *after* running autoupdate.
2945
2946
2947
2948# _LT_HEADER_DLFCN
2949# ----------------
2950# _LT_HEADER_DLFCN
2951
2952
2953# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2954# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2955# ----------------------------------------------------------------
2956# _LT_TRY_DLOPEN_SELF
2957
2958
2959# LT_SYS_DLOPEN_SELF
2960# ------------------
2961# LT_SYS_DLOPEN_SELF
2962
2963# Old name:
2964# This is what autoupdate's m4 run will expand. It fires
2965# the warning (with _au_warn_XXX), outputs it into the
2966# updated configure.ac (with AC_DIAGNOSE), and then outputs
2967# the replacement expansion.
2968
2969
2970# This is an auxiliary macro that is also run when
2971# autoupdate runs m4. It simply calls m4_warning, but
2972# we need a wrapper so that each warning is emitted only
2973# once. We break the quoting in m4_warning's argument in
2974# order to expand this macro's arguments, not AU_DEFUN's.
2975
2976
2977# Finally, this is the expansion that is picked up by
2978# autoconf. It tells the user to run autoupdate, and
2979# then outputs the replacement expansion. We do not care
2980# about autoupdate's warning because that contains
2981# information on what to do *after* running autoupdate.
2982
2983
2984
2985# _LT_COMPILER_C_O([TAGNAME])
2986# ---------------------------
2987# Check to see if options -c and -o are simultaneously supported by compiler.
2988# This macro does not hard code the compiler like AC_PROG_CC_C_O.
2989# _LT_COMPILER_C_O
2990
2991
2992# _LT_COMPILER_FILE_LOCKS([TAGNAME])
2993# ----------------------------------
2994# Check to see if we can do hard links to lock some files if needed
2995# _LT_COMPILER_FILE_LOCKS
2996
2997
2998# _LT_CHECK_OBJDIR
2999# ----------------
3000# _LT_CHECK_OBJDIR
3001
3002
3003# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3004# --------------------------------------
3005# Check hardcoding attributes.
3006# _LT_LINKER_HARDCODE_LIBPATH
3007
3008
3009# _LT_CMD_STRIPLIB
3010# ----------------
3011# _LT_CMD_STRIPLIB
3012
3013
3014# _LT_SYS_DYNAMIC_LINKER([TAG])
3015# -----------------------------
3016# PORTME Fill in your ld.so characteristics
3017# _LT_SYS_DYNAMIC_LINKER
3018
3019
3020# _LT_PATH_TOOL_PREFIX(TOOL)
3021# --------------------------
3022# find a file program which can recognize shared library
3023# _LT_PATH_TOOL_PREFIX
3024
3025# Old name:
3026# This is what autoupdate's m4 run will expand. It fires
3027# the warning (with _au_warn_XXX), outputs it into the
3028# updated configure.ac (with AC_DIAGNOSE), and then outputs
3029# the replacement expansion.
3030
3031
3032# This is an auxiliary macro that is also run when
3033# autoupdate runs m4. It simply calls m4_warning, but
3034# we need a wrapper so that each warning is emitted only
3035# once. We break the quoting in m4_warning's argument in
3036# order to expand this macro's arguments, not AU_DEFUN's.
3037
3038
3039# Finally, this is the expansion that is picked up by
3040# autoconf. It tells the user to run autoupdate, and
3041# then outputs the replacement expansion. We do not care
3042# about autoupdate's warning because that contains
3043# information on what to do *after* running autoupdate.
3044
3045
3046
3047# _LT_PATH_MAGIC
3048# --------------
3049# find a file program which can recognize a shared library
3050# _LT_PATH_MAGIC
3051
3052
3053# LT_PATH_LD
3054# ----------
3055# find the pathname to the GNU or non-GNU linker
3056# LT_PATH_LD
3057
3058# Old names:
3059# This is what autoupdate's m4 run will expand. It fires
3060# the warning (with _au_warn_XXX), outputs it into the
3061# updated configure.ac (with AC_DIAGNOSE), and then outputs
3062# the replacement expansion.
3063
3064
3065# This is an auxiliary macro that is also run when
3066# autoupdate runs m4. It simply calls m4_warning, but
3067# we need a wrapper so that each warning is emitted only
3068# once. We break the quoting in m4_warning's argument in
3069# order to expand this macro's arguments, not AU_DEFUN's.
3070
3071
3072# Finally, this is the expansion that is picked up by
3073# autoconf. It tells the user to run autoupdate, and
3074# then outputs the replacement expansion. We do not care
3075# about autoupdate's warning because that contains
3076# information on what to do *after* running autoupdate.
3077
3078# This is what autoupdate's m4 run will expand. It fires
3079# the warning (with _au_warn_XXX), outputs it into the
3080# updated configure.ac (with AC_DIAGNOSE), and then outputs
3081# the replacement expansion.
3082
3083
3084# This is an auxiliary macro that is also run when
3085# autoupdate runs m4. It simply calls m4_warning, but
3086# we need a wrapper so that each warning is emitted only
3087# once. We break the quoting in m4_warning's argument in
3088# order to expand this macro's arguments, not AU_DEFUN's.
3089
3090
3091# Finally, this is the expansion that is picked up by
3092# autoconf. It tells the user to run autoupdate, and
3093# then outputs the replacement expansion. We do not care
3094# about autoupdate's warning because that contains
3095# information on what to do *after* running autoupdate.
3096
3097
3098
3099# _LT_PATH_LD_GNU
3100#- --------------
3101# _LT_PATH_LD_GNU
3102
3103
3104# _LT_CMD_RELOAD
3105# --------------
3106# find reload flag for linker
3107# -- PORTME Some linkers may need a different reload flag.
3108# _LT_CMD_RELOAD
3109
3110
3111# _LT_CHECK_MAGIC_METHOD
3112# ----------------------
3113# how to check for library dependencies
3114# -- PORTME fill in with the dynamic library characteristics
3115# _LT_CHECK_MAGIC_METHOD
3116
3117
3118# LT_PATH_NM
3119# ----------
3120# find the pathname to a BSD- or MS-compatible name lister
3121# LT_PATH_NM
3122
3123# Old names:
3124# This is what autoupdate's m4 run will expand. It fires
3125# the warning (with _au_warn_XXX), outputs it into the
3126# updated configure.ac (with AC_DIAGNOSE), and then outputs
3127# the replacement expansion.
3128
3129
3130# This is an auxiliary macro that is also run when
3131# autoupdate runs m4. It simply calls m4_warning, but
3132# we need a wrapper so that each warning is emitted only
3133# once. We break the quoting in m4_warning's argument in
3134# order to expand this macro's arguments, not AU_DEFUN's.
3135
3136
3137# Finally, this is the expansion that is picked up by
3138# autoconf. It tells the user to run autoupdate, and
3139# then outputs the replacement expansion. We do not care
3140# about autoupdate's warning because that contains
3141# information on what to do *after* running autoupdate.
3142
3143# This is what autoupdate's m4 run will expand. It fires
3144# the warning (with _au_warn_XXX), outputs it into the
3145# updated configure.ac (with AC_DIAGNOSE), and then outputs
3146# the replacement expansion.
3147
3148
3149# This is an auxiliary macro that is also run when
3150# autoupdate runs m4. It simply calls m4_warning, but
3151# we need a wrapper so that each warning is emitted only
3152# once. We break the quoting in m4_warning's argument in
3153# order to expand this macro's arguments, not AU_DEFUN's.
3154
3155
3156# Finally, this is the expansion that is picked up by
3157# autoconf. It tells the user to run autoupdate, and
3158# then outputs the replacement expansion. We do not care
3159# about autoupdate's warning because that contains
3160# information on what to do *after* running autoupdate.
3161
3162
3163
3164# LT_LIB_M
3165# --------
3166# check for math library
3167# LT_LIB_M
3168
3169# Old name:
3170# This is what autoupdate's m4 run will expand. It fires
3171# the warning (with _au_warn_XXX), outputs it into the
3172# updated configure.ac (with AC_DIAGNOSE), and then outputs
3173# the replacement expansion.
3174
3175
3176# This is an auxiliary macro that is also run when
3177# autoupdate runs m4. It simply calls m4_warning, but
3178# we need a wrapper so that each warning is emitted only
3179# once. We break the quoting in m4_warning's argument in
3180# order to expand this macro's arguments, not AU_DEFUN's.
3181
3182
3183# Finally, this is the expansion that is picked up by
3184# autoconf. It tells the user to run autoupdate, and
3185# then outputs the replacement expansion. We do not care
3186# about autoupdate's warning because that contains
3187# information on what to do *after* running autoupdate.
3188
3189
3190
3191# _LT_COMPILER_NO_RTTI([TAGNAME])
3192# -------------------------------
3193# _LT_COMPILER_NO_RTTI
3194
3195
3196# _LT_CMD_GLOBAL_SYMBOLS
3197# ----------------------
3198 # _LT_CMD_GLOBAL_SYMBOLS
3199
3200
3201# _LT_COMPILER_PIC([TAGNAME])
3202# ---------------------------
3203# _LT_COMPILER_PIC
3204
3205
3206# _LT_LINKER_SHLIBS([TAGNAME])
3207# ----------------------------
3208# See if the linker supports building shared libraries.
3209# _LT_LINKER_SHLIBS
3210
3211
3212# _LT_LANG_C_CONFIG([TAG])
3213# ------------------------
3214# Ensure that the configuration variables for a C compiler are suitably
3215# defined. These variables are subsequently used by _LT_CONFIG to write
3216# the compiler configuration to `libtool'.
3217# _LT_LANG_C_CONFIG
3218
3219
3220# _LT_LANG_CXX_CONFIG([TAG])
3221# --------------------------
3222# Ensure that the configuration variables for a C++ compiler are suitably
3223# defined. These variables are subsequently used by _LT_CONFIG to write
3224# the compiler configuration to `libtool'.
3225# _LT_LANG_CXX_CONFIG
3226
3227
3228# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3229# ---------------------------------
3230# Figure out "hidden" library dependencies from verbose
3231# compiler output when linking a shared library.
3232# Parse the compiler output and extract the necessary
3233# objects, libraries and library flags.
3234# _LT_SYS_HIDDEN_LIBDEPS
3235
3236
3237# _LT_LANG_F77_CONFIG([TAG])
3238# --------------------------
3239# Ensure that the configuration variables for a Fortran 77 compiler are
3240# suitably defined. These variables are subsequently used by _LT_CONFIG
3241# to write the compiler configuration to `libtool'.
3242# _LT_LANG_F77_CONFIG
3243
3244
3245# _LT_LANG_FC_CONFIG([TAG])
3246# -------------------------
3247# Ensure that the configuration variables for a Fortran compiler are
3248# suitably defined. These variables are subsequently used by _LT_CONFIG
3249# to write the compiler configuration to `libtool'.
3250# _LT_LANG_FC_CONFIG
3251
3252
3253# _LT_LANG_GCJ_CONFIG([TAG])
3254# --------------------------
3255# Ensure that the configuration variables for the GNU Java Compiler compiler
3256# are suitably defined. These variables are subsequently used by _LT_CONFIG
3257# to write the compiler configuration to `libtool'.
3258# _LT_LANG_GCJ_CONFIG
3259
3260
3261# _LT_LANG_RC_CONFIG([TAG])
3262# -------------------------
3263# Ensure that the configuration variables for the Windows resource compiler
3264# are suitably defined. These variables are subsequently used by _LT_CONFIG
3265# to write the compiler configuration to `libtool'.
3266# _LT_LANG_RC_CONFIG
3267
3268
3269# LT_PROG_GCJ
3270# -----------
3271
3272
3273# Old name:
3274# This is what autoupdate's m4 run will expand. It fires
3275# the warning (with _au_warn_XXX), outputs it into the
3276# updated configure.ac (with AC_DIAGNOSE), and then outputs
3277# the replacement expansion.
3278
3279
3280# This is an auxiliary macro that is also run when
3281# autoupdate runs m4. It simply calls m4_warning, but
3282# we need a wrapper so that each warning is emitted only
3283# once. We break the quoting in m4_warning's argument in
3284# order to expand this macro's arguments, not AU_DEFUN's.
3285
3286
3287# Finally, this is the expansion that is picked up by
3288# autoconf. It tells the user to run autoupdate, and
3289# then outputs the replacement expansion. We do not care
3290# about autoupdate's warning because that contains
3291# information on what to do *after* running autoupdate.
3292
3293
3294
3295# LT_PROG_RC
3296# ----------
3297
3298
3299# Old name:
3300# This is what autoupdate's m4 run will expand. It fires
3301# the warning (with _au_warn_XXX), outputs it into the
3302# updated configure.ac (with AC_DIAGNOSE), and then outputs
3303# the replacement expansion.
3304
3305
3306# This is an auxiliary macro that is also run when
3307# autoupdate runs m4. It simply calls m4_warning, but
3308# we need a wrapper so that each warning is emitted only
3309# once. We break the quoting in m4_warning's argument in
3310# order to expand this macro's arguments, not AU_DEFUN's.
3311
3312
3313# Finally, this is the expansion that is picked up by
3314# autoconf. It tells the user to run autoupdate, and
3315# then outputs the replacement expansion. We do not care
3316# about autoupdate's warning because that contains
3317# information on what to do *after* running autoupdate.
3318
3319
3320
3321# _LT_DECL_EGREP
3322# --------------
3323# If we don't have a new enough Autoconf to choose the best grep
3324# available, choose the one first in the user's PATH.
3325
3326
3327
3328# _LT_DECL_OBJDUMP
3329# --------------
3330# If we don't have a new enough Autoconf to choose the best objdump
3331# available, choose the one first in the user's PATH.
3332
3333
3334
3335# _LT_DECL_SED
3336# ------------
3337# Check for a fully-functional sed program, that truncates
3338# as few characters as possible. Prefer GNU sed if found.
3339# _LT_DECL_SED
3340
3341#m4_ifndef
3342
3343# Old name:
3344# This is what autoupdate's m4 run will expand. It fires
3345# the warning (with _au_warn_XXX), outputs it into the
3346# updated configure.ac (with AC_DIAGNOSE), and then outputs
3347# the replacement expansion.
3348
3349
3350# This is an auxiliary macro that is also run when
3351# autoupdate runs m4. It simply calls m4_warning, but
3352# we need a wrapper so that each warning is emitted only
3353# once. We break the quoting in m4_warning's argument in
3354# order to expand this macro's arguments, not AU_DEFUN's.
3355
3356
3357# Finally, this is the expansion that is picked up by
3358# autoconf. It tells the user to run autoupdate, and
3359# then outputs the replacement expansion. We do not care
3360# about autoupdate's warning because that contains
3361# information on what to do *after* running autoupdate.
3362
3363
3364
3365# _LT_CHECK_SHELL_FEATURES
3366# ------------------------
3367# Find out whether the shell is Bourne or XSI compatible,
3368# or has some other useful features.
3369# _LT_CHECK_SHELL_FEATURES
3370
3371
3372# _LT_PROG_XSI_SHELLFNS
3373# ---------------------
3374# Bourne and XSI compatible variants of some useful shell functions.
3375
3376
3377# Helper functions for option handling. -*- Autoconf -*-
3378#
3379# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3380# Inc.
3381# Written by Gary V. Vaughan, 2004
3382#
3383# This file is free software; the Free Software Foundation gives
3384# unlimited permission to copy and/or distribute it, with or without
3385# modifications, as long as this notice is preserved.
3386
3387# serial 6 ltoptions.m4
3388
3389# This is to help aclocal find these macros, as it can't see m4_define.
3390
3391
3392
3393# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3394# ------------------------------------------
3395
3396
3397
3398# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3399# ---------------------------------------
3400# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3401# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3402# saved as a flag.
3403
3404
3405
3406# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3407# ------------------------------------------------------------
3408# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3409
3410
3411
3412# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3413# -------------------------------------------------------
3414# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3415# are set.
3416
3417
3418
3419# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3420# ----------------------------------------
3421# OPTION-LIST is a space-separated list of Libtool options associated
3422# with MACRO-NAME. If any OPTION has a matching handler declared with
3423# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3424# the unknown option and exit.
3425# _LT_SET_OPTIONS
3426
3427
3428## --------------------------------- ##
3429## Macros to handle LT_INIT options. ##
3430## --------------------------------- ##
3431
3432# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3433# -----------------------------------------
3434
3435
3436
3437# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3438# -----------------------------------------------
3439# LT_OPTION_DEFINE
3440
3441
3442# dlopen
3443# ------
3444
3445
3446# This is what autoupdate's m4 run will expand. It fires
3447# the warning (with _au_warn_XXX), outputs it into the
3448# updated configure.ac (with AC_DIAGNOSE), and then outputs
3449# the replacement expansion.
3450
3451
3452# This is an auxiliary macro that is also run when
3453# autoupdate runs m4. It simply calls m4_warning, but
3454# we need a wrapper so that each warning is emitted only
3455# once. We break the quoting in m4_warning's argument in
3456# order to expand this macro's arguments, not AU_DEFUN's.
3457
3458
3459# Finally, this is the expansion that is picked up by
3460# autoconf. It tells the user to run autoupdate, and
3461# then outputs the replacement expansion. We do not care
3462# about autoupdate's warning because that contains
3463# information on what to do *after* running autoupdate.
3464
3465
3466
3467
3468# win32-dll
3469# ---------
3470# Declare package support for building win32 dll's.
3471# win32-dll
3472
3473# This is what autoupdate's m4 run will expand. It fires
3474# the warning (with _au_warn_XXX), outputs it into the
3475# updated configure.ac (with AC_DIAGNOSE), and then outputs
3476# the replacement expansion.
3477
3478
3479# This is an auxiliary macro that is also run when
3480# autoupdate runs m4. It simply calls m4_warning, but
3481# we need a wrapper so that each warning is emitted only
3482# once. We break the quoting in m4_warning's argument in
3483# order to expand this macro's arguments, not AU_DEFUN's.
3484
3485
3486# Finally, this is the expansion that is picked up by
3487# autoconf. It tells the user to run autoupdate, and
3488# then outputs the replacement expansion. We do not care
3489# about autoupdate's warning because that contains
3490# information on what to do *after* running autoupdate.
3491
3492
3493
3494
3495# _LT_ENABLE_SHARED([DEFAULT])
3496# ----------------------------
3497# implement the --enable-shared flag, and supports the `shared' and
3498# `disable-shared' LT_INIT options.
3499# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3500# _LT_ENABLE_SHARED
3501
3502
3503
3504
3505# Old names:
3506
3507
3508
3509
3510# This is what autoupdate's m4 run will expand. It fires
3511# the warning (with _au_warn_XXX), outputs it into the
3512# updated configure.ac (with AC_DIAGNOSE), and then outputs
3513# the replacement expansion.
3514
3515
3516# This is an auxiliary macro that is also run when
3517# autoupdate runs m4. It simply calls m4_warning, but
3518# we need a wrapper so that each warning is emitted only
3519# once. We break the quoting in m4_warning's argument in
3520# order to expand this macro's arguments, not AU_DEFUN's.
3521
3522
3523# Finally, this is the expansion that is picked up by
3524# autoconf. It tells the user to run autoupdate, and
3525# then outputs the replacement expansion. We do not care
3526# about autoupdate's warning because that contains
3527# information on what to do *after* running autoupdate.
3528
3529# This is what autoupdate's m4 run will expand. It fires
3530# the warning (with _au_warn_XXX), outputs it into the
3531# updated configure.ac (with AC_DIAGNOSE), and then outputs
3532# the replacement expansion.
3533
3534
3535# This is an auxiliary macro that is also run when
3536# autoupdate runs m4. It simply calls m4_warning, but
3537# we need a wrapper so that each warning is emitted only
3538# once. We break the quoting in m4_warning's argument in
3539# order to expand this macro's arguments, not AU_DEFUN's.
3540
3541
3542# Finally, this is the expansion that is picked up by
3543# autoconf. It tells the user to run autoupdate, and
3544# then outputs the replacement expansion. We do not care
3545# about autoupdate's warning because that contains
3546# information on what to do *after* running autoupdate.
3547
3548
3549
3550
3551
3552# _LT_ENABLE_STATIC([DEFAULT])
3553# ----------------------------
3554# implement the --enable-static flag, and support the `static' and
3555# `disable-static' LT_INIT options.
3556# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3557# _LT_ENABLE_STATIC
3558
3559
3560
3561
3562# Old names:
3563
3564
3565
3566
3567# This is what autoupdate's m4 run will expand. It fires
3568# the warning (with _au_warn_XXX), outputs it into the
3569# updated configure.ac (with AC_DIAGNOSE), and then outputs
3570# the replacement expansion.
3571
3572
3573# This is an auxiliary macro that is also run when
3574# autoupdate runs m4. It simply calls m4_warning, but
3575# we need a wrapper so that each warning is emitted only
3576# once. We break the quoting in m4_warning's argument in
3577# order to expand this macro's arguments, not AU_DEFUN's.
3578
3579
3580# Finally, this is the expansion that is picked up by
3581# autoconf. It tells the user to run autoupdate, and
3582# then outputs the replacement expansion. We do not care
3583# about autoupdate's warning because that contains
3584# information on what to do *after* running autoupdate.
3585
3586# This is what autoupdate's m4 run will expand. It fires
3587# the warning (with _au_warn_XXX), outputs it into the
3588# updated configure.ac (with AC_DIAGNOSE), and then outputs
3589# the replacement expansion.
3590
3591
3592# This is an auxiliary macro that is also run when
3593# autoupdate runs m4. It simply calls m4_warning, but
3594# we need a wrapper so that each warning is emitted only
3595# once. We break the quoting in m4_warning's argument in
3596# order to expand this macro's arguments, not AU_DEFUN's.
3597
3598
3599# Finally, this is the expansion that is picked up by
3600# autoconf. It tells the user to run autoupdate, and
3601# then outputs the replacement expansion. We do not care
3602# about autoupdate's warning because that contains
3603# information on what to do *after* running autoupdate.
3604
3605
3606
3607
3608
3609# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3610# ----------------------------------
3611# implement the --enable-fast-install flag, and support the `fast-install'
3612# and `disable-fast-install' LT_INIT options.
3613# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3614# _LT_ENABLE_FAST_INSTALL
3615
3616
3617
3618
3619# Old names:
3620# This is what autoupdate's m4 run will expand. It fires
3621# the warning (with _au_warn_XXX), outputs it into the
3622# updated configure.ac (with AC_DIAGNOSE), and then outputs
3623# the replacement expansion.
3624
3625
3626# This is an auxiliary macro that is also run when
3627# autoupdate runs m4. It simply calls m4_warning, but
3628# we need a wrapper so that each warning is emitted only
3629# once. We break the quoting in m4_warning's argument in
3630# order to expand this macro's arguments, not AU_DEFUN's.
3631
3632
3633# Finally, this is the expansion that is picked up by
3634# autoconf. It tells the user to run autoupdate, and
3635# then outputs the replacement expansion. We do not care
3636# about autoupdate's warning because that contains
3637# information on what to do *after* running autoupdate.
3638
3639
3640# This is what autoupdate's m4 run will expand. It fires
3641# the warning (with _au_warn_XXX), outputs it into the
3642# updated configure.ac (with AC_DIAGNOSE), and then outputs
3643# the replacement expansion.
3644
3645
3646# This is an auxiliary macro that is also run when
3647# autoupdate runs m4. It simply calls m4_warning, but
3648# we need a wrapper so that each warning is emitted only
3649# once. We break the quoting in m4_warning's argument in
3650# order to expand this macro's arguments, not AU_DEFUN's.
3651
3652
3653# Finally, this is the expansion that is picked up by
3654# autoconf. It tells the user to run autoupdate, and
3655# then outputs the replacement expansion. We do not care
3656# about autoupdate's warning because that contains
3657# information on what to do *after* running autoupdate.
3658
3659
3660
3661
3662# _LT_WITH_PIC([MODE])
3663# --------------------
3664# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3665# LT_INIT options.
3666# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3667# _LT_WITH_PIC
3668
3669
3670
3671
3672# Old name:
3673# This is what autoupdate's m4 run will expand. It fires
3674# the warning (with _au_warn_XXX), outputs it into the
3675# updated configure.ac (with AC_DIAGNOSE), and then outputs
3676# the replacement expansion.
3677
3678
3679# This is an auxiliary macro that is also run when
3680# autoupdate runs m4. It simply calls m4_warning, but
3681# we need a wrapper so that each warning is emitted only
3682# once. We break the quoting in m4_warning's argument in
3683# order to expand this macro's arguments, not AU_DEFUN's.
3684
3685
3686# Finally, this is the expansion that is picked up by
3687# autoconf. It tells the user to run autoupdate, and
3688# then outputs the replacement expansion. We do not care
3689# about autoupdate's warning because that contains
3690# information on what to do *after* running autoupdate.
3691
3692
3693
3694## ----------------- ##
3695## LTDL_INIT Options ##
3696## ----------------- ##
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3708#
3709# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3710# Written by Gary V. Vaughan, 2004
3711#
3712# This file is free software; the Free Software Foundation gives
3713# unlimited permission to copy and/or distribute it, with or without
3714# modifications, as long as this notice is preserved.
3715
3716# serial 6 ltsugar.m4
3717
3718# This is to help aclocal find these macros, as it can't see m4_define.
3719
3720
3721
3722# lt_join(SEP, ARG1, [ARG2...])
3723# -----------------------------
3724# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3725# associated separator.
3726# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3727# versions in m4sugar had bugs.
3728
3729
3730
3731
3732# lt_car(LIST)
3733# lt_cdr(LIST)
3734# ------------
3735# Manipulate m4 lists.
3736# These macros are necessary as long as will still need to support
3737# Autoconf-2.59 which quotes differently.
3738
3739
3740
3741
3742
3743# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3744# ------------------------------------------
3745# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3746# Note that neither SEPARATOR nor STRING are expanded; they are appended
3747# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3748# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3749# than defined and empty).
3750#
3751# This macro is needed until we can rely on Autoconf 2.62, since earlier
3752# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3753
3754
3755
3756
3757# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3758# ----------------------------------------------------------
3759# Produce a SEP delimited list of all paired combinations of elements of
3760# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3761# has the form PREFIXmINFIXSUFFIXn.
3762# Needed until we can rely on m4_combine added in Autoconf 2.62.
3763
3764
3765
3766# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3767# -----------------------------------------------------------------------
3768# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3769# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3770
3771
3772
3773# lt_dict_add(DICT, KEY, VALUE)
3774# -----------------------------
3775
3776
3777
3778# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3779# --------------------------------------------
3780
3781
3782
3783# lt_dict_fetch(DICT, KEY, [SUBKEY])
3784# ----------------------------------
3785
3786
3787
3788# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3789# -----------------------------------------------------------------
3790
3791
3792
3793# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3794# --------------------------------------------------------------
3795
3796
3797# ltversion.m4 -- version numbers -*- Autoconf -*-
3798#
3799# Copyright (C) 2004 Free Software Foundation, Inc.
3800# Written by Scott James Remnant, 2004
3801#
3802# This file is free software; the Free Software Foundation gives
3803# unlimited permission to copy and/or distribute it, with or without
3804# modifications, as long as this notice is preserved.
3805
3806# Generated from ltversion.in.
3807
3808# serial 3134 ltversion.m4
3809# This file is part of GNU Libtool
3810
3811
3812
3813
3814
3815
3816# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3817#
3818# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3819# Written by Scott James Remnant, 2004.
3820#
3821# This file is free software; the Free Software Foundation gives
3822# unlimited permission to copy and/or distribute it, with or without
3823# modifications, as long as this notice is preserved.
3824
3825# serial 4 lt~obsolete.m4
3826
3827# These exist entirely to fool aclocal when bootstrapping libtool.
3828#
3829# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3830# which have later been changed to m4_define as they aren't part of the
3831# exported API, or moved to Autoconf or Automake where they belong.
3832#
3833# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3834# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3835# using a macro with the same name in our local m4/libtool.m4 it'll
3836# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3837# and doesn't know about Autoconf macros at all.)
3838#
3839# So we provide this file, which has a silly filename so it's always
3840# included after everything else. This provides aclocal with the
3841# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3842# because those macros already exist, or will be overwritten later.
3843# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3844#
3845# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3846# Yes, that means every name once taken will need to remain here until
3847# we give up compatibility with versions before 1.7, at which point
3848# we need to keep only those names which we still refer to.
3849
3850# This is to help aclocal find these macros, as it can't see m4_define.
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915## -*- Autoconf -*-
3916
3917# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3918# Free Software Foundation, Inc.
3919#
3920# This file is free software; the Free Software Foundation
3921# gives unlimited permission to copy and/or distribute it,
3922# with or without modifications, as long as this notice is preserved.
3923
3924# serial 8
3925
3926# Based on depend.m4 from automake 1.9, modified for standalone use in
3927# an environment where GNU make is required.
3928
3929# ZW_PROG_COMPILER_DEPENDENCIES
3930# -----------------------------
3931# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3932# sets fooDEPMODE accordingly. Cache-variable compatible with
3933# original; not side-effect compatible. As the users of this macro
3934# may require accurate dependencies for correct builds, it does *not*
3935# honor --disable-dependency-checking, and failure to detect a usable
3936# method is an error. depcomp is assumed to be located in
3937# $ac_aux_dir.
3938#
3939# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3940
3941
3942
3943# AM_SET_DEPDIR
3944# -------------
3945# Choose a directory name for dependency files.
3946
3947
3948# ZW_CREATE_DEPDIR
3949# ----------------
3950# As AM_SET_DEPDIR, but also create the directory at config.status time.
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
6bb11ab3
L
3992
3993
3994
3995
3996
6bb11ab3
L
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
6bb11ab3
L
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025# intl sister-directory configuration rules.
4026#
4027
4028# The idea behind this macro is that there's no need to repeat all the
4029# autoconf probes done by the intl directory - it's already done them
4030# for us. In fact, there's no need even to look at the cache for the
4031# answers. All we need to do is nab a few pieces of information.
4032# The intl directory is set up to make this easy, by generating a
4033# small file which can be sourced as a shell script; then we produce
4034# the necessary substitutions and definitions for this directory.
4035
4036
4037
4038# Autoconf M4 include file defining utility macros for complex Canadian
4039# cross builds.
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049####
4050# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4051# or AC_INIT.
4052# These demand that AC_CANONICAL_SYSTEM be called beforehand.
4053
4054####
4055# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4056# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4057
4058
4059####
4060# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4061# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4062
4063
4064
4065# Backported from Autoconf 2.5x; can go away when and if
4066# we switch. Put the OS path separator in $PATH_SEPARATOR.
4067
4068
4069
4070
4071# ACX_HAVE_GCC_FOR_TARGET
4072# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4073
4074
4075# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4076# Searching for installed target binutils. We need to take extra care,
4077# else we may find the wrong assembler, linker, etc., and lose.
4078#
4079# First try --with-build-time-tools, if specified.
4080#
4081# For build != host, we ask the installed GCC for the name of the tool it
4082# uses, and accept it if it is an absolute path. This is because the
4083# only good choice for a compiler is the same GCC version that is being
4084# installed (or we couldn't make target libraries), and we assume that
4085# on the host system we'll have not only the same GCC version, but also
4086# the same binutils version.
4087#
4088# For build == host, search the same directories that the installed
4089# compiler will search. We used to do this for the assembler, linker,
4090# and nm only; for simplicity of configuration, however, we extend this
4091# criterion to tools (such as ar and ranlib) that are never invoked by
4092# the compiler, to avoid mismatches.
4093#
4094# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4095# if build == target. This makes the most sense only when bootstrapping,
4096# but we also do so when build != host. In this case, we hope that the
4097# build and host systems will have similar contents of MD_EXEC_PREFIX.
4098#
4099# If we do not find a suitable binary, then try the user's path.
4100
4101
4102###
4103# AC_PROG_CPP_WERROR
4104# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4105# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4106# For now, using this also overrides header checks to use only the
4107# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4108# bit harder from here).
4109# Eventually autoconf will default to checking headers with the compiler
4110# instead, and we'll have to do this differently.
4111
4112# AC_PROG_CPP_WERROR
4113
4114# Test for GNAT.
4115# We require the gnatbind & gnatmake programs, as well as a compiler driver
4116# that understands Ada. We use the user's CC setting, already found, and
4117# possibly add $1 to the command-line parameters.
4118#
4119# Sets the shell variable have_gnat to yes or no as appropriate, and
4120# substitutes GNATBIND and GNATMAKE.
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146ac_ext=c
4147ac_cpp='$CPP $CPPFLAGS'
4148ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4149ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4150ac_compiler_gnu=$ac_cv_c_compiler_gnu
4151if test -n "$ac_tool_prefix"; then
4152 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4153set dummy ${ac_tool_prefix}gcc; ac_word=$2
4154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4155$as_echo_n "checking for $ac_word... " >&6; }
4156if test "${ac_cv_prog_CC+set}" = set; then :
4157 $as_echo_n "(cached) " >&6
4158else
4159 if test -n "$CC"; then
4160 ac_cv_prog_CC="$CC" # Let the user override the test.
4161else
4162as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4163for as_dir in $PATH
4164do
4165 IFS=$as_save_IFS
4166 test -z "$as_dir" && as_dir=.
4167 for ac_exec_ext in '' $ac_executable_extensions; do
4168 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4169 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4170 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4171 break 2
4172 fi
4173done
4174 done
4175IFS=$as_save_IFS
4176
4177fi
4178fi
4179CC=$ac_cv_prog_CC
4180if test -n "$CC"; then
4181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4182$as_echo "$CC" >&6; }
4183else
4184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4185$as_echo "no" >&6; }
4186fi
4187
4188
4189fi
4190if test -z "$ac_cv_prog_CC"; then
4191 ac_ct_CC=$CC
4192 # Extract the first word of "gcc", so it can be a program name with args.
4193set dummy gcc; ac_word=$2
4194{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4195$as_echo_n "checking for $ac_word... " >&6; }
4196if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4197 $as_echo_n "(cached) " >&6
4198else
4199 if test -n "$ac_ct_CC"; then
4200 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4201else
4202as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4203for as_dir in $PATH
4204do
4205 IFS=$as_save_IFS
4206 test -z "$as_dir" && as_dir=.
4207 for ac_exec_ext in '' $ac_executable_extensions; do
4208 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4209 ac_cv_prog_ac_ct_CC="gcc"
4210 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4211 break 2
4212 fi
4213done
4214 done
4215IFS=$as_save_IFS
4216
4217fi
4218fi
4219ac_ct_CC=$ac_cv_prog_ac_ct_CC
4220if test -n "$ac_ct_CC"; then
4221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4222$as_echo "$ac_ct_CC" >&6; }
4223else
4224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4225$as_echo "no" >&6; }
4226fi
4227
4228 if test "x$ac_ct_CC" = x; then
4229 CC=""
4230 else
4231 case $cross_compiling:$ac_tool_warned in
4232yes:)
4233{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4234$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4235ac_tool_warned=yes ;;
4236esac
4237 CC=$ac_ct_CC
4238 fi
4239else
4240 CC="$ac_cv_prog_CC"
4241fi
4242
4243if test -z "$CC"; then
4244 if test -n "$ac_tool_prefix"; then
4245 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4246set dummy ${ac_tool_prefix}cc; ac_word=$2
4247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4248$as_echo_n "checking for $ac_word... " >&6; }
4249if test "${ac_cv_prog_CC+set}" = set; then :
4250 $as_echo_n "(cached) " >&6
4251else
4252 if test -n "$CC"; then
4253 ac_cv_prog_CC="$CC" # Let the user override the test.
4254else
4255as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4256for as_dir in $PATH
4257do
4258 IFS=$as_save_IFS
4259 test -z "$as_dir" && as_dir=.
4260 for ac_exec_ext in '' $ac_executable_extensions; do
4261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4262 ac_cv_prog_CC="${ac_tool_prefix}cc"
4263 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4264 break 2
4265 fi
4266done
4267 done
4268IFS=$as_save_IFS
4269
4270fi
4271fi
4272CC=$ac_cv_prog_CC
4273if test -n "$CC"; then
4274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4275$as_echo "$CC" >&6; }
4276else
4277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4278$as_echo "no" >&6; }
4279fi
4280
4281
4282 fi
4283fi
4284if test -z "$CC"; then
4285 # Extract the first word of "cc", so it can be a program name with args.
4286set dummy cc; ac_word=$2
4287{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4288$as_echo_n "checking for $ac_word... " >&6; }
4289if test "${ac_cv_prog_CC+set}" = set; then :
4290 $as_echo_n "(cached) " >&6
4291else
4292 if test -n "$CC"; then
4293 ac_cv_prog_CC="$CC" # Let the user override the test.
4294else
4295 ac_prog_rejected=no
4296as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4297for as_dir in $PATH
4298do
4299 IFS=$as_save_IFS
4300 test -z "$as_dir" && as_dir=.
4301 for ac_exec_ext in '' $ac_executable_extensions; do
4302 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4303 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4304 ac_prog_rejected=yes
4305 continue
4306 fi
4307 ac_cv_prog_CC="cc"
4308 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4309 break 2
4310 fi
4311done
4312 done
4313IFS=$as_save_IFS
4314
4315if test $ac_prog_rejected = yes; then
4316 # We found a bogon in the path, so make sure we never use it.
4317 set dummy $ac_cv_prog_CC
4318 shift
4319 if test $# != 0; then
4320 # We chose a different compiler from the bogus one.
4321 # However, it has the same basename, so the bogon will be chosen
4322 # first if we set CC to just the basename; use the full file name.
4323 shift
4324 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4325 fi
4326fi
4327fi
4328fi
4329CC=$ac_cv_prog_CC
4330if test -n "$CC"; then
4331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4332$as_echo "$CC" >&6; }
4333else
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4335$as_echo "no" >&6; }
4336fi
4337
4338
4339fi
4340if test -z "$CC"; then
4341 if test -n "$ac_tool_prefix"; then
4342 for ac_prog in cl.exe
4343 do
4344 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4345set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4346{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4347$as_echo_n "checking for $ac_word... " >&6; }
4348if test "${ac_cv_prog_CC+set}" = set; then :
4349 $as_echo_n "(cached) " >&6
4350else
4351 if test -n "$CC"; then
4352 ac_cv_prog_CC="$CC" # Let the user override the test.
4353else
4354as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4355for as_dir in $PATH
4356do
4357 IFS=$as_save_IFS
4358 test -z "$as_dir" && as_dir=.
4359 for ac_exec_ext in '' $ac_executable_extensions; do
4360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4361 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4362 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4363 break 2
4364 fi
4365done
4366 done
4367IFS=$as_save_IFS
4368
4369fi
4370fi
4371CC=$ac_cv_prog_CC
4372if test -n "$CC"; then
4373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4374$as_echo "$CC" >&6; }
4375else
4376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4377$as_echo "no" >&6; }
4378fi
4379
4380
4381 test -n "$CC" && break
4382 done
4383fi
4384if test -z "$CC"; then
4385 ac_ct_CC=$CC
4386 for ac_prog in cl.exe
4387do
4388 # Extract the first word of "$ac_prog", so it can be a program name with args.
4389set dummy $ac_prog; ac_word=$2
4390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4391$as_echo_n "checking for $ac_word... " >&6; }
4392if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4393 $as_echo_n "(cached) " >&6
4394else
4395 if test -n "$ac_ct_CC"; then
4396 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4397else
4398as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4399for as_dir in $PATH
4400do
4401 IFS=$as_save_IFS
4402 test -z "$as_dir" && as_dir=.
4403 for ac_exec_ext in '' $ac_executable_extensions; do
4404 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4405 ac_cv_prog_ac_ct_CC="$ac_prog"
4406 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4407 break 2
4408 fi
4409done
4410 done
4411IFS=$as_save_IFS
4412
4413fi
4414fi
4415ac_ct_CC=$ac_cv_prog_ac_ct_CC
4416if test -n "$ac_ct_CC"; then
4417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4418$as_echo "$ac_ct_CC" >&6; }
4419else
4420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4421$as_echo "no" >&6; }
4422fi
4423
4424
4425 test -n "$ac_ct_CC" && break
4426done
4427
4428 if test "x$ac_ct_CC" = x; then
4429 CC=""
4430 else
4431 case $cross_compiling:$ac_tool_warned in
4432yes:)
4433{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4434$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4435ac_tool_warned=yes ;;
4436esac
4437 CC=$ac_ct_CC
4438 fi
4439fi
4440
4441fi
4442
4443
4444test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4445$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4446as_fn_error "no acceptable C compiler found in \$PATH
4447See \`config.log' for more details." "$LINENO" 5; }
4448
4449# Provide some information about the compiler.
4450$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4451set X $ac_compile
4452ac_compiler=$2
4453for ac_option in --version -v -V -qversion; do
4454 { { ac_try="$ac_compiler $ac_option >&5"
4455case "(($ac_try" in
4456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4457 *) ac_try_echo=$ac_try;;
4458esac
4459eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4460$as_echo "$ac_try_echo"; } >&5
4461 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4462 ac_status=$?
4463 if test -s conftest.err; then
4464 sed '10a\
4465... rest of stderr output deleted ...
4466 10q' conftest.err >conftest.er1
4467 cat conftest.er1 >&5
4468 rm -f conftest.er1 conftest.err
4469 fi
4470 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4471 test $ac_status = 0; }
4472done
4473
4474cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4475/* end confdefs.h. */
4476
4477int
4478main ()
4479{
4480
4481 ;
4482 return 0;
4483}
4484_ACEOF
4485ac_clean_files_save=$ac_clean_files
4486ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4487# Try to create an executable without -o first, disregard a.out.
4488# It will help us diagnose broken compilers, and finding out an intuition
4489# of exeext.
4490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4491$as_echo_n "checking for C compiler default output file name... " >&6; }
4492ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4493
4494# The possible output files:
4495ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4496
4497ac_rmfiles=
4498for ac_file in $ac_files
4499do
4500 case $ac_file in
4501 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4502 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4503 esac
4504done
4505rm -f $ac_rmfiles
4506
4507if { { ac_try="$ac_link_default"
4508case "(($ac_try" in
4509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4510 *) ac_try_echo=$ac_try;;
4511esac
4512eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4513$as_echo "$ac_try_echo"; } >&5
4514 (eval "$ac_link_default") 2>&5
4515 ac_status=$?
4516 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4517 test $ac_status = 0; }; then :
4518 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4519# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4520# in a Makefile. We should not override ac_cv_exeext if it was cached,
4521# so that the user can short-circuit this test for compilers unknown to
4522# Autoconf.
4523for ac_file in $ac_files ''
4524do
4525 test -f "$ac_file" || continue
4526 case $ac_file in
4527 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4528 ;;
4529 [ab].out )
4530 # We found the default executable, but exeext='' is most
4531 # certainly right.
4532 break;;
4533 *.* )
4534 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4535 then :; else
4536 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4537 fi
4538 # We set ac_cv_exeext here because the later test for it is not
4539 # safe: cross compilers may not add the suffix if given an `-o'
4540 # argument, so we may need to know it at that point already.
4541 # Even if this section looks crufty: it has the advantage of
4542 # actually working.
4543 break;;
4544 * )
4545 break;;
4546 esac
4547done
4548test "$ac_cv_exeext" = no && ac_cv_exeext=
4549
4550else
4551 ac_file=''
4552fi
4553{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4554$as_echo "$ac_file" >&6; }
4555if test -z "$ac_file"; then :
4556 $as_echo "$as_me: failed program was:" >&5
4557sed 's/^/| /' conftest.$ac_ext >&5
4558
4559{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4560$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4561{ as_fn_set_status 77
4562as_fn_error "C compiler cannot create executables
4563See \`config.log' for more details." "$LINENO" 5; }; }
4564fi
4565ac_exeext=$ac_cv_exeext
4566
4567# Check that the compiler produces executables we can run. If not, either
4568# the compiler is broken, or we cross compile.
4569{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4570$as_echo_n "checking whether the C compiler works... " >&6; }
4571# If not cross compiling, check that we can run a simple program.
4572if test "$cross_compiling" != yes; then
4573 if { ac_try='./$ac_file'
4574 { { case "(($ac_try" in
4575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4576 *) ac_try_echo=$ac_try;;
4577esac
4578eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4579$as_echo "$ac_try_echo"; } >&5
4580 (eval "$ac_try") 2>&5
4581 ac_status=$?
4582 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4583 test $ac_status = 0; }; }; then
4584 cross_compiling=no
4585 else
4586 if test "$cross_compiling" = maybe; then
4587 cross_compiling=yes
4588 else
4589 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4590$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4591as_fn_error "cannot run C compiled programs.
4592If you meant to cross compile, use \`--host'.
4593See \`config.log' for more details." "$LINENO" 5; }
4594 fi
4595 fi
4596fi
4597{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4598$as_echo "yes" >&6; }
4599
4600rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4601ac_clean_files=$ac_clean_files_save
4602# Check that the compiler produces executables we can run. If not, either
4603# the compiler is broken, or we cross compile.
4604{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4605$as_echo_n "checking whether we are cross compiling... " >&6; }
4606{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4607$as_echo "$cross_compiling" >&6; }
4608
4609{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4610$as_echo_n "checking for suffix of executables... " >&6; }
4611if { { ac_try="$ac_link"
4612case "(($ac_try" in
4613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4614 *) ac_try_echo=$ac_try;;
4615esac
4616eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4617$as_echo "$ac_try_echo"; } >&5
4618 (eval "$ac_link") 2>&5
4619 ac_status=$?
4620 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4621 test $ac_status = 0; }; then :
4622 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4623# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4624# work properly (i.e., refer to `conftest.exe'), while it won't with
4625# `rm'.
4626for ac_file in conftest.exe conftest conftest.*; do
4627 test -f "$ac_file" || continue
4628 case $ac_file in
4629 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4630 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4631 break;;
4632 * ) break;;
4633 esac
4634done
4635else
4636 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4637$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4638as_fn_error "cannot compute suffix of executables: cannot compile and link
4639See \`config.log' for more details." "$LINENO" 5; }
4640fi
4641rm -f conftest$ac_cv_exeext
4642{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4643$as_echo "$ac_cv_exeext" >&6; }
4644
4645rm -f conftest.$ac_ext
4646EXEEXT=$ac_cv_exeext
4647ac_exeext=$EXEEXT
4648{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4649$as_echo_n "checking for suffix of object files... " >&6; }
4650if test "${ac_cv_objext+set}" = set; then :
4651 $as_echo_n "(cached) " >&6
4652else
4653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4654/* end confdefs.h. */
4655
4656int
4657main ()
4658{
4659
4660 ;
4661 return 0;
4662}
4663_ACEOF
4664rm -f conftest.o conftest.obj
4665if { { ac_try="$ac_compile"
4666case "(($ac_try" in
4667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4668 *) ac_try_echo=$ac_try;;
4669esac
4670eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4671$as_echo "$ac_try_echo"; } >&5
4672 (eval "$ac_compile") 2>&5
4673 ac_status=$?
4674 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4675 test $ac_status = 0; }; then :
4676 for ac_file in conftest.o conftest.obj conftest.*; do
4677 test -f "$ac_file" || continue;
4678 case $ac_file in
4679 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4680 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4681 break;;
4682 esac
4683done
4684else
4685 $as_echo "$as_me: failed program was:" >&5
4686sed 's/^/| /' conftest.$ac_ext >&5
4687
4688{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4689$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4690as_fn_error "cannot compute suffix of object files: cannot compile
4691See \`config.log' for more details." "$LINENO" 5; }
4692fi
4693rm -f conftest.$ac_cv_objext conftest.$ac_ext
4694fi
4695{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4696$as_echo "$ac_cv_objext" >&6; }
4697OBJEXT=$ac_cv_objext
4698ac_objext=$OBJEXT
4699{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4700$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4701if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4702 $as_echo_n "(cached) " >&6
4703else
4704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4705/* end confdefs.h. */
4706
4707int
4708main ()
4709{
4710#ifndef __GNUC__
4711 choke me
4712#endif
4713
4714 ;
4715 return 0;
4716}
4717_ACEOF
4718if ac_fn_c_try_compile "$LINENO"; then :
4719 ac_compiler_gnu=yes
4720else
4721 ac_compiler_gnu=no
4722fi
4723rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4724ac_cv_c_compiler_gnu=$ac_compiler_gnu
4725
4726fi
4727{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4728$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4729if test $ac_compiler_gnu = yes; then
4730 GCC=yes
4731else
4732 GCC=
4733fi
4734ac_test_CFLAGS=${CFLAGS+set}
4735ac_save_CFLAGS=$CFLAGS
4736{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4737$as_echo_n "checking whether $CC accepts -g... " >&6; }
4738if test "${ac_cv_prog_cc_g+set}" = set; then :
4739 $as_echo_n "(cached) " >&6
4740else
4741 ac_save_c_werror_flag=$ac_c_werror_flag
4742 ac_c_werror_flag=yes
4743 ac_cv_prog_cc_g=no
4744 CFLAGS="-g"
4745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4746/* end confdefs.h. */
4747
4748int
4749main ()
4750{
4751
4752 ;
4753 return 0;
4754}
4755_ACEOF
4756if ac_fn_c_try_compile "$LINENO"; then :
4757 ac_cv_prog_cc_g=yes
4758else
4759 CFLAGS=""
4760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4761/* end confdefs.h. */
4762
4763int
4764main ()
4765{
4766
4767 ;
4768 return 0;
4769}
4770_ACEOF
4771if ac_fn_c_try_compile "$LINENO"; then :
4772
4773else
4774 ac_c_werror_flag=$ac_save_c_werror_flag
4775 CFLAGS="-g"
4776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4777/* end confdefs.h. */
4778
4779int
4780main ()
4781{
4782
4783 ;
4784 return 0;
4785}
4786_ACEOF
4787if ac_fn_c_try_compile "$LINENO"; then :
4788 ac_cv_prog_cc_g=yes
4789fi
4790rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4791fi
4792rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4793fi
4794rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4795 ac_c_werror_flag=$ac_save_c_werror_flag
4796fi
4797{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4798$as_echo "$ac_cv_prog_cc_g" >&6; }
4799if test "$ac_test_CFLAGS" = set; then
4800 CFLAGS=$ac_save_CFLAGS
4801elif test $ac_cv_prog_cc_g = yes; then
4802 if test "$GCC" = yes; then
4803 CFLAGS="-g -O2"
4804 else
4805 CFLAGS="-g"
4806 fi
4807else
4808 if test "$GCC" = yes; then
4809 CFLAGS="-O2"
4810 else
4811 CFLAGS=
4812 fi
4813fi
4814{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4815$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4816if test "${ac_cv_prog_cc_c89+set}" = set; then :
4817 $as_echo_n "(cached) " >&6
4818else
4819 ac_cv_prog_cc_c89=no
4820ac_save_CC=$CC
4821cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4822/* end confdefs.h. */
4823#include <stdarg.h>
4824#include <stdio.h>
4825#include <sys/types.h>
4826#include <sys/stat.h>
4827/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4828struct buf { int x; };
4829FILE * (*rcsopen) (struct buf *, struct stat *, int);
4830static char *e (p, i)
4831 char **p;
4832 int i;
4833{
4834 return p[i];
4835}
4836static char *f (char * (*g) (char **, int), char **p, ...)
4837{
4838 char *s;
4839 va_list v;
4840 va_start (v,p);
4841 s = g (p, va_arg (v,int));
4842 va_end (v);
4843 return s;
4844}
4845
4846/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4847 function prototypes and stuff, but not '\xHH' hex character constants.
4848 These don't provoke an error unfortunately, instead are silently treated
4849 as 'x'. The following induces an error, until -std is added to get
4850 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4851 array size at least. It's necessary to write '\x00'==0 to get something
4852 that's true only with -std. */
4853int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4854
4855/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4856 inside strings and character constants. */
4857#define FOO(x) 'x'
4858int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4859
4860int test (int i, double x);
4861struct s1 {int (*f) (int a);};
4862struct s2 {int (*f) (double a);};
4863int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4864int argc;
4865char **argv;
4866int
4867main ()
4868{
4869return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4870 ;
4871 return 0;
4872}
4873_ACEOF
4874for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4875 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4876do
4877 CC="$ac_save_CC $ac_arg"
4878 if ac_fn_c_try_compile "$LINENO"; then :
4879 ac_cv_prog_cc_c89=$ac_arg
4880fi
4881rm -f core conftest.err conftest.$ac_objext
4882 test "x$ac_cv_prog_cc_c89" != "xno" && break
4883done
4884rm -f conftest.$ac_ext
4885CC=$ac_save_CC
4886
4887fi
4888# AC_CACHE_VAL
4889case "x$ac_cv_prog_cc_c89" in
4890 x)
4891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4892$as_echo "none needed" >&6; } ;;
4893 xno)
4894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4895$as_echo "unsupported" >&6; } ;;
4896 *)
4897 CC="$CC $ac_cv_prog_cc_c89"
4898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4899$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4900esac
4901if test "x$ac_cv_prog_cc_c89" != xno; then :
4902
4903fi
4904
4905ac_ext=c
4906ac_cpp='$CPP $CPPFLAGS'
4907ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4908ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4909ac_compiler_gnu=$ac_cv_c_compiler_gnu
4910
4911ac_aux_dir=
4912for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4913 for ac_t in install-sh install.sh shtool; do
4914 if test -f "$ac_dir/$ac_t"; then
4915 ac_aux_dir=$ac_dir
4916 ac_install_sh="$ac_aux_dir/$ac_t -c"
4917 break 2
4918 fi
4919 done
4920done
4921if test -z "$ac_aux_dir"; then
4922 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4923fi
4924
4925# These three variables are undocumented and unsupported,
4926# and are intended to be withdrawn in a future Autoconf release.
4927# They can cause serious problems if a builder's source tree is in a directory
4928# whose full name contains unusual characters.
4929ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4930ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4931ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4932
4933
4934# Make sure we can run config.sub.
4935$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4936 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4937
4938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4939$as_echo_n "checking build system type... " >&6; }
4940if test "${ac_cv_build+set}" = set; then :
4941 $as_echo_n "(cached) " >&6
4942else
4943 ac_build_alias=$build_alias
4944test "x$ac_build_alias" = x &&
4945 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4946test "x$ac_build_alias" = x &&
4947 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4948ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4949 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4950
4951fi
4952{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4953$as_echo "$ac_cv_build" >&6; }
4954case $ac_cv_build in
4955*-*-*) ;;
4956*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4957esac
4958build=$ac_cv_build
4959ac_save_IFS=$IFS; IFS='-'
4960set x $ac_cv_build
4961shift
4962build_cpu=$1
4963build_vendor=$2
4964shift; shift
4965# Remember, the first character of IFS is used to create $*,
4966# except with old shells:
4967build_os=$*
4968IFS=$ac_save_IFS
4969case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4970
4971
4972{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4973$as_echo_n "checking host system type... " >&6; }
4974if test "${ac_cv_host+set}" = set; then :
4975 $as_echo_n "(cached) " >&6
4976else
4977 if test "x$host_alias" = x; then
4978 ac_cv_host=$ac_cv_build
4979else
4980 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4981 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4982fi
4983
4984fi
4985{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4986$as_echo "$ac_cv_host" >&6; }
4987case $ac_cv_host in
4988*-*-*) ;;
4989*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4990esac
4991host=$ac_cv_host
4992ac_save_IFS=$IFS; IFS='-'
4993set x $ac_cv_host
4994shift
4995host_cpu=$1
4996host_vendor=$2
4997shift; shift
4998# Remember, the first character of IFS is used to create $*,
4999# except with old shells:
5000host_os=$*
5001IFS=$ac_save_IFS
5002case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5003
5004
5005{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5006$as_echo_n "checking target system type... " >&6; }
5007if test "${ac_cv_target+set}" = set; then :
5008 $as_echo_n "(cached) " >&6
5009else
5010 if test "x$target_alias" = x; then
5011 ac_cv_target=$ac_cv_host
5012else
5013 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5014 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5015fi
5016
5017fi
5018{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5019$as_echo "$ac_cv_target" >&6; }
5020case $ac_cv_target in
5021*-*-*) ;;
5022*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
5023esac
5024target=$ac_cv_target
5025ac_save_IFS=$IFS; IFS='-'
5026set x $ac_cv_target
5027shift
5028target_cpu=$1
5029target_vendor=$2
5030shift; shift
5031# Remember, the first character of IFS is used to create $*,
5032# except with old shells:
5033target_os=$*
5034IFS=$ac_save_IFS
5035case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5036
5037
5038# The aliases save the names the user supplied, while $host etc.
5039# will get canonicalized.
5040test -n "$target_alias" &&
5041 test "$program_prefix$program_suffix$program_transform_name" = \
5042 NONENONEs,x,x, &&
5043 program_prefix=${target_alias}-
5044
5045ac_ext=c
5046ac_cpp='$CPP $CPPFLAGS'
5047ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5048ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5049ac_compiler_gnu=$ac_cv_c_compiler_gnu
5050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5051$as_echo_n "checking how to run the C preprocessor... " >&6; }
5052# On Suns, sometimes $CPP names a directory.
5053if test -n "$CPP" && test -d "$CPP"; then
5054 CPP=
5055fi
5056if test -z "$CPP"; then
5057 if test "${ac_cv_prog_CPP+set}" = set; then :
5058 $as_echo_n "(cached) " >&6
5059else
5060 # Double quotes because CPP needs to be expanded
5061 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5062 do
5063 ac_preproc_ok=false
5064for ac_c_preproc_warn_flag in '' yes
5065do
5066 # Use a header file that comes with gcc, so configuring glibc
5067 # with a fresh cross-compiler works.
5068 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5069 # <limits.h> exists even on freestanding compilers.
5070 # On the NeXT, cc -E runs the code through the compiler's parser,
5071 # not just through cpp. "Syntax error" is here to catch this case.
5072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5073/* end confdefs.h. */
5074#ifdef __STDC__
5075# include <limits.h>
5076#else
5077# include <assert.h>
5078#endif
5079 Syntax error
5080_ACEOF
5081if ac_fn_c_try_cpp "$LINENO"; then :
5082
5083else
5084 # Broken: fails on valid input.
5085continue
5086fi
5087rm -f conftest.err conftest.$ac_ext
5088
5089 # OK, works on sane cases. Now check whether nonexistent headers
5090 # can be detected and how.
5091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5092/* end confdefs.h. */
5093#include <ac_nonexistent.h>
5094_ACEOF
5095if ac_fn_c_try_cpp "$LINENO"; then :
5096 # Broken: success on invalid input.
5097continue
5098else
5099 # Passes both tests.
5100ac_preproc_ok=:
5101break
5102fi
5103rm -f conftest.err conftest.$ac_ext
5104
5105done
5106# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5107rm -f conftest.err conftest.$ac_ext
5108if $ac_preproc_ok; then :
5109 break
5110fi
5111
5112 done
5113 ac_cv_prog_CPP=$CPP
5114
5115fi
5116 CPP=$ac_cv_prog_CPP
5117else
5118 ac_cv_prog_CPP=$CPP
5119fi
5120{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5121$as_echo "$CPP" >&6; }
5122ac_preproc_ok=false
5123for ac_c_preproc_warn_flag in '' yes
5124do
5125 # Use a header file that comes with gcc, so configuring glibc
5126 # with a fresh cross-compiler works.
5127 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5128 # <limits.h> exists even on freestanding compilers.
5129 # On the NeXT, cc -E runs the code through the compiler's parser,
5130 # not just through cpp. "Syntax error" is here to catch this case.
5131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5132/* end confdefs.h. */
5133#ifdef __STDC__
5134# include <limits.h>
5135#else
5136# include <assert.h>
5137#endif
5138 Syntax error
5139_ACEOF
5140if ac_fn_c_try_cpp "$LINENO"; then :
5141
5142else
5143 # Broken: fails on valid input.
5144continue
5145fi
5146rm -f conftest.err conftest.$ac_ext
5147
5148 # OK, works on sane cases. Now check whether nonexistent headers
5149 # can be detected and how.
5150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5151/* end confdefs.h. */
5152#include <ac_nonexistent.h>
5153_ACEOF
5154if ac_fn_c_try_cpp "$LINENO"; then :
5155 # Broken: success on invalid input.
5156continue
5157else
5158 # Passes both tests.
5159ac_preproc_ok=:
5160break
5161fi
5162rm -f conftest.err conftest.$ac_ext
5163
5164done
5165# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5166rm -f conftest.err conftest.$ac_ext
5167if $ac_preproc_ok; then :
5168
5169else
5170 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5171$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5172as_fn_error "C preprocessor \"$CPP\" fails sanity check
5173See \`config.log' for more details." "$LINENO" 5; }
5174fi
5175
5176ac_ext=c
5177ac_cpp='$CPP $CPPFLAGS'
5178ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5179ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5180ac_compiler_gnu=$ac_cv_c_compiler_gnu
5181
5182
5183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5184$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5185if test "${ac_cv_path_GREP+set}" = set; then :
5186 $as_echo_n "(cached) " >&6
5187else
5188 if test -z "$GREP"; then
5189 ac_path_GREP_found=false
5190 # Loop through the user's path and test for each of PROGNAME-LIST
5191 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5192for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5193do
5194 IFS=$as_save_IFS
5195 test -z "$as_dir" && as_dir=.
5196 for ac_prog in grep ggrep; do
5197 for ac_exec_ext in '' $ac_executable_extensions; do
5198 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5199 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5200# Check for GNU ac_path_GREP and select it if it is found.
5201 # Check for GNU $ac_path_GREP
5202case `"$ac_path_GREP" --version 2>&1` in
5203*GNU*)
5204 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5205*)
5206 ac_count=0
5207 $as_echo_n 0123456789 >"conftest.in"
5208 while :
5209 do
5210 cat "conftest.in" "conftest.in" >"conftest.tmp"
5211 mv "conftest.tmp" "conftest.in"
5212 cp "conftest.in" "conftest.nl"
5213 $as_echo 'GREP' >> "conftest.nl"
5214 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5215 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5216 as_fn_arith $ac_count + 1 && ac_count=$as_val
5217 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5218 # Best one so far, save it but keep looking for a better one
5219 ac_cv_path_GREP="$ac_path_GREP"
5220 ac_path_GREP_max=$ac_count
5221 fi
5222 # 10*(2^10) chars as input seems more than enough
5223 test $ac_count -gt 10 && break
5224 done
5225 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5226esac
5227
5228 $ac_path_GREP_found && break 3
5229 done
5230 done
5231 done
5232IFS=$as_save_IFS
5233 if test -z "$ac_cv_path_GREP"; then
5234 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5235 fi
5236else
5237 ac_cv_path_GREP=$GREP
5238fi
5239
5240fi
5241{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5242$as_echo "$ac_cv_path_GREP" >&6; }
5243 GREP="$ac_cv_path_GREP"
5244
5245
5246{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5247$as_echo_n "checking for egrep... " >&6; }
5248if test "${ac_cv_path_EGREP+set}" = set; then :
5249 $as_echo_n "(cached) " >&6
5250else
5251 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5252 then ac_cv_path_EGREP="$GREP -E"
5253 else
5254 if test -z "$EGREP"; then
5255 ac_path_EGREP_found=false
5256 # Loop through the user's path and test for each of PROGNAME-LIST
5257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5258for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5259do
5260 IFS=$as_save_IFS
5261 test -z "$as_dir" && as_dir=.
5262 for ac_prog in egrep; do
5263 for ac_exec_ext in '' $ac_executable_extensions; do
5264 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5265 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5266# Check for GNU ac_path_EGREP and select it if it is found.
5267 # Check for GNU $ac_path_EGREP
5268case `"$ac_path_EGREP" --version 2>&1` in
5269*GNU*)
5270 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5271*)
5272 ac_count=0
5273 $as_echo_n 0123456789 >"conftest.in"
5274 while :
5275 do
5276 cat "conftest.in" "conftest.in" >"conftest.tmp"
5277 mv "conftest.tmp" "conftest.in"
5278 cp "conftest.in" "conftest.nl"
5279 $as_echo 'EGREP' >> "conftest.nl"
5280 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5281 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5282 as_fn_arith $ac_count + 1 && ac_count=$as_val
5283 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5284 # Best one so far, save it but keep looking for a better one
5285 ac_cv_path_EGREP="$ac_path_EGREP"
5286 ac_path_EGREP_max=$ac_count
5287 fi
5288 # 10*(2^10) chars as input seems more than enough
5289 test $ac_count -gt 10 && break
5290 done
5291 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5292esac
5293
5294 $ac_path_EGREP_found && break 3
5295 done
5296 done
5297 done
5298IFS=$as_save_IFS
5299 if test -z "$ac_cv_path_EGREP"; then
5300 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5301 fi
5302else
5303 ac_cv_path_EGREP=$EGREP
5304fi
5305
5306 fi
5307fi
5308{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5309$as_echo "$ac_cv_path_EGREP" >&6; }
5310 EGREP="$ac_cv_path_EGREP"
5311
5312
5313{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5314$as_echo_n "checking for ANSI C header files... " >&6; }
5315if test "${ac_cv_header_stdc+set}" = set; then :
5316 $as_echo_n "(cached) " >&6
5317else
5318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5319/* end confdefs.h. */
5320#include <stdlib.h>
5321#include <stdarg.h>
5322#include <string.h>
5323#include <float.h>
5324
5325int
5326main ()
5327{
5328
5329 ;
5330 return 0;
5331}
5332_ACEOF
5333if ac_fn_c_try_compile "$LINENO"; then :
5334 ac_cv_header_stdc=yes
5335else
5336 ac_cv_header_stdc=no
5337fi
5338rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5339
5340if test $ac_cv_header_stdc = yes; then
5341 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5343/* end confdefs.h. */
5344#include <string.h>
5345
5346_ACEOF
5347if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5348 $EGREP "memchr" >/dev/null 2>&1; then :
5349
5350else
5351 ac_cv_header_stdc=no
5352fi
5353rm -f conftest*
5354
5355fi
5356
5357if test $ac_cv_header_stdc = yes; then
5358 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5360/* end confdefs.h. */
5361#include <stdlib.h>
5362
5363_ACEOF
5364if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5365 $EGREP "free" >/dev/null 2>&1; then :
5366
5367else
5368 ac_cv_header_stdc=no
5369fi
5370rm -f conftest*
5371
5372fi
5373
5374if test $ac_cv_header_stdc = yes; then
5375 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5376 if test "$cross_compiling" = yes; then :
5377 :
5378else
5379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5380/* end confdefs.h. */
5381#include <ctype.h>
5382#include <stdlib.h>
5383#if ((' ' & 0x0FF) == 0x020)
5384# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5385# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5386#else
5387# define ISLOWER(c) \
5388 (('a' <= (c) && (c) <= 'i') \
5389 || ('j' <= (c) && (c) <= 'r') \
5390 || ('s' <= (c) && (c) <= 'z'))
5391# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5392#endif
5393
5394#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5395int
5396main ()
5397{
5398 int i;
5399 for (i = 0; i < 256; i++)
5400 if (XOR (islower (i), ISLOWER (i))
5401 || toupper (i) != TOUPPER (i))
5402 return 2;
5403 return 0;
5404}
5405_ACEOF
5406if ac_fn_c_try_run "$LINENO"; then :
5407
5408else
5409 ac_cv_header_stdc=no
5410fi
5411rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5412 conftest.$ac_objext conftest.beam conftest.$ac_ext
5413fi
5414
5415fi
5416fi
5417{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5418$as_echo "$ac_cv_header_stdc" >&6; }
5419if test $ac_cv_header_stdc = yes; then
5420
5421$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5422
5423fi
5424
5425# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5426for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5427 inttypes.h stdint.h unistd.h
5428do :
5429 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5430ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5431"
5432eval as_val=\$$as_ac_Header
5433 if test "x$as_val" = x""yes; then :
5434 cat >>confdefs.h <<_ACEOF
5435#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5436_ACEOF
5437
5438fi
5439
5440done
5441
5442
5443
5444 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5445if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5446 MINIX=yes
5447else
5448 MINIX=
5449fi
5450
5451
5452 if test "$MINIX" = yes; then
5453
5454$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5455
5456
5457$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5458
5459
5460$as_echo "#define _MINIX 1" >>confdefs.h
5461
5462 fi
5463
5464
5465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5466$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5467if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5468 $as_echo_n "(cached) " >&6
5469else
5470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5471/* end confdefs.h. */
5472
5473# define __EXTENSIONS__ 1
5474 $ac_includes_default
5475int
5476main ()
5477{
5478
5479 ;
5480 return 0;
5481}
5482_ACEOF
5483if ac_fn_c_try_compile "$LINENO"; then :
5484 ac_cv_safe_to_define___extensions__=yes
5485else
5486 ac_cv_safe_to_define___extensions__=no
5487fi
5488rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5489fi
5490{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5491$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5492 test $ac_cv_safe_to_define___extensions__ = yes &&
5493 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5494
5495 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5496
5497 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5498
5499 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5500
5501 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5502
5503
5504test "$program_prefix" != NONE &&
5505 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5506# Use a double $ so make ignores it.
5507test "$program_suffix" != NONE &&
5508 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5509# Double any \ or $.
5510# By default was `s,x,x', remove it if useless.
5511ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5512program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5513
5514# Find a good install program. We prefer a C program (faster),
5515# so one script is as good as another. But avoid the broken or
5516# incompatible versions:
5517# SysV /etc/install, /usr/sbin/install
5518# SunOS /usr/etc/install
5519# IRIX /sbin/install
5520# AIX /bin/install
5521# AmigaOS /C/install, which installs bootblocks on floppy discs
5522# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5523# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5524# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5525# OS/2's system install, which has a completely different semantic
5526# ./install, which can be erroneously created by make from ./install.sh.
5527# Reject install programs that cannot install multiple files.
5528{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5529$as_echo_n "checking for a BSD-compatible install... " >&6; }
5530if test -z "$INSTALL"; then
5531if test "${ac_cv_path_install+set}" = set; then :
5532 $as_echo_n "(cached) " >&6
5533else
5534 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5535for as_dir in $PATH
5536do
5537 IFS=$as_save_IFS
5538 test -z "$as_dir" && as_dir=.
5539 # Account for people who put trailing slashes in PATH elements.
5540case $as_dir/ in #((
5541 ./ | .// | /[cC]/* | \
5542 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5543 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5544 /usr/ucb/* ) ;;
5545 *)
5546 # OSF1 and SCO ODT 3.0 have their own names for install.
5547 # Don't use installbsd from OSF since it installs stuff as root
5548 # by default.
5549 for ac_prog in ginstall scoinst install; do
5550 for ac_exec_ext in '' $ac_executable_extensions; do
5551 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5552 if test $ac_prog = install &&
5553 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5554 # AIX install. It has an incompatible calling convention.
5555 :
5556 elif test $ac_prog = install &&
5557 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5558 # program-specific install script used by HP pwplus--don't use.
5559 :
5560 else
5561 rm -rf conftest.one conftest.two conftest.dir
5562 echo one > conftest.one
5563 echo two > conftest.two
5564 mkdir conftest.dir
5565 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5566 test -s conftest.one && test -s conftest.two &&
5567 test -s conftest.dir/conftest.one &&
5568 test -s conftest.dir/conftest.two
5569 then
5570 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5571 break 3
5572 fi
5573 fi
5574 fi
5575 done
5576 done
5577 ;;
5578esac
5579
5580 done
5581IFS=$as_save_IFS
5582
5583rm -rf conftest.one conftest.two conftest.dir
5584
5585fi
5586 if test "${ac_cv_path_install+set}" = set; then
5587 INSTALL=$ac_cv_path_install
5588 else
5589 # As a last resort, use the slow shell script. Don't cache a
5590 # value for INSTALL within a source directory, because that will
5591 # break other packages using the cache if that directory is
5592 # removed, or if the value is a relative name.
5593 INSTALL=$ac_install_sh
5594 fi
5595fi
5596{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5597$as_echo "$INSTALL" >&6; }
5598
5599# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5600# It thinks the first close brace ends the variable substitution.
5601test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5602
5603test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5604
5605test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5606
5607rm -rf .tst 2>/dev/null
5608mkdir .tst 2>/dev/null
5609if test -d .tst; then
5610 am__leading_dot=.
5611else
5612 am__leading_dot=_
5613fi
5614rmdir .tst 2>/dev/null
5615
5616DEPDIR="${am__leading_dot}deps"
5617
5618case `pwd` in
5619 *\ * | *\ *)
5620 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5621$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5622esac
5623
5624
5625
5626macro_version='2.2.7a'
5627macro_revision='1.3134'
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641ltmain="$ac_aux_dir/ltmain.sh"
5642
5643# Backslashify metacharacters that are still active within
5644# double-quoted strings.
5645sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5646
5647# Same as above, but do not quote variable references.
5648double_quote_subst='s/\(["`\\]\)/\\\1/g'
5649
5650# Sed substitution to delay expansion of an escaped shell variable in a
5651# double_quote_subst'ed string.
5652delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5653
5654# Sed substitution to delay expansion of an escaped single quote.
5655delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5656
5657# Sed substitution to avoid accidental globbing in evaled expressions
5658no_glob_subst='s/\*/\\\*/g'
5659
5660ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5661ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5662ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5663
5664{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5665$as_echo_n "checking how to print strings... " >&6; }
5666# Test print first, because it will be a builtin if present.
5667if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5668 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5669 ECHO='print -r --'
5670elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5671 ECHO='printf %s\n'
5672else
5673 # Use this function as a fallback that always works.
5674 func_fallback_echo ()
5675 {
5676 eval 'cat <<_LTECHO_EOF
5677$1
5678_LTECHO_EOF'
5679 }
5680 ECHO='func_fallback_echo'
5681fi
5682
5683# func_echo_all arg...
5684# Invoke $ECHO with all args, space-separated.
5685func_echo_all ()
5686{
5687 $ECHO ""
5688}
5689
5690case "$ECHO" in
5691 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5692$as_echo "printf" >&6; } ;;
5693 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5694$as_echo "print -r" >&6; } ;;
5695 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5696$as_echo "cat" >&6; } ;;
5697esac
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5713$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5714if test "${ac_cv_path_SED+set}" = set; then :
5715 $as_echo_n "(cached) " >&6
5716else
5717 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5718 for ac_i in 1 2 3 4 5 6 7; do
5719 ac_script="$ac_script$as_nl$ac_script"
5720 done
5721 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5722 { ac_script=; unset ac_script;}
5723 if test -z "$SED"; then
5724 ac_path_SED_found=false
5725 # Loop through the user's path and test for each of PROGNAME-LIST
5726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5727for as_dir in $PATH
5728do
5729 IFS=$as_save_IFS
5730 test -z "$as_dir" && as_dir=.
5731 for ac_prog in sed gsed; do
5732 for ac_exec_ext in '' $ac_executable_extensions; do
5733 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5734 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5735# Check for GNU ac_path_SED and select it if it is found.
5736 # Check for GNU $ac_path_SED
5737case `"$ac_path_SED" --version 2>&1` in
5738*GNU*)
5739 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5740*)
5741 ac_count=0
5742 $as_echo_n 0123456789 >"conftest.in"
5743 while :
5744 do
5745 cat "conftest.in" "conftest.in" >"conftest.tmp"
5746 mv "conftest.tmp" "conftest.in"
5747 cp "conftest.in" "conftest.nl"
5748 $as_echo '' >> "conftest.nl"
5749 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5750 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5751 as_fn_arith $ac_count + 1 && ac_count=$as_val
5752 if test $ac_count -gt ${ac_path_SED_max-0}; then
5753 # Best one so far, save it but keep looking for a better one
5754 ac_cv_path_SED="$ac_path_SED"
5755 ac_path_SED_max=$ac_count
5756 fi
5757 # 10*(2^10) chars as input seems more than enough
5758 test $ac_count -gt 10 && break
5759 done
5760 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5761esac
5762
5763 $ac_path_SED_found && break 3
5764 done
5765 done
5766 done
5767IFS=$as_save_IFS
5768 if test -z "$ac_cv_path_SED"; then
5769 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5770 fi
5771else
5772 ac_cv_path_SED=$SED
5773fi
5774
5775fi
5776{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5777$as_echo "$ac_cv_path_SED" >&6; }
5778 SED="$ac_cv_path_SED"
5779 rm -f conftest.sed
5780
5781test -z "$SED" && SED=sed
5782Xsed="$SED -e 1s/^X//"
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5795$as_echo_n "checking for fgrep... " >&6; }
5796if test "${ac_cv_path_FGREP+set}" = set; then :
5797 $as_echo_n "(cached) " >&6
5798else
5799 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5800 then ac_cv_path_FGREP="$GREP -F"
5801 else
5802 if test -z "$FGREP"; then
5803 ac_path_FGREP_found=false
5804 # Loop through the user's path and test for each of PROGNAME-LIST
5805 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5806for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5807do
5808 IFS=$as_save_IFS
5809 test -z "$as_dir" && as_dir=.
5810 for ac_prog in fgrep; do
5811 for ac_exec_ext in '' $ac_executable_extensions; do
5812 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5813 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5814# Check for GNU ac_path_FGREP and select it if it is found.
5815 # Check for GNU $ac_path_FGREP
5816case `"$ac_path_FGREP" --version 2>&1` in
5817*GNU*)
5818 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5819*)
5820 ac_count=0
5821 $as_echo_n 0123456789 >"conftest.in"
5822 while :
5823 do
5824 cat "conftest.in" "conftest.in" >"conftest.tmp"
5825 mv "conftest.tmp" "conftest.in"
5826 cp "conftest.in" "conftest.nl"
5827 $as_echo 'FGREP' >> "conftest.nl"
5828 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5829 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5830 as_fn_arith $ac_count + 1 && ac_count=$as_val
5831 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5832 # Best one so far, save it but keep looking for a better one
5833 ac_cv_path_FGREP="$ac_path_FGREP"
5834 ac_path_FGREP_max=$ac_count
5835 fi
5836 # 10*(2^10) chars as input seems more than enough
5837 test $ac_count -gt 10 && break
5838 done
5839 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5840esac
5841
5842 $ac_path_FGREP_found && break 3
5843 done
5844 done
5845 done
5846IFS=$as_save_IFS
5847 if test -z "$ac_cv_path_FGREP"; then
5848 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5849 fi
5850else
5851 ac_cv_path_FGREP=$FGREP
5852fi
5853
5854 fi
5855fi
5856{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5857$as_echo "$ac_cv_path_FGREP" >&6; }
5858 FGREP="$ac_cv_path_FGREP"
5859
5860
5861test -z "$GREP" && GREP=grep
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881# Check whether --with-gnu-ld was given.
5882if test "${with_gnu_ld+set}" = set; then :
5883 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5884else
5885 with_gnu_ld=no
5886fi
5887
5888ac_prog=ld
5889if test "$GCC" = yes; then
5890 # Check if gcc -print-prog-name=ld gives a path.
5891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5892$as_echo_n "checking for ld used by $CC... " >&6; }
5893 case $host in
5894 *-*-mingw*)
5895 # gcc leaves a trailing carriage return which upsets mingw
5896 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5897 *)
5898 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5899 esac
5900 case $ac_prog in
5901 # Accept absolute paths.
5902 [\\/]* | ?:[\\/]*)
5903 re_direlt='/[^/][^/]*/\.\./'
5904 # Canonicalize the pathname of ld
5905 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5906 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5907 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5908 done
5909 test -z "$LD" && LD="$ac_prog"
5910 ;;
5911 "")
5912 # If it fails, then pretend we aren't using GCC.
5913 ac_prog=ld
5914 ;;
5915 *)
5916 # If it is relative, then search for the first ld in PATH.
5917 with_gnu_ld=unknown
5918 ;;
5919 esac
5920elif test "$with_gnu_ld" = yes; then
5921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5922$as_echo_n "checking for GNU ld... " >&6; }
5923else
5924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5925$as_echo_n "checking for non-GNU ld... " >&6; }
5926fi
5927if test "${lt_cv_path_LD+set}" = set; then :
5928 $as_echo_n "(cached) " >&6
5929else
5930 if test -z "$LD"; then
5931 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5932 for ac_dir in $PATH; do
5933 IFS="$lt_save_ifs"
5934 test -z "$ac_dir" && ac_dir=.
5935 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5936 lt_cv_path_LD="$ac_dir/$ac_prog"
5937 # Check to see if the program is GNU ld. I'd rather use --version,
5938 # but apparently some variants of GNU ld only accept -v.
5939 # Break only if it was the GNU/non-GNU ld that we prefer.
5940 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5941 *GNU* | *'with BFD'*)
5942 test "$with_gnu_ld" != no && break
5943 ;;
5944 *)
5945 test "$with_gnu_ld" != yes && break
5946 ;;
5947 esac
5948 fi
5949 done
5950 IFS="$lt_save_ifs"
5951else
5952 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5953fi
5954fi
5955
5956LD="$lt_cv_path_LD"
5957if test -n "$LD"; then
5958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5959$as_echo "$LD" >&6; }
5960else
5961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5962$as_echo "no" >&6; }
5963fi
5964test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5965{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5966$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5967if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5968 $as_echo_n "(cached) " >&6
5969else
5970 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5971case `$LD -v 2>&1 </dev/null` in
5972*GNU* | *'with BFD'*)
5973 lt_cv_prog_gnu_ld=yes
5974 ;;
5975*)
5976 lt_cv_prog_gnu_ld=no
5977 ;;
5978esac
5979fi
5980{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5981$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5982with_gnu_ld=$lt_cv_prog_gnu_ld
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5993$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5994if test "${lt_cv_path_NM+set}" = set; then :
5995 $as_echo_n "(cached) " >&6
5996else
5997 if test -n "$NM"; then
5998 # Let the user override the test.
5999 lt_cv_path_NM="$NM"
6000else
6001 lt_nm_to_check="${ac_tool_prefix}nm"
6002 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6003 lt_nm_to_check="$lt_nm_to_check nm"
6004 fi
6005 for lt_tmp_nm in $lt_nm_to_check; do
6006 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6007 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6008 IFS="$lt_save_ifs"
6009 test -z "$ac_dir" && ac_dir=.
6010 tmp_nm="$ac_dir/$lt_tmp_nm"
6011 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6012 # Check to see if the nm accepts a BSD-compat flag.
6013 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6014 # nm: unknown option "B" ignored
6015 # Tru64's nm complains that /dev/null is an invalid object file
6016 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6017 */dev/null* | *'Invalid file or object type'*)
6018 lt_cv_path_NM="$tmp_nm -B"
6019 break
6020 ;;
6021 *)
6022 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6023 */dev/null*)
6024 lt_cv_path_NM="$tmp_nm -p"
6025 break
6026 ;;
6027 *)
6028 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6029 continue # so that we can try to find one that supports BSD flags
6030 ;;
6031 esac
6032 ;;
6033 esac
6034 fi
6035 done
6036 IFS="$lt_save_ifs"
6037 done
6038 : ${lt_cv_path_NM=no}
6039fi
6040fi
6041{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6042$as_echo "$lt_cv_path_NM" >&6; }
6043if test "$lt_cv_path_NM" != "no"; then
6044 NM="$lt_cv_path_NM"
6045else
6046 # Didn't find any BSD compatible name lister, look for dumpbin.
6047 if test -n "$DUMPBIN"; then :
6048 # Let the user override the test.
6049 else
6050 if test -n "$ac_tool_prefix"; then
6051 for ac_prog in dumpbin "link -dump"
6052 do
6053 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6054set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6055{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6056$as_echo_n "checking for $ac_word... " >&6; }
6057if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6058 $as_echo_n "(cached) " >&6
6059else
6060 if test -n "$DUMPBIN"; then
6061 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6062else
6063as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6064for as_dir in $PATH
6065do
6066 IFS=$as_save_IFS
6067 test -z "$as_dir" && as_dir=.
6068 for ac_exec_ext in '' $ac_executable_extensions; do
6069 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6070 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6072 break 2
6073 fi
6074done
6075 done
6076IFS=$as_save_IFS
6077
6078fi
6079fi
6080DUMPBIN=$ac_cv_prog_DUMPBIN
6081if test -n "$DUMPBIN"; then
6082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6083$as_echo "$DUMPBIN" >&6; }
6084else
6085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6086$as_echo "no" >&6; }
6087fi
6088
6089
6090 test -n "$DUMPBIN" && break
6091 done
6092fi
6093if test -z "$DUMPBIN"; then
6094 ac_ct_DUMPBIN=$DUMPBIN
6095 for ac_prog in dumpbin "link -dump"
6096do
6097 # Extract the first word of "$ac_prog", so it can be a program name with args.
6098set dummy $ac_prog; ac_word=$2
6099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6100$as_echo_n "checking for $ac_word... " >&6; }
6101if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6102 $as_echo_n "(cached) " >&6
6103else
6104 if test -n "$ac_ct_DUMPBIN"; then
6105 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6106else
6107as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6108for as_dir in $PATH
6109do
6110 IFS=$as_save_IFS
6111 test -z "$as_dir" && as_dir=.
6112 for ac_exec_ext in '' $ac_executable_extensions; do
6113 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6114 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6116 break 2
6117 fi
6118done
6119 done
6120IFS=$as_save_IFS
6121
6122fi
6123fi
6124ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6125if test -n "$ac_ct_DUMPBIN"; then
6126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6127$as_echo "$ac_ct_DUMPBIN" >&6; }
6128else
6129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6130$as_echo "no" >&6; }
6131fi
6132
6133
6134 test -n "$ac_ct_DUMPBIN" && break
6135done
6136
6137 if test "x$ac_ct_DUMPBIN" = x; then
6138 DUMPBIN=":"
6139 else
6140 case $cross_compiling:$ac_tool_warned in
6141yes:)
6142{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6143$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6144ac_tool_warned=yes ;;
6145esac
6146 DUMPBIN=$ac_ct_DUMPBIN
6147 fi
6148fi
6149
6150 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6151 *COFF*)
6152 DUMPBIN="$DUMPBIN -symbols"
6153 ;;
6154 *)
6155 DUMPBIN=:
6156 ;;
6157 esac
6158 fi
6159
6160 if test "$DUMPBIN" != ":"; then
6161 NM="$DUMPBIN"
6162 fi
6163fi
6164test -z "$NM" && NM=nm
6165
6166
6167
6168
6169
6170
6171{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6172$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6173if test "${lt_cv_nm_interface+set}" = set; then :
6174 $as_echo_n "(cached) " >&6
6175else
6176 lt_cv_nm_interface="BSD nm"
6177 echo "int some_variable = 0;" > conftest.$ac_ext
6178 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6179 (eval "$ac_compile" 2>conftest.err)
6180 cat conftest.err >&5
6181 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6182 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6183 cat conftest.err >&5
6184 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6185 cat conftest.out >&5
6186 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6187 lt_cv_nm_interface="MS dumpbin"
6188 fi
6189 rm -f conftest*
6190fi
6191{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6192$as_echo "$lt_cv_nm_interface" >&6; }
6193
6194{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6195$as_echo_n "checking whether ln -s works... " >&6; }
6196LN_S=$as_ln_s
6197if test "$LN_S" = "ln -s"; then
6198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6199$as_echo "yes" >&6; }
6200else
6201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6202$as_echo "no, using $LN_S" >&6; }
6203fi
6204
6205# find the maximum length of command line arguments
6206{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6207$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6208if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6209 $as_echo_n "(cached) " >&6
6210else
6211 i=0
6212 teststring="ABCD"
6213
6214 case $build_os in
6215 msdosdjgpp*)
6216 # On DJGPP, this test can blow up pretty badly due to problems in libc
6217 # (any single argument exceeding 2000 bytes causes a buffer overrun
6218 # during glob expansion). Even if it were fixed, the result of this
6219 # check would be larger than it should be.
6220 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6221 ;;
6222
6223 gnu*)
6224 # Under GNU Hurd, this test is not required because there is
6225 # no limit to the length of command line arguments.
6226 # Libtool will interpret -1 as no limit whatsoever
6227 lt_cv_sys_max_cmd_len=-1;
6228 ;;
6229
6230 cygwin* | mingw* | cegcc*)
6231 # On Win9x/ME, this test blows up -- it succeeds, but takes
6232 # about 5 minutes as the teststring grows exponentially.
6233 # Worse, since 9x/ME are not pre-emptively multitasking,
6234 # you end up with a "frozen" computer, even though with patience
6235 # the test eventually succeeds (with a max line length of 256k).
6236 # Instead, let's just punt: use the minimum linelength reported by
6237 # all of the supported platforms: 8192 (on NT/2K/XP).
6238 lt_cv_sys_max_cmd_len=8192;
6239 ;;
6240
6241 mint*)
6242 # On MiNT this can take a long time and run out of memory.
6243 lt_cv_sys_max_cmd_len=8192;
6244 ;;
6245
6246 amigaos*)
6247 # On AmigaOS with pdksh, this test takes hours, literally.
6248 # So we just punt and use a minimum line length of 8192.
6249 lt_cv_sys_max_cmd_len=8192;
6250 ;;
6251
6252 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6253 # This has been around since 386BSD, at least. Likely further.
6254 if test -x /sbin/sysctl; then
6255 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6256 elif test -x /usr/sbin/sysctl; then
6257 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6258 else
6259 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6260 fi
6261 # And add a safety zone
6262 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6263 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6264 ;;
6265
6266 interix*)
6267 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6268 lt_cv_sys_max_cmd_len=196608
6269 ;;
6270
6271 osf*)
6272 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6273 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6274 # nice to cause kernel panics so lets avoid the loop below.
6275 # First set a reasonable default.
6276 lt_cv_sys_max_cmd_len=16384
6277 #
6278 if test -x /sbin/sysconfig; then
6279 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6280 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6281 esac
6282 fi
6283 ;;
6284 sco3.2v5*)
6285 lt_cv_sys_max_cmd_len=102400
6286 ;;
6287 sysv5* | sco5v6* | sysv4.2uw2*)
6288 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6289 if test -n "$kargmax"; then
6290 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6291 else
6292 lt_cv_sys_max_cmd_len=32768
6293 fi
6294 ;;
6295 *)
6296 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6297 if test -n "$lt_cv_sys_max_cmd_len"; then
6298 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6299 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6300 else
6301 # Make teststring a little bigger before we do anything with it.
6302 # a 1K string should be a reasonable start.
6303 for i in 1 2 3 4 5 6 7 8 ; do
6304 teststring=$teststring$teststring
6305 done
6306 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6307 # If test is not a shell built-in, we'll probably end up computing a
6308 # maximum length that is only half of the actual maximum length, but
6309 # we can't tell.
6310 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6311 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6312 test $i != 17 # 1/2 MB should be enough
6313 do
6314 i=`expr $i + 1`
6315 teststring=$teststring$teststring
6316 done
6317 # Only check the string length outside the loop.
6318 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6319 teststring=
6320 # Add a significant safety factor because C++ compilers can tack on
6321 # massive amounts of additional arguments before passing them to the
6322 # linker. It appears as though 1/2 is a usable value.
6323 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6324 fi
6325 ;;
6326 esac
6327
6328fi
6329
6330if test -n $lt_cv_sys_max_cmd_len ; then
6331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6332$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6333else
6334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6335$as_echo "none" >&6; }
6336fi
6337max_cmd_len=$lt_cv_sys_max_cmd_len
6338
6339
6340
6341
6342
6343
6344: ${CP="cp -f"}
6345: ${MV="mv -f"}
6346: ${RM="rm -f"}
6347
6348{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6349$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6350# Try some XSI features
6351xsi_shell=no
6352( _lt_dummy="a/b/c"
6353 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6354 = c,a/b,, \
6355 && eval 'test $(( 1 + 1 )) -eq 2 \
6356 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6357 && xsi_shell=yes
6358{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6359$as_echo "$xsi_shell" >&6; }
6360
6361
6362{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6363$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6364lt_shell_append=no
6365( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6366 >/dev/null 2>&1 \
6367 && lt_shell_append=yes
6368{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6369$as_echo "$lt_shell_append" >&6; }
6370
6371
6372if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6373 lt_unset=unset
6374else
6375 lt_unset=false
6376fi
6377
6378
6379
6380
6381
6382# test EBCDIC or ASCII
6383case `echo X|tr X '\101'` in
6384 A) # ASCII based system
6385 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6386 lt_SP2NL='tr \040 \012'
6387 lt_NL2SP='tr \015\012 \040\040'
6388 ;;
6389 *) # EBCDIC based system
6390 lt_SP2NL='tr \100 \n'
6391 lt_NL2SP='tr \r\n \100\100'
6392 ;;
6393esac
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6404$as_echo_n "checking for $LD option to reload object files... " >&6; }
6405if test "${lt_cv_ld_reload_flag+set}" = set; then :
6406 $as_echo_n "(cached) " >&6
6407else
6408 lt_cv_ld_reload_flag='-r'
6409fi
6410{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6411$as_echo "$lt_cv_ld_reload_flag" >&6; }
6412reload_flag=$lt_cv_ld_reload_flag
6413case $reload_flag in
6414"" | " "*) ;;
6415*) reload_flag=" $reload_flag" ;;
6416esac
6417reload_cmds='$LD$reload_flag -o $output$reload_objs'
6418case $host_os in
6419 darwin*)
6420 if test "$GCC" = yes; then
6421 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6422 else
6423 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6424 fi
6425 ;;
6426esac
6427
6428
6429
6430
6431
6432
6433
6434
6435
6436if test -n "$ac_tool_prefix"; then
6437 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6438set dummy ${ac_tool_prefix}objdump; ac_word=$2
6439{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6440$as_echo_n "checking for $ac_word... " >&6; }
6441if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6442 $as_echo_n "(cached) " >&6
6443else
6444 if test -n "$OBJDUMP"; then
6445 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6446else
6447as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6448for as_dir in $PATH
6449do
6450 IFS=$as_save_IFS
6451 test -z "$as_dir" && as_dir=.
6452 for ac_exec_ext in '' $ac_executable_extensions; do
6453 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6454 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6455 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6456 break 2
6457 fi
6458done
6459 done
6460IFS=$as_save_IFS
6461
6462fi
6463fi
6464OBJDUMP=$ac_cv_prog_OBJDUMP
6465if test -n "$OBJDUMP"; then
6466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6467$as_echo "$OBJDUMP" >&6; }
6468else
6469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6470$as_echo "no" >&6; }
6471fi
6472
6473
6474fi
6475if test -z "$ac_cv_prog_OBJDUMP"; then
6476 ac_ct_OBJDUMP=$OBJDUMP
6477 # Extract the first word of "objdump", so it can be a program name with args.
6478set dummy objdump; ac_word=$2
6479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6480$as_echo_n "checking for $ac_word... " >&6; }
6481if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6482 $as_echo_n "(cached) " >&6
6483else
6484 if test -n "$ac_ct_OBJDUMP"; then
6485 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6486else
6487as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6488for as_dir in $PATH
6489do
6490 IFS=$as_save_IFS
6491 test -z "$as_dir" && as_dir=.
6492 for ac_exec_ext in '' $ac_executable_extensions; do
6493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6494 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6495 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6496 break 2
6497 fi
6498done
6499 done
6500IFS=$as_save_IFS
6501
6502fi
6503fi
6504ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6505if test -n "$ac_ct_OBJDUMP"; then
6506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6507$as_echo "$ac_ct_OBJDUMP" >&6; }
6508else
6509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6510$as_echo "no" >&6; }
6511fi
6512
6513 if test "x$ac_ct_OBJDUMP" = x; then
6514 OBJDUMP="false"
6515 else
6516 case $cross_compiling:$ac_tool_warned in
6517yes:)
6518{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6519$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6520ac_tool_warned=yes ;;
6521esac
6522 OBJDUMP=$ac_ct_OBJDUMP
6523 fi
6524else
6525 OBJDUMP="$ac_cv_prog_OBJDUMP"
6526fi
6527
6528test -z "$OBJDUMP" && OBJDUMP=objdump
6529
6530
6531
6532
6533
6534
6535
6536
6537
6538{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6539$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6540if test "${lt_cv_deplibs_check_method+set}" = set; then :
6541 $as_echo_n "(cached) " >&6
6542else
6543 lt_cv_file_magic_cmd='$MAGIC_CMD'
6544lt_cv_file_magic_test_file=
6545lt_cv_deplibs_check_method='unknown'
6546# Need to set the preceding variable on all platforms that support
6547# interlibrary dependencies.
6548# 'none' -- dependencies not supported.
6549# `unknown' -- same as none, but documents that we really don't know.
6550# 'pass_all' -- all dependencies passed with no checks.
6551# 'test_compile' -- check by making test program.
6552# 'file_magic [[regex]]' -- check by looking for files in library path
6553# which responds to the $file_magic_cmd with a given extended regex.
6554# If you have `file' or equivalent on your system and you're not sure
6555# whether `pass_all' will *always* work, you probably want this one.
6556
6557case $host_os in
6558aix[4-9]*)
6559 lt_cv_deplibs_check_method=pass_all
6560 ;;
6561
6562beos*)
6563 lt_cv_deplibs_check_method=pass_all
6564 ;;
6565
6566bsdi[45]*)
6567 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6568 lt_cv_file_magic_cmd='/usr/bin/file -L'
6569 lt_cv_file_magic_test_file=/shlib/libc.so
6570 ;;
6571
6572cygwin*)
6573 # func_win32_libid is a shell function defined in ltmain.sh
6574 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6575 lt_cv_file_magic_cmd='func_win32_libid'
6576 ;;
6577
6578mingw* | pw32*)
6579 # Base MSYS/MinGW do not provide the 'file' command needed by
6580 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6581 # unless we find 'file', for example because we are cross-compiling.
6582 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6583 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6584 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6585 lt_cv_file_magic_cmd='func_win32_libid'
6586 else
6587 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6588 lt_cv_file_magic_cmd='$OBJDUMP -f'
6589 fi
6590 ;;
6591
6592cegcc*)
6593 # use the weaker test based on 'objdump'. See mingw*.
6594 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6595 lt_cv_file_magic_cmd='$OBJDUMP -f'
6596 ;;
6597
6598darwin* | rhapsody*)
6599 lt_cv_deplibs_check_method=pass_all
6600 ;;
6601
6602freebsd* | dragonfly*)
6603 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6604 case $host_cpu in
6605 i*86 )
6606 # Not sure whether the presence of OpenBSD here was a mistake.
6607 # Let's accept both of them until this is cleared up.
6608 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6609 lt_cv_file_magic_cmd=/usr/bin/file
6610 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6611 ;;
6612 esac
6613 else
6614 lt_cv_deplibs_check_method=pass_all
6615 fi
6616 ;;
6617
6618gnu*)
6619 lt_cv_deplibs_check_method=pass_all
6620 ;;
6621
6622haiku*)
6623 lt_cv_deplibs_check_method=pass_all
6624 ;;
6625
6626hpux10.20* | hpux11*)
6627 lt_cv_file_magic_cmd=/usr/bin/file
6628 case $host_cpu in
6629 ia64*)
6630 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6631 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6632 ;;
6633 hppa*64*)
6634 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]'
6635 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6636 ;;
6637 *)
6638 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6639 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6640 ;;
6641 esac
6642 ;;
6643
6644interix[3-9]*)
6645 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6646 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6647 ;;
6648
6649irix5* | irix6* | nonstopux*)
6650 case $LD in
6651 *-32|*"-32 ") libmagic=32-bit;;
6652 *-n32|*"-n32 ") libmagic=N32;;
6653 *-64|*"-64 ") libmagic=64-bit;;
6654 *) libmagic=never-match;;
6655 esac
6656 lt_cv_deplibs_check_method=pass_all
6657 ;;
6658
6659# This must be Linux ELF.
6660linux* | k*bsd*-gnu | kopensolaris*-gnu)
6661 lt_cv_deplibs_check_method=pass_all
6662 ;;
6663
6664netbsd*)
6665 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6666 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6667 else
6668 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6669 fi
6670 ;;
6671
6672newos6*)
6673 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6674 lt_cv_file_magic_cmd=/usr/bin/file
6675 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6676 ;;
6677
6678*nto* | *qnx*)
6679 lt_cv_deplibs_check_method=pass_all
6680 ;;
6681
6682openbsd*)
6683 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6684 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6685 else
6686 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6687 fi
6688 ;;
6689
6690osf3* | osf4* | osf5*)
6691 lt_cv_deplibs_check_method=pass_all
6692 ;;
6693
6694rdos*)
6695 lt_cv_deplibs_check_method=pass_all
6696 ;;
6697
6698solaris*)
6699 lt_cv_deplibs_check_method=pass_all
6700 ;;
6701
6702sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6703 lt_cv_deplibs_check_method=pass_all
6704 ;;
6705
6706sysv4 | sysv4.3*)
6707 case $host_vendor in
6708 motorola)
6709 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]'
6710 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6711 ;;
6712 ncr)
6713 lt_cv_deplibs_check_method=pass_all
6714 ;;
6715 sequent)
6716 lt_cv_file_magic_cmd='/bin/file'
6717 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6718 ;;
6719 sni)
6720 lt_cv_file_magic_cmd='/bin/file'
6721 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6722 lt_cv_file_magic_test_file=/lib/libc.so
6723 ;;
6724 siemens)
6725 lt_cv_deplibs_check_method=pass_all
6726 ;;
6727 pc)
6728 lt_cv_deplibs_check_method=pass_all
6729 ;;
6730 esac
6731 ;;
6732
6733tpf*)
6734 lt_cv_deplibs_check_method=pass_all
6735 ;;
6736esac
6737
6738fi
6739{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6740$as_echo "$lt_cv_deplibs_check_method" >&6; }
6741file_magic_cmd=$lt_cv_file_magic_cmd
6742deplibs_check_method=$lt_cv_deplibs_check_method
6743test -z "$deplibs_check_method" && deplibs_check_method=unknown
6744
6745
6746
6747
6748
6749
6750
6751
6752
6753
6754
6755
6756if test -n "$ac_tool_prefix"; then
6757 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6758set dummy ${ac_tool_prefix}ar; ac_word=$2
6759{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6760$as_echo_n "checking for $ac_word... " >&6; }
6761if test "${ac_cv_prog_AR+set}" = set; then :
6762 $as_echo_n "(cached) " >&6
6763else
6764 if test -n "$AR"; then
6765 ac_cv_prog_AR="$AR" # Let the user override the test.
6766else
6767as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6768for as_dir in $PATH
6769do
6770 IFS=$as_save_IFS
6771 test -z "$as_dir" && as_dir=.
6772 for ac_exec_ext in '' $ac_executable_extensions; do
6773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6774 ac_cv_prog_AR="${ac_tool_prefix}ar"
6775 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6776 break 2
6777 fi
6778done
6779 done
6780IFS=$as_save_IFS
6781
6782fi
6783fi
6784AR=$ac_cv_prog_AR
6785if test -n "$AR"; then
6786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6787$as_echo "$AR" >&6; }
6788else
6789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6790$as_echo "no" >&6; }
6791fi
6792
6793
6794fi
6795if test -z "$ac_cv_prog_AR"; then
6796 ac_ct_AR=$AR
6797 # Extract the first word of "ar", so it can be a program name with args.
6798set dummy ar; ac_word=$2
6799{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6800$as_echo_n "checking for $ac_word... " >&6; }
6801if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6802 $as_echo_n "(cached) " >&6
6803else
6804 if test -n "$ac_ct_AR"; then
6805 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6806else
6807as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6808for as_dir in $PATH
6809do
6810 IFS=$as_save_IFS
6811 test -z "$as_dir" && as_dir=.
6812 for ac_exec_ext in '' $ac_executable_extensions; do
6813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6814 ac_cv_prog_ac_ct_AR="ar"
6815 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6816 break 2
6817 fi
6818done
6819 done
6820IFS=$as_save_IFS
6821
6822fi
6823fi
6824ac_ct_AR=$ac_cv_prog_ac_ct_AR
6825if test -n "$ac_ct_AR"; then
6826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6827$as_echo "$ac_ct_AR" >&6; }
6828else
6829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6830$as_echo "no" >&6; }
6831fi
6832
6833 if test "x$ac_ct_AR" = x; then
6834 AR="false"
6835 else
6836 case $cross_compiling:$ac_tool_warned in
6837yes:)
6838{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6839$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6840ac_tool_warned=yes ;;
6841esac
6842 AR=$ac_ct_AR
6843 fi
6844else
6845 AR="$ac_cv_prog_AR"
6846fi
6847
6848test -z "$AR" && AR=ar
6849test -z "$AR_FLAGS" && AR_FLAGS=cru
6850
6851
6852
6853
6854
6855
6856
6857
6858
6859
6860
6861if test -n "$ac_tool_prefix"; then
6862 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6863set dummy ${ac_tool_prefix}strip; ac_word=$2
6864{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6865$as_echo_n "checking for $ac_word... " >&6; }
6866if test "${ac_cv_prog_STRIP+set}" = set; then :
6867 $as_echo_n "(cached) " >&6
6868else
6869 if test -n "$STRIP"; then
6870 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6871else
6872as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6873for as_dir in $PATH
6874do
6875 IFS=$as_save_IFS
6876 test -z "$as_dir" && as_dir=.
6877 for ac_exec_ext in '' $ac_executable_extensions; do
6878 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6879 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6880 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6881 break 2
6882 fi
6883done
6884 done
6885IFS=$as_save_IFS
6886
6887fi
6888fi
6889STRIP=$ac_cv_prog_STRIP
6890if test -n "$STRIP"; then
6891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6892$as_echo "$STRIP" >&6; }
6893else
6894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6895$as_echo "no" >&6; }
6896fi
6897
6898
6899fi
6900if test -z "$ac_cv_prog_STRIP"; then
6901 ac_ct_STRIP=$STRIP
6902 # Extract the first word of "strip", so it can be a program name with args.
6903set dummy strip; ac_word=$2
6904{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6905$as_echo_n "checking for $ac_word... " >&6; }
6906if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6907 $as_echo_n "(cached) " >&6
6908else
6909 if test -n "$ac_ct_STRIP"; then
6910 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6911else
6912as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6913for as_dir in $PATH
6914do
6915 IFS=$as_save_IFS
6916 test -z "$as_dir" && as_dir=.
6917 for ac_exec_ext in '' $ac_executable_extensions; do
6918 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6919 ac_cv_prog_ac_ct_STRIP="strip"
6920 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6921 break 2
6922 fi
6923done
6924 done
6925IFS=$as_save_IFS
6926
6927fi
6928fi
6929ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6930if test -n "$ac_ct_STRIP"; then
6931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6932$as_echo "$ac_ct_STRIP" >&6; }
6933else
6934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6935$as_echo "no" >&6; }
6936fi
6937
6938 if test "x$ac_ct_STRIP" = x; then
6939 STRIP=":"
6940 else
6941 case $cross_compiling:$ac_tool_warned in
6942yes:)
6943{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6944$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6945ac_tool_warned=yes ;;
6946esac
6947 STRIP=$ac_ct_STRIP
6948 fi
6949else
6950 STRIP="$ac_cv_prog_STRIP"
6951fi
6952
6953test -z "$STRIP" && STRIP=:
6954
6955
6956
6957
6958
6959
6960if test -n "$ac_tool_prefix"; then
6961 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6962set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6963{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6964$as_echo_n "checking for $ac_word... " >&6; }
6965if test "${ac_cv_prog_RANLIB+set}" = set; then :
6966 $as_echo_n "(cached) " >&6
6967else
6968 if test -n "$RANLIB"; then
6969 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6970else
6971as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6972for as_dir in $PATH
6973do
6974 IFS=$as_save_IFS
6975 test -z "$as_dir" && as_dir=.
6976 for ac_exec_ext in '' $ac_executable_extensions; do
6977 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6978 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6979 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6980 break 2
6981 fi
6982done
6983 done
6984IFS=$as_save_IFS
6985
6986fi
6987fi
6988RANLIB=$ac_cv_prog_RANLIB
6989if test -n "$RANLIB"; then
6990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6991$as_echo "$RANLIB" >&6; }
6992else
6993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6994$as_echo "no" >&6; }
6995fi
6996
6997
6998fi
6999if test -z "$ac_cv_prog_RANLIB"; then
7000 ac_ct_RANLIB=$RANLIB
7001 # Extract the first word of "ranlib", so it can be a program name with args.
7002set dummy ranlib; ac_word=$2
7003{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7004$as_echo_n "checking for $ac_word... " >&6; }
7005if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
7006 $as_echo_n "(cached) " >&6
7007else
7008 if test -n "$ac_ct_RANLIB"; then
7009 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7010else
7011as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7012for as_dir in $PATH
7013do
7014 IFS=$as_save_IFS
7015 test -z "$as_dir" && as_dir=.
7016 for ac_exec_ext in '' $ac_executable_extensions; do
7017 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7018 ac_cv_prog_ac_ct_RANLIB="ranlib"
7019 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7020 break 2
7021 fi
7022done
7023 done
7024IFS=$as_save_IFS
7025
7026fi
7027fi
7028ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7029if test -n "$ac_ct_RANLIB"; then
7030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7031$as_echo "$ac_ct_RANLIB" >&6; }
7032else
7033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7034$as_echo "no" >&6; }
7035fi
7036
7037 if test "x$ac_ct_RANLIB" = x; then
7038 RANLIB=":"
7039 else
7040 case $cross_compiling:$ac_tool_warned in
7041yes:)
7042{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7043$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7044ac_tool_warned=yes ;;
7045esac
7046 RANLIB=$ac_ct_RANLIB
7047 fi
7048else
7049 RANLIB="$ac_cv_prog_RANLIB"
7050fi
7051
7052test -z "$RANLIB" && RANLIB=:
7053
7054
7055
7056
7057
7058
7059# Determine commands to create old-style static archives.
7060old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7061old_postinstall_cmds='chmod 644 $oldlib'
7062old_postuninstall_cmds=
7063
7064if test -n "$RANLIB"; then
7065 case $host_os in
7066 openbsd*)
7067 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7068 ;;
7069 *)
7070 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7071 ;;
7072 esac
7073 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7074fi
7075
7076case $host_os in
7077 darwin*)
7078 lock_old_archive_extraction=yes ;;
7079 *)
7080 lock_old_archive_extraction=no ;;
7081esac
7082
7083
7084
7085
7086
7087
7088
7089
7090
7091
7092
7093
7094
7095
7096
7097
7098
7099
7100
7101
7102
7103for ac_prog in gawk mawk nawk awk
7104do
7105 # Extract the first word of "$ac_prog", so it can be a program name with args.
7106set dummy $ac_prog; ac_word=$2
7107{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7108$as_echo_n "checking for $ac_word... " >&6; }
7109if test "${ac_cv_prog_AWK+set}" = set; then :
7110 $as_echo_n "(cached) " >&6
7111else
7112 if test -n "$AWK"; then
7113 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7114else
7115as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7116for as_dir in $PATH
7117do
7118 IFS=$as_save_IFS
7119 test -z "$as_dir" && as_dir=.
7120 for ac_exec_ext in '' $ac_executable_extensions; do
7121 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7122 ac_cv_prog_AWK="$ac_prog"
7123 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7124 break 2
7125 fi
7126done
7127 done
7128IFS=$as_save_IFS
7129
7130fi
7131fi
7132AWK=$ac_cv_prog_AWK
7133if test -n "$AWK"; then
7134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7135$as_echo "$AWK" >&6; }
7136else
7137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7138$as_echo "no" >&6; }
7139fi
7140
7141
7142 test -n "$AWK" && break
7143done
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
7163# If no C compiler was specified, use CC.
7164LTCC=${LTCC-"$CC"}
7165
7166# If no C compiler flags were specified, use CFLAGS.
7167LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7168
7169# Allow CC to be a program name with arguments.
7170compiler=$CC
7171
7172
7173# Check for command to grab the raw symbol name followed by C symbol from nm.
7174{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7175$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7176if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7177 $as_echo_n "(cached) " >&6
7178else
7179
7180# These are sane defaults that work on at least a few old systems.
7181# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7182
7183# Character class describing NM global symbol codes.
7184symcode='[BCDEGRST]'
7185
7186# Regexp to match symbols that can be accessed directly from C.
7187sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7188
7189# Define system-specific variables.
7190case $host_os in
7191aix*)
7192 symcode='[BCDT]'
7193 ;;
7194cygwin* | mingw* | pw32* | cegcc*)
7195 symcode='[ABCDGISTW]'
7196 ;;
7197hpux*)
7198 if test "$host_cpu" = ia64; then
7199 symcode='[ABCDEGRST]'
7200 fi
7201 ;;
7202irix* | nonstopux*)
7203 symcode='[BCDEGRST]'
7204 ;;
7205osf*)
7206 symcode='[BCDEGQRST]'
7207 ;;
7208solaris*)
7209 symcode='[BDRT]'
7210 ;;
7211sco3.2v5*)
7212 symcode='[DT]'
7213 ;;
7214sysv4.2uw2*)
7215 symcode='[DT]'
7216 ;;
7217sysv5* | sco5v6* | unixware* | OpenUNIX*)
7218 symcode='[ABDT]'
7219 ;;
7220sysv4)
7221 symcode='[DFNSTU]'
7222 ;;
7223esac
7224
7225# If we're using GNU nm, then use its standard symbol codes.
7226case `$NM -V 2>&1` in
7227*GNU* | *'with BFD'*)
7228 symcode='[ABCDGIRSTW]' ;;
7229esac
7230
7231# Transform an extracted symbol line into a proper C declaration.
7232# Some systems (esp. on ia64) link data and code symbols differently,
7233# so use this general approach.
7234lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7235
7236# Transform an extracted symbol line into symbol name and symbol address
7237lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7238lt_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'"
7239
7240# Handle CRLF in mingw tool chain
7241opt_cr=
7242case $build_os in
7243mingw*)
7244 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7245 ;;
7246esac
7247
7248# Try without a prefix underscore, then with it.
7249for ac_symprfx in "" "_"; do
7250
7251 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7252 symxfrm="\\1 $ac_symprfx\\2 \\2"
7253
7254 # Write the raw and C identifiers.
7255 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7256 # Fake it for dumpbin and say T for any non-static function
7257 # and D for any global variable.
7258 # Also find C++ and __fastcall symbols from MSVC++,
7259 # which start with @ or ?.
7260 lt_cv_sys_global_symbol_pipe="$AWK '"\
7261" {last_section=section; section=\$ 3};"\
7262" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7263" \$ 0!~/External *\|/{next};"\
7264" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7265" {if(hide[section]) next};"\
7266" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7267" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7268" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7269" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7270" ' prfx=^$ac_symprfx"
7271 else
7272 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7273 fi
7274
7275 # Check to see that the pipe works correctly.
7276 pipe_works=no
7277
7278 rm -f conftest*
7279 cat > conftest.$ac_ext <<_LT_EOF
7280#ifdef __cplusplus
7281extern "C" {
7282#endif
7283char nm_test_var;
7284void nm_test_func(void);
7285void nm_test_func(void){}
7286#ifdef __cplusplus
7287}
7288#endif
7289int main(){nm_test_var='a';nm_test_func();return(0);}
7290_LT_EOF
7291
7292 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7293 (eval $ac_compile) 2>&5
7294 ac_status=$?
7295 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7296 test $ac_status = 0; }; then
7297 # Now try to grab the symbols.
7298 nlist=conftest.nm
7299 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7300 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7301 ac_status=$?
7302 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7303 test $ac_status = 0; } && test -s "$nlist"; then
7304 # Try sorting and uniquifying the output.
7305 if sort "$nlist" | uniq > "$nlist"T; then
7306 mv -f "$nlist"T "$nlist"
7307 else
7308 rm -f "$nlist"T
7309 fi
7310
7311 # Make sure that we snagged all the symbols we need.
7312 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7313 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7314 cat <<_LT_EOF > conftest.$ac_ext
7315#ifdef __cplusplus
7316extern "C" {
7317#endif
7318
7319_LT_EOF
7320 # Now generate the symbol file.
7321 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7322
7323 cat <<_LT_EOF >> conftest.$ac_ext
7324
7325/* The mapping between symbol names and symbols. */
7326const struct {
7327 const char *name;
7328 void *address;
7329}
7330lt__PROGRAM__LTX_preloaded_symbols[] =
7331{
7332 { "@PROGRAM@", (void *) 0 },
7333_LT_EOF
7334 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7335 cat <<\_LT_EOF >> conftest.$ac_ext
7336 {0, (void *) 0}
7337};
7338
7339/* This works around a problem in FreeBSD linker */
7340#ifdef FREEBSD_WORKAROUND
7341static const void *lt_preloaded_setup() {
7342 return lt__PROGRAM__LTX_preloaded_symbols;
7343}
7344#endif
7345
7346#ifdef __cplusplus
7347}
7348#endif
7349_LT_EOF
7350 # Now try linking the two files.
7351 mv conftest.$ac_objext conftstm.$ac_objext
7352 lt_save_LIBS="$LIBS"
7353 lt_save_CFLAGS="$CFLAGS"
7354 LIBS="conftstm.$ac_objext"
7355 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7356 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7357 (eval $ac_link) 2>&5
7358 ac_status=$?
7359 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7360 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7361 pipe_works=yes
7362 fi
7363 LIBS="$lt_save_LIBS"
7364 CFLAGS="$lt_save_CFLAGS"
7365 else
7366 echo "cannot find nm_test_func in $nlist" >&5
7367 fi
7368 else
7369 echo "cannot find nm_test_var in $nlist" >&5
7370 fi
7371 else
7372 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7373 fi
7374 else
7375 echo "$progname: failed program was:" >&5
7376 cat conftest.$ac_ext >&5
7377 fi
7378 rm -rf conftest* conftst*
7379
7380 # Do not use the global_symbol_pipe unless it works.
7381 if test "$pipe_works" = yes; then
7382 break
7383 else
7384 lt_cv_sys_global_symbol_pipe=
7385 fi
7386done
7387
7388fi
7389
7390if test -z "$lt_cv_sys_global_symbol_pipe"; then
7391 lt_cv_sys_global_symbol_to_cdecl=
7392fi
7393if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7395$as_echo "failed" >&6; }
7396else
7397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7398$as_echo "ok" >&6; }
7399fi
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422# Check whether --enable-libtool-lock was given.
7423if test "${enable_libtool_lock+set}" = set; then :
7424 enableval=$enable_libtool_lock;
7425fi
7426
7427test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7428
7429# Some flags need to be propagated to the compiler or linker for good
7430# libtool support.
7431case $host in
7432ia64-*-hpux*)
7433 # Find out which ABI we are using.
7434 echo 'int i;' > conftest.$ac_ext
7435 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7436 (eval $ac_compile) 2>&5
7437 ac_status=$?
7438 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7439 test $ac_status = 0; }; then
7440 case `/usr/bin/file conftest.$ac_objext` in
7441 *ELF-32*)
7442 HPUX_IA64_MODE="32"
7443 ;;
7444 *ELF-64*)
7445 HPUX_IA64_MODE="64"
7446 ;;
7447 esac
7448 fi
7449 rm -rf conftest*
7450 ;;
7451*-*-irix6*)
7452 # Find out which ABI we are using.
7453 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7454 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7455 (eval $ac_compile) 2>&5
7456 ac_status=$?
7457 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7458 test $ac_status = 0; }; then
7459 if test "$lt_cv_prog_gnu_ld" = yes; then
7460 case `/usr/bin/file conftest.$ac_objext` in
7461 *32-bit*)
7462 LD="${LD-ld} -melf32bsmip"
7463 ;;
7464 *N32*)
7465 LD="${LD-ld} -melf32bmipn32"
7466 ;;
7467 *64-bit*)
7468 LD="${LD-ld} -melf64bmip"
7469 ;;
7470 esac
7471 else
7472 case `/usr/bin/file conftest.$ac_objext` in
7473 *32-bit*)
7474 LD="${LD-ld} -32"
7475 ;;
7476 *N32*)
7477 LD="${LD-ld} -n32"
7478 ;;
7479 *64-bit*)
7480 LD="${LD-ld} -64"
7481 ;;
7482 esac
7483 fi
7484 fi
7485 rm -rf conftest*
7486 ;;
7487
bf3d9781 7488x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7489s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7490 # Find out which ABI we are using.
7491 echo 'int i;' > conftest.$ac_ext
7492 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7493 (eval $ac_compile) 2>&5
7494 ac_status=$?
7495 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7496 test $ac_status = 0; }; then
7497 case `/usr/bin/file conftest.o` in
7498 *32-bit*)
7499 case $host in
7500 x86_64-*kfreebsd*-gnu)
7501 LD="${LD-ld} -m elf_i386_fbsd"
7502 ;;
7503 x86_64-*linux*)
7504 case `/usr/bin/file conftest.o` in
7505 *x86-64*)
7506 LD="${LD-ld} -m elf32_x86_64"
7507 ;;
7508 *)
7509 LD="${LD-ld} -m elf_i386"
7510 ;;
7511 esac
7512 ;;
bf3d9781
AM
7513 powerpc64le-*linux*)
7514 LD="${LD-ld} -m elf32lppclinux"
7515 ;;
7516 powerpc64-*linux*)
6bb11ab3
L
7517 LD="${LD-ld} -m elf32ppclinux"
7518 ;;
7519 s390x-*linux*)
7520 LD="${LD-ld} -m elf_s390"
7521 ;;
7522 sparc64-*linux*)
7523 LD="${LD-ld} -m elf32_sparc"
7524 ;;
7525 esac
7526 ;;
7527 *64-bit*)
7528 case $host in
7529 x86_64-*kfreebsd*-gnu)
7530 LD="${LD-ld} -m elf_x86_64_fbsd"
7531 ;;
7532 x86_64-*linux*)
7533 LD="${LD-ld} -m elf_x86_64"
7534 ;;
bf3d9781
AM
7535 powerpcle-*linux*)
7536 LD="${LD-ld} -m elf64lppc"
7537 ;;
7538 powerpc-*linux*)
6bb11ab3
L
7539 LD="${LD-ld} -m elf64ppc"
7540 ;;
7541 s390*-*linux*|s390*-*tpf*)
7542 LD="${LD-ld} -m elf64_s390"
7543 ;;
7544 sparc*-*linux*)
7545 LD="${LD-ld} -m elf64_sparc"
7546 ;;
7547 esac
7548 ;;
7549 esac
7550 fi
7551 rm -rf conftest*
7552 ;;
7553
7554*-*-sco3.2v5*)
7555 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7556 SAVE_CFLAGS="$CFLAGS"
7557 CFLAGS="$CFLAGS -belf"
7558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7559$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7560if test "${lt_cv_cc_needs_belf+set}" = set; then :
7561 $as_echo_n "(cached) " >&6
7562else
7563 ac_ext=c
7564ac_cpp='$CPP $CPPFLAGS'
7565ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7566ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7567ac_compiler_gnu=$ac_cv_c_compiler_gnu
7568
7569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7570/* end confdefs.h. */
7571
7572int
7573main ()
7574{
7575
7576 ;
7577 return 0;
7578}
7579_ACEOF
7580if ac_fn_c_try_link "$LINENO"; then :
7581 lt_cv_cc_needs_belf=yes
7582else
7583 lt_cv_cc_needs_belf=no
7584fi
7585rm -f core conftest.err conftest.$ac_objext \
7586 conftest$ac_exeext conftest.$ac_ext
7587 ac_ext=c
7588ac_cpp='$CPP $CPPFLAGS'
7589ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7590ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7591ac_compiler_gnu=$ac_cv_c_compiler_gnu
7592
7593fi
7594{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7595$as_echo "$lt_cv_cc_needs_belf" >&6; }
7596 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7597 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7598 CFLAGS="$SAVE_CFLAGS"
7599 fi
7600 ;;
7601sparc*-*solaris*)
7602 # Find out which ABI we are using.
7603 echo 'int i;' > conftest.$ac_ext
7604 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7605 (eval $ac_compile) 2>&5
7606 ac_status=$?
7607 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7608 test $ac_status = 0; }; then
7609 case `/usr/bin/file conftest.o` in
7610 *64-bit*)
7611 case $lt_cv_prog_gnu_ld in
7612 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7613 *)
7614 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7615 LD="${LD-ld} -64"
7616 fi
7617 ;;
7618 esac
7619 ;;
7620 esac
7621 fi
7622 rm -rf conftest*
7623 ;;
7624esac
7625
7626need_locks="$enable_libtool_lock"
7627
7628
7629 case $host_os in
7630 rhapsody* | darwin*)
7631 if test -n "$ac_tool_prefix"; then
7632 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7633set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7634{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7635$as_echo_n "checking for $ac_word... " >&6; }
7636if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7637 $as_echo_n "(cached) " >&6
7638else
7639 if test -n "$DSYMUTIL"; then
7640 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7641else
7642as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7643for as_dir in $PATH
7644do
7645 IFS=$as_save_IFS
7646 test -z "$as_dir" && as_dir=.
7647 for ac_exec_ext in '' $ac_executable_extensions; do
7648 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7649 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7650 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7651 break 2
7652 fi
7653done
7654 done
7655IFS=$as_save_IFS
7656
7657fi
7658fi
7659DSYMUTIL=$ac_cv_prog_DSYMUTIL
7660if test -n "$DSYMUTIL"; then
7661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7662$as_echo "$DSYMUTIL" >&6; }
7663else
7664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7665$as_echo "no" >&6; }
7666fi
7667
7668
7669fi
7670if test -z "$ac_cv_prog_DSYMUTIL"; then
7671 ac_ct_DSYMUTIL=$DSYMUTIL
7672 # Extract the first word of "dsymutil", so it can be a program name with args.
7673set dummy dsymutil; ac_word=$2
7674{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7675$as_echo_n "checking for $ac_word... " >&6; }
7676if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7677 $as_echo_n "(cached) " >&6
7678else
7679 if test -n "$ac_ct_DSYMUTIL"; then
7680 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7681else
7682as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7683for as_dir in $PATH
7684do
7685 IFS=$as_save_IFS
7686 test -z "$as_dir" && as_dir=.
7687 for ac_exec_ext in '' $ac_executable_extensions; do
7688 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7689 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7690 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7691 break 2
7692 fi
7693done
7694 done
7695IFS=$as_save_IFS
7696
7697fi
7698fi
7699ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7700if test -n "$ac_ct_DSYMUTIL"; then
7701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7702$as_echo "$ac_ct_DSYMUTIL" >&6; }
7703else
7704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7705$as_echo "no" >&6; }
7706fi
7707
7708 if test "x$ac_ct_DSYMUTIL" = x; then
7709 DSYMUTIL=":"
7710 else
7711 case $cross_compiling:$ac_tool_warned in
7712yes:)
7713{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7714$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7715ac_tool_warned=yes ;;
7716esac
7717 DSYMUTIL=$ac_ct_DSYMUTIL
7718 fi
7719else
7720 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7721fi
7722
7723 if test -n "$ac_tool_prefix"; then
7724 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7725set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7726{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7727$as_echo_n "checking for $ac_word... " >&6; }
7728if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7729 $as_echo_n "(cached) " >&6
7730else
7731 if test -n "$NMEDIT"; then
7732 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7733else
7734as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7735for as_dir in $PATH
7736do
7737 IFS=$as_save_IFS
7738 test -z "$as_dir" && as_dir=.
7739 for ac_exec_ext in '' $ac_executable_extensions; do
7740 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7741 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7742 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7743 break 2
7744 fi
7745done
7746 done
7747IFS=$as_save_IFS
7748
7749fi
7750fi
7751NMEDIT=$ac_cv_prog_NMEDIT
7752if test -n "$NMEDIT"; then
7753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7754$as_echo "$NMEDIT" >&6; }
7755else
7756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7757$as_echo "no" >&6; }
7758fi
7759
7760
7761fi
7762if test -z "$ac_cv_prog_NMEDIT"; then
7763 ac_ct_NMEDIT=$NMEDIT
7764 # Extract the first word of "nmedit", so it can be a program name with args.
7765set dummy nmedit; ac_word=$2
7766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7767$as_echo_n "checking for $ac_word... " >&6; }
7768if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7769 $as_echo_n "(cached) " >&6
7770else
7771 if test -n "$ac_ct_NMEDIT"; then
7772 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7773else
7774as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7775for as_dir in $PATH
7776do
7777 IFS=$as_save_IFS
7778 test -z "$as_dir" && as_dir=.
7779 for ac_exec_ext in '' $ac_executable_extensions; do
7780 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7781 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7782 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7783 break 2
7784 fi
7785done
7786 done
7787IFS=$as_save_IFS
7788
7789fi
7790fi
7791ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7792if test -n "$ac_ct_NMEDIT"; then
7793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7794$as_echo "$ac_ct_NMEDIT" >&6; }
7795else
7796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7797$as_echo "no" >&6; }
7798fi
7799
7800 if test "x$ac_ct_NMEDIT" = x; then
7801 NMEDIT=":"
7802 else
7803 case $cross_compiling:$ac_tool_warned in
7804yes:)
7805{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7806$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7807ac_tool_warned=yes ;;
7808esac
7809 NMEDIT=$ac_ct_NMEDIT
7810 fi
7811else
7812 NMEDIT="$ac_cv_prog_NMEDIT"
7813fi
7814
7815 if test -n "$ac_tool_prefix"; then
7816 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7817set dummy ${ac_tool_prefix}lipo; ac_word=$2
7818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7819$as_echo_n "checking for $ac_word... " >&6; }
7820if test "${ac_cv_prog_LIPO+set}" = set; then :
7821 $as_echo_n "(cached) " >&6
7822else
7823 if test -n "$LIPO"; then
7824 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7825else
7826as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7827for as_dir in $PATH
7828do
7829 IFS=$as_save_IFS
7830 test -z "$as_dir" && as_dir=.
7831 for ac_exec_ext in '' $ac_executable_extensions; do
7832 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7833 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7834 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7835 break 2
7836 fi
7837done
7838 done
7839IFS=$as_save_IFS
7840
7841fi
7842fi
7843LIPO=$ac_cv_prog_LIPO
7844if test -n "$LIPO"; then
7845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7846$as_echo "$LIPO" >&6; }
7847else
7848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7849$as_echo "no" >&6; }
7850fi
7851
7852
7853fi
7854if test -z "$ac_cv_prog_LIPO"; then
7855 ac_ct_LIPO=$LIPO
7856 # Extract the first word of "lipo", so it can be a program name with args.
7857set dummy lipo; ac_word=$2
7858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7859$as_echo_n "checking for $ac_word... " >&6; }
7860if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7861 $as_echo_n "(cached) " >&6
7862else
7863 if test -n "$ac_ct_LIPO"; then
7864 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7865else
7866as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7867for as_dir in $PATH
7868do
7869 IFS=$as_save_IFS
7870 test -z "$as_dir" && as_dir=.
7871 for ac_exec_ext in '' $ac_executable_extensions; do
7872 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7873 ac_cv_prog_ac_ct_LIPO="lipo"
7874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7875 break 2
7876 fi
7877done
7878 done
7879IFS=$as_save_IFS
7880
7881fi
7882fi
7883ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7884if test -n "$ac_ct_LIPO"; then
7885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7886$as_echo "$ac_ct_LIPO" >&6; }
7887else
7888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7889$as_echo "no" >&6; }
7890fi
7891
7892 if test "x$ac_ct_LIPO" = x; then
7893 LIPO=":"
7894 else
7895 case $cross_compiling:$ac_tool_warned in
7896yes:)
7897{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7898$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7899ac_tool_warned=yes ;;
7900esac
7901 LIPO=$ac_ct_LIPO
7902 fi
7903else
7904 LIPO="$ac_cv_prog_LIPO"
7905fi
7906
7907 if test -n "$ac_tool_prefix"; then
7908 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7909set dummy ${ac_tool_prefix}otool; ac_word=$2
7910{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7911$as_echo_n "checking for $ac_word... " >&6; }
7912if test "${ac_cv_prog_OTOOL+set}" = set; then :
7913 $as_echo_n "(cached) " >&6
7914else
7915 if test -n "$OTOOL"; then
7916 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7917else
7918as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7919for as_dir in $PATH
7920do
7921 IFS=$as_save_IFS
7922 test -z "$as_dir" && as_dir=.
7923 for ac_exec_ext in '' $ac_executable_extensions; do
7924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7925 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7927 break 2
7928 fi
7929done
7930 done
7931IFS=$as_save_IFS
7932
7933fi
7934fi
7935OTOOL=$ac_cv_prog_OTOOL
7936if test -n "$OTOOL"; then
7937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7938$as_echo "$OTOOL" >&6; }
7939else
7940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7941$as_echo "no" >&6; }
7942fi
7943
7944
7945fi
7946if test -z "$ac_cv_prog_OTOOL"; then
7947 ac_ct_OTOOL=$OTOOL
7948 # Extract the first word of "otool", so it can be a program name with args.
7949set dummy otool; ac_word=$2
7950{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7951$as_echo_n "checking for $ac_word... " >&6; }
7952if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7953 $as_echo_n "(cached) " >&6
7954else
7955 if test -n "$ac_ct_OTOOL"; then
7956 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7957else
7958as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7959for as_dir in $PATH
7960do
7961 IFS=$as_save_IFS
7962 test -z "$as_dir" && as_dir=.
7963 for ac_exec_ext in '' $ac_executable_extensions; do
7964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7965 ac_cv_prog_ac_ct_OTOOL="otool"
7966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7967 break 2
7968 fi
7969done
7970 done
7971IFS=$as_save_IFS
7972
7973fi
7974fi
7975ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7976if test -n "$ac_ct_OTOOL"; then
7977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7978$as_echo "$ac_ct_OTOOL" >&6; }
7979else
7980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7981$as_echo "no" >&6; }
7982fi
7983
7984 if test "x$ac_ct_OTOOL" = x; then
7985 OTOOL=":"
7986 else
7987 case $cross_compiling:$ac_tool_warned in
7988yes:)
7989{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7990$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7991ac_tool_warned=yes ;;
7992esac
7993 OTOOL=$ac_ct_OTOOL
7994 fi
7995else
7996 OTOOL="$ac_cv_prog_OTOOL"
7997fi
7998
7999 if test -n "$ac_tool_prefix"; then
8000 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8001set dummy ${ac_tool_prefix}otool64; ac_word=$2
8002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8003$as_echo_n "checking for $ac_word... " >&6; }
8004if test "${ac_cv_prog_OTOOL64+set}" = set; then :
8005 $as_echo_n "(cached) " >&6
8006else
8007 if test -n "$OTOOL64"; then
8008 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8009else
8010as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8011for as_dir in $PATH
8012do
8013 IFS=$as_save_IFS
8014 test -z "$as_dir" && as_dir=.
8015 for ac_exec_ext in '' $ac_executable_extensions; do
8016 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8017 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8019 break 2
8020 fi
8021done
8022 done
8023IFS=$as_save_IFS
8024
8025fi
8026fi
8027OTOOL64=$ac_cv_prog_OTOOL64
8028if test -n "$OTOOL64"; then
8029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8030$as_echo "$OTOOL64" >&6; }
8031else
8032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8033$as_echo "no" >&6; }
8034fi
8035
8036
8037fi
8038if test -z "$ac_cv_prog_OTOOL64"; then
8039 ac_ct_OTOOL64=$OTOOL64
8040 # Extract the first word of "otool64", so it can be a program name with args.
8041set dummy otool64; ac_word=$2
8042{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8043$as_echo_n "checking for $ac_word... " >&6; }
8044if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8045 $as_echo_n "(cached) " >&6
8046else
8047 if test -n "$ac_ct_OTOOL64"; then
8048 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8049else
8050as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8051for as_dir in $PATH
8052do
8053 IFS=$as_save_IFS
8054 test -z "$as_dir" && as_dir=.
8055 for ac_exec_ext in '' $ac_executable_extensions; do
8056 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8057 ac_cv_prog_ac_ct_OTOOL64="otool64"
8058 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8059 break 2
8060 fi
8061done
8062 done
8063IFS=$as_save_IFS
8064
8065fi
8066fi
8067ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8068if test -n "$ac_ct_OTOOL64"; then
8069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8070$as_echo "$ac_ct_OTOOL64" >&6; }
8071else
8072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8073$as_echo "no" >&6; }
8074fi
8075
8076 if test "x$ac_ct_OTOOL64" = x; then
8077 OTOOL64=":"
8078 else
8079 case $cross_compiling:$ac_tool_warned in
8080yes:)
8081{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8082$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8083ac_tool_warned=yes ;;
8084esac
8085 OTOOL64=$ac_ct_OTOOL64
8086 fi
8087else
8088 OTOOL64="$ac_cv_prog_OTOOL64"
8089fi
8090
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8118$as_echo_n "checking for -single_module linker flag... " >&6; }
8119if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8120 $as_echo_n "(cached) " >&6
8121else
8122 lt_cv_apple_cc_single_mod=no
8123 if test -z "${LT_MULTI_MODULE}"; then
8124 # By default we will add the -single_module flag. You can override
8125 # by either setting the environment variable LT_MULTI_MODULE
8126 # non-empty at configure time, or by adding -multi_module to the
8127 # link flags.
8128 rm -rf libconftest.dylib*
8129 echo "int foo(void){return 1;}" > conftest.c
8130 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8131-dynamiclib -Wl,-single_module conftest.c" >&5
8132 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8133 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8134 _lt_result=$?
8135 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8136 lt_cv_apple_cc_single_mod=yes
8137 else
8138 cat conftest.err >&5
8139 fi
8140 rm -rf libconftest.dylib*
8141 rm -f conftest.*
8142 fi
8143fi
8144{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8145$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8147$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8148if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8149 $as_echo_n "(cached) " >&6
8150else
8151 lt_cv_ld_exported_symbols_list=no
8152 save_LDFLAGS=$LDFLAGS
8153 echo "_main" > conftest.sym
8154 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8156/* end confdefs.h. */
8157
8158int
8159main ()
8160{
8161
8162 ;
8163 return 0;
8164}
8165_ACEOF
8166if ac_fn_c_try_link "$LINENO"; then :
8167 lt_cv_ld_exported_symbols_list=yes
8168else
8169 lt_cv_ld_exported_symbols_list=no
8170fi
8171rm -f core conftest.err conftest.$ac_objext \
8172 conftest$ac_exeext conftest.$ac_ext
8173 LDFLAGS="$save_LDFLAGS"
8174
8175fi
8176{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8177$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8179$as_echo_n "checking for -force_load linker flag... " >&6; }
8180if test "${lt_cv_ld_force_load+set}" = set; then :
8181 $as_echo_n "(cached) " >&6
8182else
8183 lt_cv_ld_force_load=no
8184 cat > conftest.c << _LT_EOF
8185int forced_loaded() { return 2;}
8186_LT_EOF
8187 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8188 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8189 echo "$AR cru libconftest.a conftest.o" >&5
8190 $AR cru libconftest.a conftest.o 2>&5
8191 cat > conftest.c << _LT_EOF
8192int main() { return 0;}
8193_LT_EOF
8194 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8195 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8196 _lt_result=$?
8197 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8198 lt_cv_ld_force_load=yes
8199 else
8200 cat conftest.err >&5
8201 fi
8202 rm -f conftest.err libconftest.a conftest conftest.c
8203 rm -rf conftest.dSYM
8204
8205fi
8206{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8207$as_echo "$lt_cv_ld_force_load" >&6; }
8208 case $host_os in
8209 rhapsody* | darwin1.[012])
8210 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8211 darwin1.*)
8212 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8213 darwin*) # darwin 5.x on
8214 # if running on 10.5 or later, the deployment target defaults
8215 # to the OS version, if on x86, and 10.4, the deployment
8216 # target defaults to 10.4. Don't you love it?
8217 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8218 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8219 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 8220 10.[012][,.]*)
6bb11ab3
L
8221 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8222 10.*)
8223 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8224 esac
8225 ;;
8226 esac
8227 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8228 _lt_dar_single_mod='$single_module'
8229 fi
8230 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8231 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8232 else
8233 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8234 fi
8235 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8236 _lt_dsymutil='~$DSYMUTIL $lib || :'
8237 else
8238 _lt_dsymutil=
8239 fi
8240 ;;
8241 esac
8242
8243for ac_header in dlfcn.h
8244do :
8245 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8246"
8247if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8248 cat >>confdefs.h <<_ACEOF
8249#define HAVE_DLFCN_H 1
8250_ACEOF
8251
8252fi
8253
8254done
8255
8256
8257
8258# autoconf.info says this should be called right after AC_INIT.
8259ac_config_headers="$ac_config_headers config.h:config.in"
8260
8261
8262
0cb8d851
MF
8263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8264$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8265if test "${ac_cv_c_bigendian+set}" = set; then :
8266 $as_echo_n "(cached) " >&6
8267else
8268 ac_cv_c_bigendian=unknown
8269 # See if we're dealing with a universal compiler.
8270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8271/* end confdefs.h. */
8272#ifndef __APPLE_CC__
8273 not a universal capable compiler
8274 #endif
8275 typedef int dummy;
8276
8277_ACEOF
8278if ac_fn_c_try_compile "$LINENO"; then :
8279
8280 # Check for potential -arch flags. It is not universal unless
8281 # there are at least two -arch flags with different values.
8282 ac_arch=
8283 ac_prev=
8284 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8285 if test -n "$ac_prev"; then
8286 case $ac_word in
8287 i?86 | x86_64 | ppc | ppc64)
8288 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8289 ac_arch=$ac_word
8290 else
8291 ac_cv_c_bigendian=universal
8292 break
8293 fi
8294 ;;
8295 esac
8296 ac_prev=
8297 elif test "x$ac_word" = "x-arch"; then
8298 ac_prev=arch
8299 fi
8300 done
8301fi
8302rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8303 if test $ac_cv_c_bigendian = unknown; then
8304 # See if sys/param.h defines the BYTE_ORDER macro.
8305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8306/* end confdefs.h. */
8307#include <sys/types.h>
8308 #include <sys/param.h>
8309
8310int
8311main ()
8312{
8313#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8314 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8315 && LITTLE_ENDIAN)
8316 bogus endian macros
8317 #endif
8318
8319 ;
8320 return 0;
8321}
8322_ACEOF
8323if ac_fn_c_try_compile "$LINENO"; then :
8324 # It does; now see whether it defined to BIG_ENDIAN or not.
8325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8326/* end confdefs.h. */
8327#include <sys/types.h>
8328 #include <sys/param.h>
8329
8330int
8331main ()
8332{
8333#if BYTE_ORDER != BIG_ENDIAN
8334 not big endian
8335 #endif
8336
8337 ;
8338 return 0;
8339}
8340_ACEOF
8341if ac_fn_c_try_compile "$LINENO"; then :
8342 ac_cv_c_bigendian=yes
8343else
8344 ac_cv_c_bigendian=no
8345fi
8346rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8347fi
8348rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8349 fi
8350 if test $ac_cv_c_bigendian = unknown; then
8351 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8353/* end confdefs.h. */
8354#include <limits.h>
8355
8356int
8357main ()
8358{
8359#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8360 bogus endian macros
8361 #endif
8362
8363 ;
8364 return 0;
8365}
8366_ACEOF
8367if ac_fn_c_try_compile "$LINENO"; then :
8368 # It does; now see whether it defined to _BIG_ENDIAN or not.
8369 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8370/* end confdefs.h. */
8371#include <limits.h>
8372
8373int
8374main ()
8375{
8376#ifndef _BIG_ENDIAN
8377 not big endian
8378 #endif
8379
8380 ;
8381 return 0;
8382}
8383_ACEOF
8384if ac_fn_c_try_compile "$LINENO"; then :
8385 ac_cv_c_bigendian=yes
8386else
8387 ac_cv_c_bigendian=no
8388fi
8389rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8390fi
8391rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8392 fi
8393 if test $ac_cv_c_bigendian = unknown; then
8394 # Compile a test program.
8395 if test "$cross_compiling" = yes; then :
8396 # Try to guess by grepping values from an object file.
8397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8398/* end confdefs.h. */
8399short int ascii_mm[] =
8400 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8401 short int ascii_ii[] =
8402 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8403 int use_ascii (int i) {
8404 return ascii_mm[i] + ascii_ii[i];
8405 }
8406 short int ebcdic_ii[] =
8407 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8408 short int ebcdic_mm[] =
8409 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8410 int use_ebcdic (int i) {
8411 return ebcdic_mm[i] + ebcdic_ii[i];
8412 }
8413 extern int foo;
8414
8415int
8416main ()
8417{
8418return use_ascii (foo) == use_ebcdic (foo);
8419 ;
8420 return 0;
8421}
8422_ACEOF
8423if ac_fn_c_try_compile "$LINENO"; then :
8424 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8425 ac_cv_c_bigendian=yes
8426 fi
8427 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8428 if test "$ac_cv_c_bigendian" = unknown; then
8429 ac_cv_c_bigendian=no
8430 else
8431 # finding both strings is unlikely to happen, but who knows?
8432 ac_cv_c_bigendian=unknown
8433 fi
8434 fi
8435fi
8436rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8437else
8438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8439/* end confdefs.h. */
8440$ac_includes_default
8441int
8442main ()
8443{
8444
8445 /* Are we little or big endian? From Harbison&Steele. */
8446 union
8447 {
8448 long int l;
8449 char c[sizeof (long int)];
8450 } u;
8451 u.l = 1;
8452 return u.c[sizeof (long int) - 1] == 1;
8453
8454 ;
8455 return 0;
8456}
8457_ACEOF
8458if ac_fn_c_try_run "$LINENO"; then :
8459 ac_cv_c_bigendian=no
8460else
8461 ac_cv_c_bigendian=yes
8462fi
8463rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8464 conftest.$ac_objext conftest.beam conftest.$ac_ext
8465fi
8466
8467 fi
8468fi
8469{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8470$as_echo "$ac_cv_c_bigendian" >&6; }
8471 case $ac_cv_c_bigendian in #(
8472 yes)
8473 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8474;; #(
8475 no)
8476 ;; #(
8477 universal)
8478
8479$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8480
8481 ;; #(
8482 *)
8483 as_fn_error "unknown endianness
8484 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8485 esac
8486
6bb11ab3
L
8487
8488
8489
8490# Put a plausible default for CC_FOR_BUILD in Makefile.
8491if test "x$cross_compiling" = "xno"; then
8492 CC_FOR_BUILD='$(CC)'
8493else
8494 CC_FOR_BUILD=gcc
8495fi
8496
8497
8498
8499
8500AR=${AR-ar}
8501
8502if test -n "$ac_tool_prefix"; then
8503 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8504set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8505{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8506$as_echo_n "checking for $ac_word... " >&6; }
8507if test "${ac_cv_prog_RANLIB+set}" = set; then :
8508 $as_echo_n "(cached) " >&6
8509else
8510 if test -n "$RANLIB"; then
8511 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8512else
8513as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8514for as_dir in $PATH
8515do
8516 IFS=$as_save_IFS
8517 test -z "$as_dir" && as_dir=.
8518 for ac_exec_ext in '' $ac_executable_extensions; do
8519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8520 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8521 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8522 break 2
8523 fi
8524done
8525 done
8526IFS=$as_save_IFS
8527
8528fi
8529fi
8530RANLIB=$ac_cv_prog_RANLIB
8531if test -n "$RANLIB"; then
8532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8533$as_echo "$RANLIB" >&6; }
8534else
8535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8536$as_echo "no" >&6; }
8537fi
8538
8539
8540fi
8541if test -z "$ac_cv_prog_RANLIB"; then
8542 ac_ct_RANLIB=$RANLIB
8543 # Extract the first word of "ranlib", so it can be a program name with args.
8544set dummy ranlib; ac_word=$2
8545{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8546$as_echo_n "checking for $ac_word... " >&6; }
8547if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8548 $as_echo_n "(cached) " >&6
8549else
8550 if test -n "$ac_ct_RANLIB"; then
8551 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8552else
8553as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8554for as_dir in $PATH
8555do
8556 IFS=$as_save_IFS
8557 test -z "$as_dir" && as_dir=.
8558 for ac_exec_ext in '' $ac_executable_extensions; do
8559 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8560 ac_cv_prog_ac_ct_RANLIB="ranlib"
8561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8562 break 2
8563 fi
8564done
8565 done
8566IFS=$as_save_IFS
8567
8568fi
8569fi
8570ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8571if test -n "$ac_ct_RANLIB"; then
8572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8573$as_echo "$ac_ct_RANLIB" >&6; }
8574else
8575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8576$as_echo "no" >&6; }
8577fi
8578
8579 if test "x$ac_ct_RANLIB" = x; then
8580 RANLIB=":"
8581 else
8582 case $cross_compiling:$ac_tool_warned in
8583yes:)
8584{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8585$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8586ac_tool_warned=yes ;;
8587esac
8588 RANLIB=$ac_ct_RANLIB
8589 fi
8590else
8591 RANLIB="$ac_cv_prog_RANLIB"
8592fi
8593
8594
8595# Some of the common include files depend on bfd.h, and bfd.h checks
8596# that config.h is included first by testing that the PACKAGE macro
8597# is defined.
8598PACKAGE=sim
8599
8600cat >>confdefs.h <<_ACEOF
8601#define PACKAGE "$PACKAGE"
8602_ACEOF
8603
8604
8605
8606# Dependency checking.
8607ac_config_commands="$ac_config_commands depdir"
8608
8609
8610depcc="$CC" am_compiler_list=
8611
8612am_depcomp=$ac_aux_dir/depcomp
8613{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8614$as_echo_n "checking dependency style of $depcc... " >&6; }
8615if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8616 $as_echo_n "(cached) " >&6
8617else
8618 if test -f "$am_depcomp"; then
8619 # We make a subdir and do the tests there. Otherwise we can end up
8620 # making bogus files that we don't know about and never remove. For
8621 # instance it was reported that on HP-UX the gcc test will end up
8622 # making a dummy file named `D' -- because `-MD' means `put the output
8623 # in D'.
8624 mkdir conftest.dir
8625 # Copy depcomp to subdir because otherwise we won't find it if we're
8626 # using a relative directory.
8627 cp "$am_depcomp" conftest.dir
8628 cd conftest.dir
8629 # We will build objects and dependencies in a subdirectory because
8630 # it helps to detect inapplicable dependency modes. For instance
8631 # both Tru64's cc and ICC support -MD to output dependencies as a
8632 # side effect of compilation, but ICC will put the dependencies in
8633 # the current directory while Tru64 will put them in the object
8634 # directory.
8635 mkdir sub
8636
8637 am_cv_CC_dependencies_compiler_type=none
8638 if test "$am_compiler_list" = ""; then
8639 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8640 fi
8641 for depmode in $am_compiler_list; do
8642 if test $depmode = none; then break; fi
8643
8644 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8645 # Setup a source with many dependencies, because some compilers
8646 # like to wrap large dependency lists on column 80 (with \), and
8647 # we should not choose a depcomp mode which is confused by this.
8648 #
8649 # We need to recreate these files for each test, as the compiler may
8650 # overwrite some of them when testing with obscure command lines.
8651 # This happens at least with the AIX C compiler.
8652 : > sub/conftest.c
8653 for i in 1 2 3 4 5 6; do
8654 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8655 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8656 # Solaris 8's {/usr,}/bin/sh.
8657 touch sub/conftst$i.h
8658 done
8659 echo "include sub/conftest.Po" > confmf
8660
8661 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8662 # mode. It turns out that the SunPro C++ compiler does not properly
8663 # handle `-M -o', and we need to detect this.
8664 depcmd="depmode=$depmode \
8665 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8666 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8667 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8668 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8669 if env $depcmd > conftest.err 2>&1 &&
8670 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8671 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8672 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8673 # icc doesn't choke on unknown options, it will just issue warnings
8674 # or remarks (even with -Werror). So we grep stderr for any message
8675 # that says an option was ignored or not supported.
8676 # When given -MP, icc 7.0 and 7.1 complain thusly:
8677 # icc: Command line warning: ignoring option '-M'; no argument required
8678 # The diagnosis changed in icc 8.0:
8679 # icc: Command line remark: option '-MP' not supported
8680 if (grep 'ignoring option' conftest.err ||
8681 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8682 am_cv_CC_dependencies_compiler_type=$depmode
8683 $as_echo "$as_me:$LINENO: success" >&5
8684 break
8685 fi
8686 fi
8687 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8688 sed -e 's/^/| /' < conftest.err >&5
8689 done
8690
8691 cd ..
8692 rm -rf conftest.dir
8693else
8694 am_cv_CC_dependencies_compiler_type=none
8695fi
8696
8697fi
8698{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8699$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8700if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8701then as_fn_error "no usable dependency style found" "$LINENO" 5
8702else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8703
8704fi
8705
8706
8707# Check for the 'make' the user wants to use.
8708for ac_prog in make
8709do
8710 # Extract the first word of "$ac_prog", so it can be a program name with args.
8711set dummy $ac_prog; ac_word=$2
8712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8713$as_echo_n "checking for $ac_word... " >&6; }
8714if test "${ac_cv_prog_MAKE+set}" = set; then :
8715 $as_echo_n "(cached) " >&6
8716else
8717 if test -n "$MAKE"; then
8718 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8719else
8720as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8721for as_dir in $PATH
8722do
8723 IFS=$as_save_IFS
8724 test -z "$as_dir" && as_dir=.
8725 for ac_exec_ext in '' $ac_executable_extensions; do
8726 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8727 ac_cv_prog_MAKE="$ac_prog"
8728 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8729 break 2
8730 fi
8731done
8732 done
8733IFS=$as_save_IFS
8734
8735fi
8736fi
8737MAKE=$ac_cv_prog_MAKE
8738if test -n "$MAKE"; then
8739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8740$as_echo "$MAKE" >&6; }
8741else
8742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8743$as_echo "no" >&6; }
8744fi
8745
8746
8747 test -n "$MAKE" && break
8748done
8749
8750MAKE_IS_GNU=
8751case "`$MAKE --version 2>&1 | sed 1q`" in
8752 *GNU*)
8753 MAKE_IS_GNU=yes
8754 ;;
8755esac
8756 if test "$MAKE_IS_GNU" = yes; then
8757 GMAKE_TRUE=
8758 GMAKE_FALSE='#'
8759else
8760 GMAKE_TRUE='#'
8761 GMAKE_FALSE=
8762fi
8763
8764
8765ALL_LINGUAS=
8766# If we haven't got the data from the intl directory,
8767# assume NLS is disabled.
8768USE_NLS=no
8769LIBINTL=
8770LIBINTL_DEP=
8771INCINTL=
8772XGETTEXT=
8773GMSGFMT=
8774POSUB=
8775
8776if test -f ../../intl/config.intl; then
8777 . ../../intl/config.intl
8778fi
8779{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8780$as_echo_n "checking whether NLS is requested... " >&6; }
8781if test x"$USE_NLS" != xyes; then
8782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8783$as_echo "no" >&6; }
8784else
8785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8786$as_echo "yes" >&6; }
8787
8788$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8789
8790
8791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8792$as_echo_n "checking for catalogs to be installed... " >&6; }
8793 # Look for .po and .gmo files in the source directory.
8794 CATALOGS=
8795 XLINGUAS=
8796 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8797 # If there aren't any .gmo files the shell will give us the
8798 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8799 # weeded out.
8800 case "$cat" in *\**)
8801 continue;;
8802 esac
8803 # The quadruple backslash is collapsed to a double backslash
8804 # by the backticks, then collapsed again by the double quotes,
8805 # leaving us with one backslash in the sed expression (right
8806 # before the dot that mustn't act as a wildcard).
8807 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8808 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8809 # The user is allowed to set LINGUAS to a list of languages to
8810 # install catalogs for. If it's empty that means "all of them."
8811 if test "x$LINGUAS" = x; then
8812 CATALOGS="$CATALOGS $cat"
8813 XLINGUAS="$XLINGUAS $lang"
8814 else
8815 case "$LINGUAS" in *$lang*)
8816 CATALOGS="$CATALOGS $cat"
8817 XLINGUAS="$XLINGUAS $lang"
8818 ;;
8819 esac
8820 fi
8821 done
8822 LINGUAS="$XLINGUAS"
8823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8824$as_echo "$LINGUAS" >&6; }
8825
8826
8827 DATADIRNAME=share
8828
8829 INSTOBJEXT=.mo
8830
8831 GENCAT=gencat
8832
8833 CATOBJEXT=.gmo
8834
8835fi
8836
8837# Check for common headers.
8838# FIXME: Seems to me this can cause problems for i386-windows hosts.
8839# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8840for ac_header in stdlib.h string.h strings.h unistd.h time.h
8841do :
8842 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8843ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8844eval as_val=\$$as_ac_Header
8845 if test "x$as_val" = x""yes; then :
8846 cat >>confdefs.h <<_ACEOF
8847#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8848_ACEOF
8849
8850fi
8851
8852done
8853
936df756 8854for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
8855do :
8856 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8857ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8858eval as_val=\$$as_ac_Header
8859 if test "x$as_val" = x""yes; then :
8860 cat >>confdefs.h <<_ACEOF
8861#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8862_ACEOF
8863
8864fi
8865
8866done
8867
8868for ac_header in fcntl.h fpu_control.h
8869do :
8870 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8871ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8872eval as_val=\$$as_ac_Header
8873 if test "x$as_val" = x""yes; then :
8874 cat >>confdefs.h <<_ACEOF
8875#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8876_ACEOF
8877
8878fi
8879
8880done
8881
8882for ac_header in dlfcn.h errno.h sys/stat.h
8883do :
8884 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8885ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8886eval as_val=\$$as_ac_Header
8887 if test "x$as_val" = x""yes; then :
8888 cat >>confdefs.h <<_ACEOF
8889#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8890_ACEOF
8891
8892fi
8893
8894done
8895
8896for ac_func in getrusage time sigaction __setfpucw
8897do :
8898 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8899ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8900eval as_val=\$$as_ac_var
8901 if test "x$as_val" = x""yes; then :
8902 cat >>confdefs.h <<_ACEOF
8903#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8904_ACEOF
8905
8906fi
8907done
8908
936df756
MF
8909for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
8910do :
8911 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8912ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8913eval as_val=\$$as_ac_var
8914 if test "x$as_val" = x""yes; then :
8915 cat >>confdefs.h <<_ACEOF
8916#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8917_ACEOF
8918
8919fi
8920done
8921
8922ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
8923#include <sys/types.h>
8924#endif
8925#ifdef HAVE_SYS_STAT_H
8926#include <sys/stat.h>
8927#endif
8928"
8929if test "x$ac_cv_member_struct_stat_st_dev" = x""yes; then :
8930
8931cat >>confdefs.h <<_ACEOF
8932#define HAVE_STRUCT_STAT_ST_DEV 1
8933_ACEOF
8934
8935
8936fi
8937ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
8938#include <sys/types.h>
8939#endif
8940#ifdef HAVE_SYS_STAT_H
8941#include <sys/stat.h>
8942#endif
8943"
8944if test "x$ac_cv_member_struct_stat_st_ino" = x""yes; then :
8945
8946cat >>confdefs.h <<_ACEOF
8947#define HAVE_STRUCT_STAT_ST_INO 1
8948_ACEOF
8949
8950
8951fi
8952ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
8953#include <sys/types.h>
8954#endif
8955#ifdef HAVE_SYS_STAT_H
8956#include <sys/stat.h>
8957#endif
8958"
8959if test "x$ac_cv_member_struct_stat_st_mode" = x""yes; then :
8960
8961cat >>confdefs.h <<_ACEOF
8962#define HAVE_STRUCT_STAT_ST_MODE 1
8963_ACEOF
8964
8965
8966fi
8967ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
8968#include <sys/types.h>
8969#endif
8970#ifdef HAVE_SYS_STAT_H
8971#include <sys/stat.h>
8972#endif
8973"
8974if test "x$ac_cv_member_struct_stat_st_nlink" = x""yes; then :
8975
8976cat >>confdefs.h <<_ACEOF
8977#define HAVE_STRUCT_STAT_ST_NLINK 1
8978_ACEOF
8979
8980
8981fi
8982ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
8983#include <sys/types.h>
8984#endif
8985#ifdef HAVE_SYS_STAT_H
8986#include <sys/stat.h>
8987#endif
8988"
8989if test "x$ac_cv_member_struct_stat_st_uid" = x""yes; then :
8990
8991cat >>confdefs.h <<_ACEOF
8992#define HAVE_STRUCT_STAT_ST_UID 1
8993_ACEOF
8994
8995
8996fi
8997ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
8998#include <sys/types.h>
8999#endif
9000#ifdef HAVE_SYS_STAT_H
9001#include <sys/stat.h>
9002#endif
9003"
9004if test "x$ac_cv_member_struct_stat_st_gid" = x""yes; then :
9005
9006cat >>confdefs.h <<_ACEOF
9007#define HAVE_STRUCT_STAT_ST_GID 1
9008_ACEOF
9009
9010
9011fi
9012ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9013#include <sys/types.h>
9014#endif
9015#ifdef HAVE_SYS_STAT_H
9016#include <sys/stat.h>
9017#endif
9018"
9019if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
9020
9021cat >>confdefs.h <<_ACEOF
9022#define HAVE_STRUCT_STAT_ST_RDEV 1
9023_ACEOF
9024
9025
9026fi
9027ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9028#include <sys/types.h>
9029#endif
9030#ifdef HAVE_SYS_STAT_H
9031#include <sys/stat.h>
9032#endif
9033"
9034if test "x$ac_cv_member_struct_stat_st_size" = x""yes; then :
9035
9036cat >>confdefs.h <<_ACEOF
9037#define HAVE_STRUCT_STAT_ST_SIZE 1
9038_ACEOF
9039
9040
9041fi
9042ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9043#include <sys/types.h>
9044#endif
9045#ifdef HAVE_SYS_STAT_H
9046#include <sys/stat.h>
9047#endif
9048"
9049if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
9050
9051cat >>confdefs.h <<_ACEOF
9052#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9053_ACEOF
9054
9055
9056fi
9057ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9058#include <sys/types.h>
9059#endif
9060#ifdef HAVE_SYS_STAT_H
9061#include <sys/stat.h>
9062#endif
9063"
9064if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
9065
9066cat >>confdefs.h <<_ACEOF
9067#define HAVE_STRUCT_STAT_ST_BLOCKS 1
9068_ACEOF
9069
9070
9071fi
9072ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9073#include <sys/types.h>
9074#endif
9075#ifdef HAVE_SYS_STAT_H
9076#include <sys/stat.h>
9077#endif
9078"
9079if test "x$ac_cv_member_struct_stat_st_atime" = x""yes; then :
9080
9081cat >>confdefs.h <<_ACEOF
9082#define HAVE_STRUCT_STAT_ST_ATIME 1
9083_ACEOF
9084
9085
9086fi
9087ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9088#include <sys/types.h>
9089#endif
9090#ifdef HAVE_SYS_STAT_H
9091#include <sys/stat.h>
9092#endif
9093"
9094if test "x$ac_cv_member_struct_stat_st_mtime" = x""yes; then :
9095
9096cat >>confdefs.h <<_ACEOF
9097#define HAVE_STRUCT_STAT_ST_MTIME 1
9098_ACEOF
9099
9100
9101fi
9102ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9103#include <sys/types.h>
9104#endif
9105#ifdef HAVE_SYS_STAT_H
9106#include <sys/stat.h>
9107#endif
9108"
9109if test "x$ac_cv_member_struct_stat_st_ctime" = x""yes; then :
9110
9111cat >>confdefs.h <<_ACEOF
9112#define HAVE_STRUCT_STAT_ST_CTIME 1
9113_ACEOF
9114
9115
9116fi
9117
9118ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9119#include <sys/socket.h>
9120
9121"
9122if test "x$ac_cv_type_socklen_t" = x""yes; then :
9123
9124cat >>confdefs.h <<_ACEOF
9125#define HAVE_SOCKLEN_T 1
9126_ACEOF
9127
9128
9129fi
9130
6bb11ab3
L
9131
9132# Check for socket libraries
9133{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9134$as_echo_n "checking for bind in -lsocket... " >&6; }
9135if test "${ac_cv_lib_socket_bind+set}" = set; then :
9136 $as_echo_n "(cached) " >&6
9137else
9138 ac_check_lib_save_LIBS=$LIBS
9139LIBS="-lsocket $LIBS"
9140cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9141/* end confdefs.h. */
9142
9143/* Override any GCC internal prototype to avoid an error.
9144 Use char because int might match the return type of a GCC
9145 builtin and then its argument prototype would still apply. */
9146#ifdef __cplusplus
9147extern "C"
9148#endif
9149char bind ();
9150int
9151main ()
9152{
9153return bind ();
9154 ;
9155 return 0;
9156}
9157_ACEOF
9158if ac_fn_c_try_link "$LINENO"; then :
9159 ac_cv_lib_socket_bind=yes
9160else
9161 ac_cv_lib_socket_bind=no
9162fi
9163rm -f core conftest.err conftest.$ac_objext \
9164 conftest$ac_exeext conftest.$ac_ext
9165LIBS=$ac_check_lib_save_LIBS
9166fi
9167{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9168$as_echo "$ac_cv_lib_socket_bind" >&6; }
9169if test "x$ac_cv_lib_socket_bind" = x""yes; then :
9170 cat >>confdefs.h <<_ACEOF
9171#define HAVE_LIBSOCKET 1
9172_ACEOF
9173
9174 LIBS="-lsocket $LIBS"
9175
9176fi
9177
9178{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9179$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9180if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
9181 $as_echo_n "(cached) " >&6
9182else
9183 ac_check_lib_save_LIBS=$LIBS
9184LIBS="-lnsl $LIBS"
9185cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9186/* end confdefs.h. */
9187
9188/* Override any GCC internal prototype to avoid an error.
9189 Use char because int might match the return type of a GCC
9190 builtin and then its argument prototype would still apply. */
9191#ifdef __cplusplus
9192extern "C"
9193#endif
9194char gethostbyname ();
9195int
9196main ()
9197{
9198return gethostbyname ();
9199 ;
9200 return 0;
9201}
9202_ACEOF
9203if ac_fn_c_try_link "$LINENO"; then :
9204 ac_cv_lib_nsl_gethostbyname=yes
9205else
9206 ac_cv_lib_nsl_gethostbyname=no
9207fi
9208rm -f core conftest.err conftest.$ac_objext \
9209 conftest$ac_exeext conftest.$ac_ext
9210LIBS=$ac_check_lib_save_LIBS
9211fi
9212{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9213$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9214if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
9215 cat >>confdefs.h <<_ACEOF
9216#define HAVE_LIBNSL 1
9217_ACEOF
9218
9219 LIBS="-lnsl $LIBS"
9220
9221fi
9222
9223
9224# BFD conditionally uses zlib, so we must link it in if libbfd does, by
9225# using the same condition.
9226
aadc9410 9227 # Use the system's zlib library.
7fed4b0b
L
9228 zlibdir="-L\$(top_builddir)/../zlib"
9229 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 9230
aadc9410
MF
9231# Check whether --with-system-zlib was given.
9232if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
9233 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9234 zlibdir=
9235 zlibinc=
9236 fi
6bb11ab3
L
9237
9238fi
9239
6bb11ab3 9240
6bb11ab3 9241
6bb11ab3
L
9242
9243
9244# BFD uses libdl when when plugins enabled.
9245
faa743bb
RM
9246 maybe_plugins=no
9247 for ac_header in dlfcn.h
9248do :
9249 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9250"
9251if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
9252 cat >>confdefs.h <<_ACEOF
9253#define HAVE_DLFCN_H 1
9254_ACEOF
9255 maybe_plugins=yes
9256fi
9257
9258done
9259
9260 for ac_header in windows.h
9261do :
9262 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9263"
9264if test "x$ac_cv_header_windows_h" = x""yes; then :
9265 cat >>confdefs.h <<_ACEOF
9266#define HAVE_WINDOWS_H 1
9267_ACEOF
9268 maybe_plugins=yes
9269fi
9270
9271done
9272
9273
9274 # Check whether --enable-plugins was given.
6bb11ab3
L
9275if test "${enable_plugins+set}" = set; then :
9276 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
9277 no) plugins=no ;;
9278 *) plugins=yes
9279 if test "$maybe_plugins" != "yes" ; then
9280 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9281 fi ;;
9282 esac
6bb11ab3 9283else
faa743bb
RM
9284 plugins=$maybe_plugins
9285
6bb11ab3
L
9286fi
9287
2974be62
AM
9288 if test "$plugins" = "yes"; then
9289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
9290$as_echo_n "checking for library containing dlopen... " >&6; }
9291if test "${ac_cv_search_dlopen+set}" = set; then :
9292 $as_echo_n "(cached) " >&6
9293else
9294 ac_func_search_save_LIBS=$LIBS
9295cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9296/* end confdefs.h. */
9297
9298/* Override any GCC internal prototype to avoid an error.
9299 Use char because int might match the return type of a GCC
9300 builtin and then its argument prototype would still apply. */
9301#ifdef __cplusplus
9302extern "C"
9303#endif
9304char dlopen ();
9305int
9306main ()
9307{
9308return dlopen ();
9309 ;
9310 return 0;
9311}
9312_ACEOF
9313for ac_lib in '' dl; do
9314 if test -z "$ac_lib"; then
9315 ac_res="none required"
9316 else
9317 ac_res=-l$ac_lib
9318 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9319 fi
9320 if ac_fn_c_try_link "$LINENO"; then :
9321 ac_cv_search_dlopen=$ac_res
9322fi
9323rm -f core conftest.err conftest.$ac_objext \
9324 conftest$ac_exeext
9325 if test "${ac_cv_search_dlopen+set}" = set; then :
9326 break
9327fi
9328done
9329if test "${ac_cv_search_dlopen+set}" = set; then :
9330
9331else
9332 ac_cv_search_dlopen=no
9333fi
9334rm conftest.$ac_ext
9335LIBS=$ac_func_search_save_LIBS
9336fi
9337{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9338$as_echo "$ac_cv_search_dlopen" >&6; }
9339ac_res=$ac_cv_search_dlopen
9340if test "$ac_res" != no; then :
9341 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9342
9343fi
9344
9345 fi
6bb11ab3
L
9346
9347 if test "$plugins" = yes; then
9348 PLUGINS_TRUE=
9349 PLUGINS_FALSE='#'
9350else
9351 PLUGINS_TRUE='#'
9352 PLUGINS_FALSE=
9353fi
9354
9355
9356
9357
9358
9359# Set options
9360enable_dlopen=yes
9361
9362
9363
9364
9365 enable_win32_dll=no
9366
9367
9368 # Check whether --enable-shared was given.
9369if test "${enable_shared+set}" = set; then :
9370 enableval=$enable_shared; p=${PACKAGE-default}
9371 case $enableval in
9372 yes) enable_shared=yes ;;
9373 no) enable_shared=no ;;
9374 *)
9375 enable_shared=no
9376 # Look at the argument we got. We use all the common list separators.
9377 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9378 for pkg in $enableval; do
9379 IFS="$lt_save_ifs"
9380 if test "X$pkg" = "X$p"; then
9381 enable_shared=yes
9382 fi
9383 done
9384 IFS="$lt_save_ifs"
9385 ;;
9386 esac
9387else
9388 enable_shared=yes
9389fi
9390
9391
9392
9393
9394
9395
9396
9397
9398
9399 # Check whether --enable-static was given.
9400if test "${enable_static+set}" = set; then :
9401 enableval=$enable_static; p=${PACKAGE-default}
9402 case $enableval in
9403 yes) enable_static=yes ;;
9404 no) enable_static=no ;;
9405 *)
9406 enable_static=no
9407 # Look at the argument we got. We use all the common list separators.
9408 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9409 for pkg in $enableval; do
9410 IFS="$lt_save_ifs"
9411 if test "X$pkg" = "X$p"; then
9412 enable_static=yes
9413 fi
9414 done
9415 IFS="$lt_save_ifs"
9416 ;;
9417 esac
9418else
9419 enable_static=yes
9420fi
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430
9431# Check whether --with-pic was given.
9432if test "${with_pic+set}" = set; then :
9433 withval=$with_pic; pic_mode="$withval"
9434else
9435 pic_mode=default
9436fi
9437
9438
9439test -z "$pic_mode" && pic_mode=default
9440
9441
9442
9443
9444
9445
9446
9447 # Check whether --enable-fast-install was given.
9448if test "${enable_fast_install+set}" = set; then :
9449 enableval=$enable_fast_install; p=${PACKAGE-default}
9450 case $enableval in
9451 yes) enable_fast_install=yes ;;
9452 no) enable_fast_install=no ;;
9453 *)
9454 enable_fast_install=no
9455 # Look at the argument we got. We use all the common list separators.
9456 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9457 for pkg in $enableval; do
9458 IFS="$lt_save_ifs"
9459 if test "X$pkg" = "X$p"; then
9460 enable_fast_install=yes
9461 fi
9462 done
9463 IFS="$lt_save_ifs"
9464 ;;
9465 esac
9466else
9467 enable_fast_install=yes
9468fi
9469
9470
9471
9472
9473
9474
9475
9476
9477
9478
9479
9480# This can be used to rebuild libtool when needed
9481LIBTOOL_DEPS="$ltmain"
9482
9483# Always use our own libtool.
9484LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9485
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
9511test -z "$LN_S" && LN_S="ln -s"
9512
9513
9514
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525
9526if test -n "${ZSH_VERSION+set}" ; then
9527 setopt NO_GLOB_SUBST
b7026657 9528fi
b7026657 9529
6bb11ab3
L
9530{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9531$as_echo_n "checking for objdir... " >&6; }
9532if test "${lt_cv_objdir+set}" = set; then :
9533 $as_echo_n "(cached) " >&6
9534else
9535 rm -f .libs 2>/dev/null
9536mkdir .libs 2>/dev/null
9537if test -d .libs; then
9538 lt_cv_objdir=.libs
9539else
9540 # MS-DOS does not allow filenames that begin with a dot.
9541 lt_cv_objdir=_libs
9542fi
9543rmdir .libs 2>/dev/null
9544fi
9545{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9546$as_echo "$lt_cv_objdir" >&6; }
9547objdir=$lt_cv_objdir
9548
9549
9550
9551
9552
9553cat >>confdefs.h <<_ACEOF
9554#define LT_OBJDIR "$lt_cv_objdir/"
9555_ACEOF
9556
9557
9558
9559
9560case $host_os in
9561aix3*)
9562 # AIX sometimes has problems with the GCC collect2 program. For some
9563 # reason, if we set the COLLECT_NAMES environment variable, the problems
9564 # vanish in a puff of smoke.
9565 if test "X${COLLECT_NAMES+set}" != Xset; then
9566 COLLECT_NAMES=
9567 export COLLECT_NAMES
9568 fi
9569 ;;
81ecdfbb 9570esac
6bb11ab3
L
9571
9572# Global variables:
9573ofile=libtool
9574can_build_shared=yes
9575
9576# All known linkers require a `.a' archive for static linking (except MSVC,
9577# which needs '.lib').
9578libext=a
9579
9580with_gnu_ld="$lt_cv_prog_gnu_ld"
9581
9582old_CC="$CC"
9583old_CFLAGS="$CFLAGS"
9584
9585# Set sane defaults for various variables
9586test -z "$CC" && CC=cc
9587test -z "$LTCC" && LTCC=$CC
9588test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9589test -z "$LD" && LD=ld
9590test -z "$ac_objext" && ac_objext=o
9591
9592for cc_temp in $compiler""; do
9593 case $cc_temp in
9594 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9595 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9596 \-*) ;;
9597 *) break;;
9598 esac
9599done
9600cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9601
9602
9603# Only perform the check for file, if the check method requires it
9604test -z "$MAGIC_CMD" && MAGIC_CMD=file
9605case $deplibs_check_method in
9606file_magic*)
9607 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9609$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9610if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9611 $as_echo_n "(cached) " >&6
9612else
9613 case $MAGIC_CMD in
9614[\\/*] | ?:[\\/]*)
9615 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9616 ;;
9617*)
9618 lt_save_MAGIC_CMD="$MAGIC_CMD"
9619 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9620 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9621 for ac_dir in $ac_dummy; do
9622 IFS="$lt_save_ifs"
9623 test -z "$ac_dir" && ac_dir=.
9624 if test -f $ac_dir/${ac_tool_prefix}file; then
9625 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9626 if test -n "$file_magic_test_file"; then
9627 case $deplibs_check_method in
9628 "file_magic "*)
9629 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9630 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9631 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9632 $EGREP "$file_magic_regex" > /dev/null; then
9633 :
9634 else
9635 cat <<_LT_EOF 1>&2
9636
9637*** Warning: the command libtool uses to detect shared libraries,
9638*** $file_magic_cmd, produces output that libtool cannot recognize.
9639*** The result is that libtool may fail to recognize shared libraries
9640*** as such. This will affect the creation of libtool libraries that
9641*** depend on shared libraries, but programs linked with such libtool
9642*** libraries will work regardless of this problem. Nevertheless, you
9643*** may want to report the problem to your system manager and/or to
9644*** bug-libtool@gnu.org
9645
9646_LT_EOF
9647 fi ;;
9648 esac
9649 fi
9650 break
f0569246 9651 fi
6bb11ab3
L
9652 done
9653 IFS="$lt_save_ifs"
9654 MAGIC_CMD="$lt_save_MAGIC_CMD"
9655 ;;
9656esac
f0569246 9657fi
f0569246 9658
6bb11ab3
L
9659MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9660if test -n "$MAGIC_CMD"; then
9661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9662$as_echo "$MAGIC_CMD" >&6; }
9663else
9664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9665$as_echo "no" >&6; }
9666fi
81ecdfbb 9667
6bb11ab3
L
9668
9669
9670
9671
9672if test -z "$lt_cv_path_MAGIC_CMD"; then
9673 if test -n "$ac_tool_prefix"; then
9674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9675$as_echo_n "checking for file... " >&6; }
9676if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9677 $as_echo_n "(cached) " >&6
9678else
9679 case $MAGIC_CMD in
9680[\\/*] | ?:[\\/]*)
9681 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9682 ;;
9683*)
9684 lt_save_MAGIC_CMD="$MAGIC_CMD"
9685 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9686 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9687 for ac_dir in $ac_dummy; do
9688 IFS="$lt_save_ifs"
9689 test -z "$ac_dir" && ac_dir=.
9690 if test -f $ac_dir/file; then
9691 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9692 if test -n "$file_magic_test_file"; then
9693 case $deplibs_check_method in
9694 "file_magic "*)
9695 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9696 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9697 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9698 $EGREP "$file_magic_regex" > /dev/null; then
9699 :
9700 else
9701 cat <<_LT_EOF 1>&2
9702
9703*** Warning: the command libtool uses to detect shared libraries,
9704*** $file_magic_cmd, produces output that libtool cannot recognize.
9705*** The result is that libtool may fail to recognize shared libraries
9706*** as such. This will affect the creation of libtool libraries that
9707*** depend on shared libraries, but programs linked with such libtool
9708*** libraries will work regardless of this problem. Nevertheless, you
9709*** may want to report the problem to your system manager and/or to
9710*** bug-libtool@gnu.org
9711
9712_LT_EOF
9713 fi ;;
9714 esac
9715 fi
9716 break
9717 fi
9718 done
9719 IFS="$lt_save_ifs"
9720 MAGIC_CMD="$lt_save_MAGIC_CMD"
9721 ;;
81ecdfbb 9722esac
6bb11ab3
L
9723fi
9724
9725MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9726if test -n "$MAGIC_CMD"; then
9727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9728$as_echo "$MAGIC_CMD" >&6; }
9729else
9730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9731$as_echo "no" >&6; }
9732fi
9733
9734
9735 else
9736 MAGIC_CMD=:
9737 fi
9738fi
9739
9740 fi
9741 ;;
9742esac
9743
9744# Use C for the default configuration in the libtool script
9745
9746lt_save_CC="$CC"
9747ac_ext=c
9748ac_cpp='$CPP $CPPFLAGS'
9749ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9750ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9751ac_compiler_gnu=$ac_cv_c_compiler_gnu
9752
9753
9754# Source file extension for C test sources.
9755ac_ext=c
9756
9757# Object file extension for compiled C test sources.
9758objext=o
9759objext=$objext
9760
9761# Code to be used in simple compile tests
9762lt_simple_compile_test_code="int some_variable = 0;"
9763
9764# Code to be used in simple link tests
9765lt_simple_link_test_code='int main(){return(0);}'
9766
9767
9768
9769
9770
9771
9772
9773# If no C compiler was specified, use CC.
9774LTCC=${LTCC-"$CC"}
9775
9776# If no C compiler flags were specified, use CFLAGS.
9777LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9778
9779# Allow CC to be a program name with arguments.
9780compiler=$CC
9781
9782# Save the default compiler, since it gets overwritten when the other
9783# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9784compiler_DEFAULT=$CC
9785
9786# save warnings/boilerplate of simple test code
9787ac_outfile=conftest.$ac_objext
9788echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9789eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9790_lt_compiler_boilerplate=`cat conftest.err`
9791$RM conftest*
9792
9793ac_outfile=conftest.$ac_objext
9794echo "$lt_simple_link_test_code" >conftest.$ac_ext
9795eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9796_lt_linker_boilerplate=`cat conftest.err`
9797$RM -r conftest*
9798
9799
9800## CAVEAT EMPTOR:
9801## There is no encapsulation within the following macros, do not change
9802## the running order or otherwise move them around unless you know exactly
9803## what you are doing...
9804if test -n "$compiler"; then
9805
9806lt_prog_compiler_no_builtin_flag=
9807
9808if test "$GCC" = yes; then
9809 case $cc_basename in
9810 nvcc*)
9811 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9812 *)
9813 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 9814 esac
6bb11ab3
L
9815
9816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9817$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9818if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9819 $as_echo_n "(cached) " >&6
f0569246 9820else
6bb11ab3
L
9821 lt_cv_prog_compiler_rtti_exceptions=no
9822 ac_outfile=conftest.$ac_objext
9823 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9824 lt_compiler_flag="-fno-rtti -fno-exceptions"
9825 # Insert the option either (1) after the last *FLAGS variable, or
9826 # (2) before a word containing "conftest.", or (3) at the end.
9827 # Note that $ac_compile itself does not contain backslashes and begins
9828 # with a dollar sign (not a hyphen), so the echo should work correctly.
9829 # The option is referenced via a variable to avoid confusing sed.
9830 lt_compile=`echo "$ac_compile" | $SED \
9831 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9832 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9833 -e 's:$: $lt_compiler_flag:'`
9834 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9835 (eval "$lt_compile" 2>conftest.err)
9836 ac_status=$?
9837 cat conftest.err >&5
9838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9839 if (exit $ac_status) && test -s "$ac_outfile"; then
9840 # The compiler can only warn and ignore the option if not recognized
9841 # So say no if there are warnings other than the usual output.
9842 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9843 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9844 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9845 lt_cv_prog_compiler_rtti_exceptions=yes
9846 fi
9847 fi
9848 $RM conftest*
9849
f0569246 9850fi
6bb11ab3
L
9851{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9852$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9853
9854if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9855 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9856else
9857 :
9858fi
9859
9860fi
9861
9862
9863
9864
9865
9866
9867 lt_prog_compiler_wl=
9868lt_prog_compiler_pic=
9869lt_prog_compiler_static=
9870
9871{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9872$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9873
9874 if test "$GCC" = yes; then
9875 lt_prog_compiler_wl='-Wl,'
9876 lt_prog_compiler_static='-static'
9877
9878 case $host_os in
9879 aix*)
9880 # All AIX code is PIC.
9881 if test "$host_cpu" = ia64; then
9882 # AIX 5 now supports IA64 processor
9883 lt_prog_compiler_static='-Bstatic'
9884 fi
9885 lt_prog_compiler_pic='-fPIC'
9886 ;;
9887
9888 amigaos*)
9889 case $host_cpu in
9890 powerpc)
9891 # see comment about AmigaOS4 .so support
9892 lt_prog_compiler_pic='-fPIC'
9893 ;;
9894 m68k)
9895 # FIXME: we need at least 68020 code to build shared libraries, but
9896 # adding the `-m68020' flag to GCC prevents building anything better,
9897 # like `-m68040'.
9898 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9899 ;;
9900 esac
9901 ;;
9902
9903 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9904 # PIC is the default for these OSes.
9905 ;;
9906
9907 mingw* | cygwin* | pw32* | os2* | cegcc*)
9908 # This hack is so that the source file can tell whether it is being
9909 # built for inclusion in a dll (and should export symbols for example).
9910 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9911 # (--disable-auto-import) libraries
9912 lt_prog_compiler_pic='-DDLL_EXPORT'
9913 ;;
9914
9915 darwin* | rhapsody*)
9916 # PIC is the default on this platform
9917 # Common symbols not allowed in MH_DYLIB files
9918 lt_prog_compiler_pic='-fno-common'
9919 ;;
9920
9921 haiku*)
9922 # PIC is the default for Haiku.
9923 # The "-static" flag exists, but is broken.
9924 lt_prog_compiler_static=
9925 ;;
9926
9927 hpux*)
9928 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9929 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9930 # sets the default TLS model and affects inlining.
9931 case $host_cpu in
9932 hppa*64*)
9933 # +Z the default
9934 ;;
9935 *)
9936 lt_prog_compiler_pic='-fPIC'
9937 ;;
9938 esac
9939 ;;
9940
9941 interix[3-9]*)
9942 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9943 # Instead, we relocate shared libraries at runtime.
9944 ;;
9945
9946 msdosdjgpp*)
9947 # Just because we use GCC doesn't mean we suddenly get shared libraries
9948 # on systems that don't support them.
9949 lt_prog_compiler_can_build_shared=no
9950 enable_shared=no
9951 ;;
9952
9953 *nto* | *qnx*)
9954 # QNX uses GNU C++, but need to define -shared option too, otherwise
9955 # it will coredump.
9956 lt_prog_compiler_pic='-fPIC -shared'
9957 ;;
9958
9959 sysv4*MP*)
9960 if test -d /usr/nec; then
9961 lt_prog_compiler_pic=-Kconform_pic
9962 fi
9963 ;;
9964
9965 *)
9966 lt_prog_compiler_pic='-fPIC'
9967 ;;
9968 esac
9969
9970 case $cc_basename in
9971 nvcc*) # Cuda Compiler Driver 2.2
9972 lt_prog_compiler_wl='-Xlinker '
9973 lt_prog_compiler_pic='-Xcompiler -fPIC'
9974 ;;
9975 esac
9976 else
9977 # PORTME Check for flag to pass linker flags through the system compiler.
9978 case $host_os in
9979 aix*)
9980 lt_prog_compiler_wl='-Wl,'
9981 if test "$host_cpu" = ia64; then
9982 # AIX 5 now supports IA64 processor
9983 lt_prog_compiler_static='-Bstatic'
9984 else
9985 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9986 fi
9987 ;;
9988
9989 mingw* | cygwin* | pw32* | os2* | cegcc*)
9990 # This hack is so that the source file can tell whether it is being
9991 # built for inclusion in a dll (and should export symbols for example).
9992 lt_prog_compiler_pic='-DDLL_EXPORT'
9993 ;;
9994
9995 hpux9* | hpux10* | hpux11*)
9996 lt_prog_compiler_wl='-Wl,'
9997 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9998 # not for PA HP-UX.
9999 case $host_cpu in
10000 hppa*64*|ia64*)
10001 # +Z the default
10002 ;;
10003 *)
10004 lt_prog_compiler_pic='+Z'
10005 ;;
10006 esac
10007 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10008 lt_prog_compiler_static='${wl}-a ${wl}archive'
10009 ;;
10010
10011 irix5* | irix6* | nonstopux*)
10012 lt_prog_compiler_wl='-Wl,'
10013 # PIC (with -KPIC) is the default.
10014 lt_prog_compiler_static='-non_shared'
10015 ;;
10016
10017 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10018 case $cc_basename in
10019 # old Intel for x86_64 which still supported -KPIC.
10020 ecc*)
10021 lt_prog_compiler_wl='-Wl,'
10022 lt_prog_compiler_pic='-KPIC'
10023 lt_prog_compiler_static='-static'
10024 ;;
10025 # icc used to be incompatible with GCC.
10026 # ICC 10 doesn't accept -KPIC any more.
10027 icc* | ifort*)
10028 lt_prog_compiler_wl='-Wl,'
10029 lt_prog_compiler_pic='-fPIC'
10030 lt_prog_compiler_static='-static'
10031 ;;
10032 # Lahey Fortran 8.1.
10033 lf95*)
10034 lt_prog_compiler_wl='-Wl,'
10035 lt_prog_compiler_pic='--shared'
10036 lt_prog_compiler_static='--static'
10037 ;;
10038 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10039 # Portland Group compilers (*not* the Pentium gcc compiler,
10040 # which looks to be a dead project)
10041 lt_prog_compiler_wl='-Wl,'
10042 lt_prog_compiler_pic='-fpic'
10043 lt_prog_compiler_static='-Bstatic'
10044 ;;
10045 ccc*)
10046 lt_prog_compiler_wl='-Wl,'
10047 # All Alpha code is PIC.
10048 lt_prog_compiler_static='-non_shared'
10049 ;;
10050 xl* | bgxl* | bgf* | mpixl*)
10051 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10052 lt_prog_compiler_wl='-Wl,'
10053 lt_prog_compiler_pic='-qpic'
10054 lt_prog_compiler_static='-qstaticlink'
10055 ;;
10056 *)
10057 case `$CC -V 2>&1 | sed 5q` in
10058 *Sun\ F* | *Sun*Fortran*)
10059 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10060 lt_prog_compiler_pic='-KPIC'
10061 lt_prog_compiler_static='-Bstatic'
10062 lt_prog_compiler_wl=''
10063 ;;
10064 *Sun\ C*)
10065 # Sun C 5.9
10066 lt_prog_compiler_pic='-KPIC'
10067 lt_prog_compiler_static='-Bstatic'
10068 lt_prog_compiler_wl='-Wl,'
10069 ;;
10070 esac
10071 ;;
10072 esac
10073 ;;
10074
10075 newsos6)
10076 lt_prog_compiler_pic='-KPIC'
10077 lt_prog_compiler_static='-Bstatic'
10078 ;;
10079
10080 *nto* | *qnx*)
10081 # QNX uses GNU C++, but need to define -shared option too, otherwise
10082 # it will coredump.
10083 lt_prog_compiler_pic='-fPIC -shared'
10084 ;;
10085
10086 osf3* | osf4* | osf5*)
10087 lt_prog_compiler_wl='-Wl,'
10088 # All OSF/1 code is PIC.
10089 lt_prog_compiler_static='-non_shared'
10090 ;;
10091
10092 rdos*)
10093 lt_prog_compiler_static='-non_shared'
10094 ;;
f0569246 10095
6bb11ab3
L
10096 solaris*)
10097 lt_prog_compiler_pic='-KPIC'
10098 lt_prog_compiler_static='-Bstatic'
10099 case $cc_basename in
10100 f77* | f90* | f95*)
10101 lt_prog_compiler_wl='-Qoption ld ';;
10102 *)
10103 lt_prog_compiler_wl='-Wl,';;
10104 esac
10105 ;;
f0569246 10106
6bb11ab3
L
10107 sunos4*)
10108 lt_prog_compiler_wl='-Qoption ld '
10109 lt_prog_compiler_pic='-PIC'
10110 lt_prog_compiler_static='-Bstatic'
10111 ;;
f0569246 10112
6bb11ab3
L
10113 sysv4 | sysv4.2uw2* | sysv4.3*)
10114 lt_prog_compiler_wl='-Wl,'
10115 lt_prog_compiler_pic='-KPIC'
10116 lt_prog_compiler_static='-Bstatic'
10117 ;;
10118
10119 sysv4*MP*)
10120 if test -d /usr/nec ;then
10121 lt_prog_compiler_pic='-Kconform_pic'
10122 lt_prog_compiler_static='-Bstatic'
10123 fi
10124 ;;
10125
10126 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10127 lt_prog_compiler_wl='-Wl,'
10128 lt_prog_compiler_pic='-KPIC'
10129 lt_prog_compiler_static='-Bstatic'
10130 ;;
10131
10132 unicos*)
10133 lt_prog_compiler_wl='-Wl,'
10134 lt_prog_compiler_can_build_shared=no
10135 ;;
10136
10137 uts4*)
10138 lt_prog_compiler_pic='-pic'
10139 lt_prog_compiler_static='-Bstatic'
10140 ;;
10141
10142 *)
10143 lt_prog_compiler_can_build_shared=no
10144 ;;
10145 esac
10146 fi
10147
10148case $host_os in
10149 # For platforms which do not support PIC, -DPIC is meaningless:
10150 *djgpp*)
10151 lt_prog_compiler_pic=
10152 ;;
10153 *)
10154 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10155 ;;
81ecdfbb 10156esac
6bb11ab3
L
10157{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10158$as_echo "$lt_prog_compiler_pic" >&6; }
10159
10160
10161
10162
10163
10164
10165#
10166# Check to make sure the PIC flag actually works.
10167#
10168if test -n "$lt_prog_compiler_pic"; then
10169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10170$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10171if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
10172 $as_echo_n "(cached) " >&6
b7026657 10173else
6bb11ab3
L
10174 lt_cv_prog_compiler_pic_works=no
10175 ac_outfile=conftest.$ac_objext
10176 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10177 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10178 # Insert the option either (1) after the last *FLAGS variable, or
10179 # (2) before a word containing "conftest.", or (3) at the end.
10180 # Note that $ac_compile itself does not contain backslashes and begins
10181 # with a dollar sign (not a hyphen), so the echo should work correctly.
10182 # The option is referenced via a variable to avoid confusing sed.
10183 lt_compile=`echo "$ac_compile" | $SED \
10184 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10185 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10186 -e 's:$: $lt_compiler_flag:'`
10187 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10188 (eval "$lt_compile" 2>conftest.err)
10189 ac_status=$?
10190 cat conftest.err >&5
10191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10192 if (exit $ac_status) && test -s "$ac_outfile"; then
10193 # The compiler can only warn and ignore the option if not recognized
10194 # So say no if there are warnings other than the usual output.
10195 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10196 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10197 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10198 lt_cv_prog_compiler_pic_works=yes
10199 fi
10200 fi
10201 $RM conftest*
b7026657 10202
b7026657 10203fi
6bb11ab3
L
10204{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10205$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10206
10207if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10208 case $lt_prog_compiler_pic in
10209 "" | " "*) ;;
10210 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10211 esac
10212else
10213 lt_prog_compiler_pic=
10214 lt_prog_compiler_can_build_shared=no
f0569246 10215fi
6bb11ab3
L
10216
10217fi
10218
10219
10220
10221
10222
10223
10224#
10225# Check to make sure the static flag actually works.
10226#
10227wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10228{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10229$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10230if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
81ecdfbb 10231 $as_echo_n "(cached) " >&6
f0569246 10232else
6bb11ab3
L
10233 lt_cv_prog_compiler_static_works=no
10234 save_LDFLAGS="$LDFLAGS"
10235 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10236 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10237 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10238 # The linker can only warn and ignore the option if not recognized
10239 # So say no if there are warnings
10240 if test -s conftest.err; then
10241 # Append any errors to the config.log.
10242 cat conftest.err 1>&5
10243 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10244 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10245 if diff conftest.exp conftest.er2 >/dev/null; then
10246 lt_cv_prog_compiler_static_works=yes
10247 fi
10248 else
10249 lt_cv_prog_compiler_static_works=yes
10250 fi
10251 fi
10252 $RM -r conftest*
10253 LDFLAGS="$save_LDFLAGS"
f0569246 10254
6bb11ab3
L
10255fi
10256{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10257$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 10258
6bb11ab3
L
10259if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10260 :
b7026657 10261else
6bb11ab3 10262 lt_prog_compiler_static=
b7026657 10263fi
f0569246 10264
6bb11ab3
L
10265
10266
10267
10268
10269
10270
10271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10272$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10273if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10274 $as_echo_n "(cached) " >&6
81ecdfbb 10275else
6bb11ab3
L
10276 lt_cv_prog_compiler_c_o=no
10277 $RM -r conftest 2>/dev/null
10278 mkdir conftest
10279 cd conftest
10280 mkdir out
10281 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10282
10283 lt_compiler_flag="-o out/conftest2.$ac_objext"
10284 # Insert the option either (1) after the last *FLAGS variable, or
10285 # (2) before a word containing "conftest.", or (3) at the end.
10286 # Note that $ac_compile itself does not contain backslashes and begins
10287 # with a dollar sign (not a hyphen), so the echo should work correctly.
10288 lt_compile=`echo "$ac_compile" | $SED \
10289 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10290 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10291 -e 's:$: $lt_compiler_flag:'`
10292 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10293 (eval "$lt_compile" 2>out/conftest.err)
10294 ac_status=$?
10295 cat out/conftest.err >&5
10296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10297 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10298 then
10299 # The compiler can only warn and ignore the option if not recognized
10300 # So say no if there are warnings
10301 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10302 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10303 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10304 lt_cv_prog_compiler_c_o=yes
10305 fi
10306 fi
10307 chmod u+w . 2>&5
10308 $RM conftest*
10309 # SGI C++ compiler will create directory out/ii_files/ for
10310 # template instantiation
10311 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10312 $RM out/* && rmdir out
10313 cd ..
10314 $RM -r conftest
10315 $RM conftest*
10316
81ecdfbb 10317fi
6bb11ab3
L
10318{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10319$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10320
10321
10322
10323
10324
10325
10326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10327$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10328if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
81ecdfbb
RW
10329 $as_echo_n "(cached) " >&6
10330else
6bb11ab3
L
10331 lt_cv_prog_compiler_c_o=no
10332 $RM -r conftest 2>/dev/null
10333 mkdir conftest
10334 cd conftest
10335 mkdir out
10336 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10337
10338 lt_compiler_flag="-o out/conftest2.$ac_objext"
10339 # Insert the option either (1) after the last *FLAGS variable, or
10340 # (2) before a word containing "conftest.", or (3) at the end.
10341 # Note that $ac_compile itself does not contain backslashes and begins
10342 # with a dollar sign (not a hyphen), so the echo should work correctly.
10343 lt_compile=`echo "$ac_compile" | $SED \
10344 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10345 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10346 -e 's:$: $lt_compiler_flag:'`
10347 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10348 (eval "$lt_compile" 2>out/conftest.err)
10349 ac_status=$?
10350 cat out/conftest.err >&5
10351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10352 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10353 then
10354 # The compiler can only warn and ignore the option if not recognized
10355 # So say no if there are warnings
10356 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10357 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10358 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10359 lt_cv_prog_compiler_c_o=yes
10360 fi
10361 fi
10362 chmod u+w . 2>&5
10363 $RM conftest*
10364 # SGI C++ compiler will create directory out/ii_files/ for
10365 # template instantiation
10366 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10367 $RM out/* && rmdir out
10368 cd ..
10369 $RM -r conftest
10370 $RM conftest*
10371
10372fi
10373{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10374$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10375
10376
10377
10378
10379hard_links="nottested"
10380if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10381 # do not overwrite the value of need_locks provided by the user
10382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10383$as_echo_n "checking if we can lock with hard links... " >&6; }
10384 hard_links=yes
10385 $RM conftest*
10386 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10387 touch conftest.a
10388 ln conftest.a conftest.b 2>&5 || hard_links=no
10389 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10391$as_echo "$hard_links" >&6; }
10392 if test "$hard_links" = no; then
10393 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10394$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10395 need_locks=warn
10396 fi
10397else
10398 need_locks=no
10399fi
10400
10401
10402
10403
10404
10405
10406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10407$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10408
10409 runpath_var=
10410 allow_undefined_flag=
10411 always_export_symbols=no
10412 archive_cmds=
10413 archive_expsym_cmds=
10414 compiler_needs_object=no
10415 enable_shared_with_static_runtimes=no
10416 export_dynamic_flag_spec=
10417 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10418 hardcode_automatic=no
10419 hardcode_direct=no
10420 hardcode_direct_absolute=no
10421 hardcode_libdir_flag_spec=
10422 hardcode_libdir_flag_spec_ld=
10423 hardcode_libdir_separator=
10424 hardcode_minus_L=no
10425 hardcode_shlibpath_var=unsupported
10426 inherit_rpath=no
10427 link_all_deplibs=unknown
10428 module_cmds=
10429 module_expsym_cmds=
10430 old_archive_from_new_cmds=
10431 old_archive_from_expsyms_cmds=
10432 thread_safe_flag_spec=
10433 whole_archive_flag_spec=
10434 # include_expsyms should be a list of space-separated symbols to be *always*
10435 # included in the symbol list
10436 include_expsyms=
10437 # exclude_expsyms can be an extended regexp of symbols to exclude
10438 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10439 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10440 # as well as any symbol that contains `d'.
10441 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10442 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10443 # platforms (ab)use it in PIC code, but their linkers get confused if
10444 # the symbol is explicitly referenced. Since portable code cannot
10445 # rely on this symbol name, it's probably fine to never include it in
10446 # preloaded symbol tables.
10447 # Exclude shared library initialization/finalization symbols.
10448 extract_expsyms_cmds=
10449
10450 case $host_os in
10451 cygwin* | mingw* | pw32* | cegcc*)
10452 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10453 # When not using gcc, we currently assume that we are using
10454 # Microsoft Visual C++.
10455 if test "$GCC" != yes; then
10456 with_gnu_ld=no
10457 fi
10458 ;;
10459 interix*)
10460 # we just hope/assume this is gcc and not c89 (= MSVC++)
10461 with_gnu_ld=yes
10462 ;;
10463 openbsd*)
10464 with_gnu_ld=no
10465 ;;
10466 esac
f0569246 10467
6bb11ab3
L
10468 ld_shlibs=yes
10469
10470 # On some targets, GNU ld is compatible enough with the native linker
10471 # that we're better off using the native interface for both.
10472 lt_use_gnu_ld_interface=no
10473 if test "$with_gnu_ld" = yes; then
10474 case $host_os in
10475 aix*)
10476 # The AIX port of GNU ld has always aspired to compatibility
10477 # with the native linker. However, as the warning in the GNU ld
10478 # block says, versions before 2.19.5* couldn't really create working
10479 # shared libraries, regardless of the interface used.
10480 case `$LD -v 2>&1` in
10481 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10482 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10483 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10484 *)
10485 lt_use_gnu_ld_interface=yes
10486 ;;
10487 esac
10488 ;;
10489 *)
10490 lt_use_gnu_ld_interface=yes
10491 ;;
10492 esac
10493 fi
f0569246 10494
6bb11ab3
L
10495 if test "$lt_use_gnu_ld_interface" = yes; then
10496 # If archive_cmds runs LD, not CC, wlarc should be empty
10497 wlarc='${wl}'
10498
10499 # Set some defaults for GNU ld with shared library support. These
10500 # are reset later if shared libraries are not supported. Putting them
10501 # here allows them to be overridden if necessary.
10502 runpath_var=LD_RUN_PATH
10503 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10504 export_dynamic_flag_spec='${wl}--export-dynamic'
10505 # ancient GNU ld didn't support --whole-archive et. al.
10506 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10507 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10508 else
10509 whole_archive_flag_spec=
10510 fi
10511 supports_anon_versioning=no
10512 case `$LD -v 2>&1` in
10513 *GNU\ gold*) supports_anon_versioning=yes ;;
10514 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10515 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10516 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10517 *\ 2.11.*) ;; # other 2.11 versions
10518 *) supports_anon_versioning=yes ;;
10519 esac
10520
10521 # See if GNU ld supports shared libraries.
10522 case $host_os in
10523 aix[3-9]*)
10524 # On AIX/PPC, the GNU linker is very broken
10525 if test "$host_cpu" != ia64; then
10526 ld_shlibs=no
10527 cat <<_LT_EOF 1>&2
10528
10529*** Warning: the GNU linker, at least up to release 2.19, is reported
10530*** to be unable to reliably create shared libraries on AIX.
10531*** Therefore, libtool is disabling shared libraries support. If you
10532*** really care for shared libraries, you may want to install binutils
10533*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10534*** You will then need to restart the configuration process.
10535
10536_LT_EOF
10537 fi
10538 ;;
10539
10540 amigaos*)
10541 case $host_cpu in
10542 powerpc)
10543 # see comment about AmigaOS4 .so support
10544 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10545 archive_expsym_cmds=''
10546 ;;
10547 m68k)
10548 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)'
10549 hardcode_libdir_flag_spec='-L$libdir'
10550 hardcode_minus_L=yes
10551 ;;
10552 esac
10553 ;;
10554
10555 beos*)
10556 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10557 allow_undefined_flag=unsupported
10558 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10559 # support --undefined. This deserves some investigation. FIXME
10560 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10561 else
10562 ld_shlibs=no
10563 fi
10564 ;;
10565
10566 cygwin* | mingw* | pw32* | cegcc*)
10567 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10568 # as there is no search path for DLLs.
10569 hardcode_libdir_flag_spec='-L$libdir'
10570 export_dynamic_flag_spec='${wl}--export-all-symbols'
10571 allow_undefined_flag=unsupported
10572 always_export_symbols=no
10573 enable_shared_with_static_runtimes=yes
10574 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10575
10576 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10577 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10578 # If the export-symbols file already is a .def file (1st line
10579 # is EXPORTS), use it as is; otherwise, prepend...
10580 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10581 cp $export_symbols $output_objdir/$soname.def;
10582 else
10583 echo EXPORTS > $output_objdir/$soname.def;
10584 cat $export_symbols >> $output_objdir/$soname.def;
10585 fi~
10586 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10587 else
10588 ld_shlibs=no
10589 fi
10590 ;;
10591
10592 haiku*)
10593 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10594 link_all_deplibs=yes
10595 ;;
10596
10597 interix[3-9]*)
10598 hardcode_direct=no
10599 hardcode_shlibpath_var=no
10600 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10601 export_dynamic_flag_spec='${wl}-E'
10602 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10603 # Instead, shared libraries are loaded at an image base (0x10000000 by
10604 # default) and relocated if they conflict, which is a slow very memory
10605 # consuming and fragmenting process. To avoid this, we pick a random,
10606 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10607 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10608 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10609 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'
10610 ;;
10611
10612 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10613 tmp_diet=no
10614 if test "$host_os" = linux-dietlibc; then
10615 case $cc_basename in
10616 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10617 esac
10618 fi
10619 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10620 && test "$tmp_diet" = no
10621 then
5cddc23a 10622 tmp_addflag=' $pic_flag'
6bb11ab3
L
10623 tmp_sharedflag='-shared'
10624 case $cc_basename,$host_cpu in
10625 pgcc*) # Portland Group C compiler
10626 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'
10627 tmp_addflag=' $pic_flag'
10628 ;;
10629 pgf77* | pgf90* | pgf95* | pgfortran*)
10630 # Portland Group f77 and f90 compilers
10631 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'
10632 tmp_addflag=' $pic_flag -Mnomain' ;;
10633 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10634 tmp_addflag=' -i_dynamic' ;;
10635 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10636 tmp_addflag=' -i_dynamic -nofor_main' ;;
10637 ifc* | ifort*) # Intel Fortran compiler
10638 tmp_addflag=' -nofor_main' ;;
10639 lf95*) # Lahey Fortran 8.1
10640 whole_archive_flag_spec=
10641 tmp_sharedflag='--shared' ;;
10642 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10643 tmp_sharedflag='-qmkshrobj'
10644 tmp_addflag= ;;
10645 nvcc*) # Cuda Compiler Driver 2.2
10646 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'
10647 compiler_needs_object=yes
10648 ;;
10649 esac
10650 case `$CC -V 2>&1 | sed 5q` in
10651 *Sun\ C*) # Sun C 5.9
10652 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'
10653 compiler_needs_object=yes
10654 tmp_sharedflag='-G' ;;
10655 *Sun\ F*) # Sun Fortran 8.3
10656 tmp_sharedflag='-G' ;;
10657 esac
10658 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10659
10660 if test "x$supports_anon_versioning" = xyes; then
10661 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10662 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10663 echo "local: *; };" >> $output_objdir/$libname.ver~
10664 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10665 fi
10666
10667 case $cc_basename in
10668 xlf* | bgf* | bgxlf* | mpixlf*)
10669 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10670 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10671 hardcode_libdir_flag_spec=
10672 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10673 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10674 if test "x$supports_anon_versioning" = xyes; then
10675 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10676 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10677 echo "local: *; };" >> $output_objdir/$libname.ver~
10678 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10679 fi
10680 ;;
10681 esac
10682 else
10683 ld_shlibs=no
10684 fi
10685 ;;
10686
10687 netbsd*)
10688 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10689 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10690 wlarc=
10691 else
10692 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10693 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10694 fi
10695 ;;
10696
10697 solaris*)
10698 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10699 ld_shlibs=no
10700 cat <<_LT_EOF 1>&2
10701
10702*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10703*** create shared libraries on Solaris systems. Therefore, libtool
10704*** is disabling shared libraries support. We urge you to upgrade GNU
10705*** binutils to release 2.9.1 or newer. Another option is to modify
10706*** your PATH or compiler configuration so that the native linker is
10707*** used, and then restart.
10708
10709_LT_EOF
10710 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10711 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10712 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10713 else
10714 ld_shlibs=no
10715 fi
10716 ;;
10717
10718 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10719 case `$LD -v 2>&1` in
10720 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10721 ld_shlibs=no
10722 cat <<_LT_EOF 1>&2
10723
10724*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10725*** reliably create shared libraries on SCO systems. Therefore, libtool
10726*** is disabling shared libraries support. We urge you to upgrade GNU
10727*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10728*** your PATH or compiler configuration so that the native linker is
10729*** used, and then restart.
10730
10731_LT_EOF
10732 ;;
10733 *)
10734 # For security reasons, it is highly recommended that you always
10735 # use absolute paths for naming shared libraries, and exclude the
10736 # DT_RUNPATH tag from executables and libraries. But doing so
10737 # requires that you compile everything twice, which is a pain.
10738 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10739 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10740 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10741 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10742 else
10743 ld_shlibs=no
10744 fi
10745 ;;
10746 esac
10747 ;;
10748
10749 sunos4*)
10750 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10751 wlarc=
10752 hardcode_direct=yes
10753 hardcode_shlibpath_var=no
10754 ;;
10755
10756 *)
10757 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10758 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10759 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10760 else
10761 ld_shlibs=no
10762 fi
10763 ;;
10764 esac
10765
10766 if test "$ld_shlibs" = no; then
10767 runpath_var=
10768 hardcode_libdir_flag_spec=
10769 export_dynamic_flag_spec=
10770 whole_archive_flag_spec=
10771 fi
10772 else
10773 # PORTME fill in a description of your system's linker (not GNU ld)
10774 case $host_os in
10775 aix3*)
10776 allow_undefined_flag=unsupported
10777 always_export_symbols=yes
10778 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'
10779 # Note: this linker hardcodes the directories in LIBPATH if there
10780 # are no directories specified by -L.
10781 hardcode_minus_L=yes
10782 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10783 # Neither direct hardcoding nor static linking is supported with a
10784 # broken collect2.
10785 hardcode_direct=unsupported
10786 fi
10787 ;;
10788
10789 aix[4-9]*)
10790 if test "$host_cpu" = ia64; then
10791 # On IA64, the linker does run time linking by default, so we don't
10792 # have to do anything special.
10793 aix_use_runtimelinking=no
10794 exp_sym_flag='-Bexport'
10795 no_entry_flag=""
10796 else
10797 # If we're using GNU nm, then we don't want the "-C" option.
10798 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10799 # Also, AIX nm treats weak defined symbols like other global
10800 # defined symbols, whereas GNU nm marks them as "W".
10801 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10802 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'
10803 else
10804 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'
10805 fi
10806 aix_use_runtimelinking=no
10807
10808 # Test if we are trying to use run time linking or normal
10809 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10810 # need to do runtime linking.
10811 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10812 for ld_flag in $LDFLAGS; do
10813 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10814 aix_use_runtimelinking=yes
10815 break
10816 fi
10817 done
10818 ;;
10819 esac
10820
10821 exp_sym_flag='-bexport'
10822 no_entry_flag='-bnoentry'
10823 fi
10824
10825 # When large executables or shared objects are built, AIX ld can
10826 # have problems creating the table of contents. If linking a library
10827 # or program results in "error TOC overflow" add -mminimal-toc to
10828 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10829 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10830
10831 archive_cmds=''
10832 hardcode_direct=yes
10833 hardcode_direct_absolute=yes
10834 hardcode_libdir_separator=':'
10835 link_all_deplibs=yes
10836 file_list_spec='${wl}-f,'
10837
10838 if test "$GCC" = yes; then
10839 case $host_os in aix4.[012]|aix4.[012].*)
10840 # We only want to do this on AIX 4.2 and lower, the check
10841 # below for broken collect2 doesn't work under 4.3+
10842 collect2name=`${CC} -print-prog-name=collect2`
10843 if test -f "$collect2name" &&
10844 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10845 then
10846 # We have reworked collect2
10847 :
10848 else
10849 # We have old collect2
10850 hardcode_direct=unsupported
10851 # It fails to find uninstalled libraries when the uninstalled
10852 # path is not listed in the libpath. Setting hardcode_minus_L
10853 # to unsupported forces relinking
10854 hardcode_minus_L=yes
10855 hardcode_libdir_flag_spec='-L$libdir'
10856 hardcode_libdir_separator=
10857 fi
10858 ;;
10859 esac
10860 shared_flag='-shared'
10861 if test "$aix_use_runtimelinking" = yes; then
10862 shared_flag="$shared_flag "'${wl}-G'
10863 fi
10864 else
10865 # not using gcc
10866 if test "$host_cpu" = ia64; then
10867 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10868 # chokes on -Wl,-G. The following line is correct:
10869 shared_flag='-G'
10870 else
10871 if test "$aix_use_runtimelinking" = yes; then
10872 shared_flag='${wl}-G'
10873 else
10874 shared_flag='${wl}-bM:SRE'
10875 fi
10876 fi
10877 fi
10878
10879 export_dynamic_flag_spec='${wl}-bexpall'
10880 # It seems that -bexpall does not export symbols beginning with
10881 # underscore (_), so it is better to generate a list of symbols to export.
10882 always_export_symbols=yes
10883 if test "$aix_use_runtimelinking" = yes; then
10884 # Warning - without using the other runtime loading flags (-brtl),
10885 # -berok will link without error, but may produce a broken library.
10886 allow_undefined_flag='-berok'
10887 # Determine the default libpath from the value encoded in an
10888 # empty executable.
10889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
10890/* end confdefs.h. */
10891
10892int
10893main ()
10894{
10895
10896 ;
10897 return 0;
10898}
10899_ACEOF
6bb11ab3 10900if ac_fn_c_try_link "$LINENO"; then :
b7026657 10901
6bb11ab3
L
10902lt_aix_libpath_sed='
10903 /Import File Strings/,/^$/ {
10904 /^0/ {
10905 s/^0 *\(.*\)$/\1/
10906 p
10907 }
10908 }'
10909aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10910# Check for a 64-bit object if we didn't find anything.
10911if test -z "$aix_libpath"; then
10912 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10913fi
10914fi
10915rm -f core conftest.err conftest.$ac_objext \
10916 conftest$ac_exeext conftest.$ac_ext
10917if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10918
10919 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10920 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"
10921 else
10922 if test "$host_cpu" = ia64; then
10923 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10924 allow_undefined_flag="-z nodefs"
10925 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"
10926 else
10927 # Determine the default libpath from the value encoded in an
10928 # empty executable.
81ecdfbb
RW
10929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10930/* end confdefs.h. */
10931
10932int
10933main ()
10934{
10935
10936 ;
10937 return 0;
10938}
10939_ACEOF
6bb11ab3
L
10940if ac_fn_c_try_link "$LINENO"; then :
10941
10942lt_aix_libpath_sed='
10943 /Import File Strings/,/^$/ {
10944 /^0/ {
10945 s/^0 *\(.*\)$/\1/
10946 p
10947 }
10948 }'
10949aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10950# Check for a 64-bit object if we didn't find anything.
10951if test -z "$aix_libpath"; then
10952 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 10953fi
81ecdfbb 10954fi
6bb11ab3
L
10955rm -f core conftest.err conftest.$ac_objext \
10956 conftest$ac_exeext conftest.$ac_ext
10957if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10958
10959 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10960 # Warning - without using the other run time loading flags,
10961 # -berok will link without error, but may produce a broken library.
10962 no_undefined_flag=' ${wl}-bernotok'
10963 allow_undefined_flag=' ${wl}-berok'
10964 if test "$with_gnu_ld" = yes; then
10965 # We only use this code for GNU lds that support --whole-archive.
10966 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10967 else
10968 # Exported symbols can be pulled into shared objects from archives
10969 whole_archive_flag_spec='$convenience'
10970 fi
10971 archive_cmds_need_lc=yes
10972 # This is similar to how AIX traditionally builds its shared libraries.
10973 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'
10974 fi
10975 fi
10976 ;;
10977
10978 amigaos*)
10979 case $host_cpu in
10980 powerpc)
10981 # see comment about AmigaOS4 .so support
10982 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10983 archive_expsym_cmds=''
10984 ;;
10985 m68k)
10986 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)'
10987 hardcode_libdir_flag_spec='-L$libdir'
10988 hardcode_minus_L=yes
10989 ;;
10990 esac
10991 ;;
10992
10993 bsdi[45]*)
10994 export_dynamic_flag_spec=-rdynamic
10995 ;;
10996
10997 cygwin* | mingw* | pw32* | cegcc*)
10998 # When not using gcc, we currently assume that we are using
10999 # Microsoft Visual C++.
11000 # hardcode_libdir_flag_spec is actually meaningless, as there is
11001 # no search path for DLLs.
11002 hardcode_libdir_flag_spec=' '
11003 allow_undefined_flag=unsupported
11004 # Tell ltmain to make .lib files, not .a files.
11005 libext=lib
11006 # Tell ltmain to make .dll files, not .so files.
11007 shrext_cmds=".dll"
11008 # FIXME: Setting linknames here is a bad hack.
11009 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11010 # The linker will automatically build a .lib file if we build a DLL.
11011 old_archive_from_new_cmds='true'
11012 # FIXME: Should let the user specify the lib program.
11013 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11014 fix_srcfile_path='`cygpath -w "$srcfile"`'
11015 enable_shared_with_static_runtimes=yes
11016 ;;
11017
11018 darwin* | rhapsody*)
11019
11020
11021 archive_cmds_need_lc=no
11022 hardcode_direct=no
11023 hardcode_automatic=yes
11024 hardcode_shlibpath_var=unsupported
11025 if test "$lt_cv_ld_force_load" = "yes"; then
11026 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 11027 else
6bb11ab3 11028 whole_archive_flag_spec=''
f0569246 11029 fi
6bb11ab3
L
11030 link_all_deplibs=yes
11031 allow_undefined_flag="$_lt_dar_allow_undefined"
11032 case $cc_basename in
11033 ifort*) _lt_dar_can_shared=yes ;;
11034 *) _lt_dar_can_shared=$GCC ;;
11035 esac
11036 if test "$_lt_dar_can_shared" = "yes"; then
11037 output_verbose_link_cmd=func_echo_all
11038 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11039 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11040 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}"
11041 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}"
11042
f0569246 11043 else
6bb11ab3 11044 ld_shlibs=no
f0569246 11045 fi
6bb11ab3
L
11046
11047 ;;
11048
11049 dgux*)
11050 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11051 hardcode_libdir_flag_spec='-L$libdir'
11052 hardcode_shlibpath_var=no
11053 ;;
11054
11055 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11056 # support. Future versions do this automatically, but an explicit c++rt0.o
11057 # does not break anything, and helps significantly (at the cost of a little
11058 # extra space).
11059 freebsd2.2*)
11060 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11061 hardcode_libdir_flag_spec='-R$libdir'
11062 hardcode_direct=yes
11063 hardcode_shlibpath_var=no
11064 ;;
11065
11066 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11067 freebsd2.*)
11068 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11069 hardcode_direct=yes
11070 hardcode_minus_L=yes
11071 hardcode_shlibpath_var=no
11072 ;;
11073
11074 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11075 freebsd* | dragonfly*)
11076 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11077 hardcode_libdir_flag_spec='-R$libdir'
11078 hardcode_direct=yes
11079 hardcode_shlibpath_var=no
11080 ;;
11081
11082 hpux9*)
11083 if test "$GCC" = yes; then
11084 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'
11085 else
11086 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'
11087 fi
11088 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11089 hardcode_libdir_separator=:
11090 hardcode_direct=yes
11091
11092 # hardcode_minus_L: Not really in the search PATH,
11093 # but as the default location of the library.
11094 hardcode_minus_L=yes
11095 export_dynamic_flag_spec='${wl}-E'
11096 ;;
11097
11098 hpux10*)
11099 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11100 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11101 else
11102 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11103 fi
11104 if test "$with_gnu_ld" = no; then
11105 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11106 hardcode_libdir_flag_spec_ld='+b $libdir'
11107 hardcode_libdir_separator=:
11108 hardcode_direct=yes
11109 hardcode_direct_absolute=yes
11110 export_dynamic_flag_spec='${wl}-E'
11111 # hardcode_minus_L: Not really in the search PATH,
11112 # but as the default location of the library.
11113 hardcode_minus_L=yes
11114 fi
11115 ;;
11116
11117 hpux11*)
11118 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11119 case $host_cpu in
11120 hppa*64*)
11121 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11122 ;;
11123 ia64*)
11124 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11125 ;;
11126 *)
11127 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11128 ;;
11129 esac
11130 else
11131 case $host_cpu in
11132 hppa*64*)
11133 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11134 ;;
11135 ia64*)
11136 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11137 ;;
11138 *)
11139
11140 # Older versions of the 11.00 compiler do not understand -b yet
11141 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11143$as_echo_n "checking if $CC understands -b... " >&6; }
11144if test "${lt_cv_prog_compiler__b+set}" = set; then :
81ecdfbb 11145 $as_echo_n "(cached) " >&6
f0569246 11146else
6bb11ab3
L
11147 lt_cv_prog_compiler__b=no
11148 save_LDFLAGS="$LDFLAGS"
11149 LDFLAGS="$LDFLAGS -b"
11150 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11151 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11152 # The linker can only warn and ignore the option if not recognized
11153 # So say no if there are warnings
11154 if test -s conftest.err; then
11155 # Append any errors to the config.log.
11156 cat conftest.err 1>&5
11157 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11158 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11159 if diff conftest.exp conftest.er2 >/dev/null; then
11160 lt_cv_prog_compiler__b=yes
11161 fi
11162 else
11163 lt_cv_prog_compiler__b=yes
11164 fi
11165 fi
11166 $RM -r conftest*
11167 LDFLAGS="$save_LDFLAGS"
f0569246 11168
6bb11ab3
L
11169fi
11170{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11171$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 11172
6bb11ab3
L
11173if test x"$lt_cv_prog_compiler__b" = xyes; then
11174 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11175else
11176 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11177fi
81ecdfbb 11178
6bb11ab3
L
11179 ;;
11180 esac
11181 fi
11182 if test "$with_gnu_ld" = no; then
11183 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11184 hardcode_libdir_separator=:
11185
11186 case $host_cpu in
11187 hppa*64*|ia64*)
11188 hardcode_direct=no
11189 hardcode_shlibpath_var=no
11190 ;;
11191 *)
11192 hardcode_direct=yes
11193 hardcode_direct_absolute=yes
11194 export_dynamic_flag_spec='${wl}-E'
11195
11196 # hardcode_minus_L: Not really in the search PATH,
11197 # but as the default location of the library.
11198 hardcode_minus_L=yes
11199 ;;
11200 esac
11201 fi
11202 ;;
11203
11204 irix5* | irix6* | nonstopux*)
11205 if test "$GCC" = yes; then
11206 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'
11207 # Try to use the -exported_symbol ld option, if it does not
11208 # work, assume that -exports_file does not work either and
11209 # implicitly export all symbols.
11210 save_LDFLAGS="$LDFLAGS"
11211 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11213/* end confdefs.h. */
11214int foo(void) {}
b7026657 11215_ACEOF
6bb11ab3
L
11216if ac_fn_c_try_link "$LINENO"; then :
11217 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 11218
f0569246 11219fi
6bb11ab3
L
11220rm -f core conftest.err conftest.$ac_objext \
11221 conftest$ac_exeext conftest.$ac_ext
11222 LDFLAGS="$save_LDFLAGS"
11223 else
11224 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'
11225 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'
11226 fi
11227 archive_cmds_need_lc='no'
11228 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11229 hardcode_libdir_separator=:
11230 inherit_rpath=yes
11231 link_all_deplibs=yes
11232 ;;
11233
11234 netbsd*)
11235 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11236 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11237 else
11238 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11239 fi
11240 hardcode_libdir_flag_spec='-R$libdir'
11241 hardcode_direct=yes
11242 hardcode_shlibpath_var=no
11243 ;;
11244
11245 newsos6)
11246 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11247 hardcode_direct=yes
11248 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11249 hardcode_libdir_separator=:
11250 hardcode_shlibpath_var=no
11251 ;;
11252
11253 *nto* | *qnx*)
11254 ;;
11255
11256 openbsd*)
11257 if test -f /usr/libexec/ld.so; then
11258 hardcode_direct=yes
11259 hardcode_shlibpath_var=no
11260 hardcode_direct_absolute=yes
11261 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11262 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11263 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11264 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11265 export_dynamic_flag_spec='${wl}-E'
11266 else
11267 case $host_os in
11268 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11269 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11270 hardcode_libdir_flag_spec='-R$libdir'
11271 ;;
11272 *)
11273 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11274 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11275 ;;
11276 esac
11277 fi
11278 else
11279 ld_shlibs=no
11280 fi
11281 ;;
11282
11283 os2*)
11284 hardcode_libdir_flag_spec='-L$libdir'
11285 hardcode_minus_L=yes
11286 allow_undefined_flag=unsupported
11287 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'
11288 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11289 ;;
11290
11291 osf3*)
11292 if test "$GCC" = yes; then
11293 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11294 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'
11295 else
11296 allow_undefined_flag=' -expect_unresolved \*'
11297 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'
11298 fi
11299 archive_cmds_need_lc='no'
11300 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11301 hardcode_libdir_separator=:
11302 ;;
11303
11304 osf4* | osf5*) # as osf3* with the addition of -msym flag
11305 if test "$GCC" = yes; then
11306 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11307 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'
11308 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11309 else
11310 allow_undefined_flag=' -expect_unresolved \*'
11311 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'
11312 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~
11313 $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'
11314
11315 # Both c and cxx compiler support -rpath directly
11316 hardcode_libdir_flag_spec='-rpath $libdir'
11317 fi
11318 archive_cmds_need_lc='no'
11319 hardcode_libdir_separator=:
11320 ;;
11321
11322 solaris*)
11323 no_undefined_flag=' -z defs'
11324 if test "$GCC" = yes; then
11325 wlarc='${wl}'
11326 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11327 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11328 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11329 else
11330 case `$CC -V 2>&1` in
11331 *"Compilers 5.0"*)
11332 wlarc=''
11333 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11334 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11335 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11336 ;;
11337 *)
11338 wlarc='${wl}'
11339 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11340 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11341 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11342 ;;
11343 esac
11344 fi
11345 hardcode_libdir_flag_spec='-R$libdir'
11346 hardcode_shlibpath_var=no
11347 case $host_os in
11348 solaris2.[0-5] | solaris2.[0-5].*) ;;
11349 *)
11350 # The compiler driver will combine and reorder linker options,
11351 # but understands `-z linker_flag'. GCC discards it without `$wl',
11352 # but is careful enough not to reorder.
11353 # Supported since Solaris 2.6 (maybe 2.5.1?)
11354 if test "$GCC" = yes; then
11355 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11356 else
11357 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11358 fi
11359 ;;
11360 esac
11361 link_all_deplibs=yes
11362 ;;
11363
11364 sunos4*)
11365 if test "x$host_vendor" = xsequent; then
11366 # Use $CC to link under sequent, because it throws in some extra .o
11367 # files that make .init and .fini sections work.
11368 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11369 else
11370 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11371 fi
11372 hardcode_libdir_flag_spec='-L$libdir'
11373 hardcode_direct=yes
11374 hardcode_minus_L=yes
11375 hardcode_shlibpath_var=no
11376 ;;
11377
11378 sysv4)
11379 case $host_vendor in
11380 sni)
11381 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11382 hardcode_direct=yes # is this really true???
11383 ;;
11384 siemens)
11385 ## LD is ld it makes a PLAMLIB
11386 ## CC just makes a GrossModule.
11387 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11388 reload_cmds='$CC -r -o $output$reload_objs'
11389 hardcode_direct=no
11390 ;;
11391 motorola)
11392 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11393 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11394 ;;
11395 esac
11396 runpath_var='LD_RUN_PATH'
11397 hardcode_shlibpath_var=no
11398 ;;
11399
11400 sysv4.3*)
11401 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11402 hardcode_shlibpath_var=no
11403 export_dynamic_flag_spec='-Bexport'
11404 ;;
11405
11406 sysv4*MP*)
11407 if test -d /usr/nec; then
11408 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11409 hardcode_shlibpath_var=no
11410 runpath_var=LD_RUN_PATH
11411 hardcode_runpath_var=yes
11412 ld_shlibs=yes
11413 fi
11414 ;;
11415
11416 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11417 no_undefined_flag='${wl}-z,text'
11418 archive_cmds_need_lc=no
11419 hardcode_shlibpath_var=no
11420 runpath_var='LD_RUN_PATH'
11421
11422 if test "$GCC" = yes; then
11423 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11424 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11425 else
11426 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11427 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11428 fi
11429 ;;
11430
11431 sysv5* | sco3.2v5* | sco5v6*)
11432 # Note: We can NOT use -z defs as we might desire, because we do not
11433 # link with -lc, and that would cause any symbols used from libc to
11434 # always be unresolved, which means just about no library would
11435 # ever link correctly. If we're not using GNU ld we use -z text
11436 # though, which does catch some bad symbols but isn't as heavy-handed
11437 # as -z defs.
11438 no_undefined_flag='${wl}-z,text'
11439 allow_undefined_flag='${wl}-z,nodefs'
11440 archive_cmds_need_lc=no
11441 hardcode_shlibpath_var=no
11442 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11443 hardcode_libdir_separator=':'
11444 link_all_deplibs=yes
11445 export_dynamic_flag_spec='${wl}-Bexport'
11446 runpath_var='LD_RUN_PATH'
11447
11448 if test "$GCC" = yes; then
11449 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11450 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11451 else
11452 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11453 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11454 fi
11455 ;;
11456
11457 uts4*)
11458 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11459 hardcode_libdir_flag_spec='-L$libdir'
11460 hardcode_shlibpath_var=no
11461 ;;
11462
11463 *)
11464 ld_shlibs=no
11465 ;;
11466 esac
11467
11468 if test x$host_vendor = xsni; then
11469 case $host in
11470 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11471 export_dynamic_flag_spec='${wl}-Blargedynsym'
11472 ;;
11473 esac
11474 fi
11475 fi
11476
11477{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11478$as_echo "$ld_shlibs" >&6; }
11479test "$ld_shlibs" = no && can_build_shared=no
11480
11481with_gnu_ld=$with_gnu_ld
11482
11483
11484
b7026657 11485
f0569246 11486
f0569246 11487
6ffe910a 11488
6ffe910a
MF
11489
11490
6ffe910a 11491
f0569246 11492
f0569246
AC
11493
11494
6bb11ab3
L
11495
11496
11497#
11498# Do we need to explicitly link libc?
11499#
11500case "x$archive_cmds_need_lc" in
11501x|xyes)
11502 # Assume -lc should be added
11503 archive_cmds_need_lc=yes
11504
11505 if test "$enable_shared" = yes && test "$GCC" = yes; then
11506 case $archive_cmds in
11507 *'~'*)
11508 # FIXME: we may have to deal with multi-command sequences.
11509 ;;
11510 '$CC '*)
11511 # Test whether the compiler implicitly links with -lc since on some
11512 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11513 # to ld, don't add -lc before -lgcc.
11514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11515$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11516if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
6ffe910a 11517 $as_echo_n "(cached) " >&6
b7026657 11518else
6bb11ab3
L
11519 $RM conftest*
11520 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11521
11522 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11523 (eval $ac_compile) 2>&5
11524 ac_status=$?
11525 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11526 test $ac_status = 0; } 2>conftest.err; then
11527 soname=conftest
11528 lib=conftest
11529 libobjs=conftest.$ac_objext
11530 deplibs=
11531 wl=$lt_prog_compiler_wl
11532 pic_flag=$lt_prog_compiler_pic
11533 compiler_flags=-v
11534 linker_flags=-v
11535 verstring=
11536 output_objdir=.
11537 libname=conftest
11538 lt_save_allow_undefined_flag=$allow_undefined_flag
11539 allow_undefined_flag=
11540 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11541 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11542 ac_status=$?
11543 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11544 test $ac_status = 0; }
11545 then
11546 lt_cv_archive_cmds_need_lc=no
11547 else
11548 lt_cv_archive_cmds_need_lc=yes
11549 fi
11550 allow_undefined_flag=$lt_save_allow_undefined_flag
11551 else
11552 cat conftest.err 1>&5
11553 fi
11554 $RM conftest*
c906108c 11555
6ffe910a 11556fi
6bb11ab3
L
11557{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11558$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11559 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11560 ;;
11561 esac
11562 fi
11563 ;;
6ffe910a 11564esac
c906108c 11565
c906108c 11566
6ffe910a 11567
c906108c 11568
81ecdfbb 11569
35695fd6 11570
35695fd6 11571
35695fd6 11572
f0569246 11573
c906108c 11574
f0569246 11575
b7026657 11576
f0569246 11577
c906108c 11578
81ecdfbb 11579
c906108c 11580
f0569246
AC
11581
11582
81ecdfbb 11583
81ecdfbb 11584
81ecdfbb
RW
11585
11586
81ecdfbb 11587
81ecdfbb 11588
f0569246
AC
11589
11590
c906108c 11591
f0569246 11592
c906108c 11593
c906108c 11594
81ecdfbb 11595
b7026657 11596
c906108c 11597
f0569246 11598
81ecdfbb 11599
f0569246 11600
c906108c 11601
c906108c 11602
b7026657 11603
81ecdfbb 11604
b7026657 11605
c906108c 11606
c906108c 11607
b7026657
AC
11608
11609
11610
11611
6ffe910a 11612
2232061b
MF
11613
11614
2232061b 11615
2232061b
MF
11616
11617
2232061b
MF
11618
11619
2232061b 11620
2232061b
MF
11621
11622
6bb11ab3
L
11623
11624
11625
11626
11627
11628
11629
11630
11631
11632
11633
11634
11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
11658
11659
11660
11661
11662
11663
11664
11665
11666
11667
11668
11669
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681
11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
11707
11708
11709
11710
11711
11712
11713
11714
11715
11716
11717
11718
11719
11720
11721
11722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11723$as_echo_n "checking dynamic linker characteristics... " >&6; }
11724
11725if test "$GCC" = yes; then
11726 case $host_os in
11727 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11728 *) lt_awk_arg="/^libraries:/" ;;
11729 esac
11730 case $host_os in
11731 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11732 *) lt_sed_strip_eq="s,=/,/,g" ;;
11733 esac
11734 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11735 case $lt_search_path_spec in
11736 *\;*)
11737 # if the path contains ";" then we assume it to be the separator
11738 # otherwise default to the standard path separator (i.e. ":") - it is
11739 # assumed that no part of a normal pathname contains ";" but that should
11740 # okay in the real world where ";" in dirpaths is itself problematic.
11741 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11742 ;;
11743 *)
11744 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11745 ;;
11746 esac
11747 # Ok, now we have the path, separated by spaces, we can step through it
11748 # and add multilib dir if necessary.
11749 lt_tmp_lt_search_path_spec=
11750 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11751 for lt_sys_path in $lt_search_path_spec; do
11752 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11753 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11754 else
11755 test -d "$lt_sys_path" && \
11756 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11757 fi
11758 done
11759 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11760BEGIN {RS=" "; FS="/|\n";} {
11761 lt_foo="";
11762 lt_count=0;
11763 for (lt_i = NF; lt_i > 0; lt_i--) {
11764 if ($lt_i != "" && $lt_i != ".") {
11765 if ($lt_i == "..") {
11766 lt_count++;
11767 } else {
11768 if (lt_count == 0) {
11769 lt_foo="/" $lt_i lt_foo;
11770 } else {
11771 lt_count--;
11772 }
11773 }
11774 }
11775 }
11776 if (lt_foo != "") { lt_freq[lt_foo]++; }
11777 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11778}'`
11779 # AWK program above erroneously prepends '/' to C:/dos/paths
11780 # for these hosts.
11781 case $host_os in
11782 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11783 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11784 esac
11785 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11786else
11787 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11788fi
11789library_names_spec=
11790libname_spec='lib$name'
11791soname_spec=
11792shrext_cmds=".so"
11793postinstall_cmds=
11794postuninstall_cmds=
11795finish_cmds=
11796finish_eval=
11797shlibpath_var=
11798shlibpath_overrides_runpath=unknown
11799version_type=none
11800dynamic_linker="$host_os ld.so"
11801sys_lib_dlsearch_path_spec="/lib /usr/lib"
11802need_lib_prefix=unknown
11803hardcode_into_libs=no
11804
11805# when you set need_version to no, make sure it does not cause -set_version
11806# flags to be left without arguments
11807need_version=unknown
11808
11809case $host_os in
11810aix3*)
11811 version_type=linux
11812 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11813 shlibpath_var=LIBPATH
11814
11815 # AIX 3 has no versioning support, so we append a major version to the name.
11816 soname_spec='${libname}${release}${shared_ext}$major'
11817 ;;
11818
11819aix[4-9]*)
11820 version_type=linux
11821 need_lib_prefix=no
11822 need_version=no
11823 hardcode_into_libs=yes
11824 if test "$host_cpu" = ia64; then
11825 # AIX 5 supports IA64
11826 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11827 shlibpath_var=LD_LIBRARY_PATH
11828 else
11829 # With GCC up to 2.95.x, collect2 would create an import file
11830 # for dependence libraries. The import file would start with
11831 # the line `#! .'. This would cause the generated library to
11832 # depend on `.', always an invalid library. This was fixed in
11833 # development snapshots of GCC prior to 3.0.
11834 case $host_os in
11835 aix4 | aix4.[01] | aix4.[01].*)
11836 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11837 echo ' yes '
11838 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11839 :
11840 else
11841 can_build_shared=no
11842 fi
11843 ;;
11844 esac
11845 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11846 # soname into executable. Probably we can add versioning support to
11847 # collect2, so additional links can be useful in future.
11848 if test "$aix_use_runtimelinking" = yes; then
11849 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11850 # instead of lib<name>.a to let people know that these are not
11851 # typical AIX shared libraries.
11852 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11853 else
11854 # We preserve .a as extension for shared libraries through AIX4.2
11855 # and later when we are not doing run time linking.
11856 library_names_spec='${libname}${release}.a $libname.a'
11857 soname_spec='${libname}${release}${shared_ext}$major'
11858 fi
11859 shlibpath_var=LIBPATH
11860 fi
11861 ;;
11862
11863amigaos*)
11864 case $host_cpu in
11865 powerpc)
11866 # Since July 2007 AmigaOS4 officially supports .so libraries.
11867 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11868 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11869 ;;
11870 m68k)
11871 library_names_spec='$libname.ixlibrary $libname.a'
11872 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11873 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'
11874 ;;
11875 esac
11876 ;;
11877
11878beos*)
11879 library_names_spec='${libname}${shared_ext}'
11880 dynamic_linker="$host_os ld.so"
11881 shlibpath_var=LIBRARY_PATH
11882 ;;
11883
11884bsdi[45]*)
11885 version_type=linux
11886 need_version=no
11887 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11888 soname_spec='${libname}${release}${shared_ext}$major'
11889 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11890 shlibpath_var=LD_LIBRARY_PATH
11891 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11892 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11893 # the default ld.so.conf also contains /usr/contrib/lib and
11894 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11895 # libtool to hard-code these into programs
11896 ;;
11897
11898cygwin* | mingw* | pw32* | cegcc*)
11899 version_type=windows
11900 shrext_cmds=".dll"
11901 need_version=no
11902 need_lib_prefix=no
11903
11904 case $GCC,$host_os in
11905 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11906 library_names_spec='$libname.dll.a'
11907 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11908 postinstall_cmds='base_file=`basename \${file}`~
11909 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11910 dldir=$destdir/`dirname \$dlpath`~
11911 test -d \$dldir || mkdir -p \$dldir~
11912 $install_prog $dir/$dlname \$dldir/$dlname~
11913 chmod a+x \$dldir/$dlname~
11914 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11915 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11916 fi'
11917 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11918 dlpath=$dir/\$dldll~
11919 $RM \$dlpath'
11920 shlibpath_overrides_runpath=yes
11921
11922 case $host_os in
11923 cygwin*)
11924 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11925 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11926
11927 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11928 ;;
11929 mingw* | cegcc*)
11930 # MinGW DLLs use traditional 'lib' prefix
11931 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11932 ;;
11933 pw32*)
11934 # pw32 DLLs use 'pw' prefix rather than 'lib'
11935 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11936 ;;
11937 esac
11938 ;;
11939
11940 *)
11941 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11942 ;;
11943 esac
11944 dynamic_linker='Win32 ld.exe'
11945 # FIXME: first we should search . and the directory the executable is in
11946 shlibpath_var=PATH
11947 ;;
11948
11949darwin* | rhapsody*)
11950 dynamic_linker="$host_os dyld"
11951 version_type=darwin
11952 need_lib_prefix=no
11953 need_version=no
11954 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11955 soname_spec='${libname}${release}${major}$shared_ext'
11956 shlibpath_overrides_runpath=yes
11957 shlibpath_var=DYLD_LIBRARY_PATH
11958 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11959
11960 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11961 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11962 ;;
11963
11964dgux*)
11965 version_type=linux
11966 need_lib_prefix=no
11967 need_version=no
11968 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11969 soname_spec='${libname}${release}${shared_ext}$major'
11970 shlibpath_var=LD_LIBRARY_PATH
11971 ;;
11972
11973freebsd* | dragonfly*)
11974 # DragonFly does not have aout. When/if they implement a new
11975 # versioning mechanism, adjust this.
11976 if test -x /usr/bin/objformat; then
11977 objformat=`/usr/bin/objformat`
11978 else
11979 case $host_os in
11980 freebsd[23].*) objformat=aout ;;
11981 *) objformat=elf ;;
11982 esac
11983 fi
11984 version_type=freebsd-$objformat
11985 case $version_type in
11986 freebsd-elf*)
11987 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11988 need_version=no
11989 need_lib_prefix=no
11990 ;;
11991 freebsd-*)
11992 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11993 need_version=yes
11994 ;;
11995 esac
11996 shlibpath_var=LD_LIBRARY_PATH
11997 case $host_os in
11998 freebsd2.*)
11999 shlibpath_overrides_runpath=yes
12000 ;;
12001 freebsd3.[01]* | freebsdelf3.[01]*)
12002 shlibpath_overrides_runpath=yes
12003 hardcode_into_libs=yes
12004 ;;
12005 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12006 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12007 shlibpath_overrides_runpath=no
12008 hardcode_into_libs=yes
12009 ;;
12010 *) # from 4.6 on, and DragonFly
12011 shlibpath_overrides_runpath=yes
12012 hardcode_into_libs=yes
12013 ;;
12014 esac
12015 ;;
12016
12017gnu*)
12018 version_type=linux
12019 need_lib_prefix=no
12020 need_version=no
12021 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12022 soname_spec='${libname}${release}${shared_ext}$major'
12023 shlibpath_var=LD_LIBRARY_PATH
12024 hardcode_into_libs=yes
12025 ;;
12026
12027haiku*)
12028 version_type=linux
12029 need_lib_prefix=no
12030 need_version=no
12031 dynamic_linker="$host_os runtime_loader"
12032 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12033 soname_spec='${libname}${release}${shared_ext}$major'
12034 shlibpath_var=LIBRARY_PATH
12035 shlibpath_overrides_runpath=yes
12036 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12037 hardcode_into_libs=yes
12038 ;;
12039
12040hpux9* | hpux10* | hpux11*)
12041 # Give a soname corresponding to the major version so that dld.sl refuses to
12042 # link against other versions.
12043 version_type=sunos
12044 need_lib_prefix=no
12045 need_version=no
12046 case $host_cpu in
12047 ia64*)
12048 shrext_cmds='.so'
12049 hardcode_into_libs=yes
12050 dynamic_linker="$host_os dld.so"
12051 shlibpath_var=LD_LIBRARY_PATH
12052 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12053 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12054 soname_spec='${libname}${release}${shared_ext}$major'
12055 if test "X$HPUX_IA64_MODE" = X32; then
12056 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12057 else
12058 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12059 fi
12060 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12061 ;;
12062 hppa*64*)
12063 shrext_cmds='.sl'
12064 hardcode_into_libs=yes
12065 dynamic_linker="$host_os dld.sl"
12066 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12067 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12068 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12069 soname_spec='${libname}${release}${shared_ext}$major'
12070 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12071 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12072 ;;
12073 *)
12074 shrext_cmds='.sl'
12075 dynamic_linker="$host_os dld.sl"
12076 shlibpath_var=SHLIB_PATH
12077 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12078 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12079 soname_spec='${libname}${release}${shared_ext}$major'
12080 ;;
12081 esac
12082 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12083 postinstall_cmds='chmod 555 $lib'
12084 # or fails outright, so override atomically:
12085 install_override_mode=555
12086 ;;
12087
12088interix[3-9]*)
12089 version_type=linux
12090 need_lib_prefix=no
12091 need_version=no
12092 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12093 soname_spec='${libname}${release}${shared_ext}$major'
12094 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12095 shlibpath_var=LD_LIBRARY_PATH
12096 shlibpath_overrides_runpath=no
12097 hardcode_into_libs=yes
12098 ;;
12099
12100irix5* | irix6* | nonstopux*)
12101 case $host_os in
12102 nonstopux*) version_type=nonstopux ;;
12103 *)
12104 if test "$lt_cv_prog_gnu_ld" = yes; then
12105 version_type=linux
12106 else
12107 version_type=irix
12108 fi ;;
12109 esac
12110 need_lib_prefix=no
12111 need_version=no
12112 soname_spec='${libname}${release}${shared_ext}$major'
12113 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12114 case $host_os in
12115 irix5* | nonstopux*)
12116 libsuff= shlibsuff=
12117 ;;
12118 *)
12119 case $LD in # libtool.m4 will add one of these switches to LD
12120 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12121 libsuff= shlibsuff= libmagic=32-bit;;
12122 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12123 libsuff=32 shlibsuff=N32 libmagic=N32;;
12124 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12125 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12126 *) libsuff= shlibsuff= libmagic=never-match;;
12127 esac
12128 ;;
12129 esac
12130 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12131 shlibpath_overrides_runpath=no
12132 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12133 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12134 hardcode_into_libs=yes
12135 ;;
12136
12137# No shared lib support for Linux oldld, aout, or coff.
12138linux*oldld* | linux*aout* | linux*coff*)
12139 dynamic_linker=no
12140 ;;
12141
12142# This must be Linux ELF.
12143linux* | k*bsd*-gnu | kopensolaris*-gnu)
12144 version_type=linux
12145 need_lib_prefix=no
12146 need_version=no
12147 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12148 soname_spec='${libname}${release}${shared_ext}$major'
12149 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12150 shlibpath_var=LD_LIBRARY_PATH
12151 shlibpath_overrides_runpath=no
12152
12153 # Some binutils ld are patched to set DT_RUNPATH
12154 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
2232061b
MF
12155 $as_echo_n "(cached) " >&6
12156else
6bb11ab3
L
12157 lt_cv_shlibpath_overrides_runpath=no
12158 save_LDFLAGS=$LDFLAGS
12159 save_libdir=$libdir
12160 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12161 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
12163/* end confdefs.h. */
12164
2232061b
MF
12165int
12166main ()
12167{
12168
12169 ;
12170 return 0;
12171}
12172_ACEOF
6bb11ab3
L
12173if ac_fn_c_try_link "$LINENO"; then :
12174 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12175 lt_cv_shlibpath_overrides_runpath=yes
2232061b 12176fi
2232061b 12177fi
6bb11ab3
L
12178rm -f core conftest.err conftest.$ac_objext \
12179 conftest$ac_exeext conftest.$ac_ext
12180 LDFLAGS=$save_LDFLAGS
12181 libdir=$save_libdir
2232061b 12182
6bb11ab3 12183fi
2232061b 12184
6bb11ab3 12185 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 12186
6bb11ab3
L
12187 # This implies no fast_install, which is unacceptable.
12188 # Some rework will be needed to allow for fast_install
12189 # before this can be enabled.
12190 hardcode_into_libs=yes
2232061b 12191
6bb11ab3
L
12192 # Append ld.so.conf contents to the search path
12193 if test -f /etc/ld.so.conf; then
12194 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' ' '`
12195 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12196 fi
2232061b 12197
6bb11ab3
L
12198 # We used to test for /lib/ld.so.1 and disable shared libraries on
12199 # powerpc, because MkLinux only supported shared libraries with the
12200 # GNU dynamic linker. Since this was broken with cross compilers,
12201 # most powerpc-linux boxes support dynamic linking these days and
12202 # people can always --disable-shared, the test was removed, and we
12203 # assume the GNU/Linux dynamic linker is in use.
12204 dynamic_linker='GNU/Linux ld.so'
12205 ;;
12206
12207netbsd*)
12208 version_type=sunos
12209 need_lib_prefix=no
12210 need_version=no
12211 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12212 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12213 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12214 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 12215 else
6bb11ab3
L
12216 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12217 soname_spec='${libname}${release}${shared_ext}$major'
12218 dynamic_linker='NetBSD ld.elf_so'
12219 fi
12220 shlibpath_var=LD_LIBRARY_PATH
12221 shlibpath_overrides_runpath=yes
12222 hardcode_into_libs=yes
12223 ;;
12224
12225newsos6)
12226 version_type=linux
12227 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12228 shlibpath_var=LD_LIBRARY_PATH
12229 shlibpath_overrides_runpath=yes
12230 ;;
12231
12232*nto* | *qnx*)
12233 version_type=qnx
12234 need_lib_prefix=no
12235 need_version=no
12236 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12237 soname_spec='${libname}${release}${shared_ext}$major'
12238 shlibpath_var=LD_LIBRARY_PATH
12239 shlibpath_overrides_runpath=no
12240 hardcode_into_libs=yes
12241 dynamic_linker='ldqnx.so'
12242 ;;
12243
12244openbsd*)
12245 version_type=sunos
12246 sys_lib_dlsearch_path_spec="/usr/lib"
12247 need_lib_prefix=no
12248 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12249 case $host_os in
12250 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12251 *) need_version=no ;;
12252 esac
12253 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12254 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12255 shlibpath_var=LD_LIBRARY_PATH
12256 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12257 case $host_os in
12258 openbsd2.[89] | openbsd2.[89].*)
12259 shlibpath_overrides_runpath=no
12260 ;;
12261 *)
12262 shlibpath_overrides_runpath=yes
12263 ;;
12264 esac
12265 else
12266 shlibpath_overrides_runpath=yes
12267 fi
12268 ;;
12269
12270os2*)
12271 libname_spec='$name'
12272 shrext_cmds=".dll"
12273 need_lib_prefix=no
12274 library_names_spec='$libname${shared_ext} $libname.a'
12275 dynamic_linker='OS/2 ld.exe'
12276 shlibpath_var=LIBPATH
12277 ;;
12278
12279osf3* | osf4* | osf5*)
12280 version_type=osf
12281 need_lib_prefix=no
12282 need_version=no
12283 soname_spec='${libname}${release}${shared_ext}$major'
12284 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12285 shlibpath_var=LD_LIBRARY_PATH
12286 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12287 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12288 ;;
12289
12290rdos*)
12291 dynamic_linker=no
12292 ;;
12293
12294solaris*)
12295 version_type=linux
12296 need_lib_prefix=no
12297 need_version=no
12298 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12299 soname_spec='${libname}${release}${shared_ext}$major'
12300 shlibpath_var=LD_LIBRARY_PATH
12301 shlibpath_overrides_runpath=yes
12302 hardcode_into_libs=yes
12303 # ldd complains unless libraries are executable
12304 postinstall_cmds='chmod +x $lib'
12305 ;;
12306
12307sunos4*)
12308 version_type=sunos
12309 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12310 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12311 shlibpath_var=LD_LIBRARY_PATH
12312 shlibpath_overrides_runpath=yes
12313 if test "$with_gnu_ld" = yes; then
12314 need_lib_prefix=no
12315 fi
12316 need_version=yes
12317 ;;
12318
12319sysv4 | sysv4.3*)
12320 version_type=linux
12321 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12322 soname_spec='${libname}${release}${shared_ext}$major'
12323 shlibpath_var=LD_LIBRARY_PATH
12324 case $host_vendor in
12325 sni)
12326 shlibpath_overrides_runpath=no
12327 need_lib_prefix=no
12328 runpath_var=LD_RUN_PATH
12329 ;;
12330 siemens)
12331 need_lib_prefix=no
12332 ;;
12333 motorola)
12334 need_lib_prefix=no
12335 need_version=no
12336 shlibpath_overrides_runpath=no
12337 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12338 ;;
12339 esac
12340 ;;
12341
12342sysv4*MP*)
12343 if test -d /usr/nec ;then
12344 version_type=linux
12345 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12346 soname_spec='$libname${shared_ext}.$major'
12347 shlibpath_var=LD_LIBRARY_PATH
2232061b 12348 fi
6bb11ab3
L
12349 ;;
12350
12351sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12352 version_type=freebsd-elf
12353 need_lib_prefix=no
12354 need_version=no
12355 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12356 soname_spec='${libname}${release}${shared_ext}$major'
12357 shlibpath_var=LD_LIBRARY_PATH
12358 shlibpath_overrides_runpath=yes
12359 hardcode_into_libs=yes
12360 if test "$with_gnu_ld" = yes; then
12361 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12362 else
12363 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12364 case $host_os in
12365 sco3.2v5*)
12366 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12367 ;;
12368 esac
12369 fi
12370 sys_lib_dlsearch_path_spec='/usr/lib'
12371 ;;
12372
12373tpf*)
12374 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12375 version_type=linux
12376 need_lib_prefix=no
12377 need_version=no
12378 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12379 shlibpath_var=LD_LIBRARY_PATH
12380 shlibpath_overrides_runpath=no
12381 hardcode_into_libs=yes
12382 ;;
12383
12384uts4*)
12385 version_type=linux
12386 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12387 soname_spec='${libname}${release}${shared_ext}$major'
12388 shlibpath_var=LD_LIBRARY_PATH
12389 ;;
12390
12391*)
12392 dynamic_linker=no
12393 ;;
12394esac
12395{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12396$as_echo "$dynamic_linker" >&6; }
12397test "$dynamic_linker" = no && can_build_shared=no
12398
12399variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12400if test "$GCC" = yes; then
12401 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 12402fi
2232061b 12403
6bb11ab3
L
12404if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12405 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12406fi
12407if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12408 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12409fi
12410
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
2232061b 12436
2232061b 12437
2232061b 12438
2232061b 12439
2232061b
MF
12440
12441
6ffe910a 12442
6ffe910a
MF
12443
12444
12445
12446
12447
2232061b 12448
6ffe910a
MF
12449
12450
12451
12452
6ffe910a 12453
6ffe910a 12454
6ffe910a
MF
12455
12456
6ffe910a 12457
6ffe910a 12458
6ffe910a
MF
12459
12460
5f3ef9d0 12461
5f3ef9d0
JB
12462
12463
12464
db2e4d67
MF
12465
12466
db2e4d67 12467
db2e4d67 12468
db2e4d67 12469
db2e4d67 12470
db2e4d67 12471
db2e4d67 12472
db2e4d67 12473
db2e4d67
MF
12474
12475
db2e4d67 12476
db2e4d67
MF
12477
12478
db2e4d67 12479
db2e4d67
MF
12480
12481
6ffe910a 12482
6ffe910a 12483
6ffe910a
MF
12484
12485
6ffe910a
MF
12486
12487
6ffe910a 12488
6ffe910a 12489
6ffe910a 12490
6ffe910a 12491
6ffe910a 12492
b7026657
AC
12493
12494
12495
c906108c 12496
b7026657 12497
b7026657 12498
b7026657 12499
b7026657 12500
c906108c 12501
6bb11ab3
L
12502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12503$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12504hardcode_action=
12505if test -n "$hardcode_libdir_flag_spec" ||
12506 test -n "$runpath_var" ||
12507 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 12508
6bb11ab3
L
12509 # We can hardcode non-existent directories.
12510 if test "$hardcode_direct" != no &&
12511 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12512 # have to relink, otherwise we might link with an installed library
12513 # when we should be linking with a yet-to-be-installed one
12514 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12515 test "$hardcode_minus_L" != no; then
12516 # Linking always hardcodes the temporary library directory.
12517 hardcode_action=relink
12518 else
12519 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12520 hardcode_action=immediate
12521 fi
12522else
12523 # We cannot hardcode anything, or else we can only hardcode existing
12524 # directories.
12525 hardcode_action=unsupported
c906108c 12526fi
6bb11ab3
L
12527{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12528$as_echo "$hardcode_action" >&6; }
b7026657 12529
6bb11ab3
L
12530if test "$hardcode_action" = relink ||
12531 test "$inherit_rpath" = yes; then
12532 # Fast installation is not supported
12533 enable_fast_install=no
12534elif test "$shlibpath_overrides_runpath" = yes ||
12535 test "$enable_shared" = no; then
12536 # Fast installation is not necessary
12537 enable_fast_install=needless
12538fi
c906108c 12539
6bb11ab3
L
12540
12541
12542
12543
12544
12545 if test "x$enable_dlopen" != xyes; then
12546 enable_dlopen=unknown
12547 enable_dlopen_self=unknown
12548 enable_dlopen_self_static=unknown
12549else
12550 lt_cv_dlopen=no
12551 lt_cv_dlopen_libs=
12552
12553 case $host_os in
12554 beos*)
12555 lt_cv_dlopen="load_add_on"
12556 lt_cv_dlopen_libs=
12557 lt_cv_dlopen_self=yes
12558 ;;
12559
12560 mingw* | pw32* | cegcc*)
12561 lt_cv_dlopen="LoadLibrary"
12562 lt_cv_dlopen_libs=
12563 ;;
12564
12565 cygwin*)
12566 lt_cv_dlopen="dlopen"
12567 lt_cv_dlopen_libs=
12568 ;;
12569
12570 darwin*)
12571 # if libdl is installed we need to link against it
12572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12573$as_echo_n "checking for dlopen in -ldl... " >&6; }
12574if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12575 $as_echo_n "(cached) " >&6
12576else
12577 ac_check_lib_save_LIBS=$LIBS
12578LIBS="-ldl $LIBS"
12579cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12580/* end confdefs.h. */
12581
12582/* Override any GCC internal prototype to avoid an error.
12583 Use char because int might match the return type of a GCC
12584 builtin and then its argument prototype would still apply. */
12585#ifdef __cplusplus
12586extern "C"
12587#endif
12588char dlopen ();
12589int
12590main ()
12591{
12592return dlopen ();
12593 ;
12594 return 0;
12595}
b7026657 12596_ACEOF
6bb11ab3
L
12597if ac_fn_c_try_link "$LINENO"; then :
12598 ac_cv_lib_dl_dlopen=yes
12599else
12600 ac_cv_lib_dl_dlopen=no
12601fi
12602rm -f core conftest.err conftest.$ac_objext \
12603 conftest$ac_exeext conftest.$ac_ext
12604LIBS=$ac_check_lib_save_LIBS
12605fi
12606{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12607$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12608if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12609 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12610else
12611
12612 lt_cv_dlopen="dyld"
12613 lt_cv_dlopen_libs=
12614 lt_cv_dlopen_self=yes
c906108c 12615
c906108c 12616fi
c906108c 12617
6bb11ab3 12618 ;;
c906108c 12619
6bb11ab3
L
12620 *)
12621 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12622if test "x$ac_cv_func_shl_load" = x""yes; then :
12623 lt_cv_dlopen="shl_load"
12624else
12625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12626$as_echo_n "checking for shl_load in -ldld... " >&6; }
12627if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12628 $as_echo_n "(cached) " >&6
12629else
12630 ac_check_lib_save_LIBS=$LIBS
12631LIBS="-ldld $LIBS"
12632cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12633/* end confdefs.h. */
12634
12635/* Override any GCC internal prototype to avoid an error.
12636 Use char because int might match the return type of a GCC
12637 builtin and then its argument prototype would still apply. */
12638#ifdef __cplusplus
12639extern "C"
12640#endif
12641char shl_load ();
12642int
12643main ()
12644{
12645return shl_load ();
12646 ;
12647 return 0;
12648}
12649_ACEOF
12650if ac_fn_c_try_link "$LINENO"; then :
12651 ac_cv_lib_dld_shl_load=yes
12652else
12653 ac_cv_lib_dld_shl_load=no
12654fi
12655rm -f core conftest.err conftest.$ac_objext \
12656 conftest$ac_exeext conftest.$ac_ext
12657LIBS=$ac_check_lib_save_LIBS
12658fi
12659{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12660$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12661if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12662 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12663else
12664 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12665if test "x$ac_cv_func_dlopen" = x""yes; then :
12666 lt_cv_dlopen="dlopen"
12667else
12668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12669$as_echo_n "checking for dlopen in -ldl... " >&6; }
12670if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
81ecdfbb 12671 $as_echo_n "(cached) " >&6
c906108c 12672else
b7026657 12673 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12674LIBS="-ldl $LIBS"
81ecdfbb 12675cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12676/* end confdefs.h. */
12677
81ecdfbb
RW
12678/* Override any GCC internal prototype to avoid an error.
12679 Use char because int might match the return type of a GCC
12680 builtin and then its argument prototype would still apply. */
b7026657
AC
12681#ifdef __cplusplus
12682extern "C"
12683#endif
6bb11ab3 12684char dlopen ();
b7026657
AC
12685int
12686main ()
12687{
6bb11ab3 12688return dlopen ();
b7026657
AC
12689 ;
12690 return 0;
12691}
12692_ACEOF
81ecdfbb 12693if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12694 ac_cv_lib_dl_dlopen=yes
b7026657 12695else
6bb11ab3 12696 ac_cv_lib_dl_dlopen=no
b7026657 12697fi
81ecdfbb
RW
12698rm -f core conftest.err conftest.$ac_objext \
12699 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12700LIBS=$ac_check_lib_save_LIBS
12701fi
6bb11ab3
L
12702{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12703$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12704if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12705 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12706else
12707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12708$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12709if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
81ecdfbb 12710 $as_echo_n "(cached) " >&6
c906108c 12711else
b7026657 12712 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12713LIBS="-lsvld $LIBS"
81ecdfbb 12714cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12715/* end confdefs.h. */
12716
81ecdfbb
RW
12717/* Override any GCC internal prototype to avoid an error.
12718 Use char because int might match the return type of a GCC
12719 builtin and then its argument prototype would still apply. */
b7026657
AC
12720#ifdef __cplusplus
12721extern "C"
12722#endif
6bb11ab3 12723char dlopen ();
b7026657
AC
12724int
12725main ()
12726{
6bb11ab3 12727return dlopen ();
b7026657
AC
12728 ;
12729 return 0;
12730}
12731_ACEOF
81ecdfbb 12732if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12733 ac_cv_lib_svld_dlopen=yes
b7026657 12734else
6bb11ab3 12735 ac_cv_lib_svld_dlopen=no
b7026657 12736fi
81ecdfbb
RW
12737rm -f core conftest.err conftest.$ac_objext \
12738 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12739LIBS=$ac_check_lib_save_LIBS
12740fi
6bb11ab3
L
12741{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12742$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12743if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12744 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 12745else
6bb11ab3
L
12746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12747$as_echo_n "checking for dld_link in -ldld... " >&6; }
12748if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
81ecdfbb 12749 $as_echo_n "(cached) " >&6
b5bd9624 12750else
6bb11ab3
L
12751 ac_check_lib_save_LIBS=$LIBS
12752LIBS="-ldld $LIBS"
81ecdfbb 12753cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
12754/* end confdefs.h. */
12755
81ecdfbb
RW
12756/* Override any GCC internal prototype to avoid an error.
12757 Use char because int might match the return type of a GCC
b5bd9624 12758 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
12759#ifdef __cplusplus
12760extern "C"
12761#endif
6bb11ab3 12762char dld_link ();
b5bd9624
HPN
12763int
12764main ()
12765{
6bb11ab3 12766return dld_link ();
b5bd9624
HPN
12767 ;
12768 return 0;
12769}
12770_ACEOF
6bb11ab3
L
12771if ac_fn_c_try_link "$LINENO"; then :
12772 ac_cv_lib_dld_dld_link=yes
12773else
12774 ac_cv_lib_dld_dld_link=no
12775fi
12776rm -f core conftest.err conftest.$ac_objext \
12777 conftest$ac_exeext conftest.$ac_ext
12778LIBS=$ac_check_lib_save_LIBS
12779fi
12780{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12781$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12782if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12783 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12784fi
12785
12786
12787fi
12788
12789
12790fi
12791
12792
12793fi
12794
12795
12796fi
12797
12798
12799fi
12800
12801 ;;
12802 esac
12803
12804 if test "x$lt_cv_dlopen" != xno; then
12805 enable_dlopen=yes
b5bd9624 12806 else
6bb11ab3
L
12807 enable_dlopen=no
12808 fi
12809
12810 case $lt_cv_dlopen in
12811 dlopen)
12812 save_CPPFLAGS="$CPPFLAGS"
12813 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12814
12815 save_LDFLAGS="$LDFLAGS"
12816 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12817
12818 save_LIBS="$LIBS"
12819 LIBS="$lt_cv_dlopen_libs $LIBS"
12820
12821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12822$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12823if test "${lt_cv_dlopen_self+set}" = set; then :
12824 $as_echo_n "(cached) " >&6
12825else
12826 if test "$cross_compiling" = yes; then :
12827 lt_cv_dlopen_self=cross
12828else
12829 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12830 lt_status=$lt_dlunknown
12831 cat > conftest.$ac_ext <<_LT_EOF
347fe5bb 12832#line 12832 "configure"
6bb11ab3
L
12833#include "confdefs.h"
12834
12835#if HAVE_DLFCN_H
12836#include <dlfcn.h>
12837#endif
12838
12839#include <stdio.h>
12840
12841#ifdef RTLD_GLOBAL
12842# define LT_DLGLOBAL RTLD_GLOBAL
12843#else
12844# ifdef DL_GLOBAL
12845# define LT_DLGLOBAL DL_GLOBAL
12846# else
12847# define LT_DLGLOBAL 0
12848# endif
12849#endif
12850
12851/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12852 find out it does not work in some platform. */
12853#ifndef LT_DLLAZY_OR_NOW
12854# ifdef RTLD_LAZY
12855# define LT_DLLAZY_OR_NOW RTLD_LAZY
12856# else
12857# ifdef DL_LAZY
12858# define LT_DLLAZY_OR_NOW DL_LAZY
12859# else
12860# ifdef RTLD_NOW
12861# define LT_DLLAZY_OR_NOW RTLD_NOW
12862# else
12863# ifdef DL_NOW
12864# define LT_DLLAZY_OR_NOW DL_NOW
12865# else
12866# define LT_DLLAZY_OR_NOW 0
12867# endif
12868# endif
12869# endif
12870# endif
12871#endif
12872
12873/* When -fvisbility=hidden is used, assume the code has been annotated
12874 correspondingly for the symbols needed. */
12875#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12876void fnord () __attribute__((visibility("default")));
12877#endif
12878
12879void fnord () { int i=42; }
12880int main ()
12881{
12882 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12883 int status = $lt_dlunknown;
12884
12885 if (self)
12886 {
12887 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12888 else
12889 {
12890 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12891 else puts (dlerror ());
12892 }
12893 /* dlclose (self); */
12894 }
12895 else
12896 puts (dlerror ());
12897
12898 return status;
12899}
12900_LT_EOF
12901 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12902 (eval $ac_link) 2>&5
12903 ac_status=$?
12904 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12905 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12906 (./conftest; exit; ) >&5 2>/dev/null
12907 lt_status=$?
12908 case x$lt_status in
12909 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12910 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12911 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12912 esac
12913 else :
12914 # compilation failed
12915 lt_cv_dlopen_self=no
b5bd9624 12916 fi
b5bd9624 12917fi
6bb11ab3
L
12918rm -fr conftest*
12919
12920
b5bd9624 12921fi
6bb11ab3
L
12922{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12923$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 12924
6bb11ab3
L
12925 if test "x$lt_cv_dlopen_self" = xyes; then
12926 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12928$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12929if test "${lt_cv_dlopen_self_static+set}" = set; then :
12930 $as_echo_n "(cached) " >&6
b5bd9624 12931else
6bb11ab3
L
12932 if test "$cross_compiling" = yes; then :
12933 lt_cv_dlopen_self_static=cross
12934else
12935 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12936 lt_status=$lt_dlunknown
12937 cat > conftest.$ac_ext <<_LT_EOF
347fe5bb 12938#line 12938 "configure"
6bb11ab3
L
12939#include "confdefs.h"
12940
12941#if HAVE_DLFCN_H
12942#include <dlfcn.h>
12943#endif
12944
12945#include <stdio.h>
12946
12947#ifdef RTLD_GLOBAL
12948# define LT_DLGLOBAL RTLD_GLOBAL
12949#else
12950# ifdef DL_GLOBAL
12951# define LT_DLGLOBAL DL_GLOBAL
12952# else
12953# define LT_DLGLOBAL 0
12954# endif
12955#endif
12956
12957/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12958 find out it does not work in some platform. */
12959#ifndef LT_DLLAZY_OR_NOW
12960# ifdef RTLD_LAZY
12961# define LT_DLLAZY_OR_NOW RTLD_LAZY
12962# else
12963# ifdef DL_LAZY
12964# define LT_DLLAZY_OR_NOW DL_LAZY
12965# else
12966# ifdef RTLD_NOW
12967# define LT_DLLAZY_OR_NOW RTLD_NOW
12968# else
12969# ifdef DL_NOW
12970# define LT_DLLAZY_OR_NOW DL_NOW
12971# else
12972# define LT_DLLAZY_OR_NOW 0
12973# endif
12974# endif
12975# endif
12976# endif
12977#endif
12978
12979/* When -fvisbility=hidden is used, assume the code has been annotated
12980 correspondingly for the symbols needed. */
12981#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12982void fnord () __attribute__((visibility("default")));
12983#endif
12984
12985void fnord () { int i=42; }
12986int main ()
12987{
12988 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12989 int status = $lt_dlunknown;
12990
12991 if (self)
12992 {
12993 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12994 else
12995 {
12996 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12997 else puts (dlerror ());
12998 }
12999 /* dlclose (self); */
13000 }
13001 else
13002 puts (dlerror ());
13003
13004 return status;
13005}
13006_LT_EOF
13007 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13008 (eval $ac_link) 2>&5
13009 ac_status=$?
13010 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13011 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13012 (./conftest; exit; ) >&5 2>/dev/null
13013 lt_status=$?
13014 case x$lt_status in
13015 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13016 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13017 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13018 esac
13019 else :
13020 # compilation failed
13021 lt_cv_dlopen_self_static=no
13022 fi
b5bd9624 13023fi
6bb11ab3
L
13024rm -fr conftest*
13025
13026
b5bd9624 13027fi
6bb11ab3
L
13028{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13029$as_echo "$lt_cv_dlopen_self_static" >&6; }
13030 fi
13031
13032 CPPFLAGS="$save_CPPFLAGS"
13033 LDFLAGS="$save_LDFLAGS"
13034 LIBS="$save_LIBS"
13035 ;;
13036 esac
13037
13038 case $lt_cv_dlopen_self in
13039 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13040 *) enable_dlopen_self=unknown ;;
13041 esac
13042
13043 case $lt_cv_dlopen_self_static in
13044 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13045 *) enable_dlopen_self_static=unknown ;;
13046 esac
13047fi
13048
13049
13050
13051
13052
13053
13054
13055
13056
13057
13058
13059
13060
13061
13062
13063
13064
13065striplib=
13066old_striplib=
13067{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13068$as_echo_n "checking whether stripping libraries is possible... " >&6; }
13069if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13070 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13071 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13073$as_echo "yes" >&6; }
13074else
13075# FIXME - insert some real tests, host_os isn't really good enough
13076 case $host_os in
13077 darwin*)
13078 if test -n "$STRIP" ; then
13079 striplib="$STRIP -x"
13080 old_striplib="$STRIP -S"
13081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13082$as_echo "yes" >&6; }
13083 else
13084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13085$as_echo "no" >&6; }
13086 fi
13087 ;;
13088 *)
13089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13090$as_echo "no" >&6; }
13091 ;;
13092 esac
13093fi
13094
13095
13096
13097
13098
13099
13100
13101
13102
13103
13104
13105
13106 # Report which library types will actually be built
13107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13108$as_echo_n "checking if libtool supports shared libraries... " >&6; }
13109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13110$as_echo "$can_build_shared" >&6; }
13111
13112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13113$as_echo_n "checking whether to build shared libraries... " >&6; }
13114 test "$can_build_shared" = "no" && enable_shared=no
13115
13116 # On AIX, shared libraries and static libraries use the same namespace, and
13117 # are all built from PIC.
13118 case $host_os in
13119 aix3*)
13120 test "$enable_shared" = yes && enable_static=no
13121 if test -n "$RANLIB"; then
13122 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13123 postinstall_cmds='$RANLIB $lib'
13124 fi
13125 ;;
13126
13127 aix[4-9]*)
13128 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13129 test "$enable_shared" = yes && enable_static=no
13130 fi
13131 ;;
13132 esac
13133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13134$as_echo "$enable_shared" >&6; }
13135
13136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13137$as_echo_n "checking whether to build static libraries... " >&6; }
13138 # Make sure either enable_shared or enable_static is yes.
13139 test "$enable_shared" = yes || enable_static=yes
13140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13141$as_echo "$enable_static" >&6; }
13142
13143
13144
13145
13146fi
13147ac_ext=c
13148ac_cpp='$CPP $CPPFLAGS'
13149ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13150ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13151ac_compiler_gnu=$ac_cv_c_compiler_gnu
13152
13153CC="$lt_save_CC"
13154
13155
13156
13157
13158
13159
13160
13161
13162
b5bd9624 13163
b5bd9624 13164
b5bd9624 13165
b5bd9624 13166
6bb11ab3
L
13167 ac_config_commands="$ac_config_commands libtool"
13168
13169
13170
13171
13172# Only expand once:
13173
13174
5912fadd 13175
b5bd9624 13176
c906108c
SS
13177. ${srcdir}/../../bfd/configure.host
13178
13179
13180
31e6ad7d
MF
13181
13182{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13183$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13184 # Check whether --enable-maintainer-mode was given.
81ecdfbb 13185if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
13186 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13187else
13188 USE_MAINTAINER_MODE=no
c906108c 13189fi
31e6ad7d
MF
13190
13191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13192$as_echo "$USE_MAINTAINER_MODE" >&6; }
13193 if test $USE_MAINTAINER_MODE = yes; then
13194 MAINTAINER_MODE_TRUE=
13195 MAINTAINER_MODE_FALSE='#'
c906108c 13196else
31e6ad7d
MF
13197 MAINTAINER_MODE_TRUE='#'
13198 MAINTAINER_MODE_FALSE=
81ecdfbb 13199fi
c906108c 13200
31e6ad7d
MF
13201 MAINT=$MAINTAINER_MODE_TRUE
13202
13203
c906108c 13204
81ecdfbb 13205
81ecdfbb
RW
13206# Check whether --enable-sim-debug was given.
13207if test "${enable_sim_debug+set}" = set; then :
13208 enableval=$enable_sim_debug; case "${enableval}" in
c906108c
SS
13209 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
13210 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
13211 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
13212esac
13213if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
13214 echo "Setting sim debug = $sim_debug" 6>&1
13215fi
13216else
13217 sim_debug=""
81ecdfbb 13218fi
c906108c
SS
13219
13220
81ecdfbb
RW
13221
13222# Check whether --enable-sim-stdio was given.
13223if test "${enable_sim_stdio+set}" = set; then :
13224 enableval=$enable_sim_stdio; case "${enableval}" in
c906108c
SS
13225 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
13226 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
81ecdfbb 13227 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
c906108c
SS
13228esac
13229if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
13230 echo "Setting stdio flags = $sim_stdio" 6>&1
13231fi
13232else
13233 sim_stdio=""
81ecdfbb 13234fi
c906108c
SS
13235
13236
81ecdfbb
RW
13237
13238# Check whether --enable-sim-trace was given.
13239if test "${enable_sim_trace+set}" = set; then :
13240 enableval=$enable_sim_trace; case "${enableval}" in
a3487082
MF
13241 yes) sim_trace="-DWITH_TRACE=-1";;
13242 no) sim_trace="-DWITH_TRACE=0";;
c906108c 13243 [-0-9]*)
a3487082 13244 sim_trace="-DWITH_TRACE='(${enableval})'";;
2232061b 13245 [[:lower:]]*)
c906108c
SS
13246 sim_trace=""
13247 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13248 if test x"$sim_trace" = x; then
13249 sim_trace="-DWITH_TRACE='(TRACE_$x"
13250 else
13251 sim_trace="${sim_trace}|TRACE_$x"
13252 fi
13253 done
13254 sim_trace="$sim_trace)'" ;;
13255esac
13256if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
13257 echo "Setting sim trace = $sim_trace" 6>&1
13258fi
13259else
13260 sim_trace=""
81ecdfbb 13261fi
c906108c
SS
13262
13263
81ecdfbb
RW
13264
13265# Check whether --enable-sim-profile was given.
13266if test "${enable_sim_profile+set}" = set; then :
13267 enableval=$enable_sim_profile; case "${enableval}" in
c906108c
SS
13268 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
13269 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
13270 [-0-9]*)
13271 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
13272 [a-z]*)
13273 sim_profile=""
13274 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13275 if test x"$sim_profile" = x; then
13276 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
13277 else
13278 sim_profile="${sim_profile}|PROFILE_$x"
13279 fi
13280 done
13281 sim_profile="$sim_profile)'" ;;
13282esac
13283if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
13284 echo "Setting sim profile = $sim_profile" 6>&1
13285fi
13286else
eb2d80b4 13287 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
81ecdfbb 13288fi
c906108c
SS
13289
13290
6efef468 13291
347fe5bb
MF
13292sim_inline="-DDEFAULT_INLINE=0"
13293# Check whether --enable-sim-inline was given.
13294if test "${enable_sim_inline+set}" = set; then :
13295 enableval=$enable_sim_inline; sim_inline=""
13296case "$enableval" in
13297 no) sim_inline="-DDEFAULT_INLINE=0";;
13298 0) sim_inline="-DDEFAULT_INLINE=0";;
13299 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13300 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13301 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13302 new_flag=""
13303 case "$x" in
13304 *_INLINE=*) new_flag="-D$x";;
13305 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13306 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13307 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13308 esac
13309 if test x"$sim_inline" = x""; then
13310 sim_inline="$new_flag"
13311 else
13312 sim_inline="$sim_inline $new_flag"
13313 fi
13314 done;;
13315esac
13316if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13317 echo "Setting inline flags = $sim_inline" 6>&1
13318fi
13319fi
13320
13321
13322
81ecdfbb
RW
13323
13324# Check whether --with-pkgversion was given.
13325if test "${with_pkgversion+set}" = set; then :
13326 withval=$with_pkgversion; case "$withval" in
13327 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
6efef468
JM
13328 no) PKGVERSION= ;;
13329 *) PKGVERSION="($withval) " ;;
13330 esac
13331else
bf12d44e 13332 PKGVERSION="(SIM) "
6efef468 13333
81ecdfbb
RW
13334fi
13335
6efef468
JM
13336
13337
13338
13339
81ecdfbb
RW
13340# Check whether --with-bugurl was given.
13341if test "${with_bugurl+set}" = set; then :
13342 withval=$with_bugurl; case "$withval" in
13343 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
13344 no) BUGURL=
13345 ;;
13346 *) BUGURL="$withval"
13347 ;;
13348 esac
13349else
13350 BUGURL="http://www.gnu.org/software/gdb/bugs/"
13351
81ecdfbb
RW
13352fi
13353
6efef468
JM
13354 case ${BUGURL} in
13355 "")
13356 REPORT_BUGS_TO=
13357 REPORT_BUGS_TEXI=
13358 ;;
13359 *)
13360 REPORT_BUGS_TO="<$BUGURL>"
13361 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13362 ;;
13363 esac;
13364
13365
13366
13367
13368cat >>confdefs.h <<_ACEOF
13369#define PKGVERSION "$PKGVERSION"
13370_ACEOF
13371
13372
13373cat >>confdefs.h <<_ACEOF
13374#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13375_ACEOF
13376
13377
81ecdfbb
RW
13378{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13379$as_echo_n "checking return type of signal handlers... " >&6; }
13380if test "${ac_cv_type_signal+set}" = set; then :
13381 $as_echo_n "(cached) " >&6
c906108c 13382else
81ecdfbb 13383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 13384/* end confdefs.h. */
c906108c
SS
13385#include <sys/types.h>
13386#include <signal.h>
c906108c 13387
b7026657
AC
13388int
13389main ()
13390{
81ecdfbb 13391return *(signal (0, 0)) (0) == 1;
b7026657
AC
13392 ;
13393 return 0;
13394}
13395_ACEOF
81ecdfbb
RW
13396if ac_fn_c_try_compile "$LINENO"; then :
13397 ac_cv_type_signal=int
b7026657 13398else
81ecdfbb 13399 ac_cv_type_signal=void
b7026657 13400fi
81ecdfbb 13401rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b7026657 13402fi
81ecdfbb
RW
13403{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13404$as_echo "$ac_cv_type_signal" >&6; }
b7026657
AC
13405
13406cat >>confdefs.h <<_ACEOF
13407#define RETSIGTYPE $ac_cv_type_signal
13408_ACEOF
13409
13410
13411
13412
13413
13414sim_link_files=
13415sim_link_links=
13416
b7026657
AC
13417# targ-vals.def points to the libc macro description file.
13418case "${target}" in
13419*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
13420esac
13421sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
13422sim_link_links="${sim_link_links} targ-vals.def"
13423
b7026657 13424
6ffe910a 13425
b7026657 13426# In the Cygwin environment, we need some additional flags.
81ecdfbb
RW
13427{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cygwin" >&5
13428$as_echo_n "checking for cygwin... " >&6; }
13429if test "${sim_cv_os_cygwin+set}" = set; then :
13430 $as_echo_n "(cached) " >&6
b7026657 13431else
81ecdfbb 13432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
13433/* end confdefs.h. */
13434
13435#ifdef __CYGWIN__
13436lose
13437#endif
13438_ACEOF
13439if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 13440 $EGREP "lose" >/dev/null 2>&1; then :
b7026657
AC
13441 sim_cv_os_cygwin=yes
13442else
13443 sim_cv_os_cygwin=no
13444fi
13445rm -f conftest*
13446
13447fi
81ecdfbb
RW
13448{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_cv_os_cygwin" >&5
13449$as_echo "$sim_cv_os_cygwin" >&6; }
b7026657
AC
13450
13451if test x$sim_cv_os_cygwin = xyes; then
13452 TERMCAP='`if test -r ../../libtermcap/libtermcap.a; then echo ../../libtermcap/libtermcap.a; else echo -ltermcap; fi` -luser32'
13453else
b909d38d
MF
13454 # Keep in sync with gdb's configure.ac list.
13455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5
13456$as_echo_n "checking for library containing tgetent... " >&6; }
13457if test "${ac_cv_search_tgetent+set}" = set; then :
81ecdfbb 13458 $as_echo_n "(cached) " >&6
b7026657 13459else
b909d38d 13460 ac_func_search_save_LIBS=$LIBS
81ecdfbb 13461cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
13462/* end confdefs.h. */
13463
b909d38d
MF
13464/* Override any GCC internal prototype to avoid an error.
13465 Use char because int might match the return type of a GCC
13466 builtin and then its argument prototype would still apply. */
13467#ifdef __cplusplus
13468extern "C"
13469#endif
13470char tgetent ();
b7026657
AC
13471int
13472main ()
13473{
b909d38d 13474return tgetent ();
b7026657
AC
13475 ;
13476 return 0;
13477}
13478_ACEOF
b909d38d
MF
13479for ac_lib in '' termcap tinfo curses ncurses; do
13480 if test -z "$ac_lib"; then
13481 ac_res="none required"
13482 else
13483 ac_res=-l$ac_lib
13484 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13485 fi
13486 if ac_fn_c_try_link "$LINENO"; then :
13487 ac_cv_search_tgetent=$ac_res
b7026657 13488fi
81ecdfbb 13489rm -f core conftest.err conftest.$ac_objext \
b909d38d
MF
13490 conftest$ac_exeext
13491 if test "${ac_cv_search_tgetent+set}" = set; then :
13492 break
b7026657 13493fi
b909d38d
MF
13494done
13495if test "${ac_cv_search_tgetent+set}" = set; then :
13496
13497else
13498 ac_cv_search_tgetent=no
13499fi
13500rm conftest.$ac_ext
13501LIBS=$ac_func_search_save_LIBS
13502fi
13503{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_tgetent" >&5
13504$as_echo "$ac_cv_search_tgetent" >&6; }
13505ac_res=$ac_cv_search_tgetent
13506if test "$ac_res" != no; then :
13507 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13508 TERMCAP=$ac_cv_search_tgetent
b7026657
AC
13509else
13510 TERMCAP=""
13511fi
13512
13513fi
13514
13515
70a9be63
HPN
13516# We prefer the in-tree readline. Top-level dependencies make sure
13517# src/readline (if it's there) is configured before src/sim.
13518if test -r ../../readline/Makefile; then
13519 READLINE=../../readline/libreadline.a
13520else
81ecdfbb
RW
13521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readline in -lreadline" >&5
13522$as_echo_n "checking for readline in -lreadline... " >&6; }
13523if test "${ac_cv_lib_readline_readline+set}" = set; then :
13524 $as_echo_n "(cached) " >&6
70a9be63
HPN
13525else
13526 ac_check_lib_save_LIBS=$LIBS
13527LIBS="-lreadline $TERMCAP $LIBS"
81ecdfbb 13528cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70a9be63
HPN
13529/* end confdefs.h. */
13530
81ecdfbb
RW
13531/* Override any GCC internal prototype to avoid an error.
13532 Use char because int might match the return type of a GCC
13533 builtin and then its argument prototype would still apply. */
70a9be63
HPN
13534#ifdef __cplusplus
13535extern "C"
13536#endif
70a9be63
HPN
13537char readline ();
13538int
13539main ()
13540{
81ecdfbb 13541return readline ();
70a9be63
HPN
13542 ;
13543 return 0;
13544}
13545_ACEOF
81ecdfbb 13546if ac_fn_c_try_link "$LINENO"; then :
70a9be63
HPN
13547 ac_cv_lib_readline_readline=yes
13548else
81ecdfbb 13549 ac_cv_lib_readline_readline=no
70a9be63 13550fi
81ecdfbb
RW
13551rm -f core conftest.err conftest.$ac_objext \
13552 conftest$ac_exeext conftest.$ac_ext
70a9be63
HPN
13553LIBS=$ac_check_lib_save_LIBS
13554fi
81ecdfbb
RW
13555{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_readline" >&5
13556$as_echo "$ac_cv_lib_readline_readline" >&6; }
13557if test "x$ac_cv_lib_readline_readline" = x""yes; then :
70a9be63
HPN
13558 READLINE=-lreadline
13559else
81ecdfbb 13560 as_fn_error "the required \"readline\" library is missing" "$LINENO" 5
70a9be63
HPN
13561fi
13562
13563fi
13564
b7026657
AC
13565
13566ac_sources="$sim_link_files"
13567ac_dests="$sim_link_links"
13568while test -n "$ac_sources"; do
13569 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
13570 set $ac_sources; ac_source=$1; shift; ac_sources=$*
13571 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
13572done
81ecdfbb 13573ac_config_links="$ac_config_links $ac_config_links_1"
b7026657
AC
13574
13575cgen_breaks=""
13576if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13577cgen_breaks="break cgen_rtx_error";
13578fi
13579
81ecdfbb 13580ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 13581
81ecdfbb 13582ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 13583
81ecdfbb 13584ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 13585
81ecdfbb 13586ac_config_commands="$ac_config_commands Makefile"
38f48d72 13587
81ecdfbb 13588ac_config_commands="$ac_config_commands stamp-h"
38f48d72 13589
b7026657
AC
13590cat >confcache <<\_ACEOF
13591# This file is a shell script that caches the results of configure
13592# tests run on this system so they can be shared between configure
13593# scripts and configure runs, see configure's option --config-cache.
13594# It is not useful on other systems. If it contains results you don't
13595# want to keep, you may remove or edit it.
13596#
13597# config.status only pays attention to the cache file if you give it
13598# the --recheck option to rerun configure.
13599#
13600# `ac_cv_env_foo' variables (set or unset) will be overridden when
13601# loading this file, other *unset* `ac_cv_foo' will be assigned the
13602# following values.
13603
13604_ACEOF
13605
13606# The following way of writing the cache mishandles newlines in values,
13607# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13608# So, we kill variables containing newlines.
b7026657
AC
13609# Ultrix sh set writes to stderr and can't be redirected directly,
13610# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13611(
13612 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13613 eval ac_val=\$$ac_var
13614 case $ac_val in #(
13615 *${as_nl}*)
13616 case $ac_var in #(
13617 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13618$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13619 esac
13620 case $ac_var in #(
13621 _ | IFS | as_nl) ;; #(
13622 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13623 *) { eval $ac_var=; unset $ac_var;} ;;
13624 esac ;;
13625 esac
13626 done
13627
b7026657 13628 (set) 2>&1 |
81ecdfbb
RW
13629 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13630 *${as_nl}ac_space=\ *)
13631 # `set' does not quote correctly, so add quotes: double-quote
13632 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
13633 sed -n \
13634 "s/'/'\\\\''/g;
13635 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13636 ;; #(
b7026657
AC
13637 *)
13638 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13639 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 13640 ;;
81ecdfbb
RW
13641 esac |
13642 sort
13643) |
b7026657 13644 sed '
81ecdfbb 13645 /^ac_cv_env_/b end
b7026657 13646 t clear
81ecdfbb 13647 :clear
b7026657
AC
13648 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13649 t end
81ecdfbb
RW
13650 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13651 :end' >>confcache
13652if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13653 if test -w "$cache_file"; then
13654 test "x$cache_file" != "x/dev/null" &&
13655 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13656$as_echo "$as_me: updating cache $cache_file" >&6;}
b7026657
AC
13657 cat confcache >$cache_file
13658 else
81ecdfbb
RW
13659 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13660$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
13661 fi
13662fi
13663rm -f confcache
13664
13665test "x$prefix" = xNONE && prefix=$ac_default_prefix
13666# Let make expand exec_prefix.
13667test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13668
b7026657
AC
13669DEFS=-DHAVE_CONFIG_H
13670
13671ac_libobjs=
13672ac_ltlibobjs=
13673for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13674 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13675 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13676 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13677 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13678 # will be set to the directory where LIBOBJS objects are built.
13679 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13680 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
13681done
13682LIBOBJS=$ac_libobjs
13683
13684LTLIBOBJS=$ac_ltlibobjs
13685
13686
0cb8d851 13687
db2e4d67
MF
13688if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13689 as_fn_error "conditional \"GMAKE\" was never defined.
13690Usually this means the macro was only invoked conditionally." "$LINENO" 5
13691fi
6bb11ab3
L
13692if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13693 as_fn_error "conditional \"PLUGINS\" was never defined.
13694Usually this means the macro was only invoked conditionally." "$LINENO" 5
13695fi
31e6ad7d
MF
13696if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13697 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13698Usually this means the macro was only invoked conditionally." "$LINENO" 5
13699fi
b7026657
AC
13700
13701: ${CONFIG_STATUS=./config.status}
81ecdfbb 13702ac_write_fail=0
b7026657
AC
13703ac_clean_files_save=$ac_clean_files
13704ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13705{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13706$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13707as_write_fail=0
13708cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
13709#! $SHELL
13710# Generated by $as_me.
13711# Run this file to recreate the current configuration.
13712# Compiler output produced by configure, useful for debugging
13713# configure, is in config.log if it exists.
13714
13715debug=false
13716ac_cs_recheck=false
13717ac_cs_silent=false
b7026657 13718
81ecdfbb
RW
13719SHELL=\${CONFIG_SHELL-$SHELL}
13720export SHELL
13721_ASEOF
13722cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13723## -------------------- ##
13724## M4sh Initialization. ##
13725## -------------------- ##
13726
13727# Be more Bourne compatible
13728DUALCASE=1; export DUALCASE # for MKS sh
13729if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
13730 emulate sh
13731 NULLCMD=:
81ecdfbb 13732 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
13733 # is contrary to our usage. Disable this feature.
13734 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13735 setopt NO_GLOB_SUBST
13736else
13737 case `(set -o) 2>/dev/null` in #(
13738 *posix*) :
13739 set -o posix ;; #(
13740 *) :
13741 ;;
13742esac
b7026657 13743fi
b7026657 13744
81ecdfbb
RW
13745
13746as_nl='
13747'
13748export as_nl
13749# Printing a long string crashes Solaris 7 /usr/bin/printf.
13750as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13751as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13752as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13753# Prefer a ksh shell builtin over an external printf program on Solaris,
13754# but without wasting forks for bash or zsh.
13755if test -z "$BASH_VERSION$ZSH_VERSION" \
13756 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13757 as_echo='print -r --'
13758 as_echo_n='print -rn --'
13759elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13760 as_echo='printf %s\n'
13761 as_echo_n='printf %s'
13762else
13763 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13764 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13765 as_echo_n='/usr/ucb/echo -n'
13766 else
13767 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13768 as_echo_n_body='eval
13769 arg=$1;
13770 case $arg in #(
13771 *"$as_nl"*)
13772 expr "X$arg" : "X\\(.*\\)$as_nl";
13773 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13774 esac;
13775 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13776 '
13777 export as_echo_n_body
13778 as_echo_n='sh -c $as_echo_n_body as_echo'
13779 fi
13780 export as_echo_body
13781 as_echo='sh -c $as_echo_body as_echo'
13782fi
13783
13784# The user is always right.
13785if test "${PATH_SEPARATOR+set}" != set; then
13786 PATH_SEPARATOR=:
13787 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13788 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13789 PATH_SEPARATOR=';'
13790 }
b7026657
AC
13791fi
13792
13793
81ecdfbb
RW
13794# IFS
13795# We need space, tab and new line, in precisely that order. Quoting is
13796# there to prevent editors from complaining about space-tab.
13797# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13798# splitting by setting IFS to empty value.)
13799IFS=" "" $as_nl"
13800
13801# Find who we are. Look in the path if we contain no directory separator.
13802case $0 in #((
13803 *[\\/]* ) as_myself=$0 ;;
13804 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13805for as_dir in $PATH
13806do
13807 IFS=$as_save_IFS
13808 test -z "$as_dir" && as_dir=.
13809 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13810 done
13811IFS=$as_save_IFS
13812
13813 ;;
13814esac
13815# We did not find ourselves, most probably we were run as `sh COMMAND'
13816# in which case we are not to be found in the path.
13817if test "x$as_myself" = x; then
13818 as_myself=$0
13819fi
13820if test ! -f "$as_myself"; then
13821 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13822 exit 1
13823fi
13824
13825# Unset variables that we do not need and which cause bugs (e.g. in
13826# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13827# suppresses any "Segmentation fault" message there. '((' could
13828# trigger a bug in pdksh 5.2.14.
13829for as_var in BASH_ENV ENV MAIL MAILPATH
13830do eval test x\${$as_var+set} = xset \
13831 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13832done
b7026657
AC
13833PS1='$ '
13834PS2='> '
13835PS4='+ '
13836
13837# NLS nuisances.
81ecdfbb
RW
13838LC_ALL=C
13839export LC_ALL
13840LANGUAGE=C
13841export LANGUAGE
13842
13843# CDPATH.
13844(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13845
13846
13847# as_fn_error ERROR [LINENO LOG_FD]
13848# ---------------------------------
13849# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13850# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13851# script with status $?, using 1 if that was 0.
13852as_fn_error ()
13853{
13854 as_status=$?; test $as_status -eq 0 && as_status=1
13855 if test "$3"; then
13856 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13857 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
b7026657 13858 fi
81ecdfbb
RW
13859 $as_echo "$as_me: error: $1" >&2
13860 as_fn_exit $as_status
13861} # as_fn_error
13862
13863
13864# as_fn_set_status STATUS
13865# -----------------------
13866# Set $? to STATUS, without forking.
13867as_fn_set_status ()
13868{
13869 return $1
13870} # as_fn_set_status
13871
13872# as_fn_exit STATUS
13873# -----------------
13874# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13875as_fn_exit ()
13876{
13877 set +e
13878 as_fn_set_status $1
13879 exit $1
13880} # as_fn_exit
13881
13882# as_fn_unset VAR
13883# ---------------
13884# Portably unset VAR.
13885as_fn_unset ()
13886{
13887 { eval $1=; unset $1;}
13888}
13889as_unset=as_fn_unset
13890# as_fn_append VAR VALUE
13891# ----------------------
13892# Append the text in VALUE to the end of the definition contained in VAR. Take
13893# advantage of any shell optimizations that allow amortized linear growth over
13894# repeated appends, instead of the typical quadratic growth present in naive
13895# implementations.
13896if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13897 eval 'as_fn_append ()
13898 {
13899 eval $1+=\$2
13900 }'
13901else
13902 as_fn_append ()
13903 {
13904 eval $1=\$$1\$2
13905 }
13906fi # as_fn_append
13907
13908# as_fn_arith ARG...
13909# ------------------
13910# Perform arithmetic evaluation on the ARGs, and store the result in the
13911# global $as_val. Take advantage of shells that can avoid forks. The arguments
13912# must be portable across $(()) and expr.
13913if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13914 eval 'as_fn_arith ()
13915 {
13916 as_val=$(( $* ))
13917 }'
13918else
13919 as_fn_arith ()
13920 {
13921 as_val=`expr "$@" || test $? -eq 1`
13922 }
13923fi # as_fn_arith
13924
b7026657 13925
81ecdfbb
RW
13926if expr a : '\(a\)' >/dev/null 2>&1 &&
13927 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 13928 as_expr=expr
c906108c 13929else
b7026657 13930 as_expr=false
c906108c
SS
13931fi
13932
81ecdfbb 13933if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
13934 as_basename=basename
13935else
13936 as_basename=false
13937fi
c906108c 13938
81ecdfbb
RW
13939if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13940 as_dirname=dirname
13941else
13942 as_dirname=false
13943fi
c906108c 13944
81ecdfbb 13945as_me=`$as_basename -- "$0" ||
b7026657
AC
13946$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13947 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
13948 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13949$as_echo X/"$0" |
13950 sed '/^.*\/\([^/][^/]*\)\/*$/{
13951 s//\1/
13952 q
13953 }
13954 /^X\/\(\/\/\)$/{
13955 s//\1/
13956 q
13957 }
13958 /^X\/\(\/\).*/{
13959 s//\1/
13960 q
13961 }
13962 s/.*/./; q'`
c906108c 13963
b7026657
AC
13964# Avoid depending upon Character Ranges.
13965as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13966as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13967as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13968as_cr_digits='0123456789'
13969as_cr_alnum=$as_cr_Letters$as_cr_digits
cd0fc7c3 13970
81ecdfbb
RW
13971ECHO_C= ECHO_N= ECHO_T=
13972case `echo -n x` in #(((((
13973-n*)
13974 case `echo 'xy\c'` in
13975 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13976 xy) ECHO_C='\c';;
13977 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13978 ECHO_T=' ';;
13979 esac;;
13980*)
13981 ECHO_N='-n';;
b7026657 13982esac
c906108c 13983
81ecdfbb
RW
13984rm -f conf$$ conf$$.exe conf$$.file
13985if test -d conf$$.dir; then
13986 rm -f conf$$.dir/conf$$.file
c906108c 13987else
81ecdfbb
RW
13988 rm -f conf$$.dir
13989 mkdir conf$$.dir 2>/dev/null
c906108c 13990fi
81ecdfbb
RW
13991if (echo >conf$$.file) 2>/dev/null; then
13992 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 13993 as_ln_s='ln -s'
81ecdfbb
RW
13994 # ... but there are two gotchas:
13995 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13996 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13997 # In both cases, we have to default to `cp -p'.
13998 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13999 as_ln_s='cp -p'
14000 elif ln conf$$.file conf$$ 2>/dev/null; then
14001 as_ln_s=ln
14002 else
14003 as_ln_s='cp -p'
b7026657 14004 fi
7a292a7a 14005else
b7026657
AC
14006 as_ln_s='cp -p'
14007fi
81ecdfbb
RW
14008rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14009rmdir conf$$.dir 2>/dev/null
14010
7a292a7a 14011
81ecdfbb
RW
14012# as_fn_mkdir_p
14013# -------------
14014# Create "$as_dir" as a directory, including parents if necessary.
14015as_fn_mkdir_p ()
14016{
14017
14018 case $as_dir in #(
14019 -*) as_dir=./$as_dir;;
14020 esac
14021 test -d "$as_dir" || eval $as_mkdir_p || {
14022 as_dirs=
14023 while :; do
14024 case $as_dir in #(
14025 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14026 *) as_qdir=$as_dir;;
14027 esac
14028 as_dirs="'$as_qdir' $as_dirs"
14029 as_dir=`$as_dirname -- "$as_dir" ||
14030$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14031 X"$as_dir" : 'X\(//\)[^/]' \| \
14032 X"$as_dir" : 'X\(//\)$' \| \
14033 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14034$as_echo X"$as_dir" |
14035 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14036 s//\1/
14037 q
14038 }
14039 /^X\(\/\/\)[^/].*/{
14040 s//\1/
14041 q
14042 }
14043 /^X\(\/\/\)$/{
14044 s//\1/
14045 q
14046 }
14047 /^X\(\/\).*/{
14048 s//\1/
14049 q
14050 }
14051 s/.*/./; q'`
14052 test -d "$as_dir" && break
14053 done
14054 test -z "$as_dirs" || eval "mkdir $as_dirs"
14055 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14056
14057
14058} # as_fn_mkdir_p
b7026657 14059if mkdir -p . 2>/dev/null; then
81ecdfbb 14060 as_mkdir_p='mkdir -p "$as_dir"'
7a292a7a 14061else
b7026657
AC
14062 test -d ./-p && rmdir ./-p
14063 as_mkdir_p=false
7a292a7a 14064fi
7a292a7a 14065
81ecdfbb
RW
14066if test -x / >/dev/null 2>&1; then
14067 as_test_x='test -x'
14068else
14069 if ls -dL / >/dev/null 2>&1; then
14070 as_ls_L_option=L
14071 else
14072 as_ls_L_option=
14073 fi
14074 as_test_x='
14075 eval sh -c '\''
14076 if test -d "$1"; then
14077 test -d "$1/.";
14078 else
14079 case $1 in #(
14080 -*)set "./$1";;
14081 esac;
14082 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14083 ???[sx]*):;;*)false;;esac;fi
14084 '\'' sh
14085 '
14086fi
14087as_executable_p=$as_test_x
7a292a7a 14088
b7026657
AC
14089# Sed expression to map a string onto a valid CPP name.
14090as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7a292a7a 14091
b7026657
AC
14092# Sed expression to map a string onto a valid variable name.
14093as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14094
14095
b7026657 14096exec 6>&1
81ecdfbb
RW
14097## ----------------------------------- ##
14098## Main body of $CONFIG_STATUS script. ##
14099## ----------------------------------- ##
14100_ASEOF
14101test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14102
14103cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14104# Save the log message, to keep $0 and so on meaningful, and to
b7026657 14105# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14106# values after options handling.
14107ac_log="
b7026657 14108This file was extended by $as_me, which was
81ecdfbb 14109generated by GNU Autoconf 2.64. Invocation command line was
b7026657
AC
14110
14111 CONFIG_FILES = $CONFIG_FILES
14112 CONFIG_HEADERS = $CONFIG_HEADERS
14113 CONFIG_LINKS = $CONFIG_LINKS
14114 CONFIG_COMMANDS = $CONFIG_COMMANDS
14115 $ $0 $@
14116
81ecdfbb
RW
14117on `(hostname || uname -n) 2>/dev/null | sed 1q`
14118"
14119
b7026657
AC
14120_ACEOF
14121
81ecdfbb
RW
14122case $ac_config_files in *"
14123"*) set x $ac_config_files; shift; ac_config_files=$*;;
14124esac
c906108c 14125
81ecdfbb
RW
14126case $ac_config_headers in *"
14127"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14128esac
b7026657 14129
c906108c 14130
81ecdfbb
RW
14131cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14132# Files that config.status was made for.
14133config_files="$ac_config_files"
14134config_headers="$ac_config_headers"
14135config_links="$ac_config_links"
14136config_commands="$ac_config_commands"
c906108c 14137
81ecdfbb 14138_ACEOF
c906108c 14139
81ecdfbb 14140cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 14141ac_cs_usage="\
81ecdfbb
RW
14142\`$as_me' instantiates files and other configuration actions
14143from templates according to the current configuration. Unless the files
14144and actions are specified as TAGs, all are instantiated by default.
c906108c 14145
81ecdfbb 14146Usage: $0 [OPTION]... [TAG]...
c906108c 14147
b7026657 14148 -h, --help print this help, then exit
81ecdfbb
RW
14149 -V, --version print version number and configuration settings, then exit
14150 -q, --quiet, --silent
14151 do not print progress messages
b7026657
AC
14152 -d, --debug don't remove temporary files
14153 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14154 --file=FILE[:TEMPLATE]
14155 instantiate the configuration file FILE
14156 --header=FILE[:TEMPLATE]
14157 instantiate the configuration header FILE
379832de 14158
b7026657
AC
14159Configuration files:
14160$config_files
14161
14162Configuration headers:
14163$config_headers
14164
14165Configuration links:
14166$config_links
14167
14168Configuration commands:
14169$config_commands
14170
81ecdfbb 14171Report bugs to the package provider."
b7026657 14172
81ecdfbb
RW
14173_ACEOF
14174cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657
AC
14175ac_cs_version="\\
14176config.status
81ecdfbb
RW
14177configured by $0, generated by GNU Autoconf 2.64,
14178 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
b7026657 14179
81ecdfbb 14180Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
14181This config.status script is free software; the Free Software Foundation
14182gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14183
14184ac_pwd='$ac_pwd'
14185srcdir='$srcdir'
14186INSTALL='$INSTALL'
6bb11ab3 14187AWK='$AWK'
81ecdfbb 14188test -n "\$AWK" || AWK=awk
b7026657
AC
14189_ACEOF
14190
81ecdfbb
RW
14191cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14192# The default lists apply if the user does not specify any file.
b7026657
AC
14193ac_need_defaults=:
14194while test $# != 0
14195do
14196 case $1 in
14197 --*=*)
81ecdfbb
RW
14198 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14199 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 14200 ac_shift=:
c906108c 14201 ;;
81ecdfbb 14202 *)
b7026657
AC
14203 ac_option=$1
14204 ac_optarg=$2
14205 ac_shift=shift
c906108c 14206 ;;
b7026657 14207 esac
c906108c 14208
b7026657
AC
14209 case $ac_option in
14210 # Handling of the options.
b7026657
AC
14211 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14212 ac_cs_recheck=: ;;
81ecdfbb
RW
14213 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14214 $as_echo "$ac_cs_version"; exit ;;
14215 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
14216 debug=: ;;
14217 --file | --fil | --fi | --f )
14218 $ac_shift
81ecdfbb
RW
14219 case $ac_optarg in
14220 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14221 esac
14222 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
14223 ac_need_defaults=false;;
14224 --header | --heade | --head | --hea )
14225 $ac_shift
81ecdfbb
RW
14226 case $ac_optarg in
14227 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14228 esac
14229 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 14230 ac_need_defaults=false;;
81ecdfbb
RW
14231 --he | --h)
14232 # Conflict between --help and --header
14233 as_fn_error "ambiguous option: \`$1'
14234Try \`$0 --help' for more information.";;
14235 --help | --hel | -h )
14236 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
14237 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14238 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14239 ac_cs_silent=: ;;
c906108c 14240
b7026657 14241 # This is an error.
81ecdfbb
RW
14242 -*) as_fn_error "unrecognized option: \`$1'
14243Try \`$0 --help' for more information." ;;
c906108c 14244
81ecdfbb
RW
14245 *) as_fn_append ac_config_targets " $1"
14246 ac_need_defaults=false ;;
b7026657
AC
14247
14248 esac
14249 shift
14250done
14251
14252ac_configure_extra_args=
14253
14254if $ac_cs_silent; then
14255 exec 6>/dev/null
14256 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
14257fi
14258
b7026657 14259_ACEOF
81ecdfbb 14260cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 14261if \$ac_cs_recheck; then
81ecdfbb
RW
14262 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14263 shift
14264 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14265 CONFIG_SHELL='$SHELL'
14266 export CONFIG_SHELL
14267 exec "\$@"
b7026657 14268fi
c906108c 14269
b7026657 14270_ACEOF
81ecdfbb
RW
14271cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14272exec 5>>config.log
14273{
14274 echo
14275 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14276## Running $as_me. ##
14277_ASBOX
14278 $as_echo "$ac_log"
14279} >&5
c906108c 14280
81ecdfbb
RW
14281_ACEOF
14282cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
14283#
14284# INIT-COMMANDS
14285#
14286ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14287
6bb11ab3
L
14288
14289# The HP-UX ksh and POSIX shell print the target directory to stdout
14290# if CDPATH is set.
14291(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14292
14293sed_quote_subst='$sed_quote_subst'
14294double_quote_subst='$double_quote_subst'
14295delay_variable_subst='$delay_variable_subst'
14296macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14297macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14298enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14299enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14300pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14301enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14302SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14303ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14304host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14305host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14306host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14307build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14308build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14309build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14310SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14311Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14312GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14313EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14314FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14315LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14316NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14317LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14318max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14319ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14320exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14321lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14322lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14323lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14324reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14325reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14326OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14327deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14328file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14329AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14330AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14331STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14332RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14333old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14334old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14335old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14336lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14337CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14338CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14339compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14340GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14341lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14342lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14343lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14344lt_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"`'
14345objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14346MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14347lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14348lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14349lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14350lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14351lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14352need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14353DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14354NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14355LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14356OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14357OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14358libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14359shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14360extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14361archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14362enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14363export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14364whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14365compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14366old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14367old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14368archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14369archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14370module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14371module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14372with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14373allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14374no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14375hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14376hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14377hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14378hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14379hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14380hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14381hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14382hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14383inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14384link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14385fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14386always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14387export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14388exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14389include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14390prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14391file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14392variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14393need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14394need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14395version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14396runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14397shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14398shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14399libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14400library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14401soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14402install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14403postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14404postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14405finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14406finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14407hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14408sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14409sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14410hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14411enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14412enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14413enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14414old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14415striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14416
14417LTCC='$LTCC'
14418LTCFLAGS='$LTCFLAGS'
14419compiler='$compiler_DEFAULT'
14420
14421# A function that is used when there is no print builtin or printf.
14422func_fallback_echo ()
14423{
14424 eval 'cat <<_LTECHO_EOF
14425\$1
14426_LTECHO_EOF'
14427}
14428
14429# Quote evaled strings.
14430for var in SHELL \
14431ECHO \
14432SED \
14433GREP \
14434EGREP \
14435FGREP \
14436LD \
14437NM \
14438LN_S \
14439lt_SP2NL \
14440lt_NL2SP \
14441reload_flag \
14442OBJDUMP \
14443deplibs_check_method \
14444file_magic_cmd \
14445AR \
14446AR_FLAGS \
14447STRIP \
14448RANLIB \
14449CC \
14450CFLAGS \
14451compiler \
14452lt_cv_sys_global_symbol_pipe \
14453lt_cv_sys_global_symbol_to_cdecl \
14454lt_cv_sys_global_symbol_to_c_name_address \
14455lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14456lt_prog_compiler_no_builtin_flag \
14457lt_prog_compiler_wl \
14458lt_prog_compiler_pic \
14459lt_prog_compiler_static \
14460lt_cv_prog_compiler_c_o \
14461need_locks \
14462DSYMUTIL \
14463NMEDIT \
14464LIPO \
14465OTOOL \
14466OTOOL64 \
14467shrext_cmds \
14468export_dynamic_flag_spec \
14469whole_archive_flag_spec \
14470compiler_needs_object \
14471with_gnu_ld \
14472allow_undefined_flag \
14473no_undefined_flag \
14474hardcode_libdir_flag_spec \
14475hardcode_libdir_flag_spec_ld \
14476hardcode_libdir_separator \
14477fix_srcfile_path \
14478exclude_expsyms \
14479include_expsyms \
14480file_list_spec \
14481variables_saved_for_relink \
14482libname_spec \
14483library_names_spec \
14484soname_spec \
14485install_override_mode \
14486finish_eval \
14487old_striplib \
14488striplib; do
14489 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14490 *[\\\\\\\`\\"\\\$]*)
14491 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14492 ;;
14493 *)
14494 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14495 ;;
14496 esac
14497done
14498
14499# Double-quote double-evaled strings.
14500for var in reload_cmds \
14501old_postinstall_cmds \
14502old_postuninstall_cmds \
14503old_archive_cmds \
14504extract_expsyms_cmds \
14505old_archive_from_new_cmds \
14506old_archive_from_expsyms_cmds \
14507archive_cmds \
14508archive_expsym_cmds \
14509module_cmds \
14510module_expsym_cmds \
14511export_symbols_cmds \
14512prelink_cmds \
14513postinstall_cmds \
14514postuninstall_cmds \
14515finish_cmds \
14516sys_lib_search_path_spec \
14517sys_lib_dlsearch_path_spec; do
14518 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14519 *[\\\\\\\`\\"\\\$]*)
14520 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14521 ;;
14522 *)
14523 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14524 ;;
14525 esac
14526done
14527
14528ac_aux_dir='$ac_aux_dir'
14529xsi_shell='$xsi_shell'
14530lt_shell_append='$lt_shell_append'
14531
14532# See if we are running on zsh, and set the options which allow our
14533# commands through without removal of \ escapes INIT.
14534if test -n "\${ZSH_VERSION+set}" ; then
14535 setopt NO_GLOB_SUBST
14536fi
14537
14538
14539 PACKAGE='$PACKAGE'
14540 VERSION='$VERSION'
14541 TIMESTAMP='$TIMESTAMP'
14542 RM='$RM'
14543 ofile='$ofile'
14544
14545
14546
14547
81ecdfbb 14548_ACEOF
c906108c 14549
81ecdfbb 14550cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 14551
81ecdfbb 14552# Handling of arguments.
b7026657 14553for ac_config_target in $ac_config_targets
c906108c 14554do
81ecdfbb
RW
14555 case $ac_config_target in
14556 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 14557 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 14558 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
14559 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
14560 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14561 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14562 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14563 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14564 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14565
14566 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
14567 esac
14568done
14569
81ecdfbb 14570
b7026657
AC
14571# If the user did not use the arguments to specify the items to instantiate,
14572# then the envvar interface is used. Set only those that are not.
14573# We use the long form for the default assignment because of an extremely
14574# bizarre bug on SunOS 4.1.3.
14575if $ac_need_defaults; then
14576 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14577 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14578 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
14579 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14580fi
14581
14582# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14583# simply because there is no reason against having it here, and in addition,
b7026657 14584# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14585# Hook for its removal unless debugging.
14586# Note that there is a small window in which the directory will not be cleaned:
14587# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
14588$debug ||
14589{
81ecdfbb
RW
14590 tmp=
14591 trap 'exit_status=$?
14592 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14593' 0
14594 trap 'as_fn_exit 1' 1 2 13 15
b7026657 14595}
b7026657
AC
14596# Create a (secure) tmp directory for tmp files.
14597
14598{
81ecdfbb 14599 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
b7026657
AC
14600 test -n "$tmp" && test -d "$tmp"
14601} ||
14602{
81ecdfbb
RW
14603 tmp=./conf$$-$RANDOM
14604 (umask 077 && mkdir "$tmp")
14605} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
c906108c 14606
81ecdfbb
RW
14607# Set up the scripts for CONFIG_FILES section.
14608# No need to generate them if there are no CONFIG_FILES.
14609# This happens for instance with `./config.status config.h'.
14610if test -n "$CONFIG_FILES"; then
c906108c 14611
c906108c 14612
81ecdfbb
RW
14613ac_cr=`echo X | tr X '\015'`
14614# On cygwin, bash can eat \r inside `` if the user requested igncr.
14615# But we know of no other shell where ac_cr would be empty at this
14616# point, so we can use a bashism as a fallback.
14617if test "x$ac_cr" = x; then
14618 eval ac_cr=\$\'\\r\'
14619fi
14620ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14621if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14622 ac_cs_awk_cr='\r'
14623else
14624 ac_cs_awk_cr=$ac_cr
14625fi
b7026657 14626
81ecdfbb 14627echo 'BEGIN {' >"$tmp/subs1.awk" &&
b7026657
AC
14628_ACEOF
14629
81ecdfbb
RW
14630
14631{
14632 echo "cat >conf$$subs.awk <<_ACEOF" &&
14633 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14634 echo "_ACEOF"
14635} >conf$$subs.sh ||
14636 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14637ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14638ac_delim='%!_!# '
14639for ac_last_try in false false false false false :; do
14640 . ./conf$$subs.sh ||
14641 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14642
14643 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14644 if test $ac_delim_n = $ac_delim_num; then
14645 break
14646 elif $ac_last_try; then
14647 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14648 else
14649 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c906108c 14650 fi
81ecdfbb
RW
14651done
14652rm -f conf$$subs.sh
c906108c 14653
81ecdfbb
RW
14654cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14655cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
b7026657 14656_ACEOF
81ecdfbb
RW
14657sed -n '
14658h
14659s/^/S["/; s/!.*/"]=/
14660p
14661g
14662s/^[^!]*!//
14663:repl
14664t repl
14665s/'"$ac_delim"'$//
14666t delim
14667:nl
14668h
14669s/\(.\{148\}\).*/\1/
14670t more1
14671s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14672p
14673n
14674b repl
14675:more1
14676s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14677p
14678g
14679s/.\{148\}//
14680t nl
14681:delim
14682h
14683s/\(.\{148\}\).*/\1/
14684t more2
14685s/["\\]/\\&/g; s/^/"/; s/$/"/
14686p
14687b
14688:more2
14689s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14690p
14691g
14692s/.\{148\}//
14693t delim
14694' <conf$$subs.awk | sed '
14695/^[^""]/{
14696 N
14697 s/\n//
14698}
14699' >>$CONFIG_STATUS || ac_write_fail=1
14700rm -f conf$$subs.awk
14701cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14702_ACAWK
14703cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14704 for (key in S) S_is_set[key] = 1
14705 FS = "\a"
b7026657 14706
81ecdfbb
RW
14707}
14708{
14709 line = $ 0
14710 nfields = split(line, field, "@")
14711 substed = 0
14712 len = length(field[1])
14713 for (i = 2; i < nfields; i++) {
14714 key = field[i]
14715 keylen = length(key)
14716 if (S_is_set[key]) {
14717 value = S[key]
14718 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14719 len += length(value) + length(field[++i])
14720 substed = 1
14721 } else
14722 len += 1 + keylen
14723 }
14724
14725 print line
14726}
b7026657 14727
81ecdfbb
RW
14728_ACAWK
14729_ACEOF
14730cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14731if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14732 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 14733else
81ecdfbb
RW
14734 cat
14735fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14736 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14737_ACEOF
c906108c 14738
81ecdfbb
RW
14739# VPATH may cause trouble with some makes, so we remove $(srcdir),
14740# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14741# trailing colons and then remove the whole line if VPATH becomes empty
14742# (actually we leave an empty line to preserve line numbers).
14743if test "x$srcdir" = x.; then
14744 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14745s/:*\$(srcdir):*/:/
14746s/:*\${srcdir}:*/:/
14747s/:*@srcdir@:*/:/
14748s/^\([^=]*=[ ]*\):*/\1/
14749s/:*$//
14750s/^[^=]*=[ ]*$//
14751}'
14752fi
c906108c 14753
81ecdfbb
RW
14754cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14755fi # test -n "$CONFIG_FILES"
c906108c 14756
81ecdfbb
RW
14757# Set up the scripts for CONFIG_HEADERS section.
14758# No need to generate them if there are no CONFIG_HEADERS.
14759# This happens for instance with `./config.status Makefile'.
14760if test -n "$CONFIG_HEADERS"; then
14761cat >"$tmp/defines.awk" <<\_ACAWK ||
14762BEGIN {
14763_ACEOF
b7026657 14764
81ecdfbb
RW
14765# Transform confdefs.h into an awk script `defines.awk', embedded as
14766# here-document in config.status, that substitutes the proper values into
14767# config.h.in to produce config.h.
c906108c 14768
81ecdfbb
RW
14769# Create a delimiter string that does not exist in confdefs.h, to ease
14770# handling of long lines.
14771ac_delim='%!_!# '
14772for ac_last_try in false false :; do
14773 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14774 if test -z "$ac_t"; then
14775 break
14776 elif $ac_last_try; then
14777 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 14778 else
81ecdfbb 14779 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 14780 fi
b7026657 14781done
81ecdfbb
RW
14782
14783# For the awk script, D is an array of macro values keyed by name,
14784# likewise P contains macro parameters if any. Preserve backslash
14785# newline sequences.
14786
14787ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14788sed -n '
14789s/.\{148\}/&'"$ac_delim"'/g
14790t rset
14791:rset
14792s/^[ ]*#[ ]*define[ ][ ]*/ /
14793t def
14794d
14795:def
14796s/\\$//
14797t bsnl
14798s/["\\]/\\&/g
14799s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14800D["\1"]=" \3"/p
14801s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14802d
14803:bsnl
14804s/["\\]/\\&/g
14805s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14806D["\1"]=" \3\\\\\\n"\\/p
14807t cont
14808s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14809t cont
14810d
14811:cont
14812n
14813s/.\{148\}/&'"$ac_delim"'/g
14814t clear
14815:clear
14816s/\\$//
14817t bsnlc
14818s/["\\]/\\&/g; s/^/"/; s/$/"/p
14819d
14820:bsnlc
14821s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14822b cont
14823' <confdefs.h | sed '
14824s/'"$ac_delim"'/"\\\
14825"/g' >>$CONFIG_STATUS || ac_write_fail=1
14826
14827cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14828 for (key in D) D_is_set[key] = 1
14829 FS = "\a"
14830}
14831/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14832 line = \$ 0
14833 split(line, arg, " ")
14834 if (arg[1] == "#") {
14835 defundef = arg[2]
14836 mac1 = arg[3]
14837 } else {
14838 defundef = substr(arg[1], 2)
14839 mac1 = arg[2]
14840 }
14841 split(mac1, mac2, "(") #)
14842 macro = mac2[1]
14843 prefix = substr(line, 1, index(line, defundef) - 1)
14844 if (D_is_set[macro]) {
14845 # Preserve the white space surrounding the "#".
14846 print prefix "define", macro P[macro] D[macro]
14847 next
14848 } else {
14849 # Replace #undef with comments. This is necessary, for example,
14850 # in the case of _POSIX_SOURCE, which is predefined and required
14851 # on some systems where configure will not decide to define it.
14852 if (defundef == "undef") {
14853 print "/*", prefix defundef, macro, "*/"
14854 next
14855 }
14856 }
14857}
14858{ print }
14859_ACAWK
b7026657 14860_ACEOF
81ecdfbb
RW
14861cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14862 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14863fi # test -n "$CONFIG_HEADERS"
b7026657 14864
c906108c 14865
81ecdfbb
RW
14866eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
14867shift
14868for ac_tag
14869do
14870 case $ac_tag in
14871 :[FHLC]) ac_mode=$ac_tag; continue;;
14872 esac
14873 case $ac_mode$ac_tag in
14874 :[FHL]*:*);;
14875 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14876 :[FH]-) ac_tag=-:-;;
14877 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 14878 esac
81ecdfbb
RW
14879 ac_save_IFS=$IFS
14880 IFS=:
14881 set x $ac_tag
14882 IFS=$ac_save_IFS
14883 shift
14884 ac_file=$1
14885 shift
c906108c 14886
81ecdfbb
RW
14887 case $ac_mode in
14888 :L) ac_source=$1;;
14889 :[FH])
14890 ac_file_inputs=
14891 for ac_f
14892 do
14893 case $ac_f in
14894 -) ac_f="$tmp/stdin";;
14895 *) # Look for the file first in the build tree, then in the source tree
14896 # (if the path is not absolute). The absolute path cannot be DOS-style,
14897 # because $ac_f cannot contain `:'.
14898 test -f "$ac_f" ||
14899 case $ac_f in
14900 [\\/$]*) false;;
14901 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14902 esac ||
14903 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 14904 esac
81ecdfbb
RW
14905 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14906 as_fn_append ac_file_inputs " '$ac_f'"
14907 done
b7026657 14908
81ecdfbb
RW
14909 # Let's still pretend it is `configure' which instantiates (i.e., don't
14910 # use $as_me), people would be surprised to read:
14911 # /* config.h. Generated by config.status. */
14912 configure_input='Generated from '`
14913 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14914 `' by configure.'
14915 if test x"$ac_file" != x-; then
14916 configure_input="$ac_file. $configure_input"
14917 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14918$as_echo "$as_me: creating $ac_file" >&6;}
14919 fi
14920 # Neutralize special characters interpreted by sed in replacement strings.
14921 case $configure_input in #(
14922 *\&* | *\|* | *\\* )
14923 ac_sed_conf_input=`$as_echo "$configure_input" |
14924 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14925 *) ac_sed_conf_input=$configure_input;;
14926 esac
b7026657 14927
81ecdfbb
RW
14928 case $ac_tag in
14929 *:-:* | *:-) cat >"$tmp/stdin" \
14930 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14931 esac
14932 ;;
14933 esac
b7026657 14934
81ecdfbb 14935 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
14936$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14937 X"$ac_file" : 'X\(//\)[^/]' \| \
14938 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
14939 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14940$as_echo X"$ac_file" |
14941 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14942 s//\1/
14943 q
14944 }
14945 /^X\(\/\/\)[^/].*/{
14946 s//\1/
14947 q
14948 }
14949 /^X\(\/\/\)$/{
14950 s//\1/
14951 q
14952 }
14953 /^X\(\/\).*/{
14954 s//\1/
14955 q
14956 }
14957 s/.*/./; q'`
14958 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
14959 ac_builddir=.
14960
81ecdfbb
RW
14961case "$ac_dir" in
14962.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14963*)
14964 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14965 # A ".." for each directory in $ac_dir_suffix.
14966 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14967 case $ac_top_builddir_sub in
14968 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14969 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14970 esac ;;
14971esac
14972ac_abs_top_builddir=$ac_pwd
14973ac_abs_builddir=$ac_pwd$ac_dir_suffix
14974# for backward compatibility:
14975ac_top_builddir=$ac_top_build_prefix
b7026657
AC
14976
14977case $srcdir in
81ecdfbb 14978 .) # We are building in place.
b7026657 14979 ac_srcdir=.
81ecdfbb
RW
14980 ac_top_srcdir=$ac_top_builddir_sub
14981 ac_abs_top_srcdir=$ac_pwd ;;
14982 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 14983 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
14984 ac_top_srcdir=$srcdir
14985 ac_abs_top_srcdir=$srcdir ;;
14986 *) # Relative name.
14987 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14988 ac_top_srcdir=$ac_top_build_prefix$srcdir
14989 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 14990esac
81ecdfbb 14991ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 14992
c906108c 14993
81ecdfbb
RW
14994 case $ac_mode in
14995 :F)
14996 #
14997 # CONFIG_FILE
14998 #
b7026657 14999
81ecdfbb
RW
15000 case $INSTALL in
15001 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15002 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 15003 esac
81ecdfbb 15004_ACEOF
c906108c 15005
81ecdfbb
RW
15006cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15007# If the template does not know about datarootdir, expand it.
15008# FIXME: This hack should be removed a few years after 2.60.
15009ac_datarootdir_hack=; ac_datarootdir_seen=
15010ac_sed_dataroot='
15011/datarootdir/ {
15012 p
15013 q
15014}
15015/@datadir@/p
15016/@docdir@/p
15017/@infodir@/p
15018/@localedir@/p
15019/@mandir@/p'
15020case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15021*datarootdir*) ac_datarootdir_seen=yes;;
15022*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15023 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15024$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15025_ACEOF
15026cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15027 ac_datarootdir_hack='
15028 s&@datadir@&$datadir&g
15029 s&@docdir@&$docdir&g
15030 s&@infodir@&$infodir&g
15031 s&@localedir@&$localedir&g
15032 s&@mandir@&$mandir&g
15033 s&\\\${datarootdir}&$datarootdir&g' ;;
15034esac
b7026657 15035_ACEOF
b7026657 15036
81ecdfbb
RW
15037# Neutralize VPATH when `$srcdir' = `.'.
15038# Shell code in configure.ac might set extrasub.
15039# FIXME: do we really want to maintain this feature?
15040cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15041ac_sed_extra="$ac_vpsub
15042$extrasub
15043_ACEOF
15044cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15045:t
15046/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15047s|@configure_input@|$ac_sed_conf_input|;t t
15048s&@top_builddir@&$ac_top_builddir_sub&;t t
15049s&@top_build_prefix@&$ac_top_build_prefix&;t t
15050s&@srcdir@&$ac_srcdir&;t t
15051s&@abs_srcdir@&$ac_abs_srcdir&;t t
15052s&@top_srcdir@&$ac_top_srcdir&;t t
15053s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15054s&@builddir@&$ac_builddir&;t t
15055s&@abs_builddir@&$ac_abs_builddir&;t t
15056s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15057s&@INSTALL@&$ac_INSTALL&;t t
15058$ac_datarootdir_hack
15059"
15060eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15061 || as_fn_error "could not create $ac_file" "$LINENO" 5
15062
15063test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15064 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15065 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15066 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15067which seems to be undefined. Please make sure it is defined." >&5
15068$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15069which seems to be undefined. Please make sure it is defined." >&2;}
15070
15071 rm -f "$tmp/stdin"
15072 case $ac_file in
15073 -) cat "$tmp/out" && rm -f "$tmp/out";;
15074 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15075 esac \
15076 || as_fn_error "could not create $ac_file" "$LINENO" 5
15077 ;;
15078 :H)
15079 #
15080 # CONFIG_HEADER
15081 #
15082 if test x"$ac_file" != x-; then
15083 {
15084 $as_echo "/* $configure_input */" \
15085 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15086 } >"$tmp/config.h" \
15087 || as_fn_error "could not create $ac_file" "$LINENO" 5
15088 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15089 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15090$as_echo "$as_me: $ac_file is unchanged" >&6;}
15091 else
15092 rm -f "$ac_file"
15093 mv "$tmp/config.h" "$ac_file" \
15094 || as_fn_error "could not create $ac_file" "$LINENO" 5
15095 fi
b7026657 15096 else
81ecdfbb
RW
15097 $as_echo "/* $configure_input */" \
15098 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15099 || as_fn_error "could not create -" "$LINENO" 5
15100 fi
15101 ;;
15102 :L)
15103 #
15104 # CONFIG_LINK
15105 #
b7026657 15106
81ecdfbb
RW
15107 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
15108 :
15109 else
15110 # Prefer the file from the source tree if names are identical.
15111 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
15112 ac_source=$srcdir/$ac_source
15113 fi
b7026657 15114
81ecdfbb
RW
15115 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
15116$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
c906108c 15117
81ecdfbb
RW
15118 if test ! -r "$ac_source"; then
15119 as_fn_error "$ac_source: file not found" "$LINENO" 5
15120 fi
15121 rm -f "$ac_file"
b7026657 15122
81ecdfbb
RW
15123 # Try a relative symlink, then a hard link, then a copy.
15124 case $srcdir in
15125 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
15126 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
15127 esac
15128 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
15129 ln "$ac_source" "$ac_file" 2>/dev/null ||
15130 cp -p "$ac_source" "$ac_file" ||
15131 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
15132 fi
15133 ;;
15134 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15135$as_echo "$as_me: executing $ac_file commands" >&6;}
15136 ;;
15137 esac
b7026657
AC
15138
15139
81ecdfbb 15140 case $ac_file$ac_mode in
db2e4d67 15141 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
15142 "libtool":C)
15143
15144 # See if we are running on zsh, and set the options which allow our
15145 # commands through without removal of \ escapes.
15146 if test -n "${ZSH_VERSION+set}" ; then
15147 setopt NO_GLOB_SUBST
15148 fi
15149
15150 cfgfile="${ofile}T"
15151 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15152 $RM "$cfgfile"
15153
15154 cat <<_LT_EOF >> "$cfgfile"
15155#! $SHELL
15156
15157# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15158# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15159# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15160# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15161#
15162# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15163# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15164# Written by Gordon Matzigkeit, 1996
15165#
15166# This file is part of GNU Libtool.
15167#
15168# GNU Libtool is free software; you can redistribute it and/or
15169# modify it under the terms of the GNU General Public License as
15170# published by the Free Software Foundation; either version 2 of
15171# the License, or (at your option) any later version.
15172#
15173# As a special exception to the GNU General Public License,
15174# if you distribute this file as part of a program or library that
15175# is built using GNU Libtool, you may include this file under the
15176# same distribution terms that you use for the rest of that program.
15177#
15178# GNU Libtool is distributed in the hope that it will be useful,
15179# but WITHOUT ANY WARRANTY; without even the implied warranty of
15180# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15181# GNU General Public License for more details.
15182#
15183# You should have received a copy of the GNU General Public License
15184# along with GNU Libtool; see the file COPYING. If not, a copy
15185# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15186# obtained by writing to the Free Software Foundation, Inc.,
15187# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15188
15189
15190# The names of the tagged configurations supported by this script.
15191available_tags=""
15192
15193# ### BEGIN LIBTOOL CONFIG
15194
15195# Which release of libtool.m4 was used?
15196macro_version=$macro_version
15197macro_revision=$macro_revision
15198
15199# Whether or not to build shared libraries.
15200build_libtool_libs=$enable_shared
15201
15202# Whether or not to build static libraries.
15203build_old_libs=$enable_static
15204
15205# What type of objects to build.
15206pic_mode=$pic_mode
15207
15208# Whether or not to optimize for fast installation.
15209fast_install=$enable_fast_install
15210
15211# Shell to use when invoking shell scripts.
15212SHELL=$lt_SHELL
15213
15214# An echo program that protects backslashes.
15215ECHO=$lt_ECHO
15216
15217# The host system.
15218host_alias=$host_alias
15219host=$host
15220host_os=$host_os
15221
15222# The build system.
15223build_alias=$build_alias
15224build=$build
15225build_os=$build_os
15226
15227# A sed program that does not truncate output.
15228SED=$lt_SED
15229
15230# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15231Xsed="\$SED -e 1s/^X//"
15232
15233# A grep program that handles long lines.
15234GREP=$lt_GREP
15235
15236# An ERE matcher.
15237EGREP=$lt_EGREP
15238
15239# A literal string matcher.
15240FGREP=$lt_FGREP
15241
15242# A BSD- or MS-compatible name lister.
15243NM=$lt_NM
15244
15245# Whether we need soft or hard links.
15246LN_S=$lt_LN_S
15247
15248# What is the maximum length of a command?
15249max_cmd_len=$max_cmd_len
15250
15251# Object file suffix (normally "o").
15252objext=$ac_objext
15253
15254# Executable file suffix (normally "").
15255exeext=$exeext
15256
15257# whether the shell understands "unset".
15258lt_unset=$lt_unset
15259
15260# turn spaces into newlines.
15261SP2NL=$lt_lt_SP2NL
15262
15263# turn newlines into spaces.
15264NL2SP=$lt_lt_NL2SP
15265
15266# An object symbol dumper.
15267OBJDUMP=$lt_OBJDUMP
15268
15269# Method to check whether dependent libraries are shared objects.
15270deplibs_check_method=$lt_deplibs_check_method
15271
15272# Command to use when deplibs_check_method == "file_magic".
15273file_magic_cmd=$lt_file_magic_cmd
15274
15275# The archiver.
15276AR=$lt_AR
15277AR_FLAGS=$lt_AR_FLAGS
15278
15279# A symbol stripping program.
15280STRIP=$lt_STRIP
15281
15282# Commands used to install an old-style archive.
15283RANLIB=$lt_RANLIB
15284old_postinstall_cmds=$lt_old_postinstall_cmds
15285old_postuninstall_cmds=$lt_old_postuninstall_cmds
15286
15287# Whether to use a lock for old archive extraction.
15288lock_old_archive_extraction=$lock_old_archive_extraction
15289
15290# A C compiler.
15291LTCC=$lt_CC
15292
15293# LTCC compiler flags.
15294LTCFLAGS=$lt_CFLAGS
15295
15296# Take the output of nm and produce a listing of raw symbols and C names.
15297global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15298
15299# Transform the output of nm in a proper C declaration.
15300global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15301
15302# Transform the output of nm in a C name address pair.
15303global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15304
15305# Transform the output of nm in a C name address pair when lib prefix is needed.
15306global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15307
15308# The name of the directory that contains temporary libtool files.
15309objdir=$objdir
15310
15311# Used to examine libraries when file_magic_cmd begins with "file".
15312MAGIC_CMD=$MAGIC_CMD
15313
15314# Must we lock files when doing compilation?
15315need_locks=$lt_need_locks
15316
15317# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15318DSYMUTIL=$lt_DSYMUTIL
15319
15320# Tool to change global to local symbols on Mac OS X.
15321NMEDIT=$lt_NMEDIT
15322
15323# Tool to manipulate fat objects and archives on Mac OS X.
15324LIPO=$lt_LIPO
15325
15326# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15327OTOOL=$lt_OTOOL
15328
15329# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15330OTOOL64=$lt_OTOOL64
15331
15332# Old archive suffix (normally "a").
15333libext=$libext
15334
15335# Shared library suffix (normally ".so").
15336shrext_cmds=$lt_shrext_cmds
15337
15338# The commands to extract the exported symbol list from a shared archive.
15339extract_expsyms_cmds=$lt_extract_expsyms_cmds
15340
15341# Variables whose values should be saved in libtool wrapper scripts and
15342# restored at link time.
15343variables_saved_for_relink=$lt_variables_saved_for_relink
15344
15345# Do we need the "lib" prefix for modules?
15346need_lib_prefix=$need_lib_prefix
15347
15348# Do we need a version for libraries?
15349need_version=$need_version
15350
15351# Library versioning type.
15352version_type=$version_type
15353
15354# Shared library runtime path variable.
15355runpath_var=$runpath_var
15356
15357# Shared library path variable.
15358shlibpath_var=$shlibpath_var
15359
15360# Is shlibpath searched before the hard-coded library search path?
15361shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15362
15363# Format of library name prefix.
15364libname_spec=$lt_libname_spec
15365
15366# List of archive names. First name is the real one, the rest are links.
15367# The last name is the one that the linker finds with -lNAME
15368library_names_spec=$lt_library_names_spec
15369
15370# The coded name of the library, if different from the real name.
15371soname_spec=$lt_soname_spec
15372
15373# Permission mode override for installation of shared libraries.
15374install_override_mode=$lt_install_override_mode
15375
15376# Command to use after installation of a shared archive.
15377postinstall_cmds=$lt_postinstall_cmds
15378
15379# Command to use after uninstallation of a shared archive.
15380postuninstall_cmds=$lt_postuninstall_cmds
15381
15382# Commands used to finish a libtool library installation in a directory.
15383finish_cmds=$lt_finish_cmds
15384
15385# As "finish_cmds", except a single script fragment to be evaled but
15386# not shown.
15387finish_eval=$lt_finish_eval
15388
15389# Whether we should hardcode library paths into libraries.
15390hardcode_into_libs=$hardcode_into_libs
15391
15392# Compile-time system search path for libraries.
15393sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15394
15395# Run-time system search path for libraries.
15396sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15397
15398# Whether dlopen is supported.
15399dlopen_support=$enable_dlopen
15400
15401# Whether dlopen of programs is supported.
15402dlopen_self=$enable_dlopen_self
15403
15404# Whether dlopen of statically linked programs is supported.
15405dlopen_self_static=$enable_dlopen_self_static
15406
15407# Commands to strip libraries.
15408old_striplib=$lt_old_striplib
15409striplib=$lt_striplib
15410
15411
15412# The linker used to build libraries.
15413LD=$lt_LD
15414
15415# How to create reloadable object files.
15416reload_flag=$lt_reload_flag
15417reload_cmds=$lt_reload_cmds
15418
15419# Commands used to build an old-style archive.
15420old_archive_cmds=$lt_old_archive_cmds
15421
15422# A language specific compiler.
15423CC=$lt_compiler
15424
15425# Is the compiler the GNU compiler?
15426with_gcc=$GCC
15427
15428# Compiler flag to turn off builtin functions.
15429no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15430
15431# How to pass a linker flag through the compiler.
15432wl=$lt_lt_prog_compiler_wl
15433
15434# Additional compiler flags for building library objects.
15435pic_flag=$lt_lt_prog_compiler_pic
15436
15437# Compiler flag to prevent dynamic linking.
15438link_static_flag=$lt_lt_prog_compiler_static
15439
15440# Does compiler simultaneously support -c and -o options?
15441compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15442
15443# Whether or not to add -lc for building shared libraries.
15444build_libtool_need_lc=$archive_cmds_need_lc
15445
15446# Whether or not to disallow shared libs when runtime libs are static.
15447allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15448
15449# Compiler flag to allow reflexive dlopens.
15450export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15451
15452# Compiler flag to generate shared objects directly from archives.
15453whole_archive_flag_spec=$lt_whole_archive_flag_spec
15454
15455# Whether the compiler copes with passing no objects directly.
15456compiler_needs_object=$lt_compiler_needs_object
15457
15458# Create an old-style archive from a shared archive.
15459old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15460
15461# Create a temporary old-style archive to link instead of a shared archive.
15462old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15463
15464# Commands used to build a shared archive.
15465archive_cmds=$lt_archive_cmds
15466archive_expsym_cmds=$lt_archive_expsym_cmds
15467
15468# Commands used to build a loadable module if different from building
15469# a shared archive.
15470module_cmds=$lt_module_cmds
15471module_expsym_cmds=$lt_module_expsym_cmds
15472
15473# Whether we are building with GNU ld or not.
15474with_gnu_ld=$lt_with_gnu_ld
15475
15476# Flag that allows shared libraries with undefined symbols to be built.
15477allow_undefined_flag=$lt_allow_undefined_flag
15478
15479# Flag that enforces no undefined symbols.
15480no_undefined_flag=$lt_no_undefined_flag
15481
15482# Flag to hardcode \$libdir into a binary during linking.
15483# This must work even if \$libdir does not exist
15484hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15485
15486# If ld is used when linking, flag to hardcode \$libdir into a binary
15487# during linking. This must work even if \$libdir does not exist.
15488hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15489
15490# Whether we need a single "-rpath" flag with a separated argument.
15491hardcode_libdir_separator=$lt_hardcode_libdir_separator
15492
15493# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15494# DIR into the resulting binary.
15495hardcode_direct=$hardcode_direct
15496
15497# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15498# DIR into the resulting binary and the resulting library dependency is
15499# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15500# library is relocated.
15501hardcode_direct_absolute=$hardcode_direct_absolute
15502
15503# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15504# into the resulting binary.
15505hardcode_minus_L=$hardcode_minus_L
15506
15507# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15508# into the resulting binary.
15509hardcode_shlibpath_var=$hardcode_shlibpath_var
15510
15511# Set to "yes" if building a shared library automatically hardcodes DIR
15512# into the library and all subsequent libraries and executables linked
15513# against it.
15514hardcode_automatic=$hardcode_automatic
15515
15516# Set to yes if linker adds runtime paths of dependent libraries
15517# to runtime path list.
15518inherit_rpath=$inherit_rpath
15519
15520# Whether libtool must link a program against all its dependency libraries.
15521link_all_deplibs=$link_all_deplibs
15522
15523# Fix the shell variable \$srcfile for the compiler.
15524fix_srcfile_path=$lt_fix_srcfile_path
15525
15526# Set to "yes" if exported symbols are required.
15527always_export_symbols=$always_export_symbols
15528
15529# The commands to list exported symbols.
15530export_symbols_cmds=$lt_export_symbols_cmds
15531
15532# Symbols that should not be listed in the preloaded symbols.
15533exclude_expsyms=$lt_exclude_expsyms
15534
15535# Symbols that must always be exported.
15536include_expsyms=$lt_include_expsyms
15537
15538# Commands necessary for linking programs (against libraries) with templates.
15539prelink_cmds=$lt_prelink_cmds
15540
15541# Specify filename containing input files.
15542file_list_spec=$lt_file_list_spec
15543
15544# How to hardcode a shared library path into an executable.
15545hardcode_action=$hardcode_action
15546
15547# ### END LIBTOOL CONFIG
15548
15549_LT_EOF
15550
15551 case $host_os in
15552 aix3*)
15553 cat <<\_LT_EOF >> "$cfgfile"
15554# AIX sometimes has problems with the GCC collect2 program. For some
15555# reason, if we set the COLLECT_NAMES environment variable, the problems
15556# vanish in a puff of smoke.
15557if test "X${COLLECT_NAMES+set}" != Xset; then
15558 COLLECT_NAMES=
15559 export COLLECT_NAMES
15560fi
15561_LT_EOF
15562 ;;
15563 esac
15564
15565
15566ltmain="$ac_aux_dir/ltmain.sh"
15567
15568
15569 # We use sed instead of cat because bash on DJGPP gets confused if
15570 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15571 # text mode, it properly converts lines to CR/LF. This bash problem
15572 # is reportedly fixed, but why not run on old versions too?
15573 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15574 || (rm -f "$cfgfile"; exit 1)
15575
15576 case $xsi_shell in
15577 yes)
15578 cat << \_LT_EOF >> "$cfgfile"
15579
15580# func_dirname file append nondir_replacement
15581# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15582# otherwise set result to NONDIR_REPLACEMENT.
15583func_dirname ()
15584{
15585 case ${1} in
15586 */*) func_dirname_result="${1%/*}${2}" ;;
15587 * ) func_dirname_result="${3}" ;;
15588 esac
15589}
15590
15591# func_basename file
15592func_basename ()
15593{
15594 func_basename_result="${1##*/}"
15595}
15596
15597# func_dirname_and_basename file append nondir_replacement
15598# perform func_basename and func_dirname in a single function
15599# call:
15600# dirname: Compute the dirname of FILE. If nonempty,
15601# add APPEND to the result, otherwise set result
15602# to NONDIR_REPLACEMENT.
15603# value returned in "$func_dirname_result"
15604# basename: Compute filename of FILE.
15605# value retuned in "$func_basename_result"
15606# Implementation must be kept synchronized with func_dirname
15607# and func_basename. For efficiency, we do not delegate to
15608# those functions but instead duplicate the functionality here.
15609func_dirname_and_basename ()
15610{
15611 case ${1} in
15612 */*) func_dirname_result="${1%/*}${2}" ;;
15613 * ) func_dirname_result="${3}" ;;
15614 esac
15615 func_basename_result="${1##*/}"
15616}
15617
15618# func_stripname prefix suffix name
15619# strip PREFIX and SUFFIX off of NAME.
15620# PREFIX and SUFFIX must not contain globbing or regex special
15621# characters, hashes, percent signs, but SUFFIX may contain a leading
15622# dot (in which case that matches only a dot).
15623func_stripname ()
15624{
15625 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15626 # positional parameters, so assign one to ordinary parameter first.
15627 func_stripname_result=${3}
15628 func_stripname_result=${func_stripname_result#"${1}"}
15629 func_stripname_result=${func_stripname_result%"${2}"}
15630}
15631
15632# func_opt_split
15633func_opt_split ()
15634{
15635 func_opt_split_opt=${1%%=*}
15636 func_opt_split_arg=${1#*=}
15637}
15638
15639# func_lo2o object
15640func_lo2o ()
15641{
15642 case ${1} in
15643 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15644 *) func_lo2o_result=${1} ;;
15645 esac
15646}
15647
15648# func_xform libobj-or-source
15649func_xform ()
15650{
15651 func_xform_result=${1%.*}.lo
15652}
15653
15654# func_arith arithmetic-term...
15655func_arith ()
15656{
15657 func_arith_result=$(( $* ))
15658}
15659
15660# func_len string
15661# STRING may not start with a hyphen.
15662func_len ()
15663{
15664 func_len_result=${#1}
15665}
15666
15667_LT_EOF
15668 ;;
15669 *) # Bourne compatible functions.
15670 cat << \_LT_EOF >> "$cfgfile"
15671
15672# func_dirname file append nondir_replacement
15673# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15674# otherwise set result to NONDIR_REPLACEMENT.
15675func_dirname ()
15676{
15677 # Extract subdirectory from the argument.
15678 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15679 if test "X$func_dirname_result" = "X${1}"; then
15680 func_dirname_result="${3}"
15681 else
15682 func_dirname_result="$func_dirname_result${2}"
15683 fi
15684}
15685
15686# func_basename file
15687func_basename ()
15688{
15689 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15690}
15691
15692
15693# func_stripname prefix suffix name
15694# strip PREFIX and SUFFIX off of NAME.
15695# PREFIX and SUFFIX must not contain globbing or regex special
15696# characters, hashes, percent signs, but SUFFIX may contain a leading
15697# dot (in which case that matches only a dot).
15698# func_strip_suffix prefix name
15699func_stripname ()
15700{
15701 case ${2} in
15702 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15703 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15704 esac
15705}
15706
15707# sed scripts:
15708my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15709my_sed_long_arg='1s/^-[^=]*=//'
15710
15711# func_opt_split
15712func_opt_split ()
15713{
15714 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15715 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15716}
15717
15718# func_lo2o object
15719func_lo2o ()
15720{
15721 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15722}
15723
15724# func_xform libobj-or-source
15725func_xform ()
15726{
15727 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15728}
15729
15730# func_arith arithmetic-term...
15731func_arith ()
15732{
15733 func_arith_result=`expr "$@"`
15734}
15735
15736# func_len string
15737# STRING may not start with a hyphen.
15738func_len ()
15739{
15740 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15741}
15742
15743_LT_EOF
15744esac
15745
15746case $lt_shell_append in
15747 yes)
15748 cat << \_LT_EOF >> "$cfgfile"
15749
15750# func_append var value
15751# Append VALUE to the end of shell variable VAR.
15752func_append ()
15753{
15754 eval "$1+=\$2"
15755}
15756_LT_EOF
15757 ;;
15758 *)
15759 cat << \_LT_EOF >> "$cfgfile"
15760
15761# func_append var value
15762# Append VALUE to the end of shell variable VAR.
15763func_append ()
15764{
15765 eval "$1=\$$1\$2"
15766}
15767
15768_LT_EOF
15769 ;;
15770 esac
15771
15772
15773 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15774 || (rm -f "$cfgfile"; exit 1)
15775
15776 mv -f "$cfgfile" "$ofile" ||
15777 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15778 chmod +x "$ofile"
15779
15780 ;;
81ecdfbb 15781 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
15782 rm -f Makesim1.tmp Makesim2.tmp Makefile
15783 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15784 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15785 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
15786 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15787 <Makefile.sim >Makefile
38f48d72 15788 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 15789 ;;
81ecdfbb
RW
15790 "stamp-h":C) echo > stamp-h ;;
15791
b7026657 15792 esac
81ecdfbb 15793done # for ac_tag
c906108c 15794
b7026657 15795
81ecdfbb 15796as_fn_exit 0
b7026657 15797_ACEOF
b7026657
AC
15798ac_clean_files=$ac_clean_files_save
15799
81ecdfbb
RW
15800test $ac_write_fail = 0 ||
15801 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15802
b7026657
AC
15803
15804# configure is writing to config.log, and then calls config.status.
15805# config.status does its own redirection, appending to config.log.
15806# Unfortunately, on DOS this fails, as config.log is still kept open
15807# by configure, so config.status won't be able to write to it; its
15808# output is simply discarded. So we exec the FD to /dev/null,
15809# effectively closing config.log, so it can be properly (re)opened and
15810# appended to by config.status. When coming back to configure, we
15811# need to make the FD available again.
15812if test "$no_create" != yes; then
15813 ac_cs_success=:
15814 ac_config_status_args=
15815 test "$silent" = yes &&
15816 ac_config_status_args="$ac_config_status_args --quiet"
15817 exec 5>/dev/null
15818 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15819 exec 5>>config.log
15820 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15821 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15822 $ac_cs_success || as_fn_exit $?
15823fi
15824if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15825 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15826$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 15827fi
c906108c
SS
15828
15829
This page took 1.428957 seconds and 4 git commands to generate.