2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
22 DUALCASE
=1; export DUALCASE
# for MKS sh
24 # Support unset when possible.
25 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C
; export $as_var
51 # Required to use basename.
52 if expr a
: '\(a\)' >/dev
/null
2>&1; then
58 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
65 # Name of the executable.
66 as_me
=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits
='0123456789'
84 as_cr_alnum
=$as_cr_Letters$as_cr_digits
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
91 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
102 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
105 # Find who we are. Look in the path if we contain no path at all
108 *[\\/]* ) as_myself
=$0 ;;
109 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
113 test -z "$as_dir" && as_dir
=.
114 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x
; then
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
131 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
134 test -z "$as_dir" && as_dir
=.
135 for as_base
in sh bash ksh sh5
; do
138 if ("$as_dir/$as_base" -c '
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
144 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
145 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
146 CONFIG_SHELL
=$as_dir/$as_base
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 s,^['$as_cr_digits']*\n,,
174 chmod +x
$as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
182 # Exit status is that of the last command.
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c
*,-n*) ECHO_N
= ECHO_C
='
190 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
191 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
194 if expr a
: '\(a\)' >/dev
/null
2>&1; then
200 rm -f conf$$ conf$$.exe conf$$.
file
202 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe
; then
206 # Don't use ln at all; we don't have any links
211 elif ln conf$$.
file conf$$
2>/dev
/null
; then
216 rm -f conf$$ conf$$.exe conf$$.
file
218 if mkdir
-p .
2>/dev
/null
; then
221 test -d .
/-p && rmdir .
/-p
225 as_executable_p
="test -f"
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235 # We need space, tab and new line, in precisely that order.
245 # Check that we are running under the correct shell.
246 SHELL
=${CONFIG_SHELL-/bin/sh}
250 # Remove one level of quotation (which was required for Make).
251 ECHO
=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
256 if test "X$1" = X--no-reexec
; then
257 # Discard the --no-reexec flag, and continue.
259 elif test "X$1" = X--fallback-echo
; then
260 # Avoid inline document here, it may be left over
262 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
263 # Yippee, $ECHO works!
266 # Restart under the correct shell.
267 exec $SHELL "$0" --no-reexec ${1+"$@"}
270 if test "X$1" = X--fallback-echo
; then
271 # used as fallback echo
279 # The HP-UX ksh and POSIX shell print the target directory to stdout
281 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
283 if test -z "$lt_ECHO"; then
284 if test "X${echo_test_string+set}" != Xset
; then
285 # find a string as large as possible, as long as the shell can cope with it
286 for cmd
in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
287 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
288 if { echo_test_string
=`eval $cmd`; } 2>/dev
/null
&&
289 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev
/null
296 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
297 echo_testing_string
=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
298 test "X$echo_testing_string" = "X$echo_test_string"; then
301 # The Solaris, AIX, and Digital Unix default echo programs unquote
302 # backslashes. This makes it impossible to quote backslashes using
303 # echo "$something" | sed 's/\\/\\\\/g'
305 # So, first we look for a working echo in the user's PATH.
307 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
308 for dir
in $PATH /usr
/ucb
; do
310 if (test -f $dir/echo ||
test -f $dir/echo$ac_exeext) &&
311 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
312 echo_testing_string
=`($dir/echo "$echo_test_string") 2>/dev/null` &&
313 test "X$echo_testing_string" = "X$echo_test_string"; then
320 if test "X$ECHO" = Xecho
; then
321 # We didn't find a better echo, so look for alternatives.
322 if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
323 echo_testing_string
=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
324 test "X$echo_testing_string" = "X$echo_test_string"; then
325 # This shell has a builtin print -r that does the trick.
327 elif { test -f /bin
/ksh ||
test -f /bin
/ksh
$ac_exeext; } &&
328 test "X$CONFIG_SHELL" != X
/bin
/ksh
; then
329 # If we have ksh, try running configure again with it.
330 ORIGINAL_CONFIG_SHELL
=${CONFIG_SHELL-/bin/sh}
331 export ORIGINAL_CONFIG_SHELL
332 CONFIG_SHELL
=/bin
/ksh
334 exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
338 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
339 echo_testing_string
=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
340 test "X$echo_testing_string" = "X$echo_test_string"; then
343 elif echo_testing_string
=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
344 test "X$echo_testing_string" = 'X\t' &&
345 echo_testing_string
=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
346 test "X$echo_testing_string" = "X$echo_test_string"; then
347 CONFIG_SHELL
=$ORIGINAL_CONFIG_SHELL
349 SHELL
="$CONFIG_SHELL"
351 ECHO
="$CONFIG_SHELL $0 --fallback-echo"
352 elif echo_testing_string
=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
353 test "X$echo_testing_string" = 'X\t' &&
354 echo_testing_string
=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
355 test "X$echo_testing_string" = "X$echo_test_string"; then
356 ECHO
="$CONFIG_SHELL $0 --fallback-echo"
358 # maybe with a smaller string...
361 for cmd
in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
362 if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev
/null
369 if test "$prev" != 'sed 50q "$0"'; then
370 echo_test_string
=`eval $prev`
371 export echo_test_string
372 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
374 # Oops. We lost completely, so just stick with echo.
383 # Copy echo and quote the copy suitably for passing to libtool from
384 # the Makefile, instead of quoting the original, which is used later.
386 if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
387 lt_ECHO
="$CONFIG_SHELL \\\$\$0 --fallback-echo"
394 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
395 # so uname gets run too.
396 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
403 ac_default_prefix
=/usr
/local
404 ac_config_libobj_dir
=.
409 SHELL
=${CONFIG_SHELL-/bin/sh}
411 # Maximum number of lines to put in a shell here document.
412 # This variable seems obsolete. It should probably be removed, and
413 # only ac_max_sed_lines should be used.
414 : ${ac_max_here_lines=38}
416 # Identity of this package.
423 ac_unique_file
="as.h"
424 # Factoring default headers for most tests.
425 ac_includes_default
="\
428 # include <sys/types.h>
431 # include <sys/stat.h>
442 # if !STDC_HEADERS && HAVE_MEMORY_H
448 # include <strings.h>
451 # include <inttypes.h>
461 ac_subst_vars
='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP LIBTOOL SED FGREP GREP LD DUMPBIN ac_ct_DUMPBIN NM LN_S OBJDUMP ac_ct_OBJDUMP AR ac_ct_AR RANLIB ac_ct_RANLIB lt_ECHO DSYMUTIL ac_ct_DSYMUTIL NMEDIT ac_ct_NMEDIT LIPO ac_ct_LIPO OTOOL ac_ct_OTOOL OTOOL64 ac_ct_OTOOL64 WARN_CFLAGS NO_WERROR GDBINIT cgen_cpu_prefix extra_objects target_cpu_type obj_format te_file install_tooldir atof OPCODES_LIB YACC LEX LEXLIB LEX_OUTPUT_ROOT USE_NLS LIBINTL LIBINTL_DEP INCINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJEXT MKINSTALLDIRS MSGFMT MSGMERGE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT GENINSRC_NEVER_TRUE GENINSRC_NEVER_FALSE ALLOCA LIBM datarootdir docdir htmldir pdfdir LIBOBJS LTLIBOBJS'
465 # Initialize some variables set by options.
467 ac_init_version
=false
468 # The variables have the same names as the options, with
469 # dashes changed to underlines.
477 program_transform_name
=s
,x
,x
,
485 # Installation directory options.
486 # These are left unexpanded so users can "make install exec_prefix=/foo"
487 # and all the variables that are supposed to be based on exec_prefix
488 # by default will actually change.
489 # Use braces instead of parens because sh, perl, etc. also accept them.
490 bindir
='${exec_prefix}/bin'
491 sbindir
='${exec_prefix}/sbin'
492 libexecdir
='${exec_prefix}/libexec'
493 datadir
='${prefix}/share'
494 sysconfdir
='${prefix}/etc'
495 sharedstatedir
='${prefix}/com'
496 localstatedir
='${prefix}/var'
497 libdir
='${exec_prefix}/lib'
498 includedir
='${prefix}/include'
499 oldincludedir
='/usr/include'
500 infodir
='${prefix}/info'
501 mandir
='${prefix}/man'
506 # If the previous option needs an argument, assign it.
507 if test -n "$ac_prev"; then
508 eval "$ac_prev=\$ac_option"
513 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
515 # Accept the important Cygnus configure options, so we can diagnose typos.
519 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
521 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
524 -build |
--build |
--buil |
--bui |
--bu)
525 ac_prev
=build_alias
;;
526 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
527 build_alias
=$ac_optarg ;;
529 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
530 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
531 ac_prev
=cache_file
;;
532 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
533 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
534 cache_file
=$ac_optarg ;;
537 cache_file
=config.cache
;;
539 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
541 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
543 datadir
=$ac_optarg ;;
545 -disable-* |
--disable-*)
546 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
547 # Reject names that are not valid shell variable names.
548 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
549 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
550 { (exit 1); exit 1; }; }
551 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
552 eval "enable_$ac_feature=no" ;;
554 -enable-* |
--enable-*)
555 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
556 # Reject names that are not valid shell variable names.
557 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
558 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
559 { (exit 1); exit 1; }; }
560 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
562 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
565 eval "enable_$ac_feature='$ac_optarg'" ;;
567 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
568 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
569 |
--exec |
--exe |
--ex)
570 ac_prev
=exec_prefix
;;
571 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
572 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
573 |
--exec=* |
--exe=* |
--ex=*)
574 exec_prefix
=$ac_optarg ;;
576 -gas |
--gas |
--ga |
--g)
577 # Obsolete; use --with-gas.
580 -help |
--help |
--hel |
--he |
-h)
582 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
583 ac_init_help
=recursive
;;
584 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
585 ac_init_help
=short
;;
587 -host |
--host |
--hos |
--ho)
588 ac_prev
=host_alias
;;
589 -host=* |
--host=* |
--hos=* |
--ho=*)
590 host_alias
=$ac_optarg ;;
592 -includedir |
--includedir |
--includedi |
--included |
--include \
593 |
--includ |
--inclu |
--incl |
--inc)
594 ac_prev
=includedir
;;
595 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
596 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
597 includedir
=$ac_optarg ;;
599 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
601 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
602 infodir
=$ac_optarg ;;
604 -libdir |
--libdir |
--libdi |
--libd)
606 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
609 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
610 |
--libexe |
--libex |
--libe)
611 ac_prev
=libexecdir
;;
612 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
613 |
--libexe=* |
--libex=* |
--libe=*)
614 libexecdir
=$ac_optarg ;;
616 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
617 |
--localstate |
--localstat |
--localsta |
--localst \
618 |
--locals |
--local |
--loca |
--loc |
--lo)
619 ac_prev
=localstatedir
;;
620 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
621 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
622 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
623 localstatedir
=$ac_optarg ;;
625 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
627 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
631 # Obsolete; use --without-fp.
634 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
635 |
--no-cr |
--no-c |
-n)
638 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
639 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
642 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
643 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
644 |
--oldin |
--oldi |
--old |
--ol |
--o)
645 ac_prev
=oldincludedir
;;
646 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
647 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
648 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
649 oldincludedir
=$ac_optarg ;;
651 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
653 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
656 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
657 |
--program-pre |
--program-pr |
--program-p)
658 ac_prev
=program_prefix
;;
659 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
660 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
661 program_prefix
=$ac_optarg ;;
663 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
664 |
--program-suf |
--program-su |
--program-s)
665 ac_prev
=program_suffix
;;
666 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
667 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
668 program_suffix
=$ac_optarg ;;
670 -program-transform-name |
--program-transform-name \
671 |
--program-transform-nam |
--program-transform-na \
672 |
--program-transform-n |
--program-transform- \
673 |
--program-transform |
--program-transfor \
674 |
--program-transfo |
--program-transf \
675 |
--program-trans |
--program-tran \
676 |
--progr-tra |
--program-tr |
--program-t)
677 ac_prev
=program_transform_name
;;
678 -program-transform-name=* |
--program-transform-name=* \
679 |
--program-transform-nam=* |
--program-transform-na=* \
680 |
--program-transform-n=* |
--program-transform-=* \
681 |
--program-transform=* |
--program-transfor=* \
682 |
--program-transfo=* |
--program-transf=* \
683 |
--program-trans=* |
--program-tran=* \
684 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
685 program_transform_name
=$ac_optarg ;;
687 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
688 |
-silent |
--silent |
--silen |
--sile |
--sil)
691 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
693 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
695 sbindir
=$ac_optarg ;;
697 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
698 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
699 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
701 ac_prev
=sharedstatedir
;;
702 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
703 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
704 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
706 sharedstatedir
=$ac_optarg ;;
708 -site |
--site |
--sit)
710 -site=* |
--site=* |
--sit=*)
713 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
715 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
718 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
719 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
720 ac_prev
=sysconfdir
;;
721 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
722 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
723 sysconfdir
=$ac_optarg ;;
725 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
726 ac_prev
=target_alias
;;
727 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
728 target_alias
=$ac_optarg ;;
730 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
733 -version |
--version |
--versio |
--versi |
--vers |
-V)
737 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
738 # Reject names that are not valid shell variable names.
739 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
740 { echo "$as_me: error: invalid package name: $ac_package" >&2
741 { (exit 1); exit 1; }; }
742 ac_package
=`echo $ac_package| sed 's/-/_/g'`
744 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
747 eval "with_$ac_package='$ac_optarg'" ;;
749 -without-* |
--without-*)
750 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
751 # Reject names that are not valid shell variable names.
752 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
753 { echo "$as_me: error: invalid package name: $ac_package" >&2
754 { (exit 1); exit 1; }; }
755 ac_package
=`echo $ac_package | sed 's/-/_/g'`
756 eval "with_$ac_package=no" ;;
759 # Obsolete; use --with-x.
762 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
763 |
--x-incl |
--x-inc |
--x-in |
--x-i)
764 ac_prev
=x_includes
;;
765 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
766 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
767 x_includes
=$ac_optarg ;;
769 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
770 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
771 ac_prev
=x_libraries
;;
772 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
773 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
774 x_libraries
=$ac_optarg ;;
776 -*) { echo "$as_me: error: unrecognized option: $ac_option
777 Try \`$0 --help' for more information." >&2
778 { (exit 1); exit 1; }; }
782 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
783 # Reject names that are not valid shell variable names.
784 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
785 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
786 { (exit 1); exit 1; }; }
787 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
788 eval "$ac_envvar='$ac_optarg'"
792 # FIXME: should be removed in autoconf 3.0.
793 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
794 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
795 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
796 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
802 if test -n "$ac_prev"; then
803 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
804 { echo "$as_me: error: missing argument to $ac_option" >&2
805 { (exit 1); exit 1; }; }
808 # Be sure to have absolute paths.
809 for ac_var
in exec_prefix prefix
811 eval ac_val
=$
`echo $ac_var`
813 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
814 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
815 { (exit 1); exit 1; }; };;
819 # Be sure to have absolute paths.
820 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
821 localstatedir libdir includedir oldincludedir infodir mandir
823 eval ac_val
=$
`echo $ac_var`
825 [\\/$
]* | ?
:[\\/]* ) ;;
826 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
827 { (exit 1); exit 1; }; };;
831 # There might be people who depend on the old broken behavior: `$host'
832 # used to hold the argument of --host etc.
833 # FIXME: To remove some day.
838 # FIXME: To remove some day.
839 if test "x$host_alias" != x
; then
840 if test "x$build_alias" = x
; then
841 cross_compiling
=maybe
842 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
843 If a cross compiler is detected then cross compile mode will be used." >&2
844 elif test "x$build_alias" != "x$host_alias"; then
850 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
852 test "$silent" = yes && exec 6>/dev
/null
855 # Find the source files, if location was not specified.
856 if test -z "$srcdir"; then
857 ac_srcdir_defaulted
=yes
858 # Try the directory containing this script, then its parent.
859 ac_confdir
=`(dirname "$0") 2>/dev/null ||
860 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
861 X"$0" : 'X\(//\)[^/]' \| \
862 X"$0" : 'X\(//\)$' \| \
863 X"$0" : 'X\(/\)' \| \
864 . : '\(.\)' 2>/dev/null ||
866 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
867 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
868 /^X\(\/\/\)$/{ s//\1/; q; }
869 /^X\(\/\).*/{ s//\1/; q; }
872 if test ! -r $srcdir/$ac_unique_file; then
876 ac_srcdir_defaulted
=no
878 if test ! -r $srcdir/$ac_unique_file; then
879 if test "$ac_srcdir_defaulted" = yes; then
880 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
881 { (exit 1); exit 1; }; }
883 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
884 { (exit 1); exit 1; }; }
887 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
888 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
889 { (exit 1); exit 1; }; }
890 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
891 ac_env_build_alias_set
=${build_alias+set}
892 ac_env_build_alias_value
=$build_alias
893 ac_cv_env_build_alias_set
=${build_alias+set}
894 ac_cv_env_build_alias_value
=$build_alias
895 ac_env_host_alias_set
=${host_alias+set}
896 ac_env_host_alias_value
=$host_alias
897 ac_cv_env_host_alias_set
=${host_alias+set}
898 ac_cv_env_host_alias_value
=$host_alias
899 ac_env_target_alias_set
=${target_alias+set}
900 ac_env_target_alias_value
=$target_alias
901 ac_cv_env_target_alias_set
=${target_alias+set}
902 ac_cv_env_target_alias_value
=$target_alias
903 ac_env_CC_set
=${CC+set}
905 ac_cv_env_CC_set
=${CC+set}
906 ac_cv_env_CC_value
=$CC
907 ac_env_CFLAGS_set
=${CFLAGS+set}
908 ac_env_CFLAGS_value
=$CFLAGS
909 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
910 ac_cv_env_CFLAGS_value
=$CFLAGS
911 ac_env_LDFLAGS_set
=${LDFLAGS+set}
912 ac_env_LDFLAGS_value
=$LDFLAGS
913 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
914 ac_cv_env_LDFLAGS_value
=$LDFLAGS
915 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
916 ac_env_CPPFLAGS_value
=$CPPFLAGS
917 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
918 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
919 ac_env_CPP_set
=${CPP+set}
920 ac_env_CPP_value
=$CPP
921 ac_cv_env_CPP_set
=${CPP+set}
922 ac_cv_env_CPP_value
=$CPP
925 # Report the --help message.
927 if test "$ac_init_help" = "long"; then
928 # Omit some internal or obsolete options to make the list less imposing.
929 # This message is too long to be a string in the A/UX 3.1 sh.
931 \`configure' configures this package to adapt to many kinds of systems.
933 Usage: $0 [OPTION]... [VAR=VALUE]...
935 To assign environment variables (e.g., CC, CFLAGS...), specify them as
936 VAR=VALUE. See below for descriptions of some of the useful variables.
938 Defaults for the options are specified in brackets.
941 -h, --help display this help and exit
942 --help=short display options specific to this package
943 --help=recursive display the short help of all the included packages
944 -V, --version display version information and exit
945 -q, --quiet, --silent do not print \`checking...' messages
946 --cache-file=FILE cache test results in FILE [disabled]
947 -C, --config-cache alias for \`--cache-file=config.cache'
948 -n, --no-create do not create output files
949 --srcdir=DIR find the sources in DIR [configure dir or \`..']
954 Installation directories:
955 --prefix=PREFIX install architecture-independent files in PREFIX
957 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
960 By default, \`make install' will install all the files in
961 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
962 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
963 for instance \`--prefix=\$HOME'.
965 For better control, use the options below.
967 Fine tuning of the installation directories:
968 --bindir=DIR user executables [EPREFIX/bin]
969 --sbindir=DIR system admin executables [EPREFIX/sbin]
970 --libexecdir=DIR program executables [EPREFIX/libexec]
971 --datadir=DIR read-only architecture-independent data [PREFIX/share]
972 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
973 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
974 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
975 --libdir=DIR object code libraries [EPREFIX/lib]
976 --includedir=DIR C header files [PREFIX/include]
977 --oldincludedir=DIR C header files for non-gcc [/usr/include]
978 --infodir=DIR info documentation [PREFIX/info]
979 --mandir=DIR man documentation [PREFIX/man]
985 --program-prefix=PREFIX prepend PREFIX to installed program names
986 --program-suffix=SUFFIX append SUFFIX to installed program names
987 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
990 --build=BUILD configure
for building on BUILD
[guessed
]
991 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
992 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
996 if test -n "$ac_init_help"; then
1001 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1002 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1003 --disable-dependency-tracking speeds up one-time build
1004 --enable-dependency-tracking do not reject slow dependency extractors
1005 --disable-largefile omit support
for large files
1006 --enable-shared[=PKGS
]
1007 build shared libraries
[default
=yes]
1008 --enable-static[=PKGS
]
1009 build static libraries
[default
=yes]
1010 --enable-fast-install[=PKGS
]
1011 optimize
for fast installation
[default
=yes]
1012 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1013 --enable-targets alternative target configurations besides the primary
1014 --enable-checking enable run-time checks
1015 --enable-werror treat compile warnings as errors
1016 --enable-build-warnings enable build-time compiler warnings
1017 --disable-nls do not use Native Language Support
1018 --enable-maintainer-mode enable make rules and dependencies not useful
1019 (and sometimes confusing
) to the casual installer
1022 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1023 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1024 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1026 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1028 Some influential environment variables
:
1029 CC C compiler
command
1030 CFLAGS C compiler flags
1031 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1032 nonstandard directory
<lib dir
>
1033 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
1034 headers
in a nonstandard directory
<include dir
>
1037 Use these variables to override the choices made by
`configure' or to help
1038 it to find libraries and programs with nonstandard names/locations.
1043 if test "$ac_init_help" = "recursive"; then
1044 # If there are subdirs, report their specific --help.
1046 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1047 test -d $ac_dir || continue
1050 if test "$ac_dir" != .; then
1051 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
1052 # A "../" for each directory in $ac_dir_suffix.
1053 ac_top_builddir=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,../,g'`
1055 ac_dir_suffix= ac_top_builddir=
1059 .) # No --srcdir option. We are building in place.
1061 if test -z "$ac_top_builddir"; then
1064 ac_top_srcdir=`echo $ac_top_builddir |
sed 's,/$,,'`
1066 [\\/]* | ?:[\\/]* ) # Absolute path.
1067 ac_srcdir=$srcdir$ac_dir_suffix;
1068 ac_top_srcdir=$srcdir ;;
1070 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1071 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1074 # Do not use `cd foo
&& pwd` to compute absolute paths, because
1075 # the directories may not exist.
1077 .) ac_abs_builddir="$ac_dir";;
1080 .) ac_abs_builddir=`pwd`;;
1081 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1082 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1085 case $ac_abs_builddir in
1086 .) ac_abs_top_builddir=${ac_top_builddir}.;;
1088 case ${ac_top_builddir}. in
1089 .) ac_abs_top_builddir=$ac_abs_builddir;;
1090 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1091 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1094 case $ac_abs_builddir in
1095 .) ac_abs_srcdir=$ac_srcdir;;
1098 .) ac_abs_srcdir=$ac_abs_builddir;;
1099 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1100 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1103 case $ac_abs_builddir in
1104 .) ac_abs_top_srcdir=$ac_top_srcdir;;
1106 case $ac_top_srcdir in
1107 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1108 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1109 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1114 # Check for guested configure; otherwise get Cygnus style configure.
1115 if test -f $ac_srcdir/configure.gnu; then
1117 $SHELL $ac_srcdir/configure.gnu --help=recursive
1118 elif test -f $ac_srcdir/configure; then
1120 $SHELL $ac_srcdir/configure --help=recursive
1121 elif test -f $ac_srcdir/configure.ac ||
1122 test -f $ac_srcdir/configure.in; then
1124 $ac_configure --help
1126 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1132 test -n "$ac_init_help" && exit 0
1133 if $ac_init_version; then
1136 Copyright (C) 2003 Free Software Foundation, Inc.
1137 This configure script is free software; the Free Software Foundation
1138 gives unlimited permission to copy, distribute and modify it.
1144 This file contains any messages produced by compilers while
1145 running configure, to aid debugging if configure makes a mistake.
1147 It was created by $as_me, which was
1148 generated by GNU Autoconf 2.59. Invocation command line was
1159 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1160 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1161 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1162 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1163 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1165 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1166 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1168 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1169 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1170 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1171 hostinfo = `(hostinfo
) 2>/dev
/null ||
echo unknown
`
1172 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1173 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1174 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1182 test -z "$as_dir" && as_dir=.
1183 echo "PATH: $as_dir"
1198 # Keep a trace of the command line.
1199 # Strip out --no-create and --no-recursion so they do not pile up.
1200 # Strip out --silent because we don't want to record it for future runs.
1201 # Also quote any args containing shell meta-characters.
1202 # Make two passes to allow for proper duplicate-argument suppression.
1207 ac_must_keep_next=false
1213 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1214 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1215 | -silent | --silent | --silen | --sile | --sil)
1217 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1218 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1221 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1223 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1224 if test $ac_must_keep_next = true; then
1225 ac_must_keep_next=false # Got value, back to normal.
1228 *=* | --config-cache | -C | -disable-* | --disable-* \
1229 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1230 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1231 | -with-* | --with-* | -without-* | --without-* | --x)
1232 case "$ac_configure_args0 " in
1233 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1236 -* ) ac_must_keep_next=true ;;
1239 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1240 # Get rid of the leading space.
1246 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1247 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1249 # When interrupted or exit'd, cleanup temporary files, and complete
1250 # config.log. We remove comments because anyway the quotes in there
1251 # would cause problems or look ugly.
1252 # WARNING: Be sure not to use single quotes in there, as some shells,
1253 # such as our DU 5.0 friend, will then `close
' the trap.
1254 trap 'exit_status
=$?
1255 # Save into config.log some information that might help in debugging.
1260 ## ---------------- ##
1261 ## Cache variables. ##
1262 ## ---------------- ##
1265 # The following way of writing the cache mishandles newlines in values,
1268 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1271 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1272 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1276 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1283 ## ----------------- ##
1284 ## Output variables. ##
1285 ## ----------------- ##
1288 for ac_var
in $ac_subst_vars
1290 eval ac_val
=$
`echo $ac_var`
1291 echo "$ac_var='"'"'$ac_val'"'"'"
1295 if test -n "$ac_subst_files"; then
1302 for ac_var
in $ac_subst_files
1304 eval ac_val
=$
`echo $ac_var`
1305 echo "$ac_var='"'"'$ac_val'"'"'"
1310 if test -s confdefs.h
; then
1317 sed "/^$/d" confdefs.h |
sort
1320 test "$ac_signal" != 0 &&
1321 echo "$as_me: caught signal $ac_signal"
1322 echo "$as_me: exit $exit_status"
1324 rm -f core
*.core
&&
1325 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1328 for ac_signal in 1 2 13 15; do
1329 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1333 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1334 rm -rf conftest* confdefs.h
1335 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1338 # Predefined preprocessor variables.
1340 cat >>confdefs.h <<_ACEOF
1341 #define PACKAGE_NAME "$PACKAGE_NAME"
1345 cat >>confdefs.h <<_ACEOF
1346 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1350 cat >>confdefs.h <<_ACEOF
1351 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1355 cat >>confdefs.h <<_ACEOF
1356 #define PACKAGE_STRING "$PACKAGE_STRING"
1360 cat >>confdefs.h <<_ACEOF
1361 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1365 # Let the site file select an alternate cache file if it wants to.
1366 # Prefer explicitly selected file to automatically selected ones.
1367 if test -z "$CONFIG_SITE"; then
1368 if test "x$prefix" != xNONE; then
1369 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1371 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1374 for ac_site_file in $CONFIG_SITE; do
1375 if test -r "$ac_site_file"; then
1376 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1377 echo "$as_me: loading site script $ac_site_file" >&6;}
1378 sed 's
/^
/|
/' "$ac_site_file" >&5
1383 if test -r "$cache_file"; then
1384 # Some versions of bash will fail to source /dev/null (special
1385 # files actually), so we avoid doing that.
1386 if test -f "$cache_file"; then
1387 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1388 echo "$as_me: loading cache $cache_file" >&6;}
1390 [\\/]* | ?:[\\/]* ) . $cache_file;;
1391 *) . ./$cache_file;;
1395 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1396 echo "$as_me: creating cache $cache_file" >&6;}
1400 # Check that the precious variables saved in the cache have kept the same
1402 ac_cache_corrupted=false
1403 for ac_var in `(set) 2>&1 |
1404 sed -n 's
/^ac_env_\
([a-zA-Z_0-9
]*\
)_set
=.
*/\
1/p
'`; do
1405 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1406 eval ac_new_set=\$ac_env_${ac_var}_set
1407 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1408 eval ac_new_val="\$ac_env_${ac_var}_value"
1409 case $ac_old_set,$ac_new_set in
1411 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1412 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1413 ac_cache_corrupted=: ;;
1415 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1416 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1417 ac_cache_corrupted=: ;;
1420 if test "x$ac_old_val" != "x$ac_new_val"; then
1421 # differences in whitespace do not lead to failure.
1422 ac_old_val_w=`echo x $ac_old_val`
1423 ac_new_val_w=`echo x $ac_new_val`
1424 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1425 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1426 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1427 ac_cache_corrupted=:
1429 { echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1430 echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run
:" >&2;}
1431 eval $ac_var=\$ac_old_val
1433 { echo "$as_me:$LINENO: former value
: \
`$ac_old_val'" >&5
1434 echo "$as_me: former value: \`$ac_old_val'" >&2;}
1435 { echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1436 echo "$as_me: current value
: \
`$ac_new_val'" >&2;}
1439 # Pass precious variables to config.status.
1440 if test "$ac_new_set" = set; then
1442 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1443 ac_arg=$ac_var=`echo "$ac_new_val" |
sed "s/'/'\\\\\\\\''/g"` ;;
1444 *) ac_arg=$ac_var=$ac_new_val ;;
1446 case " $ac_configure_args " in
1447 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1448 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1452 if $ac_cache_corrupted; then
1453 { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1454 echo "$as_me: error: in \`$ac_pwd':" >&2;}
1455 { echo "$as_me:$LINENO: error
: changes
in the environment can compromise the build
" >&5
1456 echo "$as_me: error
: changes
in the environment can compromise the build
" >&2;}
1457 { { echo "$as_me:$LINENO: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&5
1458 echo "$as_me: error: run \`make distclean' and
/or \
`rm $cache_file' and start over" >&2;}
1459 { (exit 1); exit 1; }; }
1463 ac_cpp='$CPP $CPPFLAGS'
1464 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1465 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1466 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1492 for ac_dir in .. $srcdir/..; do
1493 if test -f $ac_dir/install-sh; then
1495 ac_install_sh="$ac_aux_dir/install-sh -c"
1497 elif test -f $ac_dir/install.sh; then
1499 ac_install_sh="$ac_aux_dir/install.sh -c"
1501 elif test -f $ac_dir/shtool; then
1503 ac_install_sh="$ac_aux_dir/shtool install -c"
1507 if test -z "$ac_aux_dir"; then
1508 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in .. $srcdir/.." >&5
1509 echo "$as_me: error: cannot find install-sh or install.sh in .. $srcdir/.." >&2;}
1510 { (exit 1); exit 1; }; }
1512 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1513 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1514 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1516 # Make sure we can run config.sub.
1517 $ac_config_sub sun4 >/dev/null 2>&1 ||
1518 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1519 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1520 { (exit 1); exit 1; }; }
1522 echo "$as_me:$LINENO: checking build system type" >&5
1523 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1524 if test "${ac_cv_build+set}" = set; then
1525 echo $ECHO_N "(cached) $ECHO_C" >&6
1527 ac_cv_build_alias=$build_alias
1528 test -z "$ac_cv_build_alias" &&
1529 ac_cv_build_alias=`$ac_config_guess`
1530 test -z "$ac_cv_build_alias" &&
1531 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1532 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1533 { (exit 1); exit 1; }; }
1534 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1535 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1536 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1537 { (exit 1); exit 1; }; }
1540 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1541 echo "${ECHO_T}$ac_cv_build" >&6
1543 build_cpu=`echo $ac_cv_build |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1544 build_vendor=`echo $ac_cv_build |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1545 build_os=`echo $ac_cv_build |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1548 echo "$as_me:$LINENO: checking host system type" >&5
1549 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1550 if test "${ac_cv_host+set}" = set; then
1551 echo $ECHO_N "(cached) $ECHO_C" >&6
1553 ac_cv_host_alias=$host_alias
1554 test -z "$ac_cv_host_alias" &&
1555 ac_cv_host_alias=$ac_cv_build_alias
1556 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1557 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1558 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1559 { (exit 1); exit 1; }; }
1562 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1563 echo "${ECHO_T}$ac_cv_host" >&6
1565 host_cpu=`echo $ac_cv_host |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1566 host_vendor=`echo $ac_cv_host |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1567 host_os=`echo $ac_cv_host |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1570 echo "$as_me:$LINENO: checking target system type" >&5
1571 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1572 if test "${ac_cv_target+set}" = set; then
1573 echo $ECHO_N "(cached) $ECHO_C" >&6
1575 ac_cv_target_alias=$target_alias
1576 test "x$ac_cv_target_alias" = "x" &&
1577 ac_cv_target_alias=$ac_cv_host_alias
1578 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1579 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1580 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1581 { (exit 1); exit 1; }; }
1584 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1585 echo "${ECHO_T}$ac_cv_target" >&6
1586 target=$ac_cv_target
1587 target_cpu=`echo $ac_cv_target |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1588 target_vendor=`echo $ac_cv_target |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1589 target_os=`echo $ac_cv_target |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1592 # The aliases save the names the user supplied, while $host etc.
1593 # will get canonicalized.
1594 test -n "$target_alias" &&
1595 test "$program_prefix$program_suffix$program_transform_name" = \
1597 program_prefix=${target_alias}-
1599 ac_cpp='$CPP $CPPFLAGS'
1600 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1601 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1602 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1603 if test -n "$ac_tool_prefix"; then
1604 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1605 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1606 echo "$as_me:$LINENO: checking for $ac_word" >&5
1607 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1608 if test "${ac_cv_prog_CC+set}" = set; then
1609 echo $ECHO_N "(cached) $ECHO_C" >&6
1611 if test -n "$CC"; then
1612 ac_cv_prog_CC="$CC" # Let the user override the test.
1614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1618 test -z "$as_dir" && as_dir=.
1619 for ac_exec_ext in '' $ac_executable_extensions; do
1620 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1621 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1622 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1631 if test -n "$CC"; then
1632 echo "$as_me:$LINENO: result: $CC" >&5
1633 echo "${ECHO_T}$CC" >&6
1635 echo "$as_me:$LINENO: result: no" >&5
1636 echo "${ECHO_T}no" >&6
1640 if test -z "$ac_cv_prog_CC"; then
1642 # Extract the first word of "gcc", so it can be a program name with args.
1643 set dummy gcc; ac_word=$2
1644 echo "$as_me:$LINENO: checking for $ac_word" >&5
1645 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1646 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1647 echo $ECHO_N "(cached) $ECHO_C" >&6
1649 if test -n "$ac_ct_CC"; then
1650 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1656 test -z "$as_dir" && as_dir=.
1657 for ac_exec_ext in '' $ac_executable_extensions; do
1658 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1659 ac_cv_prog_ac_ct_CC="gcc"
1660 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1668 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1669 if test -n "$ac_ct_CC"; then
1670 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1671 echo "${ECHO_T}$ac_ct_CC" >&6
1673 echo "$as_me:$LINENO: result: no" >&5
1674 echo "${ECHO_T}no" >&6
1682 if test -z "$CC"; then
1683 if test -n "$ac_tool_prefix"; then
1684 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1685 set dummy ${ac_tool_prefix}cc; ac_word=$2
1686 echo "$as_me:$LINENO: checking for $ac_word" >&5
1687 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1688 if test "${ac_cv_prog_CC+set}" = set; then
1689 echo $ECHO_N "(cached) $ECHO_C" >&6
1691 if test -n "$CC"; then
1692 ac_cv_prog_CC="$CC" # Let the user override the test.
1694 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1698 test -z "$as_dir" && as_dir=.
1699 for ac_exec_ext in '' $ac_executable_extensions; do
1700 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1701 ac_cv_prog_CC="${ac_tool_prefix}cc"
1702 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1711 if test -n "$CC"; then
1712 echo "$as_me:$LINENO: result: $CC" >&5
1713 echo "${ECHO_T}$CC" >&6
1715 echo "$as_me:$LINENO: result: no" >&5
1716 echo "${ECHO_T}no" >&6
1720 if test -z "$ac_cv_prog_CC"; then
1722 # Extract the first word of "cc", so it can be a program name with args.
1723 set dummy cc; ac_word=$2
1724 echo "$as_me:$LINENO: checking for $ac_word" >&5
1725 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1726 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1727 echo $ECHO_N "(cached) $ECHO_C" >&6
1729 if test -n "$ac_ct_CC"; then
1730 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1732 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1736 test -z "$as_dir" && as_dir=.
1737 for ac_exec_ext in '' $ac_executable_extensions; do
1738 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1739 ac_cv_prog_ac_ct_CC="cc"
1740 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1748 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1749 if test -n "$ac_ct_CC"; then
1750 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1751 echo "${ECHO_T}$ac_ct_CC" >&6
1753 echo "$as_me:$LINENO: result: no" >&5
1754 echo "${ECHO_T}no" >&6
1763 if test -z "$CC"; then
1764 # Extract the first word of "cc", so it can be a program name with args.
1765 set dummy cc; ac_word=$2
1766 echo "$as_me:$LINENO: checking for $ac_word" >&5
1767 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1768 if test "${ac_cv_prog_CC+set}" = set; then
1769 echo $ECHO_N "(cached) $ECHO_C" >&6
1771 if test -n "$CC"; then
1772 ac_cv_prog_CC="$CC" # Let the user override the test.
1775 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1779 test -z "$as_dir" && as_dir=.
1780 for ac_exec_ext in '' $ac_executable_extensions; do
1781 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1782 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1783 ac_prog_rejected=yes
1787 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1793 if test $ac_prog_rejected = yes; then
1794 # We found a bogon in the path, so make sure we never use it.
1795 set dummy $ac_cv_prog_CC
1797 if test $# != 0; then
1798 # We chose a different compiler from the bogus one.
1799 # However, it has the same basename, so the bogon will be chosen
1800 # first if we set CC to just the basename; use the full file name.
1802 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1808 if test -n "$CC"; then
1809 echo "$as_me:$LINENO: result: $CC" >&5
1810 echo "${ECHO_T}$CC" >&6
1812 echo "$as_me:$LINENO: result: no" >&5
1813 echo "${ECHO_T}no" >&6
1817 if test -z "$CC"; then
1818 if test -n "$ac_tool_prefix"; then
1821 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1822 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1823 echo "$as_me:$LINENO: checking for $ac_word" >&5
1824 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1825 if test "${ac_cv_prog_CC+set}" = set; then
1826 echo $ECHO_N "(cached) $ECHO_C" >&6
1828 if test -n "$CC"; then
1829 ac_cv_prog_CC="$CC" # Let the user override the test.
1831 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1835 test -z "$as_dir" && as_dir=.
1836 for ac_exec_ext in '' $ac_executable_extensions; do
1837 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1838 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1839 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1848 if test -n "$CC"; then
1849 echo "$as_me:$LINENO: result: $CC" >&5
1850 echo "${ECHO_T}$CC" >&6
1852 echo "$as_me:$LINENO: result: no" >&5
1853 echo "${ECHO_T}no" >&6
1856 test -n "$CC" && break
1859 if test -z "$CC"; then
1863 # Extract the first word of "$ac_prog", so it can be a program name with args.
1864 set dummy $ac_prog; ac_word=$2
1865 echo "$as_me:$LINENO: checking for $ac_word" >&5
1866 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1867 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1868 echo $ECHO_N "(cached) $ECHO_C" >&6
1870 if test -n "$ac_ct_CC"; then
1871 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1873 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1877 test -z "$as_dir" && as_dir=.
1878 for ac_exec_ext in '' $ac_executable_extensions; do
1879 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1880 ac_cv_prog_ac_ct_CC="$ac_prog"
1881 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1889 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1890 if test -n "$ac_ct_CC"; then
1891 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1892 echo "${ECHO_T}$ac_ct_CC" >&6
1894 echo "$as_me:$LINENO: result: no" >&5
1895 echo "${ECHO_T}no" >&6
1898 test -n "$ac_ct_CC" && break
1907 test -z "$CC" && { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1908 echo "$as_me: error: in \`$ac_pwd':" >&2;}
1909 { { echo "$as_me:$LINENO: error
: no acceptable C compiler found
in \
$PATH
1910 See \
`config.log' for more details." >&5
1911 echo "$as_me: error: no acceptable C compiler found in \$PATH
1912 See \`config.log
' for more details." >&2;}
1913 { (exit 1); exit 1; }; }; }
1915 # Provide some information about the compiler.
1916 echo "$as_me:$LINENO:" \
1917 "checking for C compiler version" >&5
1918 ac_compiler=`set X $ac_compile; echo $2`
1919 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1920 (eval $ac_compiler --version </dev/null >&5) 2>&5
1922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1923 (exit $ac_status); }
1924 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1925 (eval $ac_compiler -v </dev/null >&5) 2>&5
1927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1928 (exit $ac_status); }
1929 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1930 (eval $ac_compiler -V </dev/null >&5) 2>&5
1932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1933 (exit $ac_status); }
1935 cat >conftest.$ac_ext <<_ACEOF
1938 cat confdefs.h >>conftest.$ac_ext
1939 cat >>conftest.$ac_ext <<_ACEOF
1940 /* end confdefs.h. */
1950 ac_clean_files_save=$ac_clean_files
1951 ac_clean_files="$ac_clean_files a.out a.exe b.out"
1952 # Try to create an executable without -o first, disregard a.out.
1953 # It will help us diagnose broken compilers, and finding out an intuition
1955 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1956 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1957 ac_link_default=`echo "$ac_link" | sed 's
/ -o *conftest
[^
]*//'`
1958 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1959 (eval $ac_link_default) 2>&5
1961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1962 (exit $ac_status); }; then
1963 # Find the output, starting from the most likely. This scheme is
1964 # not robust to junk in `.', hence go to wildcards
(a.
*) only as a last
1967 # Be careful to initialize this variable, since it used to be cached.
1968 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1970 # b.out is created by i960 compilers.
1971 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
1973 test -f "$ac_file" ||
continue
1975 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
1978 # This is the source file.
1981 # We found the default executable, but exeext='' is most
1985 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
1986 # FIXME: I believe we export ac_cv_exeext for Libtool,
1987 # but it would be cool to find out if it's true. Does anybody
1988 # maintain Libtool? --akim.
1996 echo "$as_me: failed program was:" >&5
1997 sed 's/^/| /' conftest.
$ac_ext >&5
1999 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2000 echo "$as_me: error: in \`$ac_pwd':" >&2;}
2001 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2002 See \`config.log' for more details." >&5
2003 echo "$as_me: error: C compiler cannot create executables
2004 See \`config.log' for more details." >&2;}
2005 { (exit 77); exit 77; }; }; }
2008 ac_exeext
=$ac_cv_exeext
2009 echo "$as_me:$LINENO: result: $ac_file" >&5
2010 echo "${ECHO_T}$ac_file" >&6
2012 # Check the compiler produces executables we can run. If not, either
2013 # the compiler is broken, or we cross compile.
2014 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2015 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2016 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2017 # If not cross compiling, check that we can run a simple program.
2018 if test "$cross_compiling" != yes; then
2019 if { ac_try
='./$ac_file'
2020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2024 (exit $ac_status); }; }; then
2027 if test "$cross_compiling" = maybe
; then
2030 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2031 echo "$as_me: error: in \`$ac_pwd':" >&2;}
2032 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2033 If you meant to cross compile, use \`--host'.
2034 See \`config.log' for more details." >&5
2035 echo "$as_me: error: cannot run C compiled programs.
2036 If you meant to cross compile, use \`--host'.
2037 See \`config.log' for more details." >&2;}
2038 { (exit 1); exit 1; }; }; }
2042 echo "$as_me:$LINENO: result: yes" >&5
2043 echo "${ECHO_T}yes" >&6
2045 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
2046 ac_clean_files
=$ac_clean_files_save
2047 # Check the compiler produces executables we can run. If not, either
2048 # the compiler is broken, or we cross compile.
2049 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2050 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2051 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2052 echo "${ECHO_T}$cross_compiling" >&6
2054 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2055 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2056 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2057 (eval $ac_link) 2>&5
2059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2060 (exit $ac_status); }; then
2061 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2062 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2063 # work properly (i.e., refer to `conftest.exe'), while it won't with
2065 for ac_file
in conftest.exe conftest conftest.
*; do
2066 test -f "$ac_file" ||
continue
2068 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
2069 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2076 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2077 echo "$as_me: error: in \`$ac_pwd':" >&2;}
2078 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2079 See \`config.log' for more details." >&5
2080 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2081 See \`config.log' for more details." >&2;}
2082 { (exit 1); exit 1; }; }; }
2085 rm -f conftest
$ac_cv_exeext
2086 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2087 echo "${ECHO_T}$ac_cv_exeext" >&6
2089 rm -f conftest.
$ac_ext
2090 EXEEXT
=$ac_cv_exeext
2092 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2093 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2094 if test "${ac_cv_objext+set}" = set; then
2095 echo $ECHO_N "(cached) $ECHO_C" >&6
2097 cat >conftest.
$ac_ext <<_ACEOF
2100 cat confdefs.h
>>conftest.
$ac_ext
2101 cat >>conftest.
$ac_ext <<_ACEOF
2102 /* end confdefs.h. */
2112 rm -f conftest.o conftest.obj
2113 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2114 (eval $ac_compile) 2>&5
2116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2117 (exit $ac_status); }; then
2118 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2120 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
2121 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2126 echo "$as_me: failed program was:" >&5
2127 sed 's/^/| /' conftest.
$ac_ext >&5
2129 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2130 echo "$as_me: error: in \`$ac_pwd':" >&2;}
2131 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2132 See \`config.log' for more details." >&5
2133 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2134 See \`config.log' for more details." >&2;}
2135 { (exit 1); exit 1; }; }; }
2138 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2140 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2141 echo "${ECHO_T}$ac_cv_objext" >&6
2142 OBJEXT
=$ac_cv_objext
2144 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2145 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2146 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2147 echo $ECHO_N "(cached) $ECHO_C" >&6
2149 cat >conftest.
$ac_ext <<_ACEOF
2152 cat confdefs.h
>>conftest.
$ac_ext
2153 cat >>conftest.
$ac_ext <<_ACEOF
2154 /* end confdefs.h. */
2167 rm -f conftest.
$ac_objext
2168 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2169 (eval $ac_compile) 2>conftest.er1
2171 grep -v '^ *+' conftest.er1
>conftest.err
2173 cat conftest.err
>&5
2174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2175 (exit $ac_status); } &&
2176 { ac_try
='test -z "$ac_c_werror_flag"
2177 || test ! -s conftest.err'
2178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2182 (exit $ac_status); }; } &&
2183 { ac_try
='test -s conftest.$ac_objext'
2184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2188 (exit $ac_status); }; }; then
2191 echo "$as_me: failed program was:" >&5
2192 sed 's/^/| /' conftest.
$ac_ext >&5
2196 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2197 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2200 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2201 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2202 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2203 ac_test_CFLAGS
=${CFLAGS+set}
2204 ac_save_CFLAGS
=$CFLAGS
2206 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2207 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2208 if test "${ac_cv_prog_cc_g+set}" = set; then
2209 echo $ECHO_N "(cached) $ECHO_C" >&6
2211 cat >conftest.
$ac_ext <<_ACEOF
2214 cat confdefs.h
>>conftest.
$ac_ext
2215 cat >>conftest.
$ac_ext <<_ACEOF
2216 /* end confdefs.h. */
2226 rm -f conftest.
$ac_objext
2227 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2228 (eval $ac_compile) 2>conftest.er1
2230 grep -v '^ *+' conftest.er1
>conftest.err
2232 cat conftest.err
>&5
2233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2234 (exit $ac_status); } &&
2235 { ac_try
='test -z "$ac_c_werror_flag"
2236 || test ! -s conftest.err'
2237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2241 (exit $ac_status); }; } &&
2242 { ac_try
='test -s conftest.$ac_objext'
2243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2247 (exit $ac_status); }; }; then
2250 echo "$as_me: failed program was:" >&5
2251 sed 's/^/| /' conftest.
$ac_ext >&5
2255 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2257 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2258 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2259 if test "$ac_test_CFLAGS" = set; then
2260 CFLAGS
=$ac_save_CFLAGS
2261 elif test $ac_cv_prog_cc_g = yes; then
2262 if test "$GCC" = yes; then
2268 if test "$GCC" = yes; then
2274 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2275 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2276 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2277 echo $ECHO_N "(cached) $ECHO_C" >&6
2279 ac_cv_prog_cc_stdc
=no
2281 cat >conftest.
$ac_ext <<_ACEOF
2284 cat confdefs.h
>>conftest.
$ac_ext
2285 cat >>conftest.
$ac_ext <<_ACEOF
2286 /* end confdefs.h. */
2289 #include <sys/types.h>
2290 #include <sys/stat.h>
2291 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2292 struct buf { int x; };
2293 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2294 static char *e (p, i)
2300 static char *f (char * (*g) (char **, int), char **p, ...)
2305 s = g (p, va_arg (v,int));
2310 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2311 function prototypes and stuff, but not '\xHH' hex character constants.
2312 These don't provoke an error unfortunately, instead are silently treated
2313 as 'x'. The following induces an error, until -std1 is added to get
2314 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2315 array size at least. It's necessary to write '\x00'==0 to get something
2316 that's true only with -std1. */
2317 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2319 int test (int i, double x);
2320 struct s1 {int (*f) (int a);};
2321 struct s2 {int (*f) (double a);};
2322 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2328 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2333 # Don't try gcc -ansi; that turns off useful extensions and
2334 # breaks some systems' header files.
2335 # AIX -qlanglvl=ansi
2336 # Ultrix and OSF/1 -std1
2337 # HP-UX 10.20 and later -Ae
2338 # HP-UX older versions -Aa -D_HPUX_SOURCE
2339 # SVR4 -Xc -D__EXTENSIONS__
2340 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2342 CC
="$ac_save_CC $ac_arg"
2343 rm -f conftest.
$ac_objext
2344 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2345 (eval $ac_compile) 2>conftest.er1
2347 grep -v '^ *+' conftest.er1
>conftest.err
2349 cat conftest.err
>&5
2350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2351 (exit $ac_status); } &&
2352 { ac_try
='test -z "$ac_c_werror_flag"
2353 || test ! -s conftest.err'
2354 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2358 (exit $ac_status); }; } &&
2359 { ac_try
='test -s conftest.$ac_objext'
2360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2364 (exit $ac_status); }; }; then
2365 ac_cv_prog_cc_stdc
=$ac_arg
2368 echo "$as_me: failed program was:" >&5
2369 sed 's/^/| /' conftest.
$ac_ext >&5
2372 rm -f conftest.err conftest.
$ac_objext
2374 rm -f conftest.
$ac_ext conftest.
$ac_objext
2379 case "x$ac_cv_prog_cc_stdc" in
2381 echo "$as_me:$LINENO: result: none needed" >&5
2382 echo "${ECHO_T}none needed" >&6 ;;
2384 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2385 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2386 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2389 # Some people use a C++ compiler to compile C. Since we use `exit',
2390 # in C++ we need to declare it. In case someone uses the same compiler
2391 # for both compiling C and C++ we need to have the C++ compiler decide
2392 # the declaration of exit, since it's the most demanding environment.
2393 cat >conftest.
$ac_ext <<_ACEOF
2398 rm -f conftest.
$ac_objext
2399 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2400 (eval $ac_compile) 2>conftest.er1
2402 grep -v '^ *+' conftest.er1
>conftest.err
2404 cat conftest.err
>&5
2405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2406 (exit $ac_status); } &&
2407 { ac_try
='test -z "$ac_c_werror_flag"
2408 || test ! -s conftest.err'
2409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2413 (exit $ac_status); }; } &&
2414 { ac_try
='test -s conftest.$ac_objext'
2415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2419 (exit $ac_status); }; }; then
2420 for ac_declaration
in \
2422 'extern "C" void std::exit (int) throw (); using std::exit;' \
2423 'extern "C" void std::exit (int); using std::exit;' \
2424 'extern "C" void exit (int) throw ();' \
2425 'extern "C" void exit (int);' \
2428 cat >conftest.
$ac_ext <<_ACEOF
2431 cat confdefs.h
>>conftest.
$ac_ext
2432 cat >>conftest.
$ac_ext <<_ACEOF
2433 /* end confdefs.h. */
2444 rm -f conftest.
$ac_objext
2445 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2446 (eval $ac_compile) 2>conftest.er1
2448 grep -v '^ *+' conftest.er1
>conftest.err
2450 cat conftest.err
>&5
2451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2452 (exit $ac_status); } &&
2453 { ac_try
='test -z "$ac_c_werror_flag"
2454 || test ! -s conftest.err'
2455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2459 (exit $ac_status); }; } &&
2460 { ac_try
='test -s conftest.$ac_objext'
2461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2465 (exit $ac_status); }; }; then
2468 echo "$as_me: failed program was:" >&5
2469 sed 's/^/| /' conftest.
$ac_ext >&5
2473 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2474 cat >conftest.
$ac_ext <<_ACEOF
2477 cat confdefs.h
>>conftest.
$ac_ext
2478 cat >>conftest.
$ac_ext <<_ACEOF
2479 /* end confdefs.h. */
2489 rm -f conftest.
$ac_objext
2490 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2491 (eval $ac_compile) 2>conftest.er1
2493 grep -v '^ *+' conftest.er1
>conftest.err
2495 cat conftest.err
>&5
2496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2497 (exit $ac_status); } &&
2498 { ac_try
='test -z "$ac_c_werror_flag"
2499 || test ! -s conftest.err'
2500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2504 (exit $ac_status); }; } &&
2505 { ac_try
='test -s conftest.$ac_objext'
2506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2510 (exit $ac_status); }; }; then
2513 echo "$as_me: failed program was:" >&5
2514 sed 's/^/| /' conftest.
$ac_ext >&5
2517 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2520 if test -n "$ac_declaration"; then
2521 echo '#ifdef __cplusplus' >>confdefs.h
2522 echo $ac_declaration >>confdefs.h
2523 echo '#endif' >>confdefs.h
2527 echo "$as_me: failed program was:" >&5
2528 sed 's/^/| /' conftest.
$ac_ext >&5
2531 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2533 ac_cpp
='$CPP $CPPFLAGS'
2534 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2535 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2536 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2539 echo "$as_me:$LINENO: checking for library containing strerror" >&5
2540 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
2541 if test "${ac_cv_search_strerror+set}" = set; then
2542 echo $ECHO_N "(cached) $ECHO_C" >&6
2544 ac_func_search_save_LIBS
=$LIBS
2545 ac_cv_search_strerror
=no
2546 cat >conftest.
$ac_ext <<_ACEOF
2549 cat confdefs.h
>>conftest.
$ac_ext
2550 cat >>conftest.
$ac_ext <<_ACEOF
2551 /* end confdefs.h. */
2553 /* Override any gcc2 internal prototype to avoid an error. */
2557 /* We use char because int might match the return type of a gcc2
2558 builtin and then its argument prototype would still apply. */
2568 rm -f conftest.
$ac_objext conftest
$ac_exeext
2569 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2570 (eval $ac_link) 2>conftest.er1
2572 grep -v '^ *+' conftest.er1
>conftest.err
2574 cat conftest.err
>&5
2575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2576 (exit $ac_status); } &&
2577 { ac_try
='test -z "$ac_c_werror_flag"
2578 || test ! -s conftest.err'
2579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2583 (exit $ac_status); }; } &&
2584 { ac_try
='test -s conftest$ac_exeext'
2585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2589 (exit $ac_status); }; }; then
2590 ac_cv_search_strerror
="none required"
2592 echo "$as_me: failed program was:" >&5
2593 sed 's/^/| /' conftest.
$ac_ext >&5
2596 rm -f conftest.err conftest.
$ac_objext \
2597 conftest
$ac_exeext conftest.
$ac_ext
2598 if test "$ac_cv_search_strerror" = no
; then
2599 for ac_lib
in cposix
; do
2600 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
2601 cat >conftest.
$ac_ext <<_ACEOF
2604 cat confdefs.h
>>conftest.
$ac_ext
2605 cat >>conftest.
$ac_ext <<_ACEOF
2606 /* end confdefs.h. */
2608 /* Override any gcc2 internal prototype to avoid an error. */
2612 /* We use char because int might match the return type of a gcc2
2613 builtin and then its argument prototype would still apply. */
2623 rm -f conftest.
$ac_objext conftest
$ac_exeext
2624 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2625 (eval $ac_link) 2>conftest.er1
2627 grep -v '^ *+' conftest.er1
>conftest.err
2629 cat conftest.err
>&5
2630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2631 (exit $ac_status); } &&
2632 { ac_try
='test -z "$ac_c_werror_flag"
2633 || test ! -s conftest.err'
2634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2638 (exit $ac_status); }; } &&
2639 { ac_try
='test -s conftest$ac_exeext'
2640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2644 (exit $ac_status); }; }; then
2645 ac_cv_search_strerror
="-l$ac_lib"
2648 echo "$as_me: failed program was:" >&5
2649 sed 's/^/| /' conftest.
$ac_ext >&5
2652 rm -f conftest.err conftest.
$ac_objext \
2653 conftest
$ac_exeext conftest.
$ac_ext
2656 LIBS
=$ac_func_search_save_LIBS
2658 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
2659 echo "${ECHO_T}$ac_cv_search_strerror" >&6
2660 if test "$ac_cv_search_strerror" != no
; then
2661 test "$ac_cv_search_strerror" = "none required" || LIBS
="$ac_cv_search_strerror $LIBS"
2666 BFD_VERSION
=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
2667 am__api_version
="1.9"
2668 # Find a good install program. We prefer a C program (faster),
2669 # so one script is as good as another. But avoid the broken or
2670 # incompatible versions:
2671 # SysV /etc/install, /usr/sbin/install
2672 # SunOS /usr/etc/install
2673 # IRIX /sbin/install
2675 # AmigaOS /C/install, which installs bootblocks on floppy discs
2676 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2677 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2678 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2679 # OS/2's system install, which has a completely different semantic
2680 # ./install, which can be erroneously created by make from ./install.sh.
2681 # Reject install programs that cannot install multiple files.
2682 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2683 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2684 if test -z "$INSTALL"; then
2685 if test "${ac_cv_path_install+set}" = set; then
2686 echo $ECHO_N "(cached) $ECHO_C" >&6
2688 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2692 test -z "$as_dir" && as_dir
=.
2693 # Account for people who put trailing slashes in PATH elements.
2695 .
/ | .
// |
/cC
/* | \
2696 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2697 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
2700 # OSF1 and SCO ODT 3.0 have their own names for install.
2701 # Don't use installbsd from OSF since it installs stuff as root
2703 for ac_prog
in ginstall scoinst
install; do
2704 for ac_exec_ext
in '' $ac_executable_extensions; do
2705 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2706 if test $ac_prog = install &&
2707 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2708 # AIX install. It has an incompatible calling convention.
2710 elif test $ac_prog = install &&
2711 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2712 # program-specific install script used by HP pwplus--don't use.
2715 rm -rf conftest.one conftest.two conftest.dir
2716 echo one
> conftest.one
2717 echo two
> conftest.two
2719 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2720 test -s conftest.one
&& test -s conftest.two
&&
2721 test -s conftest.dir
/conftest.one
&&
2722 test -s conftest.dir
/conftest.two
2724 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2735 rm -rf conftest.one conftest.two conftest.dir
2738 if test "${ac_cv_path_install+set}" = set; then
2739 INSTALL
=$ac_cv_path_install
2741 # As a last resort, use the slow shell script. Don't cache a
2742 # value for INSTALL within a source directory, because that will
2743 # break other packages using the cache if that directory is
2744 # removed, or if the value is a relative name.
2745 INSTALL
=$ac_install_sh
2748 echo "$as_me:$LINENO: result: $INSTALL" >&5
2749 echo "${ECHO_T}$INSTALL" >&6
2751 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2752 # It thinks the first close brace ends the variable substitution.
2753 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2755 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2757 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2759 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2760 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
2763 echo timestamp
> conftest.
file
2764 # Do `set' in a subshell so we don't clobber the current shell's
2765 # arguments. Must try -L first in case configure is actually a
2766 # symlink; some systems play weird games with the mod time of symlinks
2767 # (eg FreeBSD returns the mod time of the symlink's containing
2770 set X
`ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2771 if test "$*" = "X"; then
2773 set X
`ls -t $srcdir/configure conftest.file`
2776 if test "$*" != "X $srcdir/configure conftest.file" \
2777 && test "$*" != "X conftest.file $srcdir/configure"; then
2779 # If neither matched, then we have a broken ls. This can happen
2780 # if, for instance, CONFIG_SHELL is bash and it inherits a
2781 # broken ls alias from the environment. This has actually
2782 # happened. Such a system could not be considered "sane".
2783 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2784 alias in your environment" >&5
2785 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2786 alias in your environment" >&2;}
2787 { (exit 1); exit 1; }; }
2790 test "$2" = conftest.
file
2796 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2797 Check your system clock" >&5
2798 echo "$as_me: error: newly created file is older than distributed files!
2799 Check your system clock" >&2;}
2800 { (exit 1); exit 1; }; }
2802 echo "$as_me:$LINENO: result: yes" >&5
2803 echo "${ECHO_T}yes" >&6
2804 test "$program_prefix" != NONE
&&
2805 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
2806 # Use a double $ so make ignores it.
2807 test "$program_suffix" != NONE
&&
2808 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
2809 # Double any \ or $. echo might interpret backslashes.
2810 # By default was `s,x,x', remove it if useless.
2811 cat <<\_ACEOF
>conftest.
sed
2812 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
2814 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
2817 # expand $ac_aux_dir to an absolute path
2818 am_aux_dir
=`cd $ac_aux_dir && pwd`
2820 test x
"${MISSING+set}" = xset || MISSING
="\${SHELL} $am_aux_dir/missing"
2821 # Use eval to expand $SHELL
2822 if eval "$MISSING --run true"; then
2823 am_missing_run
="$MISSING --run "
2826 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2827 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2830 if mkdir
-p --version .
>/dev
/null
2>&1 && test ! -d .
/--version; then
2831 # We used to keeping the `.' as first argument, in order to
2832 # allow $(mkdir_p) to be used without argument. As in
2833 # $(mkdir_p) $(somedir)
2834 # where $(somedir) is conditionally defined. However this is wrong
2836 # 1. if the package is installed by a user who cannot write `.'
2837 # make install will fail,
2838 # 2. the above comment should most certainly read
2839 # $(mkdir_p) $(DESTDIR)$(somedir)
2840 # so it does not work when $(somedir) is undefined and
2841 # $(DESTDIR) is not.
2842 # To support the latter case, we have to write
2843 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2844 # so the `.' trick is pointless.
2845 mkdir_p
='mkdir -p --'
2847 # On NextStep and OpenStep, the `mkdir' command does not
2848 # recognize any option. It will interpret all options as
2849 # directories to create, and then abort because `.' already
2851 for d
in .
/-p .
/--version;
2853 test -d $d && rmdir $d
2855 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2856 if test -f "$ac_aux_dir/mkinstalldirs"; then
2857 mkdir_p
='$(mkinstalldirs)'
2859 mkdir_p
='$(install_sh) -d'
2863 for ac_prog
in gawk mawk nawk
awk
2865 # Extract the first word of "$ac_prog", so it can be a program name with args.
2866 set dummy
$ac_prog; ac_word
=$2
2867 echo "$as_me:$LINENO: checking for $ac_word" >&5
2868 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2869 if test "${ac_cv_prog_AWK+set}" = set; then
2870 echo $ECHO_N "(cached) $ECHO_C" >&6
2872 if test -n "$AWK"; then
2873 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2875 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2879 test -z "$as_dir" && as_dir
=.
2880 for ac_exec_ext
in '' $ac_executable_extensions; do
2881 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2882 ac_cv_prog_AWK
="$ac_prog"
2883 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2892 if test -n "$AWK"; then
2893 echo "$as_me:$LINENO: result: $AWK" >&5
2894 echo "${ECHO_T}$AWK" >&6
2896 echo "$as_me:$LINENO: result: no" >&5
2897 echo "${ECHO_T}no" >&6
2900 test -n "$AWK" && break
2903 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2904 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
2905 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
2906 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2907 echo $ECHO_N "(cached) $ECHO_C" >&6
2909 cat >conftest.
make <<\_ACEOF
2911 @
echo 'ac_maketemp="$(MAKE)"'
2913 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2914 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
2915 if test -n "$ac_maketemp"; then
2916 eval ac_cv_prog_make_
${ac_make}_set
=yes
2918 eval ac_cv_prog_make_
${ac_make}_set
=no
2922 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2923 echo "$as_me:$LINENO: result: yes" >&5
2924 echo "${ECHO_T}yes" >&6
2927 echo "$as_me:$LINENO: result: no" >&5
2928 echo "${ECHO_T}no" >&6
2929 SET_MAKE
="MAKE=${MAKE-make}"
2932 rm -rf .tst
2>/dev
/null
2933 mkdir .tst
2>/dev
/null
2934 if test -d .tst
; then
2939 rmdir .tst
2>/dev
/null
2941 DEPDIR
="${am__leading_dot}deps"
2943 ac_config_commands
="$ac_config_commands depfiles"
2946 am_make
=${MAKE-make}
2947 cat > confinc
<< 'END'
2952 # If we don't find an include directive, just comment out the code.
2953 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2954 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2958 # First try GNU make style include.
2959 echo "include confinc" > confmf
2960 # We grep out `Entering directory' and `Leaving directory'
2961 # messages which can occur if `w' ends up in MAKEFLAGS.
2962 # In particular we don't look at `^make:' because GNU make might
2963 # be invoked under some other name (usually "gmake"), in which
2964 # case it prints its new name instead of `make'.
2965 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2970 # Now try BSD make style include.
2971 if test "$am__include" = "#"; then
2972 echo '.include "confinc"' > confmf
2973 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2974 am__include
=.include
2981 echo "$as_me:$LINENO: result: $_am_result" >&5
2982 echo "${ECHO_T}$_am_result" >&6
2983 rm -f confinc confmf
2985 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2986 if test "${enable_dependency_tracking+set}" = set; then
2987 enableval
="$enable_dependency_tracking"
2990 if test "x$enable_dependency_tracking" != xno
; then
2991 am_depcomp
="$ac_aux_dir/depcomp"
2996 if test "x$enable_dependency_tracking" != xno; then
3006 # test to see if srcdir already configured
3007 if test "`cd $srcdir && pwd`" != "`pwd`" &&
3008 test -f $srcdir/config.status
; then
3009 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
3010 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
3011 { (exit 1); exit 1; }; }
3014 # test whether we have cygpath
3015 if test -z "$CYGPATH_W"; then
3016 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
3017 CYGPATH_W
='cygpath -w'
3024 # Define the identity of the package.
3026 VERSION
=${BFD_VERSION}
3029 cat >>confdefs.h
<<_ACEOF
3030 #define PACKAGE "$PACKAGE"
3034 cat >>confdefs.h
<<_ACEOF
3035 #define VERSION "$VERSION"
3038 # Some tools Automake needs.
3040 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3043 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
3046 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3049 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
3052 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
3054 install_sh
=${install_sh-"$am_aux_dir/install-sh"}
3056 # Installed binaries are usually stripped using `strip' when the user
3057 # run `make install-strip'. However `strip' might not be the right
3058 # tool to use in cross-compilation environments, therefore Automake
3059 # will honor the `STRIP' environment variable to overrule this program.
3060 if test "$cross_compiling" != no
; then
3061 if test -n "$ac_tool_prefix"; then
3062 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3063 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
3064 echo "$as_me:$LINENO: checking for $ac_word" >&5
3065 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3066 if test "${ac_cv_prog_STRIP+set}" = set; then
3067 echo $ECHO_N "(cached) $ECHO_C" >&6
3069 if test -n "$STRIP"; then
3070 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
3072 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3076 test -z "$as_dir" && as_dir
=.
3077 for ac_exec_ext
in '' $ac_executable_extensions; do
3078 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3079 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
3080 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3088 STRIP
=$ac_cv_prog_STRIP
3089 if test -n "$STRIP"; then
3090 echo "$as_me:$LINENO: result: $STRIP" >&5
3091 echo "${ECHO_T}$STRIP" >&6
3093 echo "$as_me:$LINENO: result: no" >&5
3094 echo "${ECHO_T}no" >&6
3098 if test -z "$ac_cv_prog_STRIP"; then
3100 # Extract the first word of "strip", so it can be a program name with args.
3101 set dummy strip
; ac_word
=$2
3102 echo "$as_me:$LINENO: checking for $ac_word" >&5
3103 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3104 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3105 echo $ECHO_N "(cached) $ECHO_C" >&6
3107 if test -n "$ac_ct_STRIP"; then
3108 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
3110 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3114 test -z "$as_dir" && as_dir
=.
3115 for ac_exec_ext
in '' $ac_executable_extensions; do
3116 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3117 ac_cv_prog_ac_ct_STRIP
="strip"
3118 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3124 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
3127 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3128 if test -n "$ac_ct_STRIP"; then
3129 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3130 echo "${ECHO_T}$ac_ct_STRIP" >&6
3132 echo "$as_me:$LINENO: result: no" >&5
3133 echo "${ECHO_T}no" >&6
3138 STRIP
="$ac_cv_prog_STRIP"
3142 INSTALL_STRIP_PROGRAM
="\${SHELL} \$(install_sh) -c -s"
3144 # We need awk for the "check" target. The system "awk" is bad on
3146 # Always define AMTAR for backward compatibility.
3148 AMTAR
=${AMTAR-"${am_missing_run}tar"}
3150 am__tar
='${AMTAR} chof - "$$tardir"'; am__untar
='${AMTAR} xf -'
3155 depcc
="$CC" am_compiler_list
=
3157 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3158 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3159 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3160 echo $ECHO_N "(cached) $ECHO_C" >&6
3162 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3163 # We make a subdir and do the tests there. Otherwise we can end up
3164 # making bogus files that we don't know about and never remove. For
3165 # instance it was reported that on HP-UX the gcc test will end up
3166 # making a dummy file named `D' -- because `-MD' means `put the output
3169 # Copy depcomp to subdir because otherwise we won't find it if we're
3170 # using a relative directory.
3171 cp "$am_depcomp" conftest.dir
3173 # We will build objects and dependencies in a subdirectory because
3174 # it helps to detect inapplicable dependency modes. For instance
3175 # both Tru64's cc and ICC support -MD to output dependencies as a
3176 # side effect of compilation, but ICC will put the dependencies in
3177 # the current directory while Tru64 will put them in the object
3181 am_cv_CC_dependencies_compiler_type
=none
3182 if test "$am_compiler_list" = ""; then
3183 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3185 for depmode
in $am_compiler_list; do
3186 # Setup a source with many dependencies, because some compilers
3187 # like to wrap large dependency lists on column 80 (with \), and
3188 # we should not choose a depcomp mode which is confused by this.
3190 # We need to recreate these files for each test, as the compiler may
3191 # overwrite some of them when testing with obscure command lines.
3192 # This happens at least with the AIX C compiler.
3194 for i
in 1 2 3 4 5 6; do
3195 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
3196 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3197 # Solaris 8's {/usr,}/bin/sh.
3198 touch sub
/conftst
$i.h
3200 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3204 # after this tag, mechanisms are not by side-effect, so they'll
3205 # only be used when explicitly requested
3206 if test "x$enable_dependency_tracking" = xyes
; then
3214 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3215 # mode. It turns out that the SunPro C++ compiler does not properly
3216 # handle `-M -o', and we need to detect this.
3217 if depmode
=$depmode \
3218 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3219 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3220 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3221 >/dev
/null
2>conftest.err
&&
3222 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3223 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3224 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3225 # icc doesn't choke on unknown options, it will just issue warnings
3226 # or remarks (even with -Werror). So we grep stderr for any message
3227 # that says an option was ignored or not supported.
3228 # When given -MP, icc 7.0 and 7.1 complain thusly:
3229 # icc: Command line warning: ignoring option '-M'; no argument required
3230 # The diagnosis changed in icc 8.0:
3231 # icc: Command line remark: option '-MP' not supported
3232 if (grep 'ignoring option' conftest.err ||
3233 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3234 am_cv_CC_dependencies_compiler_type
=$depmode
3243 am_cv_CC_dependencies_compiler_type
=none
3247 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3248 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3249 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
3254 test "x$enable_dependency_tracking" != xno \
3255 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
3257 am__fastdepCC_FALSE
='#'
3259 am__fastdepCC_TRUE
='#'
3260 am__fastdepCC_FALSE
=
3267 ac_cpp
='$CPP $CPPFLAGS'
3268 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3269 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3270 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3271 if test -n "$ac_tool_prefix"; then
3272 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3273 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3274 echo "$as_me:$LINENO: checking for $ac_word" >&5
3275 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3276 if test "${ac_cv_prog_CC+set}" = set; then
3277 echo $ECHO_N "(cached) $ECHO_C" >&6
3279 if test -n "$CC"; then
3280 ac_cv_prog_CC
="$CC" # Let the user override the test.
3282 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3286 test -z "$as_dir" && as_dir
=.
3287 for ac_exec_ext
in '' $ac_executable_extensions; do
3288 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3289 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3290 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3299 if test -n "$CC"; then
3300 echo "$as_me:$LINENO: result: $CC" >&5
3301 echo "${ECHO_T}$CC" >&6
3303 echo "$as_me:$LINENO: result: no" >&5
3304 echo "${ECHO_T}no" >&6
3308 if test -z "$ac_cv_prog_CC"; then
3310 # Extract the first word of "gcc", so it can be a program name with args.
3311 set dummy gcc
; ac_word
=$2
3312 echo "$as_me:$LINENO: checking for $ac_word" >&5
3313 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3314 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3315 echo $ECHO_N "(cached) $ECHO_C" >&6
3317 if test -n "$ac_ct_CC"; then
3318 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3320 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3324 test -z "$as_dir" && as_dir
=.
3325 for ac_exec_ext
in '' $ac_executable_extensions; do
3326 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3327 ac_cv_prog_ac_ct_CC
="gcc"
3328 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3336 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3337 if test -n "$ac_ct_CC"; then
3338 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3339 echo "${ECHO_T}$ac_ct_CC" >&6
3341 echo "$as_me:$LINENO: result: no" >&5
3342 echo "${ECHO_T}no" >&6
3350 if test -z "$CC"; then
3351 if test -n "$ac_tool_prefix"; then
3352 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3353 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3354 echo "$as_me:$LINENO: checking for $ac_word" >&5
3355 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3356 if test "${ac_cv_prog_CC+set}" = set; then
3357 echo $ECHO_N "(cached) $ECHO_C" >&6
3359 if test -n "$CC"; then
3360 ac_cv_prog_CC
="$CC" # Let the user override the test.
3362 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3366 test -z "$as_dir" && as_dir
=.
3367 for ac_exec_ext
in '' $ac_executable_extensions; do
3368 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3369 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3370 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3379 if test -n "$CC"; then
3380 echo "$as_me:$LINENO: result: $CC" >&5
3381 echo "${ECHO_T}$CC" >&6
3383 echo "$as_me:$LINENO: result: no" >&5
3384 echo "${ECHO_T}no" >&6
3388 if test -z "$ac_cv_prog_CC"; then
3390 # Extract the first word of "cc", so it can be a program name with args.
3391 set dummy cc
; ac_word
=$2
3392 echo "$as_me:$LINENO: checking for $ac_word" >&5
3393 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3394 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3395 echo $ECHO_N "(cached) $ECHO_C" >&6
3397 if test -n "$ac_ct_CC"; then
3398 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3400 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3404 test -z "$as_dir" && as_dir
=.
3405 for ac_exec_ext
in '' $ac_executable_extensions; do
3406 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3407 ac_cv_prog_ac_ct_CC
="cc"
3408 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3416 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3417 if test -n "$ac_ct_CC"; then
3418 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3419 echo "${ECHO_T}$ac_ct_CC" >&6
3421 echo "$as_me:$LINENO: result: no" >&5
3422 echo "${ECHO_T}no" >&6
3431 if test -z "$CC"; then
3432 # Extract the first word of "cc", so it can be a program name with args.
3433 set dummy cc
; ac_word
=$2
3434 echo "$as_me:$LINENO: checking for $ac_word" >&5
3435 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3436 if test "${ac_cv_prog_CC+set}" = set; then
3437 echo $ECHO_N "(cached) $ECHO_C" >&6
3439 if test -n "$CC"; then
3440 ac_cv_prog_CC
="$CC" # Let the user override the test.
3443 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3447 test -z "$as_dir" && as_dir
=.
3448 for ac_exec_ext
in '' $ac_executable_extensions; do
3449 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3450 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3451 ac_prog_rejected
=yes
3455 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3461 if test $ac_prog_rejected = yes; then
3462 # We found a bogon in the path, so make sure we never use it.
3463 set dummy
$ac_cv_prog_CC
3465 if test $# != 0; then
3466 # We chose a different compiler from the bogus one.
3467 # However, it has the same basename, so the bogon will be chosen
3468 # first if we set CC to just the basename; use the full file name.
3470 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3476 if test -n "$CC"; then
3477 echo "$as_me:$LINENO: result: $CC" >&5
3478 echo "${ECHO_T}$CC" >&6
3480 echo "$as_me:$LINENO: result: no" >&5
3481 echo "${ECHO_T}no" >&6
3485 if test -z "$CC"; then
3486 if test -n "$ac_tool_prefix"; then
3489 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3490 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3491 echo "$as_me:$LINENO: checking for $ac_word" >&5
3492 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3493 if test "${ac_cv_prog_CC+set}" = set; then
3494 echo $ECHO_N "(cached) $ECHO_C" >&6
3496 if test -n "$CC"; then
3497 ac_cv_prog_CC
="$CC" # Let the user override the test.
3499 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3503 test -z "$as_dir" && as_dir
=.
3504 for ac_exec_ext
in '' $ac_executable_extensions; do
3505 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3506 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3507 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3516 if test -n "$CC"; then
3517 echo "$as_me:$LINENO: result: $CC" >&5
3518 echo "${ECHO_T}$CC" >&6
3520 echo "$as_me:$LINENO: result: no" >&5
3521 echo "${ECHO_T}no" >&6
3524 test -n "$CC" && break
3527 if test -z "$CC"; then
3531 # Extract the first word of "$ac_prog", so it can be a program name with args.
3532 set dummy
$ac_prog; ac_word
=$2
3533 echo "$as_me:$LINENO: checking for $ac_word" >&5
3534 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3535 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3536 echo $ECHO_N "(cached) $ECHO_C" >&6
3538 if test -n "$ac_ct_CC"; then
3539 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3541 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3545 test -z "$as_dir" && as_dir
=.
3546 for ac_exec_ext
in '' $ac_executable_extensions; do
3547 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3548 ac_cv_prog_ac_ct_CC
="$ac_prog"
3549 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3557 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3558 if test -n "$ac_ct_CC"; then
3559 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3560 echo "${ECHO_T}$ac_ct_CC" >&6
3562 echo "$as_me:$LINENO: result: no" >&5
3563 echo "${ECHO_T}no" >&6
3566 test -n "$ac_ct_CC" && break
3575 test -z "$CC" && { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3576 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3577 { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3578 See \`config.log' for more details." >&5
3579 echo "$as_me: error: no acceptable C compiler found in \$PATH
3580 See \`config.log' for more details." >&2;}
3581 { (exit 1); exit 1; }; }; }
3583 # Provide some information about the compiler.
3584 echo "$as_me:$LINENO:" \
3585 "checking for C compiler version" >&5
3586 ac_compiler
=`set X $ac_compile; echo $2`
3587 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3588 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3591 (exit $ac_status); }
3592 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3593 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3596 (exit $ac_status); }
3597 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3598 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3601 (exit $ac_status); }
3603 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3604 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3605 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3606 echo $ECHO_N "(cached) $ECHO_C" >&6
3608 cat >conftest.
$ac_ext <<_ACEOF
3611 cat confdefs.h
>>conftest.
$ac_ext
3612 cat >>conftest.
$ac_ext <<_ACEOF
3613 /* end confdefs.h. */
3626 rm -f conftest.
$ac_objext
3627 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3628 (eval $ac_compile) 2>conftest.er1
3630 grep -v '^ *+' conftest.er1
>conftest.err
3632 cat conftest.err
>&5
3633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3634 (exit $ac_status); } &&
3635 { ac_try
='test -z "$ac_c_werror_flag"
3636 || test ! -s conftest.err'
3637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3641 (exit $ac_status); }; } &&
3642 { ac_try
='test -s conftest.$ac_objext'
3643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3647 (exit $ac_status); }; }; then
3650 echo "$as_me: failed program was:" >&5
3651 sed 's/^/| /' conftest.
$ac_ext >&5
3655 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3656 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
3659 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3660 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3661 GCC
=`test $ac_compiler_gnu = yes && echo yes`
3662 ac_test_CFLAGS
=${CFLAGS+set}
3663 ac_save_CFLAGS
=$CFLAGS
3665 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3666 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3667 if test "${ac_cv_prog_cc_g+set}" = set; then
3668 echo $ECHO_N "(cached) $ECHO_C" >&6
3670 cat >conftest.
$ac_ext <<_ACEOF
3673 cat confdefs.h
>>conftest.
$ac_ext
3674 cat >>conftest.
$ac_ext <<_ACEOF
3675 /* end confdefs.h. */
3685 rm -f conftest.
$ac_objext
3686 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3687 (eval $ac_compile) 2>conftest.er1
3689 grep -v '^ *+' conftest.er1
>conftest.err
3691 cat conftest.err
>&5
3692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3693 (exit $ac_status); } &&
3694 { ac_try
='test -z "$ac_c_werror_flag"
3695 || test ! -s conftest.err'
3696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3700 (exit $ac_status); }; } &&
3701 { ac_try
='test -s conftest.$ac_objext'
3702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3706 (exit $ac_status); }; }; then
3709 echo "$as_me: failed program was:" >&5
3710 sed 's/^/| /' conftest.
$ac_ext >&5
3714 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3716 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3717 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3718 if test "$ac_test_CFLAGS" = set; then
3719 CFLAGS
=$ac_save_CFLAGS
3720 elif test $ac_cv_prog_cc_g = yes; then
3721 if test "$GCC" = yes; then
3727 if test "$GCC" = yes; then
3733 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3734 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3735 if test "${ac_cv_prog_cc_stdc+set}" = set; then
3736 echo $ECHO_N "(cached) $ECHO_C" >&6
3738 ac_cv_prog_cc_stdc
=no
3740 cat >conftest.
$ac_ext <<_ACEOF
3743 cat confdefs.h
>>conftest.
$ac_ext
3744 cat >>conftest.
$ac_ext <<_ACEOF
3745 /* end confdefs.h. */
3748 #include <sys/types.h>
3749 #include <sys/stat.h>
3750 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3751 struct buf { int x; };
3752 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3753 static char *e (p, i)
3759 static char *f (char * (*g) (char **, int), char **p, ...)
3764 s = g (p, va_arg (v,int));
3769 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3770 function prototypes and stuff, but not '\xHH' hex character constants.
3771 These don't provoke an error unfortunately, instead are silently treated
3772 as 'x'. The following induces an error, until -std1 is added to get
3773 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3774 array size at least. It's necessary to write '\x00'==0 to get something
3775 that's true only with -std1. */
3776 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3778 int test (int i, double x);
3779 struct s1 {int (*f) (int a);};
3780 struct s2 {int (*f) (double a);};
3781 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3787 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3792 # Don't try gcc -ansi; that turns off useful extensions and
3793 # breaks some systems' header files.
3794 # AIX -qlanglvl=ansi
3795 # Ultrix and OSF/1 -std1
3796 # HP-UX 10.20 and later -Ae
3797 # HP-UX older versions -Aa -D_HPUX_SOURCE
3798 # SVR4 -Xc -D__EXTENSIONS__
3799 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3801 CC
="$ac_save_CC $ac_arg"
3802 rm -f conftest.
$ac_objext
3803 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3804 (eval $ac_compile) 2>conftest.er1
3806 grep -v '^ *+' conftest.er1
>conftest.err
3808 cat conftest.err
>&5
3809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3810 (exit $ac_status); } &&
3811 { ac_try
='test -z "$ac_c_werror_flag"
3812 || test ! -s conftest.err'
3813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3817 (exit $ac_status); }; } &&
3818 { ac_try
='test -s conftest.$ac_objext'
3819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3823 (exit $ac_status); }; }; then
3824 ac_cv_prog_cc_stdc
=$ac_arg
3827 echo "$as_me: failed program was:" >&5
3828 sed 's/^/| /' conftest.
$ac_ext >&5
3831 rm -f conftest.err conftest.
$ac_objext
3833 rm -f conftest.
$ac_ext conftest.
$ac_objext
3838 case "x$ac_cv_prog_cc_stdc" in
3840 echo "$as_me:$LINENO: result: none needed" >&5
3841 echo "${ECHO_T}none needed" >&6 ;;
3843 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3844 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3845 CC
="$CC $ac_cv_prog_cc_stdc" ;;
3848 # Some people use a C++ compiler to compile C. Since we use `exit',
3849 # in C++ we need to declare it. In case someone uses the same compiler
3850 # for both compiling C and C++ we need to have the C++ compiler decide
3851 # the declaration of exit, since it's the most demanding environment.
3852 cat >conftest.
$ac_ext <<_ACEOF
3857 rm -f conftest.
$ac_objext
3858 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3859 (eval $ac_compile) 2>conftest.er1
3861 grep -v '^ *+' conftest.er1
>conftest.err
3863 cat conftest.err
>&5
3864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3865 (exit $ac_status); } &&
3866 { ac_try
='test -z "$ac_c_werror_flag"
3867 || test ! -s conftest.err'
3868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3872 (exit $ac_status); }; } &&
3873 { ac_try
='test -s conftest.$ac_objext'
3874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3878 (exit $ac_status); }; }; then
3879 for ac_declaration
in \
3881 'extern "C" void std::exit (int) throw (); using std::exit;' \
3882 'extern "C" void std::exit (int); using std::exit;' \
3883 'extern "C" void exit (int) throw ();' \
3884 'extern "C" void exit (int);' \
3887 cat >conftest.
$ac_ext <<_ACEOF
3890 cat confdefs.h
>>conftest.
$ac_ext
3891 cat >>conftest.
$ac_ext <<_ACEOF
3892 /* end confdefs.h. */
3903 rm -f conftest.
$ac_objext
3904 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3905 (eval $ac_compile) 2>conftest.er1
3907 grep -v '^ *+' conftest.er1
>conftest.err
3909 cat conftest.err
>&5
3910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3911 (exit $ac_status); } &&
3912 { ac_try
='test -z "$ac_c_werror_flag"
3913 || test ! -s conftest.err'
3914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3918 (exit $ac_status); }; } &&
3919 { ac_try
='test -s conftest.$ac_objext'
3920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3924 (exit $ac_status); }; }; then
3927 echo "$as_me: failed program was:" >&5
3928 sed 's/^/| /' conftest.
$ac_ext >&5
3932 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3933 cat >conftest.
$ac_ext <<_ACEOF
3936 cat confdefs.h
>>conftest.
$ac_ext
3937 cat >>conftest.
$ac_ext <<_ACEOF
3938 /* end confdefs.h. */
3948 rm -f conftest.
$ac_objext
3949 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3950 (eval $ac_compile) 2>conftest.er1
3952 grep -v '^ *+' conftest.er1
>conftest.err
3954 cat conftest.err
>&5
3955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3956 (exit $ac_status); } &&
3957 { ac_try
='test -z "$ac_c_werror_flag"
3958 || test ! -s conftest.err'
3959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3963 (exit $ac_status); }; } &&
3964 { ac_try
='test -s conftest.$ac_objext'
3965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3969 (exit $ac_status); }; }; then
3972 echo "$as_me: failed program was:" >&5
3973 sed 's/^/| /' conftest.
$ac_ext >&5
3976 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3979 if test -n "$ac_declaration"; then
3980 echo '#ifdef __cplusplus' >>confdefs.h
3981 echo $ac_declaration >>confdefs.h
3982 echo '#endif' >>confdefs.h
3986 echo "$as_me: failed program was:" >&5
3987 sed 's/^/| /' conftest.
$ac_ext >&5
3990 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3992 ac_cpp
='$CPP $CPPFLAGS'
3993 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3994 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3995 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3998 cat >>confdefs.h
<<\_ACEOF
3999 #define _GNU_SOURCE 1
4004 ac_cpp
='$CPP $CPPFLAGS'
4005 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4006 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4007 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4008 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4009 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
4010 # On Suns, sometimes $CPP names a directory.
4011 if test -n "$CPP" && test -d "$CPP"; then
4014 if test -z "$CPP"; then
4015 if test "${ac_cv_prog_CPP+set}" = set; then
4016 echo $ECHO_N "(cached) $ECHO_C" >&6
4018 # Double quotes because CPP needs to be expanded
4019 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4022 for ac_c_preproc_warn_flag
in '' yes
4024 # Use a header file that comes with gcc, so configuring glibc
4025 # with a fresh cross-compiler works.
4026 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4027 # <limits.h> exists even on freestanding compilers.
4028 # On the NeXT, cc -E runs the code through the compiler's parser,
4029 # not just through cpp. "Syntax error" is here to catch this case.
4030 cat >conftest.
$ac_ext <<_ACEOF
4033 cat confdefs.h
>>conftest.
$ac_ext
4034 cat >>conftest.
$ac_ext <<_ACEOF
4035 /* end confdefs.h. */
4037 # include <limits.h>
4039 # include <assert.h>
4043 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4044 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4046 grep -v '^ *+' conftest.er1
>conftest.err
4048 cat conftest.err
>&5
4049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4050 (exit $ac_status); } >/dev
/null
; then
4051 if test -s conftest.err
; then
4052 ac_cpp_err
=$ac_c_preproc_warn_flag
4053 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4060 if test -z "$ac_cpp_err"; then
4063 echo "$as_me: failed program was:" >&5
4064 sed 's/^/| /' conftest.
$ac_ext >&5
4066 # Broken: fails on valid input.
4069 rm -f conftest.err conftest.
$ac_ext
4071 # OK, works on sane cases. Now check whether non-existent headers
4072 # can be detected and how.
4073 cat >conftest.
$ac_ext <<_ACEOF
4076 cat confdefs.h
>>conftest.
$ac_ext
4077 cat >>conftest.
$ac_ext <<_ACEOF
4078 /* end confdefs.h. */
4079 #include <ac_nonexistent.h>
4081 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4082 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4084 grep -v '^ *+' conftest.er1
>conftest.err
4086 cat conftest.err
>&5
4087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4088 (exit $ac_status); } >/dev
/null
; then
4089 if test -s conftest.err
; then
4090 ac_cpp_err
=$ac_c_preproc_warn_flag
4091 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4098 if test -z "$ac_cpp_err"; then
4099 # Broken: success on invalid input.
4102 echo "$as_me: failed program was:" >&5
4103 sed 's/^/| /' conftest.
$ac_ext >&5
4105 # Passes both tests.
4109 rm -f conftest.err conftest.
$ac_ext
4112 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4113 rm -f conftest.err conftest.
$ac_ext
4114 if $ac_preproc_ok; then
4126 echo "$as_me:$LINENO: result: $CPP" >&5
4127 echo "${ECHO_T}$CPP" >&6
4129 for ac_c_preproc_warn_flag
in '' yes
4131 # Use a header file that comes with gcc, so configuring glibc
4132 # with a fresh cross-compiler works.
4133 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4134 # <limits.h> exists even on freestanding compilers.
4135 # On the NeXT, cc -E runs the code through the compiler's parser,
4136 # not just through cpp. "Syntax error" is here to catch this case.
4137 cat >conftest.
$ac_ext <<_ACEOF
4140 cat confdefs.h
>>conftest.
$ac_ext
4141 cat >>conftest.
$ac_ext <<_ACEOF
4142 /* end confdefs.h. */
4144 # include <limits.h>
4146 # include <assert.h>
4150 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4151 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4153 grep -v '^ *+' conftest.er1
>conftest.err
4155 cat conftest.err
>&5
4156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4157 (exit $ac_status); } >/dev
/null
; then
4158 if test -s conftest.err
; then
4159 ac_cpp_err
=$ac_c_preproc_warn_flag
4160 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4167 if test -z "$ac_cpp_err"; then
4170 echo "$as_me: failed program was:" >&5
4171 sed 's/^/| /' conftest.
$ac_ext >&5
4173 # Broken: fails on valid input.
4176 rm -f conftest.err conftest.
$ac_ext
4178 # OK, works on sane cases. Now check whether non-existent headers
4179 # can be detected and how.
4180 cat >conftest.
$ac_ext <<_ACEOF
4183 cat confdefs.h
>>conftest.
$ac_ext
4184 cat >>conftest.
$ac_ext <<_ACEOF
4185 /* end confdefs.h. */
4186 #include <ac_nonexistent.h>
4188 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4189 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4191 grep -v '^ *+' conftest.er1
>conftest.err
4193 cat conftest.err
>&5
4194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4195 (exit $ac_status); } >/dev
/null
; then
4196 if test -s conftest.err
; then
4197 ac_cpp_err
=$ac_c_preproc_warn_flag
4198 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4205 if test -z "$ac_cpp_err"; then
4206 # Broken: success on invalid input.
4209 echo "$as_me: failed program was:" >&5
4210 sed 's/^/| /' conftest.
$ac_ext >&5
4212 # Passes both tests.
4216 rm -f conftest.err conftest.
$ac_ext
4219 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4220 rm -f conftest.err conftest.
$ac_ext
4221 if $ac_preproc_ok; then
4224 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4225 echo "$as_me: error: in \`$ac_pwd':" >&2;}
4226 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4227 See \`config.log' for more details." >&5
4228 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4229 See \`config.log' for more details." >&2;}
4230 { (exit 1); exit 1; }; }; }
4234 ac_cpp
='$CPP $CPPFLAGS'
4235 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4236 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4237 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4240 echo "$as_me:$LINENO: checking for egrep" >&5
4241 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
4242 if test "${ac_cv_prog_egrep+set}" = set; then
4243 echo $ECHO_N "(cached) $ECHO_C" >&6
4245 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
4246 then ac_cv_prog_egrep
='grep -E'
4247 else ac_cv_prog_egrep
='egrep'
4250 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
4251 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4252 EGREP
=$ac_cv_prog_egrep
4255 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4256 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4257 if test "${ac_cv_header_stdc+set}" = set; then
4258 echo $ECHO_N "(cached) $ECHO_C" >&6
4260 cat >conftest.
$ac_ext <<_ACEOF
4263 cat confdefs.h
>>conftest.
$ac_ext
4264 cat >>conftest.
$ac_ext <<_ACEOF
4265 /* end confdefs.h. */
4279 rm -f conftest.
$ac_objext
4280 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4281 (eval $ac_compile) 2>conftest.er1
4283 grep -v '^ *+' conftest.er1
>conftest.err
4285 cat conftest.err
>&5
4286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4287 (exit $ac_status); } &&
4288 { ac_try
='test -z "$ac_c_werror_flag"
4289 || test ! -s conftest.err'
4290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4294 (exit $ac_status); }; } &&
4295 { ac_try
='test -s conftest.$ac_objext'
4296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4300 (exit $ac_status); }; }; then
4301 ac_cv_header_stdc
=yes
4303 echo "$as_me: failed program was:" >&5
4304 sed 's/^/| /' conftest.
$ac_ext >&5
4306 ac_cv_header_stdc
=no
4308 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4310 if test $ac_cv_header_stdc = yes; then
4311 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4312 cat >conftest.
$ac_ext <<_ACEOF
4315 cat confdefs.h
>>conftest.
$ac_ext
4316 cat >>conftest.
$ac_ext <<_ACEOF
4317 /* end confdefs.h. */
4321 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4322 $EGREP "memchr" >/dev
/null
2>&1; then
4325 ac_cv_header_stdc
=no
4331 if test $ac_cv_header_stdc = yes; then
4332 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4333 cat >conftest.
$ac_ext <<_ACEOF
4336 cat confdefs.h
>>conftest.
$ac_ext
4337 cat >>conftest.
$ac_ext <<_ACEOF
4338 /* end confdefs.h. */
4342 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4343 $EGREP "free" >/dev
/null
2>&1; then
4346 ac_cv_header_stdc
=no
4352 if test $ac_cv_header_stdc = yes; then
4353 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4354 if test "$cross_compiling" = yes; then
4357 cat >conftest.
$ac_ext <<_ACEOF
4360 cat confdefs.h
>>conftest.
$ac_ext
4361 cat >>conftest.
$ac_ext <<_ACEOF
4362 /* end confdefs.h. */
4364 #if ((' ' & 0x0FF) == 0x020)
4365 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4366 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4368 # define ISLOWER(c) \
4369 (('a' <= (c) && (c) <= 'i') \
4370 || ('j' <= (c) && (c) <= 'r') \
4371 || ('s' <= (c) && (c) <= 'z'))
4372 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4375 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4380 for (i = 0; i < 256; i++)
4381 if (XOR (islower (i), ISLOWER (i))
4382 || toupper (i) != TOUPPER (i))
4387 rm -f conftest
$ac_exeext
4388 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4389 (eval $ac_link) 2>&5
4391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4392 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
4393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4397 (exit $ac_status); }; }; then
4400 echo "$as_me: program exited with status $ac_status" >&5
4401 echo "$as_me: failed program was:" >&5
4402 sed 's/^/| /' conftest.
$ac_ext >&5
4405 ac_cv_header_stdc
=no
4407 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
4411 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4412 echo "${ECHO_T}$ac_cv_header_stdc" >&6
4413 if test $ac_cv_header_stdc = yes; then
4415 cat >>confdefs.h
<<\_ACEOF
4416 #define STDC_HEADERS 1
4421 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4431 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
4432 inttypes.h stdint.h unistd.h
4434 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4435 echo "$as_me:$LINENO: checking for $ac_header" >&5
4436 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4437 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4438 echo $ECHO_N "(cached) $ECHO_C" >&6
4440 cat >conftest.
$ac_ext <<_ACEOF
4443 cat confdefs.h
>>conftest.
$ac_ext
4444 cat >>conftest.
$ac_ext <<_ACEOF
4445 /* end confdefs.h. */
4446 $ac_includes_default
4448 #include <$ac_header>
4450 rm -f conftest.
$ac_objext
4451 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4452 (eval $ac_compile) 2>conftest.er1
4454 grep -v '^ *+' conftest.er1
>conftest.err
4456 cat conftest.err
>&5
4457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4458 (exit $ac_status); } &&
4459 { ac_try
='test -z "$ac_c_werror_flag"
4460 || test ! -s conftest.err'
4461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4465 (exit $ac_status); }; } &&
4466 { ac_try
='test -s conftest.$ac_objext'
4467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4471 (exit $ac_status); }; }; then
4472 eval "$as_ac_Header=yes"
4474 echo "$as_me: failed program was:" >&5
4475 sed 's/^/| /' conftest.
$ac_ext >&5
4477 eval "$as_ac_Header=no"
4479 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4481 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4482 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4483 if test `eval echo '${'$as_ac_Header'}'` = yes; then
4484 cat >>confdefs.h
<<_ACEOF
4485 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4494 if test "${ac_cv_header_minix_config_h+set}" = set; then
4495 echo "$as_me:$LINENO: checking for minix/config.h" >&5
4496 echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
4497 if test "${ac_cv_header_minix_config_h+set}" = set; then
4498 echo $ECHO_N "(cached) $ECHO_C" >&6
4500 echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
4501 echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
4503 # Is the header compilable?
4504 echo "$as_me:$LINENO: checking minix/config.h usability" >&5
4505 echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6
4506 cat >conftest.
$ac_ext <<_ACEOF
4509 cat confdefs.h
>>conftest.
$ac_ext
4510 cat >>conftest.
$ac_ext <<_ACEOF
4511 /* end confdefs.h. */
4512 $ac_includes_default
4513 #include <minix/config.h>
4515 rm -f conftest.
$ac_objext
4516 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4517 (eval $ac_compile) 2>conftest.er1
4519 grep -v '^ *+' conftest.er1
>conftest.err
4521 cat conftest.err
>&5
4522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4523 (exit $ac_status); } &&
4524 { ac_try
='test -z "$ac_c_werror_flag"
4525 || test ! -s conftest.err'
4526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4530 (exit $ac_status); }; } &&
4531 { ac_try
='test -s conftest.$ac_objext'
4532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4536 (exit $ac_status); }; }; then
4537 ac_header_compiler
=yes
4539 echo "$as_me: failed program was:" >&5
4540 sed 's/^/| /' conftest.
$ac_ext >&5
4542 ac_header_compiler
=no
4544 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4545 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4546 echo "${ECHO_T}$ac_header_compiler" >&6
4548 # Is the header present?
4549 echo "$as_me:$LINENO: checking minix/config.h presence" >&5
4550 echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6
4551 cat >conftest.
$ac_ext <<_ACEOF
4554 cat confdefs.h
>>conftest.
$ac_ext
4555 cat >>conftest.
$ac_ext <<_ACEOF
4556 /* end confdefs.h. */
4557 #include <minix/config.h>
4559 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4560 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4562 grep -v '^ *+' conftest.er1
>conftest.err
4564 cat conftest.err
>&5
4565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4566 (exit $ac_status); } >/dev
/null
; then
4567 if test -s conftest.err
; then
4568 ac_cpp_err
=$ac_c_preproc_warn_flag
4569 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4576 if test -z "$ac_cpp_err"; then
4577 ac_header_preproc
=yes
4579 echo "$as_me: failed program was:" >&5
4580 sed 's/^/| /' conftest.
$ac_ext >&5
4582 ac_header_preproc
=no
4584 rm -f conftest.err conftest.
$ac_ext
4585 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4586 echo "${ECHO_T}$ac_header_preproc" >&6
4588 # So? What about this header?
4589 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4591 { echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
4592 echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
4593 { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
4594 echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
4595 ac_header_preproc
=yes
4598 { echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
4599 echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
4600 { echo "$as_me:$LINENO: WARNING: minix/config.h: check for missing prerequisite headers?" >&5
4601 echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;}
4602 { echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
4603 echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
4604 { echo "$as_me:$LINENO: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&5
4605 echo "$as_me: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&2;}
4606 { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
4607 echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
4608 { echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
4609 echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
4612 ## ------------------------------------------ ##
4613 ## Report this to the AC_PACKAGE_NAME lists. ##
4614 ## ------------------------------------------ ##
4617 sed "s/^/$as_me: WARNING: /" >&2
4620 echo "$as_me:$LINENO: checking for minix/config.h" >&5
4621 echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
4622 if test "${ac_cv_header_minix_config_h+set}" = set; then
4623 echo $ECHO_N "(cached) $ECHO_C" >&6
4625 ac_cv_header_minix_config_h
=$ac_header_preproc
4627 echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
4628 echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
4631 if test $ac_cv_header_minix_config_h = yes; then
4638 if test "$MINIX" = yes; then
4640 cat >>confdefs.h
<<\_ACEOF
4641 #define _POSIX_SOURCE 1
4645 cat >>confdefs.h
<<\_ACEOF
4646 #define _POSIX_1_SOURCE 2
4650 cat >>confdefs.h
<<\_ACEOF
4658 echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5
4659 echo $ECHO_N "checking whether it is safe to define __EXTENSIONS__... $ECHO_C" >&6
4660 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then
4661 echo $ECHO_N "(cached) $ECHO_C" >&6
4663 cat >conftest.
$ac_ext <<_ACEOF
4666 cat confdefs.h
>>conftest.
$ac_ext
4667 cat >>conftest.
$ac_ext <<_ACEOF
4668 /* end confdefs.h. */
4670 # define __EXTENSIONS__ 1
4671 $ac_includes_default
4680 rm -f conftest.
$ac_objext
4681 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4682 (eval $ac_compile) 2>conftest.er1
4684 grep -v '^ *+' conftest.er1
>conftest.err
4686 cat conftest.err
>&5
4687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4688 (exit $ac_status); } &&
4689 { ac_try
='test -z "$ac_c_werror_flag"
4690 || test ! -s conftest.err'
4691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4695 (exit $ac_status); }; } &&
4696 { ac_try
='test -s conftest.$ac_objext'
4697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4701 (exit $ac_status); }; }; then
4702 ac_cv_safe_to_define___extensions__
=yes
4704 echo "$as_me: failed program was:" >&5
4705 sed 's/^/| /' conftest.
$ac_ext >&5
4707 ac_cv_safe_to_define___extensions__
=no
4709 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4711 echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5
4712 echo "${ECHO_T}$ac_cv_safe_to_define___extensions__" >&6
4713 test $ac_cv_safe_to_define___extensions__ = yes &&
4714 cat >>confdefs.h
<<\_ACEOF
4715 #define __EXTENSIONS__ 1
4718 cat >>confdefs.h
<<\_ACEOF
4719 #define _ALL_SOURCE 1
4722 cat >>confdefs.h
<<\_ACEOF
4723 #define _GNU_SOURCE 1
4726 cat >>confdefs.h
<<\_ACEOF
4727 #define _POSIX_PTHREAD_SEMANTICS 1
4730 cat >>confdefs.h
<<\_ACEOF
4731 #define _TANDEM_SOURCE 1
4735 # Check whether --enable-largefile or --disable-largefile was given.
4736 if test "${enable_largefile+set}" = set; then
4737 enableval
="$enable_largefile"
4740 if test "$enable_largefile" != no
; then
4742 echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
4743 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
4744 if test "${ac_cv_sys_largefile_CC+set}" = set; then
4745 echo $ECHO_N "(cached) $ECHO_C" >&6
4747 ac_cv_sys_largefile_CC
=no
4748 if test "$GCC" != yes; then
4751 # IRIX 6.2 and later do not support large files by default,
4752 # so use the C compiler's -n32 option if that helps.
4753 cat >conftest.
$ac_ext <<_ACEOF
4756 cat confdefs.h
>>conftest.
$ac_ext
4757 cat >>conftest.
$ac_ext <<_ACEOF
4758 /* end confdefs.h. */
4759 #include <sys/types.h>
4760 /* Check that off_t can represent 2**63 - 1 correctly.
4761 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4762 since some C++ compilers masquerading as C compilers
4763 incorrectly reject 9223372036854775807. */
4764 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4765 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4766 && LARGE_OFF_T % 2147483647 == 1)
4776 rm -f conftest.
$ac_objext
4777 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4778 (eval $ac_compile) 2>conftest.er1
4780 grep -v '^ *+' conftest.er1
>conftest.err
4782 cat conftest.err
>&5
4783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4784 (exit $ac_status); } &&
4785 { ac_try
='test -z "$ac_c_werror_flag"
4786 || test ! -s conftest.err'
4787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4791 (exit $ac_status); }; } &&
4792 { ac_try
='test -s conftest.$ac_objext'
4793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4797 (exit $ac_status); }; }; then
4800 echo "$as_me: failed program was:" >&5
4801 sed 's/^/| /' conftest.
$ac_ext >&5
4804 rm -f conftest.err conftest.
$ac_objext
4806 rm -f conftest.
$ac_objext
4807 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4808 (eval $ac_compile) 2>conftest.er1
4810 grep -v '^ *+' conftest.er1
>conftest.err
4812 cat conftest.err
>&5
4813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4814 (exit $ac_status); } &&
4815 { ac_try
='test -z "$ac_c_werror_flag"
4816 || test ! -s conftest.err'
4817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4821 (exit $ac_status); }; } &&
4822 { ac_try
='test -s conftest.$ac_objext'
4823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4827 (exit $ac_status); }; }; then
4828 ac_cv_sys_largefile_CC
=' -n32'; break
4830 echo "$as_me: failed program was:" >&5
4831 sed 's/^/| /' conftest.
$ac_ext >&5
4834 rm -f conftest.err conftest.
$ac_objext
4838 rm -f conftest.
$ac_ext
4841 echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
4842 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
4843 if test "$ac_cv_sys_largefile_CC" != no
; then
4844 CC
=$CC$ac_cv_sys_largefile_CC
4847 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4848 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
4849 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
4850 echo $ECHO_N "(cached) $ECHO_C" >&6
4853 ac_cv_sys_file_offset_bits
=no
4854 cat >conftest.
$ac_ext <<_ACEOF
4857 cat confdefs.h
>>conftest.
$ac_ext
4858 cat >>conftest.
$ac_ext <<_ACEOF
4859 /* end confdefs.h. */
4860 #include <sys/types.h>
4861 /* Check that off_t can represent 2**63 - 1 correctly.
4862 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4863 since some C++ compilers masquerading as C compilers
4864 incorrectly reject 9223372036854775807. */
4865 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4866 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4867 && LARGE_OFF_T % 2147483647 == 1)
4877 rm -f conftest.
$ac_objext
4878 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4879 (eval $ac_compile) 2>conftest.er1
4881 grep -v '^ *+' conftest.er1
>conftest.err
4883 cat conftest.err
>&5
4884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4885 (exit $ac_status); } &&
4886 { ac_try
='test -z "$ac_c_werror_flag"
4887 || test ! -s conftest.err'
4888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4892 (exit $ac_status); }; } &&
4893 { ac_try
='test -s conftest.$ac_objext'
4894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4898 (exit $ac_status); }; }; then
4901 echo "$as_me: failed program was:" >&5
4902 sed 's/^/| /' conftest.
$ac_ext >&5
4905 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4906 cat >conftest.
$ac_ext <<_ACEOF
4909 cat confdefs.h
>>conftest.
$ac_ext
4910 cat >>conftest.
$ac_ext <<_ACEOF
4911 /* end confdefs.h. */
4912 #define _FILE_OFFSET_BITS 64
4913 #include <sys/types.h>
4914 /* Check that off_t can represent 2**63 - 1 correctly.
4915 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4916 since some C++ compilers masquerading as C compilers
4917 incorrectly reject 9223372036854775807. */
4918 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4919 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4920 && LARGE_OFF_T % 2147483647 == 1)
4930 rm -f conftest.
$ac_objext
4931 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4932 (eval $ac_compile) 2>conftest.er1
4934 grep -v '^ *+' conftest.er1
>conftest.err
4936 cat conftest.err
>&5
4937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4938 (exit $ac_status); } &&
4939 { ac_try
='test -z "$ac_c_werror_flag"
4940 || test ! -s conftest.err'
4941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4945 (exit $ac_status); }; } &&
4946 { ac_try
='test -s conftest.$ac_objext'
4947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4951 (exit $ac_status); }; }; then
4952 ac_cv_sys_file_offset_bits
=64; break
4954 echo "$as_me: failed program was:" >&5
4955 sed 's/^/| /' conftest.
$ac_ext >&5
4958 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4962 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
4963 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
4964 if test "$ac_cv_sys_file_offset_bits" != no
; then
4966 cat >>confdefs.h
<<_ACEOF
4967 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
4972 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
4973 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
4974 if test "${ac_cv_sys_large_files+set}" = set; then
4975 echo $ECHO_N "(cached) $ECHO_C" >&6
4978 ac_cv_sys_large_files
=no
4979 cat >conftest.
$ac_ext <<_ACEOF
4982 cat confdefs.h
>>conftest.
$ac_ext
4983 cat >>conftest.
$ac_ext <<_ACEOF
4984 /* end confdefs.h. */
4985 #include <sys/types.h>
4986 /* Check that off_t can represent 2**63 - 1 correctly.
4987 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4988 since some C++ compilers masquerading as C compilers
4989 incorrectly reject 9223372036854775807. */
4990 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4991 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4992 && LARGE_OFF_T % 2147483647 == 1)
5002 rm -f conftest.
$ac_objext
5003 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5004 (eval $ac_compile) 2>conftest.er1
5006 grep -v '^ *+' conftest.er1
>conftest.err
5008 cat conftest.err
>&5
5009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5010 (exit $ac_status); } &&
5011 { ac_try
='test -z "$ac_c_werror_flag"
5012 || test ! -s conftest.err'
5013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5017 (exit $ac_status); }; } &&
5018 { ac_try
='test -s conftest.$ac_objext'
5019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5023 (exit $ac_status); }; }; then
5026 echo "$as_me: failed program was:" >&5
5027 sed 's/^/| /' conftest.
$ac_ext >&5
5030 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5031 cat >conftest.
$ac_ext <<_ACEOF
5034 cat confdefs.h
>>conftest.
$ac_ext
5035 cat >>conftest.
$ac_ext <<_ACEOF
5036 /* end confdefs.h. */
5037 #define _LARGE_FILES 1
5038 #include <sys/types.h>
5039 /* Check that off_t can represent 2**63 - 1 correctly.
5040 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5041 since some C++ compilers masquerading as C compilers
5042 incorrectly reject 9223372036854775807. */
5043 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5044 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5045 && LARGE_OFF_T % 2147483647 == 1)
5055 rm -f conftest.
$ac_objext
5056 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5057 (eval $ac_compile) 2>conftest.er1
5059 grep -v '^ *+' conftest.er1
>conftest.err
5061 cat conftest.err
>&5
5062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5063 (exit $ac_status); } &&
5064 { ac_try
='test -z "$ac_c_werror_flag"
5065 || test ! -s conftest.err'
5066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5070 (exit $ac_status); }; } &&
5071 { ac_try
='test -s conftest.$ac_objext'
5072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5076 (exit $ac_status); }; }; then
5077 ac_cv_sys_large_files
=1; break
5079 echo "$as_me: failed program was:" >&5
5080 sed 's/^/| /' conftest.
$ac_ext >&5
5083 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5087 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
5088 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
5089 if test "$ac_cv_sys_large_files" != no
; then
5091 cat >>confdefs.h
<<_ACEOF
5092 #define _LARGE_FILES $ac_cv_sys_large_files
5102 { echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5103 echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5108 macro_version
='2.2.6'
5109 macro_revision
='1.3012'
5123 ltmain
="$ac_aux_dir/ltmain.sh"
5125 echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
5126 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
5127 if test "${lt_cv_path_SED+set}" = set; then
5128 echo $ECHO_N "(cached) $ECHO_C" >&6
5130 # Loop through the user's path and test for sed and gsed.
5131 # Then use that list of sed's as ones to test for truncation.
5132 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5136 test -z "$as_dir" && as_dir
=.
5137 for lt_ac_prog
in sed gsed
; do
5138 for ac_exec_ext
in '' $ac_executable_extensions; do
5139 if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
5140 lt_ac_sed_list
="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
5148 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
5149 # along with /bin/sed that truncates output.
5150 for lt_ac_sed
in $lt_ac_sed_list /usr
/xpg
4/bin
/sed; do
5151 test ! -f $lt_ac_sed && continue
5152 cat /dev
/null
> conftest.
in
5154 echo $ECHO_N "0123456789$ECHO_C" >conftest.
in
5155 # Check for GNU sed and select it if it is found.
5156 if "$lt_ac_sed" --version 2>&1 < /dev
/null |
grep 'GNU' > /dev
/null
; then
5157 lt_cv_path_SED
=$lt_ac_sed
5161 cat conftest.
in conftest.
in >conftest.tmp
5162 mv conftest.tmp conftest.
in
5163 cp conftest.
in conftest.
nl
5165 $lt_ac_sed -e 's/a$//' < conftest.
nl >conftest.out ||
break
5166 cmp -s conftest.out conftest.
nl ||
break
5167 # 10000 chars as input seems more than enough
5168 test $lt_ac_count -gt 10 && break
5169 lt_ac_count
=`expr $lt_ac_count + 1`
5170 if test $lt_ac_count -gt $lt_ac_max; then
5171 lt_ac_max
=$lt_ac_count
5172 lt_cv_path_SED
=$lt_ac_sed
5181 echo "$as_me:$LINENO: result: $SED" >&5
5182 echo "${ECHO_T}$SED" >&6
5184 test -z "$SED" && SED
=sed
5185 Xsed
="$SED -e 1s/^X//"
5197 echo "$as_me:$LINENO: checking for fgrep" >&5
5198 echo $ECHO_N "checking for fgrep... $ECHO_C" >&6
5199 if test "${ac_cv_prog_fgrep+set}" = set; then
5200 echo $ECHO_N "(cached) $ECHO_C" >&6
5202 if echo 'ab*c' |
(grep -F 'ab*c') >/dev
/null
2>&1
5203 then ac_cv_prog_fgrep
='grep -F'
5204 else ac_cv_prog_fgrep
='fgrep'
5207 echo "$as_me:$LINENO: result: $ac_cv_prog_fgrep" >&5
5208 echo "${ECHO_T}$ac_cv_prog_fgrep" >&6
5209 FGREP
=$ac_cv_prog_fgrep
5212 test -z "$GREP" && GREP
=grep
5232 # Check whether --with-gnu-ld or --without-gnu-ld was given.
5233 if test "${with_gnu_ld+set}" = set; then
5234 withval
="$with_gnu_ld"
5235 test "$withval" = no || with_gnu_ld
=yes
5240 if test "$GCC" = yes; then
5241 # Check if gcc -print-prog-name=ld gives a path.
5242 echo "$as_me:$LINENO: checking for ld used by $CC" >&5
5243 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
5246 # gcc leaves a trailing carriage return which upsets mingw
5247 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5249 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
5252 # Accept absolute paths.
5254 re_direlt
='/[^/][^/]*/\.\./'
5255 # Canonicalize the pathname of ld
5256 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5257 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
5258 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5260 test -z "$LD" && LD
="$ac_prog"
5263 # If it fails, then pretend we aren't using GCC.
5267 # If it is relative, then search for the first ld in PATH.
5271 elif test "$with_gnu_ld" = yes; then
5272 echo "$as_me:$LINENO: checking for GNU ld" >&5
5273 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
5275 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
5276 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
5278 if test "${lt_cv_path_LD+set}" = set; then
5279 echo $ECHO_N "(cached) $ECHO_C" >&6
5281 if test -z "$LD"; then
5282 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5283 for ac_dir
in $PATH; do
5285 test -z "$ac_dir" && ac_dir
=.
5286 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
5287 lt_cv_path_LD
="$ac_dir/$ac_prog"
5288 # Check to see if the program is GNU ld. I'd rather use --version,
5289 # but apparently some variants of GNU ld only accept -v.
5290 # Break only if it was the GNU/non-GNU ld that we prefer.
5291 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5292 *GNU
* |
*'with BFD'*)
5293 test "$with_gnu_ld" != no
&& break
5296 test "$with_gnu_ld" != yes && break
5303 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
5308 if test -n "$LD"; then
5309 echo "$as_me:$LINENO: result: $LD" >&5
5310 echo "${ECHO_T}$LD" >&6
5312 echo "$as_me:$LINENO: result: no" >&5
5313 echo "${ECHO_T}no" >&6
5315 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
5316 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
5317 { (exit 1); exit 1; }; }
5318 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
5319 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
5320 if test "${lt_cv_prog_gnu_ld+set}" = set; then
5321 echo $ECHO_N "(cached) $ECHO_C" >&6
5323 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5324 case `$LD -v 2>&1 </dev/null` in
5325 *GNU
* |
*'with BFD'*)
5326 lt_cv_prog_gnu_ld
=yes
5329 lt_cv_prog_gnu_ld
=no
5333 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
5334 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
5335 with_gnu_ld
=$lt_cv_prog_gnu_ld
5345 echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
5346 echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6
5347 if test "${lt_cv_path_NM+set}" = set; then
5348 echo $ECHO_N "(cached) $ECHO_C" >&6
5350 if test -n "$NM"; then
5351 # Let the user override the test.
5354 lt_nm_to_check
="${ac_tool_prefix}nm"
5355 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5356 lt_nm_to_check
="$lt_nm_to_check nm"
5358 for lt_tmp_nm
in $lt_nm_to_check; do
5359 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5360 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
5362 test -z "$ac_dir" && ac_dir
=.
5363 tmp_nm
="$ac_dir/$lt_tmp_nm"
5364 if test -f "$tmp_nm" ||
test -f "$tmp_nm$ac_exeext" ; then
5365 # Check to see if the nm accepts a BSD-compat flag.
5366 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5367 # nm: unknown option "B" ignored
5368 # Tru64's nm complains that /dev/null is an invalid object file
5369 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5370 */dev
/null
* |
*'Invalid file or object type'*)
5371 lt_cv_path_NM
="$tmp_nm -B"
5375 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5377 lt_cv_path_NM
="$tmp_nm -p"
5381 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5382 continue # so that we can try to find one that supports BSD flags
5391 : ${lt_cv_path_NM=no}
5394 echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
5395 echo "${ECHO_T}$lt_cv_path_NM" >&6
5396 if test "$lt_cv_path_NM" != "no"; then
5399 # Didn't find any BSD compatible name lister, look for dumpbin.
5400 if test -n "$ac_tool_prefix"; then
5401 for ac_prog
in "dumpbin -symbols" "link -dump -symbols"
5403 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5404 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5405 echo "$as_me:$LINENO: checking for $ac_word" >&5
5406 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5407 if test "${ac_cv_prog_DUMPBIN+set}" = set; then
5408 echo $ECHO_N "(cached) $ECHO_C" >&6
5410 if test -n "$DUMPBIN"; then
5411 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
5413 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5417 test -z "$as_dir" && as_dir
=.
5418 for ac_exec_ext
in '' $ac_executable_extensions; do
5419 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5420 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
5421 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5429 DUMPBIN
=$ac_cv_prog_DUMPBIN
5430 if test -n "$DUMPBIN"; then
5431 echo "$as_me:$LINENO: result: $DUMPBIN" >&5
5432 echo "${ECHO_T}$DUMPBIN" >&6
5434 echo "$as_me:$LINENO: result: no" >&5
5435 echo "${ECHO_T}no" >&6
5438 test -n "$DUMPBIN" && break
5441 if test -z "$DUMPBIN"; then
5442 ac_ct_DUMPBIN
=$DUMPBIN
5443 for ac_prog
in "dumpbin -symbols" "link -dump -symbols"
5445 # Extract the first word of "$ac_prog", so it can be a program name with args.
5446 set dummy
$ac_prog; ac_word
=$2
5447 echo "$as_me:$LINENO: checking for $ac_word" >&5
5448 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5449 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
5450 echo $ECHO_N "(cached) $ECHO_C" >&6
5452 if test -n "$ac_ct_DUMPBIN"; then
5453 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
5455 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5459 test -z "$as_dir" && as_dir
=.
5460 for ac_exec_ext
in '' $ac_executable_extensions; do
5461 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5462 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
5463 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5471 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
5472 if test -n "$ac_ct_DUMPBIN"; then
5473 echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
5474 echo "${ECHO_T}$ac_ct_DUMPBIN" >&6
5476 echo "$as_me:$LINENO: result: no" >&5
5477 echo "${ECHO_T}no" >&6
5480 test -n "$ac_ct_DUMPBIN" && break
5482 test -n "$ac_ct_DUMPBIN" || ac_ct_DUMPBIN
=":"
5484 DUMPBIN
=$ac_ct_DUMPBIN
5488 if test "$DUMPBIN" != ":"; then
5492 test -z "$NM" && NM
=nm
5499 echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
5500 echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6
5501 if test "${lt_cv_nm_interface+set}" = set; then
5502 echo $ECHO_N "(cached) $ECHO_C" >&6
5504 lt_cv_nm_interface
="BSD nm"
5505 echo "int some_variable = 0;" > conftest.
$ac_ext
5506 (eval echo "\"\$as_me:5506: $ac_compile\"" >&5)
5507 (eval "$ac_compile" 2>conftest.err
)
5508 cat conftest.err
>&5
5509 (eval echo "\"\$as_me:5509: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5510 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
5511 cat conftest.err
>&5
5512 (eval echo "\"\$as_me:5512: output\"" >&5)
5513 cat conftest.out
>&5
5514 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
5515 lt_cv_nm_interface
="MS dumpbin"
5519 echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
5520 echo "${ECHO_T}$lt_cv_nm_interface" >&6
5522 echo "$as_me:$LINENO: checking whether ln -s works" >&5
5523 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
5525 if test "$LN_S" = "ln -s"; then
5526 echo "$as_me:$LINENO: result: yes" >&5
5527 echo "${ECHO_T}yes" >&6
5529 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
5530 echo "${ECHO_T}no, using $LN_S" >&6
5533 # find the maximum length of command line arguments
5534 echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
5535 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
5536 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
5537 echo $ECHO_N "(cached) $ECHO_C" >&6
5544 # On DJGPP, this test can blow up pretty badly due to problems in libc
5545 # (any single argument exceeding 2000 bytes causes a buffer overrun
5546 # during glob expansion). Even if it were fixed, the result of this
5547 # check would be larger than it should be.
5548 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
5552 # Under GNU Hurd, this test is not required because there is
5553 # no limit to the length of command line arguments.
5554 # Libtool will interpret -1 as no limit whatsoever
5555 lt_cv_sys_max_cmd_len
=-1;
5558 cygwin
* | mingw
* | cegcc
*)
5559 # On Win9x/ME, this test blows up -- it succeeds, but takes
5560 # about 5 minutes as the teststring grows exponentially.
5561 # Worse, since 9x/ME are not pre-emptively multitasking,
5562 # you end up with a "frozen" computer, even though with patience
5563 # the test eventually succeeds (with a max line length of 256k).
5564 # Instead, let's just punt: use the minimum linelength reported by
5565 # all of the supported platforms: 8192 (on NT/2K/XP).
5566 lt_cv_sys_max_cmd_len
=8192;
5570 # On AmigaOS with pdksh, this test takes hours, literally.
5571 # So we just punt and use a minimum line length of 8192.
5572 lt_cv_sys_max_cmd_len
=8192;
5575 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
5576 # This has been around since 386BSD, at least. Likely further.
5577 if test -x /sbin
/sysctl
; then
5578 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
5579 elif test -x /usr
/sbin
/sysctl
; then
5580 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
5582 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
5584 # And add a safety zone
5585 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5586 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5590 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5591 lt_cv_sys_max_cmd_len
=196608
5595 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5596 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5597 # nice to cause kernel panics so lets avoid the loop below.
5598 # First set a reasonable default.
5599 lt_cv_sys_max_cmd_len
=16384
5601 if test -x /sbin
/sysconfig
; then
5602 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5603 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
5608 lt_cv_sys_max_cmd_len
=102400
5610 sysv5
* | sco5v6
* | sysv4.2uw2
*)
5611 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5612 if test -n "$kargmax"; then
5613 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
5615 lt_cv_sys_max_cmd_len
=32768
5619 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
5620 if test -n "$lt_cv_sys_max_cmd_len"; then
5621 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5622 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5624 # Make teststring a little bigger before we do anything with it.
5625 # a 1K string should be a reasonable start.
5626 for i
in 1 2 3 4 5 6 7 8 ; do
5627 teststring
=$teststring$teststring
5629 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
5630 # If test is not a shell built-in, we'll probably end up computing a
5631 # maximum length that is only half of the actual maximum length, but
5633 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
5634 = "XX$teststring$teststring"; } >/dev
/null
2>&1 &&
5635 test $i != 17 # 1/2 MB should be enough
5638 teststring
=$teststring$teststring
5640 # Only check the string length outside the loop.
5641 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
5643 # Add a significant safety factor because C++ compilers can tack on
5644 # massive amounts of additional arguments before passing them to the
5645 # linker. It appears as though 1/2 is a usable value.
5646 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
5653 if test -n $lt_cv_sys_max_cmd_len ; then
5654 echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
5655 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
5657 echo "$as_me:$LINENO: result: none" >&5
5658 echo "${ECHO_T}none" >&6
5660 max_cmd_len
=$lt_cv_sys_max_cmd_len
5671 echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
5672 echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6
5673 # Try some XSI features
5676 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5678 && eval 'test $(( 1 + 1 )) -eq 2 \
5679 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5681 echo "$as_me:$LINENO: result
: $xsi_shell" >&5
5682 echo "${ECHO_T}$xsi_shell" >&6
5685 echo "$as_me:$LINENO: checking whether the shell understands
\"+=\"" >&5
5686 echo $ECHO_N "checking whether the shell understands
\"+=\"...
$ECHO_C" >&6
5688 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
5690 && lt_shell_append=yes
5691 echo "$as_me:$LINENO: result
: $lt_shell_append" >&5
5692 echo "${ECHO_T}$lt_shell_append" >&6
5695 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5705 # test EBCDIC or ASCII
5706 case `echo X|tr X '\101'` in
5707 A) # ASCII based system
5708 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5709 lt_SP2NL='tr \040 \012'
5710 lt_NL2SP='tr \015\012 \040\040'
5712 *) # EBCDIC based system
5713 lt_SP2NL='tr \100 \n'
5714 lt_NL2SP='tr \r\n \100\100'
5726 echo "$as_me:$LINENO: checking
for $LD option to reload object files
" >&5
5727 echo $ECHO_N "checking
for $LD option to reload object files...
$ECHO_C" >&6
5728 if test "${lt_cv_ld_reload_flag+set}" = set; then
5729 echo $ECHO_N "(cached
) $ECHO_C" >&6
5731 lt_cv_ld_reload_flag='-r'
5733 echo "$as_me:$LINENO: result
: $lt_cv_ld_reload_flag" >&5
5734 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
5735 reload_flag=$lt_cv_ld_reload_flag
5736 case $reload_flag in
5738 *) reload_flag=" $reload_flag" ;;
5740 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5743 if test "$GCC" = yes; then
5744 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5746 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5759 if test -n "$ac_tool_prefix"; then
5760 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
5761 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5762 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5763 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5764 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
5765 echo $ECHO_N "(cached
) $ECHO_C" >&6
5767 if test -n "$OBJDUMP"; then
5768 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5770 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5774 test -z "$as_dir" && as_dir=.
5775 for ac_exec_ext in '' $ac_executable_extensions; do
5776 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5777 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
5778 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5786 OBJDUMP=$ac_cv_prog_OBJDUMP
5787 if test -n "$OBJDUMP"; then
5788 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
5789 echo "${ECHO_T}$OBJDUMP" >&6
5791 echo "$as_me:$LINENO: result
: no
" >&5
5792 echo "${ECHO_T}no
" >&6
5796 if test -z "$ac_cv_prog_OBJDUMP"; then
5797 ac_ct_OBJDUMP=$OBJDUMP
5798 # Extract the first word of "objdump
", so it can be a program name with args.
5799 set dummy objdump; ac_word=$2
5800 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5801 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5802 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
5803 echo $ECHO_N "(cached
) $ECHO_C" >&6
5805 if test -n "$ac_ct_OBJDUMP"; then
5806 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5812 test -z "$as_dir" && as_dir=.
5813 for ac_exec_ext in '' $ac_executable_extensions; do
5814 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5815 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
5816 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5822 test -z "$ac_cv_prog_ac_ct_OBJDUMP" && ac_cv_prog_ac_ct_OBJDUMP="false
"
5825 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5826 if test -n "$ac_ct_OBJDUMP"; then
5827 echo "$as_me:$LINENO: result
: $ac_ct_OBJDUMP" >&5
5828 echo "${ECHO_T}$ac_ct_OBJDUMP" >&6
5830 echo "$as_me:$LINENO: result
: no
" >&5
5831 echo "${ECHO_T}no
" >&6
5834 OBJDUMP=$ac_ct_OBJDUMP
5836 OBJDUMP="$ac_cv_prog_OBJDUMP"
5839 test -z "$OBJDUMP" && OBJDUMP=objdump
5849 echo "$as_me:$LINENO: checking how to recognize dependent libraries
" >&5
5850 echo $ECHO_N "checking how to recognize dependent libraries...
$ECHO_C" >&6
5851 if test "${lt_cv_deplibs_check_method+set}" = set; then
5852 echo $ECHO_N "(cached
) $ECHO_C" >&6
5854 lt_cv_file_magic_cmd='$MAGIC_CMD'
5855 lt_cv_file_magic_test_file=
5856 lt_cv_deplibs_check_method='unknown'
5857 # Need to set the preceding variable on all platforms that support
5858 # interlibrary dependencies.
5859 # 'none' -- dependencies not supported.
5860 # `unknown' -- same as none, but documents that we really don't know.
5861 # 'pass_all' -- all dependencies passed with no checks.
5862 # 'test_compile' -- check by making test program.
5863 # 'file_magic [[regex]]' -- check by looking for files in library path
5864 # which responds to the $file_magic_cmd with a given extended regex.
5865 # If you have `file' or equivalent on your system and you're not sure
5866 # whether `pass_all' will *always* work, you probably want this one.
5870 lt_cv_deplibs_check_method=pass_all
5874 lt_cv_deplibs_check_method=pass_all
5878 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5879 lt_cv_file_magic_cmd='/usr/bin/file -L'
5880 lt_cv_file_magic_test_file=/shlib/libc.so
5884 # func_win32_libid is a shell function defined in ltmain.sh
5885 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5886 lt_cv_file_magic_cmd='func_win32_libid'
5890 # Base MSYS/MinGW do not provide the 'file' command needed by
5891 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5892 # unless we find 'file', for example because we are cross-compiling.
5893 if ( file / ) >/dev/null 2>&1; then
5894 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5895 lt_cv_file_magic_cmd='func_win32_libid'
5897 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5898 lt_cv_file_magic_cmd='$OBJDUMP -f'
5903 # use the weaker test based on 'objdump'. See mingw*.
5904 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5905 lt_cv_file_magic_cmd='$OBJDUMP -f'
5908 darwin* | rhapsody*)
5909 lt_cv_deplibs_check_method=pass_all
5912 freebsd* | dragonfly*)
5913 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5916 # Not sure whether the presence of OpenBSD here was a mistake.
5917 # Let's accept both of them until this is cleared up.
5918 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5919 lt_cv_file_magic_cmd=/usr/bin/file
5920 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5924 lt_cv_deplibs_check_method=pass_all
5929 lt_cv_deplibs_check_method=pass_all
5932 hpux10.20* | hpux11*)
5933 lt_cv_file_magic_cmd=/usr/bin/file
5936 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5937 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5940 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
5941 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5944 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5945 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5951 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5952 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5955 irix5* | irix6* | nonstopux*)
5957 *-32|*"-32 ") libmagic=32-bit;;
5958 *-n32|*"-n32 ") libmagic=N32;;
5959 *-64|*"-64 ") libmagic=64-bit;;
5960 *) libmagic=never-match;;
5962 lt_cv_deplibs_check_method=pass_all
5965 # This must be Linux ELF.
5966 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5967 lt_cv_deplibs_check_method=pass_all
5971 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5972 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5974 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5979 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5980 lt_cv_file_magic_cmd=/usr/bin/file
5981 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5985 lt_cv_deplibs_check_method=pass_all
5989 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
5990 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5992 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5996 osf3* | osf4* | osf5*)
5997 lt_cv_deplibs_check_method=pass_all
6001 lt_cv_deplibs_check_method=pass_all
6005 lt_cv_deplibs_check_method=pass_all
6008 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6009 lt_cv_deplibs_check_method=pass_all
6013 case $host_vendor in
6015 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]'
6016 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6019 lt_cv_deplibs_check_method=pass_all
6022 lt_cv_file_magic_cmd='/bin/file'
6023 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6026 lt_cv_file_magic_cmd='/bin/file'
6027 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
6028 lt_cv_file_magic_test_file=/lib/libc.so
6031 lt_cv_deplibs_check_method=pass_all
6034 lt_cv_deplibs_check_method=pass_all
6040 lt_cv_deplibs_check_method=pass_all
6045 echo "$as_me:$LINENO: result
: $lt_cv_deplibs_check_method" >&5
6046 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
6047 file_magic_cmd=$lt_cv_file_magic_cmd
6048 deplibs_check_method=$lt_cv_deplibs_check_method
6049 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6062 if test -n "$ac_tool_prefix"; then
6063 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6064 set dummy ${ac_tool_prefix}ar; ac_word=$2
6065 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6066 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6067 if test "${ac_cv_prog_AR+set}" = set; then
6068 echo $ECHO_N "(cached
) $ECHO_C" >&6
6070 if test -n "$AR"; then
6071 ac_cv_prog_AR="$AR" # Let the user override the test.
6073 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6077 test -z "$as_dir" && as_dir=.
6078 for ac_exec_ext in '' $ac_executable_extensions; do
6079 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6080 ac_cv_prog_AR="${ac_tool_prefix}ar"
6081 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6090 if test -n "$AR"; then
6091 echo "$as_me:$LINENO: result
: $AR" >&5
6092 echo "${ECHO_T}$AR" >&6
6094 echo "$as_me:$LINENO: result
: no
" >&5
6095 echo "${ECHO_T}no
" >&6
6099 if test -z "$ac_cv_prog_AR"; then
6101 # Extract the first word of "ar", so it can be a program name with args.
6102 set dummy ar; ac_word=$2
6103 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6104 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6105 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
6106 echo $ECHO_N "(cached
) $ECHO_C" >&6
6108 if test -n "$ac_ct_AR"; then
6109 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6111 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6115 test -z "$as_dir" && as_dir=.
6116 for ac_exec_ext in '' $ac_executable_extensions; do
6117 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6118 ac_cv_prog_ac_ct_AR="ar"
6119 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6125 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false
"
6128 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6129 if test -n "$ac_ct_AR"; then
6130 echo "$as_me:$LINENO: result
: $ac_ct_AR" >&5
6131 echo "${ECHO_T}$ac_ct_AR" >&6
6133 echo "$as_me:$LINENO: result
: no
" >&5
6134 echo "${ECHO_T}no
" >&6
6142 test -z "$AR" && AR=ar
6143 test -z "$AR_FLAGS" && AR_FLAGS=cru
6155 if test -n "$ac_tool_prefix"; then
6156 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
6157 set dummy ${ac_tool_prefix}strip; ac_word=$2
6158 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6159 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6160 if test "${ac_cv_prog_STRIP+set}" = set; then
6161 echo $ECHO_N "(cached
) $ECHO_C" >&6
6163 if test -n "$STRIP"; then
6164 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6170 test -z "$as_dir" && as_dir=.
6171 for ac_exec_ext in '' $ac_executable_extensions; do
6172 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6173 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
6174 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6182 STRIP=$ac_cv_prog_STRIP
6183 if test -n "$STRIP"; then
6184 echo "$as_me:$LINENO: result
: $STRIP" >&5
6185 echo "${ECHO_T}$STRIP" >&6
6187 echo "$as_me:$LINENO: result
: no
" >&5
6188 echo "${ECHO_T}no
" >&6
6192 if test -z "$ac_cv_prog_STRIP"; then
6194 # Extract the first word of "strip
", so it can be a program name with args.
6195 set dummy strip; ac_word=$2
6196 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6197 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6198 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6199 echo $ECHO_N "(cached
) $ECHO_C" >&6
6201 if test -n "$ac_ct_STRIP"; then
6202 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6208 test -z "$as_dir" && as_dir=.
6209 for ac_exec_ext in '' $ac_executable_extensions; do
6210 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6211 ac_cv_prog_ac_ct_STRIP="strip
"
6212 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6218 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
6221 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6222 if test -n "$ac_ct_STRIP"; then
6223 echo "$as_me:$LINENO: result
: $ac_ct_STRIP" >&5
6224 echo "${ECHO_T}$ac_ct_STRIP" >&6
6226 echo "$as_me:$LINENO: result
: no
" >&5
6227 echo "${ECHO_T}no
" >&6
6232 STRIP="$ac_cv_prog_STRIP"
6235 test -z "$STRIP" && STRIP=:
6242 if test -n "$ac_tool_prefix"; then
6243 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
6244 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6245 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6246 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6247 if test "${ac_cv_prog_RANLIB+set}" = set; then
6248 echo $ECHO_N "(cached
) $ECHO_C" >&6
6250 if test -n "$RANLIB"; then
6251 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6257 test -z "$as_dir" && as_dir=.
6258 for ac_exec_ext in '' $ac_executable_extensions; do
6259 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6260 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
6261 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6269 RANLIB=$ac_cv_prog_RANLIB
6270 if test -n "$RANLIB"; then
6271 echo "$as_me:$LINENO: result
: $RANLIB" >&5
6272 echo "${ECHO_T}$RANLIB" >&6
6274 echo "$as_me:$LINENO: result
: no
" >&5
6275 echo "${ECHO_T}no
" >&6
6279 if test -z "$ac_cv_prog_RANLIB"; then
6280 ac_ct_RANLIB=$RANLIB
6281 # Extract the first word of "ranlib
", so it can be a program name with args.
6282 set dummy ranlib; ac_word=$2
6283 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6284 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6285 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6286 echo $ECHO_N "(cached
) $ECHO_C" >&6
6288 if test -n "$ac_ct_RANLIB"; then
6289 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6295 test -z "$as_dir" && as_dir=.
6296 for ac_exec_ext in '' $ac_executable_extensions; do
6297 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6298 ac_cv_prog_ac_ct_RANLIB="ranlib
"
6299 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6305 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
6308 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6309 if test -n "$ac_ct_RANLIB"; then
6310 echo "$as_me:$LINENO: result
: $ac_ct_RANLIB" >&5
6311 echo "${ECHO_T}$ac_ct_RANLIB" >&6
6313 echo "$as_me:$LINENO: result
: no
" >&5
6314 echo "${ECHO_T}no
" >&6
6317 RANLIB=$ac_ct_RANLIB
6319 RANLIB="$ac_cv_prog_RANLIB"
6322 test -z "$RANLIB" && RANLIB=:
6329 # Determine commands to create old-style static archives.
6330 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6331 old_postinstall_cmds='chmod 644 $oldlib'
6332 old_postuninstall_cmds=
6334 if test -n "$RANLIB"; then
6337 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
6340 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
6343 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
6379 # If no C compiler was specified, use CC.
6382 # If no C compiler flags were specified, use CFLAGS.
6383 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6385 # Allow CC to be a program name with arguments.
6389 # Check for command to grab the raw symbol name followed by C symbol from nm.
6390 echo "$as_me:$LINENO: checking
command to parse
$NM output from
$compiler object
" >&5
6391 echo $ECHO_N "checking
command to parse
$NM output from
$compiler object...
$ECHO_C" >&6
6392 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
6393 echo $ECHO_N "(cached
) $ECHO_C" >&6
6396 # These are sane defaults that work on at least a few old systems.
6397 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6399 # Character class describing NM global symbol codes.
6400 symcode='[BCDEGRST]'
6402 # Regexp to match symbols that can be accessed directly from C.
6403 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6405 # Define system-specific variables.
6410 cygwin* | mingw* | pw32* | cegcc*)
6411 symcode='[ABCDGISTW]'
6414 if test "$host_cpu" = ia64; then
6415 symcode='[ABCDEGRST]'
6419 symcode='[BCDEGRST]'
6422 symcode='[BCDEGQRST]'
6433 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6441 # If we're using GNU nm, then use its standard symbol codes.
6442 case `$NM -V 2>&1` in
6443 *GNU* | *'with BFD'*)
6444 symcode='[ABCDGIRSTW]' ;;
6447 # Transform an extracted symbol line into a proper C declaration.
6448 # Some systems (esp. on ia64) link data and code symbols differently,
6449 # so use this general approach.
6450 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6452 # Transform an extracted symbol line into symbol name and symbol address
6453 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6454 lt_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'"
6456 # Handle CRLF in mingw tool chain
6460 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6464 # Try without a prefix underscore, then with it.
6465 for ac_symprfx in "" "_
"; do
6467 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6468 symxfrm="\\1 $ac_symprfx\\2 \\2"
6470 # Write the raw and C identifiers.
6471 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
6472 # Fake it for dumpbin and say T for any non-static function
6473 # and D for any global variable.
6474 # Also find C++ and __fastcall symbols from MSVC++,
6475 # which start with @ or ?.
6476 lt_cv_sys_global_symbol_pipe="$AWK '"\
6477 " {last_section=section; section=\$ 3};"\
6478 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6479 " \$ 0!~/External *\|/{next};"\
6480 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6481 " {if(hide[section]) next};"\
6482 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6483 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6484 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6485 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6486 " ' prfx
=^
$ac_symprfx"
6488 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6491 # Check to see that the pipe works correctly.
6495 cat > conftest.$ac_ext <<_LT_EOF
6500 void nm_test_func(void);
6501 void nm_test_func(void){}
6505 int main(){nm_test_var='a';nm_test_func();return(0);}
6508 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6509 (eval $ac_compile) 2>&5
6511 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6512 (exit $ac_status); }; then
6513 # Now try to grab the symbols.
6515 if { (eval echo "$as_me:$LINENO: \"$NM conftest.
$ac_objext \|
$lt_cv_sys_global_symbol_pipe \
> $nlist\"") >&5
6516 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
6518 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6519 (exit $ac_status); } && test -s "$nlist"; then
6520 # Try sorting and uniquifying the output.
6521 if sort "$nlist" | uniq > "$nlist"T; then
6522 mv -f "$nlist"T "$nlist"
6527 # Make sure that we snagged all the symbols we need.
6528 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6529 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6530 cat <<_LT_EOF > conftest.$ac_ext
6536 # Now generate the symbol file.
6537 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6539 cat <<_LT_EOF >> conftest.$ac_ext
6541 /* The mapping between symbol names and symbols. */
6546 lt__PROGRAM__LTX_preloaded_symbols[] =
6548 { "@PROGRAM@
", (void *) 0 },
6550 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6551 cat <<\_LT_EOF >> conftest.$ac_ext
6555 /* This works around a problem in FreeBSD linker */
6556 #ifdef FREEBSD_WORKAROUND
6557 static const void *lt_preloaded_setup() {
6558 return lt__PROGRAM__LTX_preloaded_symbols;
6566 # Now try linking the two files.
6567 mv conftest.$ac_objext conftstm.$ac_objext
6568 lt_save_LIBS="$LIBS"
6569 lt_save_CFLAGS="$CFLAGS"
6570 LIBS="conftstm.
$ac_objext"
6571 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6572 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6573 (eval $ac_link) 2>&5
6575 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6576 (exit $ac_status); } && test -s conftest${ac_exeext}; then
6579 LIBS="$lt_save_LIBS"
6580 CFLAGS="$lt_save_CFLAGS"
6582 echo "cannot
find nm_test_func
in $nlist" >&5
6585 echo "cannot
find nm_test_var
in $nlist" >&5
6588 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
6591 echo "$progname: failed program was
:" >&5
6592 cat conftest.$ac_ext >&5
6594 rm -rf conftest* conftst*
6596 # Do not use the global_symbol_pipe unless it works.
6597 if test "$pipe_works" = yes; then
6600 lt_cv_sys_global_symbol_pipe=
6606 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6607 lt_cv_sys_global_symbol_to_cdecl=
6609 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6610 echo "$as_me:$LINENO: result
: failed
" >&5
6611 echo "${ECHO_T}failed
" >&6
6613 echo "$as_me:$LINENO: result
: ok
" >&5
6614 echo "${ECHO_T}ok
" >&6
6638 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
6639 if test "${enable_libtool_lock+set}" = set; then
6640 enableval="$enable_libtool_lock"
6643 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
6645 # Some flags need to be propagated to the compiler or linker for good
6649 # Find out which ABI we are using.
6650 echo 'int i;' > conftest.$ac_ext
6651 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6652 (eval $ac_compile) 2>&5
6654 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6655 (exit $ac_status); }; then
6656 case `/usr/bin/file conftest.$ac_objext` in
6668 # Find out which ABI we are using.
6669 echo '#line 6669 "configure
"' > conftest.$ac_ext
6670 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6671 (eval $ac_compile) 2>&5
6673 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6674 (exit $ac_status); }; then
6675 if test "$lt_cv_prog_gnu_ld" = yes; then
6676 case `/usr/bin/file conftest.$ac_objext` in
6678 LD="${LD-ld} -melf32bsmip"
6681 LD="${LD-ld} -melf32bmipn32"
6684 LD="${LD-ld} -melf64bmip"
6688 case `/usr/bin/file conftest.$ac_objext` in
6704 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6705 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6706 # Find out which ABI we are using.
6707 echo 'int i;' > conftest.$ac_ext
6708 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6709 (eval $ac_compile) 2>&5
6711 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6712 (exit $ac_status); }; then
6713 case `/usr/bin/file conftest.o` in
6716 x86_64-*kfreebsd*-gnu)
6717 LD="${LD-ld} -m elf_i386_fbsd
"
6720 LD="${LD-ld} -m elf_i386
"
6722 ppc64-*linux*|powerpc64-*linux*)
6723 LD="${LD-ld} -m elf32ppclinux
"
6726 LD="${LD-ld} -m elf_s390
"
6729 LD="${LD-ld} -m elf32_sparc
"
6735 x86_64-*kfreebsd*-gnu)
6736 LD="${LD-ld} -m elf_x86_64_fbsd
"
6739 LD="${LD-ld} -m elf_x86_64
"
6741 ppc*-*linux*|powerpc*-*linux*)
6742 LD="${LD-ld} -m elf64ppc
"
6744 s390*-*linux*|s390*-*tpf*)
6745 LD="${LD-ld} -m elf64_s390
"
6748 LD="${LD-ld} -m elf64_sparc
"
6758 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6759 SAVE_CFLAGS="$CFLAGS"
6760 CFLAGS="$CFLAGS -belf"
6761 echo "$as_me:$LINENO: checking whether the C compiler needs
-belf" >&5
6762 echo $ECHO_N "checking whether the C compiler needs
-belf...
$ECHO_C" >&6
6763 if test "${lt_cv_cc_needs_belf+set}" = set; then
6764 echo $ECHO_N "(cached
) $ECHO_C" >&6
6767 ac_cpp='$CPP $CPPFLAGS'
6768 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6769 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6770 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6772 cat >conftest.$ac_ext <<_ACEOF
6775 cat confdefs.h >>conftest.$ac_ext
6776 cat >>conftest.$ac_ext <<_ACEOF
6777 /* end confdefs.h. */
6787 rm -f conftest.$ac_objext conftest$ac_exeext
6788 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6789 (eval $ac_link) 2>conftest.er1
6791 grep -v '^ *+' conftest.er1 >conftest.err
6793 cat conftest.err >&5
6794 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6795 (exit $ac_status); } &&
6796 { ac_try='test -z "$ac_c_werror_flag"
6797 || test ! -s conftest.err'
6798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6801 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6802 (exit $ac_status); }; } &&
6803 { ac_try='test -s conftest$ac_exeext'
6804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6807 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6808 (exit $ac_status); }; }; then
6809 lt_cv_cc_needs_belf=yes
6811 echo "$as_me: failed program was
:" >&5
6812 sed 's/^/| /' conftest.$ac_ext >&5
6814 lt_cv_cc_needs_belf=no
6816 rm -f conftest.err conftest.$ac_objext \
6817 conftest$ac_exeext conftest.$ac_ext
6819 ac_cpp='$CPP $CPPFLAGS'
6820 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6821 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6822 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6825 echo "$as_me:$LINENO: result
: $lt_cv_cc_needs_belf" >&5
6826 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
6827 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6828 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6829 CFLAGS="$SAVE_CFLAGS"
6833 # Find out which ABI we are using.
6834 echo 'int i;' > conftest.$ac_ext
6835 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6836 (eval $ac_compile) 2>&5
6838 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6839 (exit $ac_status); }; then
6840 case `/usr/bin/file conftest.o` in
6842 case $lt_cv_prog_gnu_ld in
6843 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
6845 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6857 need_locks="$enable_libtool_lock"
6861 rhapsody* | darwin*)
6862 if test -n "$ac_tool_prefix"; then
6863 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
6864 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6865 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6866 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6867 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
6868 echo $ECHO_N "(cached
) $ECHO_C" >&6
6870 if test -n "$DSYMUTIL"; then
6871 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6873 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6877 test -z "$as_dir" && as_dir=.
6878 for ac_exec_ext in '' $ac_executable_extensions; do
6879 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6880 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
6881 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6889 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6890 if test -n "$DSYMUTIL"; then
6891 echo "$as_me:$LINENO: result
: $DSYMUTIL" >&5
6892 echo "${ECHO_T}$DSYMUTIL" >&6
6894 echo "$as_me:$LINENO: result
: no
" >&5
6895 echo "${ECHO_T}no
" >&6
6899 if test -z "$ac_cv_prog_DSYMUTIL"; then
6900 ac_ct_DSYMUTIL=$DSYMUTIL
6901 # Extract the first word of "dsymutil
", so it can be a program name with args.
6902 set dummy dsymutil; ac_word=$2
6903 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6904 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6905 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
6906 echo $ECHO_N "(cached
) $ECHO_C" >&6
6908 if test -n "$ac_ct_DSYMUTIL"; then
6909 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6911 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6915 test -z "$as_dir" && as_dir=.
6916 for ac_exec_ext in '' $ac_executable_extensions; do
6917 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6918 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
6919 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6925 test -z "$ac_cv_prog_ac_ct_DSYMUTIL" && ac_cv_prog_ac_ct_DSYMUTIL=":"
6928 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6929 if test -n "$ac_ct_DSYMUTIL"; then
6930 echo "$as_me:$LINENO: result
: $ac_ct_DSYMUTIL" >&5
6931 echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6
6933 echo "$as_me:$LINENO: result
: no
" >&5
6934 echo "${ECHO_T}no
" >&6
6937 DSYMUTIL=$ac_ct_DSYMUTIL
6939 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6942 if test -n "$ac_tool_prefix"; then
6943 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
6944 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6945 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6946 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6947 if test "${ac_cv_prog_NMEDIT+set}" = set; then
6948 echo $ECHO_N "(cached
) $ECHO_C" >&6
6950 if test -n "$NMEDIT"; then
6951 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6957 test -z "$as_dir" && as_dir=.
6958 for ac_exec_ext in '' $ac_executable_extensions; do
6959 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6960 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
6961 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6969 NMEDIT=$ac_cv_prog_NMEDIT
6970 if test -n "$NMEDIT"; then
6971 echo "$as_me:$LINENO: result
: $NMEDIT" >&5
6972 echo "${ECHO_T}$NMEDIT" >&6
6974 echo "$as_me:$LINENO: result
: no
" >&5
6975 echo "${ECHO_T}no
" >&6
6979 if test -z "$ac_cv_prog_NMEDIT"; then
6980 ac_ct_NMEDIT=$NMEDIT
6981 # Extract the first word of "nmedit
", so it can be a program name with args.
6982 set dummy nmedit; ac_word=$2
6983 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6984 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6985 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
6986 echo $ECHO_N "(cached
) $ECHO_C" >&6
6988 if test -n "$ac_ct_NMEDIT"; then
6989 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6991 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6995 test -z "$as_dir" && as_dir=.
6996 for ac_exec_ext in '' $ac_executable_extensions; do
6997 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6998 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
6999 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7005 test -z "$ac_cv_prog_ac_ct_NMEDIT" && ac_cv_prog_ac_ct_NMEDIT=":"
7008 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7009 if test -n "$ac_ct_NMEDIT"; then
7010 echo "$as_me:$LINENO: result
: $ac_ct_NMEDIT" >&5
7011 echo "${ECHO_T}$ac_ct_NMEDIT" >&6
7013 echo "$as_me:$LINENO: result
: no
" >&5
7014 echo "${ECHO_T}no
" >&6
7017 NMEDIT=$ac_ct_NMEDIT
7019 NMEDIT="$ac_cv_prog_NMEDIT"
7022 if test -n "$ac_tool_prefix"; then
7023 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
7024 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7025 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7026 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7027 if test "${ac_cv_prog_LIPO+set}" = set; then
7028 echo $ECHO_N "(cached
) $ECHO_C" >&6
7030 if test -n "$LIPO"; then
7031 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7037 test -z "$as_dir" && as_dir=.
7038 for ac_exec_ext in '' $ac_executable_extensions; do
7039 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7040 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
7041 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7049 LIPO=$ac_cv_prog_LIPO
7050 if test -n "$LIPO"; then
7051 echo "$as_me:$LINENO: result
: $LIPO" >&5
7052 echo "${ECHO_T}$LIPO" >&6
7054 echo "$as_me:$LINENO: result
: no
" >&5
7055 echo "${ECHO_T}no
" >&6
7059 if test -z "$ac_cv_prog_LIPO"; then
7061 # Extract the first word of "lipo
", so it can be a program name with args.
7062 set dummy lipo; ac_word=$2
7063 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7064 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7065 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
7066 echo $ECHO_N "(cached
) $ECHO_C" >&6
7068 if test -n "$ac_ct_LIPO"; then
7069 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7071 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7075 test -z "$as_dir" && as_dir=.
7076 for ac_exec_ext in '' $ac_executable_extensions; do
7077 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7078 ac_cv_prog_ac_ct_LIPO="lipo
"
7079 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7085 test -z "$ac_cv_prog_ac_ct_LIPO" && ac_cv_prog_ac_ct_LIPO=":"
7088 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7089 if test -n "$ac_ct_LIPO"; then
7090 echo "$as_me:$LINENO: result
: $ac_ct_LIPO" >&5
7091 echo "${ECHO_T}$ac_ct_LIPO" >&6
7093 echo "$as_me:$LINENO: result
: no
" >&5
7094 echo "${ECHO_T}no
" >&6
7099 LIPO="$ac_cv_prog_LIPO"
7102 if test -n "$ac_tool_prefix"; then
7103 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
7104 set dummy ${ac_tool_prefix}otool; ac_word=$2
7105 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7106 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7107 if test "${ac_cv_prog_OTOOL+set}" = set; then
7108 echo $ECHO_N "(cached
) $ECHO_C" >&6
7110 if test -n "$OTOOL"; then
7111 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7113 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7117 test -z "$as_dir" && as_dir=.
7118 for ac_exec_ext in '' $ac_executable_extensions; do
7119 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7120 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
7121 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7129 OTOOL=$ac_cv_prog_OTOOL
7130 if test -n "$OTOOL"; then
7131 echo "$as_me:$LINENO: result
: $OTOOL" >&5
7132 echo "${ECHO_T}$OTOOL" >&6
7134 echo "$as_me:$LINENO: result
: no
" >&5
7135 echo "${ECHO_T}no
" >&6
7139 if test -z "$ac_cv_prog_OTOOL"; then
7141 # Extract the first word of "otool
", so it can be a program name with args.
7142 set dummy otool; ac_word=$2
7143 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7144 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7145 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
7146 echo $ECHO_N "(cached
) $ECHO_C" >&6
7148 if test -n "$ac_ct_OTOOL"; then
7149 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7151 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7155 test -z "$as_dir" && as_dir=.
7156 for ac_exec_ext in '' $ac_executable_extensions; do
7157 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7158 ac_cv_prog_ac_ct_OTOOL="otool
"
7159 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7165 test -z "$ac_cv_prog_ac_ct_OTOOL" && ac_cv_prog_ac_ct_OTOOL=":"
7168 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7169 if test -n "$ac_ct_OTOOL"; then
7170 echo "$as_me:$LINENO: result
: $ac_ct_OTOOL" >&5
7171 echo "${ECHO_T}$ac_ct_OTOOL" >&6
7173 echo "$as_me:$LINENO: result
: no
" >&5
7174 echo "${ECHO_T}no
" >&6
7179 OTOOL="$ac_cv_prog_OTOOL"
7182 if test -n "$ac_tool_prefix"; then
7183 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
7184 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7185 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7186 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7187 if test "${ac_cv_prog_OTOOL64+set}" = set; then
7188 echo $ECHO_N "(cached
) $ECHO_C" >&6
7190 if test -n "$OTOOL64"; then
7191 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7197 test -z "$as_dir" && as_dir=.
7198 for ac_exec_ext in '' $ac_executable_extensions; do
7199 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7200 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
7201 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7209 OTOOL64=$ac_cv_prog_OTOOL64
7210 if test -n "$OTOOL64"; then
7211 echo "$as_me:$LINENO: result
: $OTOOL64" >&5
7212 echo "${ECHO_T}$OTOOL64" >&6
7214 echo "$as_me:$LINENO: result
: no
" >&5
7215 echo "${ECHO_T}no
" >&6
7219 if test -z "$ac_cv_prog_OTOOL64"; then
7220 ac_ct_OTOOL64=$OTOOL64
7221 # Extract the first word of "otool64
", so it can be a program name with args.
7222 set dummy otool64; ac_word=$2
7223 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7224 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7225 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
7226 echo $ECHO_N "(cached
) $ECHO_C" >&6
7228 if test -n "$ac_ct_OTOOL64"; then
7229 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7235 test -z "$as_dir" && as_dir=.
7236 for ac_exec_ext in '' $ac_executable_extensions; do
7237 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7238 ac_cv_prog_ac_ct_OTOOL64="otool64
"
7239 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7245 test -z "$ac_cv_prog_ac_ct_OTOOL64" && ac_cv_prog_ac_ct_OTOOL64=":"
7248 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7249 if test -n "$ac_ct_OTOOL64"; then
7250 echo "$as_me:$LINENO: result
: $ac_ct_OTOOL64" >&5
7251 echo "${ECHO_T}$ac_ct_OTOOL64" >&6
7253 echo "$as_me:$LINENO: result
: no
" >&5
7254 echo "${ECHO_T}no
" >&6
7257 OTOOL64=$ac_ct_OTOOL64
7259 OTOOL64="$ac_cv_prog_OTOOL64"
7288 echo "$as_me:$LINENO: checking
for -single_module linker flag
" >&5
7289 echo $ECHO_N "checking
for -single_module linker flag...
$ECHO_C" >&6
7290 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
7291 echo $ECHO_N "(cached
) $ECHO_C" >&6
7293 lt_cv_apple_cc_single_mod=no
7294 if test -z "${LT_MULTI_MODULE}"; then
7295 # By default we will add the -single_module flag. You can override
7296 # by either setting the environment variable LT_MULTI_MODULE
7297 # non-empty at configure time, or by adding -multi_module to the
7299 rm -rf libconftest.dylib*
7300 echo "int foo
(void
){return 1;}" > conftest.c
7301 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7302 -dynamiclib -Wl,-single_module conftest.c
" >&5
7303 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7304 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7306 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7307 lt_cv_apple_cc_single_mod=yes
7309 cat conftest.err >&5
7311 rm -rf libconftest.dylib*
7315 echo "$as_me:$LINENO: result
: $lt_cv_apple_cc_single_mod" >&5
7316 echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6
7317 echo "$as_me:$LINENO: checking
for -exported_symbols_list linker flag
" >&5
7318 echo $ECHO_N "checking
for -exported_symbols_list linker flag...
$ECHO_C" >&6
7319 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
7320 echo $ECHO_N "(cached
) $ECHO_C" >&6
7322 lt_cv_ld_exported_symbols_list=no
7323 save_LDFLAGS=$LDFLAGS
7324 echo "_main
" > conftest.sym
7325 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
7326 cat >conftest.$ac_ext <<_ACEOF
7329 cat confdefs.h >>conftest.$ac_ext
7330 cat >>conftest.$ac_ext <<_ACEOF
7331 /* end confdefs.h. */
7341 rm -f conftest.$ac_objext conftest$ac_exeext
7342 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7343 (eval $ac_link) 2>conftest.er1
7345 grep -v '^ *+' conftest.er1 >conftest.err
7347 cat conftest.err >&5
7348 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
7349 (exit $ac_status); } &&
7350 { ac_try='test -z "$ac_c_werror_flag"
7351 || test ! -s conftest.err'
7352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7355 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
7356 (exit $ac_status); }; } &&
7357 { ac_try='test -s conftest$ac_exeext'
7358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7361 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
7362 (exit $ac_status); }; }; then
7363 lt_cv_ld_exported_symbols_list=yes
7365 echo "$as_me: failed program was
:" >&5
7366 sed 's/^/| /' conftest.$ac_ext >&5
7368 lt_cv_ld_exported_symbols_list=no
7370 rm -f conftest.err conftest.$ac_objext \
7371 conftest$ac_exeext conftest.$ac_ext
7372 LDFLAGS="$save_LDFLAGS"
7375 echo "$as_me:$LINENO: result
: $lt_cv_ld_exported_symbols_list" >&5
7376 echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6
7378 rhapsody* | darwin1.[012])
7379 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7381 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7382 darwin*) # darwin 5.x on
7383 # if running on 10.5 or later, the deployment target defaults
7384 # to the OS version, if on x86, and 10.4, the deployment
7385 # target defaults to 10.4. Don't you love it?
7386 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7387 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7388 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7390 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7392 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7396 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7397 _lt_dar_single_mod='$single_module'
7399 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7400 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7402 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7404 if test "$DSYMUTIL" != ":"; then
7405 _lt_dsymutil='~$DSYMUTIL $lib || :'
7413 for ac_header in dlfcn.h
7415 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
7416 echo "$as_me:$LINENO: checking
for $ac_header" >&5
7417 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6
7418 if eval "test \"\
${$as_ac_Header+set}\" = set"; then
7419 echo $ECHO_N "(cached
) $ECHO_C" >&6
7421 cat >conftest.$ac_ext <<_ACEOF
7424 cat confdefs.h >>conftest.$ac_ext
7425 cat >>conftest.$ac_ext <<_ACEOF
7426 /* end confdefs.h. */
7427 $ac_includes_default
7429 #include <$ac_header>
7431 rm -f conftest.$ac_objext
7432 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7433 (eval $ac_compile) 2>conftest.er1
7435 grep -v '^ *+' conftest.er1 >conftest.err
7437 cat conftest.err >&5
7438 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
7439 (exit $ac_status); } &&
7440 { ac_try='test -z "$ac_c_werror_flag"
7441 || test ! -s conftest.err'
7442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7445 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
7446 (exit $ac_status); }; } &&
7447 { ac_try='test -s conftest.$ac_objext'
7448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7451 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
7452 (exit $ac_status); }; }; then
7453 eval "$as_ac_Header=yes"
7455 echo "$as_me: failed program was
:" >&5
7456 sed 's/^/| /' conftest.$ac_ext >&5
7458 eval "$as_ac_Header=no
"
7460 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7462 echo "$as_me:$LINENO: result
: `eval echo '${'$as_ac_Header'}'`" >&5
7463 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7464 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7465 cat >>confdefs.h <<_ACEOF
7466 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
7485 # Check whether --enable-shared or --disable-shared was given.
7486 if test "${enable_shared+set}" = set; then
7487 enableval="$enable_shared"
7488 p=${PACKAGE-default}
7490 yes) enable_shared=yes ;;
7491 no) enable_shared=no ;;
7494 # Look at the argument we got. We use all the common list separators.
7495 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7496 for pkg in $enableval; do
7498 if test "X
$pkg" = "X
$p"; then
7516 # Check whether --enable-static or --disable-static was given.
7517 if test "${enable_static+set}" = set; then
7518 enableval="$enable_static"
7519 p=${PACKAGE-default}
7521 yes) enable_static=yes ;;
7522 no) enable_static=no ;;
7525 # Look at the argument we got. We use all the common list separators.
7526 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7527 for pkg in $enableval; do
7529 if test "X
$pkg" = "X
$p"; then
7548 # Check whether --with-pic or --without-pic was given.
7549 if test "${with_pic+set}" = set; then
7556 test -z "$pic_mode" && pic_mode=default
7564 # Check whether --enable-fast-install or --disable-fast-install was given.
7565 if test "${enable_fast_install+set}" = set; then
7566 enableval="$enable_fast_install"
7567 p=${PACKAGE-default}
7569 yes) enable_fast_install=yes ;;
7570 no) enable_fast_install=no ;;
7572 enable_fast_install=no
7573 # Look at the argument we got. We use all the common list separators.
7574 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7575 for pkg in $enableval; do
7577 if test "X
$pkg" = "X
$p"; then
7578 enable_fast_install=yes
7585 enable_fast_install=yes
7597 # This can be used to rebuild libtool when needed
7598 LIBTOOL_DEPS="$ltmain"
7600 # Always use our own libtool.
7601 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7627 test -z "$LN_S" && LN_S="ln -s"
7642 if test -n "${ZSH_VERSION+set}" ; then
7643 setopt NO_GLOB_SUBST
7646 echo "$as_me:$LINENO: checking
for objdir
" >&5
7647 echo $ECHO_N "checking
for objdir...
$ECHO_C" >&6
7648 if test "${lt_cv_objdir+set}" = set; then
7649 echo $ECHO_N "(cached
) $ECHO_C" >&6
7651 rm -f .libs 2>/dev/null
7652 mkdir .libs 2>/dev/null
7653 if test -d .libs; then
7656 # MS-DOS does not allow filenames that begin with a dot.
7659 rmdir .libs 2>/dev/null
7661 echo "$as_me:$LINENO: result
: $lt_cv_objdir" >&5
7662 echo "${ECHO_T}$lt_cv_objdir" >&6
7663 objdir=$lt_cv_objdir
7669 cat >>confdefs.h <<_ACEOF
7670 #define LT_OBJDIR "$lt_cv_objdir/"
7691 # AIX sometimes has problems with the GCC collect2 program. For some
7692 # reason, if we set the COLLECT_NAMES environment variable, the problems
7693 # vanish in a puff of smoke.
7694 if test "X
${COLLECT_NAMES+set}" != Xset; then
7696 export COLLECT_NAMES
7701 # Sed substitution that helps us do robust quoting. It backslashifies
7702 # metacharacters that are still active within double-quoted strings.
7703 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
7705 # Same as above, but do not quote variable references.
7706 double_quote_subst='s/\(["`\\]\
)/\\\
1/g
'
7708 # Sed substitution to delay expansion of an escaped shell variable in a
7709 # double_quote_subst'ed string.
7710 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
7712 # Sed substitution to delay expansion of an escaped single quote.
7713 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
7715 # Sed substitution to avoid accidental globbing in evaled expressions
7716 no_glob_subst
='s/\*/\\\*/g'
7720 can_build_shared
=yes
7722 # All known linkers require a `.a' archive for static linking (except MSVC,
7723 # which needs '.lib').
7726 with_gnu_ld
="$lt_cv_prog_gnu_ld"
7729 old_CFLAGS
="$CFLAGS"
7731 # Set sane defaults for various variables
7732 test -z "$CC" && CC
=cc
7733 test -z "$LTCC" && LTCC
=$CC
7734 test -z "$LTCFLAGS" && LTCFLAGS
=$CFLAGS
7735 test -z "$LD" && LD
=ld
7736 test -z "$ac_objext" && ac_objext
=o
7738 for cc_temp
in $compiler""; do
7740 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
7741 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
7746 cc_basename
=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
7749 # Only perform the check for file, if the check method requires it
7750 test -z "$MAGIC_CMD" && MAGIC_CMD
=file
7751 case $deplibs_check_method in
7753 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7754 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
7755 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
7756 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7757 echo $ECHO_N "(cached) $ECHO_C" >&6
7761 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
7764 lt_save_MAGIC_CMD
="$MAGIC_CMD"
7765 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
7766 ac_dummy
="/usr/bin$PATH_SEPARATOR$PATH"
7767 for ac_dir
in $ac_dummy; do
7769 test -z "$ac_dir" && ac_dir
=.
7770 if test -f $ac_dir/${ac_tool_prefix}file; then
7771 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
7772 if test -n "$file_magic_test_file"; then
7773 case $deplibs_check_method in
7775 file_magic_regex
=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7776 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
7777 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
7778 $EGREP "$file_magic_regex" > /dev
/null
; then
7783 *** Warning: the command libtool uses to detect shared libraries,
7784 *** $file_magic_cmd, produces output that libtool cannot recognize.
7785 *** The result is that libtool may fail to recognize shared libraries
7786 *** as such. This will affect the creation of libtool libraries that
7787 *** depend on shared libraries, but programs linked with such libtool
7788 *** libraries will work regardless of this problem. Nevertheless, you
7789 *** may want to report the problem to your system manager and/or to
7790 *** bug-libtool@gnu.org
7800 MAGIC_CMD
="$lt_save_MAGIC_CMD"
7805 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
7806 if test -n "$MAGIC_CMD"; then
7807 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7808 echo "${ECHO_T}$MAGIC_CMD" >&6
7810 echo "$as_me:$LINENO: result: no" >&5
7811 echo "${ECHO_T}no" >&6
7818 if test -z "$lt_cv_path_MAGIC_CMD"; then
7819 if test -n "$ac_tool_prefix"; then
7820 echo "$as_me:$LINENO: checking for file" >&5
7821 echo $ECHO_N "checking for file... $ECHO_C" >&6
7822 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7823 echo $ECHO_N "(cached) $ECHO_C" >&6
7827 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
7830 lt_save_MAGIC_CMD
="$MAGIC_CMD"
7831 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
7832 ac_dummy
="/usr/bin$PATH_SEPARATOR$PATH"
7833 for ac_dir
in $ac_dummy; do
7835 test -z "$ac_dir" && ac_dir
=.
7836 if test -f $ac_dir/file; then
7837 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
7838 if test -n "$file_magic_test_file"; then
7839 case $deplibs_check_method in
7841 file_magic_regex
=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7842 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
7843 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
7844 $EGREP "$file_magic_regex" > /dev
/null
; then
7849 *** Warning: the command libtool uses to detect shared libraries,
7850 *** $file_magic_cmd, produces output that libtool cannot recognize.
7851 *** The result is that libtool may fail to recognize shared libraries
7852 *** as such. This will affect the creation of libtool libraries that
7853 *** depend on shared libraries, but programs linked with such libtool
7854 *** libraries will work regardless of this problem. Nevertheless, you
7855 *** may want to report the problem to your system manager and/or to
7856 *** bug-libtool@gnu.org
7866 MAGIC_CMD
="$lt_save_MAGIC_CMD"
7871 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
7872 if test -n "$MAGIC_CMD"; then
7873 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7874 echo "${ECHO_T}$MAGIC_CMD" >&6
7876 echo "$as_me:$LINENO: result: no" >&5
7877 echo "${ECHO_T}no" >&6
7890 # Use C for the default configuration in the libtool script
7894 ac_cpp
='$CPP $CPPFLAGS'
7895 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7896 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7897 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
7900 # Source file extension for C test sources.
7903 # Object file extension for compiled C test sources.
7907 # Code to be used in simple compile tests
7908 lt_simple_compile_test_code
="int some_variable = 0;"
7910 # Code to be used in simple link tests
7911 lt_simple_link_test_code
='int main(){return(0);}'
7919 # If no C compiler was specified, use CC.
7922 # If no C compiler flags were specified, use CFLAGS.
7923 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
7925 # Allow CC to be a program name with arguments.
7928 # Save the default compiler, since it gets overwritten when the other
7929 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7930 compiler_DEFAULT
=$CC
7932 # save warnings/boilerplate of simple test code
7933 ac_outfile
=conftest.
$ac_objext
7934 echo "$lt_simple_compile_test_code" >conftest.
$ac_ext
7935 eval "$ac_compile" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
7936 _lt_compiler_boilerplate
=`cat conftest.err`
7939 ac_outfile
=conftest.
$ac_objext
7940 echo "$lt_simple_link_test_code" >conftest.
$ac_ext
7941 eval "$ac_link" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
7942 _lt_linker_boilerplate
=`cat conftest.err`
7947 ## There is no encapsulation within the following macros, do not change
7948 ## the running order or otherwise move them around unless you know exactly
7949 ## what you are doing...
7950 if test -n "$compiler"; then
7952 lt_prog_compiler_no_builtin_flag
=
7954 if test "$GCC" = yes; then
7955 lt_prog_compiler_no_builtin_flag
=' -fno-builtin'
7957 echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7958 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
7959 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
7960 echo $ECHO_N "(cached) $ECHO_C" >&6
7962 lt_cv_prog_compiler_rtti_exceptions
=no
7963 ac_outfile
=conftest.
$ac_objext
7964 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
7965 lt_compiler_flag
="-fno-rtti -fno-exceptions"
7966 # Insert the option either (1) after the last *FLAGS variable, or
7967 # (2) before a word containing "conftest.", or (3) at the end.
7968 # Note that $ac_compile itself does not contain backslashes and begins
7969 # with a dollar sign (not a hyphen), so the echo should work correctly.
7970 # The option is referenced via a variable to avoid confusing sed.
7971 lt_compile
=`echo "$ac_compile" | $SED \
7972 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7973 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7974 -e 's:$: $lt_compiler_flag:'`
7975 (eval echo "\"\$as_me:7975: $lt_compile\"" >&5)
7976 (eval "$lt_compile" 2>conftest.err
)
7978 cat conftest.err
>&5
7979 echo "$as_me:7979: \$? = $ac_status" >&5
7980 if (exit $ac_status) && test -s "$ac_outfile"; then
7981 # The compiler can only warn and ignore the option if not recognized
7982 # So say no if there are warnings other than the usual output.
7983 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' >conftest.exp
7984 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
7985 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
7986 lt_cv_prog_compiler_rtti_exceptions
=yes
7992 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7993 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
7995 if test x
"$lt_cv_prog_compiler_rtti_exceptions" = xyes
; then
7996 lt_prog_compiler_no_builtin_flag
="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8008 lt_prog_compiler_wl
=
8009 lt_prog_compiler_pic
=
8010 lt_prog_compiler_static
=
8012 echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
8013 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
8015 if test "$GCC" = yes; then
8016 lt_prog_compiler_wl
='-Wl,'
8017 lt_prog_compiler_static
='-static'
8021 # All AIX code is PIC.
8022 if test "$host_cpu" = ia64
; then
8023 # AIX 5 now supports IA64 processor
8024 lt_prog_compiler_static
='-Bstatic'
8031 # see comment about AmigaOS4 .so support
8032 lt_prog_compiler_pic
='-fPIC'
8035 # FIXME: we need at least 68020 code to build shared libraries, but
8036 # adding the `-m68020' flag to GCC prevents building anything better,
8038 lt_prog_compiler_pic
='-m68020 -resident32 -malways-restore-a4'
8043 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
8044 # PIC is the default for these OSes.
8047 mingw
* | cygwin
* | pw32
* | os2
* | cegcc
*)
8048 # This hack is so that the source file can tell whether it is being
8049 # built for inclusion in a dll (and should export symbols for example).
8050 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8051 # (--disable-auto-import) libraries
8052 lt_prog_compiler_pic
='-DDLL_EXPORT'
8055 darwin
* | rhapsody
*)
8056 # PIC is the default on this platform
8057 # Common symbols not allowed in MH_DYLIB files
8058 lt_prog_compiler_pic
='-fno-common'
8062 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8063 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8064 # sets the default TLS model and affects inlining.
8070 lt_prog_compiler_pic
='-fPIC'
8076 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8077 # Instead, we relocate shared libraries at runtime.
8081 # Just because we use GCC doesn't mean we suddenly get shared libraries
8082 # on systems that don't support them.
8083 lt_prog_compiler_can_build_shared
=no
8088 # QNX uses GNU C++, but need to define -shared option too, otherwise
8090 lt_prog_compiler_pic
='-fPIC -shared'
8094 if test -d /usr
/nec
; then
8095 lt_prog_compiler_pic
=-Kconform_pic
8100 lt_prog_compiler_pic
='-fPIC'
8104 # PORTME Check for flag to pass linker flags through the system compiler.
8107 lt_prog_compiler_wl
='-Wl,'
8108 if test "$host_cpu" = ia64
; then
8109 # AIX 5 now supports IA64 processor
8110 lt_prog_compiler_static
='-Bstatic'
8112 lt_prog_compiler_static
='-bnso -bI:/lib/syscalls.exp'
8116 mingw
* | cygwin
* | pw32
* | os2
* | cegcc
*)
8117 # This hack is so that the source file can tell whether it is being
8118 # built for inclusion in a dll (and should export symbols for example).
8119 lt_prog_compiler_pic
='-DDLL_EXPORT'
8122 hpux9
* | hpux10
* | hpux11
*)
8123 lt_prog_compiler_wl
='-Wl,'
8124 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8131 lt_prog_compiler_pic
='+Z'
8134 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8135 lt_prog_compiler_static
='${wl}-a ${wl}archive'
8138 irix5
* | irix6
* | nonstopux
*)
8139 lt_prog_compiler_wl
='-Wl,'
8140 # PIC (with -KPIC) is the default.
8141 lt_prog_compiler_static
='-non_shared'
8144 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
8145 case $cc_basename in
8146 # old Intel for x86_64 which still supported -KPIC.
8148 lt_prog_compiler_wl
='-Wl,'
8149 lt_prog_compiler_pic
='-KPIC'
8150 lt_prog_compiler_static
='-static'
8152 # icc used to be incompatible with GCC.
8153 # ICC 10 doesn't accept -KPIC any more.
8155 lt_prog_compiler_wl
='-Wl,'
8156 lt_prog_compiler_pic
='-fPIC'
8157 lt_prog_compiler_static
='-static'
8159 # Lahey Fortran 8.1.
8161 lt_prog_compiler_wl
='-Wl,'
8162 lt_prog_compiler_pic
='--shared'
8163 lt_prog_compiler_static
='--static'
8165 pgcc
* | pgf77
* | pgf90
* | pgf95
*)
8166 # Portland Group compilers (*not* the Pentium gcc compiler,
8167 # which looks to be a dead project)
8168 lt_prog_compiler_wl
='-Wl,'
8169 lt_prog_compiler_pic
='-fpic'
8170 lt_prog_compiler_static
='-Bstatic'
8173 lt_prog_compiler_wl
='-Wl,'
8174 # All Alpha code is PIC.
8175 lt_prog_compiler_static
='-non_shared'
8178 # IBM XL C 8.0/Fortran 10.1 on PPC
8179 lt_prog_compiler_wl
='-Wl,'
8180 lt_prog_compiler_pic
='-qpic'
8181 lt_prog_compiler_static
='-qstaticlink'
8184 case `$CC -V 2>&1 | sed 5q` in
8187 lt_prog_compiler_pic
='-KPIC'
8188 lt_prog_compiler_static
='-Bstatic'
8189 lt_prog_compiler_wl
='-Wl,'
8192 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8193 lt_prog_compiler_pic
='-KPIC'
8194 lt_prog_compiler_static
='-Bstatic'
8195 lt_prog_compiler_wl
=''
8203 lt_prog_compiler_pic
='-KPIC'
8204 lt_prog_compiler_static
='-Bstatic'
8208 # QNX uses GNU C++, but need to define -shared option too, otherwise
8210 lt_prog_compiler_pic
='-fPIC -shared'
8213 osf3
* | osf4
* | osf5
*)
8214 lt_prog_compiler_wl
='-Wl,'
8215 # All OSF/1 code is PIC.
8216 lt_prog_compiler_static
='-non_shared'
8220 lt_prog_compiler_static
='-non_shared'
8224 lt_prog_compiler_pic
='-KPIC'
8225 lt_prog_compiler_static
='-Bstatic'
8226 case $cc_basename in
8228 lt_prog_compiler_wl
='-Qoption ld ';;
8230 lt_prog_compiler_wl
='-Wl,';;
8235 lt_prog_compiler_wl
='-Qoption ld '
8236 lt_prog_compiler_pic
='-PIC'
8237 lt_prog_compiler_static
='-Bstatic'
8240 sysv4 | sysv4.2uw2
* | sysv4.3
*)
8241 lt_prog_compiler_wl
='-Wl,'
8242 lt_prog_compiler_pic
='-KPIC'
8243 lt_prog_compiler_static
='-Bstatic'
8247 if test -d /usr
/nec
;then
8248 lt_prog_compiler_pic
='-Kconform_pic'
8249 lt_prog_compiler_static
='-Bstatic'
8253 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
8254 lt_prog_compiler_wl
='-Wl,'
8255 lt_prog_compiler_pic
='-KPIC'
8256 lt_prog_compiler_static
='-Bstatic'
8260 lt_prog_compiler_wl
='-Wl,'
8261 lt_prog_compiler_can_build_shared
=no
8265 lt_prog_compiler_pic
='-pic'
8266 lt_prog_compiler_static
='-Bstatic'
8270 lt_prog_compiler_can_build_shared
=no
8276 # For platforms which do not support PIC, -DPIC is meaningless:
8278 lt_prog_compiler_pic
=
8281 lt_prog_compiler_pic
="$lt_prog_compiler_pic -DPIC"
8284 echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
8285 echo "${ECHO_T}$lt_prog_compiler_pic" >&6
8293 # Check to make sure the PIC flag actually works.
8295 if test -n "$lt_prog_compiler_pic"; then
8296 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8297 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
8298 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
8299 echo $ECHO_N "(cached) $ECHO_C" >&6
8301 lt_cv_prog_compiler_pic_works
=no
8302 ac_outfile
=conftest.
$ac_objext
8303 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8304 lt_compiler_flag
="$lt_prog_compiler_pic -DPIC"
8305 # Insert the option either (1) after the last *FLAGS variable, or
8306 # (2) before a word containing "conftest.", or (3) at the end.
8307 # Note that $ac_compile itself does not contain backslashes and begins
8308 # with a dollar sign (not a hyphen), so the echo should work correctly.
8309 # The option is referenced via a variable to avoid confusing sed.
8310 lt_compile
=`echo "$ac_compile" | $SED \
8311 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8312 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8313 -e 's:$: $lt_compiler_flag:'`
8314 (eval echo "\"\$as_me:8314: $lt_compile\"" >&5)
8315 (eval "$lt_compile" 2>conftest.err
)
8317 cat conftest.err
>&5
8318 echo "$as_me:8318: \$? = $ac_status" >&5
8319 if (exit $ac_status) && test -s "$ac_outfile"; then
8320 # The compiler can only warn and ignore the option if not recognized
8321 # So say no if there are warnings other than the usual output.
8322 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' >conftest.exp
8323 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8324 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
8325 lt_cv_prog_compiler_pic_works
=yes
8331 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
8332 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6
8334 if test x
"$lt_cv_prog_compiler_pic_works" = xyes
; then
8335 case $lt_prog_compiler_pic in
8337 *) lt_prog_compiler_pic
=" $lt_prog_compiler_pic" ;;
8340 lt_prog_compiler_pic
=
8341 lt_prog_compiler_can_build_shared
=no
8352 # Check to make sure the static flag actually works.
8354 wl
=$lt_prog_compiler_wl eval lt_tmp_static_flag
=\"$lt_prog_compiler_static\"
8355 echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8356 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6
8357 if test "${lt_cv_prog_compiler_static_works+set}" = set; then
8358 echo $ECHO_N "(cached) $ECHO_C" >&6
8360 lt_cv_prog_compiler_static_works
=no
8361 save_LDFLAGS
="$LDFLAGS"
8362 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
8363 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
8364 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
8365 # The linker can only warn and ignore the option if not recognized
8366 # So say no if there are warnings
8367 if test -s conftest.err
; then
8368 # Append any errors to the config.log.
8369 cat conftest.err
1>&5
8370 $ECHO "X$_lt_linker_boilerplate" |
$Xsed -e '/^$/d' > conftest.exp
8371 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8372 if diff conftest.exp conftest.er2
>/dev
/null
; then
8373 lt_cv_prog_compiler_static_works
=yes
8376 lt_cv_prog_compiler_static_works
=yes
8380 LDFLAGS
="$save_LDFLAGS"
8383 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
8384 echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6
8386 if test x
"$lt_cv_prog_compiler_static_works" = xyes
; then
8389 lt_prog_compiler_static
=
8398 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
8399 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
8400 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
8401 echo $ECHO_N "(cached) $ECHO_C" >&6
8403 lt_cv_prog_compiler_c_o
=no
8404 $RM -r conftest
2>/dev
/null
8408 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8410 lt_compiler_flag
="-o out/conftest2.$ac_objext"
8411 # Insert the option either (1) after the last *FLAGS variable, or
8412 # (2) before a word containing "conftest.", or (3) at the end.
8413 # Note that $ac_compile itself does not contain backslashes and begins
8414 # with a dollar sign (not a hyphen), so the echo should work correctly.
8415 lt_compile
=`echo "$ac_compile" | $SED \
8416 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8417 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8418 -e 's:$: $lt_compiler_flag:'`
8419 (eval echo "\"\$as_me:8419: $lt_compile\"" >&5)
8420 (eval "$lt_compile" 2>out
/conftest.err
)
8422 cat out
/conftest.err
>&5
8423 echo "$as_me:8423: \$? = $ac_status" >&5
8424 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
8426 # The compiler can only warn and ignore the option if not recognized
8427 # So say no if there are warnings
8428 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
8429 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
8430 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
8431 lt_cv_prog_compiler_c_o
=yes
8436 # SGI C++ compiler will create directory out/ii_files/ for
8437 # template instantiation
8438 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
8439 $RM out
/* && rmdir out
8445 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
8446 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
8453 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
8454 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
8455 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
8456 echo $ECHO_N "(cached) $ECHO_C" >&6
8458 lt_cv_prog_compiler_c_o
=no
8459 $RM -r conftest
2>/dev
/null
8463 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8465 lt_compiler_flag
="-o out/conftest2.$ac_objext"
8466 # Insert the option either (1) after the last *FLAGS variable, or
8467 # (2) before a word containing "conftest.", or (3) at the end.
8468 # Note that $ac_compile itself does not contain backslashes and begins
8469 # with a dollar sign (not a hyphen), so the echo should work correctly.
8470 lt_compile
=`echo "$ac_compile" | $SED \
8471 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8472 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8473 -e 's:$: $lt_compiler_flag:'`
8474 (eval echo "\"\$as_me:8474: $lt_compile\"" >&5)
8475 (eval "$lt_compile" 2>out
/conftest.err
)
8477 cat out
/conftest.err
>&5
8478 echo "$as_me:8478: \$? = $ac_status" >&5
8479 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
8481 # The compiler can only warn and ignore the option if not recognized
8482 # So say no if there are warnings
8483 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
8484 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
8485 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
8486 lt_cv_prog_compiler_c_o
=yes
8491 # SGI C++ compiler will create directory out/ii_files/ for
8492 # template instantiation
8493 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
8494 $RM out
/* && rmdir out
8500 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
8501 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
8506 hard_links
="nottested"
8507 if test "$lt_cv_prog_compiler_c_o" = no
&& test "$need_locks" != no
; then
8508 # do not overwrite the value of need_locks provided by the user
8509 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
8510 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
8513 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
8515 ln conftest.a conftest.b
2>&5 || hard_links
=no
8516 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
8517 echo "$as_me:$LINENO: result: $hard_links" >&5
8518 echo "${ECHO_T}$hard_links" >&6
8519 if test "$hard_links" = no
; then
8520 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8521 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8533 echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8534 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
8537 allow_undefined_flag
=
8538 always_export_symbols
=no
8540 archive_expsym_cmds
=
8541 compiler_needs_object
=no
8542 enable_shared_with_static_runtimes
=no
8543 export_dynamic_flag_spec
=
8544 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8545 hardcode_automatic
=no
8547 hardcode_direct_absolute
=no
8548 hardcode_libdir_flag_spec
=
8549 hardcode_libdir_flag_spec_ld
=
8550 hardcode_libdir_separator
=
8552 hardcode_shlibpath_var
=unsupported
8554 link_all_deplibs
=unknown
8557 old_archive_from_new_cmds
=
8558 old_archive_from_expsyms_cmds
=
8559 thread_safe_flag_spec
=
8560 whole_archive_flag_spec
=
8561 # include_expsyms should be a list of space-separated symbols to be *always*
8562 # included in the symbol list
8564 # exclude_expsyms can be an extended regexp of symbols to exclude
8565 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8566 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8567 # as well as any symbol that contains `d'.
8568 exclude_expsyms
='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8569 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8570 # platforms (ab)use it in PIC code, but their linkers get confused if
8571 # the symbol is explicitly referenced. Since portable code cannot
8572 # rely on this symbol name, it's probably fine to never include it in
8573 # preloaded symbol tables.
8574 # Exclude shared library initialization/finalization symbols.
8575 extract_expsyms_cmds
=
8578 cygwin
* | mingw
* | pw32
* | cegcc
*)
8579 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8580 # When not using gcc, we currently assume that we are using
8581 # Microsoft Visual C++.
8582 if test "$GCC" != yes; then
8587 # we just hope/assume this is gcc and not c89 (= MSVC++)
8596 if test "$with_gnu_ld" = yes; then
8597 # If archive_cmds runs LD, not CC, wlarc should be empty
8600 # Set some defaults for GNU ld with shared library support. These
8601 # are reset later if shared libraries are not supported. Putting them
8602 # here allows them to be overridden if necessary.
8603 runpath_var
=LD_RUN_PATH
8604 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8605 export_dynamic_flag_spec
='${wl}--export-dynamic'
8606 # ancient GNU ld didn't support --whole-archive et. al.
8607 if $LD --help 2>&1 |
$GREP 'no-whole-archive' > /dev
/null
; then
8608 whole_archive_flag_spec
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8610 whole_archive_flag_spec
=
8612 supports_anon_versioning
=no
8613 case `$LD -v 2>&1` in
8614 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.10.
*) ;; # catch versions < 2.11
8615 *\
2.11.93.0.2\
*) supports_anon_versioning
=yes ;; # RH7.3 ...
8616 *\
2.11.92.0.12\
*) supports_anon_versioning
=yes ;; # Mandrake 8.2 ...
8617 *\
2.11.
*) ;; # other 2.11 versions
8618 *) supports_anon_versioning
=yes ;;
8621 # See if GNU ld supports shared libraries.
8624 # On AIX/PPC, the GNU linker is very broken
8625 if test "$host_cpu" != ia64
; then
8629 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
8630 *** to be unable to reliably create shared libraries on AIX.
8631 *** Therefore, libtool is disabling shared libraries support. If you
8632 *** really care for shared libraries, you may want to modify your PATH
8633 *** so that a non-GNU linker is found, and then restart.
8642 # see comment about AmigaOS4 .so support
8643 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8644 archive_expsym_cmds
=''
8647 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)'
8648 hardcode_libdir_flag_spec
='-L$libdir'
8649 hardcode_minus_L
=yes
8655 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8656 allow_undefined_flag
=unsupported
8657 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8658 # support --undefined. This deserves some investigation. FIXME
8659 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8665 cygwin
* | mingw
* | pw32
* | cegcc
*)
8666 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8667 # as there is no search path for DLLs.
8668 hardcode_libdir_flag_spec
='-L$libdir'
8669 allow_undefined_flag
=unsupported
8670 always_export_symbols
=no
8671 enable_shared_with_static_runtimes
=yes
8672 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8674 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
8675 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8676 # If the export-symbols file already is a .def file (1st line
8677 # is EXPORTS), use it as is; otherwise, prepend...
8678 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8679 cp $export_symbols $output_objdir/$soname.def;
8681 echo EXPORTS > $output_objdir/$soname.def;
8682 cat $export_symbols >> $output_objdir/$soname.def;
8684 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8692 hardcode_shlibpath_var
=no
8693 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8694 export_dynamic_flag_spec
='${wl}-E'
8695 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8696 # Instead, shared libraries are loaded at an image base (0x10000000 by
8697 # default) and relocated if they conflict, which is a slow very memory
8698 # consuming and fragmenting process. To avoid this, we pick a random,
8699 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8700 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8701 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8702 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'
8705 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
8707 if test "$host_os" = linux-dietlibc
; then
8708 case $cc_basename in
8709 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
8712 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
8713 && test "$tmp_diet" = no
8716 tmp_sharedflag
='-shared'
8717 case $cc_basename,$host_cpu in
8718 pgcc
*) # Portland Group C compiler
8719 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8720 tmp_addflag
=' $pic_flag'
8722 pgf77
* | pgf90
* | pgf95
*) # Portland Group f77 and f90 compilers
8723 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8724 tmp_addflag
=' $pic_flag -Mnomain' ;;
8725 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
8726 tmp_addflag
=' -i_dynamic' ;;
8727 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
8728 tmp_addflag
=' -i_dynamic -nofor_main' ;;
8729 ifc
* | ifort
*) # Intel Fortran compiler
8730 tmp_addflag
=' -nofor_main' ;;
8731 lf95
*) # Lahey Fortran 8.1
8732 whole_archive_flag_spec
=
8733 tmp_sharedflag
='--shared' ;;
8734 xl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8735 tmp_sharedflag
='-qmkshrobj'
8738 case `$CC -V 2>&1 | sed 5q` in
8739 *Sun\ C
*) # Sun C 5.9
8740 whole_archive_flag_spec
='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8741 compiler_needs_object
=yes
8742 tmp_sharedflag
='-G' ;;
8743 *Sun\ F
*) # Sun Fortran 8.3
8744 tmp_sharedflag
='-G' ;;
8746 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8748 if test "x$supports_anon_versioning" = xyes
; then
8749 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8750 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8751 echo "local: *; };" >> $output_objdir/$libname.ver~
8752 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8755 case $cc_basename in
8757 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8758 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
8759 hardcode_libdir_flag_spec
=
8760 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
8761 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8762 if test "x$supports_anon_versioning" = xyes
; then
8763 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8764 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8765 echo "local: *; };" >> $output_objdir/$libname.ver~
8766 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8776 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
8777 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8780 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8781 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8786 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
8790 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8791 *** create shared libraries on Solaris systems. Therefore, libtool
8792 *** is disabling shared libraries support. We urge you to upgrade GNU
8793 *** binutils to release 2.9.1 or newer. Another option is to modify
8794 *** your PATH or compiler configuration so that the native linker is
8795 *** used, and then restart.
8798 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8799 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8800 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8806 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
8807 case `$LD -v 2>&1` in
8808 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
8812 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8813 *** reliably create shared libraries on SCO systems. Therefore, libtool
8814 *** is disabling shared libraries support. We urge you to upgrade GNU
8815 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8816 *** your PATH or compiler configuration so that the native linker is
8817 *** used, and then restart.
8822 # For security reasons, it is highly recommended that you always
8823 # use absolute paths for naming shared libraries, and exclude the
8824 # DT_RUNPATH tag from executables and libraries. But doing so
8825 # requires that you compile everything twice, which is a pain.
8826 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8827 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8828 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8829 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8838 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8841 hardcode_shlibpath_var
=no
8845 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8846 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8847 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8854 if test "$ld_shlibs" = no
; then
8856 hardcode_libdir_flag_spec
=
8857 export_dynamic_flag_spec
=
8858 whole_archive_flag_spec
=
8861 # PORTME fill in a description of your system's linker (not GNU ld)
8864 allow_undefined_flag
=unsupported
8865 always_export_symbols
=yes
8866 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'
8867 # Note: this linker hardcodes the directories in LIBPATH if there
8868 # are no directories specified by -L.
8869 hardcode_minus_L
=yes
8870 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8871 # Neither direct hardcoding nor static linking is supported with a
8873 hardcode_direct
=unsupported
8878 if test "$host_cpu" = ia64
; then
8879 # On IA64, the linker does run time linking by default, so we don't
8880 # have to do anything special.
8881 aix_use_runtimelinking
=no
8882 exp_sym_flag
='-Bexport'
8885 # If we're using GNU nm, then we don't want the "-C" option.
8886 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8887 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
8888 export_symbols_cmds
='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8890 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'
8892 aix_use_runtimelinking
=no
8894 # Test if we are trying to use run time linking or normal
8895 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8896 # need to do runtime linking.
8897 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
8898 for ld_flag
in $LDFLAGS; do
8899 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
8900 aix_use_runtimelinking
=yes
8907 exp_sym_flag
='-bexport'
8908 no_entry_flag
='-bnoentry'
8911 # When large executables or shared objects are built, AIX ld can
8912 # have problems creating the table of contents. If linking a library
8913 # or program results in "error TOC overflow" add -mminimal-toc to
8914 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8915 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8919 hardcode_direct_absolute
=yes
8920 hardcode_libdir_separator
=':'
8921 link_all_deplibs
=yes
8922 file_list_spec
='${wl}-f,'
8924 if test "$GCC" = yes; then
8925 case $host_os in aix4.
[012]|aix4.
[012].
*)
8926 # We only want to do this on AIX 4.2 and lower, the check
8927 # below for broken collect2 doesn't work under 4.3+
8928 collect2name
=`${CC} -print-prog-name=collect2`
8929 if test -f "$collect2name" &&
8930 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
8932 # We have reworked collect2
8935 # We have old collect2
8936 hardcode_direct
=unsupported
8937 # It fails to find uninstalled libraries when the uninstalled
8938 # path is not listed in the libpath. Setting hardcode_minus_L
8939 # to unsupported forces relinking
8940 hardcode_minus_L
=yes
8941 hardcode_libdir_flag_spec
='-L$libdir'
8942 hardcode_libdir_separator
=
8946 shared_flag
='-shared'
8947 if test "$aix_use_runtimelinking" = yes; then
8948 shared_flag
="$shared_flag "'${wl}-G'
8952 if test "$host_cpu" = ia64
; then
8953 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8954 # chokes on -Wl,-G. The following line is correct:
8957 if test "$aix_use_runtimelinking" = yes; then
8958 shared_flag
='${wl}-G'
8960 shared_flag
='${wl}-bM:SRE'
8965 export_dynamic_flag_spec
='${wl}-bexpall'
8966 # It seems that -bexpall does not export symbols beginning with
8967 # underscore (_), so it is better to generate a list of symbols to export.
8968 always_export_symbols
=yes
8969 if test "$aix_use_runtimelinking" = yes; then
8970 # Warning - without using the other runtime loading flags (-brtl),
8971 # -berok will link without error, but may produce a broken library.
8972 allow_undefined_flag
='-berok'
8973 # Determine the default libpath from the value encoded in an
8975 cat >conftest.
$ac_ext <<_ACEOF
8978 cat confdefs.h
>>conftest.
$ac_ext
8979 cat >>conftest.
$ac_ext <<_ACEOF
8980 /* end confdefs.h. */
8990 rm -f conftest.
$ac_objext conftest
$ac_exeext
8991 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8992 (eval $ac_link) 2>conftest.er1
8994 grep -v '^ *+' conftest.er1
>conftest.err
8996 cat conftest.err
>&5
8997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8998 (exit $ac_status); } &&
8999 { ac_try
='test -z "$ac_c_werror_flag"
9000 || test ! -s conftest.err'
9001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9005 (exit $ac_status); }; } &&
9006 { ac_try
='test -s conftest$ac_exeext'
9007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9011 (exit $ac_status); }; }; then
9013 lt_aix_libpath_sed
='
9014 /Import File Strings/,/^$/ {
9020 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9021 # Check for a 64-bit object if we didn't find anything.
9022 if test -z "$aix_libpath"; then
9023 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9026 echo "$as_me: failed program was:" >&5
9027 sed 's/^/| /' conftest.
$ac_ext >&5
9030 rm -f conftest.err conftest.
$ac_objext \
9031 conftest
$ac_exeext conftest.
$ac_ext
9032 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9034 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9035 archive_expsym_cmds
='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
9037 if test "$host_cpu" = ia64
; then
9038 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
9039 allow_undefined_flag
="-z nodefs"
9040 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"
9042 # Determine the default libpath from the value encoded in an
9044 cat >conftest.
$ac_ext <<_ACEOF
9047 cat confdefs.h
>>conftest.
$ac_ext
9048 cat >>conftest.
$ac_ext <<_ACEOF
9049 /* end confdefs.h. */
9059 rm -f conftest.
$ac_objext conftest
$ac_exeext
9060 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9061 (eval $ac_link) 2>conftest.er1
9063 grep -v '^ *+' conftest.er1
>conftest.err
9065 cat conftest.err
>&5
9066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9067 (exit $ac_status); } &&
9068 { ac_try
='test -z "$ac_c_werror_flag"
9069 || test ! -s conftest.err'
9070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9074 (exit $ac_status); }; } &&
9075 { ac_try
='test -s conftest$ac_exeext'
9076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9080 (exit $ac_status); }; }; then
9082 lt_aix_libpath_sed
='
9083 /Import File Strings/,/^$/ {
9089 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9090 # Check for a 64-bit object if we didn't find anything.
9091 if test -z "$aix_libpath"; then
9092 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9095 echo "$as_me: failed program was:" >&5
9096 sed 's/^/| /' conftest.
$ac_ext >&5
9099 rm -f conftest.err conftest.
$ac_objext \
9100 conftest
$ac_exeext conftest.
$ac_ext
9101 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9103 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9104 # Warning - without using the other run time loading flags,
9105 # -berok will link without error, but may produce a broken library.
9106 no_undefined_flag
=' ${wl}-bernotok'
9107 allow_undefined_flag
=' ${wl}-berok'
9108 # Exported symbols can be pulled into shared objects from archives
9109 whole_archive_flag_spec
='$convenience'
9110 archive_cmds_need_lc
=yes
9111 # This is similar to how AIX traditionally builds its shared libraries.
9112 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'
9120 # see comment about AmigaOS4 .so support
9121 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9122 archive_expsym_cmds
=''
9125 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)'
9126 hardcode_libdir_flag_spec
='-L$libdir'
9127 hardcode_minus_L
=yes
9133 export_dynamic_flag_spec
=-rdynamic
9136 cygwin
* | mingw
* | pw32
* | cegcc
*)
9137 # When not using gcc, we currently assume that we are using
9138 # Microsoft Visual C++.
9139 # hardcode_libdir_flag_spec is actually meaningless, as there is
9140 # no search path for DLLs.
9141 hardcode_libdir_flag_spec
=' '
9142 allow_undefined_flag
=unsupported
9143 # Tell ltmain to make .lib files, not .a files.
9145 # Tell ltmain to make .dll files, not .so files.
9147 # FIXME: Setting linknames here is a bad hack.
9148 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
9149 # The linker will automatically build a .lib file if we build a DLL.
9150 old_archive_from_new_cmds
='true'
9151 # FIXME: Should let the user specify the lib program.
9152 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
9153 fix_srcfile_path
='`cygpath -w "$srcfile"`'
9154 enable_shared_with_static_runtimes
=yes
9157 darwin
* | rhapsody
*)
9160 archive_cmds_need_lc
=no
9162 hardcode_automatic
=yes
9163 hardcode_shlibpath_var
=unsupported
9164 whole_archive_flag_spec
=''
9165 link_all_deplibs
=yes
9166 allow_undefined_flag
="$_lt_dar_allow_undefined"
9167 case $cc_basename in
9168 ifort
*) _lt_dar_can_shared
=yes ;;
9169 *) _lt_dar_can_shared
=$GCC ;;
9171 if test "$_lt_dar_can_shared" = "yes"; then
9172 output_verbose_link_cmd
=echo
9173 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9174 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9175 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}"
9176 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}"
9185 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9186 hardcode_libdir_flag_spec
='-L$libdir'
9187 hardcode_shlibpath_var
=no
9194 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9195 # support. Future versions do this automatically, but an explicit c++rt0.o
9196 # does not break anything, and helps significantly (at the cost of a little
9199 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9200 hardcode_libdir_flag_spec
='-R$libdir'
9202 hardcode_shlibpath_var
=no
9205 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9207 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9209 hardcode_minus_L
=yes
9210 hardcode_shlibpath_var
=no
9213 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9214 freebsd
* | dragonfly
*)
9215 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9216 hardcode_libdir_flag_spec
='-R$libdir'
9218 hardcode_shlibpath_var
=no
9222 if test "$GCC" = yes; then
9223 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'
9225 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'
9227 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9228 hardcode_libdir_separator
=:
9231 # hardcode_minus_L: Not really in the search PATH,
9232 # but as the default location of the library.
9233 hardcode_minus_L
=yes
9234 export_dynamic_flag_spec
='${wl}-E'
9238 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
9239 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9241 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9243 if test "$with_gnu_ld" = no
; then
9244 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9245 hardcode_libdir_flag_spec_ld
='+b $libdir'
9246 hardcode_libdir_separator
=:
9248 hardcode_direct_absolute
=yes
9249 export_dynamic_flag_spec
='${wl}-E'
9250 # hardcode_minus_L: Not really in the search PATH,
9251 # but as the default location of the library.
9252 hardcode_minus_L
=yes
9257 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
9260 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9263 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9266 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9272 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9275 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9278 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9282 if test "$with_gnu_ld" = no
; then
9283 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9284 hardcode_libdir_separator
=:
9289 hardcode_shlibpath_var
=no
9293 hardcode_direct_absolute
=yes
9294 export_dynamic_flag_spec
='${wl}-E'
9296 # hardcode_minus_L: Not really in the search PATH,
9297 # but as the default location of the library.
9298 hardcode_minus_L
=yes
9304 irix5
* | irix6
* | nonstopux
*)
9305 if test "$GCC" = yes; then
9306 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9307 # Try to use the -exported_symbol ld option, if it does not
9308 # work, assume that -exports_file does not work either and
9309 # implicitly export all symbols.
9310 save_LDFLAGS
="$LDFLAGS"
9311 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9312 cat >conftest.
$ac_ext <<_ACEOF
9315 rm -f conftest.
$ac_objext conftest
$ac_exeext
9316 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9317 (eval $ac_link) 2>conftest.er1
9319 grep -v '^ *+' conftest.er1
>conftest.err
9321 cat conftest.err
>&5
9322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9323 (exit $ac_status); } &&
9324 { ac_try
='test -z "$ac_c_werror_flag"
9325 || test ! -s conftest.err'
9326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9330 (exit $ac_status); }; } &&
9331 { ac_try
='test -s conftest$ac_exeext'
9332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9336 (exit $ac_status); }; }; then
9337 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9340 echo "$as_me: failed program was:" >&5
9341 sed 's/^/| /' conftest.
$ac_ext >&5
9344 rm -f conftest.err conftest.
$ac_objext \
9345 conftest
$ac_exeext conftest.
$ac_ext
9346 LDFLAGS
="$save_LDFLAGS"
9348 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9349 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
9351 archive_cmds_need_lc
='no'
9352 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9353 hardcode_libdir_separator
=:
9355 link_all_deplibs
=yes
9359 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9360 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9362 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9364 hardcode_libdir_flag_spec
='-R$libdir'
9366 hardcode_shlibpath_var
=no
9370 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9372 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9373 hardcode_libdir_separator
=:
9374 hardcode_shlibpath_var
=no
9381 if test -f /usr
/libexec
/ld.so
; then
9383 hardcode_shlibpath_var
=no
9384 hardcode_direct_absolute
=yes
9385 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9386 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9387 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9388 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9389 export_dynamic_flag_spec
='${wl}-E'
9392 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
9393 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9394 hardcode_libdir_flag_spec
='-R$libdir'
9397 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9398 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9408 hardcode_libdir_flag_spec
='-L$libdir'
9409 hardcode_minus_L
=yes
9410 allow_undefined_flag
=unsupported
9411 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'
9412 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9416 if test "$GCC" = yes; then
9417 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9418 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9420 allow_undefined_flag
=' -expect_unresolved \*'
9421 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9423 archive_cmds_need_lc
='no'
9424 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9425 hardcode_libdir_separator
=:
9428 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
9429 if test "$GCC" = yes; then
9430 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9431 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9432 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9434 allow_undefined_flag
=' -expect_unresolved \*'
9435 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9436 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~
9437 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
9439 # Both c and cxx compiler support -rpath directly
9440 hardcode_libdir_flag_spec
='-rpath $libdir'
9442 archive_cmds_need_lc
='no'
9443 hardcode_libdir_separator
=:
9447 no_undefined_flag
=' -z defs'
9448 if test "$GCC" = yes; then
9450 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9451 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9452 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9454 case `$CC -V 2>&1` in
9457 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9458 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9459 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9463 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9464 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9465 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9469 hardcode_libdir_flag_spec
='-R$libdir'
9470 hardcode_shlibpath_var
=no
9472 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
9474 # The compiler driver will combine and reorder linker options,
9475 # but understands `-z linker_flag'. GCC discards it without `$wl',
9476 # but is careful enough not to reorder.
9477 # Supported since Solaris 2.6 (maybe 2.5.1?)
9478 if test "$GCC" = yes; then
9479 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9481 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
9485 link_all_deplibs
=yes
9489 if test "x$host_vendor" = xsequent
; then
9490 # Use $CC to link under sequent, because it throws in some extra .o
9491 # files that make .init and .fini sections work.
9492 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9494 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9496 hardcode_libdir_flag_spec
='-L$libdir'
9498 hardcode_minus_L
=yes
9499 hardcode_shlibpath_var
=no
9503 case $host_vendor in
9505 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9506 hardcode_direct
=yes # is this really true???
9509 ## LD is ld it makes a PLAMLIB
9510 ## CC just makes a GrossModule.
9511 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9512 reload_cmds
='$CC -r -o $output$reload_objs'
9516 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9517 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
9520 runpath_var
='LD_RUN_PATH'
9521 hardcode_shlibpath_var
=no
9525 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9526 hardcode_shlibpath_var
=no
9527 export_dynamic_flag_spec
='-Bexport'
9531 if test -d /usr
/nec
; then
9532 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9533 hardcode_shlibpath_var
=no
9534 runpath_var
=LD_RUN_PATH
9535 hardcode_runpath_var
=yes
9540 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
9541 no_undefined_flag
='${wl}-z,text'
9542 archive_cmds_need_lc
=no
9543 hardcode_shlibpath_var
=no
9544 runpath_var
='LD_RUN_PATH'
9546 if test "$GCC" = yes; then
9547 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9548 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9550 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9551 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9555 sysv5
* | sco3.2v5
* | sco5v6
*)
9556 # Note: We can NOT use -z defs as we might desire, because we do not
9557 # link with -lc, and that would cause any symbols used from libc to
9558 # always be unresolved, which means just about no library would
9559 # ever link correctly. If we're not using GNU ld we use -z text
9560 # though, which does catch some bad symbols but isn't as heavy-handed
9562 no_undefined_flag
='${wl}-z,text'
9563 allow_undefined_flag
='${wl}-z,nodefs'
9564 archive_cmds_need_lc
=no
9565 hardcode_shlibpath_var
=no
9566 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
9567 hardcode_libdir_separator
=':'
9568 link_all_deplibs
=yes
9569 export_dynamic_flag_spec
='${wl}-Bexport'
9570 runpath_var
='LD_RUN_PATH'
9572 if test "$GCC" = yes; then
9573 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9574 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9576 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9577 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9582 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9583 hardcode_libdir_flag_spec
='-L$libdir'
9584 hardcode_shlibpath_var
=no
9592 if test x
$host_vendor = xsni
; then
9594 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
9595 export_dynamic_flag_spec
='${wl}-Blargedynsym'
9601 echo "$as_me:$LINENO: result: $ld_shlibs" >&5
9602 echo "${ECHO_T}$ld_shlibs" >&6
9603 test "$ld_shlibs" = no
&& can_build_shared
=no
9605 with_gnu_ld
=$with_gnu_ld
9622 # Do we need to explicitly link libc?
9624 case "x$archive_cmds_need_lc" in
9626 # Assume -lc should be added
9627 archive_cmds_need_lc
=yes
9629 if test "$enable_shared" = yes && test "$GCC" = yes; then
9630 case $archive_cmds in
9632 # FIXME: we may have to deal with multi-command sequences.
9635 # Test whether the compiler implicitly links with -lc since on some
9636 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9637 # to ld, don't add -lc before -lgcc.
9638 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
9639 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
9640 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
9641 echo $ECHO_N "(cached) $ECHO_C" >&6
9644 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
9646 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9647 (eval $ac_compile) 2>&5
9649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9650 (exit $ac_status); } 2>conftest.err
; then
9653 libobjs
=conftest.
$ac_objext
9655 wl
=$lt_prog_compiler_wl
9656 pic_flag
=$lt_prog_compiler_pic
9662 lt_save_allow_undefined_flag
=$allow_undefined_flag
9663 allow_undefined_flag
=
9664 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
9665 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
9667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9668 (exit $ac_status); }
9670 lt_cv_archive_cmds_need_lc
=no
9672 lt_cv_archive_cmds_need_lc
=yes
9674 allow_undefined_flag
=$lt_save_allow_undefined_flag
9676 cat conftest.err
1>&5
9681 echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
9682 echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6
9683 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
9846 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
9847 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
9849 if test "$GCC" = yes; then
9851 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
9852 *) lt_awk_arg
="/^libraries:/" ;;
9854 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9855 if $ECHO "$lt_search_path_spec" |
$GREP ';' >/dev
/null
; then
9856 # if the path contains ";" then we assume it to be the separator
9857 # otherwise default to the standard path separator (i.e. ":") - it is
9858 # assumed that no part of a normal pathname contains ";" but that should
9859 # okay in the real world where ";" in dirpaths is itself problematic.
9860 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9862 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
9864 # Ok, now we have the path, separated by spaces, we can step through it
9865 # and add multilib dir if necessary.
9866 lt_tmp_lt_search_path_spec
=
9867 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9868 for lt_sys_path
in $lt_search_path_spec; do
9869 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9870 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9872 test -d "$lt_sys_path" && \
9873 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
9876 lt_search_path_spec
=`$ECHO $lt_tmp_lt_search_path_spec | awk '
9877 BEGIN {RS=" "; FS="/|\n";} {
9880 for (lt_i = NF; lt_i > 0; lt_i--) {
9881 if ($lt_i != "" && $lt_i != ".") {
9882 if ($lt_i == "..") {
9885 if (lt_count == 0) {
9886 lt_foo="/" $lt_i lt_foo;
9893 if (lt_foo != "") { lt_freq[lt_foo]++; }
9894 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9896 sys_lib_search_path_spec
=`$ECHO $lt_search_path_spec`
9898 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
9901 libname_spec
='lib$name'
9909 shlibpath_overrides_runpath
=unknown
9911 dynamic_linker
="$host_os ld.so"
9912 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
9913 need_lib_prefix
=unknown
9914 hardcode_into_libs
=no
9916 # when you set need_version to no, make sure it does not cause -set_version
9917 # flags to be left without arguments
9918 need_version
=unknown
9923 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
9924 shlibpath_var
=LIBPATH
9926 # AIX 3 has no versioning support, so we append a major version to the name.
9927 soname_spec
='${libname}${release}${shared_ext}$major'
9934 hardcode_into_libs
=yes
9935 if test "$host_cpu" = ia64
; then
9936 # AIX 5 supports IA64
9937 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9938 shlibpath_var
=LD_LIBRARY_PATH
9940 # With GCC up to 2.95.x, collect2 would create an import file
9941 # for dependence libraries. The import file would start with
9942 # the line `#! .'. This would cause the generated library to
9943 # depend on `.', always an invalid library. This was fixed in
9944 # development snapshots of GCC prior to 3.0.
9946 aix4 | aix4.
[01] | aix4.
[01].
*)
9947 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9949 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
9956 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9957 # soname into executable. Probably we can add versioning support to
9958 # collect2, so additional links can be useful in future.
9959 if test "$aix_use_runtimelinking" = yes; then
9960 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9961 # instead of lib<name>.a to let people know that these are not
9962 # typical AIX shared libraries.
9963 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9965 # We preserve .a as extension for shared libraries through AIX4.2
9966 # and later when we are not doing run time linking.
9967 library_names_spec
='${libname}${release}.a $libname.a'
9968 soname_spec
='${libname}${release}${shared_ext}$major'
9970 shlibpath_var
=LIBPATH
9977 # Since July 2007 AmigaOS4 officially supports .so libraries.
9978 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9979 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9982 library_names_spec
='$libname.ixlibrary $libname.a'
9983 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9984 finish_eval
='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''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'
9990 library_names_spec
='${libname}${shared_ext}'
9991 dynamic_linker
="$host_os ld.so"
9992 shlibpath_var
=LIBRARY_PATH
9998 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9999 soname_spec
='${libname}${release}${shared_ext}$major'
10000 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
10001 shlibpath_var
=LD_LIBRARY_PATH
10002 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10003 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
10004 # the default ld.so.conf also contains /usr/contrib/lib and
10005 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10006 # libtool to hard-code these into programs
10009 cygwin
* | mingw
* | pw32
* | cegcc
*)
10010 version_type
=windows
10015 case $GCC,$host_os in
10016 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
10017 library_names_spec
='$libname.dll.a'
10018 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10019 postinstall_cmds
='base_file=`basename \${file}`~
10020 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10021 dldir=$destdir/`dirname \$dlpath`~
10022 test -d \$dldir || mkdir -p \$dldir~
10023 $install_prog $dir/$dlname \$dldir/$dlname~
10024 chmod a+x \$dldir/$dlname~
10025 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10026 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10028 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10029 dlpath=$dir/\$dldll~
10031 shlibpath_overrides_runpath
=yes
10035 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10036 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10037 sys_lib_search_path_spec
="/usr/lib /lib/w32api /lib /usr/local/lib"
10040 # MinGW DLLs use traditional 'lib' prefix
10041 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10042 sys_lib_search_path_spec
=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
10043 if $ECHO "$sys_lib_search_path_spec" |
$GREP ';[c-zC-Z]:/' >/dev
/null
; then
10044 # It is most probably a Windows format PATH printed by
10045 # mingw gcc, but we are running on Cygwin. Gcc prints its search
10046 # path with ; separators, and with drive letters. We can handle the
10047 # drive letters (cygwin fileutils understands them), so leave them,
10048 # especially as we might pass files found there to a mingw objdump,
10049 # which wouldn't understand a cygwinified path. Ahh.
10050 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
10052 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10056 # pw32 DLLs use 'pw' prefix rather than 'lib'
10057 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10063 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10066 dynamic_linker
='Win32 ld.exe'
10067 # FIXME: first we should search . and the directory the executable is in
10071 darwin
* | rhapsody
*)
10072 dynamic_linker
="$host_os dyld"
10073 version_type
=darwin
10076 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10077 soname_spec
='${libname}${release}${major}$shared_ext'
10078 shlibpath_overrides_runpath
=yes
10079 shlibpath_var
=DYLD_LIBRARY_PATH
10080 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
10082 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
10083 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
10090 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10091 soname_spec
='${libname}${release}${shared_ext}$major'
10092 shlibpath_var
=LD_LIBRARY_PATH
10099 freebsd
* | dragonfly
*)
10100 # DragonFly does not have aout. When/if they implement a new
10101 # versioning mechanism, adjust this.
10102 if test -x /usr
/bin
/objformat
; then
10103 objformat
=`/usr/bin/objformat`
10106 freebsd
[123]*) objformat
=aout
;;
10107 *) objformat
=elf
;;
10110 version_type
=freebsd-
$objformat
10111 case $version_type in
10113 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10118 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10122 shlibpath_var
=LD_LIBRARY_PATH
10125 shlibpath_overrides_runpath
=yes
10127 freebsd3.
[01]* | freebsdelf3.
[01]*)
10128 shlibpath_overrides_runpath
=yes
10129 hardcode_into_libs
=yes
10131 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
10132 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
10133 shlibpath_overrides_runpath
=no
10134 hardcode_into_libs
=yes
10136 *) # from 4.6 on, and DragonFly
10137 shlibpath_overrides_runpath
=yes
10138 hardcode_into_libs
=yes
10147 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10148 soname_spec
='${libname}${release}${shared_ext}$major'
10149 shlibpath_var
=LD_LIBRARY_PATH
10150 hardcode_into_libs
=yes
10153 hpux9
* | hpux10
* | hpux11
*)
10154 # Give a soname corresponding to the major version so that dld.sl refuses to
10155 # link against other versions.
10162 hardcode_into_libs
=yes
10163 dynamic_linker
="$host_os dld.so"
10164 shlibpath_var
=LD_LIBRARY_PATH
10165 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10166 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10167 soname_spec
='${libname}${release}${shared_ext}$major'
10168 if test "X$HPUX_IA64_MODE" = X32
; then
10169 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10171 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
10173 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10177 hardcode_into_libs
=yes
10178 dynamic_linker
="$host_os dld.sl"
10179 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
10180 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10181 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10182 soname_spec
='${libname}${release}${shared_ext}$major'
10183 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10184 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10188 dynamic_linker
="$host_os dld.sl"
10189 shlibpath_var
=SHLIB_PATH
10190 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
10191 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10192 soname_spec
='${libname}${release}${shared_ext}$major'
10195 # HP-UX runs *really* slowly unless shared libraries are mode 555.
10196 postinstall_cmds
='chmod 555 $lib'
10203 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10204 soname_spec
='${libname}${release}${shared_ext}$major'
10205 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
10206 shlibpath_var
=LD_LIBRARY_PATH
10207 shlibpath_overrides_runpath
=no
10208 hardcode_into_libs
=yes
10211 irix5
* | irix6
* | nonstopux
*)
10213 nonstopux
*) version_type
=nonstopux
;;
10215 if test "$lt_cv_prog_gnu_ld" = yes; then
10223 soname_spec
='${libname}${release}${shared_ext}$major'
10224 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10226 irix5
* | nonstopux
*)
10227 libsuff
= shlibsuff
=
10230 case $LD in # libtool.m4 will add one of these switches to LD
10231 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
10232 libsuff
= shlibsuff
= libmagic
=32-bit;;
10233 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
10234 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
10235 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
10236 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
10237 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
10241 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
10242 shlibpath_overrides_runpath
=no
10243 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10244 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
10245 hardcode_into_libs
=yes
10248 # No shared lib support for Linux oldld, aout, or coff.
10249 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
10253 # This must be Linux ELF.
10254 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
10258 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10259 soname_spec
='${libname}${release}${shared_ext}$major'
10260 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10261 shlibpath_var
=LD_LIBRARY_PATH
10262 shlibpath_overrides_runpath
=no
10264 # Some binutils ld are patched to set DT_RUNPATH
10265 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then
10266 echo $ECHO_N "(cached) $ECHO_C" >&6
10268 lt_cv_shlibpath_overrides_runpath
=no
10269 save_LDFLAGS
=$LDFLAGS
10270 save_libdir
=$libdir
10271 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10272 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10273 cat >conftest.
$ac_ext <<_ACEOF
10276 cat confdefs.h
>>conftest.
$ac_ext
10277 cat >>conftest.
$ac_ext <<_ACEOF
10278 /* end confdefs.h. */
10288 rm -f conftest.
$ac_objext conftest
$ac_exeext
10289 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10290 (eval $ac_link) 2>conftest.er1
10292 grep -v '^ *+' conftest.er1
>conftest.err
10294 cat conftest.err
>&5
10295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10296 (exit $ac_status); } &&
10297 { ac_try
='test -z "$ac_c_werror_flag"
10298 || test ! -s conftest.err'
10299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10300 (eval $ac_try) 2>&5
10302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10303 (exit $ac_status); }; } &&
10304 { ac_try
='test -s conftest$ac_exeext'
10305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10306 (eval $ac_try) 2>&5
10308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10309 (exit $ac_status); }; }; then
10310 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then
10311 lt_cv_shlibpath_overrides_runpath
=yes
10315 echo "$as_me: failed program was:" >&5
10316 sed 's/^/| /' conftest.
$ac_ext >&5
10319 rm -f conftest.err conftest.
$ac_objext \
10320 conftest
$ac_exeext conftest.
$ac_ext
10321 LDFLAGS
=$save_LDFLAGS
10322 libdir
=$save_libdir
10326 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
10328 # This implies no fast_install, which is unacceptable.
10329 # Some rework will be needed to allow for fast_install
10330 # before this can be enabled.
10331 hardcode_into_libs
=yes
10333 # Append ld.so.conf contents to the search path
10334 if test -f /etc
/ld.so.conf
; then
10335 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;/^$/d' | tr '\n' ' '`
10336 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
10339 # We used to test for /lib/ld.so.1 and disable shared libraries on
10340 # powerpc, because MkLinux only supported shared libraries with the
10341 # GNU dynamic linker. Since this was broken with cross compilers,
10342 # most powerpc-linux boxes support dynamic linking these days and
10343 # people can always --disable-shared, the test was removed, and we
10344 # assume the GNU/Linux dynamic linker is in use.
10345 dynamic_linker
='GNU/Linux ld.so'
10352 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10353 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10354 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10355 dynamic_linker
='NetBSD (a.out) ld.so'
10357 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10358 soname_spec
='${libname}${release}${shared_ext}$major'
10359 dynamic_linker
='NetBSD ld.elf_so'
10361 shlibpath_var
=LD_LIBRARY_PATH
10362 shlibpath_overrides_runpath
=yes
10363 hardcode_into_libs
=yes
10368 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10369 shlibpath_var
=LD_LIBRARY_PATH
10370 shlibpath_overrides_runpath
=yes
10377 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10378 soname_spec
='${libname}${release}${shared_ext}$major'
10379 shlibpath_var
=LD_LIBRARY_PATH
10380 shlibpath_overrides_runpath
=no
10381 hardcode_into_libs
=yes
10382 dynamic_linker
='ldqnx.so'
10387 sys_lib_dlsearch_path_spec
="/usr/lib"
10389 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10391 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
10392 *) need_version
=no
;;
10394 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10395 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10396 shlibpath_var
=LD_LIBRARY_PATH
10397 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10399 openbsd2.
[89] | openbsd2.
[89].
*)
10400 shlibpath_overrides_runpath
=no
10403 shlibpath_overrides_runpath
=yes
10407 shlibpath_overrides_runpath
=yes
10412 libname_spec
='$name'
10415 library_names_spec
='$libname${shared_ext} $libname.a'
10416 dynamic_linker
='OS/2 ld.exe'
10417 shlibpath_var
=LIBPATH
10420 osf3
* | osf4
* | osf5
*)
10424 soname_spec
='${libname}${release}${shared_ext}$major'
10425 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10426 shlibpath_var
=LD_LIBRARY_PATH
10427 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10428 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
10439 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10440 soname_spec
='${libname}${release}${shared_ext}$major'
10441 shlibpath_var
=LD_LIBRARY_PATH
10442 shlibpath_overrides_runpath
=yes
10443 hardcode_into_libs
=yes
10444 # ldd complains unless libraries are executable
10445 postinstall_cmds
='chmod +x $lib'
10450 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10451 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10452 shlibpath_var
=LD_LIBRARY_PATH
10453 shlibpath_overrides_runpath
=yes
10454 if test "$with_gnu_ld" = yes; then
10462 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10463 soname_spec
='${libname}${release}${shared_ext}$major'
10464 shlibpath_var
=LD_LIBRARY_PATH
10465 case $host_vendor in
10467 shlibpath_overrides_runpath
=no
10469 runpath_var
=LD_RUN_PATH
10477 shlibpath_overrides_runpath
=no
10478 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
10484 if test -d /usr
/nec
;then
10486 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10487 soname_spec
='$libname${shared_ext}.$major'
10488 shlibpath_var
=LD_LIBRARY_PATH
10492 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
10493 version_type
=freebsd-elf
10496 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10497 soname_spec
='${libname}${release}${shared_ext}$major'
10498 shlibpath_var
=LD_LIBRARY_PATH
10499 shlibpath_overrides_runpath
=yes
10500 hardcode_into_libs
=yes
10501 if test "$with_gnu_ld" = yes; then
10502 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10504 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
10507 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
10511 sys_lib_dlsearch_path_spec
='/usr/lib'
10515 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10519 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10520 shlibpath_var
=LD_LIBRARY_PATH
10521 shlibpath_overrides_runpath
=no
10522 hardcode_into_libs
=yes
10527 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10528 soname_spec
='${libname}${release}${shared_ext}$major'
10529 shlibpath_var
=LD_LIBRARY_PATH
10536 echo "$as_me:$LINENO: result: $dynamic_linker" >&5
10537 echo "${ECHO_T}$dynamic_linker" >&6
10538 test "$dynamic_linker" = no
&& can_build_shared
=no
10540 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
10541 if test "$GCC" = yes; then
10542 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10545 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10546 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
10548 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10549 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
10638 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
10639 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
10641 if test -n "$hardcode_libdir_flag_spec" ||
10642 test -n "$runpath_var" ||
10643 test "X$hardcode_automatic" = "Xyes" ; then
10645 # We can hardcode non-existent directories.
10646 if test "$hardcode_direct" != no
&&
10647 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10648 # have to relink, otherwise we might link with an installed library
10649 # when we should be linking with a yet-to-be-installed one
10650 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10651 test "$hardcode_minus_L" != no
; then
10652 # Linking always hardcodes the temporary library directory.
10653 hardcode_action
=relink
10655 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10656 hardcode_action
=immediate
10659 # We cannot hardcode anything, or else we can only hardcode existing
10661 hardcode_action
=unsupported
10663 echo "$as_me:$LINENO: result: $hardcode_action" >&5
10664 echo "${ECHO_T}$hardcode_action" >&6
10666 if test "$hardcode_action" = relink ||
10667 test "$inherit_rpath" = yes; then
10668 # Fast installation is not supported
10669 enable_fast_install
=no
10670 elif test "$shlibpath_overrides_runpath" = yes ||
10671 test "$enable_shared" = no
; then
10672 # Fast installation is not necessary
10673 enable_fast_install
=needless
10681 if test "x$enable_dlopen" != xyes
; then
10682 enable_dlopen
=unknown
10683 enable_dlopen_self
=unknown
10684 enable_dlopen_self_static
=unknown
10691 lt_cv_dlopen
="load_add_on"
10693 lt_cv_dlopen_self
=yes
10696 mingw
* | pw32
* | cegcc
*)
10697 lt_cv_dlopen
="LoadLibrary"
10702 lt_cv_dlopen
="dlopen"
10707 # if libdl is installed we need to link against it
10708 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10709 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
10710 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10711 echo $ECHO_N "(cached) $ECHO_C" >&6
10713 ac_check_lib_save_LIBS
=$LIBS
10715 cat >conftest.
$ac_ext <<_ACEOF
10718 cat confdefs.h
>>conftest.
$ac_ext
10719 cat >>conftest.
$ac_ext <<_ACEOF
10720 /* end confdefs.h. */
10722 /* Override any gcc2 internal prototype to avoid an error. */
10726 /* We use char because int might match the return type of a gcc2
10727 builtin and then its argument prototype would still apply. */
10737 rm -f conftest.
$ac_objext conftest
$ac_exeext
10738 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10739 (eval $ac_link) 2>conftest.er1
10741 grep -v '^ *+' conftest.er1
>conftest.err
10743 cat conftest.err
>&5
10744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10745 (exit $ac_status); } &&
10746 { ac_try
='test -z "$ac_c_werror_flag"
10747 || test ! -s conftest.err'
10748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10749 (eval $ac_try) 2>&5
10751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10752 (exit $ac_status); }; } &&
10753 { ac_try
='test -s conftest$ac_exeext'
10754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10755 (eval $ac_try) 2>&5
10757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10758 (exit $ac_status); }; }; then
10759 ac_cv_lib_dl_dlopen
=yes
10761 echo "$as_me: failed program was:" >&5
10762 sed 's/^/| /' conftest.
$ac_ext >&5
10764 ac_cv_lib_dl_dlopen
=no
10766 rm -f conftest.err conftest.
$ac_objext \
10767 conftest
$ac_exeext conftest.
$ac_ext
10768 LIBS
=$ac_check_lib_save_LIBS
10770 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10771 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
10772 if test $ac_cv_lib_dl_dlopen = yes; then
10773 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10776 lt_cv_dlopen
="dyld"
10778 lt_cv_dlopen_self
=yes
10785 echo "$as_me:$LINENO: checking for shl_load" >&5
10786 echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
10787 if test "${ac_cv_func_shl_load+set}" = set; then
10788 echo $ECHO_N "(cached) $ECHO_C" >&6
10790 cat >conftest.
$ac_ext <<_ACEOF
10793 cat confdefs.h
>>conftest.
$ac_ext
10794 cat >>conftest.
$ac_ext <<_ACEOF
10795 /* end confdefs.h. */
10796 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
10797 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10798 #define shl_load innocuous_shl_load
10800 /* System header to define __stub macros and hopefully few prototypes,
10801 which can conflict with char shl_load (); below.
10802 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10803 <limits.h> exists even on freestanding compilers. */
10806 # include <limits.h>
10808 # include <assert.h>
10813 /* Override any gcc2 internal prototype to avoid an error. */
10818 /* We use char because int might match the return type of a gcc2
10819 builtin and then its argument prototype would still apply. */
10821 /* The GNU C library defines this for functions which it implements
10822 to always fail with ENOSYS. Some functions are actually named
10823 something starting with __ and the normal name is an alias. */
10824 #if defined (__stub_shl_load) || defined (__stub___shl_load)
10827 char (*f) () = shl_load;
10836 return f != shl_load;
10841 rm -f conftest.
$ac_objext conftest
$ac_exeext
10842 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10843 (eval $ac_link) 2>conftest.er1
10845 grep -v '^ *+' conftest.er1
>conftest.err
10847 cat conftest.err
>&5
10848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10849 (exit $ac_status); } &&
10850 { ac_try
='test -z "$ac_c_werror_flag"
10851 || test ! -s conftest.err'
10852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10853 (eval $ac_try) 2>&5
10855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10856 (exit $ac_status); }; } &&
10857 { ac_try
='test -s conftest$ac_exeext'
10858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10859 (eval $ac_try) 2>&5
10861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10862 (exit $ac_status); }; }; then
10863 ac_cv_func_shl_load
=yes
10865 echo "$as_me: failed program was:" >&5
10866 sed 's/^/| /' conftest.
$ac_ext >&5
10868 ac_cv_func_shl_load
=no
10870 rm -f conftest.err conftest.
$ac_objext \
10871 conftest
$ac_exeext conftest.
$ac_ext
10873 echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
10874 echo "${ECHO_T}$ac_cv_func_shl_load" >&6
10875 if test $ac_cv_func_shl_load = yes; then
10876 lt_cv_dlopen
="shl_load"
10878 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
10879 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
10880 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
10881 echo $ECHO_N "(cached) $ECHO_C" >&6
10883 ac_check_lib_save_LIBS
=$LIBS
10885 cat >conftest.
$ac_ext <<_ACEOF
10888 cat confdefs.h
>>conftest.
$ac_ext
10889 cat >>conftest.
$ac_ext <<_ACEOF
10890 /* end confdefs.h. */
10892 /* Override any gcc2 internal prototype to avoid an error. */
10896 /* We use char because int might match the return type of a gcc2
10897 builtin and then its argument prototype would still apply. */
10907 rm -f conftest.
$ac_objext conftest
$ac_exeext
10908 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10909 (eval $ac_link) 2>conftest.er1
10911 grep -v '^ *+' conftest.er1
>conftest.err
10913 cat conftest.err
>&5
10914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10915 (exit $ac_status); } &&
10916 { ac_try
='test -z "$ac_c_werror_flag"
10917 || test ! -s conftest.err'
10918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10919 (eval $ac_try) 2>&5
10921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10922 (exit $ac_status); }; } &&
10923 { ac_try
='test -s conftest$ac_exeext'
10924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10925 (eval $ac_try) 2>&5
10927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10928 (exit $ac_status); }; }; then
10929 ac_cv_lib_dld_shl_load
=yes
10931 echo "$as_me: failed program was:" >&5
10932 sed 's/^/| /' conftest.
$ac_ext >&5
10934 ac_cv_lib_dld_shl_load
=no
10936 rm -f conftest.err conftest.
$ac_objext \
10937 conftest
$ac_exeext conftest.
$ac_ext
10938 LIBS
=$ac_check_lib_save_LIBS
10940 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
10941 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
10942 if test $ac_cv_lib_dld_shl_load = yes; then
10943 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
10945 echo "$as_me:$LINENO: checking for dlopen" >&5
10946 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
10947 if test "${ac_cv_func_dlopen+set}" = set; then
10948 echo $ECHO_N "(cached) $ECHO_C" >&6
10950 cat >conftest.
$ac_ext <<_ACEOF
10953 cat confdefs.h
>>conftest.
$ac_ext
10954 cat >>conftest.
$ac_ext <<_ACEOF
10955 /* end confdefs.h. */
10956 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
10957 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10958 #define dlopen innocuous_dlopen
10960 /* System header to define __stub macros and hopefully few prototypes,
10961 which can conflict with char dlopen (); below.
10962 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10963 <limits.h> exists even on freestanding compilers. */
10966 # include <limits.h>
10968 # include <assert.h>
10973 /* Override any gcc2 internal prototype to avoid an error. */
10978 /* We use char because int might match the return type of a gcc2
10979 builtin and then its argument prototype would still apply. */
10981 /* The GNU C library defines this for functions which it implements
10982 to always fail with ENOSYS. Some functions are actually named
10983 something starting with __ and the normal name is an alias. */
10984 #if defined (__stub_dlopen) || defined (__stub___dlopen)
10987 char (*f) () = dlopen;
10996 return f != dlopen;
11001 rm -f conftest.
$ac_objext conftest
$ac_exeext
11002 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11003 (eval $ac_link) 2>conftest.er1
11005 grep -v '^ *+' conftest.er1
>conftest.err
11007 cat conftest.err
>&5
11008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11009 (exit $ac_status); } &&
11010 { ac_try
='test -z "$ac_c_werror_flag"
11011 || test ! -s conftest.err'
11012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11013 (eval $ac_try) 2>&5
11015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11016 (exit $ac_status); }; } &&
11017 { ac_try
='test -s conftest$ac_exeext'
11018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11019 (eval $ac_try) 2>&5
11021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11022 (exit $ac_status); }; }; then
11023 ac_cv_func_dlopen
=yes
11025 echo "$as_me: failed program was:" >&5
11026 sed 's/^/| /' conftest.
$ac_ext >&5
11028 ac_cv_func_dlopen
=no
11030 rm -f conftest.err conftest.
$ac_objext \
11031 conftest
$ac_exeext conftest.
$ac_ext
11033 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
11034 echo "${ECHO_T}$ac_cv_func_dlopen" >&6
11035 if test $ac_cv_func_dlopen = yes; then
11036 lt_cv_dlopen
="dlopen"
11038 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
11039 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
11040 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
11041 echo $ECHO_N "(cached) $ECHO_C" >&6
11043 ac_check_lib_save_LIBS
=$LIBS
11045 cat >conftest.
$ac_ext <<_ACEOF
11048 cat confdefs.h
>>conftest.
$ac_ext
11049 cat >>conftest.
$ac_ext <<_ACEOF
11050 /* end confdefs.h. */
11052 /* Override any gcc2 internal prototype to avoid an error. */
11056 /* We use char because int might match the return type of a gcc2
11057 builtin and then its argument prototype would still apply. */
11067 rm -f conftest.
$ac_objext conftest
$ac_exeext
11068 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11069 (eval $ac_link) 2>conftest.er1
11071 grep -v '^ *+' conftest.er1
>conftest.err
11073 cat conftest.err
>&5
11074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11075 (exit $ac_status); } &&
11076 { ac_try
='test -z "$ac_c_werror_flag"
11077 || test ! -s conftest.err'
11078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11079 (eval $ac_try) 2>&5
11081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11082 (exit $ac_status); }; } &&
11083 { ac_try
='test -s conftest$ac_exeext'
11084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11085 (eval $ac_try) 2>&5
11087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11088 (exit $ac_status); }; }; then
11089 ac_cv_lib_dl_dlopen
=yes
11091 echo "$as_me: failed program was:" >&5
11092 sed 's/^/| /' conftest.
$ac_ext >&5
11094 ac_cv_lib_dl_dlopen
=no
11096 rm -f conftest.err conftest.
$ac_objext \
11097 conftest
$ac_exeext conftest.
$ac_ext
11098 LIBS
=$ac_check_lib_save_LIBS
11100 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
11101 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
11102 if test $ac_cv_lib_dl_dlopen = yes; then
11103 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11105 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
11106 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
11107 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
11108 echo $ECHO_N "(cached) $ECHO_C" >&6
11110 ac_check_lib_save_LIBS
=$LIBS
11111 LIBS
="-lsvld $LIBS"
11112 cat >conftest.
$ac_ext <<_ACEOF
11115 cat confdefs.h
>>conftest.
$ac_ext
11116 cat >>conftest.
$ac_ext <<_ACEOF
11117 /* end confdefs.h. */
11119 /* Override any gcc2 internal prototype to avoid an error. */
11123 /* We use char because int might match the return type of a gcc2
11124 builtin and then its argument prototype would still apply. */
11134 rm -f conftest.
$ac_objext conftest
$ac_exeext
11135 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11136 (eval $ac_link) 2>conftest.er1
11138 grep -v '^ *+' conftest.er1
>conftest.err
11140 cat conftest.err
>&5
11141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11142 (exit $ac_status); } &&
11143 { ac_try
='test -z "$ac_c_werror_flag"
11144 || test ! -s conftest.err'
11145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11146 (eval $ac_try) 2>&5
11148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11149 (exit $ac_status); }; } &&
11150 { ac_try
='test -s conftest$ac_exeext'
11151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11152 (eval $ac_try) 2>&5
11154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11155 (exit $ac_status); }; }; then
11156 ac_cv_lib_svld_dlopen
=yes
11158 echo "$as_me: failed program was:" >&5
11159 sed 's/^/| /' conftest.
$ac_ext >&5
11161 ac_cv_lib_svld_dlopen
=no
11163 rm -f conftest.err conftest.
$ac_objext \
11164 conftest
$ac_exeext conftest.
$ac_ext
11165 LIBS
=$ac_check_lib_save_LIBS
11167 echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
11168 echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
11169 if test $ac_cv_lib_svld_dlopen = yes; then
11170 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
11172 echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
11173 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
11174 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
11175 echo $ECHO_N "(cached) $ECHO_C" >&6
11177 ac_check_lib_save_LIBS
=$LIBS
11179 cat >conftest.
$ac_ext <<_ACEOF
11182 cat confdefs.h
>>conftest.
$ac_ext
11183 cat >>conftest.
$ac_ext <<_ACEOF
11184 /* end confdefs.h. */
11186 /* Override any gcc2 internal prototype to avoid an error. */
11190 /* We use char because int might match the return type of a gcc2
11191 builtin and then its argument prototype would still apply. */
11201 rm -f conftest.
$ac_objext conftest
$ac_exeext
11202 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11203 (eval $ac_link) 2>conftest.er1
11205 grep -v '^ *+' conftest.er1
>conftest.err
11207 cat conftest.err
>&5
11208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11209 (exit $ac_status); } &&
11210 { ac_try
='test -z "$ac_c_werror_flag"
11211 || test ! -s conftest.err'
11212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11213 (eval $ac_try) 2>&5
11215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11216 (exit $ac_status); }; } &&
11217 { ac_try
='test -s conftest$ac_exeext'
11218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11219 (eval $ac_try) 2>&5
11221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11222 (exit $ac_status); }; }; then
11223 ac_cv_lib_dld_dld_link
=yes
11225 echo "$as_me: failed program was:" >&5
11226 sed 's/^/| /' conftest.
$ac_ext >&5
11228 ac_cv_lib_dld_dld_link
=no
11230 rm -f conftest.err conftest.
$ac_objext \
11231 conftest
$ac_exeext conftest.
$ac_ext
11232 LIBS
=$ac_check_lib_save_LIBS
11234 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
11235 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
11236 if test $ac_cv_lib_dld_dld_link = yes; then
11237 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
11258 if test "x$lt_cv_dlopen" != xno
; then
11264 case $lt_cv_dlopen in
11266 save_CPPFLAGS
="$CPPFLAGS"
11267 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
11269 save_LDFLAGS
="$LDFLAGS"
11270 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
11273 LIBS
="$lt_cv_dlopen_libs $LIBS"
11275 echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
11276 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
11277 if test "${lt_cv_dlopen_self+set}" = set; then
11278 echo $ECHO_N "(cached) $ECHO_C" >&6
11280 if test "$cross_compiling" = yes; then :
11281 lt_cv_dlopen_self
=cross
11283 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11284 lt_status
=$lt_dlunknown
11285 cat > conftest.
$ac_ext <<_LT_EOF
11286 #line 11286 "configure"
11287 #include "confdefs.h"
11296 # define LT_DLGLOBAL RTLD_GLOBAL
11299 # define LT_DLGLOBAL DL_GLOBAL
11301 # define LT_DLGLOBAL 0
11305 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11306 find out it does not work in some platform. */
11307 #ifndef LT_DLLAZY_OR_NOW
11309 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11312 # define LT_DLLAZY_OR_NOW DL_LAZY
11315 # define LT_DLLAZY_OR_NOW RTLD_NOW
11318 # define LT_DLLAZY_OR_NOW DL_NOW
11320 # define LT_DLLAZY_OR_NOW 0
11327 void fnord() { int i=42;}
11330 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11331 int status = $lt_dlunknown;
11335 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11336 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11337 /* dlclose (self); */
11345 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11346 (eval $ac_link) 2>&5
11348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11349 (exit $ac_status); } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11350 (.
/conftest
; exit; ) >&5 2>/dev
/null
11352 case x
$lt_status in
11353 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
11354 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
11355 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
11358 # compilation failed
11359 lt_cv_dlopen_self
=no
11366 echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
11367 echo "${ECHO_T}$lt_cv_dlopen_self" >&6
11369 if test "x$lt_cv_dlopen_self" = xyes
; then
11370 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
11371 echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
11372 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
11373 if test "${lt_cv_dlopen_self_static+set}" = set; then
11374 echo $ECHO_N "(cached) $ECHO_C" >&6
11376 if test "$cross_compiling" = yes; then :
11377 lt_cv_dlopen_self_static
=cross
11379 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11380 lt_status
=$lt_dlunknown
11381 cat > conftest.
$ac_ext <<_LT_EOF
11382 #line 11382 "configure"
11383 #include "confdefs.h"
11392 # define LT_DLGLOBAL RTLD_GLOBAL
11395 # define LT_DLGLOBAL DL_GLOBAL
11397 # define LT_DLGLOBAL 0
11401 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11402 find out it does not work in some platform. */
11403 #ifndef LT_DLLAZY_OR_NOW
11405 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11408 # define LT_DLLAZY_OR_NOW DL_LAZY
11411 # define LT_DLLAZY_OR_NOW RTLD_NOW
11414 # define LT_DLLAZY_OR_NOW DL_NOW
11416 # define LT_DLLAZY_OR_NOW 0
11423 void fnord() { int i=42;}
11426 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11427 int status = $lt_dlunknown;
11431 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11432 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11433 /* dlclose (self); */
11441 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11442 (eval $ac_link) 2>&5
11444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11445 (exit $ac_status); } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11446 (.
/conftest
; exit; ) >&5 2>/dev
/null
11448 case x
$lt_status in
11449 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
11450 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
11451 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
11454 # compilation failed
11455 lt_cv_dlopen_self_static
=no
11462 echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
11463 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
11466 CPPFLAGS
="$save_CPPFLAGS"
11467 LDFLAGS
="$save_LDFLAGS"
11472 case $lt_cv_dlopen_self in
11473 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
11474 *) enable_dlopen_self
=unknown
;;
11477 case $lt_cv_dlopen_self_static in
11478 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
11479 *) enable_dlopen_self_static
=unknown
;;
11501 echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
11502 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
11503 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
11504 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
11505 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
11506 echo "$as_me:$LINENO: result: yes" >&5
11507 echo "${ECHO_T}yes" >&6
11509 # FIXME - insert some real tests, host_os isn't really good enough
11512 if test -n "$STRIP" ; then
11513 striplib
="$STRIP -x"
11514 old_striplib
="$STRIP -S"
11515 echo "$as_me:$LINENO: result: yes" >&5
11516 echo "${ECHO_T}yes" >&6
11518 echo "$as_me:$LINENO: result: no" >&5
11519 echo "${ECHO_T}no" >&6
11523 echo "$as_me:$LINENO: result: no" >&5
11524 echo "${ECHO_T}no" >&6
11540 # Report which library types will actually be built
11541 echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
11542 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
11543 echo "$as_me:$LINENO: result: $can_build_shared" >&5
11544 echo "${ECHO_T}$can_build_shared" >&6
11546 echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
11547 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
11548 test "$can_build_shared" = "no" && enable_shared
=no
11550 # On AIX, shared libraries and static libraries use the same namespace, and
11551 # are all built from PIC.
11554 test "$enable_shared" = yes && enable_static
=no
11555 if test -n "$RANLIB"; then
11556 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
11557 postinstall_cmds
='$RANLIB $lib'
11562 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
11563 test "$enable_shared" = yes && enable_static
=no
11567 echo "$as_me:$LINENO: result: $enable_shared" >&5
11568 echo "${ECHO_T}$enable_shared" >&6
11570 echo "$as_me:$LINENO: checking whether to build static libraries" >&5
11571 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
11572 # Make sure either enable_shared or enable_static is yes.
11573 test "$enable_shared" = yes || enable_static
=yes
11574 echo "$as_me:$LINENO: result: $enable_static" >&5
11575 echo "${ECHO_T}$enable_static" >&6
11582 ac_cpp
='$CPP $CPPFLAGS'
11583 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11584 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11585 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11601 ac_config_commands
="$ac_config_commands libtool"
11606 # Only expand once:
11610 # Check whether --enable-targets or --disable-targets was given.
11611 if test "${enable_targets+set}" = set; then
11612 enableval
="$enable_targets"
11613 case "${enableval}" in
11614 yes |
"") { { echo "$as_me:$LINENO: error: enable-targets option must specify target names or 'all'" >&5
11615 echo "$as_me: error: enable-targets option must specify target names or 'all'" >&2;}
11616 { (exit 1); exit 1; }; }
11618 no
) enable_targets
= ;;
11619 *) enable_targets
=$enableval ;;
11623 if grep '^RELEASE=y' ${srcdir}/..
/bfd
/Makefile.am
>/dev
/null
2>/dev
/null
; then
11626 # Check whether --enable-checking or --disable-checking was given.
11627 if test "${enable_checking+set}" = set; then
11628 enableval
="$enable_checking"
11629 case "${enableval}" in
11630 no|none
) ac_checking
= ;;
11631 *) ac_checking
=yes ;;
11633 fi; if test x
$ac_checking != x
; then
11635 cat >>confdefs.h
<<\_ACEOF
11636 #define ENABLE_CHECKING 1
11644 GCC_WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11646 # Check whether --enable-werror or --disable-werror was given.
11647 if test "${enable_werror+set}" = set; then
11648 enableval
="$enable_werror"
11649 case "${enableval}" in
11650 yes | y
) ERROR_ON_WARNING
="yes" ;;
11651 no | n
) ERROR_ON_WARNING
="no" ;;
11652 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
11653 echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
11654 { (exit 1); exit 1; }; } ;;
11658 # Enable -Wno-format by default when using gcc on mingw
11661 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11662 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wno-format"
11668 # Enable -Werror by default when using gcc
11669 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11670 ERROR_ON_WARNING
=yes
11674 if test "${ERROR_ON_WARNING}" = yes ; then
11675 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Werror"
11676 NO_WERROR
="-Wno-error"
11679 if test "${GCC}" = yes ; then
11680 WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
11683 # Check whether --enable-build-warnings or --disable-build-warnings was given.
11684 if test "${enable_build_warnings+set}" = set; then
11685 enableval
="$enable_build_warnings"
11686 case "${enableval}" in
11687 yes) WARN_CFLAGS
="${GCC_WARN_CFLAGS}";;
11688 no
) if test "${GCC}" = yes ; then
11691 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
11692 WARN_CFLAGS
="${GCC_WARN_CFLAGS} ${t}";;
11693 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
11694 WARN_CFLAGS
="${t} ${GCC_WARN_CFLAGS}";;
11695 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11699 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
11700 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11707 # Generate a header file
11708 ac_config_headers
="$ac_config_headers config.h:config.in"
11711 # If we are on a DOS filesystem, we must use gdb.ini rather than
11714 *-*-msdos* |
*-*-go32* |
*-*-mingw32* |
*-*-windows*)
11716 ac_config_files
="$ac_config_files gdb.ini:gdbinit.in"
11721 ac_config_files
="$ac_config_files .gdbinit:gdbinit.in"
11727 #We need this for the host. BOUT header is in host order.
11728 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
11729 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
11730 if test "${ac_cv_c_bigendian+set}" = set; then
11731 echo $ECHO_N "(cached) $ECHO_C" >&6
11733 # See if sys/param.h defines the BYTE_ORDER macro.
11734 cat >conftest.
$ac_ext <<_ACEOF
11737 cat confdefs.h
>>conftest.
$ac_ext
11738 cat >>conftest.
$ac_ext <<_ACEOF
11739 /* end confdefs.h. */
11740 #include <sys/types.h>
11741 #include <sys/param.h>
11746 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
11747 bogus endian macros
11754 rm -f conftest.
$ac_objext
11755 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11756 (eval $ac_compile) 2>conftest.er1
11758 grep -v '^ *+' conftest.er1
>conftest.err
11760 cat conftest.err
>&5
11761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11762 (exit $ac_status); } &&
11763 { ac_try
='test -z "$ac_c_werror_flag"
11764 || test ! -s conftest.err'
11765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11766 (eval $ac_try) 2>&5
11768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11769 (exit $ac_status); }; } &&
11770 { ac_try
='test -s conftest.$ac_objext'
11771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11772 (eval $ac_try) 2>&5
11774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11775 (exit $ac_status); }; }; then
11776 # It does; now see whether it defined to BIG_ENDIAN or not.
11777 cat >conftest.
$ac_ext <<_ACEOF
11780 cat confdefs.h
>>conftest.
$ac_ext
11781 cat >>conftest.
$ac_ext <<_ACEOF
11782 /* end confdefs.h. */
11783 #include <sys/types.h>
11784 #include <sys/param.h>
11789 #if BYTE_ORDER != BIG_ENDIAN
11797 rm -f conftest.
$ac_objext
11798 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11799 (eval $ac_compile) 2>conftest.er1
11801 grep -v '^ *+' conftest.er1
>conftest.err
11803 cat conftest.err
>&5
11804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11805 (exit $ac_status); } &&
11806 { ac_try
='test -z "$ac_c_werror_flag"
11807 || test ! -s conftest.err'
11808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11809 (eval $ac_try) 2>&5
11811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11812 (exit $ac_status); }; } &&
11813 { ac_try
='test -s conftest.$ac_objext'
11814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11815 (eval $ac_try) 2>&5
11817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11818 (exit $ac_status); }; }; then
11819 ac_cv_c_bigendian
=yes
11821 echo "$as_me: failed program was:" >&5
11822 sed 's/^/| /' conftest.
$ac_ext >&5
11824 ac_cv_c_bigendian
=no
11826 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11828 echo "$as_me: failed program was:" >&5
11829 sed 's/^/| /' conftest.
$ac_ext >&5
11831 # It does not; compile a test program.
11832 if test "$cross_compiling" = yes; then
11833 # try to guess the endianness by grepping values into an object file
11834 ac_cv_c_bigendian
=unknown
11835 cat >conftest.
$ac_ext <<_ACEOF
11838 cat confdefs.h
>>conftest.
$ac_ext
11839 cat >>conftest.
$ac_ext <<_ACEOF
11840 /* end confdefs.h. */
11841 short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
11842 short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
11843 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
11844 short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
11845 short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
11846 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
11850 _ascii (); _ebcdic ();
11855 rm -f conftest.
$ac_objext
11856 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11857 (eval $ac_compile) 2>conftest.er1
11859 grep -v '^ *+' conftest.er1
>conftest.err
11861 cat conftest.err
>&5
11862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11863 (exit $ac_status); } &&
11864 { ac_try
='test -z "$ac_c_werror_flag"
11865 || test ! -s conftest.err'
11866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11867 (eval $ac_try) 2>&5
11869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11870 (exit $ac_status); }; } &&
11871 { ac_try
='test -s conftest.$ac_objext'
11872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11873 (eval $ac_try) 2>&5
11875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11876 (exit $ac_status); }; }; then
11877 if grep BIGenDianSyS conftest.
$ac_objext >/dev
/null
; then
11878 ac_cv_c_bigendian
=yes
11880 if grep LiTTleEnDian conftest.
$ac_objext >/dev
/null
; then
11881 if test "$ac_cv_c_bigendian" = unknown
; then
11882 ac_cv_c_bigendian
=no
11884 # finding both strings is unlikely to happen, but who knows?
11885 ac_cv_c_bigendian
=unknown
11889 echo "$as_me: failed program was:" >&5
11890 sed 's/^/| /' conftest.
$ac_ext >&5
11893 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11895 cat >conftest.
$ac_ext <<_ACEOF
11898 cat confdefs.h
>>conftest.
$ac_ext
11899 cat >>conftest.
$ac_ext <<_ACEOF
11900 /* end confdefs.h. */
11904 /* Are we little or big endian? From Harbison&Steele. */
11908 char c[sizeof (long)];
11911 exit (u.c[sizeof (long) - 1] == 1);
11914 rm -f conftest
$ac_exeext
11915 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11916 (eval $ac_link) 2>&5
11918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11919 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
11920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11921 (eval $ac_try) 2>&5
11923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11924 (exit $ac_status); }; }; then
11925 ac_cv_c_bigendian
=no
11927 echo "$as_me: program exited with status $ac_status" >&5
11928 echo "$as_me: failed program was:" >&5
11929 sed 's/^/| /' conftest.
$ac_ext >&5
11931 ( exit $ac_status )
11932 ac_cv_c_bigendian
=yes
11934 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
11937 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11939 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
11940 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
11941 case $ac_cv_c_bigendian in
11944 cat >>confdefs.h
<<\_ACEOF
11945 #define WORDS_BIGENDIAN 1
11951 { { echo "$as_me:$LINENO: error: unknown endianness
11952 presetting ac_cv_c_bigendian=no (or yes) will help" >&5
11953 echo "$as_me: error: unknown endianness
11954 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
11955 { (exit 1); exit 1; }; } ;;
11961 # Makefile target for installing gas in $(tooldir)/bin.
11962 install_tooldir
=install-exec-tooldir
11966 if test -n "$enable_targets" ; then
11967 for t
in `echo $enable_targets | sed 's/,/ /g'`; do
11968 if test $t = "all"; then
11972 result
=`$ac_config_sub $t 2>/dev/null`
11973 if test -n "$result" ; then
11974 canon_targets
="$canon_targets $result"
11976 # # Permit "all", etc. We don't support it yet though.
11977 # canon_targets="$canon_targets $t"
11980 _gas_uniq_list
="$canon_targets"
11981 _gas_uniq_newlist
=""
11982 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
11983 case $_gas_uniq_i in
11984 _gas_uniq_dummy
) ;;
11985 *) case " $_gas_uniq_newlist " in
11986 *" $_gas_uniq_i "*) ;;
11987 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
11991 canon_targets
=$_gas_uniq_newlist
11997 for this_target
in $target $canon_targets ; do
11999 targ
=${this_target}
12000 .
${srcdir}/configure.tgt
12002 case ${target_cpu} in
12005 cat >>confdefs.h
<<_ACEOF
12006 #define DEFAULT_CRIS_ARCH $arch
12012 if test ${this_target} = $target ; then
12013 target_cpu_type
=${cpu_type}
12014 elif test ${target_cpu_type} != ${cpu_type} ; then
12018 generic_target
=${cpu_type}-${target_vendor}-${target_os}
12019 case ${generic_target} in
12021 if test ${this_target} = $target; then
12023 cat >>confdefs.h
<<\_ACEOF
12030 i386-
*-msdosdjgpp* \
12032 | i386-go32-rtems
*)
12034 cat >>confdefs.h
<<\_ACEOF
12035 #define STRICTCOFF 1
12041 { echo "$as_me:$LINENO: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&5
12042 echo "$as_me: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&2;}
12051 { { echo "$as_me:$LINENO: error: Unknown vendor for mips-bsd configuration." >&5
12052 echo "$as_me: error: Unknown vendor for mips-bsd configuration." >&2;}
12053 { (exit 1); exit 1; }; }
12058 cat >>confdefs.h
<<\_ACEOF
12059 #define AIX_WEAK_SUPPORT 1
12066 *) { { echo "$as_me:$LINENO: error: GNU/Linux must be configured big endian" >&5
12067 echo "$as_me: error: GNU/Linux must be configured big endian" >&2;}
12068 { (exit 1); exit 1; }; } ;;
12072 if test ${this_target} = $target; then
12074 cat >>confdefs.h
<<\_ACEOF
12075 #define TARGET_SOLARIS_COMMENT 1
12079 if test x
${endian} = xbig
; then
12080 { { echo "$as_me:$LINENO: error: Solaris must be configured little endian" >&5
12081 echo "$as_me: error: Solaris must be configured little endian" >&2;}
12082 { (exit 1); exit 1; }; }
12088 cat >>confdefs.h
<<\_ACEOF
12089 #define TARGET_SYMBIAN 1
12095 if test ${this_target} = $target ; then
12097 if test x
${endian} = xbig
; then
12099 elif test x
${endian} = xlittle
; then
12102 if test x
${endian_def} != x
; then
12104 cat >>confdefs.h
<<_ACEOF
12105 #define TARGET_BYTES_BIG_ENDIAN $endian_def
12111 # Other random stuff.
12113 case ${cpu_type} in
12115 # Set mips_cpu to the name of the default CPU.
12116 case ${target_cpu} in
12117 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el
)
12120 mipsisa32 | mipsisa32el
)
12123 mipsisa32r2 | mipsisa32r2el
)
12126 mipsisa64 | mipsisa64el
)
12129 mipsisa64r2 | mipsisa64r2el
)
12132 mipstx39 | mipstx39el
)
12135 mips64vr | mips64vrel
)
12138 mipsisa32r2
* | mipsisa64r2
*)
12139 mips_cpu
=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12141 mips64
* | mipsisa64
* | mipsisa32
*)
12142 mips_cpu
=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12145 { { echo "$as_me:$LINENO: error: $target_cpu isn't a supported MIPS CPU name" >&5
12146 echo "$as_me: error: $target_cpu isn't a supported MIPS CPU name" >&2;}
12147 { (exit 1); exit 1; }; }
12150 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12151 # binaries. It's a GNU extension that some OSes don't understand.
12152 # The value only matters on ELF targets.
12155 use_e_mips_abi_o32
=0
12158 use_e_mips_abi_o32
=1
12161 # Decide whether to generate 32-bit or 64-bit code by default.
12162 # Used to resolve -march=from-abi when an embedded ABI is selected.
12164 mips64
*-*-* | mipsisa64
*-*-*)
12165 mips_default_64bit
=1
12168 mips_default_64bit
=0
12171 # Decide which ABI to target by default.
12173 mips64
*-linux* | mips-sgi-irix6
*)
12174 mips_default_abi
=N32_ABI
12177 mips_default_abi
=O32_ABI
12180 mips_default_abi
=N64_ABI
12183 mips_default_abi
=NO_ABI
12187 cat >>confdefs.h
<<_ACEOF
12188 #define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
12192 cat >>confdefs.h
<<_ACEOF
12193 #define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
12197 cat >>confdefs.h
<<_ACEOF
12198 #define MIPS_DEFAULT_64BIT $mips_default_64bit
12202 cat >>confdefs.h
<<_ACEOF
12203 #define MIPS_DEFAULT_ABI $mips_default_abi
12209 # Do we need the opcodes library?
12210 case ${cpu_type} in
12217 case "${enable_shared}" in
12218 yes) shared_opcodes
=true
;;
12219 *opcodes
*) shared_opcodes
=true
;;
12220 *) shared_opcodes
=false
;;
12225 # Any other special object files needed ?
12226 case ${cpu_type} in
12229 echo ${extra_objects} |
grep -s "bfin-parse.o"
12230 if test $?
-ne 0 ; then
12231 extra_objects
="$extra_objects bfin-parse.o"
12234 echo ${extra_objects} |
grep -s "bfin-lex.o"
12235 if test $?
-ne 0 ; then
12236 extra_objects
="$extra_objects bfin-lex.o"
12240 fr30 | ip2k | iq2000 | lm32 | m32r | openrisc
)
12251 case ${extra_objects} in
12253 *) extra_objects
="$extra_objects m68k-parse.o" ;;
12262 echo ${extra_objects} |
grep -s "itbl-parse.o"
12263 if test $?
-ne 0 ; then
12264 extra_objects
="$extra_objects itbl-parse.o"
12267 echo ${extra_objects} |
grep -s "itbl-lex.o"
12268 if test $?
-ne 0 ; then
12269 extra_objects
="$extra_objects itbl-lex.o"
12272 echo ${extra_objects} |
grep -s "itbl-ops.o"
12273 if test $?
-ne 0 ; then
12274 extra_objects
="$extra_objects itbl-ops.o"
12282 i386 | s390 | sparc
)
12283 if test $this_target = $target ; then
12285 cat >>confdefs.h
<<_ACEOF
12286 #define DEFAULT_ARCH "${arch}"
12301 echo ${extra_objects} |
grep -s "xtensa-relax.o"
12302 if test $?
-ne 0 ; then
12303 extra_objects
="$extra_objects xtensa-relax.o"
12311 if test $using_cgen = yes ; then
12312 case "x${extra_objects}" in
12314 *) extra_objects
="$extra_objects cgen.o" ;;
12318 # See if we really can support this configuration with the emulation code.
12320 if test $this_target = $target ; then
12325 # From target name and format, produce a list of supported emulations.
12327 case ${generic_target}-${fmt} in
12328 mips-
*-irix5*-*) emulation
="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
12329 mips
*-*-linux*-*) case "$endian" in
12330 big
) emulation
="mipsbelf mipslelf mipself" ;;
12331 *) emulation
="mipslelf mipsbelf mipself" ;;
12333 mips-
*-lnews*-ecoff) ;;
12334 mips-
*-*-ecoff) case "$endian" in
12335 big
) emulation
="mipsbecoff mipslecoff mipsecoff" ;;
12336 *) emulation
="mipslecoff mipsbecoff mipsecoff" ;;
12338 mips-
*-*-elf) case "$endian" in
12339 big
) emulation
="mipsbelf mipslelf mipself" ;;
12340 *) emulation
="mipslelf mipsbelf mipself" ;;
12342 mips-
*-sysv4*MP
*-*) emulation
="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
12343 # i386-pc-pe-coff != i386-pc-coff.
12345 # Uncommenting the next line will turn on support for i386 AOUT
12346 # for the default linux configuration
12347 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
12349 i386-
*-aout) emulation
="i386aout" ;;
12350 i386-
*-coff) emulation
="i386coff" ;;
12351 i386-
*-elf) emulation
="i386elf" ;;
12353 # Always all formats. The first stated emulation becomes the default.
12354 cris-
*-*aout
*) emulation
="crisaout criself" ;;
12355 cris-
*-*) emulation
="criself crisaout" ;;
12358 emulations
="$emulations $emulation"
12362 # Turn on all targets if possible
12363 if test ${all_targets} = "yes"; then
12364 case ${target_cpu_type} in
12366 case ${obj_format} in
12368 emulations
="$emulations i386coff i386elf"
12371 emulations
="$emulations i386aout i386elf"
12374 emulations
="$emulations i386aout i386coff"
12379 case ${obj_format} in
12381 emulations
="$emulations i386coff i386elf"
12384 emulations
="$emulations i386aout i386elf"
12387 emulations
="$emulations i386aout i386coff"
12394 # Assign floating point type. Most processors with FP support
12395 # IEEE FP. On those that don't support FP at all, usually IEEE
12397 case ${target_cpu} in
12398 vax | pdp11
) atof
=vax
;;
12402 case "${obj_format}" in
12403 "") { { echo "$as_me:$LINENO: error: GAS does not know what format to use for target ${target}" >&5
12404 echo "$as_me: error: GAS does not know what format to use for target ${target}" >&2;}
12405 { (exit 1); exit 1; }; } ;;
12408 # Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
12410 if test $using_cgen = yes ; then
12411 case ${target_cpu} in
12412 *) cgen_cpu_prefix
=${target_cpu} ;;
12416 cat >>confdefs.h
<<\_ACEOF
12417 #define USING_CGEN 1
12423 if test ! -r ${srcdir}/config
/tc-
${target_cpu_type}.c
; then
12424 { { echo "$as_me:$LINENO: error: GAS does not support target CPU ${target_cpu_type}" >&5
12425 echo "$as_me: error: GAS does not support target CPU ${target_cpu_type}" >&2;}
12426 { (exit 1); exit 1; }; }
12429 if test ! -r ${srcdir}/config
/obj-
${obj_format}.c
; then
12430 { { echo "$as_me:$LINENO: error: GAS does not have support for object file format ${obj_format}" >&5
12431 echo "$as_me: error: GAS does not have support for object file format ${obj_format}" >&2;}
12432 { (exit 1); exit 1; }; }
12435 # Some COFF configurations want these random other flags set.
12436 case ${obj_format} in
12438 case ${target_cpu_type} in
12440 cat >>confdefs.h
<<\_ACEOF
12445 cat >>confdefs.h
<<\_ACEOF
12450 cat >>confdefs.h
<<\_ACEOF
12455 cat >>confdefs.h
<<\_ACEOF
12463 # Getting this done right is going to be a bitch. Each configuration specified
12464 # with --enable-targets=... should be checked for environment, format, cpu
12467 # For each configuration, the necessary object file support code must be linked
12468 # in. This might be only one, it might be up to four. The necessary emulation
12469 # code needs to be provided, too.
12471 # And then there's "--enable-targets=all"....
12473 # For now, just always do it for MIPS ELF or ECOFF configurations. Sigh.
12475 formats
="${obj_format}"
12478 _gas_uniq_list
="$emulations"
12479 _gas_uniq_newlist
=""
12480 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
12481 case $_gas_uniq_i in
12482 _gas_uniq_dummy
) ;;
12483 *) case " $_gas_uniq_newlist " in
12484 *" $_gas_uniq_i "*) ;;
12485 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
12489 emulations
=$_gas_uniq_newlist
12491 for em
in .
$emulations ; do
12494 mipsbelf | mipslelf | mipself
)
12495 fmt=elf
file=mipself
;;
12496 mipsbecoff | mipslecoff | mipsecoff
)
12497 fmt=ecoff
file=mipsecoff
;;
12499 fmt=coff
file=$em ;;
12501 fmt=aout
file=$em ;;
12503 fmt=elf
file=$em ;;
12505 formats
="$formats $fmt"
12506 emfiles
="$emfiles e-$file.o"
12507 EMULATIONS
="$EMULATIONS &$em,"
12509 _gas_uniq_list
="$formats"
12510 _gas_uniq_newlist
=""
12511 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
12512 case $_gas_uniq_i in
12513 _gas_uniq_dummy
) ;;
12514 *) case " $_gas_uniq_newlist " in
12515 *" $_gas_uniq_i "*) ;;
12516 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
12520 formats
=$_gas_uniq_newlist
12522 _gas_uniq_list
="$emfiles"
12523 _gas_uniq_newlist
=""
12524 for _gas_uniq_i
in _gas_uniq_dummy
$_gas_uniq_list ; do
12525 case $_gas_uniq_i in
12526 _gas_uniq_dummy
) ;;
12527 *) case " $_gas_uniq_newlist " in
12528 *" $_gas_uniq_i "*) ;;
12529 *) _gas_uniq_newlist
="$_gas_uniq_newlist $_gas_uniq_i" ;;
12533 emfiles
=$_gas_uniq_newlist
12535 if test `set . $formats ; shift ; echo $#` -gt 1 ; then
12536 for fmt in $formats ; do
12539 cat >>confdefs.h
<<\_ACEOF
12540 #define OBJ_MAYBE_AOUT 1
12544 cat >>confdefs.h
<<\_ACEOF
12545 #define OBJ_MAYBE_BOUT 1
12549 cat >>confdefs.h
<<\_ACEOF
12550 #define OBJ_MAYBE_COFF 1
12554 cat >>confdefs.h
<<\_ACEOF
12555 #define OBJ_MAYBE_ECOFF 1
12559 cat >>confdefs.h
<<\_ACEOF
12560 #define OBJ_MAYBE_ELF 1
12564 cat >>confdefs.h
<<\_ACEOF
12565 #define OBJ_MAYBE_GENERIC 1
12569 cat >>confdefs.h
<<\_ACEOF
12570 #define OBJ_MAYBE_SOM 1
12574 extra_objects
="$extra_objects obj-$fmt.o"
12578 if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
12579 DEFAULT_EMULATION
=`set . $emulations ; echo $2`
12580 # e-mips* has more than one emulation per file, e-i386* has just one at the
12581 # moment. If only one emulation is specified, then don't define
12582 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
12583 case "${obj_format}${emfiles}" in
12585 extra_objects
="$extra_objects $emfiles"
12587 cat >>confdefs.h
<<\_ACEOF
12588 #define USE_EMULATIONS 1
12595 cat >>confdefs.h
<<_ACEOF
12596 #define EMULATIONS $EMULATIONS
12600 cat >>confdefs.h
<<_ACEOF
12601 #define DEFAULT_EMULATION "$DEFAULT_EMULATION"
12605 reject_dev_configs
=yes
12607 case ${reject_dev_configs}-${dev} in
12609 { { echo "$as_me:$LINENO: error: GAS does not support the ${generic_target} configuration." >&5
12610 echo "$as_me: error: GAS does not support the ${generic_target} configuration." >&2;}
12611 { (exit 1); exit 1; }; }
12621 # do we need the opcodes library?
12622 case "${need_opcodes}" in
12624 OPCODES_LIB
=..
/opcodes
/libopcodes.la
12631 cat >>confdefs.h
<<_ACEOF
12632 #define TARGET_ALIAS "${target_alias}"
12636 cat >>confdefs.h
<<_ACEOF
12637 #define TARGET_CANONICAL "${target}"
12641 cat >>confdefs.h
<<_ACEOF
12642 #define TARGET_CPU "${target_cpu}"
12646 cat >>confdefs.h
<<_ACEOF
12647 #define TARGET_VENDOR "${target_vendor}"
12651 cat >>confdefs.h
<<_ACEOF
12652 #define TARGET_OS "${target_os}"
12656 for ac_prog
in 'bison -y' byacc
12658 # Extract the first word of "$ac_prog", so it can be a program name with args.
12659 set dummy
$ac_prog; ac_word
=$2
12660 echo "$as_me:$LINENO: checking for $ac_word" >&5
12661 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12662 if test "${ac_cv_prog_YACC+set}" = set; then
12663 echo $ECHO_N "(cached) $ECHO_C" >&6
12665 if test -n "$YACC"; then
12666 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
12668 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12669 for as_dir
in $PATH
12672 test -z "$as_dir" && as_dir
=.
12673 for ac_exec_ext
in '' $ac_executable_extensions; do
12674 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12675 ac_cv_prog_YACC
="$ac_prog"
12676 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12684 YACC
=$ac_cv_prog_YACC
12685 if test -n "$YACC"; then
12686 echo "$as_me:$LINENO: result: $YACC" >&5
12687 echo "${ECHO_T}$YACC" >&6
12689 echo "$as_me:$LINENO: result: no" >&5
12690 echo "${ECHO_T}no" >&6
12693 test -n "$YACC" && break
12695 test -n "$YACC" || YACC
="yacc"
12697 for ac_prog
in flex
lex
12699 # Extract the first word of "$ac_prog", so it can be a program name with args.
12700 set dummy
$ac_prog; ac_word
=$2
12701 echo "$as_me:$LINENO: checking for $ac_word" >&5
12702 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12703 if test "${ac_cv_prog_LEX+set}" = set; then
12704 echo $ECHO_N "(cached) $ECHO_C" >&6
12706 if test -n "$LEX"; then
12707 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
12709 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12710 for as_dir
in $PATH
12713 test -z "$as_dir" && as_dir
=.
12714 for ac_exec_ext
in '' $ac_executable_extensions; do
12715 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12716 ac_cv_prog_LEX
="$ac_prog"
12717 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12725 LEX
=$ac_cv_prog_LEX
12726 if test -n "$LEX"; then
12727 echo "$as_me:$LINENO: result: $LEX" >&5
12728 echo "${ECHO_T}$LEX" >&6
12730 echo "$as_me:$LINENO: result: no" >&5
12731 echo "${ECHO_T}no" >&6
12734 test -n "$LEX" && break
12736 test -n "$LEX" || LEX
=":"
12738 if test -z "$LEXLIB"
12740 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
12741 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
12742 if test "${ac_cv_lib_fl_yywrap+set}" = set; then
12743 echo $ECHO_N "(cached) $ECHO_C" >&6
12745 ac_check_lib_save_LIBS
=$LIBS
12747 cat >conftest.
$ac_ext <<_ACEOF
12750 cat confdefs.h
>>conftest.
$ac_ext
12751 cat >>conftest.
$ac_ext <<_ACEOF
12752 /* end confdefs.h. */
12754 /* Override any gcc2 internal prototype to avoid an error. */
12758 /* We use char because int might match the return type of a gcc2
12759 builtin and then its argument prototype would still apply. */
12769 rm -f conftest.
$ac_objext conftest
$ac_exeext
12770 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12771 (eval $ac_link) 2>conftest.er1
12773 grep -v '^ *+' conftest.er1
>conftest.err
12775 cat conftest.err
>&5
12776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12777 (exit $ac_status); } &&
12778 { ac_try
='test -z "$ac_c_werror_flag"
12779 || test ! -s conftest.err'
12780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12781 (eval $ac_try) 2>&5
12783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12784 (exit $ac_status); }; } &&
12785 { ac_try
='test -s conftest$ac_exeext'
12786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12787 (eval $ac_try) 2>&5
12789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12790 (exit $ac_status); }; }; then
12791 ac_cv_lib_fl_yywrap
=yes
12793 echo "$as_me: failed program was:" >&5
12794 sed 's/^/| /' conftest.
$ac_ext >&5
12796 ac_cv_lib_fl_yywrap
=no
12798 rm -f conftest.err conftest.
$ac_objext \
12799 conftest
$ac_exeext conftest.
$ac_ext
12800 LIBS
=$ac_check_lib_save_LIBS
12802 echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
12803 echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
12804 if test $ac_cv_lib_fl_yywrap = yes; then
12807 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
12808 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
12809 if test "${ac_cv_lib_l_yywrap+set}" = set; then
12810 echo $ECHO_N "(cached) $ECHO_C" >&6
12812 ac_check_lib_save_LIBS
=$LIBS
12814 cat >conftest.
$ac_ext <<_ACEOF
12817 cat confdefs.h
>>conftest.
$ac_ext
12818 cat >>conftest.
$ac_ext <<_ACEOF
12819 /* end confdefs.h. */
12821 /* Override any gcc2 internal prototype to avoid an error. */
12825 /* We use char because int might match the return type of a gcc2
12826 builtin and then its argument prototype would still apply. */
12836 rm -f conftest.
$ac_objext conftest
$ac_exeext
12837 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12838 (eval $ac_link) 2>conftest.er1
12840 grep -v '^ *+' conftest.er1
>conftest.err
12842 cat conftest.err
>&5
12843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12844 (exit $ac_status); } &&
12845 { ac_try
='test -z "$ac_c_werror_flag"
12846 || test ! -s conftest.err'
12847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12848 (eval $ac_try) 2>&5
12850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12851 (exit $ac_status); }; } &&
12852 { ac_try
='test -s conftest$ac_exeext'
12853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12854 (eval $ac_try) 2>&5
12856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12857 (exit $ac_status); }; }; then
12858 ac_cv_lib_l_yywrap
=yes
12860 echo "$as_me: failed program was:" >&5
12861 sed 's/^/| /' conftest.
$ac_ext >&5
12863 ac_cv_lib_l_yywrap
=no
12865 rm -f conftest.err conftest.
$ac_objext \
12866 conftest
$ac_exeext conftest.
$ac_ext
12867 LIBS
=$ac_check_lib_save_LIBS
12869 echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
12870 echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
12871 if test $ac_cv_lib_l_yywrap = yes; then
12879 if test "x$LEX" != "x:"; then
12880 echo "$as_me:$LINENO: checking lex output file root" >&5
12881 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
12882 if test "${ac_cv_prog_lex_root+set}" = set; then
12883 echo $ECHO_N "(cached) $ECHO_C" >&6
12885 # The minimal lex program is just a single line: %%. But some broken lexes
12886 # (Solaris, I think it was) want two %% lines, so accommodate them.
12887 cat >conftest.l
<<_ACEOF
12891 { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
12892 (eval $LEX conftest.l
) 2>&5
12894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12895 (exit $ac_status); }
12896 if test -f lex.yy.c
; then
12897 ac_cv_prog_lex_root
=lex.yy
12898 elif test -f lexyy.c
; then
12899 ac_cv_prog_lex_root
=lexyy
12901 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
12902 echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
12903 { (exit 1); exit 1; }; }
12906 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
12907 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
12909 LEX_OUTPUT_ROOT
=$ac_cv_prog_lex_root
12911 echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
12912 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
12913 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
12914 echo $ECHO_N "(cached) $ECHO_C" >&6
12916 # POSIX says lex can declare yytext either as a pointer or an array; the
12917 # default is implementation-dependent. Figure out which it is, since
12918 # not all implementations provide the %pointer and %array declarations.
12919 ac_cv_prog_lex_yytext_pointer
=no
12920 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
12922 LIBS
="$LIBS $LEXLIB"
12923 cat >conftest.
$ac_ext <<_ACEOF
12924 `cat $LEX_OUTPUT_ROOT.c`
12926 rm -f conftest.
$ac_objext conftest
$ac_exeext
12927 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12928 (eval $ac_link) 2>conftest.er1
12930 grep -v '^ *+' conftest.er1
>conftest.err
12932 cat conftest.err
>&5
12933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12934 (exit $ac_status); } &&
12935 { ac_try
='test -z "$ac_c_werror_flag"
12936 || test ! -s conftest.err'
12937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12938 (eval $ac_try) 2>&5
12940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12941 (exit $ac_status); }; } &&
12942 { ac_try
='test -s conftest$ac_exeext'
12943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12944 (eval $ac_try) 2>&5
12946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12947 (exit $ac_status); }; }; then
12948 ac_cv_prog_lex_yytext_pointer
=yes
12950 echo "$as_me: failed program was:" >&5
12951 sed 's/^/| /' conftest.
$ac_ext >&5
12954 rm -f conftest.err conftest.
$ac_objext \
12955 conftest
$ac_exeext conftest.
$ac_ext
12957 rm -f "${LEX_OUTPUT_ROOT}.c"
12960 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
12961 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
12962 if test $ac_cv_prog_lex_yytext_pointer = yes; then
12964 cat >>confdefs.h
<<\_ACEOF
12965 #define YYTEXT_POINTER 1
12971 if test "$LEX" = :; then
12972 LEX
=${am_missing_run}flex
12975 ALL_LINGUAS
="fr tr es rw id"
12976 # If we haven't got the data from the intl directory,
12977 # assume NLS is disabled.
12986 if test -f ..
/intl
/config.intl
; then
12987 . ..
/intl
/config.intl
12989 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
12990 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
12991 if test x
"$USE_NLS" != xyes
; then
12992 echo "$as_me:$LINENO: result: no" >&5
12993 echo "${ECHO_T}no" >&6
12995 echo "$as_me:$LINENO: result: yes" >&5
12996 echo "${ECHO_T}yes" >&6
12998 cat >>confdefs.h
<<\_ACEOF
12999 #define ENABLE_NLS 1
13003 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
13004 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
13005 # Look for .po and .gmo files in the source directory.
13008 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
13009 # If there aren't any .gmo files the shell will give us the
13010 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13012 case "$cat" in *\
**)
13015 # The quadruple backslash is collapsed to a double backslash
13016 # by the backticks, then collapsed again by the double quotes,
13017 # leaving us with one backslash in the sed expression (right
13018 # before the dot that mustn't act as a wildcard).
13019 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13020 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
13021 # The user is allowed to set LINGUAS to a list of languages to
13022 # install catalogs for. If it's empty that means "all of them."
13023 if test "x$LINGUAS" = x
; then
13024 CATALOGS
="$CATALOGS $cat"
13025 XLINGUAS
="$XLINGUAS $lang"
13027 case "$LINGUAS" in *$lang*)
13028 CATALOGS
="$CATALOGS $cat"
13029 XLINGUAS
="$XLINGUAS $lang"
13034 LINGUAS
="$XLINGUAS"
13035 echo "$as_me:$LINENO: result: $LINGUAS" >&5
13036 echo "${ECHO_T}$LINGUAS" >&6
13050 if test -n "$ac_aux_dir"; then
13051 case "$ac_aux_dir" in
13052 /*) MKINSTALLDIRS
="$ac_aux_dir/mkinstalldirs" ;;
13053 *) MKINSTALLDIRS
="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13056 if test -z "$MKINSTALLDIRS"; then
13057 MKINSTALLDIRS
="\$(top_srcdir)/mkinstalldirs"
13062 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
13063 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
13064 # Check whether --enable-nls or --disable-nls was given.
13065 if test "${enable_nls+set}" = set; then
13066 enableval
="$enable_nls"
13071 echo "$as_me:$LINENO: result: $USE_NLS" >&5
13072 echo "${ECHO_T}$USE_NLS" >&6
13079 # Prepare PATH_SEPARATOR.
13080 # The user is always right.
13081 if test "${PATH_SEPARATOR+set}" != set; then
13082 echo "#! /bin/sh" >conf$$.sh
13083 echo "exit 0" >>conf$$.sh
13085 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
13093 # Find out how to test for executable files. Don't use a zero-byte file,
13094 # as systems may use methods other than mode bits to determine executability.
13095 cat >conf$$.
file <<_ASEOF
13099 chmod +x conf$$.
file
13100 if test -x conf$$.
file >/dev
/null
2>&1; then
13101 ac_executable_p
="test -x"
13103 ac_executable_p
="test -f"
13107 # Extract the first word of "msgfmt", so it can be a program name with args.
13108 set dummy msgfmt
; ac_word
=$2
13109 echo "$as_me:$LINENO: checking for $ac_word" >&5
13110 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13111 if test "${ac_cv_path_MSGFMT+set}" = set; then
13112 echo $ECHO_N "(cached) $ECHO_C" >&6
13116 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
13119 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
13120 for ac_dir
in $PATH; do
13122 test -z "$ac_dir" && ac_dir
=.
13123 for ac_exec_ext
in '' $ac_executable_extensions; do
13124 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13125 if $ac_dir/$ac_word --statistics /dev
/null
>/dev
/null
2>&1 &&
13126 (if $ac_dir/$ac_word --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
13127 ac_cv_path_MSGFMT
="$ac_dir/$ac_word$ac_exec_ext"
13134 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
=":"
13138 MSGFMT
="$ac_cv_path_MSGFMT"
13139 if test "$MSGFMT" != ":"; then
13140 echo "$as_me:$LINENO: result: $MSGFMT" >&5
13141 echo "${ECHO_T}$MSGFMT" >&6
13143 echo "$as_me:$LINENO: result: no" >&5
13144 echo "${ECHO_T}no" >&6
13147 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13148 set dummy gmsgfmt
; ac_word
=$2
13149 echo "$as_me:$LINENO: checking for $ac_word" >&5
13150 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13151 if test "${ac_cv_path_GMSGFMT+set}" = set; then
13152 echo $ECHO_N "(cached) $ECHO_C" >&6
13156 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
13159 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13160 for as_dir
in $PATH
13163 test -z "$as_dir" && as_dir
=.
13164 for ac_exec_ext
in '' $ac_executable_extensions; do
13165 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13166 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
13167 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13173 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
13177 GMSGFMT
=$ac_cv_path_GMSGFMT
13179 if test -n "$GMSGFMT"; then
13180 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
13181 echo "${ECHO_T}$GMSGFMT" >&6
13183 echo "$as_me:$LINENO: result: no" >&5
13184 echo "${ECHO_T}no" >&6
13189 # Prepare PATH_SEPARATOR.
13190 # The user is always right.
13191 if test "${PATH_SEPARATOR+set}" != set; then
13192 echo "#! /bin/sh" >conf$$.sh
13193 echo "exit 0" >>conf$$.sh
13195 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
13203 # Find out how to test for executable files. Don't use a zero-byte file,
13204 # as systems may use methods other than mode bits to determine executability.
13205 cat >conf$$.
file <<_ASEOF
13209 chmod +x conf$$.
file
13210 if test -x conf$$.
file >/dev
/null
2>&1; then
13211 ac_executable_p
="test -x"
13213 ac_executable_p
="test -f"
13217 # Extract the first word of "xgettext", so it can be a program name with args.
13218 set dummy xgettext
; ac_word
=$2
13219 echo "$as_me:$LINENO: checking for $ac_word" >&5
13220 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13221 if test "${ac_cv_path_XGETTEXT+set}" = set; then
13222 echo $ECHO_N "(cached) $ECHO_C" >&6
13224 case "$XGETTEXT" in
13226 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
13229 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
13230 for ac_dir
in $PATH; do
13232 test -z "$ac_dir" && ac_dir
=.
13233 for ac_exec_ext
in '' $ac_executable_extensions; do
13234 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13235 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
13236 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
13237 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word$ac_exec_ext"
13244 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
13248 XGETTEXT
="$ac_cv_path_XGETTEXT"
13249 if test "$XGETTEXT" != ":"; then
13250 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
13251 echo "${ECHO_T}$XGETTEXT" >&6
13253 echo "$as_me:$LINENO: result: no" >&5
13254 echo "${ECHO_T}no" >&6
13260 # Prepare PATH_SEPARATOR.
13261 # The user is always right.
13262 if test "${PATH_SEPARATOR+set}" != set; then
13263 echo "#! /bin/sh" >conf$$.sh
13264 echo "exit 0" >>conf$$.sh
13266 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
13274 # Find out how to test for executable files. Don't use a zero-byte file,
13275 # as systems may use methods other than mode bits to determine executability.
13276 cat >conf$$.
file <<_ASEOF
13280 chmod +x conf$$.
file
13281 if test -x conf$$.
file >/dev
/null
2>&1; then
13282 ac_executable_p
="test -x"
13284 ac_executable_p
="test -f"
13288 # Extract the first word of "msgmerge", so it can be a program name with args.
13289 set dummy msgmerge
; ac_word
=$2
13290 echo "$as_me:$LINENO: checking for $ac_word" >&5
13291 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13292 if test "${ac_cv_path_MSGMERGE+set}" = set; then
13293 echo $ECHO_N "(cached) $ECHO_C" >&6
13295 case "$MSGMERGE" in
13297 ac_cv_path_MSGMERGE
="$MSGMERGE" # Let the user override the test with a path.
13300 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
13301 for ac_dir
in $PATH; do
13303 test -z "$ac_dir" && ac_dir
=.
13304 for ac_exec_ext
in '' $ac_executable_extensions; do
13305 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13306 if $ac_dir/$ac_word --update -q /dev
/null
/dev
/null
>/dev
/null
2>&1; then
13307 ac_cv_path_MSGMERGE
="$ac_dir/$ac_word$ac_exec_ext"
13314 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE
=":"
13318 MSGMERGE
="$ac_cv_path_MSGMERGE"
13319 if test "$MSGMERGE" != ":"; then
13320 echo "$as_me:$LINENO: result: $MSGMERGE" >&5
13321 echo "${ECHO_T}$MSGMERGE" >&6
13323 echo "$as_me:$LINENO: result: no" >&5
13324 echo "${ECHO_T}no" >&6
13328 if test "$GMSGFMT" != ":"; then
13329 if $GMSGFMT --statistics /dev
/null
>/dev
/null
2>&1 &&
13330 (if $GMSGFMT --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
13333 GMSGFMT
=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
13334 echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13335 echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
13340 if test "$XGETTEXT" != ":"; then
13341 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
13342 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
13345 echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
13346 echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
13352 ac_config_commands
="$ac_config_commands default-1"
13356 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
13357 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
13358 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
13359 if test "${enable_maintainer_mode+set}" = set; then
13360 enableval
="$enable_maintainer_mode"
13361 USE_MAINTAINER_MODE
=$enableval
13363 USE_MAINTAINER_MODE
=no
13365 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
13366 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
13369 if test $USE_MAINTAINER_MODE = yes; then
13370 MAINTAINER_MODE_TRUE
=
13371 MAINTAINER_MODE_FALSE
='#'
13373 MAINTAINER_MODE_TRUE
='#'
13374 MAINTAINER_MODE_FALSE
=
13377 MAINT
=$MAINTAINER_MODE_TRUE
13383 GENINSRC_NEVER_TRUE
=
13384 GENINSRC_NEVER_FALSE
='#'
13386 GENINSRC_NEVER_TRUE
='#'
13387 GENINSRC_NEVER_FALSE
=
13402 for ac_header
in string.h stdlib.h memory.h
strings.h unistd.h stdarg.h varargs.h errno.h sys
/types.h limits.h
13404 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13405 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13406 echo "$as_me:$LINENO: checking for $ac_header" >&5
13407 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13408 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13409 echo $ECHO_N "(cached) $ECHO_C" >&6
13411 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13412 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13414 # Is the header compilable?
13415 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13416 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13417 cat >conftest.
$ac_ext <<_ACEOF
13420 cat confdefs.h
>>conftest.
$ac_ext
13421 cat >>conftest.
$ac_ext <<_ACEOF
13422 /* end confdefs.h. */
13423 $ac_includes_default
13424 #include <$ac_header>
13426 rm -f conftest.
$ac_objext
13427 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13428 (eval $ac_compile) 2>conftest.er1
13430 grep -v '^ *+' conftest.er1
>conftest.err
13432 cat conftest.err
>&5
13433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13434 (exit $ac_status); } &&
13435 { ac_try
='test -z "$ac_c_werror_flag"
13436 || test ! -s conftest.err'
13437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13438 (eval $ac_try) 2>&5
13440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13441 (exit $ac_status); }; } &&
13442 { ac_try
='test -s conftest.$ac_objext'
13443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13444 (eval $ac_try) 2>&5
13446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13447 (exit $ac_status); }; }; then
13448 ac_header_compiler
=yes
13450 echo "$as_me: failed program was:" >&5
13451 sed 's/^/| /' conftest.
$ac_ext >&5
13453 ac_header_compiler
=no
13455 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13456 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13457 echo "${ECHO_T}$ac_header_compiler" >&6
13459 # Is the header present?
13460 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13461 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13462 cat >conftest.
$ac_ext <<_ACEOF
13465 cat confdefs.h
>>conftest.
$ac_ext
13466 cat >>conftest.
$ac_ext <<_ACEOF
13467 /* end confdefs.h. */
13468 #include <$ac_header>
13470 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13471 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13473 grep -v '^ *+' conftest.er1
>conftest.err
13475 cat conftest.err
>&5
13476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13477 (exit $ac_status); } >/dev
/null
; then
13478 if test -s conftest.err
; then
13479 ac_cpp_err
=$ac_c_preproc_warn_flag
13480 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13487 if test -z "$ac_cpp_err"; then
13488 ac_header_preproc
=yes
13490 echo "$as_me: failed program was:" >&5
13491 sed 's/^/| /' conftest.
$ac_ext >&5
13493 ac_header_preproc
=no
13495 rm -f conftest.err conftest.
$ac_ext
13496 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13497 echo "${ECHO_T}$ac_header_preproc" >&6
13499 # So? What about this header?
13500 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13502 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13503 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13504 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13505 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13506 ac_header_preproc
=yes
13509 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13510 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13511 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13512 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13513 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13514 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13515 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13516 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13517 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13518 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13519 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13520 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13523 ## ------------------------------------------ ##
13524 ## Report this to the AC_PACKAGE_NAME lists. ##
13525 ## ------------------------------------------ ##
13528 sed "s/^/$as_me: WARNING: /" >&2
13531 echo "$as_me:$LINENO: checking for $ac_header" >&5
13532 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13533 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13534 echo $ECHO_N "(cached) $ECHO_C" >&6
13536 eval "$as_ac_Header=\$ac_header_preproc"
13538 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13539 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13542 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13543 cat >>confdefs.h
<<_ACEOF
13544 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13552 # Put this here so that autoconf's "cross-compiling" message doesn't confuse
13553 # people who are not cross-compiling but are compiling cross-assemblers.
13554 echo "$as_me:$LINENO: checking whether compiling a cross-assembler" >&5
13555 echo $ECHO_N "checking whether compiling a cross-assembler... $ECHO_C" >&6
13556 if test "${host}" = "${target}"; then
13561 cat >>confdefs.h
<<\_ACEOF
13562 #define CROSS_COMPILE 1
13566 echo "$as_me:$LINENO: result: $cross_gas" >&5
13567 echo "${ECHO_T}$cross_gas" >&6
13569 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13570 # for constant arguments. Useless!
13571 echo "$as_me:$LINENO: checking for working alloca.h" >&5
13572 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
13573 if test "${ac_cv_working_alloca_h+set}" = set; then
13574 echo $ECHO_N "(cached) $ECHO_C" >&6
13576 cat >conftest.
$ac_ext <<_ACEOF
13579 cat confdefs.h
>>conftest.
$ac_ext
13580 cat >>conftest.
$ac_ext <<_ACEOF
13581 /* end confdefs.h. */
13582 #include <alloca.h>
13586 char *p = (char *) alloca (2 * sizeof (int));
13591 rm -f conftest.
$ac_objext conftest
$ac_exeext
13592 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13593 (eval $ac_link) 2>conftest.er1
13595 grep -v '^ *+' conftest.er1
>conftest.err
13597 cat conftest.err
>&5
13598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13599 (exit $ac_status); } &&
13600 { ac_try
='test -z "$ac_c_werror_flag"
13601 || test ! -s conftest.err'
13602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13603 (eval $ac_try) 2>&5
13605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13606 (exit $ac_status); }; } &&
13607 { ac_try
='test -s conftest$ac_exeext'
13608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13609 (eval $ac_try) 2>&5
13611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13612 (exit $ac_status); }; }; then
13613 ac_cv_working_alloca_h
=yes
13615 echo "$as_me: failed program was:" >&5
13616 sed 's/^/| /' conftest.
$ac_ext >&5
13618 ac_cv_working_alloca_h
=no
13620 rm -f conftest.err conftest.
$ac_objext \
13621 conftest
$ac_exeext conftest.
$ac_ext
13623 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
13624 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
13625 if test $ac_cv_working_alloca_h = yes; then
13627 cat >>confdefs.h
<<\_ACEOF
13628 #define HAVE_ALLOCA_H 1
13633 echo "$as_me:$LINENO: checking for alloca" >&5
13634 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
13635 if test "${ac_cv_func_alloca_works+set}" = set; then
13636 echo $ECHO_N "(cached) $ECHO_C" >&6
13638 cat >conftest.
$ac_ext <<_ACEOF
13641 cat confdefs.h
>>conftest.
$ac_ext
13642 cat >>conftest.
$ac_ext <<_ACEOF
13643 /* end confdefs.h. */
13645 # define alloca __builtin_alloca
13648 # include <malloc.h>
13649 # define alloca _alloca
13652 # include <alloca.h>
13657 # ifndef alloca /* predefined by HP cc +Olibcalls */
13668 char *p = (char *) alloca (1);
13673 rm -f conftest.
$ac_objext conftest
$ac_exeext
13674 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13675 (eval $ac_link) 2>conftest.er1
13677 grep -v '^ *+' conftest.er1
>conftest.err
13679 cat conftest.err
>&5
13680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13681 (exit $ac_status); } &&
13682 { ac_try
='test -z "$ac_c_werror_flag"
13683 || test ! -s conftest.err'
13684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13685 (eval $ac_try) 2>&5
13687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13688 (exit $ac_status); }; } &&
13689 { ac_try
='test -s conftest$ac_exeext'
13690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13691 (eval $ac_try) 2>&5
13693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13694 (exit $ac_status); }; }; then
13695 ac_cv_func_alloca_works
=yes
13697 echo "$as_me: failed program was:" >&5
13698 sed 's/^/| /' conftest.
$ac_ext >&5
13700 ac_cv_func_alloca_works
=no
13702 rm -f conftest.err conftest.
$ac_objext \
13703 conftest
$ac_exeext conftest.
$ac_ext
13705 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
13706 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
13708 if test $ac_cv_func_alloca_works = yes; then
13710 cat >>confdefs.h
<<\_ACEOF
13711 #define HAVE_ALLOCA 1
13715 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13716 # that cause trouble. Some versions do not even contain alloca or
13717 # contain a buggy version. If you still want to use their alloca,
13718 # use ar to extract alloca.o from them instead of compiling alloca.c.
13720 ALLOCA
=alloca.
$ac_objext
13722 cat >>confdefs.h
<<\_ACEOF
13727 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
13728 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
13729 if test "${ac_cv_os_cray+set}" = set; then
13730 echo $ECHO_N "(cached) $ECHO_C" >&6
13732 cat >conftest.
$ac_ext <<_ACEOF
13735 cat confdefs.h
>>conftest.
$ac_ext
13736 cat >>conftest.
$ac_ext <<_ACEOF
13737 /* end confdefs.h. */
13738 #if defined(CRAY) && ! defined(CRAY2)
13745 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13746 $EGREP "webecray" >/dev
/null
2>&1; then
13754 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
13755 echo "${ECHO_T}$ac_cv_os_cray" >&6
13756 if test $ac_cv_os_cray = yes; then
13757 for ac_func
in _getb67 GETB67 getb67
; do
13758 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13759 echo "$as_me:$LINENO: checking for $ac_func" >&5
13760 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13761 if eval "test \"\${$as_ac_var+set}\" = set"; then
13762 echo $ECHO_N "(cached) $ECHO_C" >&6
13764 cat >conftest.
$ac_ext <<_ACEOF
13767 cat confdefs.h
>>conftest.
$ac_ext
13768 cat >>conftest.
$ac_ext <<_ACEOF
13769 /* end confdefs.h. */
13770 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13771 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13772 #define $ac_func innocuous_$ac_func
13774 /* System header to define __stub macros and hopefully few prototypes,
13775 which can conflict with char $ac_func (); below.
13776 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13777 <limits.h> exists even on freestanding compilers. */
13780 # include <limits.h>
13782 # include <assert.h>
13787 /* Override any gcc2 internal prototype to avoid an error. */
13792 /* We use char because int might match the return type of a gcc2
13793 builtin and then its argument prototype would still apply. */
13795 /* The GNU C library defines this for functions which it implements
13796 to always fail with ENOSYS. Some functions are actually named
13797 something starting with __ and the normal name is an alias. */
13798 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13801 char (*f) () = $ac_func;
13810 return f != $ac_func;
13815 rm -f conftest.
$ac_objext conftest
$ac_exeext
13816 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13817 (eval $ac_link) 2>conftest.er1
13819 grep -v '^ *+' conftest.er1
>conftest.err
13821 cat conftest.err
>&5
13822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13823 (exit $ac_status); } &&
13824 { ac_try
='test -z "$ac_c_werror_flag"
13825 || test ! -s conftest.err'
13826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13827 (eval $ac_try) 2>&5
13829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13830 (exit $ac_status); }; } &&
13831 { ac_try
='test -s conftest$ac_exeext'
13832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13833 (eval $ac_try) 2>&5
13835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13836 (exit $ac_status); }; }; then
13837 eval "$as_ac_var=yes"
13839 echo "$as_me: failed program was:" >&5
13840 sed 's/^/| /' conftest.
$ac_ext >&5
13842 eval "$as_ac_var=no"
13844 rm -f conftest.err conftest.
$ac_objext \
13845 conftest
$ac_exeext conftest.
$ac_ext
13847 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13848 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13849 if test `eval echo '${'$as_ac_var'}'` = yes; then
13851 cat >>confdefs.h
<<_ACEOF
13852 #define CRAY_STACKSEG_END $ac_func
13861 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
13862 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
13863 if test "${ac_cv_c_stack_direction+set}" = set; then
13864 echo $ECHO_N "(cached) $ECHO_C" >&6
13866 if test "$cross_compiling" = yes; then
13867 ac_cv_c_stack_direction
=0
13869 cat >conftest.
$ac_ext <<_ACEOF
13872 cat confdefs.h
>>conftest.
$ac_ext
13873 cat >>conftest.
$ac_ext <<_ACEOF
13874 /* end confdefs.h. */
13876 find_stack_direction ()
13878 static char *addr = 0;
13883 return find_stack_direction ();
13886 return (&dummy > addr) ? 1 : -1;
13892 exit (find_stack_direction () < 0);
13895 rm -f conftest
$ac_exeext
13896 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13897 (eval $ac_link) 2>&5
13899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13900 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
13901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13902 (eval $ac_try) 2>&5
13904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13905 (exit $ac_status); }; }; then
13906 ac_cv_c_stack_direction
=1
13908 echo "$as_me: program exited with status $ac_status" >&5
13909 echo "$as_me: failed program was:" >&5
13910 sed 's/^/| /' conftest.
$ac_ext >&5
13912 ( exit $ac_status )
13913 ac_cv_c_stack_direction
=-1
13915 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
13918 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
13919 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
13921 cat >>confdefs.h
<<_ACEOF
13922 #define STACK_DIRECTION $ac_cv_c_stack_direction
13928 echo "$as_me:$LINENO: checking for inline" >&5
13929 echo $ECHO_N "checking for inline... $ECHO_C" >&6
13930 if test "${ac_cv_c_inline+set}" = set; then
13931 echo $ECHO_N "(cached) $ECHO_C" >&6
13934 for ac_kw
in inline __inline__ __inline
; do
13935 cat >conftest.
$ac_ext <<_ACEOF
13938 cat confdefs.h
>>conftest.
$ac_ext
13939 cat >>conftest.
$ac_ext <<_ACEOF
13940 /* end confdefs.h. */
13941 #ifndef __cplusplus
13943 static $ac_kw foo_t static_foo () {return 0; }
13944 $ac_kw foo_t foo () {return 0; }
13948 rm -f conftest.
$ac_objext
13949 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13950 (eval $ac_compile) 2>conftest.er1
13952 grep -v '^ *+' conftest.er1
>conftest.err
13954 cat conftest.err
>&5
13955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13956 (exit $ac_status); } &&
13957 { ac_try
='test -z "$ac_c_werror_flag"
13958 || test ! -s conftest.err'
13959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13960 (eval $ac_try) 2>&5
13962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13963 (exit $ac_status); }; } &&
13964 { ac_try
='test -s conftest.$ac_objext'
13965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13966 (eval $ac_try) 2>&5
13968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13969 (exit $ac_status); }; }; then
13970 ac_cv_c_inline
=$ac_kw; break
13972 echo "$as_me: failed program was:" >&5
13973 sed 's/^/| /' conftest.
$ac_ext >&5
13976 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13980 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
13981 echo "${ECHO_T}$ac_cv_c_inline" >&6
13984 case $ac_cv_c_inline in
13987 case $ac_cv_c_inline in
13989 *) ac_val
=$ac_cv_c_inline;;
13991 cat >>confdefs.h
<<_ACEOF
13992 #ifndef __cplusplus
13993 #define inline $ac_val
14000 # VMS doesn't have unlink.
14003 for ac_func
in unlink remove
14005 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14006 echo "$as_me:$LINENO: checking for $ac_func" >&5
14007 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14008 if eval "test \"\${$as_ac_var+set}\" = set"; then
14009 echo $ECHO_N "(cached) $ECHO_C" >&6
14011 cat >conftest.
$ac_ext <<_ACEOF
14014 cat confdefs.h
>>conftest.
$ac_ext
14015 cat >>conftest.
$ac_ext <<_ACEOF
14016 /* end confdefs.h. */
14017 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14018 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14019 #define $ac_func innocuous_$ac_func
14021 /* System header to define __stub macros and hopefully few prototypes,
14022 which can conflict with char $ac_func (); below.
14023 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14024 <limits.h> exists even on freestanding compilers. */
14027 # include <limits.h>
14029 # include <assert.h>
14034 /* Override any gcc2 internal prototype to avoid an error. */
14039 /* We use char because int might match the return type of a gcc2
14040 builtin and then its argument prototype would still apply. */
14042 /* The GNU C library defines this for functions which it implements
14043 to always fail with ENOSYS. Some functions are actually named
14044 something starting with __ and the normal name is an alias. */
14045 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14048 char (*f) () = $ac_func;
14057 return f != $ac_func;
14062 rm -f conftest.
$ac_objext conftest
$ac_exeext
14063 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14064 (eval $ac_link) 2>conftest.er1
14066 grep -v '^ *+' conftest.er1
>conftest.err
14068 cat conftest.err
>&5
14069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14070 (exit $ac_status); } &&
14071 { ac_try
='test -z "$ac_c_werror_flag"
14072 || test ! -s conftest.err'
14073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14074 (eval $ac_try) 2>&5
14076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14077 (exit $ac_status); }; } &&
14078 { ac_try
='test -s conftest$ac_exeext'
14079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14080 (eval $ac_try) 2>&5
14082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14083 (exit $ac_status); }; }; then
14084 eval "$as_ac_var=yes"
14086 echo "$as_me: failed program was:" >&5
14087 sed 's/^/| /' conftest.
$ac_ext >&5
14089 eval "$as_ac_var=no"
14091 rm -f conftest.err conftest.
$ac_objext \
14092 conftest
$ac_exeext conftest.
$ac_ext
14094 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14095 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14096 if test `eval echo '${'$as_ac_var'}'` = yes; then
14097 cat >>confdefs.h
<<_ACEOF
14098 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14105 # Some systems don't have sbrk().
14107 for ac_func
in sbrk
14109 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14110 echo "$as_me:$LINENO: checking for $ac_func" >&5
14111 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14112 if eval "test \"\${$as_ac_var+set}\" = set"; then
14113 echo $ECHO_N "(cached) $ECHO_C" >&6
14115 cat >conftest.
$ac_ext <<_ACEOF
14118 cat confdefs.h
>>conftest.
$ac_ext
14119 cat >>conftest.
$ac_ext <<_ACEOF
14120 /* end confdefs.h. */
14121 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14122 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14123 #define $ac_func innocuous_$ac_func
14125 /* System header to define __stub macros and hopefully few prototypes,
14126 which can conflict with char $ac_func (); below.
14127 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14128 <limits.h> exists even on freestanding compilers. */
14131 # include <limits.h>
14133 # include <assert.h>
14138 /* Override any gcc2 internal prototype to avoid an error. */
14143 /* We use char because int might match the return type of a gcc2
14144 builtin and then its argument prototype would still apply. */
14146 /* The GNU C library defines this for functions which it implements
14147 to always fail with ENOSYS. Some functions are actually named
14148 something starting with __ and the normal name is an alias. */
14149 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14152 char (*f) () = $ac_func;
14161 return f != $ac_func;
14166 rm -f conftest.
$ac_objext conftest
$ac_exeext
14167 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14168 (eval $ac_link) 2>conftest.er1
14170 grep -v '^ *+' conftest.er1
>conftest.err
14172 cat conftest.err
>&5
14173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14174 (exit $ac_status); } &&
14175 { ac_try
='test -z "$ac_c_werror_flag"
14176 || test ! -s conftest.err'
14177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14178 (eval $ac_try) 2>&5
14180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14181 (exit $ac_status); }; } &&
14182 { ac_try
='test -s conftest$ac_exeext'
14183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14184 (eval $ac_try) 2>&5
14186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14187 (exit $ac_status); }; }; then
14188 eval "$as_ac_var=yes"
14190 echo "$as_me: failed program was:" >&5
14191 sed 's/^/| /' conftest.
$ac_ext >&5
14193 eval "$as_ac_var=no"
14195 rm -f conftest.err conftest.
$ac_objext \
14196 conftest
$ac_exeext conftest.
$ac_ext
14198 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14199 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14200 if test `eval echo '${'$as_ac_var'}'` = yes; then
14201 cat >>confdefs.h
<<_ACEOF
14202 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14209 # do we need the math library?
14210 case "${need_libm}" in
14214 *-*-beos* |
*-*-cygwin* |
*-*-pw32* |
*-*-darwin*)
14215 # These system don't have libm, or don't need it
14218 echo "$as_me:$LINENO: checking for _mwvalidcheckl in -lmw" >&5
14219 echo $ECHO_N "checking for _mwvalidcheckl in -lmw... $ECHO_C" >&6
14220 if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then
14221 echo $ECHO_N "(cached) $ECHO_C" >&6
14223 ac_check_lib_save_LIBS
=$LIBS
14225 cat >conftest.
$ac_ext <<_ACEOF
14228 cat confdefs.h
>>conftest.
$ac_ext
14229 cat >>conftest.
$ac_ext <<_ACEOF
14230 /* end confdefs.h. */
14232 /* Override any gcc2 internal prototype to avoid an error. */
14236 /* We use char because int might match the return type of a gcc2
14237 builtin and then its argument prototype would still apply. */
14238 char _mwvalidcheckl ();
14247 rm -f conftest.
$ac_objext conftest
$ac_exeext
14248 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14249 (eval $ac_link) 2>conftest.er1
14251 grep -v '^ *+' conftest.er1
>conftest.err
14253 cat conftest.err
>&5
14254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14255 (exit $ac_status); } &&
14256 { ac_try
='test -z "$ac_c_werror_flag"
14257 || test ! -s conftest.err'
14258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14259 (eval $ac_try) 2>&5
14261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14262 (exit $ac_status); }; } &&
14263 { ac_try
='test -s conftest$ac_exeext'
14264 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14265 (eval $ac_try) 2>&5
14267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14268 (exit $ac_status); }; }; then
14269 ac_cv_lib_mw__mwvalidcheckl
=yes
14271 echo "$as_me: failed program was:" >&5
14272 sed 's/^/| /' conftest.
$ac_ext >&5
14274 ac_cv_lib_mw__mwvalidcheckl
=no
14276 rm -f conftest.err conftest.
$ac_objext \
14277 conftest
$ac_exeext conftest.
$ac_ext
14278 LIBS
=$ac_check_lib_save_LIBS
14280 echo "$as_me:$LINENO: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
14281 echo "${ECHO_T}$ac_cv_lib_mw__mwvalidcheckl" >&6
14282 if test $ac_cv_lib_mw__mwvalidcheckl = yes; then
14286 echo "$as_me:$LINENO: checking for cos in -lm" >&5
14287 echo $ECHO_N "checking for cos in -lm... $ECHO_C" >&6
14288 if test "${ac_cv_lib_m_cos+set}" = set; then
14289 echo $ECHO_N "(cached) $ECHO_C" >&6
14291 ac_check_lib_save_LIBS
=$LIBS
14293 cat >conftest.
$ac_ext <<_ACEOF
14296 cat confdefs.h
>>conftest.
$ac_ext
14297 cat >>conftest.
$ac_ext <<_ACEOF
14298 /* end confdefs.h. */
14300 /* Override any gcc2 internal prototype to avoid an error. */
14304 /* We use char because int might match the return type of a gcc2
14305 builtin and then its argument prototype would still apply. */
14315 rm -f conftest.
$ac_objext conftest
$ac_exeext
14316 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14317 (eval $ac_link) 2>conftest.er1
14319 grep -v '^ *+' conftest.er1
>conftest.err
14321 cat conftest.err
>&5
14322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14323 (exit $ac_status); } &&
14324 { ac_try
='test -z "$ac_c_werror_flag"
14325 || test ! -s conftest.err'
14326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14327 (eval $ac_try) 2>&5
14329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14330 (exit $ac_status); }; } &&
14331 { ac_try
='test -s conftest$ac_exeext'
14332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14333 (eval $ac_try) 2>&5
14335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14336 (exit $ac_status); }; }; then
14337 ac_cv_lib_m_cos
=yes
14339 echo "$as_me: failed program was:" >&5
14340 sed 's/^/| /' conftest.
$ac_ext >&5
14344 rm -f conftest.err conftest.
$ac_objext \
14345 conftest
$ac_exeext conftest.
$ac_ext
14346 LIBS
=$ac_check_lib_save_LIBS
14348 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cos" >&5
14349 echo "${ECHO_T}$ac_cv_lib_m_cos" >&6
14350 if test $ac_cv_lib_m_cos = yes; then
14356 echo "$as_me:$LINENO: checking for cos in -lm" >&5
14357 echo $ECHO_N "checking for cos in -lm... $ECHO_C" >&6
14358 if test "${ac_cv_lib_m_cos+set}" = set; then
14359 echo $ECHO_N "(cached) $ECHO_C" >&6
14361 ac_check_lib_save_LIBS
=$LIBS
14363 cat >conftest.
$ac_ext <<_ACEOF
14366 cat confdefs.h
>>conftest.
$ac_ext
14367 cat >>conftest.
$ac_ext <<_ACEOF
14368 /* end confdefs.h. */
14370 /* Override any gcc2 internal prototype to avoid an error. */
14374 /* We use char because int might match the return type of a gcc2
14375 builtin and then its argument prototype would still apply. */
14385 rm -f conftest.
$ac_objext conftest
$ac_exeext
14386 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14387 (eval $ac_link) 2>conftest.er1
14389 grep -v '^ *+' conftest.er1
>conftest.err
14391 cat conftest.err
>&5
14392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14393 (exit $ac_status); } &&
14394 { ac_try
='test -z "$ac_c_werror_flag"
14395 || test ! -s conftest.err'
14396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14397 (eval $ac_try) 2>&5
14399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14400 (exit $ac_status); }; } &&
14401 { ac_try
='test -s conftest$ac_exeext'
14402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14403 (eval $ac_try) 2>&5
14405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14406 (exit $ac_status); }; }; then
14407 ac_cv_lib_m_cos
=yes
14409 echo "$as_me: failed program was:" >&5
14410 sed 's/^/| /' conftest.
$ac_ext >&5
14414 rm -f conftest.err conftest.
$ac_objext \
14415 conftest
$ac_exeext conftest.
$ac_ext
14416 LIBS
=$ac_check_lib_save_LIBS
14418 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cos" >&5
14419 echo "${ECHO_T}$ac_cv_lib_m_cos" >&6
14420 if test $ac_cv_lib_m_cos = yes; then
14432 # Some non-ANSI preprocessors botch requoting inside strings. That's bad
14433 # enough, but on some of those systems, the assert macro relies on requoting
14434 # working properly!
14435 echo "$as_me:$LINENO: checking for working assert macro" >&5
14436 echo $ECHO_N "checking for working assert macro... $ECHO_C" >&6
14437 if test "${gas_cv_assert_ok+set}" = set; then
14438 echo $ECHO_N "(cached) $ECHO_C" >&6
14440 cat >conftest.
$ac_ext <<_ACEOF
14443 cat confdefs.h
>>conftest.
$ac_ext
14444 cat >>conftest.
$ac_ext <<_ACEOF
14445 /* end confdefs.h. */
14446 #include <assert.h>
14452 /* check for requoting problems */
14453 static int a, b, c, d;
14455 assert (!strcmp(s, "foo bar baz quux"));
14456 /* check for newline handling */
14464 rm -f conftest.
$ac_objext conftest
$ac_exeext
14465 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14466 (eval $ac_link) 2>conftest.er1
14468 grep -v '^ *+' conftest.er1
>conftest.err
14470 cat conftest.err
>&5
14471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14472 (exit $ac_status); } &&
14473 { ac_try
='test -z "$ac_c_werror_flag"
14474 || test ! -s conftest.err'
14475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14476 (eval $ac_try) 2>&5
14478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14479 (exit $ac_status); }; } &&
14480 { ac_try
='test -s conftest$ac_exeext'
14481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14482 (eval $ac_try) 2>&5
14484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14485 (exit $ac_status); }; }; then
14486 gas_cv_assert_ok
=yes
14488 echo "$as_me: failed program was:" >&5
14489 sed 's/^/| /' conftest.
$ac_ext >&5
14491 gas_cv_assert_ok
=no
14493 rm -f conftest.err conftest.
$ac_objext \
14494 conftest
$ac_exeext conftest.
$ac_ext
14496 echo "$as_me:$LINENO: result: $gas_cv_assert_ok" >&5
14497 echo "${ECHO_T}$gas_cv_assert_ok" >&6
14498 test $gas_cv_assert_ok = yes ||
14499 cat >>confdefs.h
<<\_ACEOF
14500 #define BROKEN_ASSERT 1
14505 # On some systems, the system header files may not declare malloc, realloc,
14506 # and free. There are places where gas needs these functions to have been
14507 # declared -- such as when taking their addresses.
14509 #ifdef HAVE_MEMORY_H
14510 #include <memory.h>
14512 #ifdef HAVE_STRING_H
14513 #include <string.h>
14515 #ifdef HAVE_STRINGS_H
14516 #include <strings.h>
14519 #ifdef HAVE_STDLIB_H
14520 #include <stdlib.h>
14522 #ifdef HAVE_UNISTD_H
14523 #include <unistd.h>
14527 # Does errno.h declare errno, or do we have to add a separate declaration
14530 echo "$as_me:$LINENO: checking whether declaration is required for errno" >&5
14531 echo $ECHO_N "checking whether declaration is required for errno... $ECHO_C" >&6
14532 if test "${gas_cv_decl_needed_errno+set}" = set; then
14533 echo $ECHO_N "(cached) $ECHO_C" >&6
14535 cat >conftest.
$ac_ext <<_ACEOF
14538 cat confdefs.h
>>conftest.
$ac_ext
14539 cat >>conftest.
$ac_ext <<_ACEOF
14540 /* end confdefs.h. */
14542 #ifdef HAVE_ERRNO_H
14558 rm -f conftest.
$ac_objext conftest
$ac_exeext
14559 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14560 (eval $ac_link) 2>conftest.er1
14562 grep -v '^ *+' conftest.er1
>conftest.err
14564 cat conftest.err
>&5
14565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14566 (exit $ac_status); } &&
14567 { ac_try
='test -z "$ac_c_werror_flag"
14568 || test ! -s conftest.err'
14569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14570 (eval $ac_try) 2>&5
14572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14573 (exit $ac_status); }; } &&
14574 { ac_try
='test -s conftest$ac_exeext'
14575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14576 (eval $ac_try) 2>&5
14578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14579 (exit $ac_status); }; }; then
14580 gas_cv_decl_needed_errno
=no
14582 echo "$as_me: failed program was:" >&5
14583 sed 's/^/| /' conftest.
$ac_ext >&5
14585 gas_cv_decl_needed_errno
=yes
14587 rm -f conftest.err conftest.
$ac_objext \
14588 conftest
$ac_exeext conftest.
$ac_ext
14590 echo "$as_me:$LINENO: result: $gas_cv_decl_needed_errno" >&5
14591 echo "${ECHO_T}$gas_cv_decl_needed_errno" >&6
14592 if test $gas_cv_decl_needed_errno = yes; then
14594 cat >>confdefs.h
<<\_ACEOF
14595 #define NEED_DECLARATION_ERRNO 1
14601 echo "$as_me:$LINENO: checking for a known getopt prototype in unistd.h" >&5
14602 echo $ECHO_N "checking for a known getopt prototype in unistd.h... $ECHO_C" >&6
14603 if test "${gas_cv_decl_getopt_unistd_h+set}" = set; then
14604 echo $ECHO_N "(cached) $ECHO_C" >&6
14606 cat >conftest.
$ac_ext <<_ACEOF
14609 cat confdefs.h
>>conftest.
$ac_ext
14610 cat >>conftest.
$ac_ext <<_ACEOF
14611 /* end confdefs.h. */
14612 #include <unistd.h>
14616 extern int getopt (int, char *const*, const char *);
14621 rm -f conftest.
$ac_objext
14622 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14623 (eval $ac_compile) 2>conftest.er1
14625 grep -v '^ *+' conftest.er1
>conftest.err
14627 cat conftest.err
>&5
14628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14629 (exit $ac_status); } &&
14630 { ac_try
='test -z "$ac_c_werror_flag"
14631 || test ! -s conftest.err'
14632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14633 (eval $ac_try) 2>&5
14635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14636 (exit $ac_status); }; } &&
14637 { ac_try
='test -s conftest.$ac_objext'
14638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14639 (eval $ac_try) 2>&5
14641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14642 (exit $ac_status); }; }; then
14643 gas_cv_decl_getopt_unistd_h
=yes
14645 echo "$as_me: failed program was:" >&5
14646 sed 's/^/| /' conftest.
$ac_ext >&5
14648 gas_cv_decl_getopt_unistd_h
=no
14650 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14653 echo "$as_me:$LINENO: result: $gas_cv_decl_getopt_unistd_h" >&5
14654 echo "${ECHO_T}$gas_cv_decl_getopt_unistd_h" >&6
14655 if test $gas_cv_decl_getopt_unistd_h = yes; then
14657 cat >>confdefs.h
<<\_ACEOF
14658 #define HAVE_DECL_GETOPT 1
14664 echo "$as_me:$LINENO: checking whether declaration is required for environ" >&5
14665 echo $ECHO_N "checking whether declaration is required for environ... $ECHO_C" >&6
14666 if test "${gas_cv_decl_needed_environ+set}" = set; then
14667 echo $ECHO_N "(cached) $ECHO_C" >&6
14669 cat >conftest.
$ac_ext <<_ACEOF
14672 cat confdefs.h
>>conftest.
$ac_ext
14673 cat >>conftest.
$ac_ext <<_ACEOF
14674 /* end confdefs.h. */
14688 rm -f conftest.
$ac_objext conftest
$ac_exeext
14689 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14690 (eval $ac_link) 2>conftest.er1
14692 grep -v '^ *+' conftest.er1
>conftest.err
14694 cat conftest.err
>&5
14695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14696 (exit $ac_status); } &&
14697 { ac_try
='test -z "$ac_c_werror_flag"
14698 || test ! -s conftest.err'
14699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14700 (eval $ac_try) 2>&5
14702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14703 (exit $ac_status); }; } &&
14704 { ac_try
='test -s conftest$ac_exeext'
14705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14706 (eval $ac_try) 2>&5
14708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14709 (exit $ac_status); }; }; then
14710 gas_cv_decl_needed_environ
=no
14712 echo "$as_me: failed program was:" >&5
14713 sed 's/^/| /' conftest.
$ac_ext >&5
14715 gas_cv_decl_needed_environ
=yes
14717 rm -f conftest.err conftest.
$ac_objext \
14718 conftest
$ac_exeext conftest.
$ac_ext
14720 echo "$as_me:$LINENO: result: $gas_cv_decl_needed_environ" >&5
14721 echo "${ECHO_T}$gas_cv_decl_needed_environ" >&6
14722 if test $gas_cv_decl_needed_environ = yes; then
14724 cat >>confdefs.h
<<\_ACEOF
14725 #define NEED_DECLARATION_ENVIRON 1
14731 echo "$as_me:$LINENO: checking whether declaration is required for ffs" >&5
14732 echo $ECHO_N "checking whether declaration is required for ffs... $ECHO_C" >&6
14733 if test "${gas_cv_decl_needed_ffs+set}" = set; then
14734 echo $ECHO_N "(cached) $ECHO_C" >&6
14736 cat >conftest.
$ac_ext <<_ACEOF
14739 cat confdefs.h
>>conftest.
$ac_ext
14740 cat >>conftest.
$ac_ext <<_ACEOF
14741 /* end confdefs.h. */
14747 typedef int (*f)(int);
14755 rm -f conftest.
$ac_objext conftest
$ac_exeext
14756 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14757 (eval $ac_link) 2>conftest.er1
14759 grep -v '^ *+' conftest.er1
>conftest.err
14761 cat conftest.err
>&5
14762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14763 (exit $ac_status); } &&
14764 { ac_try
='test -z "$ac_c_werror_flag"
14765 || test ! -s conftest.err'
14766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14767 (eval $ac_try) 2>&5
14769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14770 (exit $ac_status); }; } &&
14771 { ac_try
='test -s conftest$ac_exeext'
14772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14773 (eval $ac_try) 2>&5
14775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14776 (exit $ac_status); }; }; then
14777 gas_cv_decl_needed_ffs
=no
14779 echo "$as_me: failed program was:" >&5
14780 sed 's/^/| /' conftest.
$ac_ext >&5
14782 gas_cv_decl_needed_ffs
=yes
14784 rm -f conftest.err conftest.
$ac_objext \
14785 conftest
$ac_exeext conftest.
$ac_ext
14787 echo "$as_me:$LINENO: result: $gas_cv_decl_needed_ffs" >&5
14788 echo "${ECHO_T}$gas_cv_decl_needed_ffs" >&6
14789 if test $gas_cv_decl_needed_ffs = yes; then
14791 cat >>confdefs.h
<<\_ACEOF
14792 #define NEED_DECLARATION_FFS 1
14798 echo "$as_me:$LINENO: checking whether declaration is required for free" >&5
14799 echo $ECHO_N "checking whether declaration is required for free... $ECHO_C" >&6
14800 if test "${gas_cv_decl_needed_free+set}" = set; then
14801 echo $ECHO_N "(cached) $ECHO_C" >&6
14803 cat >conftest.
$ac_ext <<_ACEOF
14806 cat confdefs.h
>>conftest.
$ac_ext
14807 cat >>conftest.
$ac_ext <<_ACEOF
14808 /* end confdefs.h. */
14814 typedef void (*f)();
14822 rm -f conftest.
$ac_objext conftest
$ac_exeext
14823 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14824 (eval $ac_link) 2>conftest.er1
14826 grep -v '^ *+' conftest.er1
>conftest.err
14828 cat conftest.err
>&5
14829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14830 (exit $ac_status); } &&
14831 { ac_try
='test -z "$ac_c_werror_flag"
14832 || test ! -s conftest.err'
14833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14834 (eval $ac_try) 2>&5
14836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14837 (exit $ac_status); }; } &&
14838 { ac_try
='test -s conftest$ac_exeext'
14839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14840 (eval $ac_try) 2>&5
14842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14843 (exit $ac_status); }; }; then
14844 gas_cv_decl_needed_free
=no
14846 echo "$as_me: failed program was:" >&5
14847 sed 's/^/| /' conftest.
$ac_ext >&5
14849 gas_cv_decl_needed_free
=yes
14851 rm -f conftest.err conftest.
$ac_objext \
14852 conftest
$ac_exeext conftest.
$ac_ext
14854 echo "$as_me:$LINENO: result: $gas_cv_decl_needed_free" >&5
14855 echo "${ECHO_T}$gas_cv_decl_needed_free" >&6
14856 if test $gas_cv_decl_needed_free = yes; then
14858 cat >>confdefs.h
<<\_ACEOF
14859 #define NEED_DECLARATION_FREE 1
14865 echo "$as_me:$LINENO: checking whether declaration is required for malloc" >&5
14866 echo $ECHO_N "checking whether declaration is required for malloc... $ECHO_C" >&6
14867 if test "${gas_cv_decl_needed_malloc+set}" = set; then
14868 echo $ECHO_N "(cached) $ECHO_C" >&6
14870 cat >conftest.
$ac_ext <<_ACEOF
14873 cat confdefs.h
>>conftest.
$ac_ext
14874 cat >>conftest.
$ac_ext <<_ACEOF
14875 /* end confdefs.h. */
14881 typedef char *(*f)();
14889 rm -f conftest.
$ac_objext conftest
$ac_exeext
14890 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14891 (eval $ac_link) 2>conftest.er1
14893 grep -v '^ *+' conftest.er1
>conftest.err
14895 cat conftest.err
>&5
14896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14897 (exit $ac_status); } &&
14898 { ac_try
='test -z "$ac_c_werror_flag"
14899 || test ! -s conftest.err'
14900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14901 (eval $ac_try) 2>&5
14903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14904 (exit $ac_status); }; } &&
14905 { ac_try
='test -s conftest$ac_exeext'
14906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14907 (eval $ac_try) 2>&5
14909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14910 (exit $ac_status); }; }; then
14911 gas_cv_decl_needed_malloc
=no
14913 echo "$as_me: failed program was:" >&5
14914 sed 's/^/| /' conftest.
$ac_ext >&5
14916 gas_cv_decl_needed_malloc
=yes
14918 rm -f conftest.err conftest.
$ac_objext \
14919 conftest
$ac_exeext conftest.
$ac_ext
14921 echo "$as_me:$LINENO: result: $gas_cv_decl_needed_malloc" >&5
14922 echo "${ECHO_T}$gas_cv_decl_needed_malloc" >&6
14923 if test $gas_cv_decl_needed_malloc = yes; then
14925 cat >>confdefs.h
<<\_ACEOF
14926 #define NEED_DECLARATION_MALLOC 1
14932 echo "$as_me:$LINENO: checking whether declaration is required for sbrk" >&5
14933 echo $ECHO_N "checking whether declaration is required for sbrk... $ECHO_C" >&6
14934 if test "${gas_cv_decl_needed_sbrk+set}" = set; then
14935 echo $ECHO_N "(cached) $ECHO_C" >&6
14937 cat >conftest.
$ac_ext <<_ACEOF
14940 cat confdefs.h
>>conftest.
$ac_ext
14941 cat >>conftest.
$ac_ext <<_ACEOF
14942 /* end confdefs.h. */
14948 typedef char *(*f)();
14956 rm -f conftest.
$ac_objext conftest
$ac_exeext
14957 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14958 (eval $ac_link) 2>conftest.er1
14960 grep -v '^ *+' conftest.er1
>conftest.err
14962 cat conftest.err
>&5
14963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14964 (exit $ac_status); } &&
14965 { ac_try
='test -z "$ac_c_werror_flag"
14966 || test ! -s conftest.err'
14967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14968 (eval $ac_try) 2>&5
14970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14971 (exit $ac_status); }; } &&
14972 { ac_try
='test -s conftest$ac_exeext'
14973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14974 (eval $ac_try) 2>&5
14976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14977 (exit $ac_status); }; }; then
14978 gas_cv_decl_needed_sbrk
=no
14980 echo "$as_me: failed program was:" >&5
14981 sed 's/^/| /' conftest.
$ac_ext >&5
14983 gas_cv_decl_needed_sbrk
=yes
14985 rm -f conftest.err conftest.
$ac_objext \
14986 conftest
$ac_exeext conftest.
$ac_ext
14988 echo "$as_me:$LINENO: result: $gas_cv_decl_needed_sbrk" >&5
14989 echo "${ECHO_T}$gas_cv_decl_needed_sbrk" >&6
14990 if test $gas_cv_decl_needed_sbrk = yes; then
14992 cat >>confdefs.h
<<\_ACEOF
14993 #define NEED_DECLARATION_SBRK 1
14999 echo "$as_me:$LINENO: checking whether declaration is required for strstr" >&5
15000 echo $ECHO_N "checking whether declaration is required for strstr... $ECHO_C" >&6
15001 if test "${gas_cv_decl_needed_strstr+set}" = set; then
15002 echo $ECHO_N "(cached) $ECHO_C" >&6
15004 cat >conftest.
$ac_ext <<_ACEOF
15007 cat confdefs.h
>>conftest.
$ac_ext
15008 cat >>conftest.
$ac_ext <<_ACEOF
15009 /* end confdefs.h. */
15015 typedef char *(*f)();
15023 rm -f conftest.
$ac_objext conftest
$ac_exeext
15024 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15025 (eval $ac_link) 2>conftest.er1
15027 grep -v '^ *+' conftest.er1
>conftest.err
15029 cat conftest.err
>&5
15030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15031 (exit $ac_status); } &&
15032 { ac_try
='test -z "$ac_c_werror_flag"
15033 || test ! -s conftest.err'
15034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15035 (eval $ac_try) 2>&5
15037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15038 (exit $ac_status); }; } &&
15039 { ac_try
='test -s conftest$ac_exeext'
15040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15041 (eval $ac_try) 2>&5
15043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15044 (exit $ac_status); }; }; then
15045 gas_cv_decl_needed_strstr
=no
15047 echo "$as_me: failed program was:" >&5
15048 sed 's/^/| /' conftest.
$ac_ext >&5
15050 gas_cv_decl_needed_strstr
=yes
15052 rm -f conftest.err conftest.
$ac_objext \
15053 conftest
$ac_exeext conftest.
$ac_ext
15055 echo "$as_me:$LINENO: result: $gas_cv_decl_needed_strstr" >&5
15056 echo "${ECHO_T}$gas_cv_decl_needed_strstr" >&6
15057 if test $gas_cv_decl_needed_strstr = yes; then
15059 cat >>confdefs.h
<<\_ACEOF
15060 #define NEED_DECLARATION_STRSTR 1
15066 echo "$as_me:$LINENO: checking whether vsnprintf is declared" >&5
15067 echo $ECHO_N "checking whether vsnprintf is declared... $ECHO_C" >&6
15068 if test "${ac_cv_have_decl_vsnprintf+set}" = set; then
15069 echo $ECHO_N "(cached) $ECHO_C" >&6
15071 cat >conftest.
$ac_ext <<_ACEOF
15074 cat confdefs.h
>>conftest.
$ac_ext
15075 cat >>conftest.
$ac_ext <<_ACEOF
15076 /* end confdefs.h. */
15077 $ac_includes_default
15082 char *p = (char *) vsnprintf;
15089 rm -f conftest.
$ac_objext
15090 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15091 (eval $ac_compile) 2>conftest.er1
15093 grep -v '^ *+' conftest.er1
>conftest.err
15095 cat conftest.err
>&5
15096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15097 (exit $ac_status); } &&
15098 { ac_try
='test -z "$ac_c_werror_flag"
15099 || test ! -s conftest.err'
15100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15101 (eval $ac_try) 2>&5
15103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15104 (exit $ac_status); }; } &&
15105 { ac_try
='test -s conftest.$ac_objext'
15106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15107 (eval $ac_try) 2>&5
15109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15110 (exit $ac_status); }; }; then
15111 ac_cv_have_decl_vsnprintf
=yes
15113 echo "$as_me: failed program was:" >&5
15114 sed 's/^/| /' conftest.
$ac_ext >&5
15116 ac_cv_have_decl_vsnprintf
=no
15118 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15120 echo "$as_me:$LINENO: result: $ac_cv_have_decl_vsnprintf" >&5
15121 echo "${ECHO_T}$ac_cv_have_decl_vsnprintf" >&6
15122 if test $ac_cv_have_decl_vsnprintf = yes; then
15124 cat >>confdefs.h
<<_ACEOF
15125 #define HAVE_DECL_VSNPRINTF 1
15130 cat >>confdefs.h
<<_ACEOF
15131 #define HAVE_DECL_VSNPRINTF 0
15141 *-*-msdos* |
*-*-go32* |
*-*-mingw32* |
*-*-cygwin* |
*-*-windows*)
15143 cat >>confdefs.h
<<\_ACEOF
15144 #define USE_BINARY_FOPEN 1
15156 ac_config_files
="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
15158 ac_config_commands
="$ac_config_commands default"
15161 cat >confcache
<<\_ACEOF
15162 # This file is a shell script that caches the results of configure
15163 # tests run on this system so they can be shared between configure
15164 # scripts and configure runs, see configure's option --config-cache.
15165 # It is not useful on other systems. If it contains results you don't
15166 # want to keep, you may remove or edit it.
15168 # config.status only pays attention to the cache file if you give it
15169 # the --recheck option to rerun configure.
15171 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15172 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15173 # following values.
15177 # The following way of writing the cache mishandles newlines in values,
15178 # but we know of no workaround that is simple, portable, and efficient.
15179 # So, don't put newlines in cache variables' values.
15180 # Ultrix sh set writes to stderr and can't be redirected directly,
15181 # and sets the high bit in the cache file unless we assign to the vars.
15184 case `(ac_space=' '; set | grep ac_space) 2>&1` in
15186 # `set' does not quote correctly, so add quotes (double-quote
15187 # substitution turns \\\\ into \\, and sed turns \\ into \).
15190 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15193 # `set' quotes correctly as required by POSIX, so do not add quotes.
15195 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
15202 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15204 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15206 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
15207 if test -w $cache_file; then
15208 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
15209 cat confcache
>$cache_file
15211 echo "not updating unwritable cache $cache_file"
15216 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
15217 # Let make expand exec_prefix.
15218 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
15220 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15221 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15222 # trailing colons and then remove the whole line if VPATH becomes empty
15223 # (actually we leave an empty line to preserve line numbers).
15224 if test "x$srcdir" = x.
; then
15225 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
15226 s/:*\$(srcdir):*/:/;
15227 s/:*\${srcdir}:*/:/;
15229 s/^\([^=]*=[ ]*\):*/\1/;
15235 DEFS
=-DHAVE_CONFIG_H
15239 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
15240 # 1. Remove the extension, and $U if already installed.
15241 ac_i
=`echo "$ac_i" |
15242 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
15244 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
15245 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
15247 LIBOBJS
=$ac_libobjs
15249 LTLIBOBJS
=$ac_ltlibobjs
15252 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15253 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
15254 Usually this means the macro was only invoked conditionally." >&5
15255 echo "$as_me: error: conditional \"AMDEP\" was never defined.
15256 Usually this means the macro was only invoked conditionally." >&2;}
15257 { (exit 1); exit 1; }; }
15259 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15260 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
15261 Usually this means the macro was only invoked conditionally." >&5
15262 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
15263 Usually this means the macro was only invoked conditionally." >&2;}
15264 { (exit 1); exit 1; }; }
15266 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15267 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
15268 Usually this means the macro was only invoked conditionally." >&5
15269 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
15270 Usually this means the macro was only invoked conditionally." >&2;}
15271 { (exit 1); exit 1; }; }
15273 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15274 { { echo "$as_me:$LINENO: error: conditional \"GENINSRC_NEVER\" was never defined.
15275 Usually this means the macro was only invoked conditionally." >&5
15276 echo "$as_me: error: conditional \"GENINSRC_NEVER\" was never defined.
15277 Usually this means the macro was only invoked conditionally." >&2;}
15278 { (exit 1); exit 1; }; }
15281 : ${CONFIG_STATUS=./config.status}
15282 ac_clean_files_save
=$ac_clean_files
15283 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
15284 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
15285 echo "$as_me: creating $CONFIG_STATUS" >&6;}
15286 cat >$CONFIG_STATUS <<_ACEOF
15288 # Generated by $as_me.
15289 # Run this file to recreate the current configuration.
15290 # Compiler output produced by configure, useful for debugging
15291 # configure, is in config.log if it exists.
15294 ac_cs_recheck=false
15296 SHELL=\${CONFIG_SHELL-$SHELL}
15299 cat >>$CONFIG_STATUS <<\_ACEOF
15300 ## --------------------- ##
15301 ## M4sh Initialization. ##
15302 ## --------------------- ##
15304 # Be Bourne compatible
15305 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
15308 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
15309 # is contrary to our usage. Disable this feature.
15310 alias -g '${1+"$@"}'='"$@"'
15311 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
15314 DUALCASE
=1; export DUALCASE
# for MKS sh
15316 # Support unset when possible.
15317 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
15324 # Work around bugs in pre-3.0 UWIN ksh.
15325 $as_unset ENV MAIL MAILPATH
15332 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
15333 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
15334 LC_TELEPHONE LC_TIME
15336 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
15337 eval $as_var=C
; export $as_var
15343 # Required to use basename.
15344 if expr a
: '\(a\)' >/dev
/null
2>&1; then
15350 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
15351 as_basename
=basename
15357 # Name of the executable.
15358 as_me
=`$as_basename "$0" ||
15359 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15360 X"$0" : 'X\(//\)$' \| \
15361 X"$0" : 'X\(/\)$' \| \
15362 . : '\(.\)' 2>/dev/null ||
15364 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
15365 /^X\/\(\/\/\)$/{ s//\1/; q; }
15366 /^X\/\(\/\).*/{ s//\1/; q; }
15370 # PATH needs CR, and LINENO needs CR and PATH.
15371 # Avoid depending upon Character Ranges.
15372 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
15373 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15374 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
15375 as_cr_digits
='0123456789'
15376 as_cr_alnum
=$as_cr_Letters$as_cr_digits
15378 # The user is always right.
15379 if test "${PATH_SEPARATOR+set}" != set; then
15380 echo "#! /bin/sh" >conf$$.sh
15381 echo "exit 0" >>conf$$.sh
15383 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
15392 as_lineno_1
=$LINENO
15393 as_lineno_2
=$LINENO
15394 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
15395 test "x$as_lineno_1" != "x$as_lineno_2" &&
15396 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
15397 # Find who we are. Look in the path if we contain no path at all
15400 *[\\/]* ) as_myself
=$0 ;;
15401 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15402 for as_dir
in $PATH
15405 test -z "$as_dir" && as_dir
=.
15406 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
15411 # We did not find ourselves, most probably we were run as `sh COMMAND'
15412 # in which case we are not to be found in the path.
15413 if test "x$as_myself" = x
; then
15416 if test ! -f "$as_myself"; then
15417 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
15418 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
15419 { (exit 1); exit 1; }; }
15421 case $CONFIG_SHELL in
15423 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15424 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
15427 test -z "$as_dir" && as_dir
=.
15428 for as_base
in sh bash ksh sh5
; do
15431 if ("$as_dir/$as_base" -c '
15432 as_lineno_1=$LINENO
15433 as_lineno_2=$LINENO
15434 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
15435 test "x$as_lineno_1" != "x$as_lineno_2" &&
15436 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
15437 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
15438 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
15439 CONFIG_SHELL
=$as_dir/$as_base
15440 export CONFIG_SHELL
15441 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
15449 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
15450 # uniformly replaced by the line number. The first 'sed' inserts a
15451 # line-number line before each line; the second 'sed' does the real
15452 # work. The second script uses 'N' to pair each line-number line
15453 # with the numbered line, and appends trailing '-' during
15454 # substitution so that $LINENO is not a special case at line end.
15455 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
15456 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
15457 sed '=' <$as_myself |
15462 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
15465 s,^['$as_cr_digits']*\n,,
15466 ' >$as_me.lineno
&&
15467 chmod +x
$as_me.lineno ||
15468 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
15469 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
15470 { (exit 1); exit 1; }; }
15472 # Don't try to exec as it changes $[0], causing all sort of problems
15473 # (the dirname of $[0] is not the place where we might find the
15474 # original and so on. Autoconf is especially sensible to this).
15476 # Exit status is that of the last command.
15481 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
15482 *c
*,-n*) ECHO_N
= ECHO_C
='
15484 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
15485 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
15488 if expr a
: '\(a\)' >/dev
/null
2>&1; then
15494 rm -f conf$$ conf$$.exe conf$$.
file
15496 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
15497 # We could just check for DJGPP; but this test a) works b) is more generic
15498 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
15499 if test -f conf$$.exe
; then
15500 # Don't use ln at all; we don't have any links
15505 elif ln conf$$.
file conf$$
2>/dev
/null
; then
15510 rm -f conf$$ conf$$.exe conf$$.
file
15512 if mkdir
-p .
2>/dev
/null
; then
15515 test -d .
/-p && rmdir .
/-p
15519 as_executable_p
="test -f"
15521 # Sed expression to map a string onto a valid CPP name.
15522 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15524 # Sed expression to map a string onto a valid variable name.
15525 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15529 # We need space, tab and new line, in precisely that order.
15539 # Open the log real soon, to keep \$[0] and so on meaningful, and to
15540 # report actual input values of CONFIG_FILES etc. instead of their
15541 # values after options handling. Logging --version etc. is OK.
15545 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15546 ## Running $as_me. ##
15551 This file was extended by $as_me, which was
15552 generated by GNU Autoconf 2.59. Invocation command line was
15554 CONFIG_FILES = $CONFIG_FILES
15555 CONFIG_HEADERS = $CONFIG_HEADERS
15556 CONFIG_LINKS = $CONFIG_LINKS
15557 CONFIG_COMMANDS = $CONFIG_COMMANDS
15561 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
15565 # Files that config.status was made for.
15566 if test -n "$ac_config_files"; then
15567 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
15570 if test -n "$ac_config_headers"; then
15571 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
15574 if test -n "$ac_config_links"; then
15575 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
15578 if test -n "$ac_config_commands"; then
15579 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
15582 cat >>$CONFIG_STATUS <<\_ACEOF
15585 \`$as_me' instantiates files from templates according to the
15586 current configuration.
15588 Usage: $0 [OPTIONS] [FILE]...
15590 -h, --help print this help, then exit
15591 -V, --version print version number, then exit
15592 -q, --quiet do not print progress messages
15593 -d, --debug don't remove temporary files
15594 --recheck update $as_me by reconfiguring in the same conditions
15595 --file=FILE[:TEMPLATE]
15596 instantiate the configuration file FILE
15597 --header=FILE[:TEMPLATE]
15598 instantiate the configuration header FILE
15600 Configuration files:
15603 Configuration headers:
15606 Configuration commands:
15609 Report bugs to <bug-autoconf@gnu.org>."
15612 cat >>$CONFIG_STATUS <<_ACEOF
15615 configured by $0, generated by GNU Autoconf 2.59,
15616 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
15618 Copyright (C) 2003 Free Software Foundation, Inc.
15619 This config.status script is free software; the Free Software Foundation
15620 gives unlimited permission to copy, distribute and modify it."
15625 cat >>$CONFIG_STATUS <<\_ACEOF
15626 # If no file are specified by the user, then we need to provide default
15627 # value. By we need to know if files were specified by the user.
15633 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
15634 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
15642 *) # This is not an option, so the user has probably given explicit
15645 ac_need_defaults
=false
;;
15649 # Handling of the options.
15651 cat >>$CONFIG_STATUS <<\_ACEOF
15652 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
15654 --version |
--vers* |
-V )
15655 echo "$ac_cs_version"; exit 0 ;;
15657 # Conflict between --help and --header
15658 { { echo "$as_me:$LINENO: error: ambiguous option: $1
15659 Try \`$0 --help' for more information." >&5
15660 echo "$as_me: error: ambiguous option: $1
15661 Try \`$0 --help' for more information." >&2;}
15662 { (exit 1); exit 1; }; };;
15663 --help |
--hel |
-h )
15664 echo "$ac_cs_usage"; exit 0 ;;
15665 --debug |
--d* |
-d )
15667 --file |
--fil |
--fi |
--f )
15669 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
15670 ac_need_defaults
=false
;;
15671 --header |
--heade |
--head |
--hea )
15673 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
15674 ac_need_defaults
=false
;;
15675 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
15676 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
15679 # This is an error.
15680 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
15681 Try \`$0 --help' for more information." >&5
15682 echo "$as_me: error: unrecognized option: $1
15683 Try \`$0 --help' for more information." >&2;}
15684 { (exit 1); exit 1; }; } ;;
15686 *) ac_config_targets
="$ac_config_targets $1" ;;
15692 ac_configure_extra_args
=
15694 if $ac_cs_silent; then
15696 ac_configure_extra_args
="$ac_configure_extra_args --silent"
15700 cat >>$CONFIG_STATUS <<_ACEOF
15701 if \$ac_cs_recheck; then
15702 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
15703 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15708 cat >>$CONFIG_STATUS <<_ACEOF
15710 # INIT-COMMANDS section.
15713 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15716 # The HP-UX ksh and POSIX shell print the target directory to stdout
15717 # if CDPATH is set.
15718 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15720 sed_quote_subst='$sed_quote_subst'
15721 double_quote_subst='$double_quote_subst'
15722 delay_variable_subst='$delay_variable_subst'
15723 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
15724 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
15725 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
15726 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
15727 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
15728 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
15729 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
15730 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
15731 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
15732 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
15733 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
15734 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
15735 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
15736 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
15737 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
15738 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
15739 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
15740 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
15741 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
15742 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
15743 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
15744 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
15745 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
15746 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
15747 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
15748 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
15749 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
15750 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15751 OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
15752 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
15753 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
15754 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
15755 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
15756 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
15757 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
15758 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15759 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15760 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15761 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
15762 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
15763 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
15764 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
15765 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
15766 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
15767 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
15768 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
15769 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
15770 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
15771 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
15772 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
15773 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
15774 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
15775 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
15776 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
15777 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
15778 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
15779 DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
15780 NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
15781 LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
15782 OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
15783 OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
15784 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
15785 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15786 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15787 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
15788 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
15789 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
15790 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
15791 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
15792 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15793 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15794 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15795 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15796 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15797 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15798 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
15799 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
15800 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
15801 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
15802 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
15803 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
15804 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
15805 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
15806 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
15807 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
15808 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
15809 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
15810 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
15811 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
15812 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
15813 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15814 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
15815 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
15816 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15817 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
15818 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
15819 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
15820 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
15821 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
15822 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
15823 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
15824 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
15825 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
15826 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
15827 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
15828 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15829 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15830 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15831 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
15832 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
15833 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
15834 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
15835 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
15836 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
15837 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
15838 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
15839 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
15840 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
15843 LTCFLAGS='$LTCFLAGS'
15844 compiler='$compiler_DEFAULT'
15846 # Quote evaled strings.
15858 deplibs_check_method \
15867 lt_cv_sys_global_symbol_pipe \
15868 lt_cv_sys_global_symbol_to_cdecl \
15869 lt_cv_sys_global_symbol_to_c_name_address \
15870 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15873 lt_prog_compiler_no_builtin_flag \
15874 lt_prog_compiler_wl \
15875 lt_prog_compiler_pic \
15876 lt_prog_compiler_static \
15877 lt_cv_prog_compiler_c_o \
15885 export_dynamic_flag_spec \
15886 whole_archive_flag_spec \
15887 compiler_needs_object \
15889 allow_undefined_flag \
15890 no_undefined_flag \
15891 hardcode_libdir_flag_spec \
15892 hardcode_libdir_flag_spec_ld \
15893 hardcode_libdir_separator \
15898 variables_saved_for_relink \
15900 library_names_spec \
15905 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
15906 *[\\\\\\\`\\"\\\$]*)
15907 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15910 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15915 # Double-quote double-evaled strings.
15916 for var in reload_cmds \
15917 old_postinstall_cmds \
15918 old_postuninstall_cmds \
15920 extract_expsyms_cmds \
15921 old_archive_from_new_cmds \
15922 old_archive_from_expsyms_cmds \
15924 archive_expsym_cmds \
15926 module_expsym_cmds \
15927 export_symbols_cmds \
15930 postuninstall_cmds \
15932 sys_lib_search_path_spec \
15933 sys_lib_dlsearch_path_spec; do
15934 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
15935 *[\\\\\\\`\\"\\\$]*)
15936 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15939 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15944 # Fix-up fallback echo if it was mangled by the above quoting rules.
15946 *'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
15950 ac_aux_dir='$ac_aux_dir'
15951 xsi_shell='$xsi_shell'
15952 lt_shell_append='$lt_shell_append'
15954 # See if we are running on zsh, and set the options which allow our
15955 # commands through without removal of \ escapes INIT.
15956 if test -n "\${ZSH_VERSION+set}" ; then
15957 setopt NO_GLOB_SUBST
15963 TIMESTAMP='$TIMESTAMP'
15969 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15970 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15972 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15973 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15974 LINGUAS="${LINGUAS-%UNSET%}"
15976 target_cpu_type=${target_cpu_type}
15977 cgen_cpu_prefix=${cgen_cpu_prefix}
15978 obj_format=${obj_format}
15985 cat >>$CONFIG_STATUS <<\_ACEOF
15986 for ac_config_target
in $ac_config_targets
15988 case "$ac_config_target" in
15989 # Handling of arguments.
15990 "gdb.ini" ) CONFIG_FILES
="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
15991 ".gdbinit" ) CONFIG_FILES
="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
15992 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
15993 "doc/Makefile" ) CONFIG_FILES
="$CONFIG_FILES doc/Makefile" ;;
15994 "po/Makefile.in" ) CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15995 "depfiles" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
15996 "libtool" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
15997 "default-1" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
15998 "default" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
15999 "config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
16000 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
16001 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
16002 { (exit 1); exit 1; }; };;
16006 # If the user did not use the arguments to specify the items to instantiate,
16007 # then the envvar interface is used. Set only those that are not.
16008 # We use the long form for the default assignment because of an extremely
16009 # bizarre bug on SunOS 4.1.3.
16010 if $ac_need_defaults; then
16011 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
16012 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
16013 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
16016 # Have a temporary directory for convenience. Make it in the build tree
16017 # simply because there is no reason to put it here, and in addition,
16018 # creating and moving files from /tmp can sometimes cause problems.
16019 # Create a temporary directory, and hook for its removal unless debugging.
16022 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
16023 trap '{ (exit 1); exit 1; }' 1 2 13 15
16026 # Create a (secure) tmp directory for tmp files.
16029 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
16030 test -n "$tmp" && test -d "$tmp"
16033 tmp
=.
/confstat$$
-$RANDOM
16034 (umask 077 && mkdir
$tmp)
16037 echo "$me: cannot create a temporary directory in ." >&2
16038 { (exit 1); exit 1; }
16043 cat >>$CONFIG_STATUS <<_ACEOF
16046 # CONFIG_FILES section.
16049 # No need to generate the scripts if there are no CONFIG_FILES.
16050 # This happens for instance when ./config.status config.h
16051 if test -n "\$CONFIG_FILES"; then
16052 # Protect against being on the right side of a sed subst in config.status.
16053 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
16054 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
16055 s,@SHELL@,$SHELL,;t t
16056 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
16057 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
16058 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
16059 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
16060 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
16061 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
16062 s,@exec_prefix@,$exec_prefix,;t t
16063 s,@prefix@,$prefix,;t t
16064 s,@program_transform_name@,$program_transform_name,;t t
16065 s,@bindir@,$bindir,;t t
16066 s,@sbindir@,$sbindir,;t t
16067 s,@libexecdir@,$libexecdir,;t t
16068 s,@datadir@,$datadir,;t t
16069 s,@sysconfdir@,$sysconfdir,;t t
16070 s,@sharedstatedir@,$sharedstatedir,;t t
16071 s,@localstatedir@,$localstatedir,;t t
16072 s,@libdir@,$libdir,;t t
16073 s,@includedir@,$includedir,;t t
16074 s,@oldincludedir@,$oldincludedir,;t t
16075 s,@infodir@,$infodir,;t t
16076 s,@mandir@,$mandir,;t t
16077 s,@build_alias@,$build_alias,;t t
16078 s,@host_alias@,$host_alias,;t t
16079 s,@target_alias@,$target_alias,;t t
16080 s,@DEFS@,$DEFS,;t t
16081 s,@ECHO_C@,$ECHO_C,;t t
16082 s,@ECHO_N@,$ECHO_N,;t t
16083 s,@ECHO_T@,$ECHO_T,;t t
16084 s,@LIBS@,$LIBS,;t t
16085 s,@build@,$build,;t t
16086 s,@build_cpu@,$build_cpu,;t t
16087 s,@build_vendor@,$build_vendor,;t t
16088 s,@build_os@,$build_os,;t t
16089 s,@host@,$host,;t t
16090 s,@host_cpu@,$host_cpu,;t t
16091 s,@host_vendor@,$host_vendor,;t t
16092 s,@host_os@,$host_os,;t t
16093 s,@target@,$target,;t t
16094 s,@target_cpu@,$target_cpu,;t t
16095 s,@target_vendor@,$target_vendor,;t t
16096 s,@target_os@,$target_os,;t t
16098 s,@CFLAGS@,$CFLAGS,;t t
16099 s,@LDFLAGS@,$LDFLAGS,;t t
16100 s,@CPPFLAGS@,$CPPFLAGS,;t t
16101 s,@ac_ct_CC@,$ac_ct_CC,;t t
16102 s,@EXEEXT@,$EXEEXT,;t t
16103 s,@OBJEXT@,$OBJEXT,;t t
16104 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
16105 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
16106 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
16107 s,@CYGPATH_W@,$CYGPATH_W,;t t
16108 s,@PACKAGE@,$PACKAGE,;t t
16109 s,@VERSION@,$VERSION,;t t
16110 s,@ACLOCAL@,$ACLOCAL,;t t
16111 s,@AUTOCONF@,$AUTOCONF,;t t
16112 s,@AUTOMAKE@,$AUTOMAKE,;t t
16113 s,@AUTOHEADER@,$AUTOHEADER,;t t
16114 s,@MAKEINFO@,$MAKEINFO,;t t
16115 s,@install_sh@,$install_sh,;t t
16116 s,@STRIP@,$STRIP,;t t
16117 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
16118 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
16119 s,@mkdir_p@,$mkdir_p,;t t
16121 s,@SET_MAKE@,$SET_MAKE,;t t
16122 s,@am__leading_dot@,$am__leading_dot,;t t
16123 s,@AMTAR@,$AMTAR,;t t
16124 s,@am__tar@,$am__tar,;t t
16125 s,@am__untar@,$am__untar,;t t
16126 s,@DEPDIR@,$DEPDIR,;t t
16127 s,@am__include@,$am__include,;t t
16128 s,@am__quote@,$am__quote,;t t
16129 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
16130 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
16131 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
16132 s,@CCDEPMODE@,$CCDEPMODE,;t t
16133 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
16134 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
16136 s,@EGREP@,$EGREP,;t t
16137 s,@LIBTOOL@,$LIBTOOL,;t t
16139 s,@FGREP@,$FGREP,;t t
16140 s,@GREP@,$GREP,;t t
16142 s,@DUMPBIN@,$DUMPBIN,;t t
16143 s,@ac_ct_DUMPBIN@,$ac_ct_DUMPBIN,;t t
16145 s,@LN_S@,$LN_S,;t t
16146 s,@OBJDUMP@,$OBJDUMP,;t t
16147 s,@ac_ct_OBJDUMP@,$ac_ct_OBJDUMP,;t t
16149 s,@ac_ct_AR@,$ac_ct_AR,;t t
16150 s,@RANLIB@,$RANLIB,;t t
16151 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
16152 s,@lt_ECHO@,$lt_ECHO,;t t
16153 s,@DSYMUTIL@,$DSYMUTIL,;t t
16154 s,@ac_ct_DSYMUTIL@,$ac_ct_DSYMUTIL,;t t
16155 s,@NMEDIT@,$NMEDIT,;t t
16156 s,@ac_ct_NMEDIT@,$ac_ct_NMEDIT,;t t
16157 s,@LIPO@,$LIPO,;t t
16158 s,@ac_ct_LIPO@,$ac_ct_LIPO,;t t
16159 s,@OTOOL@,$OTOOL,;t t
16160 s,@ac_ct_OTOOL@,$ac_ct_OTOOL,;t t
16161 s,@OTOOL64@,$OTOOL64,;t t
16162 s,@ac_ct_OTOOL64@,$ac_ct_OTOOL64,;t t
16163 s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
16164 s,@NO_WERROR@,$NO_WERROR,;t t
16165 s,@GDBINIT@,$GDBINIT,;t t
16166 s,@cgen_cpu_prefix@,$cgen_cpu_prefix,;t t
16167 s,@extra_objects@,$extra_objects,;t t
16168 s,@target_cpu_type@,$target_cpu_type,;t t
16169 s,@obj_format@,$obj_format,;t t
16170 s,@te_file@,$te_file,;t t
16171 s,@install_tooldir@,$install_tooldir,;t t
16172 s,@atof@,$atof,;t t
16173 s,@OPCODES_LIB@,$OPCODES_LIB,;t t
16174 s,@YACC@,$YACC,;t t
16176 s,@LEXLIB@,$LEXLIB,;t t
16177 s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
16178 s,@USE_NLS@,$USE_NLS,;t t
16179 s,@LIBINTL@,$LIBINTL,;t t
16180 s,@LIBINTL_DEP@,$LIBINTL_DEP,;t t
16181 s,@INCINTL@,$INCINTL,;t t
16182 s,@XGETTEXT@,$XGETTEXT,;t t
16183 s,@GMSGFMT@,$GMSGFMT,;t t
16184 s,@POSUB@,$POSUB,;t t
16185 s,@CATALOGS@,$CATALOGS,;t t
16186 s,@DATADIRNAME@,$DATADIRNAME,;t t
16187 s,@INSTOBJEXT@,$INSTOBJEXT,;t t
16188 s,@GENCAT@,$GENCAT,;t t
16189 s,@CATOBJEXT@,$CATOBJEXT,;t t
16190 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
16191 s,@MSGFMT@,$MSGFMT,;t t
16192 s,@MSGMERGE@,$MSGMERGE,;t t
16193 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
16194 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
16195 s,@MAINT@,$MAINT,;t t
16196 s,@GENINSRC_NEVER_TRUE@,$GENINSRC_NEVER_TRUE,;t t
16197 s,@GENINSRC_NEVER_FALSE@,$GENINSRC_NEVER_FALSE,;t t
16198 s,@ALLOCA@,$ALLOCA,;t t
16199 s,@LIBM@,$LIBM,;t t
16200 s,@datarootdir@,$datarootdir,;t t
16201 s,@docdir@,$docdir,;t t
16202 s,@htmldir@,$htmldir,;t t
16203 s,@pdfdir@,$pdfdir,;t t
16204 s,@LIBOBJS@,$LIBOBJS,;t t
16205 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
16210 cat >>$CONFIG_STATUS <<\_ACEOF
16211 # Split the substitutions into bite-sized pieces for seds with
16212 # small command number limits, like on Digital OSF/1 and HP-UX.
16213 ac_max_sed_lines
=48
16214 ac_sed_frag
=1 # Number of current file.
16215 ac_beg
=1 # First line for current file.
16216 ac_end
=$ac_max_sed_lines # Line after last line for current file.
16219 while $ac_more_lines; do
16220 if test $ac_beg -gt 1; then
16221 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
16223 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
16225 if test ! -s $tmp/subs.frag
; then
16226 ac_more_lines
=false
16228 # The purpose of the label and of the branching condition is to
16229 # speed up the sed processing (if there are no `@' at all, there
16230 # is no need to browse any of the substitutions).
16231 # These are the two extra sed commands mentioned above.
16233 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
16234 if test -z "$ac_sed_cmds"; then
16235 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
16237 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
16239 ac_sed_frag
=`expr $ac_sed_frag + 1`
16241 ac_end
=`expr $ac_end + $ac_max_sed_lines`
16244 if test -z "$ac_sed_cmds"; then
16247 fi # test -n "$CONFIG_FILES"
16250 cat >>$CONFIG_STATUS <<\_ACEOF
16251 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
16252 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
16254 - |
*:- |
*:-:* ) # input from stdin
16256 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
16257 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
16258 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
16259 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
16260 * ) ac_file_in
=$ac_file.
in ;;
16263 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
16264 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
16265 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16266 X"$ac_file" : 'X\(//\)[^/]' \| \
16267 X"$ac_file" : 'X\(//\)$' \| \
16268 X"$ac_file" : 'X\(/\)' \| \
16269 . : '\(.\)' 2>/dev/null ||
16271 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16272 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16273 /^X\(\/\/\)$/{ s//\1/; q; }
16274 /^X\(\/\).*/{ s//\1/; q; }
16276 { if $as_mkdir_p; then
16281 while test ! -d "$as_dir"; do
16282 as_dirs
="$as_dir $as_dirs"
16283 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
16284 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16285 X"$as_dir" : 'X\(//\)[^/]' \| \
16286 X"$as_dir" : 'X\(//\)$' \| \
16287 X"$as_dir" : 'X\(/\)' \| \
16288 . : '\(.\)' 2>/dev/null ||
16290 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16291 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16292 /^X\(\/\/\)$/{ s//\1/; q; }
16293 /^X\(\/\).*/{ s//\1/; q; }
16296 test ! -n "$as_dirs" || mkdir
$as_dirs
16297 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
16298 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
16299 { (exit 1); exit 1; }; }; }
16303 if test "$ac_dir" != .
; then
16304 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
16305 # A "../" for each directory in $ac_dir_suffix.
16306 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
16308 ac_dir_suffix
= ac_top_builddir
=
16312 .
) # No --srcdir option. We are building in place.
16314 if test -z "$ac_top_builddir"; then
16317 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
16319 [\\/]* | ?
:[\\/]* ) # Absolute path.
16320 ac_srcdir
=$srcdir$ac_dir_suffix;
16321 ac_top_srcdir
=$srcdir ;;
16322 *) # Relative path.
16323 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
16324 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
16327 # Do not use `cd foo && pwd` to compute absolute paths, because
16328 # the directories may not exist.
16330 .
) ac_abs_builddir
="$ac_dir";;
16333 .
) ac_abs_builddir
=`pwd`;;
16334 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
16335 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
16338 case $ac_abs_builddir in
16339 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
16341 case ${ac_top_builddir}.
in
16342 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
16343 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
16344 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
16347 case $ac_abs_builddir in
16348 .
) ac_abs_srcdir
=$ac_srcdir;;
16351 .
) ac_abs_srcdir
=$ac_abs_builddir;;
16352 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
16353 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
16356 case $ac_abs_builddir in
16357 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
16359 case $ac_top_srcdir in
16360 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
16361 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
16362 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
16368 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
16369 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
16372 if test x
"$ac_file" != x-
; then
16373 { echo "$as_me:$LINENO: creating $ac_file" >&5
16374 echo "$as_me: creating $ac_file" >&6;}
16377 # Let's still pretend it is `configure' which instantiates (i.e., don't
16378 # use $as_me), people would be surprised to read:
16379 # /* config.h. Generated by config.status. */
16380 if test x
"$ac_file" = x-
; then
16383 configure_input
="$ac_file. "
16385 configure_input
=$configure_input"Generated from `echo $ac_file_in |
16386 sed 's,.*/,,'` by configure."
16388 # First look for the input files in the build tree, otherwise in the
16390 ac_file_inputs
=`IFS=:
16391 for f in $ac_file_in; do
16393 -) echo $tmp/stdin ;;
16395 # Absolute (can't be DOS-style, as IFS=:)
16396 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
16397 echo "$as_me: error: cannot find input file: $f" >&2;}
16398 { (exit 1); exit 1; }; }
16401 if test -f "$f"; then
16404 elif test -f "$srcdir/$f"; then
16409 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
16410 echo "$as_me: error: cannot find input file: $f" >&2;}
16411 { (exit 1); exit 1; }; }
16414 done` ||
{ (exit 1); exit 1; }
16416 cat >>$CONFIG_STATUS <<_ACEOF
16420 cat >>$CONFIG_STATUS <<\_ACEOF
16422 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
16423 s
,@configure_input@
,$configure_input,;t t
16424 s
,@srcdir@
,$ac_srcdir,;t t
16425 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
16426 s
,@top_srcdir@
,$ac_top_srcdir,;t t
16427 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
16428 s
,@builddir@
,$ac_builddir,;t t
16429 s
,@abs_builddir@
,$ac_abs_builddir,;t t
16430 s
,@top_builddir@
,$ac_top_builddir,;t t
16431 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
16432 s
,@INSTALL@
,$ac_INSTALL,;t t
16433 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
16435 if test x"$ac_file" != x-; then
16436 mv $tmp/out $ac_file
16444 cat >>$CONFIG_STATUS <<\_ACEOF
16447 # CONFIG_HEADER section.
16450 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
16451 # NAME is the cpp macro being defined and VALUE is the value it is being given.
16453 # ac_d sets the value in "#define NAME VALUE" lines.
16454 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
16455 ac_dB
='[ ].*$,\1#\2'
16458 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
16459 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
16460 ac_uB
='$,\1#\2define\3'
16464 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
16465 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
16467 - |
*:- |
*:-:* ) # input from stdin
16469 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
16470 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
16471 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
16472 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
16473 * ) ac_file_in
=$ac_file.
in ;;
16476 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
16477 echo "$as_me: creating $ac_file" >&6;}
16479 # First look for the input files in the build tree, otherwise in the
16481 ac_file_inputs
=`IFS=:
16482 for f in $ac_file_in; do
16484 -) echo $tmp/stdin ;;
16486 # Absolute (can't be DOS-style, as IFS=:)
16487 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
16488 echo "$as_me: error: cannot find input file: $f" >&2;}
16489 { (exit 1); exit 1; }; }
16490 # Do quote $f, to prevent DOS paths from being IFS'd.
16493 if test -f "$f"; then
16496 elif test -f "$srcdir/$f"; then
16501 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
16502 echo "$as_me: error: cannot find input file: $f" >&2;}
16503 { (exit 1); exit 1; }; }
16506 done` ||
{ (exit 1); exit 1; }
16507 # Remove the trailing spaces.
16508 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
16512 # Transform confdefs.h into two sed scripts, `conftest.defines' and
16513 # `conftest.undefs', that substitutes the proper values into
16514 # config.h.in to produce config.h. The first handles `#define'
16515 # templates, and the second `#undef' templates.
16516 # And first: Protect against being on the right side of a sed subst in
16517 # config.status. Protect against being in an unquoted here document
16518 # in config.status.
16519 rm -f conftest.defines conftest.undefs
16520 # Using a here document instead of a string reduces the quoting nightmare.
16521 # Putting comments in sed scripts is not portable.
16523 # `end' is used to avoid that the second main sed command (meant for
16524 # 0-ary CPP macros) applies to n-ary macro definitions.
16525 # See the Autoconf documentation for `clear'.
16526 cat >confdef2sed.
sed <<\_ACEOF
16531 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
16533 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
16536 # If some macros were called several times there might be several times
16537 # the same #defines, which is useless. Nevertheless, we may not want to
16538 # sort them, since we want the *last* AC-DEFINE to be honored.
16539 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
16540 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
16541 rm -f confdef2sed.sed
16543 # This sed command replaces #undef with comments. This is necessary, for
16544 # example, in the case of _POSIX_SOURCE, which is predefined and required
16545 # on some systems where configure will not decide to define it.
16546 cat >>conftest.undefs <<\_ACEOF
16547 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
16550 # Break up conftest.defines because some shells have a limit on the size
16551 # of here documents, and old seds have small limits too (100 cmds).
16552 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
16553 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
16554 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
16555 echo ' :' >>$CONFIG_STATUS
16556 rm -f conftest.tail
16557 while grep . conftest.defines >/dev/null
16559 # Write a limited-size here document to $tmp/defines.sed.
16560 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
16561 # Speed up: don't consider the non `#define' lines.
16562 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
16563 # Work around the forget-to-reset-the-flag bug.
16564 echo 't clr' >>$CONFIG_STATUS
16565 echo ': clr' >>$CONFIG_STATUS
16566 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
16568 sed -f $tmp/defines.sed $tmp/in >$tmp/out
16570 mv $tmp/out $tmp/in
16572 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
16573 rm -f conftest.defines
16574 mv conftest.
tail conftest.defines
16576 rm -f conftest.defines
16577 echo ' fi # grep' >>$CONFIG_STATUS
16578 echo >>$CONFIG_STATUS
16580 # Break up conftest.undefs because some shells have a limit on the size
16581 # of here documents, and old seds have small limits too (100 cmds).
16582 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
16583 rm -f conftest.
tail
16584 while grep . conftest.undefs
>/dev
/null
16586 # Write a limited-size here document to $tmp/undefs.sed.
16587 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
16588 # Speed up: don't consider the non
`#undef'
16589 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
16590 # Work around the forget-to-reset-the-flag bug.
16591 echo 't clr' >>$CONFIG_STATUS
16592 echo ': clr' >>$CONFIG_STATUS
16593 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
16595 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
16597 mv $tmp/out $tmp/in
16599 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
16600 rm -f conftest.undefs
16601 mv conftest.tail conftest.undefs
16603 rm -f conftest.undefs
16605 cat >>$CONFIG_STATUS <<\_ACEOF
16606 # Let's still pretend it is `configure
' which instantiates (i.e., don't
16607 # use $as_me), people would be surprised to read:
16608 # /* config.h. Generated by config.status. */
16609 if test x
"$ac_file" = x-
; then
16610 echo "/* Generated by configure. */" >$tmp/config.h
16612 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
16614 cat $tmp/in >>$tmp/config.h
16616 if test x
"$ac_file" != x-
; then
16617 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
16618 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
16619 echo "$as_me: $ac_file is unchanged" >&6;}
16621 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
16622 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16623 X"$ac_file" : 'X\(//\)[^/]' \| \
16624 X"$ac_file" : 'X\(//\)$' \| \
16625 X"$ac_file" : 'X\(/\)' \| \
16626 . : '\(.\)' 2>/dev/null ||
16628 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16629 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16630 /^X\(\/\/\)$/{ s//\1/; q; }
16631 /^X\(\/\).*/{ s//\1/; q; }
16633 { if $as_mkdir_p; then
16638 while test ! -d "$as_dir"; do
16639 as_dirs
="$as_dir $as_dirs"
16640 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
16641 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16642 X"$as_dir" : 'X\(//\)[^/]' \| \
16643 X"$as_dir" : 'X\(//\)$' \| \
16644 X"$as_dir" : 'X\(/\)' \| \
16645 . : '\(.\)' 2>/dev/null ||
16647 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16648 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16649 /^X\(\/\/\)$/{ s//\1/; q; }
16650 /^X\(\/\).*/{ s//\1/; q; }
16653 test ! -n "$as_dirs" || mkdir
$as_dirs
16654 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
16655 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
16656 { (exit 1); exit 1; }; }; }
16659 mv $tmp/config.h
$ac_file
16663 rm -f $tmp/config.h
16665 # Compute $ac_file's index in $config_headers.
16667 for _am_header
in $config_headers :; do
16668 case $_am_header in
16669 $ac_file |
$ac_file:* )
16672 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
16675 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
16676 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16677 X$ac_file : 'X\(//\)[^/]' \| \
16678 X$ac_file : 'X\(//\)$' \| \
16679 X$ac_file : 'X\(/\)' \| \
16680 . : '\(.\)' 2>/dev/null ||
16682 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16683 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16684 /^X\(\/\/\)$/{ s//\1/; q; }
16685 /^X\(\/\).*/{ s//\1/; q; }
16686 s/.*/./; q'`/stamp-h
$_am_stamp_count
16689 cat >>$CONFIG_STATUS <<\_ACEOF
16692 # CONFIG_COMMANDS section.
16694 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
16695 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
16696 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
16697 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
16698 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16699 X"$ac_dest" : 'X\(//\)[^/]' \| \
16700 X"$ac_dest" : 'X\(//\)$' \| \
16701 X"$ac_dest" : 'X\(/\)' \| \
16702 . : '\(.\)' 2>/dev/null ||
16704 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16705 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16706 /^X\(\/\/\)$/{ s//\1/; q; }
16707 /^X\(\/\).*/{ s//\1/; q; }
16709 { if $as_mkdir_p; then
16714 while test ! -d "$as_dir"; do
16715 as_dirs
="$as_dir $as_dirs"
16716 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
16717 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16718 X"$as_dir" : 'X\(//\)[^/]' \| \
16719 X"$as_dir" : 'X\(//\)$' \| \
16720 X"$as_dir" : 'X\(/\)' \| \
16721 . : '\(.\)' 2>/dev/null ||
16723 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16724 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16725 /^X\(\/\/\)$/{ s//\1/; q; }
16726 /^X\(\/\).*/{ s//\1/; q; }
16729 test ! -n "$as_dirs" || mkdir
$as_dirs
16730 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
16731 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
16732 { (exit 1); exit 1; }; }; }
16736 if test "$ac_dir" != .
; then
16737 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
16738 # A "../" for each directory in $ac_dir_suffix.
16739 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
16741 ac_dir_suffix
= ac_top_builddir
=
16745 .
) # No --srcdir option. We are building in place.
16747 if test -z "$ac_top_builddir"; then
16750 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
16752 [\\/]* | ?
:[\\/]* ) # Absolute path.
16753 ac_srcdir
=$srcdir$ac_dir_suffix;
16754 ac_top_srcdir
=$srcdir ;;
16755 *) # Relative path.
16756 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
16757 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
16760 # Do not use `cd foo && pwd` to compute absolute paths, because
16761 # the directories may not exist.
16763 .
) ac_abs_builddir
="$ac_dir";;
16766 .
) ac_abs_builddir
=`pwd`;;
16767 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
16768 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
16771 case $ac_abs_builddir in
16772 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
16774 case ${ac_top_builddir}.
in
16775 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
16776 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
16777 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
16780 case $ac_abs_builddir in
16781 .
) ac_abs_srcdir
=$ac_srcdir;;
16784 .
) ac_abs_srcdir
=$ac_abs_builddir;;
16785 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
16786 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
16789 case $ac_abs_builddir in
16790 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
16792 case $ac_top_srcdir in
16793 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
16794 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
16795 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
16800 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
16801 echo "$as_me: executing $ac_dest commands" >&6;}
16803 depfiles
) test x
"$AMDEP_TRUE" != x
"" ||
for mf
in $CONFIG_FILES; do
16804 # Strip MF so we end up with the name of the file.
16805 mf
=`echo "$mf" | sed -e 's/:.*$//'`
16806 # Check whether this is an Automake generated Makefile or not.
16807 # We used to match only the files named `Makefile.in', but
16808 # some people rename them; so instead we look at the file content.
16809 # Grep'ing the first line is not enough: some people post-process
16810 # each Makefile.in and add a new line on top of each file to say so.
16811 # So let's grep whole file.
16812 if grep '^#.*generated by automake' $mf > /dev
/null
2>&1; then
16813 dirpart
=`(dirname "$mf") 2>/dev/null ||
16814 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16815 X"$mf" : 'X\(//\)[^/]' \| \
16816 X"$mf" : 'X\(//\)$' \| \
16817 X"$mf" : 'X\(/\)' \| \
16818 . : '\(.\)' 2>/dev/null ||
16820 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16821 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16822 /^X\(\/\/\)$/{ s//\1/; q; }
16823 /^X\(\/\).*/{ s//\1/; q; }
16828 # Extract the definition of DEPDIR, am__include, and am__quote
16829 # from the Makefile without running `make'.
16830 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
16831 test -z "$DEPDIR" && continue
16832 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
16833 test -z "am__include" && continue
16834 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
16835 # When using ansi2knr, U may be empty or an underscore; expand it
16836 U
=`sed -n 's/^U = //p' < "$mf"`
16837 # Find all dependency output files, they are included files with
16838 # $(DEPDIR) in their names. We invoke sed twice because it is the
16839 # simplest approach to changing $(DEPDIR) to its actual value in the
16841 for file in `sed -n "
16842 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16843 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16844 # Make sure the directory exists.
16845 test -f "$dirpart/$file" && continue
16846 fdir
=`(dirname "$file") 2>/dev/null ||
16847 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16848 X"$file" : 'X\(//\)[^/]' \| \
16849 X"$file" : 'X\(//\)$' \| \
16850 X"$file" : 'X\(/\)' \| \
16851 . : '\(.\)' 2>/dev/null ||
16853 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16854 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16855 /^X\(\/\/\)$/{ s//\1/; q; }
16856 /^X\(\/\).*/{ s//\1/; q; }
16858 { if $as_mkdir_p; then
16859 mkdir
-p $dirpart/$fdir
16861 as_dir
=$dirpart/$fdir
16863 while test ! -d "$as_dir"; do
16864 as_dirs
="$as_dir $as_dirs"
16865 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
16866 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16867 X"$as_dir" : 'X\(//\)[^/]' \| \
16868 X"$as_dir" : 'X\(//\)$' \| \
16869 X"$as_dir" : 'X\(/\)' \| \
16870 . : '\(.\)' 2>/dev/null ||
16872 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16873 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16874 /^X\(\/\/\)$/{ s//\1/; q; }
16875 /^X\(\/\).*/{ s//\1/; q; }
16878 test ! -n "$as_dirs" || mkdir
$as_dirs
16879 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
16880 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
16881 { (exit 1); exit 1; }; }; }
16883 # echo "creating $dirpart/$file"
16884 echo '# dummy' > "$dirpart/$file"
16890 # See if we are running on zsh, and set the options which allow our
16891 # commands through without removal of \ escapes.
16892 if test -n "${ZSH_VERSION+set}" ; then
16893 setopt NO_GLOB_SUBST
16896 cfgfile
="${ofile}T"
16897 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16900 cat <<_LT_EOF >> "$cfgfile"
16903 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16904 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16905 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16906 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16908 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16909 # 2006, 2007, 2008 Free Software Foundation, Inc.
16910 # Written by Gordon Matzigkeit, 1996
16912 # This file is part of GNU Libtool.
16914 # GNU Libtool is free software; you can redistribute it and/or
16915 # modify it under the terms of the GNU General Public License as
16916 # published by the Free Software Foundation; either version 2 of
16917 # the License, or (at your option) any later version.
16919 # As a special exception to the GNU General Public License,
16920 # if you distribute this file as part of a program or library that
16921 # is built using GNU Libtool, you may include this file under the
16922 # same distribution terms that you use for the rest of that program.
16924 # GNU Libtool is distributed in the hope that it will be useful,
16925 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16926 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16927 # GNU General Public License for more details.
16929 # You should have received a copy of the GNU General Public License
16930 # along with GNU Libtool; see the file COPYING. If not, a copy
16931 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16932 # obtained by writing to the Free Software Foundation, Inc.,
16933 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16936 # The names of the tagged configurations supported by this script.
16939 # ### BEGIN LIBTOOL CONFIG
16941 # Which release of libtool.m4 was used?
16942 macro_version=$macro_version
16943 macro_revision=$macro_revision
16945 # Whether or not to build shared libraries.
16946 build_libtool_libs=$enable_shared
16948 # Whether or not to build static libraries.
16949 build_old_libs=$enable_static
16951 # What type of objects to build.
16954 # Whether or not to optimize for fast installation.
16955 fast_install=$enable_fast_install
16958 host_alias=$host_alias
16962 # The build system.
16963 build_alias=$build_alias
16967 # A sed program that does not truncate output.
16970 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16971 Xsed="\$SED -e 1s/^X//"
16973 # A grep program that handles long lines.
16979 # A literal string matcher.
16982 # A BSD- or MS-compatible name lister.
16985 # Whether we need soft or hard links.
16988 # What is the maximum length of a command?
16989 max_cmd_len=$max_cmd_len
16991 # Object file suffix (normally "o").
16994 # Executable file suffix (normally "").
16997 # whether the shell understands "unset".
17000 # turn spaces into newlines.
17003 # turn newlines into spaces.
17006 # How to create reloadable object files.
17007 reload_flag=$lt_reload_flag
17008 reload_cmds=$lt_reload_cmds
17010 # An object symbol dumper.
17011 OBJDUMP=$lt_OBJDUMP
17013 # Method to check whether dependent libraries are shared objects.
17014 deplibs_check_method=$lt_deplibs_check_method
17016 # Command to use when deplibs_check_method == "file_magic".
17017 file_magic_cmd=$lt_file_magic_cmd
17021 AR_FLAGS=$lt_AR_FLAGS
17023 # A symbol stripping program.
17026 # Commands used to install an old-style archive.
17028 old_postinstall_cmds=$lt_old_postinstall_cmds
17029 old_postuninstall_cmds=$lt_old_postuninstall_cmds
17034 # LTCC compiler flags.
17035 LTCFLAGS=$lt_CFLAGS
17037 # Take the output of nm and produce a listing of raw symbols and C names.
17038 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17040 # Transform the output of nm in a proper C declaration.
17041 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17043 # Transform the output of nm in a C name address pair.
17044 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17046 # Transform the output of nm in a C name address pair when lib prefix is needed.
17047 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17049 # The name of the directory that contains temporary libtool files.
17052 # Shell to use when invoking shell scripts.
17055 # An echo program that does not interpret backslashes.
17058 # Used to examine libraries when file_magic_cmd begins with "file".
17059 MAGIC_CMD=$MAGIC_CMD
17061 # Must we lock files when doing compilation?
17062 need_locks=$lt_need_locks
17064 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17065 DSYMUTIL=$lt_DSYMUTIL
17067 # Tool to change global to local symbols on Mac OS X.
17070 # Tool to manipulate fat objects and archives on Mac OS X.
17073 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17076 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17077 OTOOL64=$lt_OTOOL64
17079 # Old archive suffix (normally "a").
17082 # Shared library suffix (normally ".so").
17083 shrext_cmds=$lt_shrext_cmds
17085 # The commands to extract the exported symbol list from a shared archive.
17086 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17088 # Variables whose values should be saved in libtool wrapper scripts and
17089 # restored at link time.
17090 variables_saved_for_relink=$lt_variables_saved_for_relink
17092 # Do we need the "lib" prefix for modules?
17093 need_lib_prefix=$need_lib_prefix
17095 # Do we need a version for libraries?
17096 need_version=$need_version
17098 # Library versioning type.
17099 version_type=$version_type
17101 # Shared library runtime path variable.
17102 runpath_var=$runpath_var
17104 # Shared library path variable.
17105 shlibpath_var=$shlibpath_var
17107 # Is shlibpath searched before the hard-coded library search path?
17108 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17110 # Format of library name prefix.
17111 libname_spec=$lt_libname_spec
17113 # List of archive names. First name is the real one, the rest are links.
17114 # The last name is the one that the linker finds with -lNAME
17115 library_names_spec=$lt_library_names_spec
17117 # The coded name of the library, if different from the real name.
17118 soname_spec=$lt_soname_spec
17120 # Command to use after installation of a shared archive.
17121 postinstall_cmds=$lt_postinstall_cmds
17123 # Command to use after uninstallation of a shared archive.
17124 postuninstall_cmds=$lt_postuninstall_cmds
17126 # Commands used to finish a libtool library installation in a directory.
17127 finish_cmds=$lt_finish_cmds
17129 # As "finish_cmds", except a single script fragment to be evaled but
17131 finish_eval=$lt_finish_eval
17133 # Whether we should hardcode library paths into libraries.
17134 hardcode_into_libs=$hardcode_into_libs
17136 # Compile-time system search path for libraries.
17137 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17139 # Run-time system search path for libraries.
17140 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17142 # Whether dlopen is supported.
17143 dlopen_support=$enable_dlopen
17145 # Whether dlopen of programs is supported.
17146 dlopen_self=$enable_dlopen_self
17148 # Whether dlopen of statically linked programs is supported.
17149 dlopen_self_static=$enable_dlopen_self_static
17151 # Commands to strip libraries.
17152 old_striplib=$lt_old_striplib
17153 striplib=$lt_striplib
17156 # The linker used to build libraries.
17159 # Commands used to build an old-style archive.
17160 old_archive_cmds=$lt_old_archive_cmds
17162 # A language specific compiler.
17165 # Is the compiler the GNU compiler?
17168 # Compiler flag to turn off builtin functions.
17169 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17171 # How to pass a linker flag through the compiler.
17172 wl=$lt_lt_prog_compiler_wl
17174 # Additional compiler flags for building library objects.
17175 pic_flag=$lt_lt_prog_compiler_pic
17177 # Compiler flag to prevent dynamic linking.
17178 link_static_flag=$lt_lt_prog_compiler_static
17180 # Does compiler simultaneously support -c and -o options?
17181 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17183 # Whether or not to add -lc for building shared libraries.
17184 build_libtool_need_lc=$archive_cmds_need_lc
17186 # Whether or not to disallow shared libs when runtime libs are static.
17187 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17189 # Compiler flag to allow reflexive dlopens.
17190 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17192 # Compiler flag to generate shared objects directly from archives.
17193 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17195 # Whether the compiler copes with passing no objects directly.
17196 compiler_needs_object=$lt_compiler_needs_object
17198 # Create an old-style archive from a shared archive.
17199 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17201 # Create a temporary old-style archive to link instead of a shared archive.
17202 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17204 # Commands used to build a shared archive.
17205 archive_cmds=$lt_archive_cmds
17206 archive_expsym_cmds=$lt_archive_expsym_cmds
17208 # Commands used to build a loadable module if different from building
17209 # a shared archive.
17210 module_cmds=$lt_module_cmds
17211 module_expsym_cmds=$lt_module_expsym_cmds
17213 # Whether we are building with GNU ld or not.
17214 with_gnu_ld=$lt_with_gnu_ld
17216 # Flag that allows shared libraries with undefined symbols to be built.
17217 allow_undefined_flag=$lt_allow_undefined_flag
17219 # Flag that enforces no undefined symbols.
17220 no_undefined_flag=$lt_no_undefined_flag
17222 # Flag to hardcode \$libdir into a binary during linking.
17223 # This must work even if \$libdir does not exist
17224 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17226 # If ld is used when linking, flag to hardcode \$libdir into a binary
17227 # during linking. This must work even if \$libdir does not exist.
17228 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17230 # Whether we need a single "-rpath" flag with a separated argument.
17231 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17233 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17234 # DIR into the resulting binary.
17235 hardcode_direct=$hardcode_direct
17237 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17238 # DIR into the resulting binary and the resulting library dependency is
17239 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17240 # library is relocated.
17241 hardcode_direct_absolute=$hardcode_direct_absolute
17243 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17244 # into the resulting binary.
17245 hardcode_minus_L=$hardcode_minus_L
17247 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17248 # into the resulting binary.
17249 hardcode_shlibpath_var=$hardcode_shlibpath_var
17251 # Set to "yes" if building a shared library automatically hardcodes DIR
17252 # into the library and all subsequent libraries and executables linked
17254 hardcode_automatic=$hardcode_automatic
17256 # Set to yes if linker adds runtime paths of dependent libraries
17257 # to runtime path list.
17258 inherit_rpath=$inherit_rpath
17260 # Whether libtool must link a program against all its dependency libraries.
17261 link_all_deplibs=$link_all_deplibs
17263 # Fix the shell variable \$srcfile for the compiler.
17264 fix_srcfile_path=$lt_fix_srcfile_path
17266 # Set to "yes" if exported symbols are required.
17267 always_export_symbols=$always_export_symbols
17269 # The commands to list exported symbols.
17270 export_symbols_cmds=$lt_export_symbols_cmds
17272 # Symbols that should not be listed in the preloaded symbols.
17273 exclude_expsyms=$lt_exclude_expsyms
17275 # Symbols that must always be exported.
17276 include_expsyms=$lt_include_expsyms
17278 # Commands necessary for linking programs (against libraries) with templates.
17279 prelink_cmds=$lt_prelink_cmds
17281 # Specify filename containing input files.
17282 file_list_spec=$lt_file_list_spec
17284 # How to hardcode a shared library path into an executable.
17285 hardcode_action=$hardcode_action
17287 # ### END LIBTOOL CONFIG
17293 cat <<\_LT_EOF
>> "$cfgfile"
17294 # AIX sometimes has problems with the GCC collect2 program. For some
17295 # reason, if we set the COLLECT_NAMES environment variable, the problems
17296 # vanish in a puff of smoke.
17297 if test "X${COLLECT_NAMES+set}" != Xset
; then
17299 export COLLECT_NAMES
17306 ltmain
="$ac_aux_dir/ltmain.sh"
17309 # We use sed instead of cat because bash on DJGPP gets confused if
17310 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17311 # text mode, it properly converts lines to CR/LF. This bash problem
17312 # is reportedly fixed, but why not run on old versions too?
17313 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17314 ||
(rm -f "$cfgfile"; exit 1)
17318 cat << \_LT_EOF
>> "$cfgfile"
17320 # func_dirname file append nondir_replacement
17321 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17322 # otherwise set result to NONDIR_REPLACEMENT.
17326 */*) func_dirname_result
="${1%/*}${2}" ;;
17327 * ) func_dirname_result
="${3}" ;;
17331 # func_basename file
17334 func_basename_result
="${1##*/}"
17337 # func_dirname_and_basename file append nondir_replacement
17338 # perform func_basename and func_dirname in a single function
17340 # dirname: Compute the dirname of FILE. If nonempty,
17341 # add APPEND to the result, otherwise set result
17342 # to NONDIR_REPLACEMENT.
17343 # value returned in "$func_dirname_result"
17344 # basename: Compute filename of FILE.
17345 # value retuned in "$func_basename_result"
17346 # Implementation must be kept synchronized with func_dirname
17347 # and func_basename. For efficiency, we do not delegate to
17348 # those functions but instead duplicate the functionality here.
17349 func_dirname_and_basename
()
17352 */*) func_dirname_result
="${1%/*}${2}" ;;
17353 * ) func_dirname_result
="${3}" ;;
17355 func_basename_result
="${1##*/}"
17358 # func_stripname prefix suffix name
17359 # strip PREFIX and SUFFIX off of NAME.
17360 # PREFIX and SUFFIX must not contain globbing or regex special
17361 # characters, hashes, percent signs, but SUFFIX may contain a leading
17362 # dot (in which case that matches only a dot).
17365 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17366 # positional parameters, so assign one to ordinary parameter first.
17367 func_stripname_result
=${3}
17368 func_stripname_result
=${func_stripname_result#"${1}"}
17369 func_stripname_result
=${func_stripname_result%"${2}"}
17375 func_opt_split_opt
=${1%%=*}
17376 func_opt_split_arg
=${1#*=}
17383 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
17384 *) func_lo2o_result
=${1} ;;
17388 # func_xform libobj-or-source
17391 func_xform_result
=${1%.*}.lo
17394 # func_arith arithmetic-term...
17397 func_arith_result
=$
(( $
* ))
17401 # STRING may not start with a hyphen.
17404 func_len_result
=${#1}
17409 *) # Bourne compatible functions.
17410 cat << \_LT_EOF
>> "$cfgfile"
17412 # func_dirname file append nondir_replacement
17413 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17414 # otherwise set result to NONDIR_REPLACEMENT.
17417 # Extract subdirectory from the argument.
17418 func_dirname_result
=`$ECHO "X${1}" | $Xsed -e "$dirname"`
17419 if test "X$func_dirname_result" = "X${1}"; then
17420 func_dirname_result
="${3}"
17422 func_dirname_result
="$func_dirname_result${2}"
17426 # func_basename file
17429 func_basename_result
=`$ECHO "X${1}" | $Xsed -e "$basename"`
17433 # func_stripname prefix suffix name
17434 # strip PREFIX and SUFFIX off of NAME.
17435 # PREFIX and SUFFIX must not contain globbing or regex special
17436 # characters, hashes, percent signs, but SUFFIX may contain a leading
17437 # dot (in which case that matches only a dot).
17438 # func_strip_suffix prefix name
17442 .
*) func_stripname_result
=`$ECHO "X${3}" \
17443 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
17444 *) func_stripname_result
=`$ECHO "X${3}" \
17445 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
17450 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
17451 my_sed_long_arg
='1s/^-[^=]*=//'
17456 func_opt_split_opt
=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
17457 func_opt_split_arg
=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
17463 func_lo2o_result
=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
17466 # func_xform libobj-or-source
17469 func_xform_result
=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
17472 # func_arith arithmetic-term...
17475 func_arith_result
=`expr "$@"`
17479 # STRING may not start with a hyphen.
17482 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17488 case $lt_shell_append in
17490 cat << \_LT_EOF
>> "$cfgfile"
17492 # func_append var value
17493 # Append VALUE to the end of shell variable VAR.
17501 cat << \_LT_EOF
>> "$cfgfile"
17503 # func_append var value
17504 # Append VALUE to the end of shell variable VAR.
17515 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17516 ||
(rm -f "$cfgfile"; exit 1)
17518 mv -f "$cfgfile" "$ofile" ||
17519 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17524 for ac_file
in $CONFIG_FILES; do
17525 # Support "outfile[:infile[:infile...]]"
17527 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
17529 # PO directories have a Makefile.in generated from Makefile.in.in.
17530 case "$ac_file" in */Makefile.
in)
17531 # Adjust a relative srcdir.
17532 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17533 ac_dir_suffix
="/`echo "$ac_dir"|sed 's%^\./%%'`"
17534 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17535 # In autoconf-2.13 it is called $ac_given_srcdir.
17536 # In autoconf-2.50 it is called $srcdir.
17537 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
17538 case "$ac_given_srcdir" in
17539 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
17540 /*) top_srcdir
="$ac_given_srcdir" ;;
17541 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
17543 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17544 rm -f "$ac_dir/POTFILES"
17545 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
17546 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17547 POMAKEFILEDEPS
="POTFILES.in"
17548 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17549 # on $ac_dir but don't depend on user-specified configuration
17551 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17552 # The LINGUAS file contains the set of available languages.
17553 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17554 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" ||
echo "setting ALL_LINGUAS in configure.in is obsolete"
17556 ALL_LINGUAS_
=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17557 # Hide the ALL_LINGUAS assigment from automake.
17558 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17559 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
17561 # The set of available languages was given in configure.in.
17562 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17564 case "$ac_given_srcdir" in
17566 *) srcdirpre
='$(srcdir)/' ;;
17572 for lang
in $ALL_LINGUAS; do
17573 POFILES
="$POFILES $srcdirpre$lang.po"
17574 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
17575 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
17576 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
17578 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17579 # environment variable.
17581 if test -n "$ALL_LINGUAS"; then
17582 for presentlang
in $ALL_LINGUAS; do
17584 if test "%UNSET%" != "$LINGUAS"; then
17585 desiredlanguages
="$LINGUAS"
17587 desiredlanguages
="$ALL_LINGUAS"
17589 for desiredlang
in $desiredlanguages; do
17590 # Use the presentlang catalog if desiredlang is
17591 # a. equal to presentlang, or
17592 # b. a variant of presentlang (because in this case,
17593 # presentlang can be used as a fallback for messages
17594 # which are not translated in the desiredlang catalog).
17595 case "$desiredlang" in
17596 "$presentlang"*) useit
=yes;;
17599 if test $useit = yes; then
17600 INST_LINGUAS
="$INST_LINGUAS $presentlang"
17605 if test -n "$INST_LINGUAS"; then
17606 for lang
in $INST_LINGUAS; do
17607 CATALOGS
="$CATALOGS $lang.gmo"
17610 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
17611 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
17612 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
17613 if test -f "$f"; then
17615 *.orig |
*.bak |
*~
) ;;
17616 *) cat "$f" >> "$ac_dir/Makefile" ;;
17624 default
) rm -f targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c itbl-cpu.h
17625 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
17626 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
17627 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
17628 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
17629 if test "x$cgen_cpu_prefix" != x
; then
17630 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
17636 cat >>$CONFIG_STATUS <<\_ACEOF
17638 { (exit 0); exit 0; }
17640 chmod +x
$CONFIG_STATUS
17641 ac_clean_files
=$ac_clean_files_save
17644 # configure is writing to config.log, and then calls config.status.
17645 # config.status does its own redirection, appending to config.log.
17646 # Unfortunately, on DOS this fails, as config.log is still kept open
17647 # by configure, so config.status won't be able to write to it; its
17648 # output is simply discarded. So we exec the FD to /dev/null,
17649 # effectively closing config.log, so it can be properly (re)opened and
17650 # appended to by config.status. When coming back to configure, we
17651 # need to make the FD available again.
17652 if test "$no_create" != yes; then
17654 ac_config_status_args
=
17655 test "$silent" = yes &&
17656 ac_config_status_args
="$ac_config_status_args --quiet"
17658 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
17660 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17661 # would make configure fail if this is the last instruction.
17662 $ac_cs_success ||
{ (exit 1); exit 1; }