]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/msp430/configure
Work around a GCC uninitialized warning bug
[thirdparty/binutils-gdb.git] / sim / msp430 / configure
CommitLineData
3346cfda
NC
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
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.
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
14
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 :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
31fi
32
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 }
79fi
80
81
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
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
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
bf3d9781
AM
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"
3346cfda
NC
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
192do
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."
236 else
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."
241 fi
242 exit 1
243fi
244fi
245fi
246SHELL=${CONFIG_SHELL-/bin/sh}
247export SHELL
248# Unset more variables known to interfere with behavior of common tools.
249CLICOLOR_FORCE= GREP_OPTIONS=
250unset CLICOLOR_FORCE GREP_OPTIONS
251
252## --------------------- ##
253## M4sh Shell Functions. ##
254## --------------------- ##
255# as_fn_unset VAR
256# ---------------
257# Portably unset VAR.
258as_fn_unset ()
259{
260 { eval $1=; unset $1;}
261}
262as_unset=as_fn_unset
263
264# as_fn_set_status STATUS
265# -----------------------
266# Set $? to STATUS, without forking.
267as_fn_set_status ()
268{
269 return $1
270} # as_fn_set_status
271
272# as_fn_exit STATUS
273# -----------------
274# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275as_fn_exit ()
276{
277 set +e
278 as_fn_set_status $1
279 exit $1
280} # as_fn_exit
281
282# as_fn_mkdir_p
283# -------------
284# Create "$as_dir" as a directory, including parents if necessary.
285as_fn_mkdir_p ()
286{
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304$as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328} # as_fn_mkdir_p
329# as_fn_append VAR VALUE
330# ----------------------
331# Append the text in VALUE to the end of the definition contained in VAR. Take
332# advantage of any shell optimizations that allow amortized linear growth over
333# repeated appends, instead of the typical quadratic growth present in naive
334# implementations.
335if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345fi # as_fn_append
346
347# as_fn_arith ARG...
348# ------------------
349# Perform arithmetic evaluation on the ARGs, and store the result in the
350# global $as_val. Take advantage of shells that can avoid forks. The arguments
351# must be portable across $(()) and expr.
352if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362fi # as_fn_arith
363
364
365# as_fn_error ERROR [LINENO LOG_FD]
366# ---------------------------------
367# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369# script with status $?, using 1 if that was 0.
370as_fn_error ()
371{
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379} # as_fn_error
380
381if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
383 as_expr=expr
384else
385 as_expr=false
386fi
387
388if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
389 as_basename=basename
390else
391 as_basename=false
392fi
393
394if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396else
397 as_dirname=false
398fi
399
400as_me=`$as_basename -- "$0" ||
401$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
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'`
418
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
425
426
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 |
436 sed '
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
441 N
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444 t loop
445 s/-\n.*//
446 ' >$as_me.lineno &&
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; }
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
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
454 # Exit status is that of the last command.
455 exit
456}
457
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';;
469esac
470
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
474else
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
477fi
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s='ln -s'
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'
491 fi
492else
493 as_ln_s='cp -p'
494fi
495rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496rmdir conf$$.dir 2>/dev/null
497
498if mkdir -p . 2>/dev/null; then
499 as_mkdir_p='mkdir -p "$as_dir"'
500else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503fi
504
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
527
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'"
530
531# Sed expression to map a string onto a valid variable name.
532as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
bf3d9781
AM
534SHELL=${CONFIG_SHELL-/bin/sh}
535
3346cfda
NC
536
537exec 7<&0 </dev/null 6>&1
538
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`
543
544#
545# Initializations.
546#
547ac_default_prefix=/usr/local
548ac_clean_files=
549ac_config_libobj_dir=.
550LIBOBJS=
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
555
556# Identity of this package.
557PACKAGE_NAME=
558PACKAGE_TARNAME=
559PACKAGE_VERSION=
560PACKAGE_STRING=
561PACKAGE_BUGREPORT=
562PACKAGE_URL=
563
564ac_unique_file="Makefile.in"
565# Factoring default headers for most tests.
566ac_includes_default="\
567#include <stdio.h>
568#ifdef HAVE_SYS_TYPES_H
569# include <sys/types.h>
570#endif
571#ifdef HAVE_SYS_STAT_H
572# include <sys/stat.h>
573#endif
574#ifdef STDC_HEADERS
575# include <stdlib.h>
576# include <stddef.h>
577#else
578# ifdef HAVE_STDLIB_H
579# include <stdlib.h>
580# endif
581#endif
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
588#ifdef HAVE_STRINGS_H
589# include <strings.h>
590#endif
591#ifdef HAVE_INTTYPES_H
592# include <inttypes.h>
593#endif
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
598# include <unistd.h>
599#endif"
600
601ac_subst_vars='LTLIBOBJS
602LIBOBJS
603cgen_breaks
604REPORT_BUGS_TEXI
605REPORT_BUGS_TO
606PKGVERSION
607sim_profile
608sim_trace
609sim_stdio
610sim_debug
611sim_cflags
612sim_bswap
613MAINT
bf3d9781
AM
614MAINTAINER_MODE_FALSE
615MAINTAINER_MODE_TRUE
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
3346cfda
NC
637CATOBJEXT
638GENCAT
639INSTOBJEXT
640DATADIRNAME
641CATALOGS
642POSUB
643GMSGFMT
644XGETTEXT
645INCINTL
646LIBINTL_DEP
647LIBINTL
648USE_NLS
649GMAKE_FALSE
650GMAKE_TRUE
651MAKE
652CCDEPMODE
653DEPDIR
654am__leading_dot
655PACKAGE
656RANLIB
657AR
658HDEFINES
659CC_FOR_BUILD
660INSTALL_DATA
661INSTALL_SCRIPT
662INSTALL_PROGRAM
663EGREP
664GREP
665CPP
666target_os
667target_vendor
668target_cpu
669target
670host_os
671host_vendor
672host_cpu
673host
674build_os
675build_vendor
676build_cpu
677build
678OBJEXT
679EXEEXT
680ac_ct_CC
681CPPFLAGS
682LDFLAGS
683CFLAGS
684CC
685WERROR_CFLAGS
686WARN_CFLAGS
687sim_xor_endian
688sim_stdcall
689sim_smp
690sim_reserved_bits
691sim_regparm
692sim_packages
693sim_inline
694sim_hw
695sim_hw_objs
696sim_hw_cflags
697sim_default_model
698sim_scache
699sim_float
700sim_hostendian
701sim_endian
702sim_bitsize
703sim_assert
704sim_alignment
705sim_environment
706target_alias
707host_alias
708build_alias
709LIBS
710ECHO_T
711ECHO_N
712ECHO_C
713DEFS
714mandir
715localedir
716libdir
717psdir
718pdfdir
719dvidir
720htmldir
721infodir
722docdir
723oldincludedir
724includedir
725localstatedir
726sharedstatedir
727sysconfdir
728datadir
729datarootdir
730libexecdir
731sbindir
732bindir
733program_transform_name
734prefix
735exec_prefix
736PACKAGE_URL
737PACKAGE_BUGREPORT
738PACKAGE_STRING
739PACKAGE_VERSION
740PACKAGE_TARNAME
741PACKAGE_NAME
742PATH_SEPARATOR
743SHELL'
744ac_subst_files=''
745ac_user_opts='
746enable_option_checking
aadc9410 747with_system_zlib
bf3d9781
AM
748enable_plugins
749enable_shared
750enable_static
751with_pic
752enable_fast_install
753with_gnu_ld
754enable_libtool_lock
3346cfda
NC
755enable_maintainer_mode
756enable_sim_bswap
757enable_sim_cflags
758enable_sim_debug
759enable_sim_stdio
760enable_sim_trace
761enable_sim_profile
762with_pkgversion
763with_bugurl
764enable_sim_endian
765enable_sim_alignment
c1e768db
MF
766enable_sim_inline
767enable_werror
768enable_build_warnings
769enable_sim_build_warnings
3346cfda
NC
770'
771 ac_precious_vars='build_alias
772host_alias
773target_alias
774CC
775CFLAGS
776LDFLAGS
777LIBS
778CPPFLAGS
779CPP'
780
781
782# Initialize some variables set by options.
783ac_init_help=
784ac_init_version=false
785ac_unrecognized_opts=
786ac_unrecognized_sep=
787# The variables have the same names as the options, with
788# dashes changed to underlines.
789cache_file=/dev/null
790exec_prefix=NONE
791no_create=
792no_recursion=
793prefix=NONE
794program_prefix=NONE
795program_suffix=NONE
796program_transform_name=s,x,x,
797silent=
798site=
799srcdir=
800verbose=
801x_includes=NONE
802x_libraries=NONE
803
804# Installation directory options.
805# These are left unexpanded so users can "make install exec_prefix=/foo"
806# and all the variables that are supposed to be based on exec_prefix
807# by default will actually change.
808# Use braces instead of parens because sh, perl, etc. also accept them.
809# (The list follows the same order as the GNU Coding Standards.)
810bindir='${exec_prefix}/bin'
811sbindir='${exec_prefix}/sbin'
812libexecdir='${exec_prefix}/libexec'
813datarootdir='${prefix}/share'
814datadir='${datarootdir}'
815sysconfdir='${prefix}/etc'
816sharedstatedir='${prefix}/com'
817localstatedir='${prefix}/var'
818includedir='${prefix}/include'
819oldincludedir='/usr/include'
820docdir='${datarootdir}/doc/${PACKAGE}'
821infodir='${datarootdir}/info'
822htmldir='${docdir}'
823dvidir='${docdir}'
824pdfdir='${docdir}'
825psdir='${docdir}'
826libdir='${exec_prefix}/lib'
827localedir='${datarootdir}/locale'
828mandir='${datarootdir}/man'
829
830ac_prev=
831ac_dashdash=
832for ac_option
833do
834 # If the previous option needs an argument, assign it.
835 if test -n "$ac_prev"; then
836 eval $ac_prev=\$ac_option
837 ac_prev=
838 continue
839 fi
840
841 case $ac_option in
842 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
843 *) ac_optarg=yes ;;
844 esac
845
846 # Accept the important Cygnus configure options, so we can diagnose typos.
847
848 case $ac_dashdash$ac_option in
849 --)
850 ac_dashdash=yes ;;
851
852 -bindir | --bindir | --bindi | --bind | --bin | --bi)
853 ac_prev=bindir ;;
854 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
855 bindir=$ac_optarg ;;
856
857 -build | --build | --buil | --bui | --bu)
858 ac_prev=build_alias ;;
859 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
860 build_alias=$ac_optarg ;;
861
862 -cache-file | --cache-file | --cache-fil | --cache-fi \
863 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
864 ac_prev=cache_file ;;
865 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
866 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
867 cache_file=$ac_optarg ;;
868
869 --config-cache | -C)
870 cache_file=config.cache ;;
871
872 -datadir | --datadir | --datadi | --datad)
873 ac_prev=datadir ;;
874 -datadir=* | --datadir=* | --datadi=* | --datad=*)
875 datadir=$ac_optarg ;;
876
877 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
878 | --dataroo | --dataro | --datar)
879 ac_prev=datarootdir ;;
880 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
881 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
882 datarootdir=$ac_optarg ;;
883
884 -disable-* | --disable-*)
885 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
886 # Reject names that are not valid shell variable names.
887 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
888 as_fn_error "invalid feature name: $ac_useropt"
889 ac_useropt_orig=$ac_useropt
890 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
891 case $ac_user_opts in
892 *"
893"enable_$ac_useropt"
894"*) ;;
895 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
896 ac_unrecognized_sep=', ';;
897 esac
898 eval enable_$ac_useropt=no ;;
899
900 -docdir | --docdir | --docdi | --doc | --do)
901 ac_prev=docdir ;;
902 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
903 docdir=$ac_optarg ;;
904
905 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
906 ac_prev=dvidir ;;
907 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
908 dvidir=$ac_optarg ;;
909
910 -enable-* | --enable-*)
911 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
912 # Reject names that are not valid shell variable names.
913 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
914 as_fn_error "invalid feature name: $ac_useropt"
915 ac_useropt_orig=$ac_useropt
916 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
917 case $ac_user_opts in
918 *"
919"enable_$ac_useropt"
920"*) ;;
921 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
922 ac_unrecognized_sep=', ';;
923 esac
924 eval enable_$ac_useropt=\$ac_optarg ;;
925
926 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
927 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
928 | --exec | --exe | --ex)
929 ac_prev=exec_prefix ;;
930 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
931 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
932 | --exec=* | --exe=* | --ex=*)
933 exec_prefix=$ac_optarg ;;
934
935 -gas | --gas | --ga | --g)
936 # Obsolete; use --with-gas.
937 with_gas=yes ;;
938
939 -help | --help | --hel | --he | -h)
940 ac_init_help=long ;;
941 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
942 ac_init_help=recursive ;;
943 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
944 ac_init_help=short ;;
945
946 -host | --host | --hos | --ho)
947 ac_prev=host_alias ;;
948 -host=* | --host=* | --hos=* | --ho=*)
949 host_alias=$ac_optarg ;;
950
951 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
952 ac_prev=htmldir ;;
953 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
954 | --ht=*)
955 htmldir=$ac_optarg ;;
956
957 -includedir | --includedir | --includedi | --included | --include \
958 | --includ | --inclu | --incl | --inc)
959 ac_prev=includedir ;;
960 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
961 | --includ=* | --inclu=* | --incl=* | --inc=*)
962 includedir=$ac_optarg ;;
963
964 -infodir | --infodir | --infodi | --infod | --info | --inf)
965 ac_prev=infodir ;;
966 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
967 infodir=$ac_optarg ;;
968
969 -libdir | --libdir | --libdi | --libd)
970 ac_prev=libdir ;;
971 -libdir=* | --libdir=* | --libdi=* | --libd=*)
972 libdir=$ac_optarg ;;
973
974 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
975 | --libexe | --libex | --libe)
976 ac_prev=libexecdir ;;
977 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
978 | --libexe=* | --libex=* | --libe=*)
979 libexecdir=$ac_optarg ;;
980
981 -localedir | --localedir | --localedi | --localed | --locale)
982 ac_prev=localedir ;;
983 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
984 localedir=$ac_optarg ;;
985
986 -localstatedir | --localstatedir | --localstatedi | --localstated \
987 | --localstate | --localstat | --localsta | --localst | --locals)
988 ac_prev=localstatedir ;;
989 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
990 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
991 localstatedir=$ac_optarg ;;
992
993 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
994 ac_prev=mandir ;;
995 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
996 mandir=$ac_optarg ;;
997
998 -nfp | --nfp | --nf)
999 # Obsolete; use --without-fp.
1000 with_fp=no ;;
1001
1002 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1003 | --no-cr | --no-c | -n)
1004 no_create=yes ;;
1005
1006 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1007 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1008 no_recursion=yes ;;
1009
1010 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1011 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1012 | --oldin | --oldi | --old | --ol | --o)
1013 ac_prev=oldincludedir ;;
1014 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1015 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1016 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1017 oldincludedir=$ac_optarg ;;
1018
1019 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1020 ac_prev=prefix ;;
1021 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1022 prefix=$ac_optarg ;;
1023
1024 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1025 | --program-pre | --program-pr | --program-p)
1026 ac_prev=program_prefix ;;
1027 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1028 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1029 program_prefix=$ac_optarg ;;
1030
1031 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1032 | --program-suf | --program-su | --program-s)
1033 ac_prev=program_suffix ;;
1034 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1035 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1036 program_suffix=$ac_optarg ;;
1037
1038 -program-transform-name | --program-transform-name \
1039 | --program-transform-nam | --program-transform-na \
1040 | --program-transform-n | --program-transform- \
1041 | --program-transform | --program-transfor \
1042 | --program-transfo | --program-transf \
1043 | --program-trans | --program-tran \
1044 | --progr-tra | --program-tr | --program-t)
1045 ac_prev=program_transform_name ;;
1046 -program-transform-name=* | --program-transform-name=* \
1047 | --program-transform-nam=* | --program-transform-na=* \
1048 | --program-transform-n=* | --program-transform-=* \
1049 | --program-transform=* | --program-transfor=* \
1050 | --program-transfo=* | --program-transf=* \
1051 | --program-trans=* | --program-tran=* \
1052 | --progr-tra=* | --program-tr=* | --program-t=*)
1053 program_transform_name=$ac_optarg ;;
1054
1055 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1056 ac_prev=pdfdir ;;
1057 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1058 pdfdir=$ac_optarg ;;
1059
1060 -psdir | --psdir | --psdi | --psd | --ps)
1061 ac_prev=psdir ;;
1062 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1063 psdir=$ac_optarg ;;
1064
1065 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1066 | -silent | --silent | --silen | --sile | --sil)
1067 silent=yes ;;
1068
1069 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1070 ac_prev=sbindir ;;
1071 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1072 | --sbi=* | --sb=*)
1073 sbindir=$ac_optarg ;;
1074
1075 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1076 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1077 | --sharedst | --shareds | --shared | --share | --shar \
1078 | --sha | --sh)
1079 ac_prev=sharedstatedir ;;
1080 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1081 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1082 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1083 | --sha=* | --sh=*)
1084 sharedstatedir=$ac_optarg ;;
1085
1086 -site | --site | --sit)
1087 ac_prev=site ;;
1088 -site=* | --site=* | --sit=*)
1089 site=$ac_optarg ;;
1090
1091 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1092 ac_prev=srcdir ;;
1093 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1094 srcdir=$ac_optarg ;;
1095
1096 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1097 | --syscon | --sysco | --sysc | --sys | --sy)
1098 ac_prev=sysconfdir ;;
1099 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1100 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1101 sysconfdir=$ac_optarg ;;
1102
1103 -target | --target | --targe | --targ | --tar | --ta | --t)
1104 ac_prev=target_alias ;;
1105 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1106 target_alias=$ac_optarg ;;
1107
1108 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1109 verbose=yes ;;
1110
1111 -version | --version | --versio | --versi | --vers | -V)
1112 ac_init_version=: ;;
1113
1114 -with-* | --with-*)
1115 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1116 # Reject names that are not valid shell variable names.
1117 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1118 as_fn_error "invalid package name: $ac_useropt"
1119 ac_useropt_orig=$ac_useropt
1120 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1121 case $ac_user_opts in
1122 *"
1123"with_$ac_useropt"
1124"*) ;;
1125 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1126 ac_unrecognized_sep=', ';;
1127 esac
1128 eval with_$ac_useropt=\$ac_optarg ;;
1129
1130 -without-* | --without-*)
1131 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1132 # Reject names that are not valid shell variable names.
1133 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1134 as_fn_error "invalid package name: $ac_useropt"
1135 ac_useropt_orig=$ac_useropt
1136 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1137 case $ac_user_opts in
1138 *"
1139"with_$ac_useropt"
1140"*) ;;
1141 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1142 ac_unrecognized_sep=', ';;
1143 esac
1144 eval with_$ac_useropt=no ;;
1145
1146 --x)
1147 # Obsolete; use --with-x.
1148 with_x=yes ;;
1149
1150 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1151 | --x-incl | --x-inc | --x-in | --x-i)
1152 ac_prev=x_includes ;;
1153 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1154 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1155 x_includes=$ac_optarg ;;
1156
1157 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1158 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1159 ac_prev=x_libraries ;;
1160 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1161 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1162 x_libraries=$ac_optarg ;;
1163
1164 -*) as_fn_error "unrecognized option: \`$ac_option'
1165Try \`$0 --help' for more information."
1166 ;;
1167
1168 *=*)
1169 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1170 # Reject names that are not valid shell variable names.
1171 case $ac_envvar in #(
1172 '' | [0-9]* | *[!_$as_cr_alnum]* )
1173 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1174 esac
1175 eval $ac_envvar=\$ac_optarg
1176 export $ac_envvar ;;
1177
1178 *)
1179 # FIXME: should be removed in autoconf 3.0.
1180 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1181 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1182 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1183 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1184 ;;
1185
1186 esac
1187done
1188
1189if test -n "$ac_prev"; then
1190 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1191 as_fn_error "missing argument to $ac_option"
1192fi
1193
1194if test -n "$ac_unrecognized_opts"; then
1195 case $enable_option_checking in
1196 no) ;;
1197 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1198 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1199 esac
1200fi
1201
1202# Check all directory arguments for consistency.
1203for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1204 datadir sysconfdir sharedstatedir localstatedir includedir \
1205 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1206 libdir localedir mandir
1207do
1208 eval ac_val=\$$ac_var
1209 # Remove trailing slashes.
1210 case $ac_val in
1211 */ )
1212 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1213 eval $ac_var=\$ac_val;;
1214 esac
1215 # Be sure to have absolute directory names.
1216 case $ac_val in
1217 [\\/$]* | ?:[\\/]* ) continue;;
1218 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1219 esac
1220 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1221done
1222
1223# There might be people who depend on the old broken behavior: `$host'
1224# used to hold the argument of --host etc.
1225# FIXME: To remove some day.
1226build=$build_alias
1227host=$host_alias
1228target=$target_alias
1229
1230# FIXME: To remove some day.
1231if test "x$host_alias" != x; then
1232 if test "x$build_alias" = x; then
1233 cross_compiling=maybe
1234 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1235 If a cross compiler is detected then cross compile mode will be used." >&2
1236 elif test "x$build_alias" != "x$host_alias"; then
1237 cross_compiling=yes
1238 fi
1239fi
1240
1241ac_tool_prefix=
1242test -n "$host_alias" && ac_tool_prefix=$host_alias-
1243
1244test "$silent" = yes && exec 6>/dev/null
1245
1246
1247ac_pwd=`pwd` && test -n "$ac_pwd" &&
1248ac_ls_di=`ls -di .` &&
1249ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1250 as_fn_error "working directory cannot be determined"
1251test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1252 as_fn_error "pwd does not report name of working directory"
1253
1254
1255# Find the source files, if location was not specified.
1256if test -z "$srcdir"; then
1257 ac_srcdir_defaulted=yes
1258 # Try the directory containing this script, then the parent directory.
1259 ac_confdir=`$as_dirname -- "$as_myself" ||
1260$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1261 X"$as_myself" : 'X\(//\)[^/]' \| \
1262 X"$as_myself" : 'X\(//\)$' \| \
1263 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1264$as_echo X"$as_myself" |
1265 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1266 s//\1/
1267 q
1268 }
1269 /^X\(\/\/\)[^/].*/{
1270 s//\1/
1271 q
1272 }
1273 /^X\(\/\/\)$/{
1274 s//\1/
1275 q
1276 }
1277 /^X\(\/\).*/{
1278 s//\1/
1279 q
1280 }
1281 s/.*/./; q'`
1282 srcdir=$ac_confdir
1283 if test ! -r "$srcdir/$ac_unique_file"; then
1284 srcdir=..
1285 fi
1286else
1287 ac_srcdir_defaulted=no
1288fi
1289if test ! -r "$srcdir/$ac_unique_file"; then
1290 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1291 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1292fi
1293ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1294ac_abs_confdir=`(
1295 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1296 pwd)`
1297# When building in place, set srcdir=.
1298if test "$ac_abs_confdir" = "$ac_pwd"; then
1299 srcdir=.
1300fi
1301# Remove unnecessary trailing slashes from srcdir.
1302# Double slashes in file names in object file debugging info
1303# mess up M-x gdb in Emacs.
1304case $srcdir in
1305*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1306esac
1307for ac_var in $ac_precious_vars; do
1308 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1309 eval ac_env_${ac_var}_value=\$${ac_var}
1310 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1311 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1312done
1313
1314#
1315# Report the --help message.
1316#
1317if test "$ac_init_help" = "long"; then
1318 # Omit some internal or obsolete options to make the list less imposing.
1319 # This message is too long to be a string in the A/UX 3.1 sh.
1320 cat <<_ACEOF
1321\`configure' configures this package to adapt to many kinds of systems.
1322
1323Usage: $0 [OPTION]... [VAR=VALUE]...
1324
1325To assign environment variables (e.g., CC, CFLAGS...), specify them as
1326VAR=VALUE. See below for descriptions of some of the useful variables.
1327
1328Defaults for the options are specified in brackets.
1329
1330Configuration:
1331 -h, --help display this help and exit
1332 --help=short display options specific to this package
1333 --help=recursive display the short help of all the included packages
1334 -V, --version display version information and exit
1335 -q, --quiet, --silent do not print \`checking...' messages
1336 --cache-file=FILE cache test results in FILE [disabled]
1337 -C, --config-cache alias for \`--cache-file=config.cache'
1338 -n, --no-create do not create output files
1339 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1340
1341Installation directories:
1342 --prefix=PREFIX install architecture-independent files in PREFIX
1343 [$ac_default_prefix]
1344 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1345 [PREFIX]
1346
1347By default, \`make install' will install all the files in
1348\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1349an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1350for instance \`--prefix=\$HOME'.
1351
1352For better control, use the options below.
1353
1354Fine tuning of the installation directories:
1355 --bindir=DIR user executables [EPREFIX/bin]
1356 --sbindir=DIR system admin executables [EPREFIX/sbin]
1357 --libexecdir=DIR program executables [EPREFIX/libexec]
1358 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1359 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1360 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1361 --libdir=DIR object code libraries [EPREFIX/lib]
1362 --includedir=DIR C header files [PREFIX/include]
1363 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1364 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1365 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1366 --infodir=DIR info documentation [DATAROOTDIR/info]
1367 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1368 --mandir=DIR man documentation [DATAROOTDIR/man]
1369 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1370 --htmldir=DIR html documentation [DOCDIR]
1371 --dvidir=DIR dvi documentation [DOCDIR]
1372 --pdfdir=DIR pdf documentation [DOCDIR]
1373 --psdir=DIR ps documentation [DOCDIR]
1374_ACEOF
1375
1376 cat <<\_ACEOF
1377
1378Program names:
1379 --program-prefix=PREFIX prepend PREFIX to installed program names
1380 --program-suffix=SUFFIX append SUFFIX to installed program names
1381 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1382
1383System types:
1384 --build=BUILD configure for building on BUILD [guessed]
1385 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1386 --target=TARGET configure for building compilers for TARGET [HOST]
1387_ACEOF
1388fi
1389
1390if test -n "$ac_init_help"; then
1391
1392 cat <<\_ACEOF
1393
1394Optional Features:
1395 --disable-option-checking ignore unrecognized --enable/--with options
1396 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1397 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1398 --enable-plugins Enable support for plugins
bf3d9781
AM
1399 --enable-shared[=PKGS] build shared libraries [default=yes]
1400 --enable-static[=PKGS] build static libraries [default=yes]
1401 --enable-fast-install[=PKGS]
1402 optimize for fast installation [default=yes]
1403 --disable-libtool-lock avoid locking (might break parallel builds)
1404 --enable-maintainer-mode enable make rules and dependencies not useful
1405 (and sometimes confusing) to the casual installer
3346cfda
NC
1406 --enable-sim-bswap Use Host specific BSWAP instruction.
1407 --enable-sim-cflags=opts Extra CFLAGS for use in building simulator
1408 --enable-sim-debug=opts Enable debugging flags
1409 --enable-sim-stdio Specify whether to use stdio for console input/output.
1410 --enable-sim-trace=opts Enable tracing flags
1411 --enable-sim-profile=opts Enable profiling flags
1412 --enable-sim-endian=endian Specify target byte endian orientation.
1413 --enable-sim-alignment=align Specify strict, nonstrict or forced alignment of memory accesses.
c1e768db
MF
1414 --enable-sim-inline=inlines Specify which functions should be inlined.
1415 --enable-werror treat compile warnings as errors
1416 --enable-build-warnings enable build-time compiler warnings if gcc is used
1417 --enable-sim-build-warnings
1418 enable SIM specific build-time compiler warnings if
1419 gcc is used
3346cfda
NC
1420
1421Optional Packages:
1422 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1423 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1424 --with-system-zlib use installed libz
bf3d9781
AM
1425 --with-pic try to use only PIC/non-PIC objects [default=use
1426 both]
1427 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
3346cfda
NC
1428 --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
1429 --with-bugurl=URL Direct users to URL to report a bug
1430
1431Some influential environment variables:
1432 CC C compiler command
1433 CFLAGS C compiler flags
1434 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1435 nonstandard directory <lib dir>
1436 LIBS libraries to pass to the linker, e.g. -l<library>
1437 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1438 you have headers in a nonstandard directory <include dir>
1439 CPP C preprocessor
1440
1441Use these variables to override the choices made by `configure' or to help
1442it to find libraries and programs with nonstandard names/locations.
1443
1444Report bugs to the package provider.
1445_ACEOF
1446ac_status=$?
1447fi
1448
1449if test "$ac_init_help" = "recursive"; then
1450 # If there are subdirs, report their specific --help.
1451 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1452 test -d "$ac_dir" ||
1453 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1454 continue
1455 ac_builddir=.
1456
1457case "$ac_dir" in
1458.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1459*)
1460 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1461 # A ".." for each directory in $ac_dir_suffix.
1462 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1463 case $ac_top_builddir_sub in
1464 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1465 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1466 esac ;;
1467esac
1468ac_abs_top_builddir=$ac_pwd
1469ac_abs_builddir=$ac_pwd$ac_dir_suffix
1470# for backward compatibility:
1471ac_top_builddir=$ac_top_build_prefix
1472
1473case $srcdir in
1474 .) # We are building in place.
1475 ac_srcdir=.
1476 ac_top_srcdir=$ac_top_builddir_sub
1477 ac_abs_top_srcdir=$ac_pwd ;;
1478 [\\/]* | ?:[\\/]* ) # Absolute name.
1479 ac_srcdir=$srcdir$ac_dir_suffix;
1480 ac_top_srcdir=$srcdir
1481 ac_abs_top_srcdir=$srcdir ;;
1482 *) # Relative name.
1483 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1484 ac_top_srcdir=$ac_top_build_prefix$srcdir
1485 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1486esac
1487ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1488
1489 cd "$ac_dir" || { ac_status=$?; continue; }
1490 # Check for guested configure.
1491 if test -f "$ac_srcdir/configure.gnu"; then
1492 echo &&
1493 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1494 elif test -f "$ac_srcdir/configure"; then
1495 echo &&
1496 $SHELL "$ac_srcdir/configure" --help=recursive
1497 else
1498 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1499 fi || ac_status=$?
1500 cd "$ac_pwd" || { ac_status=$?; break; }
1501 done
1502fi
1503
1504test -n "$ac_init_help" && exit $ac_status
1505if $ac_init_version; then
1506 cat <<\_ACEOF
1507configure
1508generated by GNU Autoconf 2.64
1509
1510Copyright (C) 2009 Free Software Foundation, Inc.
1511This configure script is free software; the Free Software Foundation
1512gives unlimited permission to copy, distribute and modify it.
1513_ACEOF
1514 exit
1515fi
1516
1517## ------------------------ ##
1518## Autoconf initialization. ##
1519## ------------------------ ##
1520
1521# ac_fn_c_try_compile LINENO
1522# --------------------------
1523# Try to compile conftest.$ac_ext, and return whether this succeeded.
1524ac_fn_c_try_compile ()
1525{
1526 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1527 rm -f conftest.$ac_objext
1528 if { { ac_try="$ac_compile"
1529case "(($ac_try" in
1530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1531 *) ac_try_echo=$ac_try;;
1532esac
1533eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1534$as_echo "$ac_try_echo"; } >&5
1535 (eval "$ac_compile") 2>conftest.err
1536 ac_status=$?
1537 if test -s conftest.err; then
1538 grep -v '^ *+' conftest.err >conftest.er1
1539 cat conftest.er1 >&5
1540 mv -f conftest.er1 conftest.err
1541 fi
1542 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1543 test $ac_status = 0; } && {
1544 test -z "$ac_c_werror_flag" ||
1545 test ! -s conftest.err
1546 } && test -s conftest.$ac_objext; then :
1547 ac_retval=0
1548else
1549 $as_echo "$as_me: failed program was:" >&5
1550sed 's/^/| /' conftest.$ac_ext >&5
1551
1552 ac_retval=1
1553fi
1554 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1555 return $ac_retval
1556
1557} # ac_fn_c_try_compile
1558
1559# ac_fn_c_try_cpp LINENO
1560# ----------------------
1561# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1562ac_fn_c_try_cpp ()
1563{
1564 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1565 if { { ac_try="$ac_cpp conftest.$ac_ext"
1566case "(($ac_try" in
1567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1568 *) ac_try_echo=$ac_try;;
1569esac
1570eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1571$as_echo "$ac_try_echo"; } >&5
1572 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1573 ac_status=$?
1574 if test -s conftest.err; then
1575 grep -v '^ *+' conftest.err >conftest.er1
1576 cat conftest.er1 >&5
1577 mv -f conftest.er1 conftest.err
1578 fi
1579 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1580 test $ac_status = 0; } >/dev/null && {
1581 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1582 test ! -s conftest.err
1583 }; then :
1584 ac_retval=0
1585else
1586 $as_echo "$as_me: failed program was:" >&5
1587sed 's/^/| /' conftest.$ac_ext >&5
1588
1589 ac_retval=1
1590fi
1591 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1592 return $ac_retval
1593
1594} # ac_fn_c_try_cpp
1595
1596# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1597# -------------------------------------------------------
1598# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1599# the include files in INCLUDES and setting the cache variable VAR
1600# accordingly.
1601ac_fn_c_check_header_mongrel ()
1602{
1603 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1604 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1606$as_echo_n "checking for $2... " >&6; }
1607if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1608 $as_echo_n "(cached) " >&6
1609fi
1610eval ac_res=\$$3
1611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1612$as_echo "$ac_res" >&6; }
1613else
1614 # Is the header compilable?
1615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1616$as_echo_n "checking $2 usability... " >&6; }
1617cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1618/* end confdefs.h. */
1619$4
1620#include <$2>
1621_ACEOF
1622if ac_fn_c_try_compile "$LINENO"; then :
1623 ac_header_compiler=yes
1624else
1625 ac_header_compiler=no
1626fi
1627rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1628{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1629$as_echo "$ac_header_compiler" >&6; }
1630
1631# Is the header present?
1632{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1633$as_echo_n "checking $2 presence... " >&6; }
1634cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1635/* end confdefs.h. */
1636#include <$2>
1637_ACEOF
1638if ac_fn_c_try_cpp "$LINENO"; then :
1639 ac_header_preproc=yes
1640else
1641 ac_header_preproc=no
1642fi
1643rm -f conftest.err conftest.$ac_ext
1644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1645$as_echo "$ac_header_preproc" >&6; }
1646
1647# So? What about this header?
1648case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1649 yes:no: )
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1651$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1652 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1653$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1654 ;;
1655 no:yes:* )
1656 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1657$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1658 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1659$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1660 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1661$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1662 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1663$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1664 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1665$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1666 ;;
1667esac
1668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1669$as_echo_n "checking for $2... " >&6; }
1670if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1671 $as_echo_n "(cached) " >&6
1672else
1673 eval "$3=\$ac_header_compiler"
1674fi
1675eval ac_res=\$$3
1676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1677$as_echo "$ac_res" >&6; }
1678fi
1679 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1680
1681} # ac_fn_c_check_header_mongrel
1682
1683# ac_fn_c_try_run LINENO
1684# ----------------------
1685# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1686# that executables *can* be run.
1687ac_fn_c_try_run ()
1688{
1689 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1690 if { { ac_try="$ac_link"
1691case "(($ac_try" in
1692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1693 *) ac_try_echo=$ac_try;;
1694esac
1695eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1696$as_echo "$ac_try_echo"; } >&5
1697 (eval "$ac_link") 2>&5
1698 ac_status=$?
1699 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1700 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1701 { { case "(($ac_try" in
1702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1703 *) ac_try_echo=$ac_try;;
1704esac
1705eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1706$as_echo "$ac_try_echo"; } >&5
1707 (eval "$ac_try") 2>&5
1708 ac_status=$?
1709 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1710 test $ac_status = 0; }; }; then :
1711 ac_retval=0
1712else
1713 $as_echo "$as_me: program exited with status $ac_status" >&5
1714 $as_echo "$as_me: failed program was:" >&5
1715sed 's/^/| /' conftest.$ac_ext >&5
1716
1717 ac_retval=$ac_status
1718fi
1719 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1720 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1721 return $ac_retval
1722
1723} # ac_fn_c_try_run
1724
1725# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1726# -------------------------------------------------------
1727# Tests whether HEADER exists and can be compiled using the include files in
1728# INCLUDES, setting the cache variable VAR accordingly.
1729ac_fn_c_check_header_compile ()
1730{
1731 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1733$as_echo_n "checking for $2... " >&6; }
1734if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1735 $as_echo_n "(cached) " >&6
1736else
1737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1738/* end confdefs.h. */
1739$4
1740#include <$2>
1741_ACEOF
1742if ac_fn_c_try_compile "$LINENO"; then :
1743 eval "$3=yes"
1744else
1745 eval "$3=no"
1746fi
1747rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1748fi
1749eval ac_res=\$$3
1750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1751$as_echo "$ac_res" >&6; }
1752 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1753
1754} # ac_fn_c_check_header_compile
1755
1756# ac_fn_c_try_link LINENO
1757# -----------------------
1758# Try to link conftest.$ac_ext, and return whether this succeeded.
1759ac_fn_c_try_link ()
1760{
1761 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1762 rm -f conftest.$ac_objext conftest$ac_exeext
1763 if { { ac_try="$ac_link"
1764case "(($ac_try" in
1765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1766 *) ac_try_echo=$ac_try;;
1767esac
1768eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1769$as_echo "$ac_try_echo"; } >&5
1770 (eval "$ac_link") 2>conftest.err
1771 ac_status=$?
1772 if test -s conftest.err; then
1773 grep -v '^ *+' conftest.err >conftest.er1
1774 cat conftest.er1 >&5
1775 mv -f conftest.er1 conftest.err
1776 fi
1777 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1778 test $ac_status = 0; } && {
1779 test -z "$ac_c_werror_flag" ||
1780 test ! -s conftest.err
1781 } && test -s conftest$ac_exeext && {
1782 test "$cross_compiling" = yes ||
1783 $as_test_x conftest$ac_exeext
1784 }; then :
1785 ac_retval=0
1786else
1787 $as_echo "$as_me: failed program was:" >&5
1788sed 's/^/| /' conftest.$ac_ext >&5
1789
1790 ac_retval=1
1791fi
1792 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1793 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1794 # interfere with the next link command; also delete a directory that is
1795 # left behind by Apple's compiler. We do this before executing the actions.
1796 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1797 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1798 return $ac_retval
1799
1800} # ac_fn_c_try_link
1801
1802# ac_fn_c_check_func LINENO FUNC VAR
1803# ----------------------------------
1804# Tests whether FUNC exists, setting the cache variable VAR accordingly
1805ac_fn_c_check_func ()
1806{
1807 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1809$as_echo_n "checking for $2... " >&6; }
1810if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1811 $as_echo_n "(cached) " >&6
1812else
1813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1814/* end confdefs.h. */
1815/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1816 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1817#define $2 innocuous_$2
1818
1819/* System header to define __stub macros and hopefully few prototypes,
1820 which can conflict with char $2 (); below.
1821 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1822 <limits.h> exists even on freestanding compilers. */
1823
1824#ifdef __STDC__
1825# include <limits.h>
1826#else
1827# include <assert.h>
1828#endif
1829
1830#undef $2
1831
1832/* Override any GCC internal prototype to avoid an error.
1833 Use char because int might match the return type of a GCC
1834 builtin and then its argument prototype would still apply. */
1835#ifdef __cplusplus
1836extern "C"
1837#endif
1838char $2 ();
1839/* The GNU C library defines this for functions which it implements
1840 to always fail with ENOSYS. Some functions are actually named
1841 something starting with __ and the normal name is an alias. */
1842#if defined __stub_$2 || defined __stub___$2
1843choke me
1844#endif
1845
1846int
1847main ()
1848{
1849return $2 ();
1850 ;
1851 return 0;
1852}
1853_ACEOF
1854if ac_fn_c_try_link "$LINENO"; then :
1855 eval "$3=yes"
1856else
1857 eval "$3=no"
1858fi
1859rm -f core conftest.err conftest.$ac_objext \
1860 conftest$ac_exeext conftest.$ac_ext
1861fi
1862eval ac_res=\$$3
1863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1864$as_echo "$ac_res" >&6; }
1865 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1866
1867} # ac_fn_c_check_func
1868cat >config.log <<_ACEOF
1869This file contains any messages produced by compilers while
1870running configure, to aid debugging if configure makes a mistake.
1871
1872It was created by $as_me, which was
1873generated by GNU Autoconf 2.64. Invocation command line was
1874
1875 $ $0 $@
1876
1877_ACEOF
1878exec 5>>config.log
1879{
1880cat <<_ASUNAME
1881## --------- ##
1882## Platform. ##
1883## --------- ##
1884
1885hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1886uname -m = `(uname -m) 2>/dev/null || echo unknown`
1887uname -r = `(uname -r) 2>/dev/null || echo unknown`
1888uname -s = `(uname -s) 2>/dev/null || echo unknown`
1889uname -v = `(uname -v) 2>/dev/null || echo unknown`
1890
1891/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1892/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1893
1894/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1895/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1896/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1897/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1898/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1899/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1900/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1901
1902_ASUNAME
1903
1904as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1905for as_dir in $PATH
1906do
1907 IFS=$as_save_IFS
1908 test -z "$as_dir" && as_dir=.
1909 $as_echo "PATH: $as_dir"
1910 done
1911IFS=$as_save_IFS
1912
1913} >&5
1914
1915cat >&5 <<_ACEOF
1916
1917
1918## ----------- ##
1919## Core tests. ##
1920## ----------- ##
1921
1922_ACEOF
1923
1924
1925# Keep a trace of the command line.
1926# Strip out --no-create and --no-recursion so they do not pile up.
1927# Strip out --silent because we don't want to record it for future runs.
1928# Also quote any args containing shell meta-characters.
1929# Make two passes to allow for proper duplicate-argument suppression.
1930ac_configure_args=
1931ac_configure_args0=
1932ac_configure_args1=
1933ac_must_keep_next=false
1934for ac_pass in 1 2
1935do
1936 for ac_arg
1937 do
1938 case $ac_arg in
1939 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1940 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1941 | -silent | --silent | --silen | --sile | --sil)
1942 continue ;;
1943 *\'*)
1944 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1945 esac
1946 case $ac_pass in
1947 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1948 2)
1949 as_fn_append ac_configure_args1 " '$ac_arg'"
1950 if test $ac_must_keep_next = true; then
1951 ac_must_keep_next=false # Got value, back to normal.
1952 else
1953 case $ac_arg in
1954 *=* | --config-cache | -C | -disable-* | --disable-* \
1955 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1956 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1957 | -with-* | --with-* | -without-* | --without-* | --x)
1958 case "$ac_configure_args0 " in
1959 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1960 esac
1961 ;;
1962 -* ) ac_must_keep_next=true ;;
1963 esac
1964 fi
1965 as_fn_append ac_configure_args " '$ac_arg'"
1966 ;;
1967 esac
1968 done
1969done
1970{ ac_configure_args0=; unset ac_configure_args0;}
1971{ ac_configure_args1=; unset ac_configure_args1;}
1972
1973# When interrupted or exit'd, cleanup temporary files, and complete
1974# config.log. We remove comments because anyway the quotes in there
1975# would cause problems or look ugly.
1976# WARNING: Use '\'' to represent an apostrophe within the trap.
1977# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1978trap 'exit_status=$?
1979 # Save into config.log some information that might help in debugging.
1980 {
1981 echo
1982
1983 cat <<\_ASBOX
1984## ---------------- ##
1985## Cache variables. ##
1986## ---------------- ##
1987_ASBOX
1988 echo
1989 # The following way of writing the cache mishandles newlines in values,
1990(
1991 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1992 eval ac_val=\$$ac_var
1993 case $ac_val in #(
1994 *${as_nl}*)
1995 case $ac_var in #(
1996 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1997$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1998 esac
1999 case $ac_var in #(
2000 _ | IFS | as_nl) ;; #(
2001 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2002 *) { eval $ac_var=; unset $ac_var;} ;;
2003 esac ;;
2004 esac
2005 done
2006 (set) 2>&1 |
2007 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2008 *${as_nl}ac_space=\ *)
2009 sed -n \
2010 "s/'\''/'\''\\\\'\'''\''/g;
2011 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2012 ;; #(
2013 *)
2014 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2015 ;;
2016 esac |
2017 sort
2018)
2019 echo
2020
2021 cat <<\_ASBOX
2022## ----------------- ##
2023## Output variables. ##
2024## ----------------- ##
2025_ASBOX
2026 echo
2027 for ac_var in $ac_subst_vars
2028 do
2029 eval ac_val=\$$ac_var
2030 case $ac_val in
2031 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2032 esac
2033 $as_echo "$ac_var='\''$ac_val'\''"
2034 done | sort
2035 echo
2036
2037 if test -n "$ac_subst_files"; then
2038 cat <<\_ASBOX
2039## ------------------- ##
2040## File substitutions. ##
2041## ------------------- ##
2042_ASBOX
2043 echo
2044 for ac_var in $ac_subst_files
2045 do
2046 eval ac_val=\$$ac_var
2047 case $ac_val in
2048 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2049 esac
2050 $as_echo "$ac_var='\''$ac_val'\''"
2051 done | sort
2052 echo
2053 fi
2054
2055 if test -s confdefs.h; then
2056 cat <<\_ASBOX
2057## ----------- ##
2058## confdefs.h. ##
2059## ----------- ##
2060_ASBOX
2061 echo
2062 cat confdefs.h
2063 echo
2064 fi
2065 test "$ac_signal" != 0 &&
2066 $as_echo "$as_me: caught signal $ac_signal"
2067 $as_echo "$as_me: exit $exit_status"
2068 } >&5
2069 rm -f core *.core core.conftest.* &&
2070 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2071 exit $exit_status
2072' 0
2073for ac_signal in 1 2 13 15; do
2074 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2075done
2076ac_signal=0
2077
2078# confdefs.h avoids OS command line length limits that DEFS can exceed.
2079rm -f -r conftest* confdefs.h
2080
2081$as_echo "/* confdefs.h */" > confdefs.h
2082
2083# Predefined preprocessor variables.
2084
2085cat >>confdefs.h <<_ACEOF
2086#define PACKAGE_NAME "$PACKAGE_NAME"
2087_ACEOF
2088
2089cat >>confdefs.h <<_ACEOF
2090#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2091_ACEOF
2092
2093cat >>confdefs.h <<_ACEOF
2094#define PACKAGE_VERSION "$PACKAGE_VERSION"
2095_ACEOF
2096
2097cat >>confdefs.h <<_ACEOF
2098#define PACKAGE_STRING "$PACKAGE_STRING"
2099_ACEOF
2100
2101cat >>confdefs.h <<_ACEOF
2102#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2103_ACEOF
2104
2105cat >>confdefs.h <<_ACEOF
2106#define PACKAGE_URL "$PACKAGE_URL"
2107_ACEOF
2108
2109
2110# Let the site file select an alternate cache file if it wants to.
2111# Prefer an explicitly selected file to automatically selected ones.
2112ac_site_file1=NONE
2113ac_site_file2=NONE
2114if test -n "$CONFIG_SITE"; then
2115 ac_site_file1=$CONFIG_SITE
2116elif test "x$prefix" != xNONE; then
2117 ac_site_file1=$prefix/share/config.site
2118 ac_site_file2=$prefix/etc/config.site
2119else
2120 ac_site_file1=$ac_default_prefix/share/config.site
2121 ac_site_file2=$ac_default_prefix/etc/config.site
2122fi
2123for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2124do
2125 test "x$ac_site_file" = xNONE && continue
2126 if test -r "$ac_site_file"; then
2127 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2128$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2129 sed 's/^/| /' "$ac_site_file" >&5
2130 . "$ac_site_file"
2131 fi
2132done
2133
2134if test -r "$cache_file"; then
2135 # Some versions of bash will fail to source /dev/null (special
2136 # files actually), so we avoid doing that.
2137 if test -f "$cache_file"; then
2138 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2139$as_echo "$as_me: loading cache $cache_file" >&6;}
2140 case $cache_file in
2141 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2142 *) . "./$cache_file";;
2143 esac
2144 fi
2145else
2146 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2147$as_echo "$as_me: creating cache $cache_file" >&6;}
2148 >$cache_file
2149fi
2150
2151# Check that the precious variables saved in the cache have kept the same
2152# value.
2153ac_cache_corrupted=false
2154for ac_var in $ac_precious_vars; do
2155 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2156 eval ac_new_set=\$ac_env_${ac_var}_set
2157 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2158 eval ac_new_val=\$ac_env_${ac_var}_value
2159 case $ac_old_set,$ac_new_set in
2160 set,)
2161 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2162$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2163 ac_cache_corrupted=: ;;
2164 ,set)
2165 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2166$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2167 ac_cache_corrupted=: ;;
2168 ,);;
2169 *)
2170 if test "x$ac_old_val" != "x$ac_new_val"; then
2171 # differences in whitespace do not lead to failure.
2172 ac_old_val_w=`echo x $ac_old_val`
2173 ac_new_val_w=`echo x $ac_new_val`
2174 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2175 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2176$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2177 ac_cache_corrupted=:
2178 else
2179 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2180$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2181 eval $ac_var=\$ac_old_val
2182 fi
2183 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2184$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2185 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2186$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2187 fi;;
2188 esac
2189 # Pass precious variables to config.status.
2190 if test "$ac_new_set" = set; then
2191 case $ac_new_val in
2192 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2193 *) ac_arg=$ac_var=$ac_new_val ;;
2194 esac
2195 case " $ac_configure_args " in
2196 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2197 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2198 esac
2199 fi
2200done
2201if $ac_cache_corrupted; then
2202 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2203$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2204 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2205$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2206 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2207fi
2208## -------------------- ##
2209## Main body of script. ##
2210## -------------------- ##
2211
2212ac_ext=c
2213ac_cpp='$CPP $CPPFLAGS'
2214ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2215ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2216ac_compiler_gnu=$ac_cv_c_compiler_gnu
2217
2218
2219# This file contains common code used by all simulators.
2220#
2221# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2222# directory. It is intended to be invoked before any target specific stuff.
2223# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2224# It is intended to be invoked last.
2225#
2226# The simulator's configure.in should look like:
2227#
2228# dnl Process this file with autoconf to produce a configure script.
2229# AC_PREREQ(2.64)dnl
2230# AC_INIT(Makefile.in)
2231# sinclude(../common/aclocal.m4)
2232#
2233# SIM_AC_COMMON
2234#
2235# ... target specific stuff ...
2236#
2237# SIM_AC_OUTPUT
2238
2239# Include global overrides and fixes for Autoconf.
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266# _AC_CHECK_DECL_BODY
2267# -------------------
2268# Shell function body for AC_CHECK_DECL.
2269# _AC_CHECK_DECL_BODY
2270
2271# _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2272# INCLUDES)
2273# -------------------------------------------------------------
2274# Helper to AC_CHECK_DECLS, which generates the check for a single
2275# SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2276# ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
bf3d9781 2288# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
3346cfda 2289#
bf3d9781
AM
2290# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2291# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2292# Written by Gordon Matzigkeit, 1996
2293#
2294# This file is free software; the Free Software Foundation gives
2295# unlimited permission to copy and/or distribute it, with or without
2296# modifications, as long as this notice is preserved.
3346cfda 2297
3346cfda 2298
3346cfda 2299
bf3d9781 2300# serial 56 LT_INIT
3346cfda
NC
2301
2302
bf3d9781
AM
2303# LT_PREREQ(VERSION)
2304# ------------------
2305# Complain and exit if this libtool version is less that VERSION.
3346cfda 2306
3346cfda
NC
2307
2308
bf3d9781
AM
2309# _LT_CHECK_BUILDDIR
2310# ------------------
2311# Complain if the absolute build directory name contains unusual characters
3346cfda
NC
2312
2313
2314
bf3d9781
AM
2315# LT_INIT([OPTIONS])
2316# ------------------
2317# LT_INIT
3346cfda 2318
bf3d9781
AM
2319# Old names:
2320# This is what autoupdate's m4 run will expand. It fires
2321# the warning (with _au_warn_XXX), outputs it into the
2322# updated configure.ac (with AC_DIAGNOSE), and then outputs
2323# the replacement expansion.
3346cfda
NC
2324
2325
bf3d9781
AM
2326# This is an auxiliary macro that is also run when
2327# autoupdate runs m4. It simply calls m4_warning, but
2328# we need a wrapper so that each warning is emitted only
2329# once. We break the quoting in m4_warning's argument in
2330# order to expand this macro's arguments, not AU_DEFUN's.
3346cfda
NC
2331
2332
bf3d9781
AM
2333# Finally, this is the expansion that is picked up by
2334# autoconf. It tells the user to run autoupdate, and
2335# then outputs the replacement expansion. We do not care
2336# about autoupdate's warning because that contains
2337# information on what to do *after* running autoupdate.
3346cfda 2338
bf3d9781
AM
2339# This is what autoupdate's m4 run will expand. It fires
2340# the warning (with _au_warn_XXX), outputs it into the
2341# updated configure.ac (with AC_DIAGNOSE), and then outputs
2342# the replacement expansion.
3346cfda
NC
2343
2344
bf3d9781
AM
2345# This is an auxiliary macro that is also run when
2346# autoupdate runs m4. It simply calls m4_warning, but
2347# we need a wrapper so that each warning is emitted only
2348# once. We break the quoting in m4_warning's argument in
2349# order to expand this macro's arguments, not AU_DEFUN's.
3346cfda
NC
2350
2351
bf3d9781
AM
2352# Finally, this is the expansion that is picked up by
2353# autoconf. It tells the user to run autoupdate, and
2354# then outputs the replacement expansion. We do not care
2355# about autoupdate's warning because that contains
2356# information on what to do *after* running autoupdate.
3346cfda
NC
2357
2358
2359
bf3d9781
AM
2360# _LT_CC_BASENAME(CC)
2361# -------------------
2362# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
3346cfda
NC
2363
2364
2365
bf3d9781
AM
2366# _LT_FILEUTILS_DEFAULTS
2367# ----------------------
2368# It is okay to use these file commands and assume they have been set
2369# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2370# _LT_FILEUTILS_DEFAULTS
3346cfda
NC
2371
2372
bf3d9781
AM
2373# _LT_SETUP
2374# ---------
2375# _LT_SETUP
3346cfda
NC
2376
2377
bf3d9781
AM
2378# _LT_PREPARE_SED_QUOTE_VARS
2379# --------------------------
2380# Define a few sed substitution that help us do robust quoting.
3346cfda
NC
2381
2382
bf3d9781
AM
2383# _LT_PROG_LTMAIN
2384# ---------------
2385# Note that this code is called both from `configure', and `config.status'
2386# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2387# `config.status' has no value for ac_aux_dir unless we are using Automake,
2388# so we pass a copy along to make sure it has a sensible value anyway.
2389# _LT_PROG_LTMAIN
3346cfda
NC
2390
2391
bf3d9781
AM
2392## ------------------------------------- ##
2393## Accumulate code for creating libtool. ##
2394## ------------------------------------- ##
3346cfda 2395
bf3d9781
AM
2396# So that we can recreate a full libtool script including additional
2397# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2398# in macros and then make a single call at the end using the `libtool'
2399# label.
3346cfda
NC
2400
2401
bf3d9781
AM
2402# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2403# ----------------------------------------
2404# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
3346cfda
NC
2405
2406
bf3d9781 2407# Initialize.
3346cfda
NC
2408
2409
2410
bf3d9781
AM
2411# _LT_CONFIG_LIBTOOL([COMMANDS])
2412# ------------------------------
2413# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
3346cfda
NC
2414
2415
bf3d9781 2416# Initialize.
3346cfda
NC
2417
2418
2419
bf3d9781
AM
2420# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2421# -----------------------------------------------------
3346cfda
NC
2422
2423
2424
bf3d9781
AM
2425# _LT_FORMAT_COMMENT([COMMENT])
2426# -----------------------------
2427# Add leading comment marks to the start of each line, and a trailing
2428# full-stop to the whole comment if one is not present already.
3346cfda
NC
2429
2430
2431
2432
bf3d9781
AM
2433## ------------------------ ##
2434## FIXME: Eliminate VARNAME ##
2435## ------------------------ ##
3346cfda
NC
2436
2437
bf3d9781
AM
2438# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2439# -------------------------------------------------------------------
2440# CONFIGNAME is the name given to the value in the libtool script.
2441# VARNAME is the (base) name used in the configure script.
2442# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2443# VARNAME. Any other value will be used directly.
3346cfda 2444
3346cfda
NC
2445
2446
bf3d9781
AM
2447# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2448# --------------------------------------------------------
3346cfda
NC
2449
2450
2451
bf3d9781
AM
2452# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2453# ------------------------------------------------
3346cfda
NC
2454
2455
2456
bf3d9781
AM
2457# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2458# ---------------------------------------------------------
3346cfda
NC
2459
2460
2461
bf3d9781
AM
2462# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2463# --------------------------------------------------
3346cfda
NC
2464
2465
2466
bf3d9781
AM
2467# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2468# ---------------------------------------------------
3346cfda
NC
2469
2470
2471
bf3d9781
AM
2472# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2473# ---------------------------------------------------
3346cfda
NC
2474
2475
2476
2477
bf3d9781
AM
2478# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2479# ------------------------------------------------
3346cfda
NC
2480
2481
2482
2483
bf3d9781
AM
2484# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2485# ------------------------------------
2486# Quote a variable value, and forward it to `config.status' so that its
2487# declaration there will have the same value as in `configure'. VARNAME
2488# must have a single quote delimited value for this to work.
3346cfda
NC
2489
2490
2491
bf3d9781
AM
2492# _LT_CONFIG_STATUS_DECLARATIONS
2493# ------------------------------
2494# We delimit libtool config variables with single quotes, so when
2495# we write them to config.status, we have to be sure to quote all
2496# embedded single quotes properly. In configure, this macro expands
2497# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2498#
2499# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
3346cfda
NC
2500
2501
2502
bf3d9781
AM
2503# _LT_LIBTOOL_TAGS
2504# ----------------
2505# Output comment and list of tags supported by the script
3346cfda
NC
2506
2507
2508
bf3d9781
AM
2509# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2510# -----------------------------------
2511# Extract the dictionary values for VARNAME (optionally with TAG) and
2512# expand to a commented shell variable setting:
2513#
2514# # Some comment about what VAR is for.
2515# visible_name=$lt_internal_name
3346cfda
NC
2516
2517
3346cfda 2518
bf3d9781
AM
2519# _LT_LIBTOOL_CONFIG_VARS
2520# -----------------------
2521# Produce commented declarations of non-tagged libtool config variables
2522# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2523# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2524# section) are produced by _LT_LIBTOOL_TAG_VARS.
3346cfda
NC
2525
2526
2527
bf3d9781
AM
2528# _LT_LIBTOOL_TAG_VARS(TAG)
2529# -------------------------
3346cfda
NC
2530
2531
2532
bf3d9781
AM
2533# _LT_TAGVAR(VARNAME, [TAGNAME])
2534# ------------------------------
3346cfda
NC
2535
2536
2537
bf3d9781
AM
2538# _LT_CONFIG_COMMANDS
2539# -------------------
2540# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2541# variables for single and double quote escaping we saved from calls
2542# to _LT_DECL, we can put quote escaped variables declarations
2543# into `config.status', and then the shell code to quote escape them in
2544# for loops in `config.status'. Finally, any additional code accumulated
2545# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2546#_LT_CONFIG_COMMANDS
2547
2548
2549# Initialize.
2550
2551
2552# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2553# ------------------------------------
2554# Generate a child script FILE with all initialization necessary to
2555# reuse the environment learned by the parent script, and make the
2556# file executable. If COMMENT is supplied, it is inserted after the
2557# `#!' sequence but before initialization text begins. After this
2558# macro, additional text can be appended to FILE to form the body of
2559# the child script. The macro ends with non-zero status if the
2560# file could not be fully written (such as if the disk is full).
2561# _LT_GENERATED_FILE_INIT
2562
2563# LT_OUTPUT
2564# ---------
2565# This macro allows early generation of the libtool script (before
2566# AC_OUTPUT is called), incase it is used in configure for compilation
2567# tests.
2568# LT_OUTPUT
2569
2570
2571# _LT_CONFIG(TAG)
2572# ---------------
2573# If TAG is the built-in tag, create an initial libtool script with a
2574# default configuration from the untagged config vars. Otherwise add code
2575# to config.status for appending the configuration named by TAG from the
2576# matching tagged config vars.
2577# _LT_CONFIG
3346cfda
NC
2578
2579
bf3d9781
AM
2580# LT_SUPPORTED_TAG(TAG)
2581# ---------------------
2582# Trace this macro to discover what tags are supported by the libtool
2583# --tag option, using:
2584# autoconf --trace 'LT_SUPPORTED_TAG:$1'
3346cfda 2585
3346cfda 2586
3346cfda 2587
bf3d9781 2588# C support is built-in for now
3346cfda 2589
3346cfda
NC
2590
2591
2592
bf3d9781
AM
2593# LT_LANG(LANG)
2594# -------------
2595# Enable libtool support for the given language if not already enabled.
2596# LT_LANG
3346cfda
NC
2597
2598
bf3d9781
AM
2599# _LT_LANG(LANGNAME)
2600# ------------------
2601# _LT_LANG
3346cfda
NC
2602
2603
bf3d9781
AM
2604# _LT_LANG_DEFAULT_CONFIG
2605# -----------------------
2606# _LT_LANG_DEFAULT_CONFIG
3346cfda 2607
bf3d9781
AM
2608# Obsolete macros:
2609# This is what autoupdate's m4 run will expand. It fires
2610# the warning (with _au_warn_XXX), outputs it into the
2611# updated configure.ac (with AC_DIAGNOSE), and then outputs
2612# the replacement expansion.
3346cfda 2613
3346cfda 2614
bf3d9781
AM
2615# This is an auxiliary macro that is also run when
2616# autoupdate runs m4. It simply calls m4_warning, but
2617# we need a wrapper so that each warning is emitted only
2618# once. We break the quoting in m4_warning's argument in
2619# order to expand this macro's arguments, not AU_DEFUN's.
3346cfda 2620
3346cfda 2621
bf3d9781
AM
2622# Finally, this is the expansion that is picked up by
2623# autoconf. It tells the user to run autoupdate, and
2624# then outputs the replacement expansion. We do not care
2625# about autoupdate's warning because that contains
2626# information on what to do *after* running autoupdate.
3346cfda 2627
bf3d9781
AM
2628# This is what autoupdate's m4 run will expand. It fires
2629# the warning (with _au_warn_XXX), outputs it into the
2630# updated configure.ac (with AC_DIAGNOSE), and then outputs
2631# the replacement expansion.
3346cfda
NC
2632
2633
bf3d9781
AM
2634# This is an auxiliary macro that is also run when
2635# autoupdate runs m4. It simply calls m4_warning, but
2636# we need a wrapper so that each warning is emitted only
2637# once. We break the quoting in m4_warning's argument in
2638# order to expand this macro's arguments, not AU_DEFUN's.
3346cfda
NC
2639
2640
bf3d9781
AM
2641# Finally, this is the expansion that is picked up by
2642# autoconf. It tells the user to run autoupdate, and
2643# then outputs the replacement expansion. We do not care
2644# about autoupdate's warning because that contains
2645# information on what to do *after* running autoupdate.
3346cfda 2646
bf3d9781
AM
2647# This is what autoupdate's m4 run will expand. It fires
2648# the warning (with _au_warn_XXX), outputs it into the
2649# updated configure.ac (with AC_DIAGNOSE), and then outputs
2650# the replacement expansion.
3346cfda
NC
2651
2652
bf3d9781
AM
2653# This is an auxiliary macro that is also run when
2654# autoupdate runs m4. It simply calls m4_warning, but
2655# we need a wrapper so that each warning is emitted only
2656# once. We break the quoting in m4_warning's argument in
2657# order to expand this macro's arguments, not AU_DEFUN's.
3346cfda
NC
2658
2659
bf3d9781
AM
2660# Finally, this is the expansion that is picked up by
2661# autoconf. It tells the user to run autoupdate, and
2662# then outputs the replacement expansion. We do not care
2663# about autoupdate's warning because that contains
2664# information on what to do *after* running autoupdate.
3346cfda 2665
bf3d9781
AM
2666# This is what autoupdate's m4 run will expand. It fires
2667# the warning (with _au_warn_XXX), outputs it into the
2668# updated configure.ac (with AC_DIAGNOSE), and then outputs
2669# the replacement expansion.
3346cfda
NC
2670
2671
bf3d9781
AM
2672# This is an auxiliary macro that is also run when
2673# autoupdate runs m4. It simply calls m4_warning, but
2674# we need a wrapper so that each warning is emitted only
2675# once. We break the quoting in m4_warning's argument in
2676# order to expand this macro's arguments, not AU_DEFUN's.
3346cfda
NC
2677
2678
bf3d9781
AM
2679# Finally, this is the expansion that is picked up by
2680# autoconf. It tells the user to run autoupdate, and
2681# then outputs the replacement expansion. We do not care
2682# about autoupdate's warning because that contains
2683# information on what to do *after* running autoupdate.
3346cfda 2684
bf3d9781
AM
2685# This is what autoupdate's m4 run will expand. It fires
2686# the warning (with _au_warn_XXX), outputs it into the
2687# updated configure.ac (with AC_DIAGNOSE), and then outputs
2688# the replacement expansion.
3346cfda
NC
2689
2690
bf3d9781
AM
2691# This is an auxiliary macro that is also run when
2692# autoupdate runs m4. It simply calls m4_warning, but
2693# we need a wrapper so that each warning is emitted only
2694# once. We break the quoting in m4_warning's argument in
2695# order to expand this macro's arguments, not AU_DEFUN's.
3346cfda
NC
2696
2697
bf3d9781
AM
2698# Finally, this is the expansion that is picked up by
2699# autoconf. It tells the user to run autoupdate, and
2700# then outputs the replacement expansion. We do not care
2701# about autoupdate's warning because that contains
2702# information on what to do *after* running autoupdate.
3346cfda
NC
2703
2704
2705
bf3d9781
AM
2706# _LT_TAG_COMPILER
2707# ----------------
2708# _LT_TAG_COMPILER
3346cfda
NC
2709
2710
bf3d9781
AM
2711# _LT_COMPILER_BOILERPLATE
2712# ------------------------
2713# Check for compiler boilerplate output or warnings with
2714# the simple compiler test code.
2715# _LT_COMPILER_BOILERPLATE
3346cfda 2716
3346cfda 2717
bf3d9781
AM
2718# _LT_LINKER_BOILERPLATE
2719# ----------------------
2720# Check for linker boilerplate output or warnings with
2721# the simple link test code.
2722# _LT_LINKER_BOILERPLATE
3346cfda 2723
bf3d9781
AM
2724# _LT_REQUIRED_DARWIN_CHECKS
2725# -------------------------
3346cfda 2726
3346cfda 2727
3346cfda 2728
bf3d9781
AM
2729# _LT_DARWIN_LINKER_FEATURES
2730# --------------------------
2731# Checks for linker and compiler features on darwin
3346cfda 2732
3346cfda 2733
bf3d9781
AM
2734# _LT_SYS_MODULE_PATH_AIX
2735# -----------------------
2736# Links a minimal program and checks the executable
2737# for the system default hardcoded library path. In most cases,
2738# this is /usr/lib:/lib, but when the MPI compilers are used
2739# the location of the communication and MPI libs are included too.
2740# If we don't find anything, use the default library path according
2741# to the aix ld manual.
2742# _LT_SYS_MODULE_PATH_AIX
3346cfda
NC
2743
2744
bf3d9781
AM
2745# _LT_SHELL_INIT(ARG)
2746# -------------------
2747# _LT_SHELL_INIT
3346cfda 2748
3346cfda
NC
2749
2750
bf3d9781
AM
2751# _LT_PROG_ECHO_BACKSLASH
2752# -----------------------
2753# Find how we can fake an echo command that does not interpret backslash.
2754# In particular, with Autoconf 2.60 or later we add some code to the start
2755# of the generated configure script which will find a shell with a builtin
2756# printf (which we can use as an echo command).
2757# _LT_PROG_ECHO_BACKSLASH
3346cfda 2758
3346cfda 2759
bf3d9781
AM
2760# _LT_ENABLE_LOCK
2761# ---------------
2762# _LT_ENABLE_LOCK
3346cfda 2763
3346cfda 2764
bf3d9781
AM
2765# _LT_CMD_OLD_ARCHIVE
2766# -------------------
2767# _LT_CMD_OLD_ARCHIVE
3346cfda
NC
2768
2769
bf3d9781
AM
2770# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2771# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2772# ----------------------------------------------------------------
2773# Check whether the given compiler option works
2774# _LT_COMPILER_OPTION
3346cfda 2775
bf3d9781
AM
2776# Old name:
2777# This is what autoupdate's m4 run will expand. It fires
2778# the warning (with _au_warn_XXX), outputs it into the
2779# updated configure.ac (with AC_DIAGNOSE), and then outputs
2780# the replacement expansion.
3346cfda 2781
3346cfda 2782
bf3d9781
AM
2783# This is an auxiliary macro that is also run when
2784# autoupdate runs m4. It simply calls m4_warning, but
2785# we need a wrapper so that each warning is emitted only
2786# once. We break the quoting in m4_warning's argument in
2787# order to expand this macro's arguments, not AU_DEFUN's.
3346cfda 2788
3346cfda 2789
bf3d9781
AM
2790# Finally, this is the expansion that is picked up by
2791# autoconf. It tells the user to run autoupdate, and
2792# then outputs the replacement expansion. We do not care
2793# about autoupdate's warning because that contains
2794# information on what to do *after* running autoupdate.
3346cfda 2795
3346cfda 2796
3346cfda 2797
bf3d9781
AM
2798# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2799# [ACTION-SUCCESS], [ACTION-FAILURE])
2800# ----------------------------------------------------
2801# Check whether the given linker option works
2802# _LT_LINKER_OPTION
3346cfda 2803
bf3d9781
AM
2804# Old name:
2805# This is what autoupdate's m4 run will expand. It fires
2806# the warning (with _au_warn_XXX), outputs it into the
2807# updated configure.ac (with AC_DIAGNOSE), and then outputs
2808# the replacement expansion.
3346cfda 2809
3346cfda 2810
bf3d9781
AM
2811# This is an auxiliary macro that is also run when
2812# autoupdate runs m4. It simply calls m4_warning, but
2813# we need a wrapper so that each warning is emitted only
2814# once. We break the quoting in m4_warning's argument in
2815# order to expand this macro's arguments, not AU_DEFUN's.
3346cfda 2816
3346cfda 2817
bf3d9781
AM
2818# Finally, this is the expansion that is picked up by
2819# autoconf. It tells the user to run autoupdate, and
2820# then outputs the replacement expansion. We do not care
2821# about autoupdate's warning because that contains
2822# information on what to do *after* running autoupdate.
2823
2824
2825
2826# LT_CMD_MAX_LEN
2827#---------------
2828# LT_CMD_MAX_LEN
2829
2830# Old name:
2831# This is what autoupdate's m4 run will expand. It fires
2832# the warning (with _au_warn_XXX), outputs it into the
2833# updated configure.ac (with AC_DIAGNOSE), and then outputs
2834# the replacement expansion.
2835
2836
2837# This is an auxiliary macro that is also run when
2838# autoupdate runs m4. It simply calls m4_warning, but
2839# we need a wrapper so that each warning is emitted only
2840# once. We break the quoting in m4_warning's argument in
2841# order to expand this macro's arguments, not AU_DEFUN's.
2842
2843
2844# Finally, this is the expansion that is picked up by
2845# autoconf. It tells the user to run autoupdate, and
2846# then outputs the replacement expansion. We do not care
2847# about autoupdate's warning because that contains
2848# information on what to do *after* running autoupdate.
2849
2850
2851
2852# _LT_HEADER_DLFCN
2853# ----------------
2854# _LT_HEADER_DLFCN
2855
2856
2857# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2858# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2859# ----------------------------------------------------------------
2860# _LT_TRY_DLOPEN_SELF
2861
2862
2863# LT_SYS_DLOPEN_SELF
2864# ------------------
2865# LT_SYS_DLOPEN_SELF
2866
2867# Old name:
2868# This is what autoupdate's m4 run will expand. It fires
2869# the warning (with _au_warn_XXX), outputs it into the
2870# updated configure.ac (with AC_DIAGNOSE), and then outputs
2871# the replacement expansion.
2872
2873
2874# This is an auxiliary macro that is also run when
2875# autoupdate runs m4. It simply calls m4_warning, but
2876# we need a wrapper so that each warning is emitted only
2877# once. We break the quoting in m4_warning's argument in
2878# order to expand this macro's arguments, not AU_DEFUN's.
2879
2880
2881# Finally, this is the expansion that is picked up by
2882# autoconf. It tells the user to run autoupdate, and
2883# then outputs the replacement expansion. We do not care
2884# about autoupdate's warning because that contains
2885# information on what to do *after* running autoupdate.
2886
2887
2888
2889# _LT_COMPILER_C_O([TAGNAME])
2890# ---------------------------
2891# Check to see if options -c and -o are simultaneously supported by compiler.
2892# This macro does not hard code the compiler like AC_PROG_CC_C_O.
2893# _LT_COMPILER_C_O
2894
2895
2896# _LT_COMPILER_FILE_LOCKS([TAGNAME])
2897# ----------------------------------
2898# Check to see if we can do hard links to lock some files if needed
2899# _LT_COMPILER_FILE_LOCKS
2900
2901
2902# _LT_CHECK_OBJDIR
2903# ----------------
2904# _LT_CHECK_OBJDIR
2905
2906
2907# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
2908# --------------------------------------
2909# Check hardcoding attributes.
2910# _LT_LINKER_HARDCODE_LIBPATH
2911
2912
2913# _LT_CMD_STRIPLIB
2914# ----------------
2915# _LT_CMD_STRIPLIB
2916
2917
2918# _LT_SYS_DYNAMIC_LINKER([TAG])
2919# -----------------------------
2920# PORTME Fill in your ld.so characteristics
2921# _LT_SYS_DYNAMIC_LINKER
2922
2923
2924# _LT_PATH_TOOL_PREFIX(TOOL)
2925# --------------------------
2926# find a file program which can recognize shared library
2927# _LT_PATH_TOOL_PREFIX
2928
2929# Old name:
2930# This is what autoupdate's m4 run will expand. It fires
2931# the warning (with _au_warn_XXX), outputs it into the
2932# updated configure.ac (with AC_DIAGNOSE), and then outputs
2933# the replacement expansion.
2934
2935
2936# This is an auxiliary macro that is also run when
2937# autoupdate runs m4. It simply calls m4_warning, but
2938# we need a wrapper so that each warning is emitted only
2939# once. We break the quoting in m4_warning's argument in
2940# order to expand this macro's arguments, not AU_DEFUN's.
2941
2942
2943# Finally, this is the expansion that is picked up by
2944# autoconf. It tells the user to run autoupdate, and
2945# then outputs the replacement expansion. We do not care
2946# about autoupdate's warning because that contains
2947# information on what to do *after* running autoupdate.
2948
2949
2950
2951# _LT_PATH_MAGIC
2952# --------------
2953# find a file program which can recognize a shared library
2954# _LT_PATH_MAGIC
2955
2956
2957# LT_PATH_LD
2958# ----------
2959# find the pathname to the GNU or non-GNU linker
2960# LT_PATH_LD
2961
2962# Old names:
2963# This is what autoupdate's m4 run will expand. It fires
2964# the warning (with _au_warn_XXX), outputs it into the
2965# updated configure.ac (with AC_DIAGNOSE), and then outputs
2966# the replacement expansion.
2967
2968
2969# This is an auxiliary macro that is also run when
2970# autoupdate runs m4. It simply calls m4_warning, but
2971# we need a wrapper so that each warning is emitted only
2972# once. We break the quoting in m4_warning's argument in
2973# order to expand this macro's arguments, not AU_DEFUN's.
2974
2975
2976# Finally, this is the expansion that is picked up by
2977# autoconf. It tells the user to run autoupdate, and
2978# then outputs the replacement expansion. We do not care
2979# about autoupdate's warning because that contains
2980# information on what to do *after* running autoupdate.
2981
2982# This is what autoupdate's m4 run will expand. It fires
2983# the warning (with _au_warn_XXX), outputs it into the
2984# updated configure.ac (with AC_DIAGNOSE), and then outputs
2985# the replacement expansion.
2986
2987
2988# This is an auxiliary macro that is also run when
2989# autoupdate runs m4. It simply calls m4_warning, but
2990# we need a wrapper so that each warning is emitted only
2991# once. We break the quoting in m4_warning's argument in
2992# order to expand this macro's arguments, not AU_DEFUN's.
2993
2994
2995# Finally, this is the expansion that is picked up by
2996# autoconf. It tells the user to run autoupdate, and
2997# then outputs the replacement expansion. We do not care
2998# about autoupdate's warning because that contains
2999# information on what to do *after* running autoupdate.
3000
3001
3002
3003# _LT_PATH_LD_GNU
3004#- --------------
3005# _LT_PATH_LD_GNU
3006
3007
3008# _LT_CMD_RELOAD
3009# --------------
3010# find reload flag for linker
3011# -- PORTME Some linkers may need a different reload flag.
3012# _LT_CMD_RELOAD
3013
3014
3015# _LT_CHECK_MAGIC_METHOD
3016# ----------------------
3017# how to check for library dependencies
3018# -- PORTME fill in with the dynamic library characteristics
3019# _LT_CHECK_MAGIC_METHOD
3020
3021
3022# LT_PATH_NM
3023# ----------
3024# find the pathname to a BSD- or MS-compatible name lister
3025# LT_PATH_NM
3026
3027# Old names:
3028# This is what autoupdate's m4 run will expand. It fires
3029# the warning (with _au_warn_XXX), outputs it into the
3030# updated configure.ac (with AC_DIAGNOSE), and then outputs
3031# the replacement expansion.
3032
3033
3034# This is an auxiliary macro that is also run when
3035# autoupdate runs m4. It simply calls m4_warning, but
3036# we need a wrapper so that each warning is emitted only
3037# once. We break the quoting in m4_warning's argument in
3038# order to expand this macro's arguments, not AU_DEFUN's.
3039
3040
3041# Finally, this is the expansion that is picked up by
3042# autoconf. It tells the user to run autoupdate, and
3043# then outputs the replacement expansion. We do not care
3044# about autoupdate's warning because that contains
3045# information on what to do *after* running autoupdate.
3046
3047# This is what autoupdate's m4 run will expand. It fires
3048# the warning (with _au_warn_XXX), outputs it into the
3049# updated configure.ac (with AC_DIAGNOSE), and then outputs
3050# the replacement expansion.
3051
3052
3053# This is an auxiliary macro that is also run when
3054# autoupdate runs m4. It simply calls m4_warning, but
3055# we need a wrapper so that each warning is emitted only
3056# once. We break the quoting in m4_warning's argument in
3057# order to expand this macro's arguments, not AU_DEFUN's.
3058
3059
3060# Finally, this is the expansion that is picked up by
3061# autoconf. It tells the user to run autoupdate, and
3062# then outputs the replacement expansion. We do not care
3063# about autoupdate's warning because that contains
3064# information on what to do *after* running autoupdate.
3065
3066
3067
3068# LT_LIB_M
3069# --------
3070# check for math library
3071# LT_LIB_M
3072
3073# Old name:
3074# This is what autoupdate's m4 run will expand. It fires
3075# the warning (with _au_warn_XXX), outputs it into the
3076# updated configure.ac (with AC_DIAGNOSE), and then outputs
3077# the replacement expansion.
3078
3079
3080# This is an auxiliary macro that is also run when
3081# autoupdate runs m4. It simply calls m4_warning, but
3082# we need a wrapper so that each warning is emitted only
3083# once. We break the quoting in m4_warning's argument in
3084# order to expand this macro's arguments, not AU_DEFUN's.
3085
3086
3087# Finally, this is the expansion that is picked up by
3088# autoconf. It tells the user to run autoupdate, and
3089# then outputs the replacement expansion. We do not care
3090# about autoupdate's warning because that contains
3091# information on what to do *after* running autoupdate.
3092
3093
3094
3095# _LT_COMPILER_NO_RTTI([TAGNAME])
3096# -------------------------------
3097# _LT_COMPILER_NO_RTTI
3098
3099
3100# _LT_CMD_GLOBAL_SYMBOLS
3101# ----------------------
3102 # _LT_CMD_GLOBAL_SYMBOLS
3103
3104
3105# _LT_COMPILER_PIC([TAGNAME])
3106# ---------------------------
3107# _LT_COMPILER_PIC
3108
3109
3110# _LT_LINKER_SHLIBS([TAGNAME])
3111# ----------------------------
3112# See if the linker supports building shared libraries.
3113# _LT_LINKER_SHLIBS
3114
3115
3116# _LT_LANG_C_CONFIG([TAG])
3117# ------------------------
3118# Ensure that the configuration variables for a C compiler are suitably
3119# defined. These variables are subsequently used by _LT_CONFIG to write
3120# the compiler configuration to `libtool'.
3121# _LT_LANG_C_CONFIG
3122
3123
3124# _LT_LANG_CXX_CONFIG([TAG])
3125# --------------------------
3126# Ensure that the configuration variables for a C++ compiler are suitably
3127# defined. These variables are subsequently used by _LT_CONFIG to write
3128# the compiler configuration to `libtool'.
3129# _LT_LANG_CXX_CONFIG
3130
3131
3132# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3133# ---------------------------------
3134# Figure out "hidden" library dependencies from verbose
3135# compiler output when linking a shared library.
3136# Parse the compiler output and extract the necessary
3137# objects, libraries and library flags.
3138# _LT_SYS_HIDDEN_LIBDEPS
3139
3140
3141# _LT_LANG_F77_CONFIG([TAG])
3142# --------------------------
3143# Ensure that the configuration variables for a Fortran 77 compiler are
3144# suitably defined. These variables are subsequently used by _LT_CONFIG
3145# to write the compiler configuration to `libtool'.
3146# _LT_LANG_F77_CONFIG
3147
3148
3149# _LT_LANG_FC_CONFIG([TAG])
3150# -------------------------
3151# Ensure that the configuration variables for a Fortran compiler are
3152# suitably defined. These variables are subsequently used by _LT_CONFIG
3153# to write the compiler configuration to `libtool'.
3154# _LT_LANG_FC_CONFIG
3155
3156
3157# _LT_LANG_GCJ_CONFIG([TAG])
3158# --------------------------
3159# Ensure that the configuration variables for the GNU Java Compiler compiler
3160# are suitably defined. These variables are subsequently used by _LT_CONFIG
3161# to write the compiler configuration to `libtool'.
3162# _LT_LANG_GCJ_CONFIG
3163
3164
3165# _LT_LANG_RC_CONFIG([TAG])
3166# -------------------------
3167# Ensure that the configuration variables for the Windows resource compiler
3168# are suitably defined. These variables are subsequently used by _LT_CONFIG
3169# to write the compiler configuration to `libtool'.
3170# _LT_LANG_RC_CONFIG
3171
3172
3173# LT_PROG_GCJ
3174# -----------
3175
3176
3177# Old name:
3178# This is what autoupdate's m4 run will expand. It fires
3179# the warning (with _au_warn_XXX), outputs it into the
3180# updated configure.ac (with AC_DIAGNOSE), and then outputs
3181# the replacement expansion.
3182
3183
3184# This is an auxiliary macro that is also run when
3185# autoupdate runs m4. It simply calls m4_warning, but
3186# we need a wrapper so that each warning is emitted only
3187# once. We break the quoting in m4_warning's argument in
3188# order to expand this macro's arguments, not AU_DEFUN's.
3189
3190
3191# Finally, this is the expansion that is picked up by
3192# autoconf. It tells the user to run autoupdate, and
3193# then outputs the replacement expansion. We do not care
3194# about autoupdate's warning because that contains
3195# information on what to do *after* running autoupdate.
3196
3197
3198
3199# LT_PROG_RC
3200# ----------
3201
3202
3203# Old name:
3204# This is what autoupdate's m4 run will expand. It fires
3205# the warning (with _au_warn_XXX), outputs it into the
3206# updated configure.ac (with AC_DIAGNOSE), and then outputs
3207# the replacement expansion.
3208
3209
3210# This is an auxiliary macro that is also run when
3211# autoupdate runs m4. It simply calls m4_warning, but
3212# we need a wrapper so that each warning is emitted only
3213# once. We break the quoting in m4_warning's argument in
3214# order to expand this macro's arguments, not AU_DEFUN's.
3215
3216
3217# Finally, this is the expansion that is picked up by
3218# autoconf. It tells the user to run autoupdate, and
3219# then outputs the replacement expansion. We do not care
3220# about autoupdate's warning because that contains
3221# information on what to do *after* running autoupdate.
3222
3223
3224
3225# _LT_DECL_EGREP
3226# --------------
3227# If we don't have a new enough Autoconf to choose the best grep
3228# available, choose the one first in the user's PATH.
3229
3230
3231
3232# _LT_DECL_OBJDUMP
3233# --------------
3234# If we don't have a new enough Autoconf to choose the best objdump
3235# available, choose the one first in the user's PATH.
3236
3237
3238
3239# _LT_DECL_SED
3240# ------------
3241# Check for a fully-functional sed program, that truncates
3242# as few characters as possible. Prefer GNU sed if found.
3243# _LT_DECL_SED
3244
3245#m4_ifndef
3246
3247# Old name:
3248# This is what autoupdate's m4 run will expand. It fires
3249# the warning (with _au_warn_XXX), outputs it into the
3250# updated configure.ac (with AC_DIAGNOSE), and then outputs
3251# the replacement expansion.
3252
3253
3254# This is an auxiliary macro that is also run when
3255# autoupdate runs m4. It simply calls m4_warning, but
3256# we need a wrapper so that each warning is emitted only
3257# once. We break the quoting in m4_warning's argument in
3258# order to expand this macro's arguments, not AU_DEFUN's.
3259
3260
3261# Finally, this is the expansion that is picked up by
3262# autoconf. It tells the user to run autoupdate, and
3263# then outputs the replacement expansion. We do not care
3264# about autoupdate's warning because that contains
3265# information on what to do *after* running autoupdate.
3266
3267
3268
3269# _LT_CHECK_SHELL_FEATURES
3270# ------------------------
3271# Find out whether the shell is Bourne or XSI compatible,
3272# or has some other useful features.
3273# _LT_CHECK_SHELL_FEATURES
3274
3275
3276# _LT_PROG_XSI_SHELLFNS
3277# ---------------------
3278# Bourne and XSI compatible variants of some useful shell functions.
3279
3280
3281# Helper functions for option handling. -*- Autoconf -*-
3282#
3283# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3284# Inc.
3285# Written by Gary V. Vaughan, 2004
3286#
3287# This file is free software; the Free Software Foundation gives
3288# unlimited permission to copy and/or distribute it, with or without
3289# modifications, as long as this notice is preserved.
3290
3291# serial 6 ltoptions.m4
3292
3293# This is to help aclocal find these macros, as it can't see m4_define.
3294
3295
3296
3297# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3298# ------------------------------------------
3299
3300
3301
3302# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3303# ---------------------------------------
3304# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3305# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3306# saved as a flag.
3307
3308
3309
3310# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3311# ------------------------------------------------------------
3312# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3313
3314
3315
3316# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3317# -------------------------------------------------------
3318# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3319# are set.
3320
3321
3322
3323# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3324# ----------------------------------------
3325# OPTION-LIST is a space-separated list of Libtool options associated
3326# with MACRO-NAME. If any OPTION has a matching handler declared with
3327# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3328# the unknown option and exit.
3329# _LT_SET_OPTIONS
3330
3331
3332## --------------------------------- ##
3333## Macros to handle LT_INIT options. ##
3334## --------------------------------- ##
3335
3336# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3337# -----------------------------------------
3338
3339
3340
3341# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3342# -----------------------------------------------
3343# LT_OPTION_DEFINE
3344
3345
3346# dlopen
3347# ------
3348
3349
3350# This is what autoupdate's m4 run will expand. It fires
3351# the warning (with _au_warn_XXX), outputs it into the
3352# updated configure.ac (with AC_DIAGNOSE), and then outputs
3353# the replacement expansion.
3354
3355
3356# This is an auxiliary macro that is also run when
3357# autoupdate runs m4. It simply calls m4_warning, but
3358# we need a wrapper so that each warning is emitted only
3359# once. We break the quoting in m4_warning's argument in
3360# order to expand this macro's arguments, not AU_DEFUN's.
3361
3362
3363# Finally, this is the expansion that is picked up by
3364# autoconf. It tells the user to run autoupdate, and
3365# then outputs the replacement expansion. We do not care
3366# about autoupdate's warning because that contains
3367# information on what to do *after* running autoupdate.
3368
3369
3370
3371
3372# win32-dll
3373# ---------
3374# Declare package support for building win32 dll's.
3375# win32-dll
3376
3377# This is what autoupdate's m4 run will expand. It fires
3378# the warning (with _au_warn_XXX), outputs it into the
3379# updated configure.ac (with AC_DIAGNOSE), and then outputs
3380# the replacement expansion.
3381
3382
3383# This is an auxiliary macro that is also run when
3384# autoupdate runs m4. It simply calls m4_warning, but
3385# we need a wrapper so that each warning is emitted only
3386# once. We break the quoting in m4_warning's argument in
3387# order to expand this macro's arguments, not AU_DEFUN's.
3388
3389
3390# Finally, this is the expansion that is picked up by
3391# autoconf. It tells the user to run autoupdate, and
3392# then outputs the replacement expansion. We do not care
3393# about autoupdate's warning because that contains
3394# information on what to do *after* running autoupdate.
3395
3396
3397
3398
3399# _LT_ENABLE_SHARED([DEFAULT])
3400# ----------------------------
3401# implement the --enable-shared flag, and supports the `shared' and
3402# `disable-shared' LT_INIT options.
3403# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3404# _LT_ENABLE_SHARED
3405
3406
3407
3408
3409# Old names:
3410
3411
3412
3413
3414# This is what autoupdate's m4 run will expand. It fires
3415# the warning (with _au_warn_XXX), outputs it into the
3416# updated configure.ac (with AC_DIAGNOSE), and then outputs
3417# the replacement expansion.
3418
3419
3420# This is an auxiliary macro that is also run when
3421# autoupdate runs m4. It simply calls m4_warning, but
3422# we need a wrapper so that each warning is emitted only
3423# once. We break the quoting in m4_warning's argument in
3424# order to expand this macro's arguments, not AU_DEFUN's.
3425
3426
3427# Finally, this is the expansion that is picked up by
3428# autoconf. It tells the user to run autoupdate, and
3429# then outputs the replacement expansion. We do not care
3430# about autoupdate's warning because that contains
3431# information on what to do *after* running autoupdate.
3432
3433# This is what autoupdate's m4 run will expand. It fires
3434# the warning (with _au_warn_XXX), outputs it into the
3435# updated configure.ac (with AC_DIAGNOSE), and then outputs
3436# the replacement expansion.
3437
3438
3439# This is an auxiliary macro that is also run when
3440# autoupdate runs m4. It simply calls m4_warning, but
3441# we need a wrapper so that each warning is emitted only
3442# once. We break the quoting in m4_warning's argument in
3443# order to expand this macro's arguments, not AU_DEFUN's.
3444
3445
3446# Finally, this is the expansion that is picked up by
3447# autoconf. It tells the user to run autoupdate, and
3448# then outputs the replacement expansion. We do not care
3449# about autoupdate's warning because that contains
3450# information on what to do *after* running autoupdate.
3451
3452
3453
3454
3455
3456# _LT_ENABLE_STATIC([DEFAULT])
3457# ----------------------------
3458# implement the --enable-static flag, and support the `static' and
3459# `disable-static' LT_INIT options.
3460# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3461# _LT_ENABLE_STATIC
3462
3463
3464
3465
3466# Old names:
3467
3468
3469
3470
3471# This is what autoupdate's m4 run will expand. It fires
3472# the warning (with _au_warn_XXX), outputs it into the
3473# updated configure.ac (with AC_DIAGNOSE), and then outputs
3474# the replacement expansion.
3475
3476
3477# This is an auxiliary macro that is also run when
3478# autoupdate runs m4. It simply calls m4_warning, but
3479# we need a wrapper so that each warning is emitted only
3480# once. We break the quoting in m4_warning's argument in
3481# order to expand this macro's arguments, not AU_DEFUN's.
3482
3483
3484# Finally, this is the expansion that is picked up by
3485# autoconf. It tells the user to run autoupdate, and
3486# then outputs the replacement expansion. We do not care
3487# about autoupdate's warning because that contains
3488# information on what to do *after* running autoupdate.
3489
3490# This is what autoupdate's m4 run will expand. It fires
3491# the warning (with _au_warn_XXX), outputs it into the
3492# updated configure.ac (with AC_DIAGNOSE), and then outputs
3493# the replacement expansion.
3494
3495
3496# This is an auxiliary macro that is also run when
3497# autoupdate runs m4. It simply calls m4_warning, but
3498# we need a wrapper so that each warning is emitted only
3499# once. We break the quoting in m4_warning's argument in
3500# order to expand this macro's arguments, not AU_DEFUN's.
3501
3502
3503# Finally, this is the expansion that is picked up by
3504# autoconf. It tells the user to run autoupdate, and
3505# then outputs the replacement expansion. We do not care
3506# about autoupdate's warning because that contains
3507# information on what to do *after* running autoupdate.
3508
3509
3510
3511
3512
3513# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3514# ----------------------------------
3515# implement the --enable-fast-install flag, and support the `fast-install'
3516# and `disable-fast-install' LT_INIT options.
3517# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3518# _LT_ENABLE_FAST_INSTALL
3519
3520
3521
3522
3523# Old names:
3524# This is what autoupdate's m4 run will expand. It fires
3525# the warning (with _au_warn_XXX), outputs it into the
3526# updated configure.ac (with AC_DIAGNOSE), and then outputs
3527# the replacement expansion.
3528
3529
3530# This is an auxiliary macro that is also run when
3531# autoupdate runs m4. It simply calls m4_warning, but
3532# we need a wrapper so that each warning is emitted only
3533# once. We break the quoting in m4_warning's argument in
3534# order to expand this macro's arguments, not AU_DEFUN's.
3535
3536
3537# Finally, this is the expansion that is picked up by
3538# autoconf. It tells the user to run autoupdate, and
3539# then outputs the replacement expansion. We do not care
3540# about autoupdate's warning because that contains
3541# information on what to do *after* running autoupdate.
3542
3543
3544# This is what autoupdate's m4 run will expand. It fires
3545# the warning (with _au_warn_XXX), outputs it into the
3546# updated configure.ac (with AC_DIAGNOSE), and then outputs
3547# the replacement expansion.
3548
3549
3550# This is an auxiliary macro that is also run when
3551# autoupdate runs m4. It simply calls m4_warning, but
3552# we need a wrapper so that each warning is emitted only
3553# once. We break the quoting in m4_warning's argument in
3554# order to expand this macro's arguments, not AU_DEFUN's.
3555
3556
3557# Finally, this is the expansion that is picked up by
3558# autoconf. It tells the user to run autoupdate, and
3559# then outputs the replacement expansion. We do not care
3560# about autoupdate's warning because that contains
3561# information on what to do *after* running autoupdate.
3562
3563
3564
3565
3566# _LT_WITH_PIC([MODE])
3567# --------------------
3568# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3569# LT_INIT options.
3570# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3571# _LT_WITH_PIC
3572
3573
3574
3575
3576# Old name:
3577# This is what autoupdate's m4 run will expand. It fires
3578# the warning (with _au_warn_XXX), outputs it into the
3579# updated configure.ac (with AC_DIAGNOSE), and then outputs
3580# the replacement expansion.
3581
3582
3583# This is an auxiliary macro that is also run when
3584# autoupdate runs m4. It simply calls m4_warning, but
3585# we need a wrapper so that each warning is emitted only
3586# once. We break the quoting in m4_warning's argument in
3587# order to expand this macro's arguments, not AU_DEFUN's.
3588
3589
3590# Finally, this is the expansion that is picked up by
3591# autoconf. It tells the user to run autoupdate, and
3592# then outputs the replacement expansion. We do not care
3593# about autoupdate's warning because that contains
3594# information on what to do *after* running autoupdate.
3595
3596
3597
3598## ----------------- ##
3599## LTDL_INIT Options ##
3600## ----------------- ##
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3612#
3613# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3614# Written by Gary V. Vaughan, 2004
3615#
3616# This file is free software; the Free Software Foundation gives
3617# unlimited permission to copy and/or distribute it, with or without
3618# modifications, as long as this notice is preserved.
3619
3620# serial 6 ltsugar.m4
3621
3622# This is to help aclocal find these macros, as it can't see m4_define.
3623
3624
3625
3626# lt_join(SEP, ARG1, [ARG2...])
3627# -----------------------------
3628# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3629# associated separator.
3630# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3631# versions in m4sugar had bugs.
3632
3633
3634
3635
3636# lt_car(LIST)
3637# lt_cdr(LIST)
3638# ------------
3639# Manipulate m4 lists.
3640# These macros are necessary as long as will still need to support
3641# Autoconf-2.59 which quotes differently.
3642
3643
3644
3645
3646
3647# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3648# ------------------------------------------
3649# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3650# Note that neither SEPARATOR nor STRING are expanded; they are appended
3651# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3652# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3653# than defined and empty).
3654#
3655# This macro is needed until we can rely on Autoconf 2.62, since earlier
3656# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3657
3658
3659
3660
3661# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3662# ----------------------------------------------------------
3663# Produce a SEP delimited list of all paired combinations of elements of
3664# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3665# has the form PREFIXmINFIXSUFFIXn.
3666# Needed until we can rely on m4_combine added in Autoconf 2.62.
3667
3668
3669
3670# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3671# -----------------------------------------------------------------------
3672# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3673# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3674
3675
3676
3677# lt_dict_add(DICT, KEY, VALUE)
3678# -----------------------------
3679
3680
3681
3682# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3683# --------------------------------------------
3684
3685
3686
3687# lt_dict_fetch(DICT, KEY, [SUBKEY])
3688# ----------------------------------
3689
3690
3691
3692# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3693# -----------------------------------------------------------------
3694
3695
3696
3697# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3698# --------------------------------------------------------------
3699
3700
3701# ltversion.m4 -- version numbers -*- Autoconf -*-
3702#
3703# Copyright (C) 2004 Free Software Foundation, Inc.
3704# Written by Scott James Remnant, 2004
3705#
3706# This file is free software; the Free Software Foundation gives
3707# unlimited permission to copy and/or distribute it, with or without
3708# modifications, as long as this notice is preserved.
3709
3710# Generated from ltversion.in.
3711
3712# serial 3134 ltversion.m4
3713# This file is part of GNU Libtool
3714
3715
3716
3717
3718
3719
3720# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3721#
3722# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3723# Written by Scott James Remnant, 2004.
3724#
3725# This file is free software; the Free Software Foundation gives
3726# unlimited permission to copy and/or distribute it, with or without
3727# modifications, as long as this notice is preserved.
3728
3729# serial 4 lt~obsolete.m4
3730
3731# These exist entirely to fool aclocal when bootstrapping libtool.
3732#
3733# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3734# which have later been changed to m4_define as they aren't part of the
3735# exported API, or moved to Autoconf or Automake where they belong.
3736#
3737# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3738# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3739# using a macro with the same name in our local m4/libtool.m4 it'll
3740# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3741# and doesn't know about Autoconf macros at all.)
3742#
3743# So we provide this file, which has a silly filename so it's always
3744# included after everything else. This provides aclocal with the
3745# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3746# because those macros already exist, or will be overwritten later.
3747# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3748#
3749# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3750# Yes, that means every name once taken will need to remain here until
3751# we give up compatibility with versions before 1.7, at which point
3752# we need to keep only those names which we still refer to.
3753
3754# This is to help aclocal find these macros, as it can't see m4_define.
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819## -*- Autoconf -*-
3820
3821# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3822# Free Software Foundation, Inc.
3823#
3824# This file is free software; the Free Software Foundation
3825# gives unlimited permission to copy and/or distribute it,
3826# with or without modifications, as long as this notice is preserved.
3827
3828# serial 8
3829
3830# Based on depend.m4 from automake 1.9, modified for standalone use in
3831# an environment where GNU make is required.
3832
3833# ZW_PROG_COMPILER_DEPENDENCIES
3834# -----------------------------
3835# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3836# sets fooDEPMODE accordingly. Cache-variable compatible with
3837# original; not side-effect compatible. As the users of this macro
3838# may require accurate dependencies for correct builds, it does *not*
3839# honor --disable-dependency-checking, and failure to detect a usable
3840# method is an error. depcomp is assumed to be located in
3841# $ac_aux_dir.
3842#
3843# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3844
3845
3846
3847# AM_SET_DEPDIR
3848# -------------
3849# Choose a directory name for dependency files.
3850
3851
3852# ZW_CREATE_DEPDIR
3853# ----------------
3854# As AM_SET_DEPDIR, but also create the directory at config.status time.
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
3905sim_inline="-DDEFAULT_INLINE=0"
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942# intl sister-directory configuration rules.
3943#
3944
3945# The idea behind this macro is that there's no need to repeat all the
3946# autoconf probes done by the intl directory - it's already done them
3947# for us. In fact, there's no need even to look at the cache for the
3948# answers. All we need to do is nab a few pieces of information.
3949# The intl directory is set up to make this easy, by generating a
3950# small file which can be sourced as a shell script; then we produce
3951# the necessary substitutions and definitions for this directory.
3952
3953
3954
3955# Autoconf M4 include file defining utility macros for complex Canadian
3956# cross builds.
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966####
3967# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
3968# or AC_INIT.
3969# These demand that AC_CANONICAL_SYSTEM be called beforehand.
3970
3971####
3972# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3973# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
3974
3975
3976####
3977# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3978# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
3979
3980
3981
3982# Backported from Autoconf 2.5x; can go away when and if
3983# we switch. Put the OS path separator in $PATH_SEPARATOR.
3984
3985
3986
3987
3988# ACX_HAVE_GCC_FOR_TARGET
3989# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
3990
3991
3992# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
3993# Searching for installed target binutils. We need to take extra care,
3994# else we may find the wrong assembler, linker, etc., and lose.
3995#
3996# First try --with-build-time-tools, if specified.
3997#
3998# For build != host, we ask the installed GCC for the name of the tool it
3999# uses, and accept it if it is an absolute path. This is because the
4000# only good choice for a compiler is the same GCC version that is being
4001# installed (or we couldn't make target libraries), and we assume that
4002# on the host system we'll have not only the same GCC version, but also
4003# the same binutils version.
4004#
4005# For build == host, search the same directories that the installed
4006# compiler will search. We used to do this for the assembler, linker,
4007# and nm only; for simplicity of configuration, however, we extend this
4008# criterion to tools (such as ar and ranlib) that are never invoked by
4009# the compiler, to avoid mismatches.
4010#
4011# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4012# if build == target. This makes the most sense only when bootstrapping,
4013# but we also do so when build != host. In this case, we hope that the
4014# build and host systems will have similar contents of MD_EXEC_PREFIX.
4015#
4016# If we do not find a suitable binary, then try the user's path.
4017
4018
4019###
4020# AC_PROG_CPP_WERROR
4021# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4022# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4023# For now, using this also overrides header checks to use only the
4024# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4025# bit harder from here).
4026# Eventually autoconf will default to checking headers with the compiler
4027# instead, and we'll have to do this differently.
4028
4029# AC_PROG_CPP_WERROR
4030
4031# Test for GNAT.
4032# We require the gnatbind & gnatmake programs, as well as a compiler driver
4033# that understands Ada. We use the user's CC setting, already found, and
4034# possibly add $1 to the command-line parameters.
4035#
4036# Sets the shell variable have_gnat to yes or no as appropriate, and
4037# substitutes GNATBIND and GNATMAKE.
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063ac_ext=c
4064ac_cpp='$CPP $CPPFLAGS'
4065ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4066ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4067ac_compiler_gnu=$ac_cv_c_compiler_gnu
4068if test -n "$ac_tool_prefix"; then
4069 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4070set dummy ${ac_tool_prefix}gcc; ac_word=$2
4071{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4072$as_echo_n "checking for $ac_word... " >&6; }
4073if test "${ac_cv_prog_CC+set}" = set; then :
4074 $as_echo_n "(cached) " >&6
4075else
4076 if test -n "$CC"; then
4077 ac_cv_prog_CC="$CC" # Let the user override the test.
4078else
4079as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4080for as_dir in $PATH
4081do
4082 IFS=$as_save_IFS
4083 test -z "$as_dir" && as_dir=.
4084 for ac_exec_ext in '' $ac_executable_extensions; do
4085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4086 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4088 break 2
4089 fi
4090done
4091 done
4092IFS=$as_save_IFS
4093
4094fi
4095fi
4096CC=$ac_cv_prog_CC
4097if test -n "$CC"; then
4098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4099$as_echo "$CC" >&6; }
4100else
4101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4102$as_echo "no" >&6; }
4103fi
4104
4105
4106fi
4107if test -z "$ac_cv_prog_CC"; then
4108 ac_ct_CC=$CC
4109 # Extract the first word of "gcc", so it can be a program name with args.
4110set dummy gcc; ac_word=$2
4111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4112$as_echo_n "checking for $ac_word... " >&6; }
4113if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4114 $as_echo_n "(cached) " >&6
4115else
4116 if test -n "$ac_ct_CC"; then
4117 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4118else
4119as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4120for as_dir in $PATH
4121do
4122 IFS=$as_save_IFS
4123 test -z "$as_dir" && as_dir=.
4124 for ac_exec_ext in '' $ac_executable_extensions; do
4125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4126 ac_cv_prog_ac_ct_CC="gcc"
4127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4128 break 2
4129 fi
4130done
4131 done
4132IFS=$as_save_IFS
4133
4134fi
4135fi
4136ac_ct_CC=$ac_cv_prog_ac_ct_CC
4137if test -n "$ac_ct_CC"; then
4138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4139$as_echo "$ac_ct_CC" >&6; }
4140else
4141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4142$as_echo "no" >&6; }
4143fi
4144
4145 if test "x$ac_ct_CC" = x; then
4146 CC=""
4147 else
4148 case $cross_compiling:$ac_tool_warned in
4149yes:)
4150{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4151$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4152ac_tool_warned=yes ;;
4153esac
4154 CC=$ac_ct_CC
4155 fi
4156else
4157 CC="$ac_cv_prog_CC"
4158fi
4159
4160if test -z "$CC"; then
4161 if test -n "$ac_tool_prefix"; then
4162 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4163set dummy ${ac_tool_prefix}cc; ac_word=$2
4164{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4165$as_echo_n "checking for $ac_word... " >&6; }
4166if test "${ac_cv_prog_CC+set}" = set; then :
4167 $as_echo_n "(cached) " >&6
4168else
4169 if test -n "$CC"; then
4170 ac_cv_prog_CC="$CC" # Let the user override the test.
4171else
4172as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4173for as_dir in $PATH
4174do
4175 IFS=$as_save_IFS
4176 test -z "$as_dir" && as_dir=.
4177 for ac_exec_ext in '' $ac_executable_extensions; do
4178 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4179 ac_cv_prog_CC="${ac_tool_prefix}cc"
4180 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4181 break 2
4182 fi
4183done
4184 done
4185IFS=$as_save_IFS
4186
4187fi
4188fi
4189CC=$ac_cv_prog_CC
4190if test -n "$CC"; then
4191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4192$as_echo "$CC" >&6; }
4193else
4194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4195$as_echo "no" >&6; }
4196fi
4197
4198
4199 fi
4200fi
4201if test -z "$CC"; then
4202 # Extract the first word of "cc", so it can be a program name with args.
4203set dummy cc; ac_word=$2
4204{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4205$as_echo_n "checking for $ac_word... " >&6; }
4206if test "${ac_cv_prog_CC+set}" = set; then :
4207 $as_echo_n "(cached) " >&6
4208else
4209 if test -n "$CC"; then
4210 ac_cv_prog_CC="$CC" # Let the user override the test.
4211else
4212 ac_prog_rejected=no
4213as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4214for as_dir in $PATH
4215do
4216 IFS=$as_save_IFS
4217 test -z "$as_dir" && as_dir=.
4218 for ac_exec_ext in '' $ac_executable_extensions; do
4219 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4220 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4221 ac_prog_rejected=yes
4222 continue
4223 fi
4224 ac_cv_prog_CC="cc"
4225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4226 break 2
4227 fi
4228done
4229 done
4230IFS=$as_save_IFS
4231
4232if test $ac_prog_rejected = yes; then
4233 # We found a bogon in the path, so make sure we never use it.
4234 set dummy $ac_cv_prog_CC
4235 shift
4236 if test $# != 0; then
4237 # We chose a different compiler from the bogus one.
4238 # However, it has the same basename, so the bogon will be chosen
4239 # first if we set CC to just the basename; use the full file name.
4240 shift
4241 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4242 fi
4243fi
4244fi
4245fi
4246CC=$ac_cv_prog_CC
4247if test -n "$CC"; then
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4249$as_echo "$CC" >&6; }
4250else
4251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4252$as_echo "no" >&6; }
4253fi
4254
4255
4256fi
4257if test -z "$CC"; then
4258 if test -n "$ac_tool_prefix"; then
4259 for ac_prog in cl.exe
4260 do
4261 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4262set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4263{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4264$as_echo_n "checking for $ac_word... " >&6; }
4265if test "${ac_cv_prog_CC+set}" = set; then :
4266 $as_echo_n "(cached) " >&6
4267else
4268 if test -n "$CC"; then
4269 ac_cv_prog_CC="$CC" # Let the user override the test.
4270else
4271as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4272for as_dir in $PATH
4273do
4274 IFS=$as_save_IFS
4275 test -z "$as_dir" && as_dir=.
4276 for ac_exec_ext in '' $ac_executable_extensions; do
4277 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4278 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4279 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4280 break 2
4281 fi
4282done
4283 done
4284IFS=$as_save_IFS
4285
4286fi
4287fi
4288CC=$ac_cv_prog_CC
4289if test -n "$CC"; then
4290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4291$as_echo "$CC" >&6; }
4292else
4293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4294$as_echo "no" >&6; }
4295fi
4296
4297
4298 test -n "$CC" && break
4299 done
4300fi
4301if test -z "$CC"; then
4302 ac_ct_CC=$CC
4303 for ac_prog in cl.exe
4304do
4305 # Extract the first word of "$ac_prog", so it can be a program name with args.
4306set dummy $ac_prog; ac_word=$2
4307{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4308$as_echo_n "checking for $ac_word... " >&6; }
4309if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4310 $as_echo_n "(cached) " >&6
4311else
4312 if test -n "$ac_ct_CC"; then
4313 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4314else
4315as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4316for as_dir in $PATH
4317do
4318 IFS=$as_save_IFS
4319 test -z "$as_dir" && as_dir=.
4320 for ac_exec_ext in '' $ac_executable_extensions; do
4321 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4322 ac_cv_prog_ac_ct_CC="$ac_prog"
4323 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4324 break 2
4325 fi
4326done
4327 done
4328IFS=$as_save_IFS
4329
4330fi
4331fi
4332ac_ct_CC=$ac_cv_prog_ac_ct_CC
4333if test -n "$ac_ct_CC"; then
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4335$as_echo "$ac_ct_CC" >&6; }
4336else
4337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4338$as_echo "no" >&6; }
4339fi
4340
4341
4342 test -n "$ac_ct_CC" && break
4343done
4344
4345 if test "x$ac_ct_CC" = x; then
4346 CC=""
4347 else
4348 case $cross_compiling:$ac_tool_warned in
4349yes:)
4350{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4351$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4352ac_tool_warned=yes ;;
4353esac
4354 CC=$ac_ct_CC
4355 fi
4356fi
4357
4358fi
4359
4360
4361test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4362$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4363as_fn_error "no acceptable C compiler found in \$PATH
4364See \`config.log' for more details." "$LINENO" 5; }
4365
4366# Provide some information about the compiler.
4367$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4368set X $ac_compile
4369ac_compiler=$2
4370for ac_option in --version -v -V -qversion; do
4371 { { ac_try="$ac_compiler $ac_option >&5"
4372case "(($ac_try" in
4373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4374 *) ac_try_echo=$ac_try;;
4375esac
4376eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4377$as_echo "$ac_try_echo"; } >&5
4378 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4379 ac_status=$?
4380 if test -s conftest.err; then
4381 sed '10a\
4382... rest of stderr output deleted ...
4383 10q' conftest.err >conftest.er1
4384 cat conftest.er1 >&5
4385 rm -f conftest.er1 conftest.err
4386 fi
4387 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4388 test $ac_status = 0; }
4389done
4390
4391cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4392/* end confdefs.h. */
4393
4394int
4395main ()
4396{
4397
4398 ;
4399 return 0;
4400}
4401_ACEOF
4402ac_clean_files_save=$ac_clean_files
4403ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4404# Try to create an executable without -o first, disregard a.out.
4405# It will help us diagnose broken compilers, and finding out an intuition
4406# of exeext.
4407{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4408$as_echo_n "checking for C compiler default output file name... " >&6; }
4409ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4410
4411# The possible output files:
4412ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4413
4414ac_rmfiles=
4415for ac_file in $ac_files
4416do
4417 case $ac_file in
4418 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4419 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4420 esac
4421done
4422rm -f $ac_rmfiles
4423
4424if { { ac_try="$ac_link_default"
4425case "(($ac_try" in
4426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4427 *) ac_try_echo=$ac_try;;
4428esac
4429eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4430$as_echo "$ac_try_echo"; } >&5
4431 (eval "$ac_link_default") 2>&5
4432 ac_status=$?
4433 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4434 test $ac_status = 0; }; then :
4435 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4436# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4437# in a Makefile. We should not override ac_cv_exeext if it was cached,
4438# so that the user can short-circuit this test for compilers unknown to
4439# Autoconf.
4440for ac_file in $ac_files ''
4441do
4442 test -f "$ac_file" || continue
4443 case $ac_file in
4444 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4445 ;;
4446 [ab].out )
4447 # We found the default executable, but exeext='' is most
4448 # certainly right.
4449 break;;
4450 *.* )
4451 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4452 then :; else
4453 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4454 fi
4455 # We set ac_cv_exeext here because the later test for it is not
4456 # safe: cross compilers may not add the suffix if given an `-o'
4457 # argument, so we may need to know it at that point already.
4458 # Even if this section looks crufty: it has the advantage of
4459 # actually working.
4460 break;;
4461 * )
4462 break;;
4463 esac
4464done
4465test "$ac_cv_exeext" = no && ac_cv_exeext=
4466
4467else
4468 ac_file=''
4469fi
4470{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4471$as_echo "$ac_file" >&6; }
4472if test -z "$ac_file"; then :
4473 $as_echo "$as_me: failed program was:" >&5
4474sed 's/^/| /' conftest.$ac_ext >&5
4475
4476{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4477$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4478{ as_fn_set_status 77
4479as_fn_error "C compiler cannot create executables
4480See \`config.log' for more details." "$LINENO" 5; }; }
4481fi
3346cfda
NC
4482ac_exeext=$ac_cv_exeext
4483
bf3d9781
AM
4484# Check that the compiler produces executables we can run. If not, either
4485# the compiler is broken, or we cross compile.
4486{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4487$as_echo_n "checking whether the C compiler works... " >&6; }
4488# If not cross compiling, check that we can run a simple program.
4489if test "$cross_compiling" != yes; then
4490 if { ac_try='./$ac_file'
4491 { { case "(($ac_try" in
4492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4493 *) ac_try_echo=$ac_try;;
4494esac
4495eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4496$as_echo "$ac_try_echo"; } >&5
4497 (eval "$ac_try") 2>&5
4498 ac_status=$?
4499 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4500 test $ac_status = 0; }; }; then
4501 cross_compiling=no
4502 else
4503 if test "$cross_compiling" = maybe; then
4504 cross_compiling=yes
4505 else
4506 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4507$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4508as_fn_error "cannot run C compiled programs.
4509If you meant to cross compile, use \`--host'.
4510See \`config.log' for more details." "$LINENO" 5; }
4511 fi
4512 fi
4513fi
4514{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4515$as_echo "yes" >&6; }
4516
4517rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4518ac_clean_files=$ac_clean_files_save
4519# Check that the compiler produces executables we can run. If not, either
4520# the compiler is broken, or we cross compile.
4521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4522$as_echo_n "checking whether we are cross compiling... " >&6; }
4523{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4524$as_echo "$cross_compiling" >&6; }
4525
4526{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4527$as_echo_n "checking for suffix of executables... " >&6; }
4528if { { ac_try="$ac_link"
4529case "(($ac_try" in
4530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4531 *) ac_try_echo=$ac_try;;
4532esac
4533eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4534$as_echo "$ac_try_echo"; } >&5
4535 (eval "$ac_link") 2>&5
4536 ac_status=$?
4537 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4538 test $ac_status = 0; }; then :
4539 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4540# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4541# work properly (i.e., refer to `conftest.exe'), while it won't with
4542# `rm'.
4543for ac_file in conftest.exe conftest conftest.*; do
4544 test -f "$ac_file" || continue
4545 case $ac_file in
4546 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4547 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4548 break;;
4549 * ) break;;
4550 esac
4551done
4552else
4553 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4554$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4555as_fn_error "cannot compute suffix of executables: cannot compile and link
4556See \`config.log' for more details." "$LINENO" 5; }
4557fi
4558rm -f conftest$ac_cv_exeext
4559{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4560$as_echo "$ac_cv_exeext" >&6; }
4561
4562rm -f conftest.$ac_ext
4563EXEEXT=$ac_cv_exeext
4564ac_exeext=$EXEEXT
4565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4566$as_echo_n "checking for suffix of object files... " >&6; }
4567if test "${ac_cv_objext+set}" = set; then :
4568 $as_echo_n "(cached) " >&6
4569else
4570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4571/* end confdefs.h. */
4572
4573int
4574main ()
4575{
4576
4577 ;
4578 return 0;
4579}
4580_ACEOF
4581rm -f conftest.o conftest.obj
4582if { { ac_try="$ac_compile"
4583case "(($ac_try" in
4584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4585 *) ac_try_echo=$ac_try;;
4586esac
4587eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4588$as_echo "$ac_try_echo"; } >&5
4589 (eval "$ac_compile") 2>&5
4590 ac_status=$?
4591 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4592 test $ac_status = 0; }; then :
4593 for ac_file in conftest.o conftest.obj conftest.*; do
4594 test -f "$ac_file" || continue;
4595 case $ac_file in
4596 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4597 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4598 break;;
4599 esac
4600done
4601else
4602 $as_echo "$as_me: failed program was:" >&5
4603sed 's/^/| /' conftest.$ac_ext >&5
4604
4605{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4606$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4607as_fn_error "cannot compute suffix of object files: cannot compile
4608See \`config.log' for more details." "$LINENO" 5; }
4609fi
4610rm -f conftest.$ac_cv_objext conftest.$ac_ext
4611fi
4612{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4613$as_echo "$ac_cv_objext" >&6; }
4614OBJEXT=$ac_cv_objext
4615ac_objext=$OBJEXT
4616{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4617$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4618if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4619 $as_echo_n "(cached) " >&6
4620else
4621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4622/* end confdefs.h. */
4623
4624int
4625main ()
4626{
4627#ifndef __GNUC__
4628 choke me
4629#endif
4630
4631 ;
4632 return 0;
4633}
4634_ACEOF
4635if ac_fn_c_try_compile "$LINENO"; then :
4636 ac_compiler_gnu=yes
4637else
4638 ac_compiler_gnu=no
4639fi
4640rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4641ac_cv_c_compiler_gnu=$ac_compiler_gnu
4642
4643fi
4644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4645$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4646if test $ac_compiler_gnu = yes; then
4647 GCC=yes
4648else
4649 GCC=
4650fi
4651ac_test_CFLAGS=${CFLAGS+set}
4652ac_save_CFLAGS=$CFLAGS
4653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4654$as_echo_n "checking whether $CC accepts -g... " >&6; }
4655if test "${ac_cv_prog_cc_g+set}" = set; then :
4656 $as_echo_n "(cached) " >&6
4657else
4658 ac_save_c_werror_flag=$ac_c_werror_flag
4659 ac_c_werror_flag=yes
4660 ac_cv_prog_cc_g=no
4661 CFLAGS="-g"
4662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4663/* end confdefs.h. */
4664
4665int
4666main ()
4667{
4668
4669 ;
4670 return 0;
4671}
4672_ACEOF
4673if ac_fn_c_try_compile "$LINENO"; then :
4674 ac_cv_prog_cc_g=yes
4675else
4676 CFLAGS=""
4677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4678/* end confdefs.h. */
4679
4680int
4681main ()
4682{
4683
4684 ;
4685 return 0;
4686}
4687_ACEOF
4688if ac_fn_c_try_compile "$LINENO"; then :
4689
4690else
4691 ac_c_werror_flag=$ac_save_c_werror_flag
4692 CFLAGS="-g"
4693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4694/* end confdefs.h. */
4695
4696int
4697main ()
4698{
4699
4700 ;
4701 return 0;
4702}
4703_ACEOF
4704if ac_fn_c_try_compile "$LINENO"; then :
4705 ac_cv_prog_cc_g=yes
4706fi
4707rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4708fi
4709rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4710fi
4711rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4712 ac_c_werror_flag=$ac_save_c_werror_flag
4713fi
4714{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4715$as_echo "$ac_cv_prog_cc_g" >&6; }
4716if test "$ac_test_CFLAGS" = set; then
4717 CFLAGS=$ac_save_CFLAGS
4718elif test $ac_cv_prog_cc_g = yes; then
4719 if test "$GCC" = yes; then
4720 CFLAGS="-g -O2"
4721 else
4722 CFLAGS="-g"
4723 fi
4724else
4725 if test "$GCC" = yes; then
4726 CFLAGS="-O2"
4727 else
4728 CFLAGS=
4729 fi
4730fi
4731{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4732$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4733if test "${ac_cv_prog_cc_c89+set}" = set; then :
4734 $as_echo_n "(cached) " >&6
4735else
4736 ac_cv_prog_cc_c89=no
4737ac_save_CC=$CC
4738cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4739/* end confdefs.h. */
4740#include <stdarg.h>
4741#include <stdio.h>
4742#include <sys/types.h>
4743#include <sys/stat.h>
4744/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4745struct buf { int x; };
4746FILE * (*rcsopen) (struct buf *, struct stat *, int);
4747static char *e (p, i)
4748 char **p;
4749 int i;
4750{
4751 return p[i];
4752}
4753static char *f (char * (*g) (char **, int), char **p, ...)
4754{
4755 char *s;
4756 va_list v;
4757 va_start (v,p);
4758 s = g (p, va_arg (v,int));
4759 va_end (v);
4760 return s;
4761}
4762
4763/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4764 function prototypes and stuff, but not '\xHH' hex character constants.
4765 These don't provoke an error unfortunately, instead are silently treated
4766 as 'x'. The following induces an error, until -std is added to get
4767 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4768 array size at least. It's necessary to write '\x00'==0 to get something
4769 that's true only with -std. */
4770int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4771
4772/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4773 inside strings and character constants. */
4774#define FOO(x) 'x'
4775int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4776
4777int test (int i, double x);
4778struct s1 {int (*f) (int a);};
4779struct s2 {int (*f) (double a);};
4780int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4781int argc;
4782char **argv;
4783int
4784main ()
4785{
4786return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4787 ;
4788 return 0;
4789}
4790_ACEOF
4791for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4792 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4793do
4794 CC="$ac_save_CC $ac_arg"
4795 if ac_fn_c_try_compile "$LINENO"; then :
4796 ac_cv_prog_cc_c89=$ac_arg
4797fi
4798rm -f core conftest.err conftest.$ac_objext
4799 test "x$ac_cv_prog_cc_c89" != "xno" && break
4800done
4801rm -f conftest.$ac_ext
4802CC=$ac_save_CC
4803
4804fi
4805# AC_CACHE_VAL
4806case "x$ac_cv_prog_cc_c89" in
4807 x)
4808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4809$as_echo "none needed" >&6; } ;;
4810 xno)
4811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4812$as_echo "unsupported" >&6; } ;;
4813 *)
4814 CC="$CC $ac_cv_prog_cc_c89"
4815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4816$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4817esac
4818if test "x$ac_cv_prog_cc_c89" != xno; then :
4819
4820fi
4821
4822ac_ext=c
4823ac_cpp='$CPP $CPPFLAGS'
4824ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4825ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4826ac_compiler_gnu=$ac_cv_c_compiler_gnu
4827
4828ac_aux_dir=
4829for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4830 for ac_t in install-sh install.sh shtool; do
4831 if test -f "$ac_dir/$ac_t"; then
4832 ac_aux_dir=$ac_dir
4833 ac_install_sh="$ac_aux_dir/$ac_t -c"
4834 break 2
4835 fi
4836 done
4837done
4838if test -z "$ac_aux_dir"; then
4839 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4840fi
4841
4842# These three variables are undocumented and unsupported,
4843# and are intended to be withdrawn in a future Autoconf release.
4844# They can cause serious problems if a builder's source tree is in a directory
4845# whose full name contains unusual characters.
4846ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4847ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4848ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4849
4850
4851# Make sure we can run config.sub.
4852$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4853 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4854
4855{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4856$as_echo_n "checking build system type... " >&6; }
4857if test "${ac_cv_build+set}" = set; then :
4858 $as_echo_n "(cached) " >&6
4859else
4860 ac_build_alias=$build_alias
4861test "x$ac_build_alias" = x &&
4862 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4863test "x$ac_build_alias" = x &&
4864 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4865ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4866 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4867
4868fi
4869{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4870$as_echo "$ac_cv_build" >&6; }
4871case $ac_cv_build in
4872*-*-*) ;;
4873*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4874esac
4875build=$ac_cv_build
4876ac_save_IFS=$IFS; IFS='-'
4877set x $ac_cv_build
4878shift
4879build_cpu=$1
4880build_vendor=$2
4881shift; shift
4882# Remember, the first character of IFS is used to create $*,
4883# except with old shells:
4884build_os=$*
4885IFS=$ac_save_IFS
4886case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4887
4888
4889{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4890$as_echo_n "checking host system type... " >&6; }
4891if test "${ac_cv_host+set}" = set; then :
4892 $as_echo_n "(cached) " >&6
4893else
4894 if test "x$host_alias" = x; then
4895 ac_cv_host=$ac_cv_build
4896else
4897 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4898 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4899fi
4900
4901fi
4902{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4903$as_echo "$ac_cv_host" >&6; }
4904case $ac_cv_host in
4905*-*-*) ;;
4906*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4907esac
4908host=$ac_cv_host
4909ac_save_IFS=$IFS; IFS='-'
4910set x $ac_cv_host
4911shift
4912host_cpu=$1
4913host_vendor=$2
4914shift; shift
4915# Remember, the first character of IFS is used to create $*,
4916# except with old shells:
4917host_os=$*
4918IFS=$ac_save_IFS
4919case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4920
4921
4922{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4923$as_echo_n "checking target system type... " >&6; }
4924if test "${ac_cv_target+set}" = set; then :
4925 $as_echo_n "(cached) " >&6
4926else
4927 if test "x$target_alias" = x; then
4928 ac_cv_target=$ac_cv_host
4929else
4930 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4931 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4932fi
4933
4934fi
4935{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4936$as_echo "$ac_cv_target" >&6; }
4937case $ac_cv_target in
4938*-*-*) ;;
4939*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4940esac
4941target=$ac_cv_target
4942ac_save_IFS=$IFS; IFS='-'
4943set x $ac_cv_target
4944shift
4945target_cpu=$1
4946target_vendor=$2
4947shift; shift
4948# Remember, the first character of IFS is used to create $*,
4949# except with old shells:
4950target_os=$*
4951IFS=$ac_save_IFS
4952case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4953
4954
4955# The aliases save the names the user supplied, while $host etc.
4956# will get canonicalized.
4957test -n "$target_alias" &&
4958 test "$program_prefix$program_suffix$program_transform_name" = \
4959 NONENONEs,x,x, &&
4960 program_prefix=${target_alias}-
4961
4962ac_ext=c
4963ac_cpp='$CPP $CPPFLAGS'
4964ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4965ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4966ac_compiler_gnu=$ac_cv_c_compiler_gnu
4967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4968$as_echo_n "checking how to run the C preprocessor... " >&6; }
4969# On Suns, sometimes $CPP names a directory.
4970if test -n "$CPP" && test -d "$CPP"; then
4971 CPP=
4972fi
4973if test -z "$CPP"; then
4974 if test "${ac_cv_prog_CPP+set}" = set; then :
4975 $as_echo_n "(cached) " >&6
4976else
4977 # Double quotes because CPP needs to be expanded
4978 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4979 do
4980 ac_preproc_ok=false
4981for ac_c_preproc_warn_flag in '' yes
4982do
4983 # Use a header file that comes with gcc, so configuring glibc
4984 # with a fresh cross-compiler works.
4985 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4986 # <limits.h> exists even on freestanding compilers.
4987 # On the NeXT, cc -E runs the code through the compiler's parser,
4988 # not just through cpp. "Syntax error" is here to catch this case.
4989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4990/* end confdefs.h. */
4991#ifdef __STDC__
4992# include <limits.h>
4993#else
4994# include <assert.h>
4995#endif
4996 Syntax error
4997_ACEOF
4998if ac_fn_c_try_cpp "$LINENO"; then :
4999
5000else
5001 # Broken: fails on valid input.
5002continue
5003fi
5004rm -f conftest.err conftest.$ac_ext
5005
5006 # OK, works on sane cases. Now check whether nonexistent headers
5007 # can be detected and how.
5008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5009/* end confdefs.h. */
5010#include <ac_nonexistent.h>
5011_ACEOF
5012if ac_fn_c_try_cpp "$LINENO"; then :
5013 # Broken: success on invalid input.
5014continue
5015else
5016 # Passes both tests.
5017ac_preproc_ok=:
5018break
5019fi
5020rm -f conftest.err conftest.$ac_ext
5021
5022done
5023# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5024rm -f conftest.err conftest.$ac_ext
5025if $ac_preproc_ok; then :
5026 break
5027fi
5028
5029 done
5030 ac_cv_prog_CPP=$CPP
5031
5032fi
5033 CPP=$ac_cv_prog_CPP
5034else
5035 ac_cv_prog_CPP=$CPP
5036fi
5037{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5038$as_echo "$CPP" >&6; }
5039ac_preproc_ok=false
5040for ac_c_preproc_warn_flag in '' yes
5041do
5042 # Use a header file that comes with gcc, so configuring glibc
5043 # with a fresh cross-compiler works.
5044 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5045 # <limits.h> exists even on freestanding compilers.
5046 # On the NeXT, cc -E runs the code through the compiler's parser,
5047 # not just through cpp. "Syntax error" is here to catch this case.
5048 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5049/* end confdefs.h. */
5050#ifdef __STDC__
5051# include <limits.h>
5052#else
5053# include <assert.h>
5054#endif
5055 Syntax error
5056_ACEOF
5057if ac_fn_c_try_cpp "$LINENO"; then :
5058
5059else
5060 # Broken: fails on valid input.
5061continue
5062fi
5063rm -f conftest.err conftest.$ac_ext
5064
5065 # OK, works on sane cases. Now check whether nonexistent headers
5066 # can be detected and how.
5067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5068/* end confdefs.h. */
5069#include <ac_nonexistent.h>
5070_ACEOF
5071if ac_fn_c_try_cpp "$LINENO"; then :
5072 # Broken: success on invalid input.
5073continue
5074else
5075 # Passes both tests.
5076ac_preproc_ok=:
5077break
5078fi
5079rm -f conftest.err conftest.$ac_ext
5080
5081done
5082# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5083rm -f conftest.err conftest.$ac_ext
5084if $ac_preproc_ok; then :
5085
5086else
5087 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5088$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5089as_fn_error "C preprocessor \"$CPP\" fails sanity check
5090See \`config.log' for more details." "$LINENO" 5; }
5091fi
5092
5093ac_ext=c
5094ac_cpp='$CPP $CPPFLAGS'
5095ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5096ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5097ac_compiler_gnu=$ac_cv_c_compiler_gnu
5098
5099
5100{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5101$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5102if test "${ac_cv_path_GREP+set}" = set; then :
5103 $as_echo_n "(cached) " >&6
5104else
5105 if test -z "$GREP"; then
5106 ac_path_GREP_found=false
5107 # Loop through the user's path and test for each of PROGNAME-LIST
5108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5109for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5110do
5111 IFS=$as_save_IFS
5112 test -z "$as_dir" && as_dir=.
5113 for ac_prog in grep ggrep; do
5114 for ac_exec_ext in '' $ac_executable_extensions; do
5115 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5116 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5117# Check for GNU ac_path_GREP and select it if it is found.
5118 # Check for GNU $ac_path_GREP
5119case `"$ac_path_GREP" --version 2>&1` in
5120*GNU*)
5121 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5122*)
5123 ac_count=0
5124 $as_echo_n 0123456789 >"conftest.in"
5125 while :
5126 do
5127 cat "conftest.in" "conftest.in" >"conftest.tmp"
5128 mv "conftest.tmp" "conftest.in"
5129 cp "conftest.in" "conftest.nl"
5130 $as_echo 'GREP' >> "conftest.nl"
5131 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5132 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5133 as_fn_arith $ac_count + 1 && ac_count=$as_val
5134 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5135 # Best one so far, save it but keep looking for a better one
5136 ac_cv_path_GREP="$ac_path_GREP"
5137 ac_path_GREP_max=$ac_count
5138 fi
5139 # 10*(2^10) chars as input seems more than enough
5140 test $ac_count -gt 10 && break
5141 done
5142 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5143esac
5144
5145 $ac_path_GREP_found && break 3
5146 done
5147 done
5148 done
5149IFS=$as_save_IFS
5150 if test -z "$ac_cv_path_GREP"; then
5151 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5152 fi
5153else
5154 ac_cv_path_GREP=$GREP
5155fi
5156
5157fi
5158{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5159$as_echo "$ac_cv_path_GREP" >&6; }
5160 GREP="$ac_cv_path_GREP"
5161
5162
5163{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5164$as_echo_n "checking for egrep... " >&6; }
5165if test "${ac_cv_path_EGREP+set}" = set; then :
5166 $as_echo_n "(cached) " >&6
5167else
5168 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5169 then ac_cv_path_EGREP="$GREP -E"
5170 else
5171 if test -z "$EGREP"; then
5172 ac_path_EGREP_found=false
5173 # Loop through the user's path and test for each of PROGNAME-LIST
5174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5175for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5176do
5177 IFS=$as_save_IFS
5178 test -z "$as_dir" && as_dir=.
5179 for ac_prog in egrep; do
5180 for ac_exec_ext in '' $ac_executable_extensions; do
5181 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5182 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5183# Check for GNU ac_path_EGREP and select it if it is found.
5184 # Check for GNU $ac_path_EGREP
5185case `"$ac_path_EGREP" --version 2>&1` in
5186*GNU*)
5187 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5188*)
5189 ac_count=0
5190 $as_echo_n 0123456789 >"conftest.in"
5191 while :
5192 do
5193 cat "conftest.in" "conftest.in" >"conftest.tmp"
5194 mv "conftest.tmp" "conftest.in"
5195 cp "conftest.in" "conftest.nl"
5196 $as_echo 'EGREP' >> "conftest.nl"
5197 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5198 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5199 as_fn_arith $ac_count + 1 && ac_count=$as_val
5200 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5201 # Best one so far, save it but keep looking for a better one
5202 ac_cv_path_EGREP="$ac_path_EGREP"
5203 ac_path_EGREP_max=$ac_count
5204 fi
5205 # 10*(2^10) chars as input seems more than enough
5206 test $ac_count -gt 10 && break
5207 done
5208 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5209esac
5210
5211 $ac_path_EGREP_found && break 3
5212 done
5213 done
5214 done
5215IFS=$as_save_IFS
5216 if test -z "$ac_cv_path_EGREP"; then
5217 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5218 fi
5219else
5220 ac_cv_path_EGREP=$EGREP
5221fi
5222
5223 fi
5224fi
5225{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5226$as_echo "$ac_cv_path_EGREP" >&6; }
5227 EGREP="$ac_cv_path_EGREP"
5228
5229
5230{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5231$as_echo_n "checking for ANSI C header files... " >&6; }
5232if test "${ac_cv_header_stdc+set}" = set; then :
5233 $as_echo_n "(cached) " >&6
5234else
5235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5236/* end confdefs.h. */
5237#include <stdlib.h>
5238#include <stdarg.h>
5239#include <string.h>
5240#include <float.h>
5241
5242int
5243main ()
5244{
5245
5246 ;
5247 return 0;
5248}
5249_ACEOF
5250if ac_fn_c_try_compile "$LINENO"; then :
5251 ac_cv_header_stdc=yes
5252else
5253 ac_cv_header_stdc=no
5254fi
5255rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5256
5257if test $ac_cv_header_stdc = yes; then
5258 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5260/* end confdefs.h. */
5261#include <string.h>
5262
5263_ACEOF
5264if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5265 $EGREP "memchr" >/dev/null 2>&1; then :
5266
5267else
5268 ac_cv_header_stdc=no
5269fi
5270rm -f conftest*
5271
5272fi
5273
5274if test $ac_cv_header_stdc = yes; then
5275 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5277/* end confdefs.h. */
5278#include <stdlib.h>
5279
5280_ACEOF
5281if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5282 $EGREP "free" >/dev/null 2>&1; then :
5283
5284else
5285 ac_cv_header_stdc=no
5286fi
5287rm -f conftest*
5288
5289fi
5290
5291if test $ac_cv_header_stdc = yes; then
5292 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5293 if test "$cross_compiling" = yes; then :
5294 :
5295else
5296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5297/* end confdefs.h. */
5298#include <ctype.h>
5299#include <stdlib.h>
5300#if ((' ' & 0x0FF) == 0x020)
5301# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5302# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5303#else
5304# define ISLOWER(c) \
5305 (('a' <= (c) && (c) <= 'i') \
5306 || ('j' <= (c) && (c) <= 'r') \
5307 || ('s' <= (c) && (c) <= 'z'))
5308# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5309#endif
5310
5311#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5312int
5313main ()
5314{
5315 int i;
5316 for (i = 0; i < 256; i++)
5317 if (XOR (islower (i), ISLOWER (i))
5318 || toupper (i) != TOUPPER (i))
5319 return 2;
5320 return 0;
5321}
5322_ACEOF
5323if ac_fn_c_try_run "$LINENO"; then :
5324
5325else
5326 ac_cv_header_stdc=no
5327fi
5328rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5329 conftest.$ac_objext conftest.beam conftest.$ac_ext
5330fi
5331
5332fi
5333fi
5334{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5335$as_echo "$ac_cv_header_stdc" >&6; }
5336if test $ac_cv_header_stdc = yes; then
5337
5338$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5339
5340fi
5341
5342# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5343for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5344 inttypes.h stdint.h unistd.h
5345do :
5346 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5347ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5348"
5349eval as_val=\$$as_ac_Header
5350 if test "x$as_val" = x""yes; then :
5351 cat >>confdefs.h <<_ACEOF
5352#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5353_ACEOF
5354
5355fi
5356
5357done
5358
5359
5360
5361 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5362if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5363 MINIX=yes
5364else
5365 MINIX=
5366fi
5367
5368
5369 if test "$MINIX" = yes; then
5370
5371$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5372
5373
5374$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5375
5376
5377$as_echo "#define _MINIX 1" >>confdefs.h
5378
5379 fi
5380
5381
5382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5383$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5384if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5385 $as_echo_n "(cached) " >&6
5386else
5387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5388/* end confdefs.h. */
5389
5390# define __EXTENSIONS__ 1
5391 $ac_includes_default
5392int
5393main ()
5394{
5395
5396 ;
5397 return 0;
5398}
5399_ACEOF
5400if ac_fn_c_try_compile "$LINENO"; then :
5401 ac_cv_safe_to_define___extensions__=yes
5402else
5403 ac_cv_safe_to_define___extensions__=no
5404fi
5405rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5406fi
5407{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5408$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5409 test $ac_cv_safe_to_define___extensions__ = yes &&
5410 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5411
5412 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5413
5414 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5415
5416 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5417
5418 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5419
5420
5421test "$program_prefix" != NONE &&
5422 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5423# Use a double $ so make ignores it.
5424test "$program_suffix" != NONE &&
5425 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5426# Double any \ or $.
5427# By default was `s,x,x', remove it if useless.
5428ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5429program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5430
5431# Find a good install program. We prefer a C program (faster),
5432# so one script is as good as another. But avoid the broken or
5433# incompatible versions:
5434# SysV /etc/install, /usr/sbin/install
5435# SunOS /usr/etc/install
5436# IRIX /sbin/install
5437# AIX /bin/install
5438# AmigaOS /C/install, which installs bootblocks on floppy discs
5439# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5440# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5441# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5442# OS/2's system install, which has a completely different semantic
5443# ./install, which can be erroneously created by make from ./install.sh.
5444# Reject install programs that cannot install multiple files.
5445{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5446$as_echo_n "checking for a BSD-compatible install... " >&6; }
5447if test -z "$INSTALL"; then
5448if test "${ac_cv_path_install+set}" = set; then :
5449 $as_echo_n "(cached) " >&6
5450else
5451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5452for as_dir in $PATH
5453do
5454 IFS=$as_save_IFS
5455 test -z "$as_dir" && as_dir=.
5456 # Account for people who put trailing slashes in PATH elements.
5457case $as_dir/ in #((
5458 ./ | .// | /[cC]/* | \
5459 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5460 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5461 /usr/ucb/* ) ;;
5462 *)
5463 # OSF1 and SCO ODT 3.0 have their own names for install.
5464 # Don't use installbsd from OSF since it installs stuff as root
5465 # by default.
5466 for ac_prog in ginstall scoinst install; do
5467 for ac_exec_ext in '' $ac_executable_extensions; do
5468 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5469 if test $ac_prog = install &&
5470 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5471 # AIX install. It has an incompatible calling convention.
5472 :
5473 elif test $ac_prog = install &&
5474 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5475 # program-specific install script used by HP pwplus--don't use.
5476 :
5477 else
5478 rm -rf conftest.one conftest.two conftest.dir
5479 echo one > conftest.one
5480 echo two > conftest.two
5481 mkdir conftest.dir
5482 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5483 test -s conftest.one && test -s conftest.two &&
5484 test -s conftest.dir/conftest.one &&
5485 test -s conftest.dir/conftest.two
5486 then
5487 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5488 break 3
5489 fi
5490 fi
5491 fi
5492 done
5493 done
5494 ;;
5495esac
5496
5497 done
5498IFS=$as_save_IFS
5499
5500rm -rf conftest.one conftest.two conftest.dir
5501
5502fi
5503 if test "${ac_cv_path_install+set}" = set; then
5504 INSTALL=$ac_cv_path_install
5505 else
5506 # As a last resort, use the slow shell script. Don't cache a
5507 # value for INSTALL within a source directory, because that will
5508 # break other packages using the cache if that directory is
5509 # removed, or if the value is a relative name.
5510 INSTALL=$ac_install_sh
5511 fi
5512fi
5513{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5514$as_echo "$INSTALL" >&6; }
5515
5516# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5517# It thinks the first close brace ends the variable substitution.
5518test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5519
5520test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5521
5522test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5523
5524rm -rf .tst 2>/dev/null
5525mkdir .tst 2>/dev/null
5526if test -d .tst; then
5527 am__leading_dot=.
5528else
5529 am__leading_dot=_
5530fi
5531rmdir .tst 2>/dev/null
5532
5533DEPDIR="${am__leading_dot}deps"
5534
5535case `pwd` in
5536 *\ * | *\ *)
5537 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5538$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5539esac
5540
5541
5542
5543macro_version='2.2.7a'
5544macro_revision='1.3134'
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558ltmain="$ac_aux_dir/ltmain.sh"
5559
5560# Backslashify metacharacters that are still active within
5561# double-quoted strings.
5562sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5563
5564# Same as above, but do not quote variable references.
5565double_quote_subst='s/\(["`\\]\)/\\\1/g'
5566
5567# Sed substitution to delay expansion of an escaped shell variable in a
5568# double_quote_subst'ed string.
5569delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5570
5571# Sed substitution to delay expansion of an escaped single quote.
5572delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5573
5574# Sed substitution to avoid accidental globbing in evaled expressions
5575no_glob_subst='s/\*/\\\*/g'
5576
5577ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5578ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5579ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5580
5581{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5582$as_echo_n "checking how to print strings... " >&6; }
5583# Test print first, because it will be a builtin if present.
5584if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5585 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5586 ECHO='print -r --'
5587elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5588 ECHO='printf %s\n'
5589else
5590 # Use this function as a fallback that always works.
5591 func_fallback_echo ()
5592 {
5593 eval 'cat <<_LTECHO_EOF
5594$1
5595_LTECHO_EOF'
5596 }
5597 ECHO='func_fallback_echo'
5598fi
5599
5600# func_echo_all arg...
5601# Invoke $ECHO with all args, space-separated.
5602func_echo_all ()
5603{
5604 $ECHO ""
5605}
5606
5607case "$ECHO" in
5608 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5609$as_echo "printf" >&6; } ;;
5610 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5611$as_echo "print -r" >&6; } ;;
5612 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5613$as_echo "cat" >&6; } ;;
5614esac
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5630$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5631if test "${ac_cv_path_SED+set}" = set; then :
5632 $as_echo_n "(cached) " >&6
5633else
5634 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5635 for ac_i in 1 2 3 4 5 6 7; do
5636 ac_script="$ac_script$as_nl$ac_script"
5637 done
5638 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5639 { ac_script=; unset ac_script;}
5640 if test -z "$SED"; then
5641 ac_path_SED_found=false
5642 # Loop through the user's path and test for each of PROGNAME-LIST
5643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5644for as_dir in $PATH
5645do
5646 IFS=$as_save_IFS
5647 test -z "$as_dir" && as_dir=.
5648 for ac_prog in sed gsed; do
5649 for ac_exec_ext in '' $ac_executable_extensions; do
5650 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5651 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5652# Check for GNU ac_path_SED and select it if it is found.
5653 # Check for GNU $ac_path_SED
5654case `"$ac_path_SED" --version 2>&1` in
5655*GNU*)
5656 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5657*)
5658 ac_count=0
5659 $as_echo_n 0123456789 >"conftest.in"
5660 while :
5661 do
5662 cat "conftest.in" "conftest.in" >"conftest.tmp"
5663 mv "conftest.tmp" "conftest.in"
5664 cp "conftest.in" "conftest.nl"
5665 $as_echo '' >> "conftest.nl"
5666 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5667 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5668 as_fn_arith $ac_count + 1 && ac_count=$as_val
5669 if test $ac_count -gt ${ac_path_SED_max-0}; then
5670 # Best one so far, save it but keep looking for a better one
5671 ac_cv_path_SED="$ac_path_SED"
5672 ac_path_SED_max=$ac_count
5673 fi
5674 # 10*(2^10) chars as input seems more than enough
5675 test $ac_count -gt 10 && break
5676 done
5677 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5678esac
5679
5680 $ac_path_SED_found && break 3
5681 done
5682 done
5683 done
5684IFS=$as_save_IFS
5685 if test -z "$ac_cv_path_SED"; then
5686 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5687 fi
5688else
5689 ac_cv_path_SED=$SED
5690fi
5691
5692fi
5693{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5694$as_echo "$ac_cv_path_SED" >&6; }
5695 SED="$ac_cv_path_SED"
5696 rm -f conftest.sed
5697
5698test -z "$SED" && SED=sed
5699Xsed="$SED -e 1s/^X//"
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5712$as_echo_n "checking for fgrep... " >&6; }
5713if test "${ac_cv_path_FGREP+set}" = set; then :
5714 $as_echo_n "(cached) " >&6
5715else
5716 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5717 then ac_cv_path_FGREP="$GREP -F"
5718 else
5719 if test -z "$FGREP"; then
5720 ac_path_FGREP_found=false
5721 # Loop through the user's path and test for each of PROGNAME-LIST
5722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5723for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5724do
5725 IFS=$as_save_IFS
5726 test -z "$as_dir" && as_dir=.
5727 for ac_prog in fgrep; do
5728 for ac_exec_ext in '' $ac_executable_extensions; do
5729 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5730 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5731# Check for GNU ac_path_FGREP and select it if it is found.
5732 # Check for GNU $ac_path_FGREP
5733case `"$ac_path_FGREP" --version 2>&1` in
5734*GNU*)
5735 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5736*)
5737 ac_count=0
5738 $as_echo_n 0123456789 >"conftest.in"
5739 while :
5740 do
5741 cat "conftest.in" "conftest.in" >"conftest.tmp"
5742 mv "conftest.tmp" "conftest.in"
5743 cp "conftest.in" "conftest.nl"
5744 $as_echo 'FGREP' >> "conftest.nl"
5745 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5746 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5747 as_fn_arith $ac_count + 1 && ac_count=$as_val
5748 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5749 # Best one so far, save it but keep looking for a better one
5750 ac_cv_path_FGREP="$ac_path_FGREP"
5751 ac_path_FGREP_max=$ac_count
5752 fi
5753 # 10*(2^10) chars as input seems more than enough
5754 test $ac_count -gt 10 && break
5755 done
5756 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5757esac
5758
5759 $ac_path_FGREP_found && break 3
5760 done
5761 done
5762 done
5763IFS=$as_save_IFS
5764 if test -z "$ac_cv_path_FGREP"; then
5765 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5766 fi
5767else
5768 ac_cv_path_FGREP=$FGREP
5769fi
5770
5771 fi
5772fi
5773{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5774$as_echo "$ac_cv_path_FGREP" >&6; }
5775 FGREP="$ac_cv_path_FGREP"
5776
5777
5778test -z "$GREP" && GREP=grep
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798# Check whether --with-gnu-ld was given.
5799if test "${with_gnu_ld+set}" = set; then :
5800 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5801else
5802 with_gnu_ld=no
5803fi
5804
5805ac_prog=ld
5806if test "$GCC" = yes; then
5807 # Check if gcc -print-prog-name=ld gives a path.
5808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5809$as_echo_n "checking for ld used by $CC... " >&6; }
5810 case $host in
5811 *-*-mingw*)
5812 # gcc leaves a trailing carriage return which upsets mingw
5813 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5814 *)
5815 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5816 esac
5817 case $ac_prog in
5818 # Accept absolute paths.
5819 [\\/]* | ?:[\\/]*)
5820 re_direlt='/[^/][^/]*/\.\./'
5821 # Canonicalize the pathname of ld
5822 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5823 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5824 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5825 done
5826 test -z "$LD" && LD="$ac_prog"
5827 ;;
5828 "")
5829 # If it fails, then pretend we aren't using GCC.
5830 ac_prog=ld
5831 ;;
5832 *)
5833 # If it is relative, then search for the first ld in PATH.
5834 with_gnu_ld=unknown
5835 ;;
5836 esac
5837elif test "$with_gnu_ld" = yes; then
5838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5839$as_echo_n "checking for GNU ld... " >&6; }
5840else
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5842$as_echo_n "checking for non-GNU ld... " >&6; }
5843fi
5844if test "${lt_cv_path_LD+set}" = set; then :
5845 $as_echo_n "(cached) " >&6
5846else
5847 if test -z "$LD"; then
5848 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5849 for ac_dir in $PATH; do
5850 IFS="$lt_save_ifs"
5851 test -z "$ac_dir" && ac_dir=.
5852 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5853 lt_cv_path_LD="$ac_dir/$ac_prog"
5854 # Check to see if the program is GNU ld. I'd rather use --version,
5855 # but apparently some variants of GNU ld only accept -v.
5856 # Break only if it was the GNU/non-GNU ld that we prefer.
5857 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5858 *GNU* | *'with BFD'*)
5859 test "$with_gnu_ld" != no && break
5860 ;;
5861 *)
5862 test "$with_gnu_ld" != yes && break
5863 ;;
5864 esac
5865 fi
5866 done
5867 IFS="$lt_save_ifs"
5868else
5869 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5870fi
5871fi
5872
5873LD="$lt_cv_path_LD"
5874if test -n "$LD"; then
5875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5876$as_echo "$LD" >&6; }
5877else
5878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5879$as_echo "no" >&6; }
5880fi
5881test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5882{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5883$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5884if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5885 $as_echo_n "(cached) " >&6
5886else
5887 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5888case `$LD -v 2>&1 </dev/null` in
5889*GNU* | *'with BFD'*)
5890 lt_cv_prog_gnu_ld=yes
5891 ;;
5892*)
5893 lt_cv_prog_gnu_ld=no
5894 ;;
5895esac
5896fi
5897{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5898$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5899with_gnu_ld=$lt_cv_prog_gnu_ld
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5910$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5911if test "${lt_cv_path_NM+set}" = set; then :
5912 $as_echo_n "(cached) " >&6
5913else
5914 if test -n "$NM"; then
5915 # Let the user override the test.
5916 lt_cv_path_NM="$NM"
5917else
5918 lt_nm_to_check="${ac_tool_prefix}nm"
5919 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5920 lt_nm_to_check="$lt_nm_to_check nm"
5921 fi
5922 for lt_tmp_nm in $lt_nm_to_check; do
5923 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5924 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5925 IFS="$lt_save_ifs"
5926 test -z "$ac_dir" && ac_dir=.
5927 tmp_nm="$ac_dir/$lt_tmp_nm"
5928 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5929 # Check to see if the nm accepts a BSD-compat flag.
5930 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5931 # nm: unknown option "B" ignored
5932 # Tru64's nm complains that /dev/null is an invalid object file
5933 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5934 */dev/null* | *'Invalid file or object type'*)
5935 lt_cv_path_NM="$tmp_nm -B"
5936 break
5937 ;;
5938 *)
5939 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5940 */dev/null*)
5941 lt_cv_path_NM="$tmp_nm -p"
5942 break
5943 ;;
5944 *)
5945 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5946 continue # so that we can try to find one that supports BSD flags
5947 ;;
5948 esac
5949 ;;
5950 esac
5951 fi
5952 done
5953 IFS="$lt_save_ifs"
5954 done
5955 : ${lt_cv_path_NM=no}
5956fi
5957fi
5958{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5959$as_echo "$lt_cv_path_NM" >&6; }
5960if test "$lt_cv_path_NM" != "no"; then
5961 NM="$lt_cv_path_NM"
5962else
5963 # Didn't find any BSD compatible name lister, look for dumpbin.
5964 if test -n "$DUMPBIN"; then :
5965 # Let the user override the test.
5966 else
5967 if test -n "$ac_tool_prefix"; then
5968 for ac_prog in dumpbin "link -dump"
5969 do
5970 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5971set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5972{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5973$as_echo_n "checking for $ac_word... " >&6; }
5974if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5975 $as_echo_n "(cached) " >&6
5976else
5977 if test -n "$DUMPBIN"; then
5978 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5979else
5980as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5981for as_dir in $PATH
5982do
5983 IFS=$as_save_IFS
5984 test -z "$as_dir" && as_dir=.
5985 for ac_exec_ext in '' $ac_executable_extensions; do
5986 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5987 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5988 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5989 break 2
5990 fi
5991done
5992 done
5993IFS=$as_save_IFS
5994
5995fi
5996fi
5997DUMPBIN=$ac_cv_prog_DUMPBIN
5998if test -n "$DUMPBIN"; then
5999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6000$as_echo "$DUMPBIN" >&6; }
6001else
6002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6003$as_echo "no" >&6; }
6004fi
6005
6006
6007 test -n "$DUMPBIN" && break
6008 done
6009fi
6010if test -z "$DUMPBIN"; then
6011 ac_ct_DUMPBIN=$DUMPBIN
6012 for ac_prog in dumpbin "link -dump"
6013do
6014 # Extract the first word of "$ac_prog", so it can be a program name with args.
6015set dummy $ac_prog; ac_word=$2
6016{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6017$as_echo_n "checking for $ac_word... " >&6; }
6018if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6019 $as_echo_n "(cached) " >&6
6020else
6021 if test -n "$ac_ct_DUMPBIN"; then
6022 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6023else
6024as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6025for as_dir in $PATH
6026do
6027 IFS=$as_save_IFS
6028 test -z "$as_dir" && as_dir=.
6029 for ac_exec_ext in '' $ac_executable_extensions; do
6030 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6031 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6032 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6033 break 2
6034 fi
6035done
6036 done
6037IFS=$as_save_IFS
6038
6039fi
6040fi
6041ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6042if test -n "$ac_ct_DUMPBIN"; then
6043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6044$as_echo "$ac_ct_DUMPBIN" >&6; }
6045else
6046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6047$as_echo "no" >&6; }
6048fi
6049
6050
6051 test -n "$ac_ct_DUMPBIN" && break
6052done
6053
6054 if test "x$ac_ct_DUMPBIN" = x; then
6055 DUMPBIN=":"
6056 else
6057 case $cross_compiling:$ac_tool_warned in
6058yes:)
6059{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6060$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6061ac_tool_warned=yes ;;
6062esac
6063 DUMPBIN=$ac_ct_DUMPBIN
6064 fi
6065fi
6066
6067 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6068 *COFF*)
6069 DUMPBIN="$DUMPBIN -symbols"
6070 ;;
6071 *)
6072 DUMPBIN=:
6073 ;;
6074 esac
6075 fi
6076
6077 if test "$DUMPBIN" != ":"; then
6078 NM="$DUMPBIN"
6079 fi
6080fi
6081test -z "$NM" && NM=nm
6082
6083
6084
6085
6086
6087
6088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6089$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6090if test "${lt_cv_nm_interface+set}" = set; then :
6091 $as_echo_n "(cached) " >&6
6092else
6093 lt_cv_nm_interface="BSD nm"
6094 echo "int some_variable = 0;" > conftest.$ac_ext
6095 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6096 (eval "$ac_compile" 2>conftest.err)
6097 cat conftest.err >&5
6098 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6099 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6100 cat conftest.err >&5
6101 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6102 cat conftest.out >&5
6103 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6104 lt_cv_nm_interface="MS dumpbin"
6105 fi
6106 rm -f conftest*
6107fi
6108{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6109$as_echo "$lt_cv_nm_interface" >&6; }
6110
6111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6112$as_echo_n "checking whether ln -s works... " >&6; }
6113LN_S=$as_ln_s
6114if test "$LN_S" = "ln -s"; then
6115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6116$as_echo "yes" >&6; }
6117else
6118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6119$as_echo "no, using $LN_S" >&6; }
6120fi
6121
6122# find the maximum length of command line arguments
6123{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6124$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6125if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6126 $as_echo_n "(cached) " >&6
6127else
6128 i=0
6129 teststring="ABCD"
6130
6131 case $build_os in
6132 msdosdjgpp*)
6133 # On DJGPP, this test can blow up pretty badly due to problems in libc
6134 # (any single argument exceeding 2000 bytes causes a buffer overrun
6135 # during glob expansion). Even if it were fixed, the result of this
6136 # check would be larger than it should be.
6137 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6138 ;;
6139
6140 gnu*)
6141 # Under GNU Hurd, this test is not required because there is
6142 # no limit to the length of command line arguments.
6143 # Libtool will interpret -1 as no limit whatsoever
6144 lt_cv_sys_max_cmd_len=-1;
6145 ;;
6146
6147 cygwin* | mingw* | cegcc*)
6148 # On Win9x/ME, this test blows up -- it succeeds, but takes
6149 # about 5 minutes as the teststring grows exponentially.
6150 # Worse, since 9x/ME are not pre-emptively multitasking,
6151 # you end up with a "frozen" computer, even though with patience
6152 # the test eventually succeeds (with a max line length of 256k).
6153 # Instead, let's just punt: use the minimum linelength reported by
6154 # all of the supported platforms: 8192 (on NT/2K/XP).
6155 lt_cv_sys_max_cmd_len=8192;
6156 ;;
6157
6158 mint*)
6159 # On MiNT this can take a long time and run out of memory.
6160 lt_cv_sys_max_cmd_len=8192;
6161 ;;
6162
6163 amigaos*)
6164 # On AmigaOS with pdksh, this test takes hours, literally.
6165 # So we just punt and use a minimum line length of 8192.
6166 lt_cv_sys_max_cmd_len=8192;
6167 ;;
6168
6169 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6170 # This has been around since 386BSD, at least. Likely further.
6171 if test -x /sbin/sysctl; then
6172 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6173 elif test -x /usr/sbin/sysctl; then
6174 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6175 else
6176 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6177 fi
6178 # And add a safety zone
6179 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6180 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6181 ;;
6182
6183 interix*)
6184 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6185 lt_cv_sys_max_cmd_len=196608
6186 ;;
6187
6188 osf*)
6189 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6190 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6191 # nice to cause kernel panics so lets avoid the loop below.
6192 # First set a reasonable default.
6193 lt_cv_sys_max_cmd_len=16384
6194 #
6195 if test -x /sbin/sysconfig; then
6196 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6197 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6198 esac
6199 fi
6200 ;;
6201 sco3.2v5*)
6202 lt_cv_sys_max_cmd_len=102400
6203 ;;
6204 sysv5* | sco5v6* | sysv4.2uw2*)
6205 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6206 if test -n "$kargmax"; then
6207 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6208 else
6209 lt_cv_sys_max_cmd_len=32768
6210 fi
6211 ;;
6212 *)
6213 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6214 if test -n "$lt_cv_sys_max_cmd_len"; then
6215 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6216 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6217 else
6218 # Make teststring a little bigger before we do anything with it.
6219 # a 1K string should be a reasonable start.
6220 for i in 1 2 3 4 5 6 7 8 ; do
6221 teststring=$teststring$teststring
6222 done
6223 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6224 # If test is not a shell built-in, we'll probably end up computing a
6225 # maximum length that is only half of the actual maximum length, but
6226 # we can't tell.
6227 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6228 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6229 test $i != 17 # 1/2 MB should be enough
6230 do
6231 i=`expr $i + 1`
6232 teststring=$teststring$teststring
6233 done
6234 # Only check the string length outside the loop.
6235 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6236 teststring=
6237 # Add a significant safety factor because C++ compilers can tack on
6238 # massive amounts of additional arguments before passing them to the
6239 # linker. It appears as though 1/2 is a usable value.
6240 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6241 fi
6242 ;;
6243 esac
6244
6245fi
6246
6247if test -n $lt_cv_sys_max_cmd_len ; then
6248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6249$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6250else
6251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6252$as_echo "none" >&6; }
6253fi
6254max_cmd_len=$lt_cv_sys_max_cmd_len
6255
6256
6257
6258
6259
6260
6261: ${CP="cp -f"}
6262: ${MV="mv -f"}
6263: ${RM="rm -f"}
6264
6265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6266$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6267# Try some XSI features
6268xsi_shell=no
6269( _lt_dummy="a/b/c"
6270 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6271 = c,a/b,, \
6272 && eval 'test $(( 1 + 1 )) -eq 2 \
6273 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6274 && xsi_shell=yes
6275{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6276$as_echo "$xsi_shell" >&6; }
6277
6278
6279{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6280$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6281lt_shell_append=no
6282( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6283 >/dev/null 2>&1 \
6284 && lt_shell_append=yes
6285{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6286$as_echo "$lt_shell_append" >&6; }
6287
6288
6289if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6290 lt_unset=unset
6291else
6292 lt_unset=false
6293fi
6294
6295
6296
6297
6298
6299# test EBCDIC or ASCII
6300case `echo X|tr X '\101'` in
6301 A) # ASCII based system
6302 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6303 lt_SP2NL='tr \040 \012'
6304 lt_NL2SP='tr \015\012 \040\040'
6305 ;;
6306 *) # EBCDIC based system
6307 lt_SP2NL='tr \100 \n'
6308 lt_NL2SP='tr \r\n \100\100'
6309 ;;
6310esac
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6321$as_echo_n "checking for $LD option to reload object files... " >&6; }
6322if test "${lt_cv_ld_reload_flag+set}" = set; then :
6323 $as_echo_n "(cached) " >&6
6324else
6325 lt_cv_ld_reload_flag='-r'
6326fi
6327{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6328$as_echo "$lt_cv_ld_reload_flag" >&6; }
6329reload_flag=$lt_cv_ld_reload_flag
6330case $reload_flag in
6331"" | " "*) ;;
6332*) reload_flag=" $reload_flag" ;;
6333esac
6334reload_cmds='$LD$reload_flag -o $output$reload_objs'
6335case $host_os in
6336 darwin*)
6337 if test "$GCC" = yes; then
6338 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6339 else
6340 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6341 fi
6342 ;;
6343esac
6344
6345
6346
6347
6348
6349
6350
6351
6352
6353if test -n "$ac_tool_prefix"; then
6354 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6355set dummy ${ac_tool_prefix}objdump; ac_word=$2
6356{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6357$as_echo_n "checking for $ac_word... " >&6; }
6358if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6359 $as_echo_n "(cached) " >&6
6360else
6361 if test -n "$OBJDUMP"; then
6362 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6363else
6364as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6365for as_dir in $PATH
6366do
6367 IFS=$as_save_IFS
6368 test -z "$as_dir" && as_dir=.
6369 for ac_exec_ext in '' $ac_executable_extensions; do
6370 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6371 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6372 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6373 break 2
6374 fi
6375done
6376 done
6377IFS=$as_save_IFS
6378
6379fi
6380fi
6381OBJDUMP=$ac_cv_prog_OBJDUMP
6382if test -n "$OBJDUMP"; then
6383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6384$as_echo "$OBJDUMP" >&6; }
6385else
6386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6387$as_echo "no" >&6; }
6388fi
6389
6390
6391fi
6392if test -z "$ac_cv_prog_OBJDUMP"; then
6393 ac_ct_OBJDUMP=$OBJDUMP
6394 # Extract the first word of "objdump", so it can be a program name with args.
6395set dummy objdump; ac_word=$2
6396{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6397$as_echo_n "checking for $ac_word... " >&6; }
6398if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6399 $as_echo_n "(cached) " >&6
6400else
6401 if test -n "$ac_ct_OBJDUMP"; then
6402 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6403else
6404as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6405for as_dir in $PATH
6406do
6407 IFS=$as_save_IFS
6408 test -z "$as_dir" && as_dir=.
6409 for ac_exec_ext in '' $ac_executable_extensions; do
6410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6411 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6413 break 2
6414 fi
6415done
6416 done
6417IFS=$as_save_IFS
6418
6419fi
6420fi
6421ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6422if test -n "$ac_ct_OBJDUMP"; then
6423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6424$as_echo "$ac_ct_OBJDUMP" >&6; }
6425else
6426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6427$as_echo "no" >&6; }
6428fi
6429
6430 if test "x$ac_ct_OBJDUMP" = x; then
6431 OBJDUMP="false"
6432 else
6433 case $cross_compiling:$ac_tool_warned in
6434yes:)
6435{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6436$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6437ac_tool_warned=yes ;;
6438esac
6439 OBJDUMP=$ac_ct_OBJDUMP
6440 fi
6441else
6442 OBJDUMP="$ac_cv_prog_OBJDUMP"
6443fi
6444
6445test -z "$OBJDUMP" && OBJDUMP=objdump
6446
6447
6448
6449
6450
6451
6452
6453
6454
6455{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6456$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6457if test "${lt_cv_deplibs_check_method+set}" = set; then :
6458 $as_echo_n "(cached) " >&6
6459else
6460 lt_cv_file_magic_cmd='$MAGIC_CMD'
6461lt_cv_file_magic_test_file=
6462lt_cv_deplibs_check_method='unknown'
6463# Need to set the preceding variable on all platforms that support
6464# interlibrary dependencies.
6465# 'none' -- dependencies not supported.
6466# `unknown' -- same as none, but documents that we really don't know.
6467# 'pass_all' -- all dependencies passed with no checks.
6468# 'test_compile' -- check by making test program.
6469# 'file_magic [[regex]]' -- check by looking for files in library path
6470# which responds to the $file_magic_cmd with a given extended regex.
6471# If you have `file' or equivalent on your system and you're not sure
6472# whether `pass_all' will *always* work, you probably want this one.
6473
6474case $host_os in
6475aix[4-9]*)
6476 lt_cv_deplibs_check_method=pass_all
6477 ;;
6478
6479beos*)
6480 lt_cv_deplibs_check_method=pass_all
6481 ;;
6482
6483bsdi[45]*)
6484 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6485 lt_cv_file_magic_cmd='/usr/bin/file -L'
6486 lt_cv_file_magic_test_file=/shlib/libc.so
6487 ;;
6488
6489cygwin*)
6490 # func_win32_libid is a shell function defined in ltmain.sh
6491 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6492 lt_cv_file_magic_cmd='func_win32_libid'
6493 ;;
6494
6495mingw* | pw32*)
6496 # Base MSYS/MinGW do not provide the 'file' command needed by
6497 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6498 # unless we find 'file', for example because we are cross-compiling.
6499 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6500 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6501 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6502 lt_cv_file_magic_cmd='func_win32_libid'
6503 else
6504 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6505 lt_cv_file_magic_cmd='$OBJDUMP -f'
6506 fi
6507 ;;
6508
6509cegcc*)
6510 # use the weaker test based on 'objdump'. See mingw*.
6511 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6512 lt_cv_file_magic_cmd='$OBJDUMP -f'
6513 ;;
6514
6515darwin* | rhapsody*)
6516 lt_cv_deplibs_check_method=pass_all
6517 ;;
6518
6519freebsd* | dragonfly*)
6520 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6521 case $host_cpu in
6522 i*86 )
6523 # Not sure whether the presence of OpenBSD here was a mistake.
6524 # Let's accept both of them until this is cleared up.
6525 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6526 lt_cv_file_magic_cmd=/usr/bin/file
6527 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6528 ;;
6529 esac
6530 else
6531 lt_cv_deplibs_check_method=pass_all
6532 fi
6533 ;;
6534
6535gnu*)
6536 lt_cv_deplibs_check_method=pass_all
6537 ;;
6538
6539haiku*)
6540 lt_cv_deplibs_check_method=pass_all
6541 ;;
6542
6543hpux10.20* | hpux11*)
6544 lt_cv_file_magic_cmd=/usr/bin/file
6545 case $host_cpu in
6546 ia64*)
6547 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6548 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6549 ;;
6550 hppa*64*)
6551 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]'
6552 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6553 ;;
6554 *)
6555 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6556 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6557 ;;
6558 esac
6559 ;;
6560
6561interix[3-9]*)
6562 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6563 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6564 ;;
6565
6566irix5* | irix6* | nonstopux*)
6567 case $LD in
6568 *-32|*"-32 ") libmagic=32-bit;;
6569 *-n32|*"-n32 ") libmagic=N32;;
6570 *-64|*"-64 ") libmagic=64-bit;;
6571 *) libmagic=never-match;;
6572 esac
6573 lt_cv_deplibs_check_method=pass_all
6574 ;;
6575
6576# This must be Linux ELF.
6577linux* | k*bsd*-gnu | kopensolaris*-gnu)
6578 lt_cv_deplibs_check_method=pass_all
6579 ;;
6580
6581netbsd*)
6582 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6583 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6584 else
6585 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6586 fi
6587 ;;
6588
6589newos6*)
6590 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6591 lt_cv_file_magic_cmd=/usr/bin/file
6592 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6593 ;;
6594
6595*nto* | *qnx*)
6596 lt_cv_deplibs_check_method=pass_all
6597 ;;
6598
6599openbsd*)
6600 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6601 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6602 else
6603 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6604 fi
6605 ;;
6606
6607osf3* | osf4* | osf5*)
6608 lt_cv_deplibs_check_method=pass_all
6609 ;;
6610
6611rdos*)
6612 lt_cv_deplibs_check_method=pass_all
6613 ;;
6614
6615solaris*)
6616 lt_cv_deplibs_check_method=pass_all
6617 ;;
6618
6619sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6620 lt_cv_deplibs_check_method=pass_all
6621 ;;
6622
6623sysv4 | sysv4.3*)
6624 case $host_vendor in
6625 motorola)
6626 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]'
6627 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6628 ;;
6629 ncr)
6630 lt_cv_deplibs_check_method=pass_all
6631 ;;
6632 sequent)
6633 lt_cv_file_magic_cmd='/bin/file'
6634 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6635 ;;
6636 sni)
6637 lt_cv_file_magic_cmd='/bin/file'
6638 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6639 lt_cv_file_magic_test_file=/lib/libc.so
6640 ;;
6641 siemens)
6642 lt_cv_deplibs_check_method=pass_all
6643 ;;
6644 pc)
6645 lt_cv_deplibs_check_method=pass_all
6646 ;;
6647 esac
6648 ;;
6649
6650tpf*)
6651 lt_cv_deplibs_check_method=pass_all
6652 ;;
6653esac
6654
6655fi
6656{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6657$as_echo "$lt_cv_deplibs_check_method" >&6; }
6658file_magic_cmd=$lt_cv_file_magic_cmd
6659deplibs_check_method=$lt_cv_deplibs_check_method
6660test -z "$deplibs_check_method" && deplibs_check_method=unknown
6661
6662
6663
6664
6665
6666
6667
6668
6669
6670
6671
6672
6673if test -n "$ac_tool_prefix"; then
6674 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6675set dummy ${ac_tool_prefix}ar; ac_word=$2
6676{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6677$as_echo_n "checking for $ac_word... " >&6; }
6678if test "${ac_cv_prog_AR+set}" = set; then :
6679 $as_echo_n "(cached) " >&6
6680else
6681 if test -n "$AR"; then
6682 ac_cv_prog_AR="$AR" # Let the user override the test.
6683else
6684as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6685for as_dir in $PATH
6686do
6687 IFS=$as_save_IFS
6688 test -z "$as_dir" && as_dir=.
6689 for ac_exec_ext in '' $ac_executable_extensions; do
6690 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6691 ac_cv_prog_AR="${ac_tool_prefix}ar"
6692 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6693 break 2
6694 fi
6695done
6696 done
6697IFS=$as_save_IFS
6698
6699fi
6700fi
6701AR=$ac_cv_prog_AR
6702if test -n "$AR"; then
6703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6704$as_echo "$AR" >&6; }
6705else
6706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6707$as_echo "no" >&6; }
6708fi
6709
6710
6711fi
6712if test -z "$ac_cv_prog_AR"; then
6713 ac_ct_AR=$AR
6714 # Extract the first word of "ar", so it can be a program name with args.
6715set dummy ar; ac_word=$2
6716{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6717$as_echo_n "checking for $ac_word... " >&6; }
6718if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6719 $as_echo_n "(cached) " >&6
6720else
6721 if test -n "$ac_ct_AR"; then
6722 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6723else
6724as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6725for as_dir in $PATH
6726do
6727 IFS=$as_save_IFS
6728 test -z "$as_dir" && as_dir=.
6729 for ac_exec_ext in '' $ac_executable_extensions; do
6730 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6731 ac_cv_prog_ac_ct_AR="ar"
6732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6733 break 2
6734 fi
6735done
6736 done
6737IFS=$as_save_IFS
6738
6739fi
6740fi
6741ac_ct_AR=$ac_cv_prog_ac_ct_AR
6742if test -n "$ac_ct_AR"; then
6743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6744$as_echo "$ac_ct_AR" >&6; }
6745else
6746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6747$as_echo "no" >&6; }
6748fi
6749
6750 if test "x$ac_ct_AR" = x; then
6751 AR="false"
6752 else
6753 case $cross_compiling:$ac_tool_warned in
6754yes:)
6755{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6756$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6757ac_tool_warned=yes ;;
6758esac
6759 AR=$ac_ct_AR
6760 fi
6761else
6762 AR="$ac_cv_prog_AR"
6763fi
6764
6765test -z "$AR" && AR=ar
6766test -z "$AR_FLAGS" && AR_FLAGS=cru
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778if test -n "$ac_tool_prefix"; then
6779 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6780set dummy ${ac_tool_prefix}strip; ac_word=$2
6781{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6782$as_echo_n "checking for $ac_word... " >&6; }
6783if test "${ac_cv_prog_STRIP+set}" = set; then :
6784 $as_echo_n "(cached) " >&6
6785else
6786 if test -n "$STRIP"; then
6787 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6788else
6789as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6790for as_dir in $PATH
6791do
6792 IFS=$as_save_IFS
6793 test -z "$as_dir" && as_dir=.
6794 for ac_exec_ext in '' $ac_executable_extensions; do
6795 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6796 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6797 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6798 break 2
6799 fi
6800done
6801 done
6802IFS=$as_save_IFS
6803
6804fi
6805fi
6806STRIP=$ac_cv_prog_STRIP
6807if test -n "$STRIP"; then
6808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6809$as_echo "$STRIP" >&6; }
6810else
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6812$as_echo "no" >&6; }
6813fi
6814
6815
6816fi
6817if test -z "$ac_cv_prog_STRIP"; then
6818 ac_ct_STRIP=$STRIP
6819 # Extract the first word of "strip", so it can be a program name with args.
6820set dummy strip; ac_word=$2
6821{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6822$as_echo_n "checking for $ac_word... " >&6; }
6823if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6824 $as_echo_n "(cached) " >&6
6825else
6826 if test -n "$ac_ct_STRIP"; then
6827 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6828else
6829as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6830for as_dir in $PATH
6831do
6832 IFS=$as_save_IFS
6833 test -z "$as_dir" && as_dir=.
6834 for ac_exec_ext in '' $ac_executable_extensions; do
6835 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6836 ac_cv_prog_ac_ct_STRIP="strip"
6837 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6838 break 2
6839 fi
6840done
6841 done
6842IFS=$as_save_IFS
6843
6844fi
6845fi
6846ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6847if test -n "$ac_ct_STRIP"; then
6848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6849$as_echo "$ac_ct_STRIP" >&6; }
6850else
6851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6852$as_echo "no" >&6; }
6853fi
6854
6855 if test "x$ac_ct_STRIP" = x; then
6856 STRIP=":"
6857 else
6858 case $cross_compiling:$ac_tool_warned in
6859yes:)
6860{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6861$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6862ac_tool_warned=yes ;;
6863esac
6864 STRIP=$ac_ct_STRIP
6865 fi
6866else
6867 STRIP="$ac_cv_prog_STRIP"
6868fi
6869
6870test -z "$STRIP" && STRIP=:
6871
6872
6873
6874
6875
6876
6877if test -n "$ac_tool_prefix"; then
6878 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6879set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6881$as_echo_n "checking for $ac_word... " >&6; }
6882if test "${ac_cv_prog_RANLIB+set}" = set; then :
6883 $as_echo_n "(cached) " >&6
6884else
6885 if test -n "$RANLIB"; then
6886 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6887else
6888as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6889for as_dir in $PATH
6890do
6891 IFS=$as_save_IFS
6892 test -z "$as_dir" && as_dir=.
6893 for ac_exec_ext in '' $ac_executable_extensions; do
6894 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6895 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6896 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6897 break 2
6898 fi
6899done
6900 done
6901IFS=$as_save_IFS
6902
6903fi
6904fi
6905RANLIB=$ac_cv_prog_RANLIB
6906if test -n "$RANLIB"; then
6907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6908$as_echo "$RANLIB" >&6; }
6909else
6910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6911$as_echo "no" >&6; }
6912fi
6913
6914
6915fi
6916if test -z "$ac_cv_prog_RANLIB"; then
6917 ac_ct_RANLIB=$RANLIB
6918 # Extract the first word of "ranlib", so it can be a program name with args.
6919set dummy ranlib; ac_word=$2
6920{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6921$as_echo_n "checking for $ac_word... " >&6; }
6922if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6923 $as_echo_n "(cached) " >&6
6924else
6925 if test -n "$ac_ct_RANLIB"; then
6926 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6927else
6928as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6929for as_dir in $PATH
6930do
6931 IFS=$as_save_IFS
6932 test -z "$as_dir" && as_dir=.
6933 for ac_exec_ext in '' $ac_executable_extensions; do
6934 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6935 ac_cv_prog_ac_ct_RANLIB="ranlib"
6936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6937 break 2
6938 fi
6939done
6940 done
6941IFS=$as_save_IFS
6942
6943fi
6944fi
6945ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6946if test -n "$ac_ct_RANLIB"; then
6947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6948$as_echo "$ac_ct_RANLIB" >&6; }
6949else
6950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6951$as_echo "no" >&6; }
6952fi
6953
6954 if test "x$ac_ct_RANLIB" = x; then
6955 RANLIB=":"
6956 else
6957 case $cross_compiling:$ac_tool_warned in
6958yes:)
6959{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6960$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6961ac_tool_warned=yes ;;
6962esac
6963 RANLIB=$ac_ct_RANLIB
6964 fi
6965else
6966 RANLIB="$ac_cv_prog_RANLIB"
6967fi
6968
6969test -z "$RANLIB" && RANLIB=:
6970
6971
6972
6973
6974
6975
6976# Determine commands to create old-style static archives.
6977old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6978old_postinstall_cmds='chmod 644 $oldlib'
6979old_postuninstall_cmds=
6980
6981if test -n "$RANLIB"; then
6982 case $host_os in
6983 openbsd*)
6984 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6985 ;;
6986 *)
6987 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6988 ;;
6989 esac
6990 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6991fi
6992
6993case $host_os in
6994 darwin*)
6995 lock_old_archive_extraction=yes ;;
6996 *)
6997 lock_old_archive_extraction=no ;;
6998esac
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020for ac_prog in gawk mawk nawk awk
7021do
7022 # Extract the first word of "$ac_prog", so it can be a program name with args.
7023set dummy $ac_prog; ac_word=$2
7024{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7025$as_echo_n "checking for $ac_word... " >&6; }
7026if test "${ac_cv_prog_AWK+set}" = set; then :
7027 $as_echo_n "(cached) " >&6
7028else
7029 if test -n "$AWK"; then
7030 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7031else
7032as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7033for as_dir in $PATH
7034do
7035 IFS=$as_save_IFS
7036 test -z "$as_dir" && as_dir=.
7037 for ac_exec_ext in '' $ac_executable_extensions; do
7038 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7039 ac_cv_prog_AWK="$ac_prog"
7040 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7041 break 2
7042 fi
7043done
7044 done
7045IFS=$as_save_IFS
7046
7047fi
7048fi
7049AWK=$ac_cv_prog_AWK
7050if test -n "$AWK"; then
7051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7052$as_echo "$AWK" >&6; }
7053else
7054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7055$as_echo "no" >&6; }
7056fi
7057
7058
7059 test -n "$AWK" && break
7060done
7061
7062
7063
7064
7065
7066
7067
7068
7069
7070
7071
7072
7073
7074
7075
7076
7077
7078
7079
7080# If no C compiler was specified, use CC.
7081LTCC=${LTCC-"$CC"}
7082
7083# If no C compiler flags were specified, use CFLAGS.
7084LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7085
7086# Allow CC to be a program name with arguments.
7087compiler=$CC
7088
7089
7090# Check for command to grab the raw symbol name followed by C symbol from nm.
7091{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7092$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7093if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7094 $as_echo_n "(cached) " >&6
7095else
7096
7097# These are sane defaults that work on at least a few old systems.
7098# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7099
7100# Character class describing NM global symbol codes.
7101symcode='[BCDEGRST]'
7102
7103# Regexp to match symbols that can be accessed directly from C.
7104sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7105
7106# Define system-specific variables.
7107case $host_os in
7108aix*)
7109 symcode='[BCDT]'
7110 ;;
7111cygwin* | mingw* | pw32* | cegcc*)
7112 symcode='[ABCDGISTW]'
7113 ;;
7114hpux*)
7115 if test "$host_cpu" = ia64; then
7116 symcode='[ABCDEGRST]'
7117 fi
7118 ;;
7119irix* | nonstopux*)
7120 symcode='[BCDEGRST]'
7121 ;;
7122osf*)
7123 symcode='[BCDEGQRST]'
7124 ;;
7125solaris*)
7126 symcode='[BDRT]'
7127 ;;
7128sco3.2v5*)
7129 symcode='[DT]'
7130 ;;
7131sysv4.2uw2*)
7132 symcode='[DT]'
7133 ;;
7134sysv5* | sco5v6* | unixware* | OpenUNIX*)
7135 symcode='[ABDT]'
7136 ;;
7137sysv4)
7138 symcode='[DFNSTU]'
7139 ;;
7140esac
7141
7142# If we're using GNU nm, then use its standard symbol codes.
7143case `$NM -V 2>&1` in
7144*GNU* | *'with BFD'*)
7145 symcode='[ABCDGIRSTW]' ;;
7146esac
7147
7148# Transform an extracted symbol line into a proper C declaration.
7149# Some systems (esp. on ia64) link data and code symbols differently,
7150# so use this general approach.
7151lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7152
7153# Transform an extracted symbol line into symbol name and symbol address
7154lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7155lt_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'"
7156
7157# Handle CRLF in mingw tool chain
7158opt_cr=
7159case $build_os in
7160mingw*)
7161 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7162 ;;
7163esac
7164
7165# Try without a prefix underscore, then with it.
7166for ac_symprfx in "" "_"; do
7167
7168 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7169 symxfrm="\\1 $ac_symprfx\\2 \\2"
7170
7171 # Write the raw and C identifiers.
7172 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7173 # Fake it for dumpbin and say T for any non-static function
7174 # and D for any global variable.
7175 # Also find C++ and __fastcall symbols from MSVC++,
7176 # which start with @ or ?.
7177 lt_cv_sys_global_symbol_pipe="$AWK '"\
7178" {last_section=section; section=\$ 3};"\
7179" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7180" \$ 0!~/External *\|/{next};"\
7181" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7182" {if(hide[section]) next};"\
7183" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7184" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7185" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7186" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7187" ' prfx=^$ac_symprfx"
7188 else
7189 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7190 fi
7191
7192 # Check to see that the pipe works correctly.
7193 pipe_works=no
7194
7195 rm -f conftest*
7196 cat > conftest.$ac_ext <<_LT_EOF
7197#ifdef __cplusplus
7198extern "C" {
7199#endif
7200char nm_test_var;
7201void nm_test_func(void);
7202void nm_test_func(void){}
7203#ifdef __cplusplus
7204}
7205#endif
7206int main(){nm_test_var='a';nm_test_func();return(0);}
7207_LT_EOF
7208
7209 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7210 (eval $ac_compile) 2>&5
7211 ac_status=$?
7212 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7213 test $ac_status = 0; }; then
7214 # Now try to grab the symbols.
7215 nlist=conftest.nm
7216 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7217 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7218 ac_status=$?
7219 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7220 test $ac_status = 0; } && test -s "$nlist"; then
7221 # Try sorting and uniquifying the output.
7222 if sort "$nlist" | uniq > "$nlist"T; then
7223 mv -f "$nlist"T "$nlist"
7224 else
7225 rm -f "$nlist"T
7226 fi
7227
7228 # Make sure that we snagged all the symbols we need.
7229 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7230 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7231 cat <<_LT_EOF > conftest.$ac_ext
7232#ifdef __cplusplus
7233extern "C" {
7234#endif
7235
7236_LT_EOF
7237 # Now generate the symbol file.
7238 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7239
7240 cat <<_LT_EOF >> conftest.$ac_ext
7241
7242/* The mapping between symbol names and symbols. */
7243const struct {
7244 const char *name;
7245 void *address;
7246}
7247lt__PROGRAM__LTX_preloaded_symbols[] =
7248{
7249 { "@PROGRAM@", (void *) 0 },
7250_LT_EOF
7251 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7252 cat <<\_LT_EOF >> conftest.$ac_ext
7253 {0, (void *) 0}
7254};
7255
7256/* This works around a problem in FreeBSD linker */
7257#ifdef FREEBSD_WORKAROUND
7258static const void *lt_preloaded_setup() {
7259 return lt__PROGRAM__LTX_preloaded_symbols;
7260}
7261#endif
7262
7263#ifdef __cplusplus
7264}
7265#endif
7266_LT_EOF
7267 # Now try linking the two files.
7268 mv conftest.$ac_objext conftstm.$ac_objext
7269 lt_save_LIBS="$LIBS"
7270 lt_save_CFLAGS="$CFLAGS"
7271 LIBS="conftstm.$ac_objext"
7272 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7273 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7274 (eval $ac_link) 2>&5
7275 ac_status=$?
7276 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7277 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7278 pipe_works=yes
7279 fi
7280 LIBS="$lt_save_LIBS"
7281 CFLAGS="$lt_save_CFLAGS"
7282 else
7283 echo "cannot find nm_test_func in $nlist" >&5
7284 fi
7285 else
7286 echo "cannot find nm_test_var in $nlist" >&5
7287 fi
7288 else
7289 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7290 fi
7291 else
7292 echo "$progname: failed program was:" >&5
7293 cat conftest.$ac_ext >&5
7294 fi
7295 rm -rf conftest* conftst*
7296
7297 # Do not use the global_symbol_pipe unless it works.
7298 if test "$pipe_works" = yes; then
7299 break
7300 else
7301 lt_cv_sys_global_symbol_pipe=
7302 fi
7303done
7304
7305fi
7306
7307if test -z "$lt_cv_sys_global_symbol_pipe"; then
7308 lt_cv_sys_global_symbol_to_cdecl=
7309fi
7310if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7312$as_echo "failed" >&6; }
7313else
7314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7315$as_echo "ok" >&6; }
7316fi
7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
7331
7332
7333
7334
7335
7336
7337
7338
7339# Check whether --enable-libtool-lock was given.
7340if test "${enable_libtool_lock+set}" = set; then :
7341 enableval=$enable_libtool_lock;
7342fi
7343
7344test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7345
7346# Some flags need to be propagated to the compiler or linker for good
7347# libtool support.
7348case $host in
7349ia64-*-hpux*)
7350 # Find out which ABI we are using.
7351 echo 'int i;' > conftest.$ac_ext
7352 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7353 (eval $ac_compile) 2>&5
7354 ac_status=$?
7355 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7356 test $ac_status = 0; }; then
7357 case `/usr/bin/file conftest.$ac_objext` in
7358 *ELF-32*)
7359 HPUX_IA64_MODE="32"
7360 ;;
7361 *ELF-64*)
7362 HPUX_IA64_MODE="64"
7363 ;;
7364 esac
7365 fi
7366 rm -rf conftest*
7367 ;;
7368*-*-irix6*)
7369 # Find out which ABI we are using.
7370 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7371 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7372 (eval $ac_compile) 2>&5
7373 ac_status=$?
7374 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7375 test $ac_status = 0; }; then
7376 if test "$lt_cv_prog_gnu_ld" = yes; then
7377 case `/usr/bin/file conftest.$ac_objext` in
7378 *32-bit*)
7379 LD="${LD-ld} -melf32bsmip"
7380 ;;
7381 *N32*)
7382 LD="${LD-ld} -melf32bmipn32"
7383 ;;
7384 *64-bit*)
7385 LD="${LD-ld} -melf64bmip"
7386 ;;
7387 esac
7388 else
7389 case `/usr/bin/file conftest.$ac_objext` in
7390 *32-bit*)
7391 LD="${LD-ld} -32"
7392 ;;
7393 *N32*)
7394 LD="${LD-ld} -n32"
7395 ;;
7396 *64-bit*)
7397 LD="${LD-ld} -64"
7398 ;;
7399 esac
7400 fi
7401 fi
7402 rm -rf conftest*
7403 ;;
7404
7405x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7406s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7407 # Find out which ABI we are using.
7408 echo 'int i;' > conftest.$ac_ext
7409 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7410 (eval $ac_compile) 2>&5
7411 ac_status=$?
7412 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7413 test $ac_status = 0; }; then
7414 case `/usr/bin/file conftest.o` in
7415 *32-bit*)
7416 case $host in
7417 x86_64-*kfreebsd*-gnu)
7418 LD="${LD-ld} -m elf_i386_fbsd"
7419 ;;
7420 x86_64-*linux*)
7421 case `/usr/bin/file conftest.o` in
7422 *x86-64*)
7423 LD="${LD-ld} -m elf32_x86_64"
7424 ;;
7425 *)
7426 LD="${LD-ld} -m elf_i386"
7427 ;;
7428 esac
7429 ;;
7430 powerpc64le-*linux*)
7431 LD="${LD-ld} -m elf32lppclinux"
7432 ;;
7433 powerpc64-*linux*)
7434 LD="${LD-ld} -m elf32ppclinux"
7435 ;;
7436 s390x-*linux*)
7437 LD="${LD-ld} -m elf_s390"
7438 ;;
7439 sparc64-*linux*)
7440 LD="${LD-ld} -m elf32_sparc"
7441 ;;
7442 esac
7443 ;;
7444 *64-bit*)
7445 case $host in
7446 x86_64-*kfreebsd*-gnu)
7447 LD="${LD-ld} -m elf_x86_64_fbsd"
7448 ;;
7449 x86_64-*linux*)
7450 LD="${LD-ld} -m elf_x86_64"
7451 ;;
7452 powerpcle-*linux*)
7453 LD="${LD-ld} -m elf64lppc"
7454 ;;
7455 powerpc-*linux*)
7456 LD="${LD-ld} -m elf64ppc"
7457 ;;
7458 s390*-*linux*|s390*-*tpf*)
7459 LD="${LD-ld} -m elf64_s390"
7460 ;;
7461 sparc*-*linux*)
7462 LD="${LD-ld} -m elf64_sparc"
7463 ;;
7464 esac
7465 ;;
7466 esac
7467 fi
7468 rm -rf conftest*
7469 ;;
7470
7471*-*-sco3.2v5*)
7472 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7473 SAVE_CFLAGS="$CFLAGS"
7474 CFLAGS="$CFLAGS -belf"
7475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7476$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7477if test "${lt_cv_cc_needs_belf+set}" = set; then :
7478 $as_echo_n "(cached) " >&6
7479else
7480 ac_ext=c
7481ac_cpp='$CPP $CPPFLAGS'
7482ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7483ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7484ac_compiler_gnu=$ac_cv_c_compiler_gnu
7485
7486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7487/* end confdefs.h. */
7488
7489int
7490main ()
7491{
7492
7493 ;
7494 return 0;
7495}
7496_ACEOF
7497if ac_fn_c_try_link "$LINENO"; then :
7498 lt_cv_cc_needs_belf=yes
7499else
7500 lt_cv_cc_needs_belf=no
7501fi
7502rm -f core conftest.err conftest.$ac_objext \
7503 conftest$ac_exeext conftest.$ac_ext
7504 ac_ext=c
7505ac_cpp='$CPP $CPPFLAGS'
7506ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7507ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7508ac_compiler_gnu=$ac_cv_c_compiler_gnu
7509
7510fi
7511{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7512$as_echo "$lt_cv_cc_needs_belf" >&6; }
7513 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7514 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7515 CFLAGS="$SAVE_CFLAGS"
7516 fi
7517 ;;
7518sparc*-*solaris*)
7519 # Find out which ABI we are using.
7520 echo 'int i;' > conftest.$ac_ext
7521 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7522 (eval $ac_compile) 2>&5
7523 ac_status=$?
7524 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7525 test $ac_status = 0; }; then
7526 case `/usr/bin/file conftest.o` in
7527 *64-bit*)
7528 case $lt_cv_prog_gnu_ld in
7529 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7530 *)
7531 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7532 LD="${LD-ld} -64"
7533 fi
7534 ;;
7535 esac
7536 ;;
7537 esac
7538 fi
7539 rm -rf conftest*
7540 ;;
7541esac
7542
7543need_locks="$enable_libtool_lock"
7544
7545
7546 case $host_os in
7547 rhapsody* | darwin*)
7548 if test -n "$ac_tool_prefix"; then
7549 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7550set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7551{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7552$as_echo_n "checking for $ac_word... " >&6; }
7553if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7554 $as_echo_n "(cached) " >&6
7555else
7556 if test -n "$DSYMUTIL"; then
7557 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7558else
7559as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7560for as_dir in $PATH
7561do
7562 IFS=$as_save_IFS
7563 test -z "$as_dir" && as_dir=.
7564 for ac_exec_ext in '' $ac_executable_extensions; do
7565 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7566 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7567 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7568 break 2
7569 fi
7570done
7571 done
7572IFS=$as_save_IFS
7573
7574fi
7575fi
7576DSYMUTIL=$ac_cv_prog_DSYMUTIL
7577if test -n "$DSYMUTIL"; then
7578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7579$as_echo "$DSYMUTIL" >&6; }
7580else
7581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7582$as_echo "no" >&6; }
7583fi
7584
7585
7586fi
7587if test -z "$ac_cv_prog_DSYMUTIL"; then
7588 ac_ct_DSYMUTIL=$DSYMUTIL
7589 # Extract the first word of "dsymutil", so it can be a program name with args.
7590set dummy dsymutil; ac_word=$2
7591{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7592$as_echo_n "checking for $ac_word... " >&6; }
7593if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7594 $as_echo_n "(cached) " >&6
7595else
7596 if test -n "$ac_ct_DSYMUTIL"; then
7597 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7598else
7599as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7600for as_dir in $PATH
7601do
7602 IFS=$as_save_IFS
7603 test -z "$as_dir" && as_dir=.
7604 for ac_exec_ext in '' $ac_executable_extensions; do
7605 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7606 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7607 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7608 break 2
7609 fi
7610done
7611 done
7612IFS=$as_save_IFS
7613
7614fi
7615fi
7616ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7617if test -n "$ac_ct_DSYMUTIL"; then
7618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7619$as_echo "$ac_ct_DSYMUTIL" >&6; }
7620else
7621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7622$as_echo "no" >&6; }
7623fi
7624
7625 if test "x$ac_ct_DSYMUTIL" = x; then
7626 DSYMUTIL=":"
7627 else
7628 case $cross_compiling:$ac_tool_warned in
7629yes:)
7630{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7631$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7632ac_tool_warned=yes ;;
7633esac
7634 DSYMUTIL=$ac_ct_DSYMUTIL
7635 fi
7636else
7637 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7638fi
7639
7640 if test -n "$ac_tool_prefix"; then
7641 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7642set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7644$as_echo_n "checking for $ac_word... " >&6; }
7645if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7646 $as_echo_n "(cached) " >&6
7647else
7648 if test -n "$NMEDIT"; then
7649 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7650else
7651as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7652for as_dir in $PATH
7653do
7654 IFS=$as_save_IFS
7655 test -z "$as_dir" && as_dir=.
7656 for ac_exec_ext in '' $ac_executable_extensions; do
7657 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7658 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7659 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7660 break 2
7661 fi
7662done
7663 done
7664IFS=$as_save_IFS
7665
7666fi
7667fi
7668NMEDIT=$ac_cv_prog_NMEDIT
7669if test -n "$NMEDIT"; then
7670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7671$as_echo "$NMEDIT" >&6; }
7672else
7673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7674$as_echo "no" >&6; }
7675fi
7676
7677
7678fi
7679if test -z "$ac_cv_prog_NMEDIT"; then
7680 ac_ct_NMEDIT=$NMEDIT
7681 # Extract the first word of "nmedit", so it can be a program name with args.
7682set dummy nmedit; ac_word=$2
7683{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7684$as_echo_n "checking for $ac_word... " >&6; }
7685if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7686 $as_echo_n "(cached) " >&6
7687else
7688 if test -n "$ac_ct_NMEDIT"; then
7689 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7690else
7691as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7692for as_dir in $PATH
7693do
7694 IFS=$as_save_IFS
7695 test -z "$as_dir" && as_dir=.
7696 for ac_exec_ext in '' $ac_executable_extensions; do
7697 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7698 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7699 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7700 break 2
7701 fi
7702done
7703 done
7704IFS=$as_save_IFS
7705
7706fi
7707fi
7708ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7709if test -n "$ac_ct_NMEDIT"; then
7710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7711$as_echo "$ac_ct_NMEDIT" >&6; }
7712else
7713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7714$as_echo "no" >&6; }
7715fi
7716
7717 if test "x$ac_ct_NMEDIT" = x; then
7718 NMEDIT=":"
7719 else
7720 case $cross_compiling:$ac_tool_warned in
7721yes:)
7722{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7723$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7724ac_tool_warned=yes ;;
7725esac
7726 NMEDIT=$ac_ct_NMEDIT
7727 fi
7728else
7729 NMEDIT="$ac_cv_prog_NMEDIT"
7730fi
7731
7732 if test -n "$ac_tool_prefix"; then
7733 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7734set dummy ${ac_tool_prefix}lipo; ac_word=$2
7735{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7736$as_echo_n "checking for $ac_word... " >&6; }
7737if test "${ac_cv_prog_LIPO+set}" = set; then :
7738 $as_echo_n "(cached) " >&6
7739else
7740 if test -n "$LIPO"; then
7741 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7742else
7743as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7744for as_dir in $PATH
7745do
7746 IFS=$as_save_IFS
7747 test -z "$as_dir" && as_dir=.
7748 for ac_exec_ext in '' $ac_executable_extensions; do
7749 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7750 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7751 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7752 break 2
7753 fi
7754done
7755 done
7756IFS=$as_save_IFS
7757
7758fi
7759fi
7760LIPO=$ac_cv_prog_LIPO
7761if test -n "$LIPO"; then
7762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7763$as_echo "$LIPO" >&6; }
7764else
7765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7766$as_echo "no" >&6; }
7767fi
7768
7769
7770fi
7771if test -z "$ac_cv_prog_LIPO"; then
7772 ac_ct_LIPO=$LIPO
7773 # Extract the first word of "lipo", so it can be a program name with args.
7774set dummy lipo; ac_word=$2
7775{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7776$as_echo_n "checking for $ac_word... " >&6; }
7777if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7778 $as_echo_n "(cached) " >&6
7779else
7780 if test -n "$ac_ct_LIPO"; then
7781 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7782else
7783as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7784for as_dir in $PATH
7785do
7786 IFS=$as_save_IFS
7787 test -z "$as_dir" && as_dir=.
7788 for ac_exec_ext in '' $ac_executable_extensions; do
7789 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7790 ac_cv_prog_ac_ct_LIPO="lipo"
7791 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7792 break 2
7793 fi
7794done
7795 done
7796IFS=$as_save_IFS
7797
7798fi
7799fi
7800ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7801if test -n "$ac_ct_LIPO"; then
7802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7803$as_echo "$ac_ct_LIPO" >&6; }
7804else
7805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7806$as_echo "no" >&6; }
7807fi
7808
7809 if test "x$ac_ct_LIPO" = x; then
7810 LIPO=":"
7811 else
7812 case $cross_compiling:$ac_tool_warned in
7813yes:)
7814{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7815$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7816ac_tool_warned=yes ;;
7817esac
7818 LIPO=$ac_ct_LIPO
7819 fi
7820else
7821 LIPO="$ac_cv_prog_LIPO"
7822fi
7823
7824 if test -n "$ac_tool_prefix"; then
7825 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7826set dummy ${ac_tool_prefix}otool; ac_word=$2
7827{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7828$as_echo_n "checking for $ac_word... " >&6; }
7829if test "${ac_cv_prog_OTOOL+set}" = set; then :
7830 $as_echo_n "(cached) " >&6
7831else
7832 if test -n "$OTOOL"; then
7833 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7834else
7835as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7836for as_dir in $PATH
7837do
7838 IFS=$as_save_IFS
7839 test -z "$as_dir" && as_dir=.
7840 for ac_exec_ext in '' $ac_executable_extensions; do
7841 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7842 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7843 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7844 break 2
7845 fi
7846done
7847 done
7848IFS=$as_save_IFS
7849
7850fi
7851fi
7852OTOOL=$ac_cv_prog_OTOOL
7853if test -n "$OTOOL"; then
7854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7855$as_echo "$OTOOL" >&6; }
7856else
7857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7858$as_echo "no" >&6; }
7859fi
7860
7861
7862fi
7863if test -z "$ac_cv_prog_OTOOL"; then
7864 ac_ct_OTOOL=$OTOOL
7865 # Extract the first word of "otool", so it can be a program name with args.
7866set dummy otool; ac_word=$2
7867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7868$as_echo_n "checking for $ac_word... " >&6; }
7869if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7870 $as_echo_n "(cached) " >&6
7871else
7872 if test -n "$ac_ct_OTOOL"; then
7873 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7874else
7875as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7876for as_dir in $PATH
7877do
7878 IFS=$as_save_IFS
7879 test -z "$as_dir" && as_dir=.
7880 for ac_exec_ext in '' $ac_executable_extensions; do
7881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7882 ac_cv_prog_ac_ct_OTOOL="otool"
7883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7884 break 2
7885 fi
7886done
7887 done
7888IFS=$as_save_IFS
7889
7890fi
7891fi
7892ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7893if test -n "$ac_ct_OTOOL"; then
7894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7895$as_echo "$ac_ct_OTOOL" >&6; }
7896else
7897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7898$as_echo "no" >&6; }
7899fi
7900
7901 if test "x$ac_ct_OTOOL" = x; then
7902 OTOOL=":"
7903 else
7904 case $cross_compiling:$ac_tool_warned in
7905yes:)
7906{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7907$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7908ac_tool_warned=yes ;;
7909esac
7910 OTOOL=$ac_ct_OTOOL
7911 fi
7912else
7913 OTOOL="$ac_cv_prog_OTOOL"
7914fi
7915
7916 if test -n "$ac_tool_prefix"; then
7917 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7918set dummy ${ac_tool_prefix}otool64; ac_word=$2
7919{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7920$as_echo_n "checking for $ac_word... " >&6; }
7921if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7922 $as_echo_n "(cached) " >&6
7923else
7924 if test -n "$OTOOL64"; then
7925 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7926else
7927as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7928for as_dir in $PATH
7929do
7930 IFS=$as_save_IFS
7931 test -z "$as_dir" && as_dir=.
7932 for ac_exec_ext in '' $ac_executable_extensions; do
7933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7934 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7936 break 2
7937 fi
7938done
7939 done
7940IFS=$as_save_IFS
7941
7942fi
7943fi
7944OTOOL64=$ac_cv_prog_OTOOL64
7945if test -n "$OTOOL64"; then
7946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7947$as_echo "$OTOOL64" >&6; }
7948else
7949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7950$as_echo "no" >&6; }
7951fi
7952
7953
7954fi
7955if test -z "$ac_cv_prog_OTOOL64"; then
7956 ac_ct_OTOOL64=$OTOOL64
7957 # Extract the first word of "otool64", so it can be a program name with args.
7958set dummy otool64; ac_word=$2
7959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7960$as_echo_n "checking for $ac_word... " >&6; }
7961if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7962 $as_echo_n "(cached) " >&6
7963else
7964 if test -n "$ac_ct_OTOOL64"; then
7965 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7966else
7967as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7968for as_dir in $PATH
7969do
7970 IFS=$as_save_IFS
7971 test -z "$as_dir" && as_dir=.
7972 for ac_exec_ext in '' $ac_executable_extensions; do
7973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7974 ac_cv_prog_ac_ct_OTOOL64="otool64"
7975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7976 break 2
7977 fi
7978done
7979 done
7980IFS=$as_save_IFS
7981
7982fi
7983fi
7984ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7985if test -n "$ac_ct_OTOOL64"; then
7986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7987$as_echo "$ac_ct_OTOOL64" >&6; }
7988else
7989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7990$as_echo "no" >&6; }
7991fi
7992
7993 if test "x$ac_ct_OTOOL64" = x; then
7994 OTOOL64=":"
7995 else
7996 case $cross_compiling:$ac_tool_warned in
7997yes:)
7998{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7999$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8000ac_tool_warned=yes ;;
8001esac
8002 OTOOL64=$ac_ct_OTOOL64
8003 fi
8004else
8005 OTOOL64="$ac_cv_prog_OTOOL64"
8006fi
8007
8008
8009
8010
8011
8012
8013
8014
8015
8016
8017
8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
8028
8029
8030
8031
8032
8033
8034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8035$as_echo_n "checking for -single_module linker flag... " >&6; }
8036if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8037 $as_echo_n "(cached) " >&6
8038else
8039 lt_cv_apple_cc_single_mod=no
8040 if test -z "${LT_MULTI_MODULE}"; then
8041 # By default we will add the -single_module flag. You can override
8042 # by either setting the environment variable LT_MULTI_MODULE
8043 # non-empty at configure time, or by adding -multi_module to the
8044 # link flags.
8045 rm -rf libconftest.dylib*
8046 echo "int foo(void){return 1;}" > conftest.c
8047 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8048-dynamiclib -Wl,-single_module conftest.c" >&5
8049 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8050 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8051 _lt_result=$?
8052 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8053 lt_cv_apple_cc_single_mod=yes
8054 else
8055 cat conftest.err >&5
8056 fi
8057 rm -rf libconftest.dylib*
8058 rm -f conftest.*
8059 fi
8060fi
8061{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8062$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8064$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8065if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8066 $as_echo_n "(cached) " >&6
8067else
8068 lt_cv_ld_exported_symbols_list=no
8069 save_LDFLAGS=$LDFLAGS
8070 echo "_main" > conftest.sym
8071 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8073/* end confdefs.h. */
8074
8075int
8076main ()
8077{
8078
8079 ;
8080 return 0;
8081}
8082_ACEOF
8083if ac_fn_c_try_link "$LINENO"; then :
8084 lt_cv_ld_exported_symbols_list=yes
8085else
8086 lt_cv_ld_exported_symbols_list=no
8087fi
8088rm -f core conftest.err conftest.$ac_objext \
8089 conftest$ac_exeext conftest.$ac_ext
8090 LDFLAGS="$save_LDFLAGS"
8091
8092fi
8093{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8094$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8096$as_echo_n "checking for -force_load linker flag... " >&6; }
8097if test "${lt_cv_ld_force_load+set}" = set; then :
8098 $as_echo_n "(cached) " >&6
8099else
8100 lt_cv_ld_force_load=no
8101 cat > conftest.c << _LT_EOF
8102int forced_loaded() { return 2;}
8103_LT_EOF
8104 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8105 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8106 echo "$AR cru libconftest.a conftest.o" >&5
8107 $AR cru libconftest.a conftest.o 2>&5
8108 cat > conftest.c << _LT_EOF
8109int main() { return 0;}
8110_LT_EOF
8111 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8112 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8113 _lt_result=$?
8114 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8115 lt_cv_ld_force_load=yes
8116 else
8117 cat conftest.err >&5
8118 fi
8119 rm -f conftest.err libconftest.a conftest conftest.c
8120 rm -rf conftest.dSYM
8121
8122fi
8123{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8124$as_echo "$lt_cv_ld_force_load" >&6; }
8125 case $host_os in
8126 rhapsody* | darwin1.[012])
8127 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8128 darwin1.*)
8129 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8130 darwin*) # darwin 5.x on
8131 # if running on 10.5 or later, the deployment target defaults
8132 # to the OS version, if on x86, and 10.4, the deployment
8133 # target defaults to 10.4. Don't you love it?
8134 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8135 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8136 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
c1e768db 8137 10.[012][,.]*)
bf3d9781
AM
8138 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8139 10.*)
8140 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8141 esac
8142 ;;
8143 esac
8144 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8145 _lt_dar_single_mod='$single_module'
8146 fi
8147 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8148 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8149 else
8150 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8151 fi
8152 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8153 _lt_dsymutil='~$DSYMUTIL $lib || :'
8154 else
8155 _lt_dsymutil=
8156 fi
8157 ;;
8158 esac
8159
8160for ac_header in dlfcn.h
8161do :
8162 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8163"
8164if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8165 cat >>confdefs.h <<_ACEOF
8166#define HAVE_DLFCN_H 1
8167_ACEOF
8168
8169fi
8170
8171done
8172
8173
8174
8175# autoconf.info says this should be called right after AC_INIT.
8176ac_config_headers="$ac_config_headers config.h:config.in"
8177
8178
8179
8180
8181
8182
8183# Put a plausible default for CC_FOR_BUILD in Makefile.
8184if test "x$cross_compiling" = "xno"; then
8185 CC_FOR_BUILD='$(CC)'
8186else
8187 CC_FOR_BUILD=gcc
8188fi
8189
8190
8191
8192
8193AR=${AR-ar}
8194
8195if test -n "$ac_tool_prefix"; then
8196 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8197set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8198{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8199$as_echo_n "checking for $ac_word... " >&6; }
8200if test "${ac_cv_prog_RANLIB+set}" = set; then :
8201 $as_echo_n "(cached) " >&6
8202else
8203 if test -n "$RANLIB"; then
8204 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8205else
8206as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8207for as_dir in $PATH
8208do
8209 IFS=$as_save_IFS
8210 test -z "$as_dir" && as_dir=.
8211 for ac_exec_ext in '' $ac_executable_extensions; do
8212 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8213 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8214 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8215 break 2
8216 fi
8217done
8218 done
8219IFS=$as_save_IFS
8220
8221fi
8222fi
8223RANLIB=$ac_cv_prog_RANLIB
8224if test -n "$RANLIB"; then
8225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8226$as_echo "$RANLIB" >&6; }
8227else
8228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8229$as_echo "no" >&6; }
8230fi
8231
8232
8233fi
8234if test -z "$ac_cv_prog_RANLIB"; then
8235 ac_ct_RANLIB=$RANLIB
8236 # Extract the first word of "ranlib", so it can be a program name with args.
8237set dummy ranlib; ac_word=$2
8238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8239$as_echo_n "checking for $ac_word... " >&6; }
8240if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8241 $as_echo_n "(cached) " >&6
8242else
8243 if test -n "$ac_ct_RANLIB"; then
8244 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8245else
8246as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8247for as_dir in $PATH
8248do
8249 IFS=$as_save_IFS
8250 test -z "$as_dir" && as_dir=.
8251 for ac_exec_ext in '' $ac_executable_extensions; do
8252 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8253 ac_cv_prog_ac_ct_RANLIB="ranlib"
8254 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8255 break 2
8256 fi
8257done
8258 done
8259IFS=$as_save_IFS
8260
8261fi
8262fi
8263ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8264if test -n "$ac_ct_RANLIB"; then
8265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8266$as_echo "$ac_ct_RANLIB" >&6; }
8267else
8268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8269$as_echo "no" >&6; }
8270fi
8271
8272 if test "x$ac_ct_RANLIB" = x; then
8273 RANLIB=":"
8274 else
8275 case $cross_compiling:$ac_tool_warned in
8276yes:)
8277{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8278$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8279ac_tool_warned=yes ;;
8280esac
8281 RANLIB=$ac_ct_RANLIB
8282 fi
8283else
8284 RANLIB="$ac_cv_prog_RANLIB"
8285fi
8286
8287
ae7d0cac
MF
8288
8289
bf3d9781
AM
8290# Some of the common include files depend on bfd.h, and bfd.h checks
8291# that config.h is included first by testing that the PACKAGE macro
8292# is defined.
8293PACKAGE=sim
8294
8295cat >>confdefs.h <<_ACEOF
8296#define PACKAGE "$PACKAGE"
8297_ACEOF
8298
8299
8300
8301# Dependency checking.
8302ac_config_commands="$ac_config_commands depdir"
8303
8304
8305depcc="$CC" am_compiler_list=
8306
8307am_depcomp=$ac_aux_dir/depcomp
8308{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8309$as_echo_n "checking dependency style of $depcc... " >&6; }
8310if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8311 $as_echo_n "(cached) " >&6
8312else
8313 if test -f "$am_depcomp"; then
8314 # We make a subdir and do the tests there. Otherwise we can end up
8315 # making bogus files that we don't know about and never remove. For
8316 # instance it was reported that on HP-UX the gcc test will end up
8317 # making a dummy file named `D' -- because `-MD' means `put the output
8318 # in D'.
8319 mkdir conftest.dir
8320 # Copy depcomp to subdir because otherwise we won't find it if we're
8321 # using a relative directory.
8322 cp "$am_depcomp" conftest.dir
8323 cd conftest.dir
8324 # We will build objects and dependencies in a subdirectory because
8325 # it helps to detect inapplicable dependency modes. For instance
8326 # both Tru64's cc and ICC support -MD to output dependencies as a
8327 # side effect of compilation, but ICC will put the dependencies in
8328 # the current directory while Tru64 will put them in the object
8329 # directory.
8330 mkdir sub
8331
8332 am_cv_CC_dependencies_compiler_type=none
8333 if test "$am_compiler_list" = ""; then
8334 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8335 fi
8336 for depmode in $am_compiler_list; do
8337 if test $depmode = none; then break; fi
8338
8339 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8340 # Setup a source with many dependencies, because some compilers
8341 # like to wrap large dependency lists on column 80 (with \), and
8342 # we should not choose a depcomp mode which is confused by this.
8343 #
8344 # We need to recreate these files for each test, as the compiler may
8345 # overwrite some of them when testing with obscure command lines.
8346 # This happens at least with the AIX C compiler.
8347 : > sub/conftest.c
8348 for i in 1 2 3 4 5 6; do
8349 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8350 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8351 # Solaris 8's {/usr,}/bin/sh.
8352 touch sub/conftst$i.h
8353 done
8354 echo "include sub/conftest.Po" > confmf
8355
8356 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8357 # mode. It turns out that the SunPro C++ compiler does not properly
8358 # handle `-M -o', and we need to detect this.
8359 depcmd="depmode=$depmode \
8360 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8361 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8362 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8363 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8364 if env $depcmd > conftest.err 2>&1 &&
8365 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8366 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8367 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8368 # icc doesn't choke on unknown options, it will just issue warnings
8369 # or remarks (even with -Werror). So we grep stderr for any message
8370 # that says an option was ignored or not supported.
8371 # When given -MP, icc 7.0 and 7.1 complain thusly:
8372 # icc: Command line warning: ignoring option '-M'; no argument required
8373 # The diagnosis changed in icc 8.0:
8374 # icc: Command line remark: option '-MP' not supported
8375 if (grep 'ignoring option' conftest.err ||
8376 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8377 am_cv_CC_dependencies_compiler_type=$depmode
8378 $as_echo "$as_me:$LINENO: success" >&5
8379 break
8380 fi
8381 fi
8382 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8383 sed -e 's/^/| /' < conftest.err >&5
8384 done
8385
8386 cd ..
8387 rm -rf conftest.dir
8388else
8389 am_cv_CC_dependencies_compiler_type=none
8390fi
8391
8392fi
8393{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8394$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8395if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8396then as_fn_error "no usable dependency style found" "$LINENO" 5
8397else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8398
8399fi
8400
8401
8402# Check for the 'make' the user wants to use.
8403for ac_prog in make
8404do
8405 # Extract the first word of "$ac_prog", so it can be a program name with args.
8406set dummy $ac_prog; ac_word=$2
8407{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8408$as_echo_n "checking for $ac_word... " >&6; }
8409if test "${ac_cv_prog_MAKE+set}" = set; then :
8410 $as_echo_n "(cached) " >&6
8411else
8412 if test -n "$MAKE"; then
8413 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8414else
8415as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8416for as_dir in $PATH
8417do
8418 IFS=$as_save_IFS
8419 test -z "$as_dir" && as_dir=.
8420 for ac_exec_ext in '' $ac_executable_extensions; do
8421 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8422 ac_cv_prog_MAKE="$ac_prog"
8423 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8424 break 2
8425 fi
8426done
8427 done
8428IFS=$as_save_IFS
8429
8430fi
8431fi
8432MAKE=$ac_cv_prog_MAKE
8433if test -n "$MAKE"; then
8434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8435$as_echo "$MAKE" >&6; }
8436else
8437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8438$as_echo "no" >&6; }
8439fi
8440
8441
8442 test -n "$MAKE" && break
8443done
8444
8445MAKE_IS_GNU=
8446case "`$MAKE --version 2>&1 | sed 1q`" in
8447 *GNU*)
8448 MAKE_IS_GNU=yes
8449 ;;
8450esac
8451 if test "$MAKE_IS_GNU" = yes; then
8452 GMAKE_TRUE=
8453 GMAKE_FALSE='#'
8454else
8455 GMAKE_TRUE='#'
8456 GMAKE_FALSE=
8457fi
8458
8459
8460ALL_LINGUAS=
8461# If we haven't got the data from the intl directory,
8462# assume NLS is disabled.
8463USE_NLS=no
8464LIBINTL=
8465LIBINTL_DEP=
8466INCINTL=
8467XGETTEXT=
8468GMSGFMT=
8469POSUB=
8470
8471if test -f ../../intl/config.intl; then
8472 . ../../intl/config.intl
8473fi
8474{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8475$as_echo_n "checking whether NLS is requested... " >&6; }
8476if test x"$USE_NLS" != xyes; then
8477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8478$as_echo "no" >&6; }
8479else
8480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8481$as_echo "yes" >&6; }
8482
8483$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8484
8485
8486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8487$as_echo_n "checking for catalogs to be installed... " >&6; }
8488 # Look for .po and .gmo files in the source directory.
8489 CATALOGS=
8490 XLINGUAS=
8491 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8492 # If there aren't any .gmo files the shell will give us the
8493 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8494 # weeded out.
8495 case "$cat" in *\**)
8496 continue;;
8497 esac
8498 # The quadruple backslash is collapsed to a double backslash
8499 # by the backticks, then collapsed again by the double quotes,
8500 # leaving us with one backslash in the sed expression (right
8501 # before the dot that mustn't act as a wildcard).
8502 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8503 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8504 # The user is allowed to set LINGUAS to a list of languages to
8505 # install catalogs for. If it's empty that means "all of them."
8506 if test "x$LINGUAS" = x; then
8507 CATALOGS="$CATALOGS $cat"
8508 XLINGUAS="$XLINGUAS $lang"
8509 else
8510 case "$LINGUAS" in *$lang*)
8511 CATALOGS="$CATALOGS $cat"
8512 XLINGUAS="$XLINGUAS $lang"
8513 ;;
8514 esac
8515 fi
8516 done
8517 LINGUAS="$XLINGUAS"
8518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8519$as_echo "$LINGUAS" >&6; }
8520
8521
8522 DATADIRNAME=share
8523
8524 INSTOBJEXT=.mo
8525
8526 GENCAT=gencat
8527
8528 CATOBJEXT=.gmo
8529
8530fi
8531
8532# Check for common headers.
8533# FIXME: Seems to me this can cause problems for i386-windows hosts.
8534# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8535for ac_header in stdlib.h string.h strings.h unistd.h time.h
8536do :
8537 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8538ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8539eval as_val=\$$as_ac_Header
8540 if test "x$as_val" = x""yes; then :
8541 cat >>confdefs.h <<_ACEOF
8542#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8543_ACEOF
8544
8545fi
8546
8547done
8548
8549for ac_header in sys/time.h sys/resource.h
8550do :
8551 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8552ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8553eval as_val=\$$as_ac_Header
8554 if test "x$as_val" = x""yes; then :
8555 cat >>confdefs.h <<_ACEOF
8556#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8557_ACEOF
8558
8559fi
8560
8561done
8562
8563for ac_header in fcntl.h fpu_control.h
8564do :
8565 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8566ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8567eval as_val=\$$as_ac_Header
8568 if test "x$as_val" = x""yes; then :
8569 cat >>confdefs.h <<_ACEOF
8570#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8571_ACEOF
8572
8573fi
8574
8575done
8576
8577for ac_header in dlfcn.h errno.h sys/stat.h
8578do :
8579 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8580ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8581eval as_val=\$$as_ac_Header
8582 if test "x$as_val" = x""yes; then :
8583 cat >>confdefs.h <<_ACEOF
8584#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8585_ACEOF
8586
8587fi
8588
8589done
8590
8591for ac_func in getrusage time sigaction __setfpucw
8592do :
8593 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8594ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8595eval as_val=\$$as_ac_var
8596 if test "x$as_val" = x""yes; then :
8597 cat >>confdefs.h <<_ACEOF
8598#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8599_ACEOF
8600
8601fi
8602done
8603
8604
8605# Check for socket libraries
8606{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
8607$as_echo_n "checking for bind in -lsocket... " >&6; }
8608if test "${ac_cv_lib_socket_bind+set}" = set; then :
8609 $as_echo_n "(cached) " >&6
8610else
8611 ac_check_lib_save_LIBS=$LIBS
8612LIBS="-lsocket $LIBS"
8613cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8614/* end confdefs.h. */
8615
8616/* Override any GCC internal prototype to avoid an error.
8617 Use char because int might match the return type of a GCC
8618 builtin and then its argument prototype would still apply. */
8619#ifdef __cplusplus
8620extern "C"
8621#endif
8622char bind ();
8623int
8624main ()
8625{
8626return bind ();
8627 ;
8628 return 0;
8629}
8630_ACEOF
8631if ac_fn_c_try_link "$LINENO"; then :
8632 ac_cv_lib_socket_bind=yes
8633else
8634 ac_cv_lib_socket_bind=no
8635fi
8636rm -f core conftest.err conftest.$ac_objext \
8637 conftest$ac_exeext conftest.$ac_ext
8638LIBS=$ac_check_lib_save_LIBS
8639fi
8640{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
8641$as_echo "$ac_cv_lib_socket_bind" >&6; }
8642if test "x$ac_cv_lib_socket_bind" = x""yes; then :
8643 cat >>confdefs.h <<_ACEOF
8644#define HAVE_LIBSOCKET 1
8645_ACEOF
8646
8647 LIBS="-lsocket $LIBS"
8648
8649fi
8650
8651{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
8652$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
8653if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
8654 $as_echo_n "(cached) " >&6
8655else
8656 ac_check_lib_save_LIBS=$LIBS
8657LIBS="-lnsl $LIBS"
8658cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8659/* end confdefs.h. */
8660
8661/* Override any GCC internal prototype to avoid an error.
8662 Use char because int might match the return type of a GCC
8663 builtin and then its argument prototype would still apply. */
8664#ifdef __cplusplus
8665extern "C"
8666#endif
8667char gethostbyname ();
8668int
8669main ()
8670{
8671return gethostbyname ();
8672 ;
8673 return 0;
8674}
8675_ACEOF
8676if ac_fn_c_try_link "$LINENO"; then :
8677 ac_cv_lib_nsl_gethostbyname=yes
8678else
8679 ac_cv_lib_nsl_gethostbyname=no
8680fi
8681rm -f core conftest.err conftest.$ac_objext \
8682 conftest$ac_exeext conftest.$ac_ext
8683LIBS=$ac_check_lib_save_LIBS
8684fi
8685{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
8686$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
8687if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
8688 cat >>confdefs.h <<_ACEOF
8689#define HAVE_LIBNSL 1
8690_ACEOF
8691
8692 LIBS="-lnsl $LIBS"
8693
8694fi
8695
8696
8697# BFD conditionally uses zlib, so we must link it in if libbfd does, by
8698# using the same condition.
8699
aadc9410
MF
8700 # Use the system's zlib library.
8701 zlibdir=-L../zlib
8702 zlibinc="-I\$(srcdir)/../zlib"
bf3d9781 8703
aadc9410
MF
8704# Check whether --with-system-zlib was given.
8705if test "${with_system_zlib+set}" = set; then :
8706 withval=$with_system_zlib; zlibdir=
8707 zlibinc=
bf3d9781
AM
8708
8709fi
8710
bf3d9781 8711
bf3d9781 8712
bf3d9781
AM
8713
8714
8715# BFD uses libdl when when plugins enabled.
8716
faa743bb
RM
8717 maybe_plugins=no
8718 for ac_header in dlfcn.h
8719do :
8720 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8721"
8722if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8723 cat >>confdefs.h <<_ACEOF
8724#define HAVE_DLFCN_H 1
8725_ACEOF
8726 maybe_plugins=yes
8727fi
8728
8729done
8730
8731 for ac_header in windows.h
8732do :
8733 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
8734"
8735if test "x$ac_cv_header_windows_h" = x""yes; then :
8736 cat >>confdefs.h <<_ACEOF
8737#define HAVE_WINDOWS_H 1
8738_ACEOF
8739 maybe_plugins=yes
8740fi
8741
8742done
8743
8744
8745 # Check whether --enable-plugins was given.
bf3d9781
AM
8746if test "${enable_plugins+set}" = set; then :
8747 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
8748 no) plugins=no ;;
8749 *) plugins=yes
8750 if test "$maybe_plugins" != "yes" ; then
8751 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
8752 fi ;;
8753 esac
bf3d9781 8754else
faa743bb
RM
8755 plugins=$maybe_plugins
8756
bf3d9781
AM
8757fi
8758
2974be62
AM
8759 if test "$plugins" = "yes"; then
8760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
8761$as_echo_n "checking for library containing dlopen... " >&6; }
8762if test "${ac_cv_search_dlopen+set}" = set; then :
8763 $as_echo_n "(cached) " >&6
8764else
8765 ac_func_search_save_LIBS=$LIBS
8766cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8767/* end confdefs.h. */
8768
8769/* Override any GCC internal prototype to avoid an error.
8770 Use char because int might match the return type of a GCC
8771 builtin and then its argument prototype would still apply. */
8772#ifdef __cplusplus
8773extern "C"
8774#endif
8775char dlopen ();
8776int
8777main ()
8778{
8779return dlopen ();
8780 ;
8781 return 0;
8782}
8783_ACEOF
8784for ac_lib in '' dl; do
8785 if test -z "$ac_lib"; then
8786 ac_res="none required"
8787 else
8788 ac_res=-l$ac_lib
8789 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8790 fi
8791 if ac_fn_c_try_link "$LINENO"; then :
8792 ac_cv_search_dlopen=$ac_res
8793fi
8794rm -f core conftest.err conftest.$ac_objext \
8795 conftest$ac_exeext
8796 if test "${ac_cv_search_dlopen+set}" = set; then :
8797 break
8798fi
8799done
8800if test "${ac_cv_search_dlopen+set}" = set; then :
8801
8802else
8803 ac_cv_search_dlopen=no
8804fi
8805rm conftest.$ac_ext
8806LIBS=$ac_func_search_save_LIBS
8807fi
8808{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
8809$as_echo "$ac_cv_search_dlopen" >&6; }
8810ac_res=$ac_cv_search_dlopen
8811if test "$ac_res" != no; then :
8812 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
8813
8814fi
8815
8816 fi
bf3d9781
AM
8817
8818 if test "$plugins" = yes; then
8819 PLUGINS_TRUE=
8820 PLUGINS_FALSE='#'
8821else
8822 PLUGINS_TRUE='#'
8823 PLUGINS_FALSE=
8824fi
8825
8826
8827
8828
8829
8830# Set options
8831enable_dlopen=yes
8832
8833
8834
8835
8836 enable_win32_dll=no
8837
8838
8839 # Check whether --enable-shared was given.
8840if test "${enable_shared+set}" = set; then :
8841 enableval=$enable_shared; p=${PACKAGE-default}
8842 case $enableval in
8843 yes) enable_shared=yes ;;
8844 no) enable_shared=no ;;
8845 *)
8846 enable_shared=no
8847 # Look at the argument we got. We use all the common list separators.
8848 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8849 for pkg in $enableval; do
8850 IFS="$lt_save_ifs"
8851 if test "X$pkg" = "X$p"; then
8852 enable_shared=yes
8853 fi
8854 done
8855 IFS="$lt_save_ifs"
8856 ;;
8857 esac
8858else
8859 enable_shared=yes
8860fi
8861
8862
8863
8864
8865
8866
8867
8868
8869
8870 # Check whether --enable-static was given.
8871if test "${enable_static+set}" = set; then :
8872 enableval=$enable_static; p=${PACKAGE-default}
8873 case $enableval in
8874 yes) enable_static=yes ;;
8875 no) enable_static=no ;;
8876 *)
8877 enable_static=no
8878 # Look at the argument we got. We use all the common list separators.
8879 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8880 for pkg in $enableval; do
8881 IFS="$lt_save_ifs"
8882 if test "X$pkg" = "X$p"; then
8883 enable_static=yes
8884 fi
8885 done
8886 IFS="$lt_save_ifs"
8887 ;;
8888 esac
8889else
8890 enable_static=yes
8891fi
8892
8893
8894
8895
8896
8897
8898
8899
8900
8901
8902# Check whether --with-pic was given.
8903if test "${with_pic+set}" = set; then :
8904 withval=$with_pic; pic_mode="$withval"
8905else
8906 pic_mode=default
8907fi
8908
8909
8910test -z "$pic_mode" && pic_mode=default
8911
8912
8913
8914
8915
8916
8917
8918 # Check whether --enable-fast-install was given.
8919if test "${enable_fast_install+set}" = set; then :
8920 enableval=$enable_fast_install; p=${PACKAGE-default}
8921 case $enableval in
8922 yes) enable_fast_install=yes ;;
8923 no) enable_fast_install=no ;;
8924 *)
8925 enable_fast_install=no
8926 # Look at the argument we got. We use all the common list separators.
8927 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8928 for pkg in $enableval; do
8929 IFS="$lt_save_ifs"
8930 if test "X$pkg" = "X$p"; then
8931 enable_fast_install=yes
8932 fi
8933 done
8934 IFS="$lt_save_ifs"
8935 ;;
8936 esac
8937else
8938 enable_fast_install=yes
8939fi
8940
8941
8942
8943
8944
8945
8946
8947
8948
8949
8950
8951# This can be used to rebuild libtool when needed
8952LIBTOOL_DEPS="$ltmain"
8953
8954# Always use our own libtool.
8955LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8956
8957
8958
8959
8960
8961
8962
8963
8964
8965
8966
8967
8968
8969
8970
8971
8972
8973
8974
8975
8976
8977
8978
8979
8980
8981
8982test -z "$LN_S" && LN_S="ln -s"
8983
8984
8985
8986
8987
8988
8989
8990
8991
8992
8993
8994
8995
8996
8997if test -n "${ZSH_VERSION+set}" ; then
8998 setopt NO_GLOB_SUBST
8999fi
9000
9001{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9002$as_echo_n "checking for objdir... " >&6; }
9003if test "${lt_cv_objdir+set}" = set; then :
9004 $as_echo_n "(cached) " >&6
9005else
9006 rm -f .libs 2>/dev/null
9007mkdir .libs 2>/dev/null
9008if test -d .libs; then
9009 lt_cv_objdir=.libs
9010else
9011 # MS-DOS does not allow filenames that begin with a dot.
9012 lt_cv_objdir=_libs
9013fi
9014rmdir .libs 2>/dev/null
9015fi
9016{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9017$as_echo "$lt_cv_objdir" >&6; }
9018objdir=$lt_cv_objdir
9019
9020
9021
9022
9023
9024cat >>confdefs.h <<_ACEOF
9025#define LT_OBJDIR "$lt_cv_objdir/"
9026_ACEOF
9027
9028
9029
9030
9031case $host_os in
9032aix3*)
9033 # AIX sometimes has problems with the GCC collect2 program. For some
9034 # reason, if we set the COLLECT_NAMES environment variable, the problems
9035 # vanish in a puff of smoke.
9036 if test "X${COLLECT_NAMES+set}" != Xset; then
9037 COLLECT_NAMES=
9038 export COLLECT_NAMES
9039 fi
9040 ;;
9041esac
9042
9043# Global variables:
9044ofile=libtool
9045can_build_shared=yes
9046
9047# All known linkers require a `.a' archive for static linking (except MSVC,
9048# which needs '.lib').
9049libext=a
9050
9051with_gnu_ld="$lt_cv_prog_gnu_ld"
9052
9053old_CC="$CC"
9054old_CFLAGS="$CFLAGS"
9055
9056# Set sane defaults for various variables
9057test -z "$CC" && CC=cc
9058test -z "$LTCC" && LTCC=$CC
9059test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9060test -z "$LD" && LD=ld
9061test -z "$ac_objext" && ac_objext=o
9062
9063for cc_temp in $compiler""; do
9064 case $cc_temp in
9065 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9066 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9067 \-*) ;;
9068 *) break;;
9069 esac
9070done
9071cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9072
9073
9074# Only perform the check for file, if the check method requires it
9075test -z "$MAGIC_CMD" && MAGIC_CMD=file
9076case $deplibs_check_method in
9077file_magic*)
9078 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9080$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9081if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9082 $as_echo_n "(cached) " >&6
9083else
9084 case $MAGIC_CMD in
9085[\\/*] | ?:[\\/]*)
9086 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9087 ;;
9088*)
9089 lt_save_MAGIC_CMD="$MAGIC_CMD"
9090 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9091 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9092 for ac_dir in $ac_dummy; do
9093 IFS="$lt_save_ifs"
9094 test -z "$ac_dir" && ac_dir=.
9095 if test -f $ac_dir/${ac_tool_prefix}file; then
9096 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9097 if test -n "$file_magic_test_file"; then
9098 case $deplibs_check_method in
9099 "file_magic "*)
9100 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9101 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9102 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9103 $EGREP "$file_magic_regex" > /dev/null; then
9104 :
9105 else
9106 cat <<_LT_EOF 1>&2
9107
9108*** Warning: the command libtool uses to detect shared libraries,
9109*** $file_magic_cmd, produces output that libtool cannot recognize.
9110*** The result is that libtool may fail to recognize shared libraries
9111*** as such. This will affect the creation of libtool libraries that
9112*** depend on shared libraries, but programs linked with such libtool
9113*** libraries will work regardless of this problem. Nevertheless, you
9114*** may want to report the problem to your system manager and/or to
9115*** bug-libtool@gnu.org
9116
9117_LT_EOF
9118 fi ;;
9119 esac
9120 fi
9121 break
9122 fi
9123 done
9124 IFS="$lt_save_ifs"
9125 MAGIC_CMD="$lt_save_MAGIC_CMD"
9126 ;;
9127esac
9128fi
9129
9130MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9131if test -n "$MAGIC_CMD"; then
9132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9133$as_echo "$MAGIC_CMD" >&6; }
9134else
9135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9136$as_echo "no" >&6; }
9137fi
9138
9139
9140
9141
9142
9143if test -z "$lt_cv_path_MAGIC_CMD"; then
9144 if test -n "$ac_tool_prefix"; then
9145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9146$as_echo_n "checking for file... " >&6; }
9147if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9148 $as_echo_n "(cached) " >&6
9149else
9150 case $MAGIC_CMD in
9151[\\/*] | ?:[\\/]*)
9152 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9153 ;;
9154*)
9155 lt_save_MAGIC_CMD="$MAGIC_CMD"
9156 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9157 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9158 for ac_dir in $ac_dummy; do
9159 IFS="$lt_save_ifs"
9160 test -z "$ac_dir" && ac_dir=.
9161 if test -f $ac_dir/file; then
9162 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9163 if test -n "$file_magic_test_file"; then
9164 case $deplibs_check_method in
9165 "file_magic "*)
9166 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9167 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9168 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9169 $EGREP "$file_magic_regex" > /dev/null; then
9170 :
9171 else
9172 cat <<_LT_EOF 1>&2
9173
9174*** Warning: the command libtool uses to detect shared libraries,
9175*** $file_magic_cmd, produces output that libtool cannot recognize.
9176*** The result is that libtool may fail to recognize shared libraries
9177*** as such. This will affect the creation of libtool libraries that
9178*** depend on shared libraries, but programs linked with such libtool
9179*** libraries will work regardless of this problem. Nevertheless, you
9180*** may want to report the problem to your system manager and/or to
9181*** bug-libtool@gnu.org
9182
9183_LT_EOF
9184 fi ;;
9185 esac
9186 fi
9187 break
9188 fi
9189 done
9190 IFS="$lt_save_ifs"
9191 MAGIC_CMD="$lt_save_MAGIC_CMD"
9192 ;;
9193esac
9194fi
9195
9196MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9197if test -n "$MAGIC_CMD"; then
9198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9199$as_echo "$MAGIC_CMD" >&6; }
9200else
9201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9202$as_echo "no" >&6; }
9203fi
9204
9205
9206 else
9207 MAGIC_CMD=:
9208 fi
9209fi
9210
9211 fi
9212 ;;
9213esac
9214
9215# Use C for the default configuration in the libtool script
9216
9217lt_save_CC="$CC"
9218ac_ext=c
9219ac_cpp='$CPP $CPPFLAGS'
9220ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9221ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9222ac_compiler_gnu=$ac_cv_c_compiler_gnu
9223
9224
9225# Source file extension for C test sources.
9226ac_ext=c
9227
9228# Object file extension for compiled C test sources.
9229objext=o
9230objext=$objext
9231
9232# Code to be used in simple compile tests
9233lt_simple_compile_test_code="int some_variable = 0;"
9234
9235# Code to be used in simple link tests
9236lt_simple_link_test_code='int main(){return(0);}'
9237
9238
9239
9240
9241
9242
9243
9244# If no C compiler was specified, use CC.
9245LTCC=${LTCC-"$CC"}
9246
9247# If no C compiler flags were specified, use CFLAGS.
9248LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9249
9250# Allow CC to be a program name with arguments.
9251compiler=$CC
9252
9253# Save the default compiler, since it gets overwritten when the other
9254# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9255compiler_DEFAULT=$CC
9256
9257# save warnings/boilerplate of simple test code
9258ac_outfile=conftest.$ac_objext
9259echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9260eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9261_lt_compiler_boilerplate=`cat conftest.err`
9262$RM conftest*
9263
9264ac_outfile=conftest.$ac_objext
9265echo "$lt_simple_link_test_code" >conftest.$ac_ext
9266eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9267_lt_linker_boilerplate=`cat conftest.err`
9268$RM -r conftest*
9269
9270
9271## CAVEAT EMPTOR:
9272## There is no encapsulation within the following macros, do not change
9273## the running order or otherwise move them around unless you know exactly
9274## what you are doing...
9275if test -n "$compiler"; then
9276
9277lt_prog_compiler_no_builtin_flag=
9278
9279if test "$GCC" = yes; then
9280 case $cc_basename in
9281 nvcc*)
9282 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9283 *)
9284 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9285 esac
9286
9287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9288$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9289if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9290 $as_echo_n "(cached) " >&6
9291else
9292 lt_cv_prog_compiler_rtti_exceptions=no
9293 ac_outfile=conftest.$ac_objext
9294 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9295 lt_compiler_flag="-fno-rtti -fno-exceptions"
9296 # Insert the option either (1) after the last *FLAGS variable, or
9297 # (2) before a word containing "conftest.", or (3) at the end.
9298 # Note that $ac_compile itself does not contain backslashes and begins
9299 # with a dollar sign (not a hyphen), so the echo should work correctly.
9300 # The option is referenced via a variable to avoid confusing sed.
9301 lt_compile=`echo "$ac_compile" | $SED \
9302 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9303 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9304 -e 's:$: $lt_compiler_flag:'`
9305 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9306 (eval "$lt_compile" 2>conftest.err)
9307 ac_status=$?
9308 cat conftest.err >&5
9309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9310 if (exit $ac_status) && test -s "$ac_outfile"; then
9311 # The compiler can only warn and ignore the option if not recognized
9312 # So say no if there are warnings other than the usual output.
9313 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9314 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9315 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9316 lt_cv_prog_compiler_rtti_exceptions=yes
9317 fi
9318 fi
9319 $RM conftest*
9320
9321fi
9322{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9323$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9324
9325if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9326 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9327else
9328 :
9329fi
9330
9331fi
9332
9333
9334
9335
9336
9337
9338 lt_prog_compiler_wl=
9339lt_prog_compiler_pic=
9340lt_prog_compiler_static=
9341
9342{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9343$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9344
9345 if test "$GCC" = yes; then
9346 lt_prog_compiler_wl='-Wl,'
9347 lt_prog_compiler_static='-static'
9348
9349 case $host_os in
9350 aix*)
9351 # All AIX code is PIC.
9352 if test "$host_cpu" = ia64; then
9353 # AIX 5 now supports IA64 processor
9354 lt_prog_compiler_static='-Bstatic'
9355 fi
9356 lt_prog_compiler_pic='-fPIC'
9357 ;;
9358
9359 amigaos*)
9360 case $host_cpu in
9361 powerpc)
9362 # see comment about AmigaOS4 .so support
9363 lt_prog_compiler_pic='-fPIC'
9364 ;;
9365 m68k)
9366 # FIXME: we need at least 68020 code to build shared libraries, but
9367 # adding the `-m68020' flag to GCC prevents building anything better,
9368 # like `-m68040'.
9369 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9370 ;;
9371 esac
9372 ;;
9373
9374 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9375 # PIC is the default for these OSes.
9376 ;;
9377
9378 mingw* | cygwin* | pw32* | os2* | cegcc*)
9379 # This hack is so that the source file can tell whether it is being
9380 # built for inclusion in a dll (and should export symbols for example).
9381 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9382 # (--disable-auto-import) libraries
9383 lt_prog_compiler_pic='-DDLL_EXPORT'
9384 ;;
9385
9386 darwin* | rhapsody*)
9387 # PIC is the default on this platform
9388 # Common symbols not allowed in MH_DYLIB files
9389 lt_prog_compiler_pic='-fno-common'
9390 ;;
9391
9392 haiku*)
9393 # PIC is the default for Haiku.
9394 # The "-static" flag exists, but is broken.
9395 lt_prog_compiler_static=
9396 ;;
9397
9398 hpux*)
9399 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9400 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9401 # sets the default TLS model and affects inlining.
9402 case $host_cpu in
9403 hppa*64*)
9404 # +Z the default
9405 ;;
9406 *)
9407 lt_prog_compiler_pic='-fPIC'
9408 ;;
9409 esac
9410 ;;
9411
9412 interix[3-9]*)
9413 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9414 # Instead, we relocate shared libraries at runtime.
9415 ;;
9416
9417 msdosdjgpp*)
9418 # Just because we use GCC doesn't mean we suddenly get shared libraries
9419 # on systems that don't support them.
9420 lt_prog_compiler_can_build_shared=no
9421 enable_shared=no
9422 ;;
9423
9424 *nto* | *qnx*)
9425 # QNX uses GNU C++, but need to define -shared option too, otherwise
9426 # it will coredump.
9427 lt_prog_compiler_pic='-fPIC -shared'
9428 ;;
9429
9430 sysv4*MP*)
9431 if test -d /usr/nec; then
9432 lt_prog_compiler_pic=-Kconform_pic
9433 fi
9434 ;;
9435
9436 *)
9437 lt_prog_compiler_pic='-fPIC'
9438 ;;
9439 esac
9440
9441 case $cc_basename in
9442 nvcc*) # Cuda Compiler Driver 2.2
9443 lt_prog_compiler_wl='-Xlinker '
9444 lt_prog_compiler_pic='-Xcompiler -fPIC'
9445 ;;
9446 esac
9447 else
9448 # PORTME Check for flag to pass linker flags through the system compiler.
9449 case $host_os in
9450 aix*)
9451 lt_prog_compiler_wl='-Wl,'
9452 if test "$host_cpu" = ia64; then
9453 # AIX 5 now supports IA64 processor
9454 lt_prog_compiler_static='-Bstatic'
9455 else
9456 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9457 fi
9458 ;;
9459
9460 mingw* | cygwin* | pw32* | os2* | cegcc*)
9461 # This hack is so that the source file can tell whether it is being
9462 # built for inclusion in a dll (and should export symbols for example).
9463 lt_prog_compiler_pic='-DDLL_EXPORT'
9464 ;;
9465
9466 hpux9* | hpux10* | hpux11*)
9467 lt_prog_compiler_wl='-Wl,'
9468 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9469 # not for PA HP-UX.
9470 case $host_cpu in
9471 hppa*64*|ia64*)
9472 # +Z the default
9473 ;;
9474 *)
9475 lt_prog_compiler_pic='+Z'
9476 ;;
9477 esac
9478 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9479 lt_prog_compiler_static='${wl}-a ${wl}archive'
9480 ;;
9481
9482 irix5* | irix6* | nonstopux*)
9483 lt_prog_compiler_wl='-Wl,'
9484 # PIC (with -KPIC) is the default.
9485 lt_prog_compiler_static='-non_shared'
9486 ;;
9487
9488 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9489 case $cc_basename in
9490 # old Intel for x86_64 which still supported -KPIC.
9491 ecc*)
9492 lt_prog_compiler_wl='-Wl,'
9493 lt_prog_compiler_pic='-KPIC'
9494 lt_prog_compiler_static='-static'
9495 ;;
9496 # icc used to be incompatible with GCC.
9497 # ICC 10 doesn't accept -KPIC any more.
9498 icc* | ifort*)
9499 lt_prog_compiler_wl='-Wl,'
9500 lt_prog_compiler_pic='-fPIC'
9501 lt_prog_compiler_static='-static'
9502 ;;
9503 # Lahey Fortran 8.1.
9504 lf95*)
9505 lt_prog_compiler_wl='-Wl,'
9506 lt_prog_compiler_pic='--shared'
9507 lt_prog_compiler_static='--static'
9508 ;;
9509 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
9510 # Portland Group compilers (*not* the Pentium gcc compiler,
9511 # which looks to be a dead project)
9512 lt_prog_compiler_wl='-Wl,'
9513 lt_prog_compiler_pic='-fpic'
9514 lt_prog_compiler_static='-Bstatic'
9515 ;;
9516 ccc*)
9517 lt_prog_compiler_wl='-Wl,'
9518 # All Alpha code is PIC.
9519 lt_prog_compiler_static='-non_shared'
9520 ;;
9521 xl* | bgxl* | bgf* | mpixl*)
9522 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
9523 lt_prog_compiler_wl='-Wl,'
9524 lt_prog_compiler_pic='-qpic'
9525 lt_prog_compiler_static='-qstaticlink'
9526 ;;
9527 *)
9528 case `$CC -V 2>&1 | sed 5q` in
9529 *Sun\ F* | *Sun*Fortran*)
9530 # Sun Fortran 8.3 passes all unrecognized flags to the linker
9531 lt_prog_compiler_pic='-KPIC'
9532 lt_prog_compiler_static='-Bstatic'
9533 lt_prog_compiler_wl=''
9534 ;;
9535 *Sun\ C*)
9536 # Sun C 5.9
9537 lt_prog_compiler_pic='-KPIC'
9538 lt_prog_compiler_static='-Bstatic'
9539 lt_prog_compiler_wl='-Wl,'
9540 ;;
9541 esac
9542 ;;
9543 esac
9544 ;;
9545
9546 newsos6)
9547 lt_prog_compiler_pic='-KPIC'
9548 lt_prog_compiler_static='-Bstatic'
9549 ;;
9550
9551 *nto* | *qnx*)
9552 # QNX uses GNU C++, but need to define -shared option too, otherwise
9553 # it will coredump.
9554 lt_prog_compiler_pic='-fPIC -shared'
9555 ;;
9556
9557 osf3* | osf4* | osf5*)
9558 lt_prog_compiler_wl='-Wl,'
9559 # All OSF/1 code is PIC.
9560 lt_prog_compiler_static='-non_shared'
9561 ;;
9562
9563 rdos*)
9564 lt_prog_compiler_static='-non_shared'
9565 ;;
9566
9567 solaris*)
9568 lt_prog_compiler_pic='-KPIC'
9569 lt_prog_compiler_static='-Bstatic'
9570 case $cc_basename in
9571 f77* | f90* | f95*)
9572 lt_prog_compiler_wl='-Qoption ld ';;
9573 *)
9574 lt_prog_compiler_wl='-Wl,';;
9575 esac
9576 ;;
9577
9578 sunos4*)
9579 lt_prog_compiler_wl='-Qoption ld '
9580 lt_prog_compiler_pic='-PIC'
9581 lt_prog_compiler_static='-Bstatic'
9582 ;;
9583
9584 sysv4 | sysv4.2uw2* | sysv4.3*)
9585 lt_prog_compiler_wl='-Wl,'
9586 lt_prog_compiler_pic='-KPIC'
9587 lt_prog_compiler_static='-Bstatic'
9588 ;;
9589
9590 sysv4*MP*)
9591 if test -d /usr/nec ;then
9592 lt_prog_compiler_pic='-Kconform_pic'
9593 lt_prog_compiler_static='-Bstatic'
9594 fi
9595 ;;
9596
9597 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9598 lt_prog_compiler_wl='-Wl,'
9599 lt_prog_compiler_pic='-KPIC'
9600 lt_prog_compiler_static='-Bstatic'
9601 ;;
9602
9603 unicos*)
9604 lt_prog_compiler_wl='-Wl,'
9605 lt_prog_compiler_can_build_shared=no
9606 ;;
9607
9608 uts4*)
9609 lt_prog_compiler_pic='-pic'
9610 lt_prog_compiler_static='-Bstatic'
9611 ;;
9612
9613 *)
9614 lt_prog_compiler_can_build_shared=no
9615 ;;
9616 esac
9617 fi
9618
9619case $host_os in
9620 # For platforms which do not support PIC, -DPIC is meaningless:
9621 *djgpp*)
9622 lt_prog_compiler_pic=
9623 ;;
9624 *)
9625 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9626 ;;
9627esac
9628{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9629$as_echo "$lt_prog_compiler_pic" >&6; }
9630
9631
9632
9633
9634
9635
9636#
9637# Check to make sure the PIC flag actually works.
9638#
9639if test -n "$lt_prog_compiler_pic"; then
9640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9641$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9642if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
9643 $as_echo_n "(cached) " >&6
9644else
9645 lt_cv_prog_compiler_pic_works=no
9646 ac_outfile=conftest.$ac_objext
9647 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9648 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9649 # Insert the option either (1) after the last *FLAGS variable, or
9650 # (2) before a word containing "conftest.", or (3) at the end.
9651 # Note that $ac_compile itself does not contain backslashes and begins
9652 # with a dollar sign (not a hyphen), so the echo should work correctly.
9653 # The option is referenced via a variable to avoid confusing sed.
9654 lt_compile=`echo "$ac_compile" | $SED \
9655 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9656 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9657 -e 's:$: $lt_compiler_flag:'`
9658 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9659 (eval "$lt_compile" 2>conftest.err)
9660 ac_status=$?
9661 cat conftest.err >&5
9662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9663 if (exit $ac_status) && test -s "$ac_outfile"; then
9664 # The compiler can only warn and ignore the option if not recognized
9665 # So say no if there are warnings other than the usual output.
9666 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9667 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9668 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9669 lt_cv_prog_compiler_pic_works=yes
9670 fi
9671 fi
9672 $RM conftest*
9673
9674fi
9675{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9676$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9677
9678if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9679 case $lt_prog_compiler_pic in
9680 "" | " "*) ;;
9681 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9682 esac
9683else
9684 lt_prog_compiler_pic=
9685 lt_prog_compiler_can_build_shared=no
9686fi
9687
9688fi
9689
9690
9691
9692
9693
9694
9695#
9696# Check to make sure the static flag actually works.
9697#
9698wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9699{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9700$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9701if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
9702 $as_echo_n "(cached) " >&6
9703else
9704 lt_cv_prog_compiler_static_works=no
9705 save_LDFLAGS="$LDFLAGS"
9706 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9707 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9708 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9709 # The linker can only warn and ignore the option if not recognized
9710 # So say no if there are warnings
9711 if test -s conftest.err; then
9712 # Append any errors to the config.log.
9713 cat conftest.err 1>&5
9714 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9715 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9716 if diff conftest.exp conftest.er2 >/dev/null; then
9717 lt_cv_prog_compiler_static_works=yes
9718 fi
9719 else
9720 lt_cv_prog_compiler_static_works=yes
9721 fi
9722 fi
9723 $RM -r conftest*
9724 LDFLAGS="$save_LDFLAGS"
9725
9726fi
9727{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9728$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9729
9730if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9731 :
9732else
9733 lt_prog_compiler_static=
9734fi
9735
9736
9737
9738
9739
9740
9741
9742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9743$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9744if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9745 $as_echo_n "(cached) " >&6
9746else
9747 lt_cv_prog_compiler_c_o=no
9748 $RM -r conftest 2>/dev/null
9749 mkdir conftest
9750 cd conftest
9751 mkdir out
9752 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9753
9754 lt_compiler_flag="-o out/conftest2.$ac_objext"
9755 # Insert the option either (1) after the last *FLAGS variable, or
9756 # (2) before a word containing "conftest.", or (3) at the end.
9757 # Note that $ac_compile itself does not contain backslashes and begins
9758 # with a dollar sign (not a hyphen), so the echo should work correctly.
9759 lt_compile=`echo "$ac_compile" | $SED \
9760 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9761 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9762 -e 's:$: $lt_compiler_flag:'`
9763 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9764 (eval "$lt_compile" 2>out/conftest.err)
9765 ac_status=$?
9766 cat out/conftest.err >&5
9767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9768 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9769 then
9770 # The compiler can only warn and ignore the option if not recognized
9771 # So say no if there are warnings
9772 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9773 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9774 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9775 lt_cv_prog_compiler_c_o=yes
9776 fi
9777 fi
9778 chmod u+w . 2>&5
9779 $RM conftest*
9780 # SGI C++ compiler will create directory out/ii_files/ for
9781 # template instantiation
9782 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9783 $RM out/* && rmdir out
9784 cd ..
9785 $RM -r conftest
9786 $RM conftest*
9787
9788fi
9789{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9790$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9791
9792
9793
9794
9795
9796
9797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9798$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9799if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9800 $as_echo_n "(cached) " >&6
9801else
9802 lt_cv_prog_compiler_c_o=no
9803 $RM -r conftest 2>/dev/null
9804 mkdir conftest
9805 cd conftest
9806 mkdir out
9807 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9808
9809 lt_compiler_flag="-o out/conftest2.$ac_objext"
9810 # Insert the option either (1) after the last *FLAGS variable, or
9811 # (2) before a word containing "conftest.", or (3) at the end.
9812 # Note that $ac_compile itself does not contain backslashes and begins
9813 # with a dollar sign (not a hyphen), so the echo should work correctly.
9814 lt_compile=`echo "$ac_compile" | $SED \
9815 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9816 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9817 -e 's:$: $lt_compiler_flag:'`
9818 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9819 (eval "$lt_compile" 2>out/conftest.err)
9820 ac_status=$?
9821 cat out/conftest.err >&5
9822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9823 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9824 then
9825 # The compiler can only warn and ignore the option if not recognized
9826 # So say no if there are warnings
9827 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9828 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9829 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9830 lt_cv_prog_compiler_c_o=yes
9831 fi
9832 fi
9833 chmod u+w . 2>&5
9834 $RM conftest*
9835 # SGI C++ compiler will create directory out/ii_files/ for
9836 # template instantiation
9837 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9838 $RM out/* && rmdir out
9839 cd ..
9840 $RM -r conftest
9841 $RM conftest*
9842
9843fi
9844{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9845$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9846
9847
9848
9849
9850hard_links="nottested"
9851if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9852 # do not overwrite the value of need_locks provided by the user
9853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9854$as_echo_n "checking if we can lock with hard links... " >&6; }
9855 hard_links=yes
9856 $RM conftest*
9857 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9858 touch conftest.a
9859 ln conftest.a conftest.b 2>&5 || hard_links=no
9860 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9862$as_echo "$hard_links" >&6; }
9863 if test "$hard_links" = no; then
9864 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9865$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9866 need_locks=warn
9867 fi
9868else
9869 need_locks=no
9870fi
9871
9872
9873
9874
9875
9876
9877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9878$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9879
9880 runpath_var=
9881 allow_undefined_flag=
9882 always_export_symbols=no
9883 archive_cmds=
9884 archive_expsym_cmds=
9885 compiler_needs_object=no
9886 enable_shared_with_static_runtimes=no
9887 export_dynamic_flag_spec=
9888 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9889 hardcode_automatic=no
9890 hardcode_direct=no
9891 hardcode_direct_absolute=no
9892 hardcode_libdir_flag_spec=
9893 hardcode_libdir_flag_spec_ld=
9894 hardcode_libdir_separator=
9895 hardcode_minus_L=no
9896 hardcode_shlibpath_var=unsupported
9897 inherit_rpath=no
9898 link_all_deplibs=unknown
9899 module_cmds=
9900 module_expsym_cmds=
9901 old_archive_from_new_cmds=
9902 old_archive_from_expsyms_cmds=
9903 thread_safe_flag_spec=
9904 whole_archive_flag_spec=
9905 # include_expsyms should be a list of space-separated symbols to be *always*
9906 # included in the symbol list
9907 include_expsyms=
9908 # exclude_expsyms can be an extended regexp of symbols to exclude
9909 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9910 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9911 # as well as any symbol that contains `d'.
9912 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9913 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9914 # platforms (ab)use it in PIC code, but their linkers get confused if
9915 # the symbol is explicitly referenced. Since portable code cannot
9916 # rely on this symbol name, it's probably fine to never include it in
9917 # preloaded symbol tables.
9918 # Exclude shared library initialization/finalization symbols.
9919 extract_expsyms_cmds=
9920
9921 case $host_os in
9922 cygwin* | mingw* | pw32* | cegcc*)
9923 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9924 # When not using gcc, we currently assume that we are using
9925 # Microsoft Visual C++.
9926 if test "$GCC" != yes; then
9927 with_gnu_ld=no
9928 fi
9929 ;;
9930 interix*)
9931 # we just hope/assume this is gcc and not c89 (= MSVC++)
9932 with_gnu_ld=yes
9933 ;;
9934 openbsd*)
9935 with_gnu_ld=no
9936 ;;
9937 esac
9938
9939 ld_shlibs=yes
9940
9941 # On some targets, GNU ld is compatible enough with the native linker
9942 # that we're better off using the native interface for both.
9943 lt_use_gnu_ld_interface=no
9944 if test "$with_gnu_ld" = yes; then
9945 case $host_os in
9946 aix*)
9947 # The AIX port of GNU ld has always aspired to compatibility
9948 # with the native linker. However, as the warning in the GNU ld
9949 # block says, versions before 2.19.5* couldn't really create working
9950 # shared libraries, regardless of the interface used.
9951 case `$LD -v 2>&1` in
9952 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9953 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9954 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9955 *)
9956 lt_use_gnu_ld_interface=yes
9957 ;;
9958 esac
9959 ;;
9960 *)
9961 lt_use_gnu_ld_interface=yes
9962 ;;
9963 esac
9964 fi
9965
9966 if test "$lt_use_gnu_ld_interface" = yes; then
9967 # If archive_cmds runs LD, not CC, wlarc should be empty
9968 wlarc='${wl}'
9969
9970 # Set some defaults for GNU ld with shared library support. These
9971 # are reset later if shared libraries are not supported. Putting them
9972 # here allows them to be overridden if necessary.
9973 runpath_var=LD_RUN_PATH
9974 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9975 export_dynamic_flag_spec='${wl}--export-dynamic'
9976 # ancient GNU ld didn't support --whole-archive et. al.
9977 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9978 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9979 else
9980 whole_archive_flag_spec=
9981 fi
9982 supports_anon_versioning=no
9983 case `$LD -v 2>&1` in
9984 *GNU\ gold*) supports_anon_versioning=yes ;;
9985 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9986 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9987 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9988 *\ 2.11.*) ;; # other 2.11 versions
9989 *) supports_anon_versioning=yes ;;
9990 esac
9991
9992 # See if GNU ld supports shared libraries.
9993 case $host_os in
9994 aix[3-9]*)
9995 # On AIX/PPC, the GNU linker is very broken
9996 if test "$host_cpu" != ia64; then
9997 ld_shlibs=no
9998 cat <<_LT_EOF 1>&2
9999
10000*** Warning: the GNU linker, at least up to release 2.19, is reported
10001*** to be unable to reliably create shared libraries on AIX.
10002*** Therefore, libtool is disabling shared libraries support. If you
10003*** really care for shared libraries, you may want to install binutils
10004*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10005*** You will then need to restart the configuration process.
10006
10007_LT_EOF
10008 fi
10009 ;;
10010
10011 amigaos*)
10012 case $host_cpu in
10013 powerpc)
10014 # see comment about AmigaOS4 .so support
10015 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10016 archive_expsym_cmds=''
10017 ;;
10018 m68k)
10019 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)'
10020 hardcode_libdir_flag_spec='-L$libdir'
10021 hardcode_minus_L=yes
10022 ;;
10023 esac
10024 ;;
10025
10026 beos*)
10027 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10028 allow_undefined_flag=unsupported
10029 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10030 # support --undefined. This deserves some investigation. FIXME
10031 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10032 else
10033 ld_shlibs=no
10034 fi
10035 ;;
10036
10037 cygwin* | mingw* | pw32* | cegcc*)
10038 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10039 # as there is no search path for DLLs.
10040 hardcode_libdir_flag_spec='-L$libdir'
10041 export_dynamic_flag_spec='${wl}--export-all-symbols'
10042 allow_undefined_flag=unsupported
10043 always_export_symbols=no
10044 enable_shared_with_static_runtimes=yes
10045 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10046
10047 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10048 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10049 # If the export-symbols file already is a .def file (1st line
10050 # is EXPORTS), use it as is; otherwise, prepend...
10051 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10052 cp $export_symbols $output_objdir/$soname.def;
10053 else
10054 echo EXPORTS > $output_objdir/$soname.def;
10055 cat $export_symbols >> $output_objdir/$soname.def;
10056 fi~
10057 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10058 else
10059 ld_shlibs=no
10060 fi
10061 ;;
10062
10063 haiku*)
10064 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10065 link_all_deplibs=yes
10066 ;;
10067
10068 interix[3-9]*)
10069 hardcode_direct=no
10070 hardcode_shlibpath_var=no
10071 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10072 export_dynamic_flag_spec='${wl}-E'
10073 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10074 # Instead, shared libraries are loaded at an image base (0x10000000 by
10075 # default) and relocated if they conflict, which is a slow very memory
10076 # consuming and fragmenting process. To avoid this, we pick a random,
10077 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10078 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10079 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10080 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'
10081 ;;
10082
10083 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10084 tmp_diet=no
10085 if test "$host_os" = linux-dietlibc; then
10086 case $cc_basename in
10087 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10088 esac
10089 fi
10090 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10091 && test "$tmp_diet" = no
10092 then
c1e768db 10093 tmp_addflag=' $pic_flag'
bf3d9781
AM
10094 tmp_sharedflag='-shared'
10095 case $cc_basename,$host_cpu in
10096 pgcc*) # Portland Group C compiler
10097 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'
10098 tmp_addflag=' $pic_flag'
10099 ;;
10100 pgf77* | pgf90* | pgf95* | pgfortran*)
10101 # Portland Group f77 and f90 compilers
10102 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'
10103 tmp_addflag=' $pic_flag -Mnomain' ;;
10104 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10105 tmp_addflag=' -i_dynamic' ;;
10106 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10107 tmp_addflag=' -i_dynamic -nofor_main' ;;
10108 ifc* | ifort*) # Intel Fortran compiler
10109 tmp_addflag=' -nofor_main' ;;
10110 lf95*) # Lahey Fortran 8.1
10111 whole_archive_flag_spec=
10112 tmp_sharedflag='--shared' ;;
10113 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10114 tmp_sharedflag='-qmkshrobj'
10115 tmp_addflag= ;;
10116 nvcc*) # Cuda Compiler Driver 2.2
10117 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'
10118 compiler_needs_object=yes
10119 ;;
10120 esac
10121 case `$CC -V 2>&1 | sed 5q` in
10122 *Sun\ C*) # Sun C 5.9
10123 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'
10124 compiler_needs_object=yes
10125 tmp_sharedflag='-G' ;;
10126 *Sun\ F*) # Sun Fortran 8.3
10127 tmp_sharedflag='-G' ;;
10128 esac
10129 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10130
10131 if test "x$supports_anon_versioning" = xyes; then
10132 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10133 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10134 echo "local: *; };" >> $output_objdir/$libname.ver~
10135 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10136 fi
10137
10138 case $cc_basename in
10139 xlf* | bgf* | bgxlf* | mpixlf*)
10140 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10141 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10142 hardcode_libdir_flag_spec=
10143 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10144 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10145 if test "x$supports_anon_versioning" = xyes; then
10146 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10147 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10148 echo "local: *; };" >> $output_objdir/$libname.ver~
10149 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10150 fi
10151 ;;
10152 esac
10153 else
10154 ld_shlibs=no
10155 fi
10156 ;;
10157
10158 netbsd*)
10159 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10160 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10161 wlarc=
10162 else
10163 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10164 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10165 fi
10166 ;;
10167
10168 solaris*)
10169 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10170 ld_shlibs=no
10171 cat <<_LT_EOF 1>&2
10172
10173*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10174*** create shared libraries on Solaris systems. Therefore, libtool
10175*** is disabling shared libraries support. We urge you to upgrade GNU
10176*** binutils to release 2.9.1 or newer. Another option is to modify
10177*** your PATH or compiler configuration so that the native linker is
10178*** used, and then restart.
10179
10180_LT_EOF
10181 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10182 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10183 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10184 else
10185 ld_shlibs=no
10186 fi
10187 ;;
10188
10189 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10190 case `$LD -v 2>&1` in
10191 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10192 ld_shlibs=no
10193 cat <<_LT_EOF 1>&2
10194
10195*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10196*** reliably create shared libraries on SCO systems. Therefore, libtool
10197*** is disabling shared libraries support. We urge you to upgrade GNU
10198*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10199*** your PATH or compiler configuration so that the native linker is
10200*** used, and then restart.
10201
10202_LT_EOF
10203 ;;
10204 *)
10205 # For security reasons, it is highly recommended that you always
10206 # use absolute paths for naming shared libraries, and exclude the
10207 # DT_RUNPATH tag from executables and libraries. But doing so
10208 # requires that you compile everything twice, which is a pain.
10209 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10210 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10211 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10212 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10213 else
10214 ld_shlibs=no
10215 fi
10216 ;;
10217 esac
10218 ;;
10219
10220 sunos4*)
10221 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10222 wlarc=
10223 hardcode_direct=yes
10224 hardcode_shlibpath_var=no
10225 ;;
10226
10227 *)
10228 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10229 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10230 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10231 else
10232 ld_shlibs=no
10233 fi
10234 ;;
10235 esac
10236
10237 if test "$ld_shlibs" = no; then
10238 runpath_var=
10239 hardcode_libdir_flag_spec=
10240 export_dynamic_flag_spec=
10241 whole_archive_flag_spec=
3346cfda 10242 fi
bf3d9781
AM
10243 else
10244 # PORTME fill in a description of your system's linker (not GNU ld)
10245 case $host_os in
10246 aix3*)
10247 allow_undefined_flag=unsupported
10248 always_export_symbols=yes
10249 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'
10250 # Note: this linker hardcodes the directories in LIBPATH if there
10251 # are no directories specified by -L.
10252 hardcode_minus_L=yes
10253 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10254 # Neither direct hardcoding nor static linking is supported with a
10255 # broken collect2.
10256 hardcode_direct=unsupported
10257 fi
10258 ;;
10259
10260 aix[4-9]*)
10261 if test "$host_cpu" = ia64; then
10262 # On IA64, the linker does run time linking by default, so we don't
10263 # have to do anything special.
10264 aix_use_runtimelinking=no
10265 exp_sym_flag='-Bexport'
10266 no_entry_flag=""
10267 else
10268 # If we're using GNU nm, then we don't want the "-C" option.
10269 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10270 # Also, AIX nm treats weak defined symbols like other global
10271 # defined symbols, whereas GNU nm marks them as "W".
10272 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10273 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'
10274 else
10275 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'
10276 fi
10277 aix_use_runtimelinking=no
10278
10279 # Test if we are trying to use run time linking or normal
10280 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10281 # need to do runtime linking.
10282 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10283 for ld_flag in $LDFLAGS; do
10284 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10285 aix_use_runtimelinking=yes
10286 break
10287 fi
10288 done
10289 ;;
10290 esac
10291
10292 exp_sym_flag='-bexport'
10293 no_entry_flag='-bnoentry'
10294 fi
10295
10296 # When large executables or shared objects are built, AIX ld can
10297 # have problems creating the table of contents. If linking a library
10298 # or program results in "error TOC overflow" add -mminimal-toc to
10299 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10300 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10301
10302 archive_cmds=''
10303 hardcode_direct=yes
10304 hardcode_direct_absolute=yes
10305 hardcode_libdir_separator=':'
10306 link_all_deplibs=yes
10307 file_list_spec='${wl}-f,'
10308
10309 if test "$GCC" = yes; then
10310 case $host_os in aix4.[012]|aix4.[012].*)
10311 # We only want to do this on AIX 4.2 and lower, the check
10312 # below for broken collect2 doesn't work under 4.3+
10313 collect2name=`${CC} -print-prog-name=collect2`
10314 if test -f "$collect2name" &&
10315 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10316 then
10317 # We have reworked collect2
10318 :
10319 else
10320 # We have old collect2
10321 hardcode_direct=unsupported
10322 # It fails to find uninstalled libraries when the uninstalled
10323 # path is not listed in the libpath. Setting hardcode_minus_L
10324 # to unsupported forces relinking
10325 hardcode_minus_L=yes
10326 hardcode_libdir_flag_spec='-L$libdir'
10327 hardcode_libdir_separator=
10328 fi
10329 ;;
10330 esac
10331 shared_flag='-shared'
10332 if test "$aix_use_runtimelinking" = yes; then
10333 shared_flag="$shared_flag "'${wl}-G'
10334 fi
10335 else
10336 # not using gcc
10337 if test "$host_cpu" = ia64; then
10338 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10339 # chokes on -Wl,-G. The following line is correct:
10340 shared_flag='-G'
10341 else
10342 if test "$aix_use_runtimelinking" = yes; then
10343 shared_flag='${wl}-G'
10344 else
10345 shared_flag='${wl}-bM:SRE'
10346 fi
10347 fi
10348 fi
10349
10350 export_dynamic_flag_spec='${wl}-bexpall'
10351 # It seems that -bexpall does not export symbols beginning with
10352 # underscore (_), so it is better to generate a list of symbols to export.
10353 always_export_symbols=yes
10354 if test "$aix_use_runtimelinking" = yes; then
10355 # Warning - without using the other runtime loading flags (-brtl),
10356 # -berok will link without error, but may produce a broken library.
10357 allow_undefined_flag='-berok'
10358 # Determine the default libpath from the value encoded in an
10359 # empty executable.
10360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10361/* end confdefs.h. */
10362
10363int
10364main ()
10365{
10366
10367 ;
10368 return 0;
10369}
10370_ACEOF
10371if ac_fn_c_try_link "$LINENO"; then :
10372
10373lt_aix_libpath_sed='
10374 /Import File Strings/,/^$/ {
10375 /^0/ {
10376 s/^0 *\(.*\)$/\1/
10377 p
10378 }
10379 }'
10380aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10381# Check for a 64-bit object if we didn't find anything.
10382if test -z "$aix_libpath"; then
10383 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
3346cfda 10384fi
bf3d9781
AM
10385fi
10386rm -f core conftest.err conftest.$ac_objext \
10387 conftest$ac_exeext conftest.$ac_ext
10388if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
3346cfda 10389
bf3d9781
AM
10390 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10391 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"
10392 else
10393 if test "$host_cpu" = ia64; then
10394 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10395 allow_undefined_flag="-z nodefs"
10396 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"
10397 else
10398 # Determine the default libpath from the value encoded in an
10399 # empty executable.
10400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10401/* end confdefs.h. */
3346cfda 10402
bf3d9781
AM
10403int
10404main ()
10405{
10406
10407 ;
10408 return 0;
10409}
10410_ACEOF
10411if ac_fn_c_try_link "$LINENO"; then :
10412
10413lt_aix_libpath_sed='
10414 /Import File Strings/,/^$/ {
10415 /^0/ {
10416 s/^0 *\(.*\)$/\1/
10417 p
10418 }
10419 }'
10420aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10421# Check for a 64-bit object if we didn't find anything.
10422if test -z "$aix_libpath"; then
10423 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10424fi
10425fi
10426rm -f core conftest.err conftest.$ac_objext \
10427 conftest$ac_exeext conftest.$ac_ext
10428if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10429
10430 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10431 # Warning - without using the other run time loading flags,
10432 # -berok will link without error, but may produce a broken library.
10433 no_undefined_flag=' ${wl}-bernotok'
10434 allow_undefined_flag=' ${wl}-berok'
10435 if test "$with_gnu_ld" = yes; then
10436 # We only use this code for GNU lds that support --whole-archive.
10437 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10438 else
10439 # Exported symbols can be pulled into shared objects from archives
10440 whole_archive_flag_spec='$convenience'
10441 fi
10442 archive_cmds_need_lc=yes
10443 # This is similar to how AIX traditionally builds its shared libraries.
10444 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'
10445 fi
10446 fi
10447 ;;
10448
10449 amigaos*)
10450 case $host_cpu in
10451 powerpc)
10452 # see comment about AmigaOS4 .so support
10453 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10454 archive_expsym_cmds=''
10455 ;;
10456 m68k)
10457 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)'
10458 hardcode_libdir_flag_spec='-L$libdir'
10459 hardcode_minus_L=yes
10460 ;;
10461 esac
10462 ;;
10463
10464 bsdi[45]*)
10465 export_dynamic_flag_spec=-rdynamic
10466 ;;
10467
10468 cygwin* | mingw* | pw32* | cegcc*)
10469 # When not using gcc, we currently assume that we are using
10470 # Microsoft Visual C++.
10471 # hardcode_libdir_flag_spec is actually meaningless, as there is
10472 # no search path for DLLs.
10473 hardcode_libdir_flag_spec=' '
10474 allow_undefined_flag=unsupported
10475 # Tell ltmain to make .lib files, not .a files.
10476 libext=lib
10477 # Tell ltmain to make .dll files, not .so files.
10478 shrext_cmds=".dll"
10479 # FIXME: Setting linknames here is a bad hack.
10480 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10481 # The linker will automatically build a .lib file if we build a DLL.
10482 old_archive_from_new_cmds='true'
10483 # FIXME: Should let the user specify the lib program.
10484 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10485 fix_srcfile_path='`cygpath -w "$srcfile"`'
10486 enable_shared_with_static_runtimes=yes
10487 ;;
10488
10489 darwin* | rhapsody*)
10490
10491
10492 archive_cmds_need_lc=no
10493 hardcode_direct=no
10494 hardcode_automatic=yes
10495 hardcode_shlibpath_var=unsupported
10496 if test "$lt_cv_ld_force_load" = "yes"; then
10497 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\"`'
10498 else
10499 whole_archive_flag_spec=''
10500 fi
10501 link_all_deplibs=yes
10502 allow_undefined_flag="$_lt_dar_allow_undefined"
10503 case $cc_basename in
10504 ifort*) _lt_dar_can_shared=yes ;;
10505 *) _lt_dar_can_shared=$GCC ;;
3346cfda 10506 esac
bf3d9781
AM
10507 if test "$_lt_dar_can_shared" = "yes"; then
10508 output_verbose_link_cmd=func_echo_all
10509 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10510 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10511 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}"
10512 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}"
10513
10514 else
10515 ld_shlibs=no
10516 fi
10517
10518 ;;
10519
10520 dgux*)
10521 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10522 hardcode_libdir_flag_spec='-L$libdir'
10523 hardcode_shlibpath_var=no
10524 ;;
10525
10526 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10527 # support. Future versions do this automatically, but an explicit c++rt0.o
10528 # does not break anything, and helps significantly (at the cost of a little
10529 # extra space).
10530 freebsd2.2*)
10531 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10532 hardcode_libdir_flag_spec='-R$libdir'
10533 hardcode_direct=yes
10534 hardcode_shlibpath_var=no
10535 ;;
10536
10537 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10538 freebsd2.*)
10539 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10540 hardcode_direct=yes
10541 hardcode_minus_L=yes
10542 hardcode_shlibpath_var=no
10543 ;;
10544
10545 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10546 freebsd* | dragonfly*)
10547 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10548 hardcode_libdir_flag_spec='-R$libdir'
10549 hardcode_direct=yes
10550 hardcode_shlibpath_var=no
10551 ;;
10552
10553 hpux9*)
10554 if test "$GCC" = yes; then
10555 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'
10556 else
10557 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'
10558 fi
10559 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10560 hardcode_libdir_separator=:
10561 hardcode_direct=yes
10562
10563 # hardcode_minus_L: Not really in the search PATH,
10564 # but as the default location of the library.
10565 hardcode_minus_L=yes
10566 export_dynamic_flag_spec='${wl}-E'
10567 ;;
10568
10569 hpux10*)
10570 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10571 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10572 else
10573 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10574 fi
10575 if test "$with_gnu_ld" = no; then
10576 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10577 hardcode_libdir_flag_spec_ld='+b $libdir'
10578 hardcode_libdir_separator=:
10579 hardcode_direct=yes
10580 hardcode_direct_absolute=yes
10581 export_dynamic_flag_spec='${wl}-E'
10582 # hardcode_minus_L: Not really in the search PATH,
10583 # but as the default location of the library.
10584 hardcode_minus_L=yes
10585 fi
10586 ;;
10587
10588 hpux11*)
10589 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10590 case $host_cpu in
10591 hppa*64*)
10592 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10593 ;;
10594 ia64*)
10595 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10596 ;;
10597 *)
10598 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10599 ;;
10600 esac
10601 else
10602 case $host_cpu in
10603 hppa*64*)
10604 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10605 ;;
10606 ia64*)
10607 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10608 ;;
10609 *)
10610
10611 # Older versions of the 11.00 compiler do not understand -b yet
10612 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10614$as_echo_n "checking if $CC understands -b... " >&6; }
10615if test "${lt_cv_prog_compiler__b+set}" = set; then :
10616 $as_echo_n "(cached) " >&6
3346cfda 10617else
bf3d9781
AM
10618 lt_cv_prog_compiler__b=no
10619 save_LDFLAGS="$LDFLAGS"
10620 LDFLAGS="$LDFLAGS -b"
10621 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10622 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10623 # The linker can only warn and ignore the option if not recognized
10624 # So say no if there are warnings
10625 if test -s conftest.err; then
10626 # Append any errors to the config.log.
10627 cat conftest.err 1>&5
10628 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10629 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10630 if diff conftest.exp conftest.er2 >/dev/null; then
10631 lt_cv_prog_compiler__b=yes
10632 fi
10633 else
10634 lt_cv_prog_compiler__b=yes
10635 fi
10636 fi
10637 $RM -r conftest*
10638 LDFLAGS="$save_LDFLAGS"
10639
3346cfda 10640fi
bf3d9781
AM
10641{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10642$as_echo "$lt_cv_prog_compiler__b" >&6; }
10643
10644if test x"$lt_cv_prog_compiler__b" = xyes; then
10645 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10646else
10647 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10648fi
10649
10650 ;;
10651 esac
10652 fi
10653 if test "$with_gnu_ld" = no; then
10654 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10655 hardcode_libdir_separator=:
10656
10657 case $host_cpu in
10658 hppa*64*|ia64*)
10659 hardcode_direct=no
10660 hardcode_shlibpath_var=no
10661 ;;
10662 *)
10663 hardcode_direct=yes
10664 hardcode_direct_absolute=yes
10665 export_dynamic_flag_spec='${wl}-E'
10666
10667 # hardcode_minus_L: Not really in the search PATH,
10668 # but as the default location of the library.
10669 hardcode_minus_L=yes
10670 ;;
10671 esac
10672 fi
10673 ;;
10674
10675 irix5* | irix6* | nonstopux*)
10676 if test "$GCC" = yes; then
10677 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'
10678 # Try to use the -exported_symbol ld option, if it does not
10679 # work, assume that -exports_file does not work either and
10680 # implicitly export all symbols.
10681 save_LDFLAGS="$LDFLAGS"
10682 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10684/* end confdefs.h. */
10685int foo(void) {}
10686_ACEOF
10687if ac_fn_c_try_link "$LINENO"; then :
10688 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'
10689
10690fi
10691rm -f core conftest.err conftest.$ac_objext \
10692 conftest$ac_exeext conftest.$ac_ext
10693 LDFLAGS="$save_LDFLAGS"
10694 else
10695 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'
10696 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'
10697 fi
10698 archive_cmds_need_lc='no'
10699 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10700 hardcode_libdir_separator=:
10701 inherit_rpath=yes
10702 link_all_deplibs=yes
10703 ;;
10704
10705 netbsd*)
10706 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10707 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10708 else
10709 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10710 fi
10711 hardcode_libdir_flag_spec='-R$libdir'
10712 hardcode_direct=yes
10713 hardcode_shlibpath_var=no
10714 ;;
10715
10716 newsos6)
10717 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10718 hardcode_direct=yes
10719 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10720 hardcode_libdir_separator=:
10721 hardcode_shlibpath_var=no
10722 ;;
10723
10724 *nto* | *qnx*)
10725 ;;
10726
10727 openbsd*)
10728 if test -f /usr/libexec/ld.so; then
10729 hardcode_direct=yes
10730 hardcode_shlibpath_var=no
10731 hardcode_direct_absolute=yes
10732 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10733 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10734 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10735 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10736 export_dynamic_flag_spec='${wl}-E'
10737 else
10738 case $host_os in
10739 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10740 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10741 hardcode_libdir_flag_spec='-R$libdir'
10742 ;;
10743 *)
10744 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10745 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10746 ;;
10747 esac
10748 fi
10749 else
10750 ld_shlibs=no
10751 fi
10752 ;;
10753
10754 os2*)
10755 hardcode_libdir_flag_spec='-L$libdir'
10756 hardcode_minus_L=yes
10757 allow_undefined_flag=unsupported
10758 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'
10759 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10760 ;;
10761
10762 osf3*)
10763 if test "$GCC" = yes; then
10764 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10765 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'
10766 else
10767 allow_undefined_flag=' -expect_unresolved \*'
10768 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'
10769 fi
10770 archive_cmds_need_lc='no'
10771 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10772 hardcode_libdir_separator=:
10773 ;;
10774
10775 osf4* | osf5*) # as osf3* with the addition of -msym flag
10776 if test "$GCC" = yes; then
10777 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10778 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'
10779 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10780 else
10781 allow_undefined_flag=' -expect_unresolved \*'
10782 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'
10783 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~
10784 $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'
10785
10786 # Both c and cxx compiler support -rpath directly
10787 hardcode_libdir_flag_spec='-rpath $libdir'
10788 fi
10789 archive_cmds_need_lc='no'
10790 hardcode_libdir_separator=:
10791 ;;
10792
10793 solaris*)
10794 no_undefined_flag=' -z defs'
10795 if test "$GCC" = yes; then
10796 wlarc='${wl}'
10797 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10798 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10799 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10800 else
10801 case `$CC -V 2>&1` in
10802 *"Compilers 5.0"*)
10803 wlarc=''
10804 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10805 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10806 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10807 ;;
10808 *)
10809 wlarc='${wl}'
10810 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10811 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10812 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10813 ;;
10814 esac
10815 fi
10816 hardcode_libdir_flag_spec='-R$libdir'
10817 hardcode_shlibpath_var=no
10818 case $host_os in
10819 solaris2.[0-5] | solaris2.[0-5].*) ;;
10820 *)
10821 # The compiler driver will combine and reorder linker options,
10822 # but understands `-z linker_flag'. GCC discards it without `$wl',
10823 # but is careful enough not to reorder.
10824 # Supported since Solaris 2.6 (maybe 2.5.1?)
10825 if test "$GCC" = yes; then
10826 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10827 else
10828 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10829 fi
10830 ;;
10831 esac
10832 link_all_deplibs=yes
10833 ;;
10834
10835 sunos4*)
10836 if test "x$host_vendor" = xsequent; then
10837 # Use $CC to link under sequent, because it throws in some extra .o
10838 # files that make .init and .fini sections work.
10839 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10840 else
10841 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10842 fi
10843 hardcode_libdir_flag_spec='-L$libdir'
10844 hardcode_direct=yes
10845 hardcode_minus_L=yes
10846 hardcode_shlibpath_var=no
10847 ;;
10848
10849 sysv4)
10850 case $host_vendor in
10851 sni)
10852 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10853 hardcode_direct=yes # is this really true???
10854 ;;
10855 siemens)
10856 ## LD is ld it makes a PLAMLIB
10857 ## CC just makes a GrossModule.
10858 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10859 reload_cmds='$CC -r -o $output$reload_objs'
10860 hardcode_direct=no
10861 ;;
10862 motorola)
10863 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10864 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10865 ;;
10866 esac
10867 runpath_var='LD_RUN_PATH'
10868 hardcode_shlibpath_var=no
10869 ;;
10870
10871 sysv4.3*)
10872 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10873 hardcode_shlibpath_var=no
10874 export_dynamic_flag_spec='-Bexport'
10875 ;;
10876
10877 sysv4*MP*)
10878 if test -d /usr/nec; then
10879 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10880 hardcode_shlibpath_var=no
10881 runpath_var=LD_RUN_PATH
10882 hardcode_runpath_var=yes
10883 ld_shlibs=yes
10884 fi
10885 ;;
10886
10887 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10888 no_undefined_flag='${wl}-z,text'
10889 archive_cmds_need_lc=no
10890 hardcode_shlibpath_var=no
10891 runpath_var='LD_RUN_PATH'
10892
10893 if test "$GCC" = yes; then
10894 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10895 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10896 else
10897 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10898 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10899 fi
10900 ;;
3346cfda 10901
bf3d9781
AM
10902 sysv5* | sco3.2v5* | sco5v6*)
10903 # Note: We can NOT use -z defs as we might desire, because we do not
10904 # link with -lc, and that would cause any symbols used from libc to
10905 # always be unresolved, which means just about no library would
10906 # ever link correctly. If we're not using GNU ld we use -z text
10907 # though, which does catch some bad symbols but isn't as heavy-handed
10908 # as -z defs.
10909 no_undefined_flag='${wl}-z,text'
10910 allow_undefined_flag='${wl}-z,nodefs'
10911 archive_cmds_need_lc=no
10912 hardcode_shlibpath_var=no
10913 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10914 hardcode_libdir_separator=':'
10915 link_all_deplibs=yes
10916 export_dynamic_flag_spec='${wl}-Bexport'
10917 runpath_var='LD_RUN_PATH'
10918
10919 if test "$GCC" = yes; then
10920 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10921 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10922 else
10923 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10924 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10925 fi
10926 ;;
10927
10928 uts4*)
10929 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10930 hardcode_libdir_flag_spec='-L$libdir'
10931 hardcode_shlibpath_var=no
10932 ;;
10933
10934 *)
10935 ld_shlibs=no
10936 ;;
10937 esac
10938
10939 if test x$host_vendor = xsni; then
10940 case $host in
10941 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10942 export_dynamic_flag_spec='${wl}-Blargedynsym'
10943 ;;
10944 esac
10945 fi
10946 fi
10947
10948{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10949$as_echo "$ld_shlibs" >&6; }
10950test "$ld_shlibs" = no && can_build_shared=no
10951
10952with_gnu_ld=$with_gnu_ld
10953
10954
10955
10956
10957
10958
10959
10960
10961
10962
10963
10964
10965
10966
10967
10968#
10969# Do we need to explicitly link libc?
10970#
10971case "x$archive_cmds_need_lc" in
10972x|xyes)
10973 # Assume -lc should be added
10974 archive_cmds_need_lc=yes
10975
10976 if test "$enable_shared" = yes && test "$GCC" = yes; then
10977 case $archive_cmds in
10978 *'~'*)
10979 # FIXME: we may have to deal with multi-command sequences.
10980 ;;
10981 '$CC '*)
10982 # Test whether the compiler implicitly links with -lc since on some
10983 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10984 # to ld, don't add -lc before -lgcc.
10985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10986$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10987if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
3346cfda
NC
10988 $as_echo_n "(cached) " >&6
10989else
bf3d9781
AM
10990 $RM conftest*
10991 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
3346cfda 10992
bf3d9781
AM
10993 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10994 (eval $ac_compile) 2>&5
3346cfda
NC
10995 ac_status=$?
10996 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
bf3d9781
AM
10997 test $ac_status = 0; } 2>conftest.err; then
10998 soname=conftest
10999 lib=conftest
11000 libobjs=conftest.$ac_objext
11001 deplibs=
11002 wl=$lt_prog_compiler_wl
11003 pic_flag=$lt_prog_compiler_pic
11004 compiler_flags=-v
11005 linker_flags=-v
11006 verstring=
11007 output_objdir=.
11008 libname=conftest
11009 lt_save_allow_undefined_flag=$allow_undefined_flag
11010 allow_undefined_flag=
11011 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11012 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11013 ac_status=$?
11014 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11015 test $ac_status = 0; }
11016 then
11017 lt_cv_archive_cmds_need_lc=no
11018 else
11019 lt_cv_archive_cmds_need_lc=yes
11020 fi
11021 allow_undefined_flag=$lt_save_allow_undefined_flag
11022 else
11023 cat conftest.err 1>&5
11024 fi
11025 $RM conftest*
3346cfda 11026
3346cfda 11027fi
bf3d9781
AM
11028{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11029$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11030 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11031 ;;
11032 esac
11033 fi
11034 ;;
11035esac
11036
11037
11038
11039
11040
11041
11042
11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
11058
11059
11060
11061
11062
11063
11064
11065
11066
11067
11068
11069
11070
11071
11072
11073
11074
11075
11076
11077
11078
11079
11080
11081
11082
11083
11084
11085
11086
11087
11088
11089
11090
11091
11092
11093
11094
11095
11096
11097
11098
11099
11100
11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
3346cfda 11111
3346cfda 11112
3346cfda 11113
3346cfda 11114
3346cfda 11115
3346cfda 11116
3346cfda 11117
3346cfda 11118
3346cfda 11119
3346cfda 11120
3346cfda 11121
3346cfda 11122
3346cfda 11123
3346cfda 11124
3346cfda 11125
3346cfda 11126
3346cfda 11127
3346cfda 11128
3346cfda
NC
11129
11130
3346cfda 11131
3346cfda 11132
3346cfda
NC
11133
11134
3346cfda 11135
3346cfda
NC
11136
11137
3346cfda 11138
3346cfda
NC
11139
11140
3346cfda 11141
3346cfda 11142
3346cfda 11143
3346cfda 11144
3346cfda 11145
3346cfda 11146
3346cfda 11147
3346cfda 11148
3346cfda 11149
3346cfda 11150
3346cfda 11151
3346cfda
NC
11152
11153
3346cfda 11154
3346cfda 11155
3346cfda
NC
11156
11157
3346cfda 11158
3346cfda 11159
3346cfda
NC
11160
11161
3346cfda 11162
3346cfda 11163
3346cfda 11164
3346cfda 11165
3346cfda 11166
3346cfda 11167
3346cfda 11168
3346cfda 11169
3346cfda 11170
3346cfda 11171
3346cfda 11172
3346cfda 11173
3346cfda 11174
3346cfda 11175
3346cfda 11176
3346cfda 11177
3346cfda 11178
3346cfda 11179
3346cfda 11180
3346cfda
NC
11181
11182
11183
3346cfda
NC
11184
11185
3346cfda 11186
3346cfda
NC
11187
11188
3346cfda
NC
11189
11190
3346cfda 11191
3346cfda 11192
bf3d9781
AM
11193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11194$as_echo_n "checking dynamic linker characteristics... " >&6; }
3346cfda 11195
bf3d9781
AM
11196if test "$GCC" = yes; then
11197 case $host_os in
11198 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11199 *) lt_awk_arg="/^libraries:/" ;;
11200 esac
11201 case $host_os in
11202 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11203 *) lt_sed_strip_eq="s,=/,/,g" ;;
11204 esac
11205 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11206 case $lt_search_path_spec in
11207 *\;*)
11208 # if the path contains ";" then we assume it to be the separator
11209 # otherwise default to the standard path separator (i.e. ":") - it is
11210 # assumed that no part of a normal pathname contains ";" but that should
11211 # okay in the real world where ";" in dirpaths is itself problematic.
11212 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11213 ;;
11214 *)
11215 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11216 ;;
11217 esac
11218 # Ok, now we have the path, separated by spaces, we can step through it
11219 # and add multilib dir if necessary.
11220 lt_tmp_lt_search_path_spec=
11221 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11222 for lt_sys_path in $lt_search_path_spec; do
11223 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11224 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11225 else
11226 test -d "$lt_sys_path" && \
11227 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11228 fi
11229 done
11230 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11231BEGIN {RS=" "; FS="/|\n";} {
11232 lt_foo="";
11233 lt_count=0;
11234 for (lt_i = NF; lt_i > 0; lt_i--) {
11235 if ($lt_i != "" && $lt_i != ".") {
11236 if ($lt_i == "..") {
11237 lt_count++;
11238 } else {
11239 if (lt_count == 0) {
11240 lt_foo="/" $lt_i lt_foo;
11241 } else {
11242 lt_count--;
11243 }
11244 }
11245 }
11246 }
11247 if (lt_foo != "") { lt_freq[lt_foo]++; }
11248 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11249}'`
11250 # AWK program above erroneously prepends '/' to C:/dos/paths
11251 # for these hosts.
11252 case $host_os in
11253 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11254 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11255 esac
11256 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11257else
11258 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11259fi
11260library_names_spec=
11261libname_spec='lib$name'
11262soname_spec=
11263shrext_cmds=".so"
11264postinstall_cmds=
11265postuninstall_cmds=
11266finish_cmds=
11267finish_eval=
11268shlibpath_var=
11269shlibpath_overrides_runpath=unknown
11270version_type=none
11271dynamic_linker="$host_os ld.so"
11272sys_lib_dlsearch_path_spec="/lib /usr/lib"
11273need_lib_prefix=unknown
11274hardcode_into_libs=no
11275
11276# when you set need_version to no, make sure it does not cause -set_version
11277# flags to be left without arguments
11278need_version=unknown
11279
11280case $host_os in
11281aix3*)
11282 version_type=linux
11283 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11284 shlibpath_var=LIBPATH
11285
11286 # AIX 3 has no versioning support, so we append a major version to the name.
11287 soname_spec='${libname}${release}${shared_ext}$major'
11288 ;;
11289
11290aix[4-9]*)
11291 version_type=linux
11292 need_lib_prefix=no
11293 need_version=no
11294 hardcode_into_libs=yes
11295 if test "$host_cpu" = ia64; then
11296 # AIX 5 supports IA64
11297 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11298 shlibpath_var=LD_LIBRARY_PATH
11299 else
11300 # With GCC up to 2.95.x, collect2 would create an import file
11301 # for dependence libraries. The import file would start with
11302 # the line `#! .'. This would cause the generated library to
11303 # depend on `.', always an invalid library. This was fixed in
11304 # development snapshots of GCC prior to 3.0.
11305 case $host_os in
11306 aix4 | aix4.[01] | aix4.[01].*)
11307 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11308 echo ' yes '
11309 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11310 :
11311 else
11312 can_build_shared=no
11313 fi
11314 ;;
11315 esac
11316 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11317 # soname into executable. Probably we can add versioning support to
11318 # collect2, so additional links can be useful in future.
11319 if test "$aix_use_runtimelinking" = yes; then
11320 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11321 # instead of lib<name>.a to let people know that these are not
11322 # typical AIX shared libraries.
11323 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11324 else
11325 # We preserve .a as extension for shared libraries through AIX4.2
11326 # and later when we are not doing run time linking.
11327 library_names_spec='${libname}${release}.a $libname.a'
11328 soname_spec='${libname}${release}${shared_ext}$major'
11329 fi
11330 shlibpath_var=LIBPATH
11331 fi
11332 ;;
11333
11334amigaos*)
11335 case $host_cpu in
11336 powerpc)
11337 # Since July 2007 AmigaOS4 officially supports .so libraries.
11338 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11339 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11340 ;;
11341 m68k)
11342 library_names_spec='$libname.ixlibrary $libname.a'
11343 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11344 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'
11345 ;;
11346 esac
11347 ;;
11348
11349beos*)
11350 library_names_spec='${libname}${shared_ext}'
11351 dynamic_linker="$host_os ld.so"
11352 shlibpath_var=LIBRARY_PATH
11353 ;;
11354
11355bsdi[45]*)
11356 version_type=linux
11357 need_version=no
11358 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11359 soname_spec='${libname}${release}${shared_ext}$major'
11360 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11361 shlibpath_var=LD_LIBRARY_PATH
11362 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11363 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11364 # the default ld.so.conf also contains /usr/contrib/lib and
11365 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11366 # libtool to hard-code these into programs
11367 ;;
11368
11369cygwin* | mingw* | pw32* | cegcc*)
11370 version_type=windows
11371 shrext_cmds=".dll"
11372 need_version=no
11373 need_lib_prefix=no
11374
11375 case $GCC,$host_os in
11376 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11377 library_names_spec='$libname.dll.a'
11378 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11379 postinstall_cmds='base_file=`basename \${file}`~
11380 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11381 dldir=$destdir/`dirname \$dlpath`~
11382 test -d \$dldir || mkdir -p \$dldir~
11383 $install_prog $dir/$dlname \$dldir/$dlname~
11384 chmod a+x \$dldir/$dlname~
11385 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11386 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11387 fi'
11388 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11389 dlpath=$dir/\$dldll~
11390 $RM \$dlpath'
11391 shlibpath_overrides_runpath=yes
11392
11393 case $host_os in
11394 cygwin*)
11395 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11396 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11397
11398 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11399 ;;
11400 mingw* | cegcc*)
11401 # MinGW DLLs use traditional 'lib' prefix
11402 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11403 ;;
11404 pw32*)
11405 # pw32 DLLs use 'pw' prefix rather than 'lib'
11406 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11407 ;;
11408 esac
11409 ;;
11410
11411 *)
11412 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11413 ;;
11414 esac
11415 dynamic_linker='Win32 ld.exe'
11416 # FIXME: first we should search . and the directory the executable is in
11417 shlibpath_var=PATH
11418 ;;
11419
11420darwin* | rhapsody*)
11421 dynamic_linker="$host_os dyld"
11422 version_type=darwin
11423 need_lib_prefix=no
11424 need_version=no
11425 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11426 soname_spec='${libname}${release}${major}$shared_ext'
11427 shlibpath_overrides_runpath=yes
11428 shlibpath_var=DYLD_LIBRARY_PATH
11429 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11430
11431 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11432 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11433 ;;
11434
11435dgux*)
11436 version_type=linux
11437 need_lib_prefix=no
11438 need_version=no
11439 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11440 soname_spec='${libname}${release}${shared_ext}$major'
11441 shlibpath_var=LD_LIBRARY_PATH
11442 ;;
11443
11444freebsd* | dragonfly*)
11445 # DragonFly does not have aout. When/if they implement a new
11446 # versioning mechanism, adjust this.
11447 if test -x /usr/bin/objformat; then
11448 objformat=`/usr/bin/objformat`
11449 else
11450 case $host_os in
11451 freebsd[23].*) objformat=aout ;;
11452 *) objformat=elf ;;
11453 esac
11454 fi
11455 version_type=freebsd-$objformat
11456 case $version_type in
11457 freebsd-elf*)
11458 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11459 need_version=no
11460 need_lib_prefix=no
11461 ;;
11462 freebsd-*)
11463 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11464 need_version=yes
11465 ;;
11466 esac
11467 shlibpath_var=LD_LIBRARY_PATH
11468 case $host_os in
11469 freebsd2.*)
11470 shlibpath_overrides_runpath=yes
11471 ;;
11472 freebsd3.[01]* | freebsdelf3.[01]*)
11473 shlibpath_overrides_runpath=yes
11474 hardcode_into_libs=yes
11475 ;;
11476 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11477 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11478 shlibpath_overrides_runpath=no
11479 hardcode_into_libs=yes
11480 ;;
11481 *) # from 4.6 on, and DragonFly
11482 shlibpath_overrides_runpath=yes
11483 hardcode_into_libs=yes
11484 ;;
11485 esac
11486 ;;
11487
11488gnu*)
11489 version_type=linux
11490 need_lib_prefix=no
11491 need_version=no
11492 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11493 soname_spec='${libname}${release}${shared_ext}$major'
11494 shlibpath_var=LD_LIBRARY_PATH
11495 hardcode_into_libs=yes
11496 ;;
11497
11498haiku*)
11499 version_type=linux
11500 need_lib_prefix=no
11501 need_version=no
11502 dynamic_linker="$host_os runtime_loader"
11503 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11504 soname_spec='${libname}${release}${shared_ext}$major'
11505 shlibpath_var=LIBRARY_PATH
11506 shlibpath_overrides_runpath=yes
11507 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
11508 hardcode_into_libs=yes
11509 ;;
11510
11511hpux9* | hpux10* | hpux11*)
11512 # Give a soname corresponding to the major version so that dld.sl refuses to
11513 # link against other versions.
11514 version_type=sunos
11515 need_lib_prefix=no
11516 need_version=no
11517 case $host_cpu in
11518 ia64*)
11519 shrext_cmds='.so'
11520 hardcode_into_libs=yes
11521 dynamic_linker="$host_os dld.so"
11522 shlibpath_var=LD_LIBRARY_PATH
11523 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11524 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11525 soname_spec='${libname}${release}${shared_ext}$major'
11526 if test "X$HPUX_IA64_MODE" = X32; then
11527 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11528 else
11529 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11530 fi
11531 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11532 ;;
11533 hppa*64*)
11534 shrext_cmds='.sl'
11535 hardcode_into_libs=yes
11536 dynamic_linker="$host_os dld.sl"
11537 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11538 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11539 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11540 soname_spec='${libname}${release}${shared_ext}$major'
11541 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11542 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11543 ;;
11544 *)
11545 shrext_cmds='.sl'
11546 dynamic_linker="$host_os dld.sl"
11547 shlibpath_var=SHLIB_PATH
11548 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11549 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11550 soname_spec='${libname}${release}${shared_ext}$major'
11551 ;;
11552 esac
11553 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11554 postinstall_cmds='chmod 555 $lib'
11555 # or fails outright, so override atomically:
11556 install_override_mode=555
11557 ;;
11558
11559interix[3-9]*)
11560 version_type=linux
11561 need_lib_prefix=no
11562 need_version=no
11563 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11564 soname_spec='${libname}${release}${shared_ext}$major'
11565 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11566 shlibpath_var=LD_LIBRARY_PATH
11567 shlibpath_overrides_runpath=no
11568 hardcode_into_libs=yes
11569 ;;
11570
11571irix5* | irix6* | nonstopux*)
11572 case $host_os in
11573 nonstopux*) version_type=nonstopux ;;
11574 *)
11575 if test "$lt_cv_prog_gnu_ld" = yes; then
11576 version_type=linux
11577 else
11578 version_type=irix
11579 fi ;;
11580 esac
11581 need_lib_prefix=no
11582 need_version=no
11583 soname_spec='${libname}${release}${shared_ext}$major'
11584 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11585 case $host_os in
11586 irix5* | nonstopux*)
11587 libsuff= shlibsuff=
11588 ;;
11589 *)
11590 case $LD in # libtool.m4 will add one of these switches to LD
11591 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11592 libsuff= shlibsuff= libmagic=32-bit;;
11593 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11594 libsuff=32 shlibsuff=N32 libmagic=N32;;
11595 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11596 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11597 *) libsuff= shlibsuff= libmagic=never-match;;
11598 esac
11599 ;;
11600 esac
11601 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11602 shlibpath_overrides_runpath=no
11603 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11604 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11605 hardcode_into_libs=yes
11606 ;;
11607
11608# No shared lib support for Linux oldld, aout, or coff.
11609linux*oldld* | linux*aout* | linux*coff*)
11610 dynamic_linker=no
11611 ;;
11612
11613# This must be Linux ELF.
11614linux* | k*bsd*-gnu | kopensolaris*-gnu)
11615 version_type=linux
11616 need_lib_prefix=no
11617 need_version=no
11618 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11619 soname_spec='${libname}${release}${shared_ext}$major'
11620 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11621 shlibpath_var=LD_LIBRARY_PATH
11622 shlibpath_overrides_runpath=no
11623
11624 # Some binutils ld are patched to set DT_RUNPATH
11625 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
3346cfda
NC
11626 $as_echo_n "(cached) " >&6
11627else
bf3d9781
AM
11628 lt_cv_shlibpath_overrides_runpath=no
11629 save_LDFLAGS=$LDFLAGS
11630 save_libdir=$libdir
11631 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11632 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3346cfda
NC
11634/* end confdefs.h. */
11635
3346cfda
NC
11636int
11637main ()
11638{
11639
11640 ;
11641 return 0;
11642}
11643_ACEOF
bf3d9781
AM
11644if ac_fn_c_try_link "$LINENO"; then :
11645 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11646 lt_cv_shlibpath_overrides_runpath=yes
3346cfda 11647fi
3346cfda 11648fi
bf3d9781
AM
11649rm -f core conftest.err conftest.$ac_objext \
11650 conftest$ac_exeext conftest.$ac_ext
11651 LDFLAGS=$save_LDFLAGS
11652 libdir=$save_libdir
3346cfda 11653
bf3d9781 11654fi
3346cfda 11655
bf3d9781 11656 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
3346cfda 11657
bf3d9781
AM
11658 # This implies no fast_install, which is unacceptable.
11659 # Some rework will be needed to allow for fast_install
11660 # before this can be enabled.
11661 hardcode_into_libs=yes
3346cfda 11662
bf3d9781
AM
11663 # Append ld.so.conf contents to the search path
11664 if test -f /etc/ld.so.conf; then
11665 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' ' '`
11666 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11667 fi
3346cfda 11668
bf3d9781
AM
11669 # We used to test for /lib/ld.so.1 and disable shared libraries on
11670 # powerpc, because MkLinux only supported shared libraries with the
11671 # GNU dynamic linker. Since this was broken with cross compilers,
11672 # most powerpc-linux boxes support dynamic linking these days and
11673 # people can always --disable-shared, the test was removed, and we
11674 # assume the GNU/Linux dynamic linker is in use.
11675 dynamic_linker='GNU/Linux ld.so'
11676 ;;
11677
11678netbsd*)
11679 version_type=sunos
11680 need_lib_prefix=no
11681 need_version=no
11682 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11683 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11684 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11685 dynamic_linker='NetBSD (a.out) ld.so'
11686 else
11687 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11688 soname_spec='${libname}${release}${shared_ext}$major'
11689 dynamic_linker='NetBSD ld.elf_so'
11690 fi
11691 shlibpath_var=LD_LIBRARY_PATH
11692 shlibpath_overrides_runpath=yes
11693 hardcode_into_libs=yes
11694 ;;
11695
11696newsos6)
11697 version_type=linux
11698 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11699 shlibpath_var=LD_LIBRARY_PATH
11700 shlibpath_overrides_runpath=yes
11701 ;;
11702
11703*nto* | *qnx*)
11704 version_type=qnx
11705 need_lib_prefix=no
11706 need_version=no
11707 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11708 soname_spec='${libname}${release}${shared_ext}$major'
11709 shlibpath_var=LD_LIBRARY_PATH
11710 shlibpath_overrides_runpath=no
11711 hardcode_into_libs=yes
11712 dynamic_linker='ldqnx.so'
11713 ;;
11714
11715openbsd*)
11716 version_type=sunos
11717 sys_lib_dlsearch_path_spec="/usr/lib"
11718 need_lib_prefix=no
11719 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11720 case $host_os in
11721 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11722 *) need_version=no ;;
11723 esac
11724 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11725 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11726 shlibpath_var=LD_LIBRARY_PATH
11727 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11728 case $host_os in
11729 openbsd2.[89] | openbsd2.[89].*)
11730 shlibpath_overrides_runpath=no
11731 ;;
11732 *)
11733 shlibpath_overrides_runpath=yes
11734 ;;
11735 esac
11736 else
11737 shlibpath_overrides_runpath=yes
11738 fi
11739 ;;
11740
11741os2*)
11742 libname_spec='$name'
11743 shrext_cmds=".dll"
11744 need_lib_prefix=no
11745 library_names_spec='$libname${shared_ext} $libname.a'
11746 dynamic_linker='OS/2 ld.exe'
11747 shlibpath_var=LIBPATH
11748 ;;
11749
11750osf3* | osf4* | osf5*)
11751 version_type=osf
11752 need_lib_prefix=no
11753 need_version=no
11754 soname_spec='${libname}${release}${shared_ext}$major'
11755 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11756 shlibpath_var=LD_LIBRARY_PATH
11757 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11758 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11759 ;;
11760
11761rdos*)
11762 dynamic_linker=no
11763 ;;
11764
11765solaris*)
11766 version_type=linux
11767 need_lib_prefix=no
11768 need_version=no
11769 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11770 soname_spec='${libname}${release}${shared_ext}$major'
11771 shlibpath_var=LD_LIBRARY_PATH
11772 shlibpath_overrides_runpath=yes
11773 hardcode_into_libs=yes
11774 # ldd complains unless libraries are executable
11775 postinstall_cmds='chmod +x $lib'
11776 ;;
11777
11778sunos4*)
11779 version_type=sunos
11780 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11781 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11782 shlibpath_var=LD_LIBRARY_PATH
11783 shlibpath_overrides_runpath=yes
11784 if test "$with_gnu_ld" = yes; then
11785 need_lib_prefix=no
11786 fi
11787 need_version=yes
11788 ;;
11789
11790sysv4 | sysv4.3*)
11791 version_type=linux
11792 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11793 soname_spec='${libname}${release}${shared_ext}$major'
11794 shlibpath_var=LD_LIBRARY_PATH
11795 case $host_vendor in
11796 sni)
11797 shlibpath_overrides_runpath=no
11798 need_lib_prefix=no
11799 runpath_var=LD_RUN_PATH
11800 ;;
11801 siemens)
11802 need_lib_prefix=no
11803 ;;
11804 motorola)
11805 need_lib_prefix=no
11806 need_version=no
11807 shlibpath_overrides_runpath=no
11808 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11809 ;;
11810 esac
11811 ;;
11812
11813sysv4*MP*)
11814 if test -d /usr/nec ;then
11815 version_type=linux
11816 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11817 soname_spec='$libname${shared_ext}.$major'
11818 shlibpath_var=LD_LIBRARY_PATH
11819 fi
11820 ;;
11821
11822sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11823 version_type=freebsd-elf
11824 need_lib_prefix=no
11825 need_version=no
11826 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11827 soname_spec='${libname}${release}${shared_ext}$major'
11828 shlibpath_var=LD_LIBRARY_PATH
11829 shlibpath_overrides_runpath=yes
11830 hardcode_into_libs=yes
11831 if test "$with_gnu_ld" = yes; then
11832 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11833 else
11834 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11835 case $host_os in
11836 sco3.2v5*)
11837 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11838 ;;
11839 esac
11840 fi
11841 sys_lib_dlsearch_path_spec='/usr/lib'
11842 ;;
11843
11844tpf*)
11845 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11846 version_type=linux
11847 need_lib_prefix=no
11848 need_version=no
11849 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11850 shlibpath_var=LD_LIBRARY_PATH
11851 shlibpath_overrides_runpath=no
11852 hardcode_into_libs=yes
11853 ;;
11854
11855uts4*)
11856 version_type=linux
11857 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11858 soname_spec='${libname}${release}${shared_ext}$major'
11859 shlibpath_var=LD_LIBRARY_PATH
11860 ;;
3346cfda 11861
bf3d9781
AM
11862*)
11863 dynamic_linker=no
11864 ;;
11865esac
11866{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11867$as_echo "$dynamic_linker" >&6; }
11868test "$dynamic_linker" = no && can_build_shared=no
3346cfda 11869
bf3d9781
AM
11870variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11871if test "$GCC" = yes; then
11872 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11873fi
3346cfda 11874
bf3d9781
AM
11875if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11876 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
3346cfda 11877fi
bf3d9781
AM
11878if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11879 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
3346cfda 11880fi
3346cfda 11881
3346cfda 11882
3346cfda 11883
3346cfda 11884
3346cfda 11885
3346cfda
NC
11886
11887
11888
3346cfda
NC
11889
11890
11891
11892
11893
11894
3346cfda
NC
11895
11896
11897
11898
3346cfda 11899
3346cfda 11900
3346cfda
NC
11901
11902
3346cfda 11903
3346cfda 11904
3346cfda
NC
11905
11906
3346cfda 11907
3346cfda
NC
11908
11909
11910
3346cfda
NC
11911
11912
3346cfda 11913
3346cfda 11914
3346cfda 11915
3346cfda 11916
3346cfda 11917
3346cfda 11918
3346cfda 11919
3346cfda
NC
11920
11921
3346cfda 11922
3346cfda
NC
11923
11924
3346cfda 11925
3346cfda
NC
11926
11927
3346cfda 11928
3346cfda 11929
3346cfda
NC
11930
11931
3346cfda
NC
11932
11933
3346cfda 11934
3346cfda 11935
3346cfda 11936
3346cfda 11937
bf3d9781
AM
11938
11939
11940
11941
11942
11943
11944
11945
11946
11947
11948
11949
11950
11951
11952
11953
11954
11955
11956
11957
11958
11959
11960
11961
11962
11963
11964
11965
11966
11967
11968
11969
11970
11971
11972
11973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11974$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11975hardcode_action=
11976if test -n "$hardcode_libdir_flag_spec" ||
11977 test -n "$runpath_var" ||
11978 test "X$hardcode_automatic" = "Xyes" ; then
11979
11980 # We can hardcode non-existent directories.
11981 if test "$hardcode_direct" != no &&
11982 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11983 # have to relink, otherwise we might link with an installed library
11984 # when we should be linking with a yet-to-be-installed one
11985 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11986 test "$hardcode_minus_L" != no; then
11987 # Linking always hardcodes the temporary library directory.
11988 hardcode_action=relink
11989 else
11990 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11991 hardcode_action=immediate
11992 fi
11993else
11994 # We cannot hardcode anything, or else we can only hardcode existing
11995 # directories.
11996 hardcode_action=unsupported
3346cfda 11997fi
bf3d9781
AM
11998{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11999$as_echo "$hardcode_action" >&6; }
3346cfda 12000
bf3d9781
AM
12001if test "$hardcode_action" = relink ||
12002 test "$inherit_rpath" = yes; then
12003 # Fast installation is not supported
12004 enable_fast_install=no
12005elif test "$shlibpath_overrides_runpath" = yes ||
12006 test "$enable_shared" = no; then
12007 # Fast installation is not necessary
12008 enable_fast_install=needless
3346cfda
NC
12009fi
12010
3346cfda 12011
3346cfda 12012
3346cfda 12013
3346cfda 12014
3346cfda 12015
bf3d9781
AM
12016 if test "x$enable_dlopen" != xyes; then
12017 enable_dlopen=unknown
12018 enable_dlopen_self=unknown
12019 enable_dlopen_self_static=unknown
12020else
12021 lt_cv_dlopen=no
12022 lt_cv_dlopen_libs=
3346cfda 12023
bf3d9781
AM
12024 case $host_os in
12025 beos*)
12026 lt_cv_dlopen="load_add_on"
12027 lt_cv_dlopen_libs=
12028 lt_cv_dlopen_self=yes
12029 ;;
3346cfda 12030
bf3d9781
AM
12031 mingw* | pw32* | cegcc*)
12032 lt_cv_dlopen="LoadLibrary"
12033 lt_cv_dlopen_libs=
12034 ;;
12035
12036 cygwin*)
12037 lt_cv_dlopen="dlopen"
12038 lt_cv_dlopen_libs=
12039 ;;
12040
12041 darwin*)
12042 # if libdl is installed we need to link against it
12043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12044$as_echo_n "checking for dlopen in -ldl... " >&6; }
12045if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12046 $as_echo_n "(cached) " >&6
12047else
12048 ac_check_lib_save_LIBS=$LIBS
12049LIBS="-ldl $LIBS"
12050cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12051/* end confdefs.h. */
12052
12053/* Override any GCC internal prototype to avoid an error.
12054 Use char because int might match the return type of a GCC
12055 builtin and then its argument prototype would still apply. */
12056#ifdef __cplusplus
12057extern "C"
12058#endif
12059char dlopen ();
12060int
12061main ()
12062{
12063return dlopen ();
12064 ;
12065 return 0;
12066}
3346cfda 12067_ACEOF
bf3d9781
AM
12068if ac_fn_c_try_link "$LINENO"; then :
12069 ac_cv_lib_dl_dlopen=yes
12070else
12071 ac_cv_lib_dl_dlopen=no
12072fi
12073rm -f core conftest.err conftest.$ac_objext \
12074 conftest$ac_exeext conftest.$ac_ext
12075LIBS=$ac_check_lib_save_LIBS
12076fi
12077{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12078$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12079if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12080 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12081else
12082
12083 lt_cv_dlopen="dyld"
12084 lt_cv_dlopen_libs=
12085 lt_cv_dlopen_self=yes
3346cfda
NC
12086
12087fi
12088
bf3d9781 12089 ;;
3346cfda 12090
bf3d9781
AM
12091 *)
12092 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12093if test "x$ac_cv_func_shl_load" = x""yes; then :
12094 lt_cv_dlopen="shl_load"
12095else
12096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12097$as_echo_n "checking for shl_load in -ldld... " >&6; }
12098if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12099 $as_echo_n "(cached) " >&6
12100else
12101 ac_check_lib_save_LIBS=$LIBS
12102LIBS="-ldld $LIBS"
12103cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12104/* end confdefs.h. */
12105
12106/* Override any GCC internal prototype to avoid an error.
12107 Use char because int might match the return type of a GCC
12108 builtin and then its argument prototype would still apply. */
12109#ifdef __cplusplus
12110extern "C"
12111#endif
12112char shl_load ();
12113int
12114main ()
12115{
12116return shl_load ();
12117 ;
12118 return 0;
12119}
12120_ACEOF
12121if ac_fn_c_try_link "$LINENO"; then :
12122 ac_cv_lib_dld_shl_load=yes
12123else
12124 ac_cv_lib_dld_shl_load=no
12125fi
12126rm -f core conftest.err conftest.$ac_objext \
12127 conftest$ac_exeext conftest.$ac_ext
12128LIBS=$ac_check_lib_save_LIBS
12129fi
12130{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12131$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12132if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12133 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12134else
12135 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12136if test "x$ac_cv_func_dlopen" = x""yes; then :
12137 lt_cv_dlopen="dlopen"
12138else
12139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12140$as_echo_n "checking for dlopen in -ldl... " >&6; }
12141if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12142 $as_echo_n "(cached) " >&6
12143else
12144 ac_check_lib_save_LIBS=$LIBS
12145LIBS="-ldl $LIBS"
12146cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12147/* end confdefs.h. */
12148
12149/* Override any GCC internal prototype to avoid an error.
12150 Use char because int might match the return type of a GCC
12151 builtin and then its argument prototype would still apply. */
12152#ifdef __cplusplus
12153extern "C"
12154#endif
12155char dlopen ();
12156int
12157main ()
12158{
12159return dlopen ();
12160 ;
12161 return 0;
12162}
3346cfda 12163_ACEOF
bf3d9781
AM
12164if ac_fn_c_try_link "$LINENO"; then :
12165 ac_cv_lib_dl_dlopen=yes
12166else
12167 ac_cv_lib_dl_dlopen=no
3346cfda 12168fi
bf3d9781
AM
12169rm -f core conftest.err conftest.$ac_objext \
12170 conftest$ac_exeext conftest.$ac_ext
12171LIBS=$ac_check_lib_save_LIBS
12172fi
12173{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12174$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12175if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12176 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12177else
12178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12179$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12180if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
3346cfda
NC
12181 $as_echo_n "(cached) " >&6
12182else
12183 ac_check_lib_save_LIBS=$LIBS
bf3d9781 12184LIBS="-lsvld $LIBS"
3346cfda
NC
12185cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12186/* end confdefs.h. */
12187
12188/* Override any GCC internal prototype to avoid an error.
12189 Use char because int might match the return type of a GCC
12190 builtin and then its argument prototype would still apply. */
12191#ifdef __cplusplus
12192extern "C"
12193#endif
bf3d9781 12194char dlopen ();
3346cfda
NC
12195int
12196main ()
12197{
bf3d9781 12198return dlopen ();
3346cfda
NC
12199 ;
12200 return 0;
12201}
12202_ACEOF
12203if ac_fn_c_try_link "$LINENO"; then :
bf3d9781 12204 ac_cv_lib_svld_dlopen=yes
3346cfda 12205else
bf3d9781 12206 ac_cv_lib_svld_dlopen=no
3346cfda
NC
12207fi
12208rm -f core conftest.err conftest.$ac_objext \
12209 conftest$ac_exeext conftest.$ac_ext
12210LIBS=$ac_check_lib_save_LIBS
12211fi
bf3d9781
AM
12212{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12213$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12214if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12215 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12216else
12217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12218$as_echo_n "checking for dld_link in -ldld... " >&6; }
12219if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
3346cfda
NC
12220 $as_echo_n "(cached) " >&6
12221else
12222 ac_check_lib_save_LIBS=$LIBS
bf3d9781 12223LIBS="-ldld $LIBS"
3346cfda
NC
12224cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12225/* end confdefs.h. */
12226
12227/* Override any GCC internal prototype to avoid an error.
12228 Use char because int might match the return type of a GCC
12229 builtin and then its argument prototype would still apply. */
12230#ifdef __cplusplus
12231extern "C"
12232#endif
bf3d9781 12233char dld_link ();
3346cfda
NC
12234int
12235main ()
12236{
bf3d9781 12237return dld_link ();
3346cfda
NC
12238 ;
12239 return 0;
12240}
12241_ACEOF
12242if ac_fn_c_try_link "$LINENO"; then :
bf3d9781 12243 ac_cv_lib_dld_dld_link=yes
3346cfda 12244else
bf3d9781 12245 ac_cv_lib_dld_dld_link=no
3346cfda
NC
12246fi
12247rm -f core conftest.err conftest.$ac_objext \
12248 conftest$ac_exeext conftest.$ac_ext
12249LIBS=$ac_check_lib_save_LIBS
12250fi
bf3d9781
AM
12251{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12252$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12253if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12254 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12255fi
3346cfda 12256
3346cfda
NC
12257
12258fi
12259
12260
bf3d9781 12261fi
3346cfda 12262
3346cfda 12263
3346cfda
NC
12264fi
12265
12266
bf3d9781
AM
12267fi
12268
12269
12270fi
12271
12272 ;;
12273 esac
12274
12275 if test "x$lt_cv_dlopen" != xno; then
12276 enable_dlopen=yes
12277 else
12278 enable_dlopen=no
12279 fi
12280
12281 case $lt_cv_dlopen in
12282 dlopen)
12283 save_CPPFLAGS="$CPPFLAGS"
12284 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12285
12286 save_LDFLAGS="$LDFLAGS"
12287 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12288
12289 save_LIBS="$LIBS"
12290 LIBS="$lt_cv_dlopen_libs $LIBS"
12291
12292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12293$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12294if test "${lt_cv_dlopen_self+set}" = set; then :
3346cfda
NC
12295 $as_echo_n "(cached) " >&6
12296else
bf3d9781
AM
12297 if test "$cross_compiling" = yes; then :
12298 lt_cv_dlopen_self=cross
12299else
12300 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12301 lt_status=$lt_dlunknown
12302 cat > conftest.$ac_ext <<_LT_EOF
aadc9410 12303#line 12303 "configure"
bf3d9781 12304#include "confdefs.h"
3346cfda 12305
bf3d9781
AM
12306#if HAVE_DLFCN_H
12307#include <dlfcn.h>
3346cfda 12308#endif
bf3d9781
AM
12309
12310#include <stdio.h>
12311
12312#ifdef RTLD_GLOBAL
12313# define LT_DLGLOBAL RTLD_GLOBAL
12314#else
12315# ifdef DL_GLOBAL
12316# define LT_DLGLOBAL DL_GLOBAL
12317# else
12318# define LT_DLGLOBAL 0
12319# endif
12320#endif
12321
12322/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12323 find out it does not work in some platform. */
12324#ifndef LT_DLLAZY_OR_NOW
12325# ifdef RTLD_LAZY
12326# define LT_DLLAZY_OR_NOW RTLD_LAZY
12327# else
12328# ifdef DL_LAZY
12329# define LT_DLLAZY_OR_NOW DL_LAZY
12330# else
12331# ifdef RTLD_NOW
12332# define LT_DLLAZY_OR_NOW RTLD_NOW
12333# else
12334# ifdef DL_NOW
12335# define LT_DLLAZY_OR_NOW DL_NOW
12336# else
12337# define LT_DLLAZY_OR_NOW 0
12338# endif
12339# endif
12340# endif
12341# endif
12342#endif
12343
12344/* When -fvisbility=hidden is used, assume the code has been annotated
12345 correspondingly for the symbols needed. */
12346#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12347void fnord () __attribute__((visibility("default")));
12348#endif
12349
12350void fnord () { int i=42; }
12351int main ()
3346cfda 12352{
bf3d9781
AM
12353 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12354 int status = $lt_dlunknown;
12355
12356 if (self)
12357 {
12358 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12359 else
12360 {
12361 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12362 else puts (dlerror ());
12363 }
12364 /* dlclose (self); */
12365 }
3346cfda 12366 else
bf3d9781
AM
12367 puts (dlerror ());
12368
12369 return status;
12370}
12371_LT_EOF
12372 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12373 (eval $ac_link) 2>&5
12374 ac_status=$?
12375 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12376 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12377 (./conftest; exit; ) >&5 2>/dev/null
12378 lt_status=$?
12379 case x$lt_status in
12380 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12381 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12382 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12383 esac
12384 else :
12385 # compilation failed
12386 lt_cv_dlopen_self=no
3346cfda 12387 fi
3346cfda 12388fi
bf3d9781
AM
12389rm -fr conftest*
12390
12391
3346cfda 12392fi
bf3d9781
AM
12393{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12394$as_echo "$lt_cv_dlopen_self" >&6; }
3346cfda 12395
bf3d9781
AM
12396 if test "x$lt_cv_dlopen_self" = xyes; then
12397 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12399$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12400if test "${lt_cv_dlopen_self_static+set}" = set; then :
12401 $as_echo_n "(cached) " >&6
3346cfda 12402else
bf3d9781
AM
12403 if test "$cross_compiling" = yes; then :
12404 lt_cv_dlopen_self_static=cross
12405else
12406 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12407 lt_status=$lt_dlunknown
12408 cat > conftest.$ac_ext <<_LT_EOF
aadc9410 12409#line 12409 "configure"
bf3d9781
AM
12410#include "confdefs.h"
12411
12412#if HAVE_DLFCN_H
12413#include <dlfcn.h>
12414#endif
12415
12416#include <stdio.h>
12417
12418#ifdef RTLD_GLOBAL
12419# define LT_DLGLOBAL RTLD_GLOBAL
12420#else
12421# ifdef DL_GLOBAL
12422# define LT_DLGLOBAL DL_GLOBAL
12423# else
12424# define LT_DLGLOBAL 0
12425# endif
12426#endif
12427
12428/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12429 find out it does not work in some platform. */
12430#ifndef LT_DLLAZY_OR_NOW
12431# ifdef RTLD_LAZY
12432# define LT_DLLAZY_OR_NOW RTLD_LAZY
12433# else
12434# ifdef DL_LAZY
12435# define LT_DLLAZY_OR_NOW DL_LAZY
12436# else
12437# ifdef RTLD_NOW
12438# define LT_DLLAZY_OR_NOW RTLD_NOW
12439# else
12440# ifdef DL_NOW
12441# define LT_DLLAZY_OR_NOW DL_NOW
12442# else
12443# define LT_DLLAZY_OR_NOW 0
12444# endif
12445# endif
12446# endif
12447# endif
12448#endif
12449
12450/* When -fvisbility=hidden is used, assume the code has been annotated
12451 correspondingly for the symbols needed. */
12452#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12453void fnord () __attribute__((visibility("default")));
12454#endif
12455
12456void fnord () { int i=42; }
12457int main ()
12458{
12459 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12460 int status = $lt_dlunknown;
12461
12462 if (self)
12463 {
12464 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12465 else
12466 {
12467 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12468 else puts (dlerror ());
12469 }
12470 /* dlclose (self); */
12471 }
12472 else
12473 puts (dlerror ());
12474
12475 return status;
12476}
12477_LT_EOF
12478 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12479 (eval $ac_link) 2>&5
12480 ac_status=$?
12481 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12482 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12483 (./conftest; exit; ) >&5 2>/dev/null
12484 lt_status=$?
12485 case x$lt_status in
12486 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12487 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12488 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12489 esac
12490 else :
12491 # compilation failed
12492 lt_cv_dlopen_self_static=no
12493 fi
3346cfda 12494fi
bf3d9781
AM
12495rm -fr conftest*
12496
12497
3346cfda 12498fi
bf3d9781
AM
12499{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12500$as_echo "$lt_cv_dlopen_self_static" >&6; }
12501 fi
12502
12503 CPPFLAGS="$save_CPPFLAGS"
12504 LDFLAGS="$save_LDFLAGS"
12505 LIBS="$save_LIBS"
12506 ;;
12507 esac
12508
12509 case $lt_cv_dlopen_self in
12510 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12511 *) enable_dlopen_self=unknown ;;
12512 esac
3346cfda 12513
bf3d9781
AM
12514 case $lt_cv_dlopen_self_static in
12515 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12516 *) enable_dlopen_self_static=unknown ;;
12517 esac
3346cfda
NC
12518fi
12519
3346cfda 12520
3346cfda 12521
bf3d9781
AM
12522
12523
12524
12525
12526
12527
12528
12529
12530
12531
12532
12533
12534
12535
12536striplib=
12537old_striplib=
12538{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12539$as_echo_n "checking whether stripping libraries is possible... " >&6; }
12540if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12541 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12542 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12544$as_echo "yes" >&6; }
12545else
12546# FIXME - insert some real tests, host_os isn't really good enough
12547 case $host_os in
12548 darwin*)
12549 if test -n "$STRIP" ; then
12550 striplib="$STRIP -x"
12551 old_striplib="$STRIP -S"
12552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12553$as_echo "yes" >&6; }
12554 else
12555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12556$as_echo "no" >&6; }
12557 fi
12558 ;;
12559 *)
12560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12561$as_echo "no" >&6; }
12562 ;;
12563 esac
12564fi
12565
12566
12567
12568
12569
12570
12571
12572
12573
12574
12575
12576
12577 # Report which library types will actually be built
12578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12579$as_echo_n "checking if libtool supports shared libraries... " >&6; }
12580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12581$as_echo "$can_build_shared" >&6; }
12582
12583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12584$as_echo_n "checking whether to build shared libraries... " >&6; }
12585 test "$can_build_shared" = "no" && enable_shared=no
12586
12587 # On AIX, shared libraries and static libraries use the same namespace, and
12588 # are all built from PIC.
12589 case $host_os in
12590 aix3*)
12591 test "$enable_shared" = yes && enable_static=no
12592 if test -n "$RANLIB"; then
12593 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12594 postinstall_cmds='$RANLIB $lib'
12595 fi
12596 ;;
12597
12598 aix[4-9]*)
12599 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12600 test "$enable_shared" = yes && enable_static=no
12601 fi
12602 ;;
12603 esac
12604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12605$as_echo "$enable_shared" >&6; }
12606
12607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12608$as_echo_n "checking whether to build static libraries... " >&6; }
12609 # Make sure either enable_shared or enable_static is yes.
12610 test "$enable_shared" = yes || enable_static=yes
12611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12612$as_echo "$enable_static" >&6; }
12613
12614
12615
12616
12617fi
12618ac_ext=c
12619ac_cpp='$CPP $CPPFLAGS'
12620ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12621ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12622ac_compiler_gnu=$ac_cv_c_compiler_gnu
12623
12624CC="$lt_save_CC"
12625
12626
12627
12628
12629
12630
12631
12632
12633
12634
12635
12636
12637
12638 ac_config_commands="$ac_config_commands libtool"
12639
12640
12641
12642
12643# Only expand once:
12644
12645
3346cfda
NC
12646
12647
12648. ${srcdir}/../../bfd/configure.host
12649
12650
12651
bf3d9781
AM
12652
12653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12654$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12655 # Check whether --enable-maintainer-mode was given.
3346cfda 12656if test "${enable_maintainer_mode+set}" = set; then :
bf3d9781
AM
12657 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12658else
12659 USE_MAINTAINER_MODE=no
3346cfda 12660fi
bf3d9781
AM
12661
12662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12663$as_echo "$USE_MAINTAINER_MODE" >&6; }
12664 if test $USE_MAINTAINER_MODE = yes; then
12665 MAINTAINER_MODE_TRUE=
12666 MAINTAINER_MODE_FALSE='#'
3346cfda 12667else
bf3d9781
AM
12668 MAINTAINER_MODE_TRUE='#'
12669 MAINTAINER_MODE_FALSE=
3346cfda
NC
12670fi
12671
bf3d9781
AM
12672 MAINT=$MAINTAINER_MODE_TRUE
12673
12674
3346cfda
NC
12675
12676
12677# Check whether --enable-sim-bswap was given.
12678if test "${enable_sim_bswap+set}" = set; then :
12679 enableval=$enable_sim_bswap; case "${enableval}" in
12680 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
12681 no) sim_bswap="-DWITH_BSWAP=0";;
12682 *) as_fn_error "\"--enable-sim-bswap does not take a value\"" "$LINENO" 5; sim_bswap="";;
12683esac
12684if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
12685 echo "Setting bswap flags = $sim_bswap" 6>&1
12686fi
12687else
12688 sim_bswap=""
12689fi
12690
12691
12692
12693# Check whether --enable-sim-cflags was given.
12694if test "${enable_sim_cflags+set}" = set; then :
12695 enableval=$enable_sim_cflags; case "${enableval}" in
12696 yes) sim_cflags="-O2 -fomit-frame-pointer";;
12697 trace) as_fn_error "\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags="";;
12698 no) sim_cflags="";;
12699 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12700esac
12701if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
12702 echo "Setting sim cflags = $sim_cflags" 6>&1
12703fi
12704else
12705 sim_cflags=""
12706fi
12707
12708
12709
12710# Check whether --enable-sim-debug was given.
12711if test "${enable_sim_debug+set}" = set; then :
12712 enableval=$enable_sim_debug; case "${enableval}" in
12713 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
12714 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
12715 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
12716esac
12717if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
12718 echo "Setting sim debug = $sim_debug" 6>&1
12719fi
12720else
12721 sim_debug=""
12722fi
12723
12724
12725
12726# Check whether --enable-sim-stdio was given.
12727if test "${enable_sim_stdio+set}" = set; then :
12728 enableval=$enable_sim_stdio; case "${enableval}" in
12729 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
12730 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
12731 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
12732esac
12733if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
12734 echo "Setting stdio flags = $sim_stdio" 6>&1
12735fi
12736else
12737 sim_stdio=""
12738fi
12739
12740
12741
12742# Check whether --enable-sim-trace was given.
12743if test "${enable_sim_trace+set}" = set; then :
12744 enableval=$enable_sim_trace; case "${enableval}" in
12745 yes) sim_trace="-DTRACE=1 -DWITH_TRACE=-1";;
12746 no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";;
12747 [-0-9]*)
12748 sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";;
12749 [[:lower:]]*)
12750 sim_trace=""
12751 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12752 if test x"$sim_trace" = x; then
12753 sim_trace="-DWITH_TRACE='(TRACE_$x"
12754 else
12755 sim_trace="${sim_trace}|TRACE_$x"
12756 fi
12757 done
12758 sim_trace="$sim_trace)'" ;;
12759esac
12760if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
12761 echo "Setting sim trace = $sim_trace" 6>&1
12762fi
12763else
12764 sim_trace=""
12765fi
12766
12767
12768
12769# Check whether --enable-sim-profile was given.
12770if test "${enable_sim_profile+set}" = set; then :
12771 enableval=$enable_sim_profile; case "${enableval}" in
12772 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
12773 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
12774 [-0-9]*)
12775 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
12776 [a-z]*)
12777 sim_profile=""
12778 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12779 if test x"$sim_profile" = x; then
12780 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
12781 else
12782 sim_profile="${sim_profile}|PROFILE_$x"
12783 fi
12784 done
12785 sim_profile="$sim_profile)'" ;;
12786esac
12787if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
12788 echo "Setting sim profile = $sim_profile" 6>&1
12789fi
12790else
12791 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
12792fi
12793
12794
12795
12796
12797# Check whether --with-pkgversion was given.
12798if test "${with_pkgversion+set}" = set; then :
12799 withval=$with_pkgversion; case "$withval" in
12800 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
12801 no) PKGVERSION= ;;
12802 *) PKGVERSION="($withval) " ;;
12803 esac
12804else
12805 PKGVERSION="(GDB) "
12806
12807fi
12808
12809
12810
12811
12812
12813# Check whether --with-bugurl was given.
12814if test "${with_bugurl+set}" = set; then :
12815 withval=$with_bugurl; case "$withval" in
12816 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
12817 no) BUGURL=
12818 ;;
12819 *) BUGURL="$withval"
12820 ;;
12821 esac
12822else
12823 BUGURL="http://www.gnu.org/software/gdb/bugs/"
12824
12825fi
12826
12827 case ${BUGURL} in
12828 "")
12829 REPORT_BUGS_TO=
12830 REPORT_BUGS_TEXI=
12831 ;;
12832 *)
12833 REPORT_BUGS_TO="<$BUGURL>"
12834 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12835 ;;
12836 esac;
12837
12838
12839
12840
12841cat >>confdefs.h <<_ACEOF
12842#define PKGVERSION "$PKGVERSION"
12843_ACEOF
12844
12845
12846cat >>confdefs.h <<_ACEOF
12847#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
12848_ACEOF
12849
12850
12851{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
12852$as_echo_n "checking return type of signal handlers... " >&6; }
12853if test "${ac_cv_type_signal+set}" = set; then :
12854 $as_echo_n "(cached) " >&6
12855else
12856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12857/* end confdefs.h. */
12858#include <sys/types.h>
12859#include <signal.h>
12860
12861int
12862main ()
12863{
12864return *(signal (0, 0)) (0) == 1;
12865 ;
12866 return 0;
12867}
12868_ACEOF
12869if ac_fn_c_try_compile "$LINENO"; then :
12870 ac_cv_type_signal=int
12871else
12872 ac_cv_type_signal=void
12873fi
12874rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12875fi
12876{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
12877$as_echo "$ac_cv_type_signal" >&6; }
12878
12879cat >>confdefs.h <<_ACEOF
12880#define RETSIGTYPE $ac_cv_type_signal
12881_ACEOF
12882
12883
12884
12885
12886
12887sim_link_files=
12888sim_link_links=
12889
3346cfda
NC
12890# targ-vals.def points to the libc macro description file.
12891case "${target}" in
12892*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
12893esac
12894sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
12895sim_link_links="${sim_link_links} targ-vals.def"
12896
12897
12898
12899for ac_header in getopt.h
12900do :
12901 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default"
12902if test "x$ac_cv_header_getopt_h" = x""yes; then :
12903 cat >>confdefs.h <<_ACEOF
12904#define HAVE_GETOPT_H 1
12905_ACEOF
12906
12907fi
12908
12909done
12910
12911
12912
12913wire_endian="LITTLE_ENDIAN"
12914default_endian=""
12915# Check whether --enable-sim-endian was given.
12916if test "${enable_sim_endian+set}" = set; then :
12917 enableval=$enable_sim_endian; case "${enableval}" in
12918 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BIG_ENDIAN";;
12919 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=LITTLE_ENDIAN";;
12920 yes) if test x"$wire_endian" != x; then
12921 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
12922 else
12923 if test x"$default_endian" != x; then
12924 sim_endian="-DWITH_TARGET_BYTE_ORDER=${default_endian}"
12925 else
12926 echo "No hard-wired endian for target $target" 1>&6
12927 sim_endian="-DWITH_TARGET_BYTE_ORDER=0"
12928 fi
12929 fi;;
12930 no) if test x"$default_endian" != x; then
12931 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
12932 else
12933 if test x"$wire_endian" != x; then
12934 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${wire_endian}"
12935 else
12936 echo "No default endian for target $target" 1>&6
12937 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=0"
12938 fi
12939 fi;;
12940 *) as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
12941esac
12942if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
12943 echo "Setting endian flags = $sim_endian" 6>&1
12944fi
12945else
12946 if test x"$default_endian" != x; then
12947 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
12948else
12949 if test x"$wire_endian" != x; then
12950 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
12951 else
12952 sim_endian=
12953 fi
12954fi
12955fi
12956
12957wire_alignment="STRICT_ALIGNMENT"
12958default_alignment="STRICT_ALIGNMENT"
12959
12960# Check whether --enable-sim-alignment was given.
12961if test "${enable_sim_alignment+set}" = set; then :
12962 enableval=$enable_sim_alignment; case "${enableval}" in
12963 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
12964 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
12965 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
12966 yes) if test x"$wire_alignment" != x; then
12967 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
12968 else
12969 if test x"$default_alignment" != x; then
12970 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
12971 else
12972 echo "No hard-wired alignment for target $target" 1>&6
12973 sim_alignment="-DWITH_ALIGNMENT=0"
12974 fi
12975 fi;;
12976 no) if test x"$default_alignment" != x; then
12977 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
12978 else
12979 if test x"$wire_alignment" != x; then
12980 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
12981 else
12982 echo "No default alignment for target $target" 1>&6
12983 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
12984 fi
12985 fi;;
12986 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
12987esac
12988if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
12989 echo "Setting alignment flags = $sim_alignment" 6>&1
12990fi
12991else
12992 if test x"$default_alignment" != x; then
12993 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
12994else
12995 if test x"$wire_alignment" != x; then
12996 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
12997 else
12998 sim_alignment=
12999 fi
13000fi
13001fi
13002
13003
c1e768db
MF
13004default_sim_inline=""
13005# Check whether --enable-sim-inline was given.
13006if test "${enable_sim_inline+set}" = set; then :
13007 enableval=$enable_sim_inline; sim_inline=""
13008case "$enableval" in
13009 no) sim_inline="-DDEFAULT_INLINE=0";;
13010 0) sim_inline="-DDEFAULT_INLINE=0";;
13011 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13012 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13013 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13014 new_flag=""
13015 case "$x" in
13016 *_INLINE=*) new_flag="-D$x";;
13017 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13018 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13019 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13020 esac
13021 if test x"$sim_inline" = x""; then
13022 sim_inline="$new_flag"
13023 else
13024 sim_inline="$sim_inline $new_flag"
13025 fi
13026 done;;
13027esac
13028if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13029 echo "Setting inline flags = $sim_inline" 6>&1
13030fi
13031else
13032
13033if test "x$cross_compiling" = "xno"; then
13034 if test x"$GCC" != "x" -a x"${default_sim_inline}" != "x" ; then
13035 sim_inline="${default_sim_inline}"
13036 if test x"$silent" != x"yes"; then
13037 echo "Setting inline flags = $sim_inline" 6>&1
13038 fi
13039 else
13040 sim_inline=""
13041 fi
13042else
13043 sim_inline="-DDEFAULT_INLINE=0"
13044fi
13045fi
13046
13047
13048# Check whether --enable-werror was given.
13049if test "${enable_werror+set}" = set; then :
13050 enableval=$enable_werror; case "${enableval}" in
13051 yes | y) ERROR_ON_WARNING="yes" ;;
13052 no | n) ERROR_ON_WARNING="no" ;;
13053 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
13054 esac
13055fi
13056
13057
13058# Enable -Werror by default when using gcc
13059if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13060 ERROR_ON_WARNING=yes
13061fi
13062
13063WERROR_CFLAGS=""
13064if test "${ERROR_ON_WARNING}" = yes ; then
13065# NOTE: Disabled in the sim dir due to most sims generating warnings.
13066# WERROR_CFLAGS="-Werror"
13067 true
13068fi
13069
13070build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
13071-Wpointer-sign \
13072-Wno-unused -Wunused-value -Wunused-function \
13073-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
13074-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
13075-Wold-style-declaration -Wold-style-definition"
13076
13077# Enable -Wno-format by default when using gcc on mingw since many
13078# GCC versions complain about %I64.
13079case "${host}" in
13080 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
13081 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
13082esac
13083
13084# Check whether --enable-build-warnings was given.
13085if test "${enable_build_warnings+set}" = set; then :
13086 enableval=$enable_build_warnings; case "${enableval}" in
13087 yes) ;;
13088 no) build_warnings="-w";;
13089 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13090 build_warnings="${build_warnings} ${t}";;
13091 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13092 build_warnings="${t} ${build_warnings}";;
13093 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13094esac
13095if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13096 echo "Setting compiler warning flags = $build_warnings" 6>&1
13097fi
13098fi
13099# Check whether --enable-sim-build-warnings was given.
13100if test "${enable_sim_build_warnings+set}" = set; then :
13101 enableval=$enable_sim_build_warnings; case "${enableval}" in
13102 yes) ;;
13103 no) build_warnings="-w";;
13104 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13105 build_warnings="${build_warnings} ${t}";;
13106 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13107 build_warnings="${t} ${build_warnings}";;
13108 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13109esac
13110if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13111 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13112fi
13113fi
13114WARN_CFLAGS=""
13115if test "x${build_warnings}" != x -a "x$GCC" = xyes
13116then
13117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13118$as_echo_n "checking compiler warning flags... " >&6; }
13119 # Separate out the -Werror flag as some files just cannot be
13120 # compiled with it enabled.
13121 for w in ${build_warnings}; do
13122 case $w in
13123 -Werr*) WERROR_CFLAGS=-Werror ;;
13124 *) # Check that GCC accepts it
13125 saved_CFLAGS="$CFLAGS"
13126 CFLAGS="$CFLAGS $w"
13127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13128/* end confdefs.h. */
13129
13130int
13131main ()
13132{
13133
13134 ;
13135 return 0;
13136}
13137_ACEOF
13138if ac_fn_c_try_compile "$LINENO"; then :
13139 WARN_CFLAGS="${WARN_CFLAGS} $w"
13140fi
13141rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13142 CFLAGS="$saved_CFLAGS"
13143 esac
13144 done
13145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13146$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
13147fi
13148
13149
3346cfda
NC
13150
13151ac_sources="$sim_link_files"
13152ac_dests="$sim_link_links"
13153while test -n "$ac_sources"; do
13154 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
13155 set $ac_sources; ac_source=$1; shift; ac_sources=$*
13156 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
13157done
13158ac_config_links="$ac_config_links $ac_config_links_1"
13159
13160cgen_breaks=""
13161if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13162cgen_breaks="break cgen_rtx_error";
13163fi
13164
13165ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
13166
13167ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
13168
13169ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
13170
13171ac_config_commands="$ac_config_commands Makefile"
13172
13173ac_config_commands="$ac_config_commands stamp-h"
13174
13175cat >confcache <<\_ACEOF
13176# This file is a shell script that caches the results of configure
13177# tests run on this system so they can be shared between configure
13178# scripts and configure runs, see configure's option --config-cache.
13179# It is not useful on other systems. If it contains results you don't
13180# want to keep, you may remove or edit it.
13181#
13182# config.status only pays attention to the cache file if you give it
13183# the --recheck option to rerun configure.
13184#
13185# `ac_cv_env_foo' variables (set or unset) will be overridden when
13186# loading this file, other *unset* `ac_cv_foo' will be assigned the
13187# following values.
13188
13189_ACEOF
13190
13191# The following way of writing the cache mishandles newlines in values,
13192# but we know of no workaround that is simple, portable, and efficient.
13193# So, we kill variables containing newlines.
13194# Ultrix sh set writes to stderr and can't be redirected directly,
13195# and sets the high bit in the cache file unless we assign to the vars.
13196(
13197 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13198 eval ac_val=\$$ac_var
13199 case $ac_val in #(
13200 *${as_nl}*)
13201 case $ac_var in #(
13202 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13203$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13204 esac
13205 case $ac_var in #(
13206 _ | IFS | as_nl) ;; #(
13207 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13208 *) { eval $ac_var=; unset $ac_var;} ;;
13209 esac ;;
13210 esac
13211 done
13212
13213 (set) 2>&1 |
13214 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13215 *${as_nl}ac_space=\ *)
13216 # `set' does not quote correctly, so add quotes: double-quote
13217 # substitution turns \\\\ into \\, and sed turns \\ into \.
13218 sed -n \
13219 "s/'/'\\\\''/g;
13220 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13221 ;; #(
13222 *)
13223 # `set' quotes correctly as required by POSIX, so do not add quotes.
13224 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13225 ;;
13226 esac |
13227 sort
13228) |
13229 sed '
13230 /^ac_cv_env_/b end
13231 t clear
13232 :clear
13233 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13234 t end
13235 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13236 :end' >>confcache
13237if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13238 if test -w "$cache_file"; then
13239 test "x$cache_file" != "x/dev/null" &&
13240 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13241$as_echo "$as_me: updating cache $cache_file" >&6;}
13242 cat confcache >$cache_file
13243 else
13244 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13245$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13246 fi
13247fi
13248rm -f confcache
13249
13250test "x$prefix" = xNONE && prefix=$ac_default_prefix
13251# Let make expand exec_prefix.
13252test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13253
13254DEFS=-DHAVE_CONFIG_H
13255
13256ac_libobjs=
13257ac_ltlibobjs=
13258for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13259 # 1. Remove the extension, and $U if already installed.
13260 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13261 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13262 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13263 # will be set to the directory where LIBOBJS objects are built.
13264 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13265 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13266done
13267LIBOBJS=$ac_libobjs
13268
13269LTLIBOBJS=$ac_ltlibobjs
13270
13271
13272if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13273 as_fn_error "conditional \"GMAKE\" was never defined.
13274Usually this means the macro was only invoked conditionally." "$LINENO" 5
13275fi
bf3d9781
AM
13276if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13277 as_fn_error "conditional \"PLUGINS\" was never defined.
13278Usually this means the macro was only invoked conditionally." "$LINENO" 5
13279fi
13280if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13281 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13282Usually this means the macro was only invoked conditionally." "$LINENO" 5
13283fi
3346cfda
NC
13284
13285: ${CONFIG_STATUS=./config.status}
13286ac_write_fail=0
13287ac_clean_files_save=$ac_clean_files
13288ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13289{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13290$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13291as_write_fail=0
13292cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13293#! $SHELL
13294# Generated by $as_me.
13295# Run this file to recreate the current configuration.
13296# Compiler output produced by configure, useful for debugging
13297# configure, is in config.log if it exists.
13298
13299debug=false
13300ac_cs_recheck=false
13301ac_cs_silent=false
13302
13303SHELL=\${CONFIG_SHELL-$SHELL}
13304export SHELL
13305_ASEOF
13306cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13307## -------------------- ##
13308## M4sh Initialization. ##
13309## -------------------- ##
13310
13311# Be more Bourne compatible
13312DUALCASE=1; export DUALCASE # for MKS sh
13313if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13314 emulate sh
13315 NULLCMD=:
13316 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13317 # is contrary to our usage. Disable this feature.
13318 alias -g '${1+"$@"}'='"$@"'
13319 setopt NO_GLOB_SUBST
13320else
13321 case `(set -o) 2>/dev/null` in #(
13322 *posix*) :
13323 set -o posix ;; #(
13324 *) :
13325 ;;
13326esac
13327fi
13328
13329
13330as_nl='
13331'
13332export as_nl
13333# Printing a long string crashes Solaris 7 /usr/bin/printf.
13334as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13335as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13336as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13337# Prefer a ksh shell builtin over an external printf program on Solaris,
13338# but without wasting forks for bash or zsh.
13339if test -z "$BASH_VERSION$ZSH_VERSION" \
13340 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13341 as_echo='print -r --'
13342 as_echo_n='print -rn --'
13343elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13344 as_echo='printf %s\n'
13345 as_echo_n='printf %s'
13346else
13347 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13348 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13349 as_echo_n='/usr/ucb/echo -n'
13350 else
13351 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13352 as_echo_n_body='eval
13353 arg=$1;
13354 case $arg in #(
13355 *"$as_nl"*)
13356 expr "X$arg" : "X\\(.*\\)$as_nl";
13357 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13358 esac;
13359 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13360 '
13361 export as_echo_n_body
13362 as_echo_n='sh -c $as_echo_n_body as_echo'
13363 fi
13364 export as_echo_body
13365 as_echo='sh -c $as_echo_body as_echo'
13366fi
13367
13368# The user is always right.
13369if test "${PATH_SEPARATOR+set}" != set; then
13370 PATH_SEPARATOR=:
13371 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13372 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13373 PATH_SEPARATOR=';'
13374 }
13375fi
13376
13377
13378# IFS
13379# We need space, tab and new line, in precisely that order. Quoting is
13380# there to prevent editors from complaining about space-tab.
13381# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13382# splitting by setting IFS to empty value.)
13383IFS=" "" $as_nl"
13384
13385# Find who we are. Look in the path if we contain no directory separator.
13386case $0 in #((
13387 *[\\/]* ) as_myself=$0 ;;
13388 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13389for as_dir in $PATH
13390do
13391 IFS=$as_save_IFS
13392 test -z "$as_dir" && as_dir=.
13393 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13394 done
13395IFS=$as_save_IFS
13396
13397 ;;
13398esac
13399# We did not find ourselves, most probably we were run as `sh COMMAND'
13400# in which case we are not to be found in the path.
13401if test "x$as_myself" = x; then
13402 as_myself=$0
13403fi
13404if test ! -f "$as_myself"; then
13405 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13406 exit 1
13407fi
13408
13409# Unset variables that we do not need and which cause bugs (e.g. in
13410# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13411# suppresses any "Segmentation fault" message there. '((' could
13412# trigger a bug in pdksh 5.2.14.
13413for as_var in BASH_ENV ENV MAIL MAILPATH
13414do eval test x\${$as_var+set} = xset \
13415 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13416done
13417PS1='$ '
13418PS2='> '
13419PS4='+ '
13420
13421# NLS nuisances.
13422LC_ALL=C
13423export LC_ALL
13424LANGUAGE=C
13425export LANGUAGE
13426
13427# CDPATH.
13428(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13429
13430
13431# as_fn_error ERROR [LINENO LOG_FD]
13432# ---------------------------------
13433# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13434# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13435# script with status $?, using 1 if that was 0.
13436as_fn_error ()
13437{
13438 as_status=$?; test $as_status -eq 0 && as_status=1
13439 if test "$3"; then
13440 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13441 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13442 fi
13443 $as_echo "$as_me: error: $1" >&2
13444 as_fn_exit $as_status
13445} # as_fn_error
13446
13447
13448# as_fn_set_status STATUS
13449# -----------------------
13450# Set $? to STATUS, without forking.
13451as_fn_set_status ()
13452{
13453 return $1
13454} # as_fn_set_status
13455
13456# as_fn_exit STATUS
13457# -----------------
13458# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13459as_fn_exit ()
13460{
13461 set +e
13462 as_fn_set_status $1
13463 exit $1
13464} # as_fn_exit
13465
13466# as_fn_unset VAR
13467# ---------------
13468# Portably unset VAR.
13469as_fn_unset ()
13470{
13471 { eval $1=; unset $1;}
13472}
13473as_unset=as_fn_unset
13474# as_fn_append VAR VALUE
13475# ----------------------
13476# Append the text in VALUE to the end of the definition contained in VAR. Take
13477# advantage of any shell optimizations that allow amortized linear growth over
13478# repeated appends, instead of the typical quadratic growth present in naive
13479# implementations.
13480if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13481 eval 'as_fn_append ()
13482 {
13483 eval $1+=\$2
13484 }'
13485else
13486 as_fn_append ()
13487 {
13488 eval $1=\$$1\$2
13489 }
13490fi # as_fn_append
13491
13492# as_fn_arith ARG...
13493# ------------------
13494# Perform arithmetic evaluation on the ARGs, and store the result in the
13495# global $as_val. Take advantage of shells that can avoid forks. The arguments
13496# must be portable across $(()) and expr.
13497if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13498 eval 'as_fn_arith ()
13499 {
13500 as_val=$(( $* ))
13501 }'
13502else
13503 as_fn_arith ()
13504 {
13505 as_val=`expr "$@" || test $? -eq 1`
13506 }
13507fi # as_fn_arith
13508
13509
13510if expr a : '\(a\)' >/dev/null 2>&1 &&
13511 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13512 as_expr=expr
13513else
13514 as_expr=false
13515fi
13516
13517if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13518 as_basename=basename
13519else
13520 as_basename=false
13521fi
13522
13523if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13524 as_dirname=dirname
13525else
13526 as_dirname=false
13527fi
13528
13529as_me=`$as_basename -- "$0" ||
13530$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13531 X"$0" : 'X\(//\)$' \| \
13532 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13533$as_echo X/"$0" |
13534 sed '/^.*\/\([^/][^/]*\)\/*$/{
13535 s//\1/
13536 q
13537 }
13538 /^X\/\(\/\/\)$/{
13539 s//\1/
13540 q
13541 }
13542 /^X\/\(\/\).*/{
13543 s//\1/
13544 q
13545 }
13546 s/.*/./; q'`
13547
13548# Avoid depending upon Character Ranges.
13549as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13550as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13551as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13552as_cr_digits='0123456789'
13553as_cr_alnum=$as_cr_Letters$as_cr_digits
13554
13555ECHO_C= ECHO_N= ECHO_T=
13556case `echo -n x` in #(((((
13557-n*)
13558 case `echo 'xy\c'` in
13559 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13560 xy) ECHO_C='\c';;
13561 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13562 ECHO_T=' ';;
13563 esac;;
13564*)
13565 ECHO_N='-n';;
13566esac
13567
13568rm -f conf$$ conf$$.exe conf$$.file
13569if test -d conf$$.dir; then
13570 rm -f conf$$.dir/conf$$.file
13571else
13572 rm -f conf$$.dir
13573 mkdir conf$$.dir 2>/dev/null
13574fi
13575if (echo >conf$$.file) 2>/dev/null; then
13576 if ln -s conf$$.file conf$$ 2>/dev/null; then
13577 as_ln_s='ln -s'
13578 # ... but there are two gotchas:
13579 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13580 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13581 # In both cases, we have to default to `cp -p'.
13582 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13583 as_ln_s='cp -p'
13584 elif ln conf$$.file conf$$ 2>/dev/null; then
13585 as_ln_s=ln
13586 else
13587 as_ln_s='cp -p'
13588 fi
13589else
13590 as_ln_s='cp -p'
13591fi
13592rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13593rmdir conf$$.dir 2>/dev/null
13594
13595
13596# as_fn_mkdir_p
13597# -------------
13598# Create "$as_dir" as a directory, including parents if necessary.
13599as_fn_mkdir_p ()
13600{
13601
13602 case $as_dir in #(
13603 -*) as_dir=./$as_dir;;
13604 esac
13605 test -d "$as_dir" || eval $as_mkdir_p || {
13606 as_dirs=
13607 while :; do
13608 case $as_dir in #(
13609 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13610 *) as_qdir=$as_dir;;
13611 esac
13612 as_dirs="'$as_qdir' $as_dirs"
13613 as_dir=`$as_dirname -- "$as_dir" ||
13614$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13615 X"$as_dir" : 'X\(//\)[^/]' \| \
13616 X"$as_dir" : 'X\(//\)$' \| \
13617 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13618$as_echo X"$as_dir" |
13619 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13620 s//\1/
13621 q
13622 }
13623 /^X\(\/\/\)[^/].*/{
13624 s//\1/
13625 q
13626 }
13627 /^X\(\/\/\)$/{
13628 s//\1/
13629 q
13630 }
13631 /^X\(\/\).*/{
13632 s//\1/
13633 q
13634 }
13635 s/.*/./; q'`
13636 test -d "$as_dir" && break
13637 done
13638 test -z "$as_dirs" || eval "mkdir $as_dirs"
13639 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
13640
13641
13642} # as_fn_mkdir_p
13643if mkdir -p . 2>/dev/null; then
13644 as_mkdir_p='mkdir -p "$as_dir"'
13645else
13646 test -d ./-p && rmdir ./-p
13647 as_mkdir_p=false
13648fi
13649
13650if test -x / >/dev/null 2>&1; then
13651 as_test_x='test -x'
13652else
13653 if ls -dL / >/dev/null 2>&1; then
13654 as_ls_L_option=L
13655 else
13656 as_ls_L_option=
13657 fi
13658 as_test_x='
13659 eval sh -c '\''
13660 if test -d "$1"; then
13661 test -d "$1/.";
13662 else
13663 case $1 in #(
13664 -*)set "./$1";;
13665 esac;
13666 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13667 ???[sx]*):;;*)false;;esac;fi
13668 '\'' sh
13669 '
13670fi
13671as_executable_p=$as_test_x
13672
13673# Sed expression to map a string onto a valid CPP name.
13674as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13675
13676# Sed expression to map a string onto a valid variable name.
13677as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13678
13679
13680exec 6>&1
13681## ----------------------------------- ##
13682## Main body of $CONFIG_STATUS script. ##
13683## ----------------------------------- ##
13684_ASEOF
13685test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13686
13687cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13688# Save the log message, to keep $0 and so on meaningful, and to
13689# report actual input values of CONFIG_FILES etc. instead of their
13690# values after options handling.
13691ac_log="
13692This file was extended by $as_me, which was
13693generated by GNU Autoconf 2.64. Invocation command line was
13694
13695 CONFIG_FILES = $CONFIG_FILES
13696 CONFIG_HEADERS = $CONFIG_HEADERS
13697 CONFIG_LINKS = $CONFIG_LINKS
13698 CONFIG_COMMANDS = $CONFIG_COMMANDS
13699 $ $0 $@
13700
13701on `(hostname || uname -n) 2>/dev/null | sed 1q`
13702"
13703
13704_ACEOF
13705
13706case $ac_config_files in *"
13707"*) set x $ac_config_files; shift; ac_config_files=$*;;
13708esac
13709
13710case $ac_config_headers in *"
13711"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13712esac
13713
13714
13715cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13716# Files that config.status was made for.
13717config_files="$ac_config_files"
13718config_headers="$ac_config_headers"
13719config_links="$ac_config_links"
13720config_commands="$ac_config_commands"
13721
13722_ACEOF
13723
13724cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13725ac_cs_usage="\
13726\`$as_me' instantiates files and other configuration actions
13727from templates according to the current configuration. Unless the files
13728and actions are specified as TAGs, all are instantiated by default.
13729
13730Usage: $0 [OPTION]... [TAG]...
13731
13732 -h, --help print this help, then exit
13733 -V, --version print version number and configuration settings, then exit
13734 -q, --quiet, --silent
13735 do not print progress messages
13736 -d, --debug don't remove temporary files
13737 --recheck update $as_me by reconfiguring in the same conditions
13738 --file=FILE[:TEMPLATE]
13739 instantiate the configuration file FILE
13740 --header=FILE[:TEMPLATE]
13741 instantiate the configuration header FILE
13742
13743Configuration files:
13744$config_files
13745
13746Configuration headers:
13747$config_headers
13748
13749Configuration links:
13750$config_links
13751
13752Configuration commands:
13753$config_commands
13754
13755Report bugs to the package provider."
13756
13757_ACEOF
13758cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13759ac_cs_version="\\
13760config.status
13761configured by $0, generated by GNU Autoconf 2.64,
13762 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
13763
13764Copyright (C) 2009 Free Software Foundation, Inc.
13765This config.status script is free software; the Free Software Foundation
13766gives unlimited permission to copy, distribute and modify it."
13767
13768ac_pwd='$ac_pwd'
13769srcdir='$srcdir'
13770INSTALL='$INSTALL'
bf3d9781 13771AWK='$AWK'
3346cfda
NC
13772test -n "\$AWK" || AWK=awk
13773_ACEOF
13774
13775cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13776# The default lists apply if the user does not specify any file.
13777ac_need_defaults=:
13778while test $# != 0
13779do
13780 case $1 in
13781 --*=*)
13782 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13783 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13784 ac_shift=:
13785 ;;
13786 *)
13787 ac_option=$1
13788 ac_optarg=$2
13789 ac_shift=shift
13790 ;;
13791 esac
13792
13793 case $ac_option in
13794 # Handling of the options.
13795 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13796 ac_cs_recheck=: ;;
13797 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13798 $as_echo "$ac_cs_version"; exit ;;
13799 --debug | --debu | --deb | --de | --d | -d )
13800 debug=: ;;
13801 --file | --fil | --fi | --f )
13802 $ac_shift
13803 case $ac_optarg in
13804 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13805 esac
13806 as_fn_append CONFIG_FILES " '$ac_optarg'"
13807 ac_need_defaults=false;;
13808 --header | --heade | --head | --hea )
13809 $ac_shift
13810 case $ac_optarg in
13811 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13812 esac
13813 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13814 ac_need_defaults=false;;
13815 --he | --h)
13816 # Conflict between --help and --header
13817 as_fn_error "ambiguous option: \`$1'
13818Try \`$0 --help' for more information.";;
13819 --help | --hel | -h )
13820 $as_echo "$ac_cs_usage"; exit ;;
13821 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13822 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13823 ac_cs_silent=: ;;
13824
13825 # This is an error.
13826 -*) as_fn_error "unrecognized option: \`$1'
13827Try \`$0 --help' for more information." ;;
13828
13829 *) as_fn_append ac_config_targets " $1"
13830 ac_need_defaults=false ;;
13831
13832 esac
13833 shift
13834done
13835
13836ac_configure_extra_args=
13837
13838if $ac_cs_silent; then
13839 exec 6>/dev/null
13840 ac_configure_extra_args="$ac_configure_extra_args --silent"
13841fi
13842
13843_ACEOF
13844cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13845if \$ac_cs_recheck; then
13846 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13847 shift
13848 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13849 CONFIG_SHELL='$SHELL'
13850 export CONFIG_SHELL
13851 exec "\$@"
13852fi
13853
13854_ACEOF
13855cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13856exec 5>>config.log
13857{
13858 echo
13859 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13860## Running $as_me. ##
13861_ASBOX
13862 $as_echo "$ac_log"
13863} >&5
13864
13865_ACEOF
13866cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13867#
13868# INIT-COMMANDS
13869#
13870ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
13871
bf3d9781
AM
13872
13873# The HP-UX ksh and POSIX shell print the target directory to stdout
13874# if CDPATH is set.
13875(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13876
13877sed_quote_subst='$sed_quote_subst'
13878double_quote_subst='$double_quote_subst'
13879delay_variable_subst='$delay_variable_subst'
13880macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13881macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13882enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13883enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13884pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13885enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13886SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13887ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13888host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13889host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13890host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13891build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13892build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13893build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13894SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13895Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13896GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13897EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13898FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13899LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13900NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13901LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13902max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13903ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13904exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13905lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13906lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13907lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13908reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13909reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13910OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13911deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13912file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13913AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13914AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13915STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13916RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13917old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13918old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13919old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13920lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13921CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13922CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13923compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13924GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13925lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13926lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13927lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13928lt_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"`'
13929objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13930MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13931lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13932lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13933lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13934lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13935lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13936need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13937DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13938NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13939LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13940OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13941OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13942libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13943shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13944extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13945archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13946enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13947export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13948whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13949compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13950old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13951old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13952archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13953archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13954module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13955module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13956with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13957allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13958no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13959hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13960hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13961hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13962hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13963hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13964hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13965hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13966hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13967inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13968link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13969fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13970always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13971export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13972exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13973include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13974prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13975file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13976variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13977need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13978need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13979version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13980runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13981shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13982shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13983libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13984library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13985soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13986install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13987postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13988postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13989finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13990finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13991hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13992sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13993sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13994hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13995enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13996enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13997enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13998old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13999striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14000
14001LTCC='$LTCC'
14002LTCFLAGS='$LTCFLAGS'
14003compiler='$compiler_DEFAULT'
14004
14005# A function that is used when there is no print builtin or printf.
14006func_fallback_echo ()
14007{
14008 eval 'cat <<_LTECHO_EOF
14009\$1
14010_LTECHO_EOF'
14011}
14012
14013# Quote evaled strings.
14014for var in SHELL \
14015ECHO \
14016SED \
14017GREP \
14018EGREP \
14019FGREP \
14020LD \
14021NM \
14022LN_S \
14023lt_SP2NL \
14024lt_NL2SP \
14025reload_flag \
14026OBJDUMP \
14027deplibs_check_method \
14028file_magic_cmd \
14029AR \
14030AR_FLAGS \
14031STRIP \
14032RANLIB \
14033CC \
14034CFLAGS \
14035compiler \
14036lt_cv_sys_global_symbol_pipe \
14037lt_cv_sys_global_symbol_to_cdecl \
14038lt_cv_sys_global_symbol_to_c_name_address \
14039lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14040lt_prog_compiler_no_builtin_flag \
14041lt_prog_compiler_wl \
14042lt_prog_compiler_pic \
14043lt_prog_compiler_static \
14044lt_cv_prog_compiler_c_o \
14045need_locks \
14046DSYMUTIL \
14047NMEDIT \
14048LIPO \
14049OTOOL \
14050OTOOL64 \
14051shrext_cmds \
14052export_dynamic_flag_spec \
14053whole_archive_flag_spec \
14054compiler_needs_object \
14055with_gnu_ld \
14056allow_undefined_flag \
14057no_undefined_flag \
14058hardcode_libdir_flag_spec \
14059hardcode_libdir_flag_spec_ld \
14060hardcode_libdir_separator \
14061fix_srcfile_path \
14062exclude_expsyms \
14063include_expsyms \
14064file_list_spec \
14065variables_saved_for_relink \
14066libname_spec \
14067library_names_spec \
14068soname_spec \
14069install_override_mode \
14070finish_eval \
14071old_striplib \
14072striplib; do
14073 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14074 *[\\\\\\\`\\"\\\$]*)
14075 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14076 ;;
14077 *)
14078 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14079 ;;
14080 esac
14081done
14082
14083# Double-quote double-evaled strings.
14084for var in reload_cmds \
14085old_postinstall_cmds \
14086old_postuninstall_cmds \
14087old_archive_cmds \
14088extract_expsyms_cmds \
14089old_archive_from_new_cmds \
14090old_archive_from_expsyms_cmds \
14091archive_cmds \
14092archive_expsym_cmds \
14093module_cmds \
14094module_expsym_cmds \
14095export_symbols_cmds \
14096prelink_cmds \
14097postinstall_cmds \
14098postuninstall_cmds \
14099finish_cmds \
14100sys_lib_search_path_spec \
14101sys_lib_dlsearch_path_spec; do
14102 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14103 *[\\\\\\\`\\"\\\$]*)
14104 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14105 ;;
14106 *)
14107 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14108 ;;
14109 esac
14110done
14111
14112ac_aux_dir='$ac_aux_dir'
14113xsi_shell='$xsi_shell'
14114lt_shell_append='$lt_shell_append'
14115
14116# See if we are running on zsh, and set the options which allow our
14117# commands through without removal of \ escapes INIT.
14118if test -n "\${ZSH_VERSION+set}" ; then
14119 setopt NO_GLOB_SUBST
14120fi
14121
14122
14123 PACKAGE='$PACKAGE'
14124 VERSION='$VERSION'
14125 TIMESTAMP='$TIMESTAMP'
14126 RM='$RM'
14127 ofile='$ofile'
14128
14129
14130
14131
3346cfda
NC
14132_ACEOF
14133
14134cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14135
14136# Handling of arguments.
14137for ac_config_target in $ac_config_targets
14138do
14139 case $ac_config_target in
14140 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14141 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
bf3d9781 14142 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
3346cfda
NC
14143 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
14144 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14145 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14146 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14147 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14148 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14149
14150 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14151 esac
14152done
14153
14154
14155# If the user did not use the arguments to specify the items to instantiate,
14156# then the envvar interface is used. Set only those that are not.
14157# We use the long form for the default assignment because of an extremely
14158# bizarre bug on SunOS 4.1.3.
14159if $ac_need_defaults; then
14160 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14161 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14162 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
14163 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14164fi
14165
14166# Have a temporary directory for convenience. Make it in the build tree
14167# simply because there is no reason against having it here, and in addition,
14168# creating and moving files from /tmp can sometimes cause problems.
14169# Hook for its removal unless debugging.
14170# Note that there is a small window in which the directory will not be cleaned:
14171# after its creation but before its name has been assigned to `$tmp'.
14172$debug ||
14173{
14174 tmp=
14175 trap 'exit_status=$?
14176 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14177' 0
14178 trap 'as_fn_exit 1' 1 2 13 15
14179}
14180# Create a (secure) tmp directory for tmp files.
14181
14182{
14183 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14184 test -n "$tmp" && test -d "$tmp"
14185} ||
14186{
14187 tmp=./conf$$-$RANDOM
14188 (umask 077 && mkdir "$tmp")
14189} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14190
14191# Set up the scripts for CONFIG_FILES section.
14192# No need to generate them if there are no CONFIG_FILES.
14193# This happens for instance with `./config.status config.h'.
14194if test -n "$CONFIG_FILES"; then
14195
14196
14197ac_cr=`echo X | tr X '\015'`
14198# On cygwin, bash can eat \r inside `` if the user requested igncr.
14199# But we know of no other shell where ac_cr would be empty at this
14200# point, so we can use a bashism as a fallback.
14201if test "x$ac_cr" = x; then
14202 eval ac_cr=\$\'\\r\'
14203fi
14204ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14205if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14206 ac_cs_awk_cr='\r'
14207else
14208 ac_cs_awk_cr=$ac_cr
14209fi
14210
14211echo 'BEGIN {' >"$tmp/subs1.awk" &&
14212_ACEOF
14213
14214
14215{
14216 echo "cat >conf$$subs.awk <<_ACEOF" &&
14217 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14218 echo "_ACEOF"
14219} >conf$$subs.sh ||
14220 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14221ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14222ac_delim='%!_!# '
14223for ac_last_try in false false false false false :; do
14224 . ./conf$$subs.sh ||
14225 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14226
14227 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14228 if test $ac_delim_n = $ac_delim_num; then
14229 break
14230 elif $ac_last_try; then
14231 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14232 else
14233 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14234 fi
14235done
14236rm -f conf$$subs.sh
14237
14238cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14239cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14240_ACEOF
14241sed -n '
14242h
14243s/^/S["/; s/!.*/"]=/
14244p
14245g
14246s/^[^!]*!//
14247:repl
14248t repl
14249s/'"$ac_delim"'$//
14250t delim
14251:nl
14252h
14253s/\(.\{148\}\).*/\1/
14254t more1
14255s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14256p
14257n
14258b repl
14259:more1
14260s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14261p
14262g
14263s/.\{148\}//
14264t nl
14265:delim
14266h
14267s/\(.\{148\}\).*/\1/
14268t more2
14269s/["\\]/\\&/g; s/^/"/; s/$/"/
14270p
14271b
14272:more2
14273s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14274p
14275g
14276s/.\{148\}//
14277t delim
14278' <conf$$subs.awk | sed '
14279/^[^""]/{
14280 N
14281 s/\n//
14282}
14283' >>$CONFIG_STATUS || ac_write_fail=1
14284rm -f conf$$subs.awk
14285cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14286_ACAWK
14287cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14288 for (key in S) S_is_set[key] = 1
14289 FS = "\a"
14290
14291}
14292{
14293 line = $ 0
14294 nfields = split(line, field, "@")
14295 substed = 0
14296 len = length(field[1])
14297 for (i = 2; i < nfields; i++) {
14298 key = field[i]
14299 keylen = length(key)
14300 if (S_is_set[key]) {
14301 value = S[key]
14302 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14303 len += length(value) + length(field[++i])
14304 substed = 1
14305 } else
14306 len += 1 + keylen
14307 }
14308
14309 print line
14310}
14311
14312_ACAWK
14313_ACEOF
14314cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14315if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14316 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14317else
14318 cat
14319fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14320 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14321_ACEOF
14322
14323# VPATH may cause trouble with some makes, so we remove $(srcdir),
14324# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14325# trailing colons and then remove the whole line if VPATH becomes empty
14326# (actually we leave an empty line to preserve line numbers).
14327if test "x$srcdir" = x.; then
14328 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14329s/:*\$(srcdir):*/:/
14330s/:*\${srcdir}:*/:/
14331s/:*@srcdir@:*/:/
14332s/^\([^=]*=[ ]*\):*/\1/
14333s/:*$//
14334s/^[^=]*=[ ]*$//
14335}'
14336fi
14337
14338cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14339fi # test -n "$CONFIG_FILES"
14340
14341# Set up the scripts for CONFIG_HEADERS section.
14342# No need to generate them if there are no CONFIG_HEADERS.
14343# This happens for instance with `./config.status Makefile'.
14344if test -n "$CONFIG_HEADERS"; then
14345cat >"$tmp/defines.awk" <<\_ACAWK ||
14346BEGIN {
14347_ACEOF
14348
14349# Transform confdefs.h into an awk script `defines.awk', embedded as
14350# here-document in config.status, that substitutes the proper values into
14351# config.h.in to produce config.h.
14352
14353# Create a delimiter string that does not exist in confdefs.h, to ease
14354# handling of long lines.
14355ac_delim='%!_!# '
14356for ac_last_try in false false :; do
14357 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14358 if test -z "$ac_t"; then
14359 break
14360 elif $ac_last_try; then
14361 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
14362 else
14363 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14364 fi
14365done
14366
14367# For the awk script, D is an array of macro values keyed by name,
14368# likewise P contains macro parameters if any. Preserve backslash
14369# newline sequences.
14370
14371ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14372sed -n '
14373s/.\{148\}/&'"$ac_delim"'/g
14374t rset
14375:rset
14376s/^[ ]*#[ ]*define[ ][ ]*/ /
14377t def
14378d
14379:def
14380s/\\$//
14381t bsnl
14382s/["\\]/\\&/g
14383s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14384D["\1"]=" \3"/p
14385s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14386d
14387:bsnl
14388s/["\\]/\\&/g
14389s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14390D["\1"]=" \3\\\\\\n"\\/p
14391t cont
14392s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14393t cont
14394d
14395:cont
14396n
14397s/.\{148\}/&'"$ac_delim"'/g
14398t clear
14399:clear
14400s/\\$//
14401t bsnlc
14402s/["\\]/\\&/g; s/^/"/; s/$/"/p
14403d
14404:bsnlc
14405s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14406b cont
14407' <confdefs.h | sed '
14408s/'"$ac_delim"'/"\\\
14409"/g' >>$CONFIG_STATUS || ac_write_fail=1
14410
14411cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14412 for (key in D) D_is_set[key] = 1
14413 FS = "\a"
14414}
14415/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14416 line = \$ 0
14417 split(line, arg, " ")
14418 if (arg[1] == "#") {
14419 defundef = arg[2]
14420 mac1 = arg[3]
14421 } else {
14422 defundef = substr(arg[1], 2)
14423 mac1 = arg[2]
14424 }
14425 split(mac1, mac2, "(") #)
14426 macro = mac2[1]
14427 prefix = substr(line, 1, index(line, defundef) - 1)
14428 if (D_is_set[macro]) {
14429 # Preserve the white space surrounding the "#".
14430 print prefix "define", macro P[macro] D[macro]
14431 next
14432 } else {
14433 # Replace #undef with comments. This is necessary, for example,
14434 # in the case of _POSIX_SOURCE, which is predefined and required
14435 # on some systems where configure will not decide to define it.
14436 if (defundef == "undef") {
14437 print "/*", prefix defundef, macro, "*/"
14438 next
14439 }
14440 }
14441}
14442{ print }
14443_ACAWK
14444_ACEOF
14445cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14446 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14447fi # test -n "$CONFIG_HEADERS"
14448
14449
14450eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
14451shift
14452for ac_tag
14453do
14454 case $ac_tag in
14455 :[FHLC]) ac_mode=$ac_tag; continue;;
14456 esac
14457 case $ac_mode$ac_tag in
14458 :[FHL]*:*);;
14459 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14460 :[FH]-) ac_tag=-:-;;
14461 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14462 esac
14463 ac_save_IFS=$IFS
14464 IFS=:
14465 set x $ac_tag
14466 IFS=$ac_save_IFS
14467 shift
14468 ac_file=$1
14469 shift
14470
14471 case $ac_mode in
14472 :L) ac_source=$1;;
14473 :[FH])
14474 ac_file_inputs=
14475 for ac_f
14476 do
14477 case $ac_f in
14478 -) ac_f="$tmp/stdin";;
14479 *) # Look for the file first in the build tree, then in the source tree
14480 # (if the path is not absolute). The absolute path cannot be DOS-style,
14481 # because $ac_f cannot contain `:'.
14482 test -f "$ac_f" ||
14483 case $ac_f in
14484 [\\/$]*) false;;
14485 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14486 esac ||
14487 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14488 esac
14489 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14490 as_fn_append ac_file_inputs " '$ac_f'"
14491 done
14492
14493 # Let's still pretend it is `configure' which instantiates (i.e., don't
14494 # use $as_me), people would be surprised to read:
14495 # /* config.h. Generated by config.status. */
14496 configure_input='Generated from '`
14497 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14498 `' by configure.'
14499 if test x"$ac_file" != x-; then
14500 configure_input="$ac_file. $configure_input"
14501 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14502$as_echo "$as_me: creating $ac_file" >&6;}
14503 fi
14504 # Neutralize special characters interpreted by sed in replacement strings.
14505 case $configure_input in #(
14506 *\&* | *\|* | *\\* )
14507 ac_sed_conf_input=`$as_echo "$configure_input" |
14508 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14509 *) ac_sed_conf_input=$configure_input;;
14510 esac
14511
14512 case $ac_tag in
14513 *:-:* | *:-) cat >"$tmp/stdin" \
14514 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14515 esac
14516 ;;
14517 esac
14518
14519 ac_dir=`$as_dirname -- "$ac_file" ||
14520$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14521 X"$ac_file" : 'X\(//\)[^/]' \| \
14522 X"$ac_file" : 'X\(//\)$' \| \
14523 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14524$as_echo X"$ac_file" |
14525 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14526 s//\1/
14527 q
14528 }
14529 /^X\(\/\/\)[^/].*/{
14530 s//\1/
14531 q
14532 }
14533 /^X\(\/\/\)$/{
14534 s//\1/
14535 q
14536 }
14537 /^X\(\/\).*/{
14538 s//\1/
14539 q
14540 }
14541 s/.*/./; q'`
14542 as_dir="$ac_dir"; as_fn_mkdir_p
14543 ac_builddir=.
14544
14545case "$ac_dir" in
14546.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14547*)
14548 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14549 # A ".." for each directory in $ac_dir_suffix.
14550 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14551 case $ac_top_builddir_sub in
14552 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14553 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14554 esac ;;
14555esac
14556ac_abs_top_builddir=$ac_pwd
14557ac_abs_builddir=$ac_pwd$ac_dir_suffix
14558# for backward compatibility:
14559ac_top_builddir=$ac_top_build_prefix
14560
14561case $srcdir in
14562 .) # We are building in place.
14563 ac_srcdir=.
14564 ac_top_srcdir=$ac_top_builddir_sub
14565 ac_abs_top_srcdir=$ac_pwd ;;
14566 [\\/]* | ?:[\\/]* ) # Absolute name.
14567 ac_srcdir=$srcdir$ac_dir_suffix;
14568 ac_top_srcdir=$srcdir
14569 ac_abs_top_srcdir=$srcdir ;;
14570 *) # Relative name.
14571 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14572 ac_top_srcdir=$ac_top_build_prefix$srcdir
14573 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14574esac
14575ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14576
14577
14578 case $ac_mode in
14579 :F)
14580 #
14581 # CONFIG_FILE
14582 #
14583
14584 case $INSTALL in
14585 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14586 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14587 esac
14588_ACEOF
14589
14590cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14591# If the template does not know about datarootdir, expand it.
14592# FIXME: This hack should be removed a few years after 2.60.
14593ac_datarootdir_hack=; ac_datarootdir_seen=
14594ac_sed_dataroot='
14595/datarootdir/ {
14596 p
14597 q
14598}
14599/@datadir@/p
14600/@docdir@/p
14601/@infodir@/p
14602/@localedir@/p
14603/@mandir@/p'
14604case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14605*datarootdir*) ac_datarootdir_seen=yes;;
14606*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14607 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14608$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14609_ACEOF
14610cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14611 ac_datarootdir_hack='
14612 s&@datadir@&$datadir&g
14613 s&@docdir@&$docdir&g
14614 s&@infodir@&$infodir&g
14615 s&@localedir@&$localedir&g
14616 s&@mandir@&$mandir&g
14617 s&\\\${datarootdir}&$datarootdir&g' ;;
14618esac
14619_ACEOF
14620
14621# Neutralize VPATH when `$srcdir' = `.'.
14622# Shell code in configure.ac might set extrasub.
14623# FIXME: do we really want to maintain this feature?
14624cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14625ac_sed_extra="$ac_vpsub
14626$extrasub
14627_ACEOF
14628cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14629:t
14630/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14631s|@configure_input@|$ac_sed_conf_input|;t t
14632s&@top_builddir@&$ac_top_builddir_sub&;t t
14633s&@top_build_prefix@&$ac_top_build_prefix&;t t
14634s&@srcdir@&$ac_srcdir&;t t
14635s&@abs_srcdir@&$ac_abs_srcdir&;t t
14636s&@top_srcdir@&$ac_top_srcdir&;t t
14637s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14638s&@builddir@&$ac_builddir&;t t
14639s&@abs_builddir@&$ac_abs_builddir&;t t
14640s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14641s&@INSTALL@&$ac_INSTALL&;t t
14642$ac_datarootdir_hack
14643"
14644eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14645 || as_fn_error "could not create $ac_file" "$LINENO" 5
14646
14647test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14648 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14649 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14650 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14651which seems to be undefined. Please make sure it is defined." >&5
14652$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14653which seems to be undefined. Please make sure it is defined." >&2;}
14654
14655 rm -f "$tmp/stdin"
14656 case $ac_file in
14657 -) cat "$tmp/out" && rm -f "$tmp/out";;
14658 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14659 esac \
14660 || as_fn_error "could not create $ac_file" "$LINENO" 5
14661 ;;
14662 :H)
14663 #
14664 # CONFIG_HEADER
14665 #
14666 if test x"$ac_file" != x-; then
14667 {
14668 $as_echo "/* $configure_input */" \
14669 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14670 } >"$tmp/config.h" \
14671 || as_fn_error "could not create $ac_file" "$LINENO" 5
14672 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14673 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14674$as_echo "$as_me: $ac_file is unchanged" >&6;}
14675 else
14676 rm -f "$ac_file"
14677 mv "$tmp/config.h" "$ac_file" \
14678 || as_fn_error "could not create $ac_file" "$LINENO" 5
14679 fi
14680 else
14681 $as_echo "/* $configure_input */" \
14682 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14683 || as_fn_error "could not create -" "$LINENO" 5
14684 fi
14685 ;;
14686 :L)
14687 #
14688 # CONFIG_LINK
14689 #
14690
14691 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
14692 :
14693 else
14694 # Prefer the file from the source tree if names are identical.
14695 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
14696 ac_source=$srcdir/$ac_source
14697 fi
14698
14699 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
14700$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
14701
14702 if test ! -r "$ac_source"; then
14703 as_fn_error "$ac_source: file not found" "$LINENO" 5
14704 fi
14705 rm -f "$ac_file"
14706
14707 # Try a relative symlink, then a hard link, then a copy.
14708 case $srcdir in
14709 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
14710 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
14711 esac
14712 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
14713 ln "$ac_source" "$ac_file" 2>/dev/null ||
14714 cp -p "$ac_source" "$ac_file" ||
14715 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
14716 fi
14717 ;;
14718 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14719$as_echo "$as_me: executing $ac_file commands" >&6;}
14720 ;;
14721 esac
14722
14723
14724 case $ac_file$ac_mode in
14725 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
bf3d9781
AM
14726 "libtool":C)
14727
14728 # See if we are running on zsh, and set the options which allow our
14729 # commands through without removal of \ escapes.
14730 if test -n "${ZSH_VERSION+set}" ; then
14731 setopt NO_GLOB_SUBST
14732 fi
14733
14734 cfgfile="${ofile}T"
14735 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14736 $RM "$cfgfile"
14737
14738 cat <<_LT_EOF >> "$cfgfile"
14739#! $SHELL
14740
14741# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14742# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14743# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14744# NOTE: Changes made to this file will be lost: look at ltmain.sh.
14745#
14746# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14747# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14748# Written by Gordon Matzigkeit, 1996
14749#
14750# This file is part of GNU Libtool.
14751#
14752# GNU Libtool is free software; you can redistribute it and/or
14753# modify it under the terms of the GNU General Public License as
14754# published by the Free Software Foundation; either version 2 of
14755# the License, or (at your option) any later version.
14756#
14757# As a special exception to the GNU General Public License,
14758# if you distribute this file as part of a program or library that
14759# is built using GNU Libtool, you may include this file under the
14760# same distribution terms that you use for the rest of that program.
14761#
14762# GNU Libtool is distributed in the hope that it will be useful,
14763# but WITHOUT ANY WARRANTY; without even the implied warranty of
14764# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14765# GNU General Public License for more details.
14766#
14767# You should have received a copy of the GNU General Public License
14768# along with GNU Libtool; see the file COPYING. If not, a copy
14769# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14770# obtained by writing to the Free Software Foundation, Inc.,
14771# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14772
14773
14774# The names of the tagged configurations supported by this script.
14775available_tags=""
14776
14777# ### BEGIN LIBTOOL CONFIG
14778
14779# Which release of libtool.m4 was used?
14780macro_version=$macro_version
14781macro_revision=$macro_revision
14782
14783# Whether or not to build shared libraries.
14784build_libtool_libs=$enable_shared
14785
14786# Whether or not to build static libraries.
14787build_old_libs=$enable_static
14788
14789# What type of objects to build.
14790pic_mode=$pic_mode
14791
14792# Whether or not to optimize for fast installation.
14793fast_install=$enable_fast_install
14794
14795# Shell to use when invoking shell scripts.
14796SHELL=$lt_SHELL
14797
14798# An echo program that protects backslashes.
14799ECHO=$lt_ECHO
14800
14801# The host system.
14802host_alias=$host_alias
14803host=$host
14804host_os=$host_os
14805
14806# The build system.
14807build_alias=$build_alias
14808build=$build
14809build_os=$build_os
14810
14811# A sed program that does not truncate output.
14812SED=$lt_SED
14813
14814# Sed that helps us avoid accidentally triggering echo(1) options like -n.
14815Xsed="\$SED -e 1s/^X//"
14816
14817# A grep program that handles long lines.
14818GREP=$lt_GREP
14819
14820# An ERE matcher.
14821EGREP=$lt_EGREP
14822
14823# A literal string matcher.
14824FGREP=$lt_FGREP
14825
14826# A BSD- or MS-compatible name lister.
14827NM=$lt_NM
14828
14829# Whether we need soft or hard links.
14830LN_S=$lt_LN_S
14831
14832# What is the maximum length of a command?
14833max_cmd_len=$max_cmd_len
14834
14835# Object file suffix (normally "o").
14836objext=$ac_objext
14837
14838# Executable file suffix (normally "").
14839exeext=$exeext
14840
14841# whether the shell understands "unset".
14842lt_unset=$lt_unset
14843
14844# turn spaces into newlines.
14845SP2NL=$lt_lt_SP2NL
14846
14847# turn newlines into spaces.
14848NL2SP=$lt_lt_NL2SP
14849
14850# An object symbol dumper.
14851OBJDUMP=$lt_OBJDUMP
14852
14853# Method to check whether dependent libraries are shared objects.
14854deplibs_check_method=$lt_deplibs_check_method
14855
14856# Command to use when deplibs_check_method == "file_magic".
14857file_magic_cmd=$lt_file_magic_cmd
14858
14859# The archiver.
14860AR=$lt_AR
14861AR_FLAGS=$lt_AR_FLAGS
14862
14863# A symbol stripping program.
14864STRIP=$lt_STRIP
14865
14866# Commands used to install an old-style archive.
14867RANLIB=$lt_RANLIB
14868old_postinstall_cmds=$lt_old_postinstall_cmds
14869old_postuninstall_cmds=$lt_old_postuninstall_cmds
14870
14871# Whether to use a lock for old archive extraction.
14872lock_old_archive_extraction=$lock_old_archive_extraction
14873
14874# A C compiler.
14875LTCC=$lt_CC
14876
14877# LTCC compiler flags.
14878LTCFLAGS=$lt_CFLAGS
14879
14880# Take the output of nm and produce a listing of raw symbols and C names.
14881global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14882
14883# Transform the output of nm in a proper C declaration.
14884global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14885
14886# Transform the output of nm in a C name address pair.
14887global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14888
14889# Transform the output of nm in a C name address pair when lib prefix is needed.
14890global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14891
14892# The name of the directory that contains temporary libtool files.
14893objdir=$objdir
14894
14895# Used to examine libraries when file_magic_cmd begins with "file".
14896MAGIC_CMD=$MAGIC_CMD
14897
14898# Must we lock files when doing compilation?
14899need_locks=$lt_need_locks
14900
14901# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14902DSYMUTIL=$lt_DSYMUTIL
14903
14904# Tool to change global to local symbols on Mac OS X.
14905NMEDIT=$lt_NMEDIT
14906
14907# Tool to manipulate fat objects and archives on Mac OS X.
14908LIPO=$lt_LIPO
14909
14910# ldd/readelf like tool for Mach-O binaries on Mac OS X.
14911OTOOL=$lt_OTOOL
14912
14913# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14914OTOOL64=$lt_OTOOL64
14915
14916# Old archive suffix (normally "a").
14917libext=$libext
14918
14919# Shared library suffix (normally ".so").
14920shrext_cmds=$lt_shrext_cmds
14921
14922# The commands to extract the exported symbol list from a shared archive.
14923extract_expsyms_cmds=$lt_extract_expsyms_cmds
14924
14925# Variables whose values should be saved in libtool wrapper scripts and
14926# restored at link time.
14927variables_saved_for_relink=$lt_variables_saved_for_relink
14928
14929# Do we need the "lib" prefix for modules?
14930need_lib_prefix=$need_lib_prefix
14931
14932# Do we need a version for libraries?
14933need_version=$need_version
14934
14935# Library versioning type.
14936version_type=$version_type
14937
14938# Shared library runtime path variable.
14939runpath_var=$runpath_var
14940
14941# Shared library path variable.
14942shlibpath_var=$shlibpath_var
14943
14944# Is shlibpath searched before the hard-coded library search path?
14945shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14946
14947# Format of library name prefix.
14948libname_spec=$lt_libname_spec
14949
14950# List of archive names. First name is the real one, the rest are links.
14951# The last name is the one that the linker finds with -lNAME
14952library_names_spec=$lt_library_names_spec
14953
14954# The coded name of the library, if different from the real name.
14955soname_spec=$lt_soname_spec
14956
14957# Permission mode override for installation of shared libraries.
14958install_override_mode=$lt_install_override_mode
14959
14960# Command to use after installation of a shared archive.
14961postinstall_cmds=$lt_postinstall_cmds
14962
14963# Command to use after uninstallation of a shared archive.
14964postuninstall_cmds=$lt_postuninstall_cmds
14965
14966# Commands used to finish a libtool library installation in a directory.
14967finish_cmds=$lt_finish_cmds
14968
14969# As "finish_cmds", except a single script fragment to be evaled but
14970# not shown.
14971finish_eval=$lt_finish_eval
14972
14973# Whether we should hardcode library paths into libraries.
14974hardcode_into_libs=$hardcode_into_libs
14975
14976# Compile-time system search path for libraries.
14977sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14978
14979# Run-time system search path for libraries.
14980sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14981
14982# Whether dlopen is supported.
14983dlopen_support=$enable_dlopen
14984
14985# Whether dlopen of programs is supported.
14986dlopen_self=$enable_dlopen_self
14987
14988# Whether dlopen of statically linked programs is supported.
14989dlopen_self_static=$enable_dlopen_self_static
14990
14991# Commands to strip libraries.
14992old_striplib=$lt_old_striplib
14993striplib=$lt_striplib
14994
14995
14996# The linker used to build libraries.
14997LD=$lt_LD
14998
14999# How to create reloadable object files.
15000reload_flag=$lt_reload_flag
15001reload_cmds=$lt_reload_cmds
15002
15003# Commands used to build an old-style archive.
15004old_archive_cmds=$lt_old_archive_cmds
15005
15006# A language specific compiler.
15007CC=$lt_compiler
15008
15009# Is the compiler the GNU compiler?
15010with_gcc=$GCC
15011
15012# Compiler flag to turn off builtin functions.
15013no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15014
15015# How to pass a linker flag through the compiler.
15016wl=$lt_lt_prog_compiler_wl
15017
15018# Additional compiler flags for building library objects.
15019pic_flag=$lt_lt_prog_compiler_pic
15020
15021# Compiler flag to prevent dynamic linking.
15022link_static_flag=$lt_lt_prog_compiler_static
15023
15024# Does compiler simultaneously support -c and -o options?
15025compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15026
15027# Whether or not to add -lc for building shared libraries.
15028build_libtool_need_lc=$archive_cmds_need_lc
15029
15030# Whether or not to disallow shared libs when runtime libs are static.
15031allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15032
15033# Compiler flag to allow reflexive dlopens.
15034export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15035
15036# Compiler flag to generate shared objects directly from archives.
15037whole_archive_flag_spec=$lt_whole_archive_flag_spec
15038
15039# Whether the compiler copes with passing no objects directly.
15040compiler_needs_object=$lt_compiler_needs_object
15041
15042# Create an old-style archive from a shared archive.
15043old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15044
15045# Create a temporary old-style archive to link instead of a shared archive.
15046old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15047
15048# Commands used to build a shared archive.
15049archive_cmds=$lt_archive_cmds
15050archive_expsym_cmds=$lt_archive_expsym_cmds
15051
15052# Commands used to build a loadable module if different from building
15053# a shared archive.
15054module_cmds=$lt_module_cmds
15055module_expsym_cmds=$lt_module_expsym_cmds
15056
15057# Whether we are building with GNU ld or not.
15058with_gnu_ld=$lt_with_gnu_ld
15059
15060# Flag that allows shared libraries with undefined symbols to be built.
15061allow_undefined_flag=$lt_allow_undefined_flag
15062
15063# Flag that enforces no undefined symbols.
15064no_undefined_flag=$lt_no_undefined_flag
15065
15066# Flag to hardcode \$libdir into a binary during linking.
15067# This must work even if \$libdir does not exist
15068hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15069
15070# If ld is used when linking, flag to hardcode \$libdir into a binary
15071# during linking. This must work even if \$libdir does not exist.
15072hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15073
15074# Whether we need a single "-rpath" flag with a separated argument.
15075hardcode_libdir_separator=$lt_hardcode_libdir_separator
15076
15077# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15078# DIR into the resulting binary.
15079hardcode_direct=$hardcode_direct
15080
15081# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15082# DIR into the resulting binary and the resulting library dependency is
15083# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15084# library is relocated.
15085hardcode_direct_absolute=$hardcode_direct_absolute
15086
15087# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15088# into the resulting binary.
15089hardcode_minus_L=$hardcode_minus_L
15090
15091# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15092# into the resulting binary.
15093hardcode_shlibpath_var=$hardcode_shlibpath_var
15094
15095# Set to "yes" if building a shared library automatically hardcodes DIR
15096# into the library and all subsequent libraries and executables linked
15097# against it.
15098hardcode_automatic=$hardcode_automatic
15099
15100# Set to yes if linker adds runtime paths of dependent libraries
15101# to runtime path list.
15102inherit_rpath=$inherit_rpath
15103
15104# Whether libtool must link a program against all its dependency libraries.
15105link_all_deplibs=$link_all_deplibs
15106
15107# Fix the shell variable \$srcfile for the compiler.
15108fix_srcfile_path=$lt_fix_srcfile_path
15109
15110# Set to "yes" if exported symbols are required.
15111always_export_symbols=$always_export_symbols
15112
15113# The commands to list exported symbols.
15114export_symbols_cmds=$lt_export_symbols_cmds
15115
15116# Symbols that should not be listed in the preloaded symbols.
15117exclude_expsyms=$lt_exclude_expsyms
15118
15119# Symbols that must always be exported.
15120include_expsyms=$lt_include_expsyms
15121
15122# Commands necessary for linking programs (against libraries) with templates.
15123prelink_cmds=$lt_prelink_cmds
15124
15125# Specify filename containing input files.
15126file_list_spec=$lt_file_list_spec
15127
15128# How to hardcode a shared library path into an executable.
15129hardcode_action=$hardcode_action
15130
15131# ### END LIBTOOL CONFIG
15132
15133_LT_EOF
15134
15135 case $host_os in
15136 aix3*)
15137 cat <<\_LT_EOF >> "$cfgfile"
15138# AIX sometimes has problems with the GCC collect2 program. For some
15139# reason, if we set the COLLECT_NAMES environment variable, the problems
15140# vanish in a puff of smoke.
15141if test "X${COLLECT_NAMES+set}" != Xset; then
15142 COLLECT_NAMES=
15143 export COLLECT_NAMES
15144fi
15145_LT_EOF
15146 ;;
15147 esac
15148
15149
15150ltmain="$ac_aux_dir/ltmain.sh"
15151
15152
15153 # We use sed instead of cat because bash on DJGPP gets confused if
15154 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15155 # text mode, it properly converts lines to CR/LF. This bash problem
15156 # is reportedly fixed, but why not run on old versions too?
15157 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15158 || (rm -f "$cfgfile"; exit 1)
15159
15160 case $xsi_shell in
15161 yes)
15162 cat << \_LT_EOF >> "$cfgfile"
15163
15164# func_dirname file append nondir_replacement
15165# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15166# otherwise set result to NONDIR_REPLACEMENT.
15167func_dirname ()
15168{
15169 case ${1} in
15170 */*) func_dirname_result="${1%/*}${2}" ;;
15171 * ) func_dirname_result="${3}" ;;
15172 esac
15173}
15174
15175# func_basename file
15176func_basename ()
15177{
15178 func_basename_result="${1##*/}"
15179}
15180
15181# func_dirname_and_basename file append nondir_replacement
15182# perform func_basename and func_dirname in a single function
15183# call:
15184# dirname: Compute the dirname of FILE. If nonempty,
15185# add APPEND to the result, otherwise set result
15186# to NONDIR_REPLACEMENT.
15187# value returned in "$func_dirname_result"
15188# basename: Compute filename of FILE.
15189# value retuned in "$func_basename_result"
15190# Implementation must be kept synchronized with func_dirname
15191# and func_basename. For efficiency, we do not delegate to
15192# those functions but instead duplicate the functionality here.
15193func_dirname_and_basename ()
15194{
15195 case ${1} in
15196 */*) func_dirname_result="${1%/*}${2}" ;;
15197 * ) func_dirname_result="${3}" ;;
15198 esac
15199 func_basename_result="${1##*/}"
15200}
15201
15202# func_stripname prefix suffix name
15203# strip PREFIX and SUFFIX off of NAME.
15204# PREFIX and SUFFIX must not contain globbing or regex special
15205# characters, hashes, percent signs, but SUFFIX may contain a leading
15206# dot (in which case that matches only a dot).
15207func_stripname ()
15208{
15209 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15210 # positional parameters, so assign one to ordinary parameter first.
15211 func_stripname_result=${3}
15212 func_stripname_result=${func_stripname_result#"${1}"}
15213 func_stripname_result=${func_stripname_result%"${2}"}
15214}
15215
15216# func_opt_split
15217func_opt_split ()
15218{
15219 func_opt_split_opt=${1%%=*}
15220 func_opt_split_arg=${1#*=}
15221}
15222
15223# func_lo2o object
15224func_lo2o ()
15225{
15226 case ${1} in
15227 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15228 *) func_lo2o_result=${1} ;;
15229 esac
15230}
15231
15232# func_xform libobj-or-source
15233func_xform ()
15234{
15235 func_xform_result=${1%.*}.lo
15236}
15237
15238# func_arith arithmetic-term...
15239func_arith ()
15240{
15241 func_arith_result=$(( $* ))
15242}
15243
15244# func_len string
15245# STRING may not start with a hyphen.
15246func_len ()
15247{
15248 func_len_result=${#1}
15249}
15250
15251_LT_EOF
15252 ;;
15253 *) # Bourne compatible functions.
15254 cat << \_LT_EOF >> "$cfgfile"
15255
15256# func_dirname file append nondir_replacement
15257# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15258# otherwise set result to NONDIR_REPLACEMENT.
15259func_dirname ()
15260{
15261 # Extract subdirectory from the argument.
15262 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15263 if test "X$func_dirname_result" = "X${1}"; then
15264 func_dirname_result="${3}"
15265 else
15266 func_dirname_result="$func_dirname_result${2}"
15267 fi
15268}
15269
15270# func_basename file
15271func_basename ()
15272{
15273 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15274}
15275
15276
15277# func_stripname prefix suffix name
15278# strip PREFIX and SUFFIX off of NAME.
15279# PREFIX and SUFFIX must not contain globbing or regex special
15280# characters, hashes, percent signs, but SUFFIX may contain a leading
15281# dot (in which case that matches only a dot).
15282# func_strip_suffix prefix name
15283func_stripname ()
15284{
15285 case ${2} in
15286 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15287 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15288 esac
15289}
15290
15291# sed scripts:
15292my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15293my_sed_long_arg='1s/^-[^=]*=//'
15294
15295# func_opt_split
15296func_opt_split ()
15297{
15298 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15299 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15300}
15301
15302# func_lo2o object
15303func_lo2o ()
15304{
15305 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15306}
15307
15308# func_xform libobj-or-source
15309func_xform ()
15310{
15311 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15312}
15313
15314# func_arith arithmetic-term...
15315func_arith ()
15316{
15317 func_arith_result=`expr "$@"`
15318}
15319
15320# func_len string
15321# STRING may not start with a hyphen.
15322func_len ()
15323{
15324 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15325}
15326
15327_LT_EOF
15328esac
15329
15330case $lt_shell_append in
15331 yes)
15332 cat << \_LT_EOF >> "$cfgfile"
15333
15334# func_append var value
15335# Append VALUE to the end of shell variable VAR.
15336func_append ()
15337{
15338 eval "$1+=\$2"
15339}
15340_LT_EOF
15341 ;;
15342 *)
15343 cat << \_LT_EOF >> "$cfgfile"
15344
15345# func_append var value
15346# Append VALUE to the end of shell variable VAR.
15347func_append ()
15348{
15349 eval "$1=\$$1\$2"
15350}
15351
15352_LT_EOF
15353 ;;
15354 esac
15355
15356
15357 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15358 || (rm -f "$cfgfile"; exit 1)
15359
15360 mv -f "$cfgfile" "$ofile" ||
15361 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15362 chmod +x "$ofile"
15363
15364 ;;
3346cfda
NC
15365 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
15366 rm -f Makesim1.tmp Makesim2.tmp Makefile
15367 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15368 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15369 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15370 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15371 <Makefile.sim >Makefile
15372 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15373 ;;
15374 "stamp-h":C) echo > stamp-h ;;
15375
15376 esac
15377done # for ac_tag
15378
15379
15380as_fn_exit 0
15381_ACEOF
15382ac_clean_files=$ac_clean_files_save
15383
15384test $ac_write_fail = 0 ||
15385 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15386
15387
15388# configure is writing to config.log, and then calls config.status.
15389# config.status does its own redirection, appending to config.log.
15390# Unfortunately, on DOS this fails, as config.log is still kept open
15391# by configure, so config.status won't be able to write to it; its
15392# output is simply discarded. So we exec the FD to /dev/null,
15393# effectively closing config.log, so it can be properly (re)opened and
15394# appended to by config.status. When coming back to configure, we
15395# need to make the FD available again.
15396if test "$no_create" != yes; then
15397 ac_cs_success=:
15398 ac_config_status_args=
15399 test "$silent" = yes &&
15400 ac_config_status_args="$ac_config_status_args --quiet"
15401 exec 5>/dev/null
15402 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15403 exec 5>>config.log
15404 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15405 # would make configure fail if this is the last instruction.
15406 $ac_cs_success || as_fn_exit $?
15407fi
15408if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15409 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15410$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15411fi
15412
15413