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
="gprof.c"
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 LIBTOOL SED EGREP FGREP GREP LD DUMPBIN ac_ct_DUMPBIN NM LN_S AR ac_ct_AR RANLIB ac_ct_RANLIB lt_ECHO CPP 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 WARN_CFLAGS NO_WERROR datarootdir docdir htmldir LIBOBJS LTLIBOBJS'
464 # Initialize some variables set by options.
466 ac_init_version
=false
467 # The variables have the same names as the options, with
468 # dashes changed to underlines.
476 program_transform_name
=s
,x
,x
,
484 # Installation directory options.
485 # These are left unexpanded so users can "make install exec_prefix=/foo"
486 # and all the variables that are supposed to be based on exec_prefix
487 # by default will actually change.
488 # Use braces instead of parens because sh, perl, etc. also accept them.
489 bindir
='${exec_prefix}/bin'
490 sbindir
='${exec_prefix}/sbin'
491 libexecdir
='${exec_prefix}/libexec'
492 datadir
='${prefix}/share'
493 sysconfdir
='${prefix}/etc'
494 sharedstatedir
='${prefix}/com'
495 localstatedir
='${prefix}/var'
496 libdir
='${exec_prefix}/lib'
497 includedir
='${prefix}/include'
498 oldincludedir
='/usr/include'
499 infodir
='${prefix}/info'
500 mandir
='${prefix}/man'
505 # If the previous option needs an argument, assign it.
506 if test -n "$ac_prev"; then
507 eval "$ac_prev=\$ac_option"
512 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
514 # Accept the important Cygnus configure options, so we can diagnose typos.
518 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
520 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
523 -build |
--build |
--buil |
--bui |
--bu)
524 ac_prev
=build_alias
;;
525 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
526 build_alias
=$ac_optarg ;;
528 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
529 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
530 ac_prev
=cache_file
;;
531 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
532 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
533 cache_file
=$ac_optarg ;;
536 cache_file
=config.cache
;;
538 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
540 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
542 datadir
=$ac_optarg ;;
544 -disable-* |
--disable-*)
545 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
546 # Reject names that are not valid shell variable names.
547 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
548 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
549 { (exit 1); exit 1; }; }
550 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
551 eval "enable_$ac_feature=no" ;;
553 -enable-* |
--enable-*)
554 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
555 # Reject names that are not valid shell variable names.
556 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
557 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
558 { (exit 1); exit 1; }; }
559 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
561 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
564 eval "enable_$ac_feature='$ac_optarg'" ;;
566 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
567 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
568 |
--exec |
--exe |
--ex)
569 ac_prev
=exec_prefix
;;
570 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
571 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
572 |
--exec=* |
--exe=* |
--ex=*)
573 exec_prefix
=$ac_optarg ;;
575 -gas |
--gas |
--ga |
--g)
576 # Obsolete; use --with-gas.
579 -help |
--help |
--hel |
--he |
-h)
581 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
582 ac_init_help
=recursive
;;
583 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
584 ac_init_help
=short
;;
586 -host |
--host |
--hos |
--ho)
587 ac_prev
=host_alias
;;
588 -host=* |
--host=* |
--hos=* |
--ho=*)
589 host_alias
=$ac_optarg ;;
591 -includedir |
--includedir |
--includedi |
--included |
--include \
592 |
--includ |
--inclu |
--incl |
--inc)
593 ac_prev
=includedir
;;
594 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
595 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
596 includedir
=$ac_optarg ;;
598 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
600 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
601 infodir
=$ac_optarg ;;
603 -libdir |
--libdir |
--libdi |
--libd)
605 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
608 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
609 |
--libexe |
--libex |
--libe)
610 ac_prev
=libexecdir
;;
611 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
612 |
--libexe=* |
--libex=* |
--libe=*)
613 libexecdir
=$ac_optarg ;;
615 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
616 |
--localstate |
--localstat |
--localsta |
--localst \
617 |
--locals |
--local |
--loca |
--loc |
--lo)
618 ac_prev
=localstatedir
;;
619 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
620 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
621 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
622 localstatedir
=$ac_optarg ;;
624 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
626 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
630 # Obsolete; use --without-fp.
633 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
634 |
--no-cr |
--no-c |
-n)
637 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
638 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
641 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
642 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
643 |
--oldin |
--oldi |
--old |
--ol |
--o)
644 ac_prev
=oldincludedir
;;
645 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
646 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
647 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
648 oldincludedir
=$ac_optarg ;;
650 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
652 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
655 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
656 |
--program-pre |
--program-pr |
--program-p)
657 ac_prev
=program_prefix
;;
658 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
659 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
660 program_prefix
=$ac_optarg ;;
662 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
663 |
--program-suf |
--program-su |
--program-s)
664 ac_prev
=program_suffix
;;
665 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
666 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
667 program_suffix
=$ac_optarg ;;
669 -program-transform-name |
--program-transform-name \
670 |
--program-transform-nam |
--program-transform-na \
671 |
--program-transform-n |
--program-transform- \
672 |
--program-transform |
--program-transfor \
673 |
--program-transfo |
--program-transf \
674 |
--program-trans |
--program-tran \
675 |
--progr-tra |
--program-tr |
--program-t)
676 ac_prev
=program_transform_name
;;
677 -program-transform-name=* |
--program-transform-name=* \
678 |
--program-transform-nam=* |
--program-transform-na=* \
679 |
--program-transform-n=* |
--program-transform-=* \
680 |
--program-transform=* |
--program-transfor=* \
681 |
--program-transfo=* |
--program-transf=* \
682 |
--program-trans=* |
--program-tran=* \
683 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
684 program_transform_name
=$ac_optarg ;;
686 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
687 |
-silent |
--silent |
--silen |
--sile |
--sil)
690 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
692 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
694 sbindir
=$ac_optarg ;;
696 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
697 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
698 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
700 ac_prev
=sharedstatedir
;;
701 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
702 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
703 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
705 sharedstatedir
=$ac_optarg ;;
707 -site |
--site |
--sit)
709 -site=* |
--site=* |
--sit=*)
712 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
714 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
717 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
718 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
719 ac_prev
=sysconfdir
;;
720 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
721 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
722 sysconfdir
=$ac_optarg ;;
724 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
725 ac_prev
=target_alias
;;
726 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
727 target_alias
=$ac_optarg ;;
729 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
732 -version |
--version |
--versio |
--versi |
--vers |
-V)
736 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
737 # Reject names that are not valid shell variable names.
738 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
739 { echo "$as_me: error: invalid package name: $ac_package" >&2
740 { (exit 1); exit 1; }; }
741 ac_package
=`echo $ac_package| sed 's/-/_/g'`
743 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
746 eval "with_$ac_package='$ac_optarg'" ;;
748 -without-* |
--without-*)
749 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
750 # Reject names that are not valid shell variable names.
751 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
752 { echo "$as_me: error: invalid package name: $ac_package" >&2
753 { (exit 1); exit 1; }; }
754 ac_package
=`echo $ac_package | sed 's/-/_/g'`
755 eval "with_$ac_package=no" ;;
758 # Obsolete; use --with-x.
761 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
762 |
--x-incl |
--x-inc |
--x-in |
--x-i)
763 ac_prev
=x_includes
;;
764 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
765 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
766 x_includes
=$ac_optarg ;;
768 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
769 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
770 ac_prev
=x_libraries
;;
771 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
772 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
773 x_libraries
=$ac_optarg ;;
775 -*) { echo "$as_me: error: unrecognized option: $ac_option
776 Try \`$0 --help' for more information." >&2
777 { (exit 1); exit 1; }; }
781 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
782 # Reject names that are not valid shell variable names.
783 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
784 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
785 { (exit 1); exit 1; }; }
786 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
787 eval "$ac_envvar='$ac_optarg'"
791 # FIXME: should be removed in autoconf 3.0.
792 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
793 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
794 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
795 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
801 if test -n "$ac_prev"; then
802 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
803 { echo "$as_me: error: missing argument to $ac_option" >&2
804 { (exit 1); exit 1; }; }
807 # Be sure to have absolute paths.
808 for ac_var
in exec_prefix prefix
810 eval ac_val
=$
`echo $ac_var`
812 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
813 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
814 { (exit 1); exit 1; }; };;
818 # Be sure to have absolute paths.
819 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
820 localstatedir libdir includedir oldincludedir infodir mandir
822 eval ac_val
=$
`echo $ac_var`
824 [\\/$
]* | ?
:[\\/]* ) ;;
825 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
826 { (exit 1); exit 1; }; };;
830 # There might be people who depend on the old broken behavior: `$host'
831 # used to hold the argument of --host etc.
832 # FIXME: To remove some day.
837 # FIXME: To remove some day.
838 if test "x$host_alias" != x
; then
839 if test "x$build_alias" = x
; then
840 cross_compiling
=maybe
841 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
842 If a cross compiler is detected then cross compile mode will be used." >&2
843 elif test "x$build_alias" != "x$host_alias"; then
849 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
851 test "$silent" = yes && exec 6>/dev
/null
854 # Find the source files, if location was not specified.
855 if test -z "$srcdir"; then
856 ac_srcdir_defaulted
=yes
857 # Try the directory containing this script, then its parent.
858 ac_confdir
=`(dirname "$0") 2>/dev/null ||
859 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
860 X"$0" : 'X\(//\)[^/]' \| \
861 X"$0" : 'X\(//\)$' \| \
862 X"$0" : 'X\(/\)' \| \
863 . : '\(.\)' 2>/dev/null ||
865 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
866 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
867 /^X\(\/\/\)$/{ s//\1/; q; }
868 /^X\(\/\).*/{ s//\1/; q; }
871 if test ! -r $srcdir/$ac_unique_file; then
875 ac_srcdir_defaulted
=no
877 if test ! -r $srcdir/$ac_unique_file; then
878 if test "$ac_srcdir_defaulted" = yes; then
879 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
880 { (exit 1); exit 1; }; }
882 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
883 { (exit 1); exit 1; }; }
886 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
887 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
888 { (exit 1); exit 1; }; }
889 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
890 ac_env_build_alias_set
=${build_alias+set}
891 ac_env_build_alias_value
=$build_alias
892 ac_cv_env_build_alias_set
=${build_alias+set}
893 ac_cv_env_build_alias_value
=$build_alias
894 ac_env_host_alias_set
=${host_alias+set}
895 ac_env_host_alias_value
=$host_alias
896 ac_cv_env_host_alias_set
=${host_alias+set}
897 ac_cv_env_host_alias_value
=$host_alias
898 ac_env_target_alias_set
=${target_alias+set}
899 ac_env_target_alias_value
=$target_alias
900 ac_cv_env_target_alias_set
=${target_alias+set}
901 ac_cv_env_target_alias_value
=$target_alias
902 ac_env_CC_set
=${CC+set}
904 ac_cv_env_CC_set
=${CC+set}
905 ac_cv_env_CC_value
=$CC
906 ac_env_CFLAGS_set
=${CFLAGS+set}
907 ac_env_CFLAGS_value
=$CFLAGS
908 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
909 ac_cv_env_CFLAGS_value
=$CFLAGS
910 ac_env_LDFLAGS_set
=${LDFLAGS+set}
911 ac_env_LDFLAGS_value
=$LDFLAGS
912 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
913 ac_cv_env_LDFLAGS_value
=$LDFLAGS
914 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
915 ac_env_CPPFLAGS_value
=$CPPFLAGS
916 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
917 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
918 ac_env_CPP_set
=${CPP+set}
919 ac_env_CPP_value
=$CPP
920 ac_cv_env_CPP_set
=${CPP+set}
921 ac_cv_env_CPP_value
=$CPP
924 # Report the --help message.
926 if test "$ac_init_help" = "long"; then
927 # Omit some internal or obsolete options to make the list less imposing.
928 # This message is too long to be a string in the A/UX 3.1 sh.
930 \`configure' configures this package to adapt to many kinds of systems.
932 Usage: $0 [OPTION]... [VAR=VALUE]...
934 To assign environment variables (e.g., CC, CFLAGS...), specify them as
935 VAR=VALUE. See below for descriptions of some of the useful variables.
937 Defaults for the options are specified in brackets.
940 -h, --help display this help and exit
941 --help=short display options specific to this package
942 --help=recursive display the short help of all the included packages
943 -V, --version display version information and exit
944 -q, --quiet, --silent do not print \`checking...' messages
945 --cache-file=FILE cache test results in FILE [disabled]
946 -C, --config-cache alias for \`--cache-file=config.cache'
947 -n, --no-create do not create output files
948 --srcdir=DIR find the sources in DIR [configure dir or \`..']
953 Installation directories:
954 --prefix=PREFIX install architecture-independent files in PREFIX
956 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
959 By default, \`make install' will install all the files in
960 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
961 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
962 for instance \`--prefix=\$HOME'.
964 For better control, use the options below.
966 Fine tuning of the installation directories:
967 --bindir=DIR user executables [EPREFIX/bin]
968 --sbindir=DIR system admin executables [EPREFIX/sbin]
969 --libexecdir=DIR program executables [EPREFIX/libexec]
970 --datadir=DIR read-only architecture-independent data [PREFIX/share]
971 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
972 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
973 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
974 --libdir=DIR object code libraries [EPREFIX/lib]
975 --includedir=DIR C header files [PREFIX/include]
976 --oldincludedir=DIR C header files for non-gcc [/usr/include]
977 --infodir=DIR info documentation [PREFIX/info]
978 --mandir=DIR man documentation [PREFIX/man]
984 --program-prefix=PREFIX prepend PREFIX to installed program names
985 --program-suffix=SUFFIX append SUFFIX to installed program names
986 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
989 --build=BUILD configure
for building on BUILD
[guessed
]
990 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
991 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
995 if test -n "$ac_init_help"; then
1000 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1001 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1002 --disable-dependency-tracking speeds up one-time build
1003 --enable-dependency-tracking do not reject slow dependency extractors
1004 --enable-shared[=PKGS
]
1005 build shared libraries
[default
=yes]
1006 --enable-static[=PKGS
]
1007 build static libraries
[default
=yes]
1008 --enable-fast-install[=PKGS
]
1009 optimize
for fast installation
[default
=yes]
1010 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1011 --disable-nls do not use Native Language Support
1012 --enable-maintainer-mode enable make rules and dependencies not useful
1013 (and sometimes confusing
) to the casual installer
1014 --enable-werror treat compile warnings as errors
1015 --enable-build-warnings enable build-time compiler warnings
1018 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1019 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1020 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1022 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1024 Some influential environment variables
:
1025 CC C compiler
command
1026 CFLAGS C compiler flags
1027 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1028 nonstandard directory
<lib dir
>
1029 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
1030 headers
in a nonstandard directory
<include dir
>
1033 Use these variables to override the choices made by
`configure' or to help
1034 it to find libraries and programs with nonstandard names/locations.
1039 if test "$ac_init_help" = "recursive"; then
1040 # If there are subdirs, report their specific --help.
1042 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1043 test -d $ac_dir || continue
1046 if test "$ac_dir" != .; then
1047 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
1048 # A "../" for each directory in $ac_dir_suffix.
1049 ac_top_builddir=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,../,g'`
1051 ac_dir_suffix= ac_top_builddir=
1055 .) # No --srcdir option. We are building in place.
1057 if test -z "$ac_top_builddir"; then
1060 ac_top_srcdir=`echo $ac_top_builddir |
sed 's,/$,,'`
1062 [\\/]* | ?:[\\/]* ) # Absolute path.
1063 ac_srcdir=$srcdir$ac_dir_suffix;
1064 ac_top_srcdir=$srcdir ;;
1066 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1067 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1070 # Do not use `cd foo
&& pwd` to compute absolute paths, because
1071 # the directories may not exist.
1073 .) ac_abs_builddir="$ac_dir";;
1076 .) ac_abs_builddir=`pwd`;;
1077 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1078 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1081 case $ac_abs_builddir in
1082 .) ac_abs_top_builddir=${ac_top_builddir}.;;
1084 case ${ac_top_builddir}. in
1085 .) ac_abs_top_builddir=$ac_abs_builddir;;
1086 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1087 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1090 case $ac_abs_builddir in
1091 .) ac_abs_srcdir=$ac_srcdir;;
1094 .) ac_abs_srcdir=$ac_abs_builddir;;
1095 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1096 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1099 case $ac_abs_builddir in
1100 .) ac_abs_top_srcdir=$ac_top_srcdir;;
1102 case $ac_top_srcdir in
1103 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1104 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1105 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1110 # Check for guested configure; otherwise get Cygnus style configure.
1111 if test -f $ac_srcdir/configure.gnu; then
1113 $SHELL $ac_srcdir/configure.gnu --help=recursive
1114 elif test -f $ac_srcdir/configure; then
1116 $SHELL $ac_srcdir/configure --help=recursive
1117 elif test -f $ac_srcdir/configure.ac ||
1118 test -f $ac_srcdir/configure.in; then
1120 $ac_configure --help
1122 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1128 test -n "$ac_init_help" && exit 0
1129 if $ac_init_version; then
1132 Copyright (C) 2003 Free Software Foundation, Inc.
1133 This configure script is free software; the Free Software Foundation
1134 gives unlimited permission to copy, distribute and modify it.
1140 This file contains any messages produced by compilers while
1141 running configure, to aid debugging if configure makes a mistake.
1143 It was created by $as_me, which was
1144 generated by GNU Autoconf 2.59. Invocation command line was
1155 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1156 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1157 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1158 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1159 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1161 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1162 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1164 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1165 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1166 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1167 hostinfo = `(hostinfo
) 2>/dev
/null ||
echo unknown
`
1168 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1169 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1170 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1178 test -z "$as_dir" && as_dir=.
1179 echo "PATH: $as_dir"
1194 # Keep a trace of the command line.
1195 # Strip out --no-create and --no-recursion so they do not pile up.
1196 # Strip out --silent because we don't want to record it for future runs.
1197 # Also quote any args containing shell meta-characters.
1198 # Make two passes to allow for proper duplicate-argument suppression.
1203 ac_must_keep_next=false
1209 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1210 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1211 | -silent | --silent | --silen | --sile | --sil)
1213 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1214 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1217 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1219 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1220 if test $ac_must_keep_next = true; then
1221 ac_must_keep_next=false # Got value, back to normal.
1224 *=* | --config-cache | -C | -disable-* | --disable-* \
1225 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1226 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1227 | -with-* | --with-* | -without-* | --without-* | --x)
1228 case "$ac_configure_args0 " in
1229 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1232 -* ) ac_must_keep_next=true ;;
1235 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1236 # Get rid of the leading space.
1242 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1243 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1245 # When interrupted or exit'd, cleanup temporary files, and complete
1246 # config.log. We remove comments because anyway the quotes in there
1247 # would cause problems or look ugly.
1248 # WARNING: Be sure not to use single quotes in there, as some shells,
1249 # such as our DU 5.0 friend, will then `close
' the trap.
1250 trap 'exit_status
=$?
1251 # Save into config.log some information that might help in debugging.
1256 ## ---------------- ##
1257 ## Cache variables. ##
1258 ## ---------------- ##
1261 # The following way of writing the cache mishandles newlines in values,
1264 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1267 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1268 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1272 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1279 ## ----------------- ##
1280 ## Output variables. ##
1281 ## ----------------- ##
1284 for ac_var
in $ac_subst_vars
1286 eval ac_val
=$
`echo $ac_var`
1287 echo "$ac_var='"'"'$ac_val'"'"'"
1291 if test -n "$ac_subst_files"; then
1298 for ac_var
in $ac_subst_files
1300 eval ac_val
=$
`echo $ac_var`
1301 echo "$ac_var='"'"'$ac_val'"'"'"
1306 if test -s confdefs.h
; then
1313 sed "/^$/d" confdefs.h |
sort
1316 test "$ac_signal" != 0 &&
1317 echo "$as_me: caught signal $ac_signal"
1318 echo "$as_me: exit $exit_status"
1320 rm -f core
*.core
&&
1321 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1324 for ac_signal in 1 2 13 15; do
1325 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1329 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1330 rm -rf conftest* confdefs.h
1331 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1334 # Predefined preprocessor variables.
1336 cat >>confdefs.h <<_ACEOF
1337 #define PACKAGE_NAME "$PACKAGE_NAME"
1341 cat >>confdefs.h <<_ACEOF
1342 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1346 cat >>confdefs.h <<_ACEOF
1347 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1351 cat >>confdefs.h <<_ACEOF
1352 #define PACKAGE_STRING "$PACKAGE_STRING"
1356 cat >>confdefs.h <<_ACEOF
1357 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1361 # Let the site file select an alternate cache file if it wants to.
1362 # Prefer explicitly selected file to automatically selected ones.
1363 if test -z "$CONFIG_SITE"; then
1364 if test "x$prefix" != xNONE; then
1365 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1367 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1370 for ac_site_file in $CONFIG_SITE; do
1371 if test -r "$ac_site_file"; then
1372 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1373 echo "$as_me: loading site script $ac_site_file" >&6;}
1374 sed 's
/^
/|
/' "$ac_site_file" >&5
1379 if test -r "$cache_file"; then
1380 # Some versions of bash will fail to source /dev/null (special
1381 # files actually), so we avoid doing that.
1382 if test -f "$cache_file"; then
1383 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1384 echo "$as_me: loading cache $cache_file" >&6;}
1386 [\\/]* | ?:[\\/]* ) . $cache_file;;
1387 *) . ./$cache_file;;
1391 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1392 echo "$as_me: creating cache $cache_file" >&6;}
1396 # Check that the precious variables saved in the cache have kept the same
1398 ac_cache_corrupted=false
1399 for ac_var in `(set) 2>&1 |
1400 sed -n 's
/^ac_env_\
([a-zA-Z_0-9
]*\
)_set
=.
*/\
1/p
'`; do
1401 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1402 eval ac_new_set=\$ac_env_${ac_var}_set
1403 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1404 eval ac_new_val="\$ac_env_${ac_var}_value"
1405 case $ac_old_set,$ac_new_set in
1407 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1408 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1409 ac_cache_corrupted=: ;;
1411 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1412 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1413 ac_cache_corrupted=: ;;
1416 if test "x$ac_old_val" != "x$ac_new_val"; then
1417 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1418 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1419 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1420 echo "$as_me: former value: $ac_old_val" >&2;}
1421 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1422 echo "$as_me: current value: $ac_new_val" >&2;}
1423 ac_cache_corrupted=:
1426 # Pass precious variables to config.status.
1427 if test "$ac_new_set" = set; then
1429 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1430 ac_arg=$ac_var=`echo "$ac_new_val" |
sed "s/'/'\\\\\\\\''/g"` ;;
1431 *) ac_arg=$ac_var=$ac_new_val ;;
1433 case " $ac_configure_args " in
1434 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1435 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1439 if $ac_cache_corrupted; then
1440 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1441 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1442 { { echo "$as_me:$LINENO: error: run \`make distclean
' and/or \`rm $cache_file' and start over
" >&5
1443 echo "$as_me: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1444 { (exit 1); exit 1; }; }
1448 ac_cpp='$CPP $CPPFLAGS'
1449 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1450 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1451 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1474 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1475 if test -f $ac_dir/install-sh; then
1477 ac_install_sh="$ac_aux_dir/install-sh -c"
1479 elif test -f $ac_dir/install.sh; then
1481 ac_install_sh="$ac_aux_dir/install.sh -c"
1483 elif test -f $ac_dir/shtool; then
1485 ac_install_sh="$ac_aux_dir/shtool install -c"
1489 if test -z "$ac_aux_dir"; then
1490 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1491 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1492 { (exit 1); exit 1; }; }
1494 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1495 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1496 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1498 # Make sure we can run config.sub.
1499 $ac_config_sub sun4 >/dev/null 2>&1 ||
1500 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1501 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1502 { (exit 1); exit 1; }; }
1504 echo "$as_me:$LINENO: checking build system type" >&5
1505 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1506 if test "${ac_cv_build+set}" = set; then
1507 echo $ECHO_N "(cached) $ECHO_C" >&6
1509 ac_cv_build_alias=$build_alias
1510 test -z "$ac_cv_build_alias" &&
1511 ac_cv_build_alias=`$ac_config_guess`
1512 test -z "$ac_cv_build_alias" &&
1513 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1514 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1515 { (exit 1); exit 1; }; }
1516 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1517 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1518 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1519 { (exit 1); exit 1; }; }
1522 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1523 echo "${ECHO_T}$ac_cv_build" >&6
1525 build_cpu=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1526 build_vendor=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1527 build_os=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1530 echo "$as_me:$LINENO: checking host system type" >&5
1531 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1532 if test "${ac_cv_host+set}" = set; then
1533 echo $ECHO_N "(cached) $ECHO_C" >&6
1535 ac_cv_host_alias=$host_alias
1536 test -z "$ac_cv_host_alias" &&
1537 ac_cv_host_alias=$ac_cv_build_alias
1538 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1539 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1540 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1541 { (exit 1); exit 1; }; }
1544 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1545 echo "${ECHO_T}$ac_cv_host" >&6
1547 host_cpu=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1548 host_vendor=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1549 host_os=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1552 echo "$as_me:$LINENO: checking target system type" >&5
1553 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1554 if test "${ac_cv_target+set}" = set; then
1555 echo $ECHO_N "(cached) $ECHO_C" >&6
1557 ac_cv_target_alias=$target_alias
1558 test "x$ac_cv_target_alias" = "x" &&
1559 ac_cv_target_alias=$ac_cv_host_alias
1560 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1561 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1562 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1563 { (exit 1); exit 1; }; }
1566 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1567 echo "${ECHO_T}$ac_cv_target" >&6
1568 target=$ac_cv_target
1569 target_cpu=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1570 target_vendor=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1571 target_os=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1574 # The aliases save the names the user supplied, while $host etc.
1575 # will get canonicalized.
1576 test -n "$target_alias" &&
1577 test "$program_prefix$program_suffix$program_transform_name" = \
1579 program_prefix=${target_alias}-
1581 ac_cpp='$CPP $CPPFLAGS'
1582 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1583 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1584 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1585 if test -n "$ac_tool_prefix"; then
1586 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1587 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1588 echo "$as_me:$LINENO: checking for $ac_word" >&5
1589 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1590 if test "${ac_cv_prog_CC+set}" = set; then
1591 echo $ECHO_N "(cached) $ECHO_C" >&6
1593 if test -n "$CC"; then
1594 ac_cv_prog_CC="$CC" # Let the user override the test.
1596 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1600 test -z "$as_dir" && as_dir=.
1601 for ac_exec_ext in '' $ac_executable_extensions; do
1602 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1603 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1604 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1613 if test -n "$CC"; then
1614 echo "$as_me:$LINENO: result: $CC" >&5
1615 echo "${ECHO_T}$CC" >&6
1617 echo "$as_me:$LINENO: result: no" >&5
1618 echo "${ECHO_T}no" >&6
1622 if test -z "$ac_cv_prog_CC"; then
1624 # Extract the first word of "gcc", so it can be a program name with args.
1625 set dummy gcc; ac_word=$2
1626 echo "$as_me:$LINENO: checking for $ac_word" >&5
1627 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1628 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1629 echo $ECHO_N "(cached) $ECHO_C" >&6
1631 if test -n "$ac_ct_CC"; then
1632 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1638 test -z "$as_dir" && as_dir=.
1639 for ac_exec_ext in '' $ac_executable_extensions; do
1640 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1641 ac_cv_prog_ac_ct_CC="gcc"
1642 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1650 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1651 if test -n "$ac_ct_CC"; then
1652 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1653 echo "${ECHO_T}$ac_ct_CC" >&6
1655 echo "$as_me:$LINENO: result: no" >&5
1656 echo "${ECHO_T}no" >&6
1664 if test -z "$CC"; then
1665 if test -n "$ac_tool_prefix"; then
1666 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1667 set dummy ${ac_tool_prefix}cc; ac_word=$2
1668 echo "$as_me:$LINENO: checking for $ac_word" >&5
1669 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1670 if test "${ac_cv_prog_CC+set}" = set; then
1671 echo $ECHO_N "(cached) $ECHO_C" >&6
1673 if test -n "$CC"; then
1674 ac_cv_prog_CC="$CC" # Let the user override the test.
1676 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1680 test -z "$as_dir" && as_dir=.
1681 for ac_exec_ext in '' $ac_executable_extensions; do
1682 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1683 ac_cv_prog_CC="${ac_tool_prefix}cc"
1684 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1693 if test -n "$CC"; then
1694 echo "$as_me:$LINENO: result: $CC" >&5
1695 echo "${ECHO_T}$CC" >&6
1697 echo "$as_me:$LINENO: result: no" >&5
1698 echo "${ECHO_T}no" >&6
1702 if test -z "$ac_cv_prog_CC"; then
1704 # Extract the first word of "cc", so it can be a program name with args.
1705 set dummy cc; ac_word=$2
1706 echo "$as_me:$LINENO: checking for $ac_word" >&5
1707 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1708 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1709 echo $ECHO_N "(cached) $ECHO_C" >&6
1711 if test -n "$ac_ct_CC"; then
1712 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1718 test -z "$as_dir" && as_dir=.
1719 for ac_exec_ext in '' $ac_executable_extensions; do
1720 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1721 ac_cv_prog_ac_ct_CC="cc"
1722 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1730 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1731 if test -n "$ac_ct_CC"; then
1732 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1733 echo "${ECHO_T}$ac_ct_CC" >&6
1735 echo "$as_me:$LINENO: result: no" >&5
1736 echo "${ECHO_T}no" >&6
1745 if test -z "$CC"; then
1746 # Extract the first word of "cc", so it can be a program name with args.
1747 set dummy cc; ac_word=$2
1748 echo "$as_me:$LINENO: checking for $ac_word" >&5
1749 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1750 if test "${ac_cv_prog_CC+set}" = set; then
1751 echo $ECHO_N "(cached) $ECHO_C" >&6
1753 if test -n "$CC"; then
1754 ac_cv_prog_CC="$CC" # Let the user override the test.
1757 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1761 test -z "$as_dir" && as_dir=.
1762 for ac_exec_ext in '' $ac_executable_extensions; do
1763 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1764 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1765 ac_prog_rejected=yes
1769 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1775 if test $ac_prog_rejected = yes; then
1776 # We found a bogon in the path, so make sure we never use it.
1777 set dummy $ac_cv_prog_CC
1779 if test $# != 0; then
1780 # We chose a different compiler from the bogus one.
1781 # However, it has the same basename, so the bogon will be chosen
1782 # first if we set CC to just the basename; use the full file name.
1784 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1790 if test -n "$CC"; then
1791 echo "$as_me:$LINENO: result: $CC" >&5
1792 echo "${ECHO_T}$CC" >&6
1794 echo "$as_me:$LINENO: result: no" >&5
1795 echo "${ECHO_T}no" >&6
1799 if test -z "$CC"; then
1800 if test -n "$ac_tool_prefix"; then
1803 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1804 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1805 echo "$as_me:$LINENO: checking for $ac_word" >&5
1806 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1807 if test "${ac_cv_prog_CC+set}" = set; then
1808 echo $ECHO_N "(cached) $ECHO_C" >&6
1810 if test -n "$CC"; then
1811 ac_cv_prog_CC="$CC" # Let the user override the test.
1813 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1817 test -z "$as_dir" && as_dir=.
1818 for ac_exec_ext in '' $ac_executable_extensions; do
1819 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1820 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1821 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1830 if test -n "$CC"; then
1831 echo "$as_me:$LINENO: result: $CC" >&5
1832 echo "${ECHO_T}$CC" >&6
1834 echo "$as_me:$LINENO: result: no" >&5
1835 echo "${ECHO_T}no" >&6
1838 test -n "$CC" && break
1841 if test -z "$CC"; then
1845 # Extract the first word of "$ac_prog", so it can be a program name with args.
1846 set dummy $ac_prog; ac_word=$2
1847 echo "$as_me:$LINENO: checking for $ac_word" >&5
1848 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1849 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1850 echo $ECHO_N "(cached) $ECHO_C" >&6
1852 if test -n "$ac_ct_CC"; then
1853 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1859 test -z "$as_dir" && as_dir=.
1860 for ac_exec_ext in '' $ac_executable_extensions; do
1861 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1862 ac_cv_prog_ac_ct_CC="$ac_prog"
1863 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1871 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1872 if test -n "$ac_ct_CC"; then
1873 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1874 echo "${ECHO_T}$ac_ct_CC" >&6
1876 echo "$as_me:$LINENO: result: no" >&5
1877 echo "${ECHO_T}no" >&6
1880 test -n "$ac_ct_CC" && break
1889 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1890 See \`config.log' for more details.
" >&5
1891 echo "$as_me: error
: no acceptable C compiler found
in \
$PATH
1892 See \
`config.log' for more details." >&2;}
1893 { (exit 1); exit 1; }; }
1895 # Provide some information about the compiler.
1896 echo "$as_me:$LINENO:" \
1897 "checking for C compiler version" >&5
1898 ac_compiler=`set X
$ac_compile; echo $2`
1899 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1900 (eval $ac_compiler --version </dev/null >&5) 2>&5
1902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1903 (exit $ac_status); }
1904 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1905 (eval $ac_compiler -v </dev/null >&5) 2>&5
1907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1908 (exit $ac_status); }
1909 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1910 (eval $ac_compiler -V </dev/null >&5) 2>&5
1912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1913 (exit $ac_status); }
1915 cat >conftest.$ac_ext <<_ACEOF
1918 cat confdefs.h >>conftest.$ac_ext
1919 cat >>conftest.$ac_ext <<_ACEOF
1920 /* end confdefs.h. */
1930 ac_clean_files_save=$ac_clean_files
1931 ac_clean_files="$ac_clean_files a.out a.exe b.out"
1932 # Try to create an executable without -o first, disregard a.out.
1933 # It will help us diagnose broken compilers, and finding out an intuition
1935 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1936 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1937 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
1938 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1939 (eval $ac_link_default) 2>&5
1941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1942 (exit $ac_status); }; then
1943 # Find the output, starting from the most likely. This scheme is
1944 # not robust to junk in `.
', hence go to wildcards (a.*) only as a last
1947 # Be careful to initialize this variable, since it used to be cached.
1948 # Otherwise an old cache value of `no' led to
`EXEEXT = no' in a Makefile.
1950 # b.out is created by i960 compilers.
1951 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1953 test -f "$ac_file" || continue
1955 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1958 # This is the source file.
1961 # We found the default executable, but exeext='' is most
1965 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1966 # FIXME: I believe we export ac_cv_exeext for Libtool,
1967 # but it would be cool to find out if it's true. Does anybody
1968 # maintain Libtool? --akim.
1976 echo "$as_me: failed program was:" >&5
1977 sed 's/^/| /' conftest.$ac_ext >&5
1979 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1980 See \`config.log
' for more details." >&5
1981 echo "$as_me: error: C compiler cannot create executables
1982 See \`config.log' for more details.
" >&2;}
1983 { (exit 77); exit 77; }; }
1986 ac_exeext=$ac_cv_exeext
1987 echo "$as_me:$LINENO: result
: $ac_file" >&5
1988 echo "${ECHO_T}$ac_file" >&6
1990 # Check the compiler produces executables we can run. If not, either
1991 # the compiler is broken, or we cross compile.
1992 echo "$as_me:$LINENO: checking whether the C compiler works
" >&5
1993 echo $ECHO_N "checking whether the C compiler works...
$ECHO_C" >&6
1994 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1995 # If not cross compiling, check that we can run a simple program.
1996 if test "$cross_compiling" != yes; then
1997 if { ac_try='./$ac_file'
1998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2001 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2002 (exit $ac_status); }; }; then
2005 if test "$cross_compiling" = maybe; then
2008 { { echo "$as_me:$LINENO: error
: cannot run C compiled programs.
2009 If you meant to cross compile
, use \
`--host'.
2010 See \`config.log
' for more details." >&5
2011 echo "$as_me: error: cannot run C compiled programs.
2012 If you meant to cross compile, use \`--host'.
2013 See \
`config.log' for more details." >&2;}
2014 { (exit 1); exit 1; }; }
2018 echo "$as_me:$LINENO: result: yes" >&5
2019 echo "${ECHO_T}yes" >&6
2021 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2022 ac_clean_files=$ac_clean_files_save
2023 # Check the compiler produces executables we can run. If not, either
2024 # the compiler is broken, or we cross compile.
2025 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2026 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2027 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2028 echo "${ECHO_T}$cross_compiling" >&6
2030 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2031 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2032 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2033 (eval $ac_link) 2>&5
2035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2036 (exit $ac_status); }; then
2037 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
2038 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
2039 # work properly (i.e., refer to `conftest.exe'), while it won't with
2041 for ac_file
in conftest.exe conftest conftest.
*; do
2042 test -f "$ac_file" ||
continue
2044 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
2045 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2052 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2053 See \`config.log' for more details." >&5
2054 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2055 See \`config.log' for more details." >&2;}
2056 { (exit 1); exit 1; }; }
2059 rm -f conftest
$ac_cv_exeext
2060 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2061 echo "${ECHO_T}$ac_cv_exeext" >&6
2063 rm -f conftest.
$ac_ext
2064 EXEEXT
=$ac_cv_exeext
2066 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2067 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2068 if test "${ac_cv_objext+set}" = set; then
2069 echo $ECHO_N "(cached) $ECHO_C" >&6
2071 cat >conftest.
$ac_ext <<_ACEOF
2074 cat confdefs.h
>>conftest.
$ac_ext
2075 cat >>conftest.
$ac_ext <<_ACEOF
2076 /* end confdefs.h. */
2086 rm -f conftest.o conftest.obj
2087 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2088 (eval $ac_compile) 2>&5
2090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2091 (exit $ac_status); }; then
2092 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2094 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
2095 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2100 echo "$as_me: failed program was:" >&5
2101 sed 's/^/| /' conftest.
$ac_ext >&5
2103 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2104 See \`config.log' for more details." >&5
2105 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2106 See \`config.log' for more details." >&2;}
2107 { (exit 1); exit 1; }; }
2110 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2112 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2113 echo "${ECHO_T}$ac_cv_objext" >&6
2114 OBJEXT
=$ac_cv_objext
2116 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2117 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2118 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2119 echo $ECHO_N "(cached) $ECHO_C" >&6
2121 cat >conftest.
$ac_ext <<_ACEOF
2124 cat confdefs.h
>>conftest.
$ac_ext
2125 cat >>conftest.
$ac_ext <<_ACEOF
2126 /* end confdefs.h. */
2139 rm -f conftest.
$ac_objext
2140 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2141 (eval $ac_compile) 2>conftest.er1
2143 grep -v '^ *+' conftest.er1
>conftest.err
2145 cat conftest.err
>&5
2146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2147 (exit $ac_status); } &&
2148 { ac_try
='test -z "$ac_c_werror_flag"
2149 || test ! -s conftest.err'
2150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2154 (exit $ac_status); }; } &&
2155 { ac_try
='test -s conftest.$ac_objext'
2156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2160 (exit $ac_status); }; }; then
2163 echo "$as_me: failed program was:" >&5
2164 sed 's/^/| /' conftest.
$ac_ext >&5
2168 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2169 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2172 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2173 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2174 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2175 ac_test_CFLAGS
=${CFLAGS+set}
2176 ac_save_CFLAGS
=$CFLAGS
2178 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2179 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2180 if test "${ac_cv_prog_cc_g+set}" = set; then
2181 echo $ECHO_N "(cached) $ECHO_C" >&6
2183 cat >conftest.
$ac_ext <<_ACEOF
2186 cat confdefs.h
>>conftest.
$ac_ext
2187 cat >>conftest.
$ac_ext <<_ACEOF
2188 /* end confdefs.h. */
2198 rm -f conftest.
$ac_objext
2199 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2200 (eval $ac_compile) 2>conftest.er1
2202 grep -v '^ *+' conftest.er1
>conftest.err
2204 cat conftest.err
>&5
2205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2206 (exit $ac_status); } &&
2207 { ac_try
='test -z "$ac_c_werror_flag"
2208 || test ! -s conftest.err'
2209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2213 (exit $ac_status); }; } &&
2214 { ac_try
='test -s conftest.$ac_objext'
2215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2219 (exit $ac_status); }; }; then
2222 echo "$as_me: failed program was:" >&5
2223 sed 's/^/| /' conftest.
$ac_ext >&5
2227 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2229 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2230 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2231 if test "$ac_test_CFLAGS" = set; then
2232 CFLAGS
=$ac_save_CFLAGS
2233 elif test $ac_cv_prog_cc_g = yes; then
2234 if test "$GCC" = yes; then
2240 if test "$GCC" = yes; then
2246 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2247 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2248 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2249 echo $ECHO_N "(cached) $ECHO_C" >&6
2251 ac_cv_prog_cc_stdc
=no
2253 cat >conftest.
$ac_ext <<_ACEOF
2256 cat confdefs.h
>>conftest.
$ac_ext
2257 cat >>conftest.
$ac_ext <<_ACEOF
2258 /* end confdefs.h. */
2261 #include <sys/types.h>
2262 #include <sys/stat.h>
2263 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2264 struct buf { int x; };
2265 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2266 static char *e (p, i)
2272 static char *f (char * (*g) (char **, int), char **p, ...)
2277 s = g (p, va_arg (v,int));
2282 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2283 function prototypes and stuff, but not '\xHH' hex character constants.
2284 These don't provoke an error unfortunately, instead are silently treated
2285 as 'x'. The following induces an error, until -std1 is added to get
2286 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2287 array size at least. It's necessary to write '\x00'==0 to get something
2288 that's true only with -std1. */
2289 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2291 int test (int i, double x);
2292 struct s1 {int (*f) (int a);};
2293 struct s2 {int (*f) (double a);};
2294 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2300 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2305 # Don't try gcc -ansi; that turns off useful extensions and
2306 # breaks some systems' header files.
2307 # AIX -qlanglvl=ansi
2308 # Ultrix and OSF/1 -std1
2309 # HP-UX 10.20 and later -Ae
2310 # HP-UX older versions -Aa -D_HPUX_SOURCE
2311 # SVR4 -Xc -D__EXTENSIONS__
2312 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2314 CC
="$ac_save_CC $ac_arg"
2315 rm -f conftest.
$ac_objext
2316 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2317 (eval $ac_compile) 2>conftest.er1
2319 grep -v '^ *+' conftest.er1
>conftest.err
2321 cat conftest.err
>&5
2322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2323 (exit $ac_status); } &&
2324 { ac_try
='test -z "$ac_c_werror_flag"
2325 || test ! -s conftest.err'
2326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2330 (exit $ac_status); }; } &&
2331 { ac_try
='test -s conftest.$ac_objext'
2332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2336 (exit $ac_status); }; }; then
2337 ac_cv_prog_cc_stdc
=$ac_arg
2340 echo "$as_me: failed program was:" >&5
2341 sed 's/^/| /' conftest.
$ac_ext >&5
2344 rm -f conftest.err conftest.
$ac_objext
2346 rm -f conftest.
$ac_ext conftest.
$ac_objext
2351 case "x$ac_cv_prog_cc_stdc" in
2353 echo "$as_me:$LINENO: result: none needed" >&5
2354 echo "${ECHO_T}none needed" >&6 ;;
2356 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2357 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2358 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2361 # Some people use a C++ compiler to compile C. Since we use `exit',
2362 # in C++ we need to declare it. In case someone uses the same compiler
2363 # for both compiling C and C++ we need to have the C++ compiler decide
2364 # the declaration of exit, since it's the most demanding environment.
2365 cat >conftest.
$ac_ext <<_ACEOF
2370 rm -f conftest.
$ac_objext
2371 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2372 (eval $ac_compile) 2>conftest.er1
2374 grep -v '^ *+' conftest.er1
>conftest.err
2376 cat conftest.err
>&5
2377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2378 (exit $ac_status); } &&
2379 { ac_try
='test -z "$ac_c_werror_flag"
2380 || test ! -s conftest.err'
2381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2385 (exit $ac_status); }; } &&
2386 { ac_try
='test -s conftest.$ac_objext'
2387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2391 (exit $ac_status); }; }; then
2392 for ac_declaration
in \
2394 'extern "C" void std::exit (int) throw (); using std::exit;' \
2395 'extern "C" void std::exit (int); using std::exit;' \
2396 'extern "C" void exit (int) throw ();' \
2397 'extern "C" void exit (int);' \
2400 cat >conftest.
$ac_ext <<_ACEOF
2403 cat confdefs.h
>>conftest.
$ac_ext
2404 cat >>conftest.
$ac_ext <<_ACEOF
2405 /* end confdefs.h. */
2416 rm -f conftest.
$ac_objext
2417 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2418 (eval $ac_compile) 2>conftest.er1
2420 grep -v '^ *+' conftest.er1
>conftest.err
2422 cat conftest.err
>&5
2423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2424 (exit $ac_status); } &&
2425 { ac_try
='test -z "$ac_c_werror_flag"
2426 || test ! -s conftest.err'
2427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2431 (exit $ac_status); }; } &&
2432 { ac_try
='test -s conftest.$ac_objext'
2433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2437 (exit $ac_status); }; }; then
2440 echo "$as_me: failed program was:" >&5
2441 sed 's/^/| /' conftest.
$ac_ext >&5
2445 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2446 cat >conftest.
$ac_ext <<_ACEOF
2449 cat confdefs.h
>>conftest.
$ac_ext
2450 cat >>conftest.
$ac_ext <<_ACEOF
2451 /* end confdefs.h. */
2461 rm -f conftest.
$ac_objext
2462 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2463 (eval $ac_compile) 2>conftest.er1
2465 grep -v '^ *+' conftest.er1
>conftest.err
2467 cat conftest.err
>&5
2468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2469 (exit $ac_status); } &&
2470 { ac_try
='test -z "$ac_c_werror_flag"
2471 || test ! -s conftest.err'
2472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2476 (exit $ac_status); }; } &&
2477 { ac_try
='test -s conftest.$ac_objext'
2478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2482 (exit $ac_status); }; }; then
2485 echo "$as_me: failed program was:" >&5
2486 sed 's/^/| /' conftest.
$ac_ext >&5
2489 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2492 if test -n "$ac_declaration"; then
2493 echo '#ifdef __cplusplus' >>confdefs.h
2494 echo $ac_declaration >>confdefs.h
2495 echo '#endif' >>confdefs.h
2499 echo "$as_me: failed program was:" >&5
2500 sed 's/^/| /' conftest.
$ac_ext >&5
2503 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2505 ac_cpp
='$CPP $CPPFLAGS'
2506 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2507 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2508 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2511 echo "$as_me:$LINENO: checking for library containing strerror" >&5
2512 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
2513 if test "${ac_cv_search_strerror+set}" = set; then
2514 echo $ECHO_N "(cached) $ECHO_C" >&6
2516 ac_func_search_save_LIBS
=$LIBS
2517 ac_cv_search_strerror
=no
2518 cat >conftest.
$ac_ext <<_ACEOF
2521 cat confdefs.h
>>conftest.
$ac_ext
2522 cat >>conftest.
$ac_ext <<_ACEOF
2523 /* end confdefs.h. */
2525 /* Override any gcc2 internal prototype to avoid an error. */
2529 /* We use char because int might match the return type of a gcc2
2530 builtin and then its argument prototype would still apply. */
2540 rm -f conftest.
$ac_objext conftest
$ac_exeext
2541 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2542 (eval $ac_link) 2>conftest.er1
2544 grep -v '^ *+' conftest.er1
>conftest.err
2546 cat conftest.err
>&5
2547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2548 (exit $ac_status); } &&
2549 { ac_try
='test -z "$ac_c_werror_flag"
2550 || test ! -s conftest.err'
2551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2555 (exit $ac_status); }; } &&
2556 { ac_try
='test -s conftest$ac_exeext'
2557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2561 (exit $ac_status); }; }; then
2562 ac_cv_search_strerror
="none required"
2564 echo "$as_me: failed program was:" >&5
2565 sed 's/^/| /' conftest.
$ac_ext >&5
2568 rm -f conftest.err conftest.
$ac_objext \
2569 conftest
$ac_exeext conftest.
$ac_ext
2570 if test "$ac_cv_search_strerror" = no
; then
2571 for ac_lib
in cposix
; do
2572 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
2573 cat >conftest.
$ac_ext <<_ACEOF
2576 cat confdefs.h
>>conftest.
$ac_ext
2577 cat >>conftest.
$ac_ext <<_ACEOF
2578 /* end confdefs.h. */
2580 /* Override any gcc2 internal prototype to avoid an error. */
2584 /* We use char because int might match the return type of a gcc2
2585 builtin and then its argument prototype would still apply. */
2595 rm -f conftest.
$ac_objext conftest
$ac_exeext
2596 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2597 (eval $ac_link) 2>conftest.er1
2599 grep -v '^ *+' conftest.er1
>conftest.err
2601 cat conftest.err
>&5
2602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2603 (exit $ac_status); } &&
2604 { ac_try
='test -z "$ac_c_werror_flag"
2605 || test ! -s conftest.err'
2606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2610 (exit $ac_status); }; } &&
2611 { ac_try
='test -s conftest$ac_exeext'
2612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2616 (exit $ac_status); }; }; then
2617 ac_cv_search_strerror
="-l$ac_lib"
2620 echo "$as_me: failed program was:" >&5
2621 sed 's/^/| /' conftest.
$ac_ext >&5
2624 rm -f conftest.err conftest.
$ac_objext \
2625 conftest
$ac_exeext conftest.
$ac_ext
2628 LIBS
=$ac_func_search_save_LIBS
2630 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
2631 echo "${ECHO_T}$ac_cv_search_strerror" >&6
2632 if test "$ac_cv_search_strerror" != no
; then
2633 test "$ac_cv_search_strerror" = "none required" || LIBS
="$ac_cv_search_strerror $LIBS"
2638 BFD_VERSION
=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
2639 am__api_version
="1.9"
2640 # Find a good install program. We prefer a C program (faster),
2641 # so one script is as good as another. But avoid the broken or
2642 # incompatible versions:
2643 # SysV /etc/install, /usr/sbin/install
2644 # SunOS /usr/etc/install
2645 # IRIX /sbin/install
2647 # AmigaOS /C/install, which installs bootblocks on floppy discs
2648 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2649 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2650 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2651 # OS/2's system install, which has a completely different semantic
2652 # ./install, which can be erroneously created by make from ./install.sh.
2653 # Reject install programs that cannot install multiple files.
2654 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2655 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2656 if test -z "$INSTALL"; then
2657 if test "${ac_cv_path_install+set}" = set; then
2658 echo $ECHO_N "(cached) $ECHO_C" >&6
2660 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2664 test -z "$as_dir" && as_dir
=.
2665 # Account for people who put trailing slashes in PATH elements.
2667 .
/ | .
// |
/cC
/* | \
2668 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2669 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
2672 # OSF1 and SCO ODT 3.0 have their own names for install.
2673 # Don't use installbsd from OSF since it installs stuff as root
2675 for ac_prog
in ginstall scoinst
install; do
2676 for ac_exec_ext
in '' $ac_executable_extensions; do
2677 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2678 if test $ac_prog = install &&
2679 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2680 # AIX install. It has an incompatible calling convention.
2682 elif test $ac_prog = install &&
2683 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2684 # program-specific install script used by HP pwplus--don't use.
2687 rm -rf conftest.one conftest.two conftest.dir
2688 echo one
> conftest.one
2689 echo two
> conftest.two
2691 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2692 test -s conftest.one
&& test -s conftest.two
&&
2693 test -s conftest.dir
/conftest.one
&&
2694 test -s conftest.dir
/conftest.two
2696 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2707 rm -rf conftest.one conftest.two conftest.dir
2710 if test "${ac_cv_path_install+set}" = set; then
2711 INSTALL
=$ac_cv_path_install
2713 # As a last resort, use the slow shell script. Don't cache a
2714 # value for INSTALL within a source directory, because that will
2715 # break other packages using the cache if that directory is
2716 # removed, or if the value is a relative name.
2717 INSTALL
=$ac_install_sh
2720 echo "$as_me:$LINENO: result: $INSTALL" >&5
2721 echo "${ECHO_T}$INSTALL" >&6
2723 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2724 # It thinks the first close brace ends the variable substitution.
2725 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2727 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2729 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2731 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2732 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
2735 echo timestamp
> conftest.
file
2736 # Do `set' in a subshell so we don't clobber the current shell's
2737 # arguments. Must try -L first in case configure is actually a
2738 # symlink; some systems play weird games with the mod time of symlinks
2739 # (eg FreeBSD returns the mod time of the symlink's containing
2742 set X
`ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2743 if test "$*" = "X"; then
2745 set X
`ls -t $srcdir/configure conftest.file`
2748 if test "$*" != "X $srcdir/configure conftest.file" \
2749 && test "$*" != "X conftest.file $srcdir/configure"; then
2751 # If neither matched, then we have a broken ls. This can happen
2752 # if, for instance, CONFIG_SHELL is bash and it inherits a
2753 # broken ls alias from the environment. This has actually
2754 # happened. Such a system could not be considered "sane".
2755 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2756 alias in your environment" >&5
2757 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2758 alias in your environment" >&2;}
2759 { (exit 1); exit 1; }; }
2762 test "$2" = conftest.
file
2768 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2769 Check your system clock" >&5
2770 echo "$as_me: error: newly created file is older than distributed files!
2771 Check your system clock" >&2;}
2772 { (exit 1); exit 1; }; }
2774 echo "$as_me:$LINENO: result: yes" >&5
2775 echo "${ECHO_T}yes" >&6
2776 test "$program_prefix" != NONE
&&
2777 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
2778 # Use a double $ so make ignores it.
2779 test "$program_suffix" != NONE
&&
2780 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
2781 # Double any \ or $. echo might interpret backslashes.
2782 # By default was `s,x,x', remove it if useless.
2783 cat <<\_ACEOF
>conftest.
sed
2784 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
2786 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
2789 # expand $ac_aux_dir to an absolute path
2790 am_aux_dir
=`cd $ac_aux_dir && pwd`
2792 test x
"${MISSING+set}" = xset || MISSING
="\${SHELL} $am_aux_dir/missing"
2793 # Use eval to expand $SHELL
2794 if eval "$MISSING --run true"; then
2795 am_missing_run
="$MISSING --run "
2798 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2799 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2802 if mkdir
-p --version .
>/dev
/null
2>&1 && test ! -d .
/--version; then
2803 # We used to keeping the `.' as first argument, in order to
2804 # allow $(mkdir_p) to be used without argument. As in
2805 # $(mkdir_p) $(somedir)
2806 # where $(somedir) is conditionally defined. However this is wrong
2808 # 1. if the package is installed by a user who cannot write `.'
2809 # make install will fail,
2810 # 2. the above comment should most certainly read
2811 # $(mkdir_p) $(DESTDIR)$(somedir)
2812 # so it does not work when $(somedir) is undefined and
2813 # $(DESTDIR) is not.
2814 # To support the latter case, we have to write
2815 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2816 # so the `.' trick is pointless.
2817 mkdir_p
='mkdir -p --'
2819 # On NextStep and OpenStep, the `mkdir' command does not
2820 # recognize any option. It will interpret all options as
2821 # directories to create, and then abort because `.' already
2823 for d
in .
/-p .
/--version;
2825 test -d $d && rmdir $d
2827 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2828 if test -f "$ac_aux_dir/mkinstalldirs"; then
2829 mkdir_p
='$(mkinstalldirs)'
2831 mkdir_p
='$(install_sh) -d'
2835 for ac_prog
in gawk mawk nawk
awk
2837 # Extract the first word of "$ac_prog", so it can be a program name with args.
2838 set dummy
$ac_prog; ac_word
=$2
2839 echo "$as_me:$LINENO: checking for $ac_word" >&5
2840 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2841 if test "${ac_cv_prog_AWK+set}" = set; then
2842 echo $ECHO_N "(cached) $ECHO_C" >&6
2844 if test -n "$AWK"; then
2845 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2847 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2851 test -z "$as_dir" && as_dir
=.
2852 for ac_exec_ext
in '' $ac_executable_extensions; do
2853 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2854 ac_cv_prog_AWK
="$ac_prog"
2855 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2864 if test -n "$AWK"; then
2865 echo "$as_me:$LINENO: result: $AWK" >&5
2866 echo "${ECHO_T}$AWK" >&6
2868 echo "$as_me:$LINENO: result: no" >&5
2869 echo "${ECHO_T}no" >&6
2872 test -n "$AWK" && break
2875 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2876 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
2877 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
2878 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2879 echo $ECHO_N "(cached) $ECHO_C" >&6
2881 cat >conftest.
make <<\_ACEOF
2883 @
echo 'ac_maketemp="$(MAKE)"'
2885 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2886 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
2887 if test -n "$ac_maketemp"; then
2888 eval ac_cv_prog_make_
${ac_make}_set
=yes
2890 eval ac_cv_prog_make_
${ac_make}_set
=no
2894 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2895 echo "$as_me:$LINENO: result: yes" >&5
2896 echo "${ECHO_T}yes" >&6
2899 echo "$as_me:$LINENO: result: no" >&5
2900 echo "${ECHO_T}no" >&6
2901 SET_MAKE
="MAKE=${MAKE-make}"
2904 rm -rf .tst
2>/dev
/null
2905 mkdir .tst
2>/dev
/null
2906 if test -d .tst
; then
2911 rmdir .tst
2>/dev
/null
2913 DEPDIR
="${am__leading_dot}deps"
2915 ac_config_commands
="$ac_config_commands depfiles"
2918 am_make
=${MAKE-make}
2919 cat > confinc
<< 'END'
2924 # If we don't find an include directive, just comment out the code.
2925 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2926 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2930 # First try GNU make style include.
2931 echo "include confinc" > confmf
2932 # We grep out `Entering directory' and `Leaving directory'
2933 # messages which can occur if `w' ends up in MAKEFLAGS.
2934 # In particular we don't look at `^make:' because GNU make might
2935 # be invoked under some other name (usually "gmake"), in which
2936 # case it prints its new name instead of `make'.
2937 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2942 # Now try BSD make style include.
2943 if test "$am__include" = "#"; then
2944 echo '.include "confinc"' > confmf
2945 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2946 am__include
=.include
2953 echo "$as_me:$LINENO: result: $_am_result" >&5
2954 echo "${ECHO_T}$_am_result" >&6
2955 rm -f confinc confmf
2957 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2958 if test "${enable_dependency_tracking+set}" = set; then
2959 enableval
="$enable_dependency_tracking"
2962 if test "x$enable_dependency_tracking" != xno
; then
2963 am_depcomp
="$ac_aux_dir/depcomp"
2968 if test "x$enable_dependency_tracking" != xno; then
2978 # test to see if srcdir already configured
2979 if test "`cd $srcdir && pwd`" != "`pwd`" &&
2980 test -f $srcdir/config.status
; then
2981 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2982 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2983 { (exit 1); exit 1; }; }
2986 # test whether we have cygpath
2987 if test -z "$CYGPATH_W"; then
2988 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
2989 CYGPATH_W
='cygpath -w'
2996 # Define the identity of the package.
2998 VERSION
=${BFD_VERSION}
3001 cat >>confdefs.h
<<_ACEOF
3002 #define PACKAGE "$PACKAGE"
3006 cat >>confdefs.h
<<_ACEOF
3007 #define VERSION "$VERSION"
3010 # Some tools Automake needs.
3012 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3015 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
3018 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3021 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
3024 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
3026 install_sh
=${install_sh-"$am_aux_dir/install-sh"}
3028 # Installed binaries are usually stripped using `strip' when the user
3029 # run `make install-strip'. However `strip' might not be the right
3030 # tool to use in cross-compilation environments, therefore Automake
3031 # will honor the `STRIP' environment variable to overrule this program.
3032 if test "$cross_compiling" != no
; then
3033 if test -n "$ac_tool_prefix"; then
3034 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3035 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
3036 echo "$as_me:$LINENO: checking for $ac_word" >&5
3037 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3038 if test "${ac_cv_prog_STRIP+set}" = set; then
3039 echo $ECHO_N "(cached) $ECHO_C" >&6
3041 if test -n "$STRIP"; then
3042 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
3044 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3048 test -z "$as_dir" && as_dir
=.
3049 for ac_exec_ext
in '' $ac_executable_extensions; do
3050 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3051 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
3052 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3060 STRIP
=$ac_cv_prog_STRIP
3061 if test -n "$STRIP"; then
3062 echo "$as_me:$LINENO: result: $STRIP" >&5
3063 echo "${ECHO_T}$STRIP" >&6
3065 echo "$as_me:$LINENO: result: no" >&5
3066 echo "${ECHO_T}no" >&6
3070 if test -z "$ac_cv_prog_STRIP"; then
3072 # Extract the first word of "strip", so it can be a program name with args.
3073 set dummy strip
; ac_word
=$2
3074 echo "$as_me:$LINENO: checking for $ac_word" >&5
3075 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3076 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3077 echo $ECHO_N "(cached) $ECHO_C" >&6
3079 if test -n "$ac_ct_STRIP"; then
3080 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
3082 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3086 test -z "$as_dir" && as_dir
=.
3087 for ac_exec_ext
in '' $ac_executable_extensions; do
3088 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3089 ac_cv_prog_ac_ct_STRIP
="strip"
3090 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3096 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
3099 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3100 if test -n "$ac_ct_STRIP"; then
3101 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3102 echo "${ECHO_T}$ac_ct_STRIP" >&6
3104 echo "$as_me:$LINENO: result: no" >&5
3105 echo "${ECHO_T}no" >&6
3110 STRIP
="$ac_cv_prog_STRIP"
3114 INSTALL_STRIP_PROGRAM
="\${SHELL} \$(install_sh) -c -s"
3116 # We need awk for the "check" target. The system "awk" is bad on
3118 # Always define AMTAR for backward compatibility.
3120 AMTAR
=${AMTAR-"${am_missing_run}tar"}
3122 am__tar
='${AMTAR} chof - "$$tardir"'; am__untar
='${AMTAR} xf -'
3127 depcc
="$CC" am_compiler_list
=
3129 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3130 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3131 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3132 echo $ECHO_N "(cached) $ECHO_C" >&6
3134 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3135 # We make a subdir and do the tests there. Otherwise we can end up
3136 # making bogus files that we don't know about and never remove. For
3137 # instance it was reported that on HP-UX the gcc test will end up
3138 # making a dummy file named `D' -- because `-MD' means `put the output
3141 # Copy depcomp to subdir because otherwise we won't find it if we're
3142 # using a relative directory.
3143 cp "$am_depcomp" conftest.dir
3145 # We will build objects and dependencies in a subdirectory because
3146 # it helps to detect inapplicable dependency modes. For instance
3147 # both Tru64's cc and ICC support -MD to output dependencies as a
3148 # side effect of compilation, but ICC will put the dependencies in
3149 # the current directory while Tru64 will put them in the object
3153 am_cv_CC_dependencies_compiler_type
=none
3154 if test "$am_compiler_list" = ""; then
3155 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3157 for depmode
in $am_compiler_list; do
3158 # Setup a source with many dependencies, because some compilers
3159 # like to wrap large dependency lists on column 80 (with \), and
3160 # we should not choose a depcomp mode which is confused by this.
3162 # We need to recreate these files for each test, as the compiler may
3163 # overwrite some of them when testing with obscure command lines.
3164 # This happens at least with the AIX C compiler.
3166 for i
in 1 2 3 4 5 6; do
3167 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
3168 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3169 # Solaris 8's {/usr,}/bin/sh.
3170 touch sub
/conftst
$i.h
3172 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3176 # after this tag, mechanisms are not by side-effect, so they'll
3177 # only be used when explicitly requested
3178 if test "x$enable_dependency_tracking" = xyes
; then
3186 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3187 # mode. It turns out that the SunPro C++ compiler does not properly
3188 # handle `-M -o', and we need to detect this.
3189 if depmode
=$depmode \
3190 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3191 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3192 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3193 >/dev
/null
2>conftest.err
&&
3194 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3195 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3196 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3197 # icc doesn't choke on unknown options, it will just issue warnings
3198 # or remarks (even with -Werror). So we grep stderr for any message
3199 # that says an option was ignored or not supported.
3200 # When given -MP, icc 7.0 and 7.1 complain thusly:
3201 # icc: Command line warning: ignoring option '-M'; no argument required
3202 # The diagnosis changed in icc 8.0:
3203 # icc: Command line remark: option '-MP' not supported
3204 if (grep 'ignoring option' conftest.err ||
3205 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3206 am_cv_CC_dependencies_compiler_type
=$depmode
3215 am_cv_CC_dependencies_compiler_type
=none
3219 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3220 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3221 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
3226 test "x$enable_dependency_tracking" != xno \
3227 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
3229 am__fastdepCC_FALSE
='#'
3231 am__fastdepCC_TRUE
='#'
3232 am__fastdepCC_FALSE
=
3238 ac_config_headers
="$ac_config_headers gconfig.h:gconfig.in"
3242 ac_cpp
='$CPP $CPPFLAGS'
3243 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3244 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3245 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3246 if test -n "$ac_tool_prefix"; then
3247 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3248 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3249 echo "$as_me:$LINENO: checking for $ac_word" >&5
3250 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3251 if test "${ac_cv_prog_CC+set}" = set; then
3252 echo $ECHO_N "(cached) $ECHO_C" >&6
3254 if test -n "$CC"; then
3255 ac_cv_prog_CC
="$CC" # Let the user override the test.
3257 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3261 test -z "$as_dir" && as_dir
=.
3262 for ac_exec_ext
in '' $ac_executable_extensions; do
3263 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3264 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3265 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3274 if test -n "$CC"; then
3275 echo "$as_me:$LINENO: result: $CC" >&5
3276 echo "${ECHO_T}$CC" >&6
3278 echo "$as_me:$LINENO: result: no" >&5
3279 echo "${ECHO_T}no" >&6
3283 if test -z "$ac_cv_prog_CC"; then
3285 # Extract the first word of "gcc", so it can be a program name with args.
3286 set dummy gcc
; ac_word
=$2
3287 echo "$as_me:$LINENO: checking for $ac_word" >&5
3288 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3289 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3290 echo $ECHO_N "(cached) $ECHO_C" >&6
3292 if test -n "$ac_ct_CC"; then
3293 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3295 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3299 test -z "$as_dir" && as_dir
=.
3300 for ac_exec_ext
in '' $ac_executable_extensions; do
3301 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3302 ac_cv_prog_ac_ct_CC
="gcc"
3303 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3311 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3312 if test -n "$ac_ct_CC"; then
3313 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3314 echo "${ECHO_T}$ac_ct_CC" >&6
3316 echo "$as_me:$LINENO: result: no" >&5
3317 echo "${ECHO_T}no" >&6
3325 if test -z "$CC"; then
3326 if test -n "$ac_tool_prefix"; then
3327 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3328 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3329 echo "$as_me:$LINENO: checking for $ac_word" >&5
3330 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3331 if test "${ac_cv_prog_CC+set}" = set; then
3332 echo $ECHO_N "(cached) $ECHO_C" >&6
3334 if test -n "$CC"; then
3335 ac_cv_prog_CC
="$CC" # Let the user override the test.
3337 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3341 test -z "$as_dir" && as_dir
=.
3342 for ac_exec_ext
in '' $ac_executable_extensions; do
3343 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3344 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3345 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3354 if test -n "$CC"; then
3355 echo "$as_me:$LINENO: result: $CC" >&5
3356 echo "${ECHO_T}$CC" >&6
3358 echo "$as_me:$LINENO: result: no" >&5
3359 echo "${ECHO_T}no" >&6
3363 if test -z "$ac_cv_prog_CC"; then
3365 # Extract the first word of "cc", so it can be a program name with args.
3366 set dummy cc
; ac_word
=$2
3367 echo "$as_me:$LINENO: checking for $ac_word" >&5
3368 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3369 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3370 echo $ECHO_N "(cached) $ECHO_C" >&6
3372 if test -n "$ac_ct_CC"; then
3373 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3375 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3379 test -z "$as_dir" && as_dir
=.
3380 for ac_exec_ext
in '' $ac_executable_extensions; do
3381 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3382 ac_cv_prog_ac_ct_CC
="cc"
3383 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3391 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3392 if test -n "$ac_ct_CC"; then
3393 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3394 echo "${ECHO_T}$ac_ct_CC" >&6
3396 echo "$as_me:$LINENO: result: no" >&5
3397 echo "${ECHO_T}no" >&6
3406 if test -z "$CC"; then
3407 # Extract the first word of "cc", so it can be a program name with args.
3408 set dummy cc
; ac_word
=$2
3409 echo "$as_me:$LINENO: checking for $ac_word" >&5
3410 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3411 if test "${ac_cv_prog_CC+set}" = set; then
3412 echo $ECHO_N "(cached) $ECHO_C" >&6
3414 if test -n "$CC"; then
3415 ac_cv_prog_CC
="$CC" # Let the user override the test.
3418 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3422 test -z "$as_dir" && as_dir
=.
3423 for ac_exec_ext
in '' $ac_executable_extensions; do
3424 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3425 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3426 ac_prog_rejected
=yes
3430 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3436 if test $ac_prog_rejected = yes; then
3437 # We found a bogon in the path, so make sure we never use it.
3438 set dummy
$ac_cv_prog_CC
3440 if test $# != 0; then
3441 # We chose a different compiler from the bogus one.
3442 # However, it has the same basename, so the bogon will be chosen
3443 # first if we set CC to just the basename; use the full file name.
3445 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3451 if test -n "$CC"; then
3452 echo "$as_me:$LINENO: result: $CC" >&5
3453 echo "${ECHO_T}$CC" >&6
3455 echo "$as_me:$LINENO: result: no" >&5
3456 echo "${ECHO_T}no" >&6
3460 if test -z "$CC"; then
3461 if test -n "$ac_tool_prefix"; then
3464 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3465 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3466 echo "$as_me:$LINENO: checking for $ac_word" >&5
3467 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3468 if test "${ac_cv_prog_CC+set}" = set; then
3469 echo $ECHO_N "(cached) $ECHO_C" >&6
3471 if test -n "$CC"; then
3472 ac_cv_prog_CC
="$CC" # Let the user override the test.
3474 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3478 test -z "$as_dir" && as_dir
=.
3479 for ac_exec_ext
in '' $ac_executable_extensions; do
3480 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3481 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3482 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3491 if test -n "$CC"; then
3492 echo "$as_me:$LINENO: result: $CC" >&5
3493 echo "${ECHO_T}$CC" >&6
3495 echo "$as_me:$LINENO: result: no" >&5
3496 echo "${ECHO_T}no" >&6
3499 test -n "$CC" && break
3502 if test -z "$CC"; then
3506 # Extract the first word of "$ac_prog", so it can be a program name with args.
3507 set dummy
$ac_prog; ac_word
=$2
3508 echo "$as_me:$LINENO: checking for $ac_word" >&5
3509 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3510 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3511 echo $ECHO_N "(cached) $ECHO_C" >&6
3513 if test -n "$ac_ct_CC"; then
3514 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3516 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3520 test -z "$as_dir" && as_dir
=.
3521 for ac_exec_ext
in '' $ac_executable_extensions; do
3522 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3523 ac_cv_prog_ac_ct_CC
="$ac_prog"
3524 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3532 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3533 if test -n "$ac_ct_CC"; then
3534 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3535 echo "${ECHO_T}$ac_ct_CC" >&6
3537 echo "$as_me:$LINENO: result: no" >&5
3538 echo "${ECHO_T}no" >&6
3541 test -n "$ac_ct_CC" && break
3550 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3551 See \`config.log' for more details." >&5
3552 echo "$as_me: error: no acceptable C compiler found in \$PATH
3553 See \`config.log' for more details." >&2;}
3554 { (exit 1); exit 1; }; }
3556 # Provide some information about the compiler.
3557 echo "$as_me:$LINENO:" \
3558 "checking for C compiler version" >&5
3559 ac_compiler
=`set X $ac_compile; echo $2`
3560 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3561 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3564 (exit $ac_status); }
3565 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3566 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3569 (exit $ac_status); }
3570 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3571 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3574 (exit $ac_status); }
3576 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3577 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3578 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3579 echo $ECHO_N "(cached) $ECHO_C" >&6
3581 cat >conftest.
$ac_ext <<_ACEOF
3584 cat confdefs.h
>>conftest.
$ac_ext
3585 cat >>conftest.
$ac_ext <<_ACEOF
3586 /* end confdefs.h. */
3599 rm -f conftest.
$ac_objext
3600 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3601 (eval $ac_compile) 2>conftest.er1
3603 grep -v '^ *+' conftest.er1
>conftest.err
3605 cat conftest.err
>&5
3606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3607 (exit $ac_status); } &&
3608 { ac_try
='test -z "$ac_c_werror_flag"
3609 || test ! -s conftest.err'
3610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3614 (exit $ac_status); }; } &&
3615 { ac_try
='test -s conftest.$ac_objext'
3616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3620 (exit $ac_status); }; }; then
3623 echo "$as_me: failed program was:" >&5
3624 sed 's/^/| /' conftest.
$ac_ext >&5
3628 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3629 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
3632 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3633 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3634 GCC
=`test $ac_compiler_gnu = yes && echo yes`
3635 ac_test_CFLAGS
=${CFLAGS+set}
3636 ac_save_CFLAGS
=$CFLAGS
3638 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3639 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3640 if test "${ac_cv_prog_cc_g+set}" = set; then
3641 echo $ECHO_N "(cached) $ECHO_C" >&6
3643 cat >conftest.
$ac_ext <<_ACEOF
3646 cat confdefs.h
>>conftest.
$ac_ext
3647 cat >>conftest.
$ac_ext <<_ACEOF
3648 /* end confdefs.h. */
3658 rm -f conftest.
$ac_objext
3659 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3660 (eval $ac_compile) 2>conftest.er1
3662 grep -v '^ *+' conftest.er1
>conftest.err
3664 cat conftest.err
>&5
3665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3666 (exit $ac_status); } &&
3667 { ac_try
='test -z "$ac_c_werror_flag"
3668 || test ! -s conftest.err'
3669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3673 (exit $ac_status); }; } &&
3674 { ac_try
='test -s conftest.$ac_objext'
3675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3679 (exit $ac_status); }; }; then
3682 echo "$as_me: failed program was:" >&5
3683 sed 's/^/| /' conftest.
$ac_ext >&5
3687 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3689 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3690 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3691 if test "$ac_test_CFLAGS" = set; then
3692 CFLAGS
=$ac_save_CFLAGS
3693 elif test $ac_cv_prog_cc_g = yes; then
3694 if test "$GCC" = yes; then
3700 if test "$GCC" = yes; then
3706 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3707 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3708 if test "${ac_cv_prog_cc_stdc+set}" = set; then
3709 echo $ECHO_N "(cached) $ECHO_C" >&6
3711 ac_cv_prog_cc_stdc
=no
3713 cat >conftest.
$ac_ext <<_ACEOF
3716 cat confdefs.h
>>conftest.
$ac_ext
3717 cat >>conftest.
$ac_ext <<_ACEOF
3718 /* end confdefs.h. */
3721 #include <sys/types.h>
3722 #include <sys/stat.h>
3723 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3724 struct buf { int x; };
3725 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3726 static char *e (p, i)
3732 static char *f (char * (*g) (char **, int), char **p, ...)
3737 s = g (p, va_arg (v,int));
3742 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3743 function prototypes and stuff, but not '\xHH' hex character constants.
3744 These don't provoke an error unfortunately, instead are silently treated
3745 as 'x'. The following induces an error, until -std1 is added to get
3746 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3747 array size at least. It's necessary to write '\x00'==0 to get something
3748 that's true only with -std1. */
3749 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3751 int test (int i, double x);
3752 struct s1 {int (*f) (int a);};
3753 struct s2 {int (*f) (double a);};
3754 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3760 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3765 # Don't try gcc -ansi; that turns off useful extensions and
3766 # breaks some systems' header files.
3767 # AIX -qlanglvl=ansi
3768 # Ultrix and OSF/1 -std1
3769 # HP-UX 10.20 and later -Ae
3770 # HP-UX older versions -Aa -D_HPUX_SOURCE
3771 # SVR4 -Xc -D__EXTENSIONS__
3772 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3774 CC
="$ac_save_CC $ac_arg"
3775 rm -f conftest.
$ac_objext
3776 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3777 (eval $ac_compile) 2>conftest.er1
3779 grep -v '^ *+' conftest.er1
>conftest.err
3781 cat conftest.err
>&5
3782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3783 (exit $ac_status); } &&
3784 { ac_try
='test -z "$ac_c_werror_flag"
3785 || test ! -s conftest.err'
3786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3790 (exit $ac_status); }; } &&
3791 { ac_try
='test -s conftest.$ac_objext'
3792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3796 (exit $ac_status); }; }; then
3797 ac_cv_prog_cc_stdc
=$ac_arg
3800 echo "$as_me: failed program was:" >&5
3801 sed 's/^/| /' conftest.
$ac_ext >&5
3804 rm -f conftest.err conftest.
$ac_objext
3806 rm -f conftest.
$ac_ext conftest.
$ac_objext
3811 case "x$ac_cv_prog_cc_stdc" in
3813 echo "$as_me:$LINENO: result: none needed" >&5
3814 echo "${ECHO_T}none needed" >&6 ;;
3816 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3817 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3818 CC
="$CC $ac_cv_prog_cc_stdc" ;;
3821 # Some people use a C++ compiler to compile C. Since we use `exit',
3822 # in C++ we need to declare it. In case someone uses the same compiler
3823 # for both compiling C and C++ we need to have the C++ compiler decide
3824 # the declaration of exit, since it's the most demanding environment.
3825 cat >conftest.
$ac_ext <<_ACEOF
3830 rm -f conftest.
$ac_objext
3831 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3832 (eval $ac_compile) 2>conftest.er1
3834 grep -v '^ *+' conftest.er1
>conftest.err
3836 cat conftest.err
>&5
3837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3838 (exit $ac_status); } &&
3839 { ac_try
='test -z "$ac_c_werror_flag"
3840 || test ! -s conftest.err'
3841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3845 (exit $ac_status); }; } &&
3846 { ac_try
='test -s conftest.$ac_objext'
3847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3851 (exit $ac_status); }; }; then
3852 for ac_declaration
in \
3854 'extern "C" void std::exit (int) throw (); using std::exit;' \
3855 'extern "C" void std::exit (int); using std::exit;' \
3856 'extern "C" void exit (int) throw ();' \
3857 'extern "C" void exit (int);' \
3860 cat >conftest.
$ac_ext <<_ACEOF
3863 cat confdefs.h
>>conftest.
$ac_ext
3864 cat >>conftest.
$ac_ext <<_ACEOF
3865 /* end confdefs.h. */
3876 rm -f conftest.
$ac_objext
3877 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3878 (eval $ac_compile) 2>conftest.er1
3880 grep -v '^ *+' conftest.er1
>conftest.err
3882 cat conftest.err
>&5
3883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3884 (exit $ac_status); } &&
3885 { ac_try
='test -z "$ac_c_werror_flag"
3886 || test ! -s conftest.err'
3887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3891 (exit $ac_status); }; } &&
3892 { ac_try
='test -s conftest.$ac_objext'
3893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3897 (exit $ac_status); }; }; then
3900 echo "$as_me: failed program was:" >&5
3901 sed 's/^/| /' conftest.
$ac_ext >&5
3905 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3906 cat >conftest.
$ac_ext <<_ACEOF
3909 cat confdefs.h
>>conftest.
$ac_ext
3910 cat >>conftest.
$ac_ext <<_ACEOF
3911 /* end confdefs.h. */
3921 rm -f conftest.
$ac_objext
3922 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3923 (eval $ac_compile) 2>conftest.er1
3925 grep -v '^ *+' conftest.er1
>conftest.err
3927 cat conftest.err
>&5
3928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3929 (exit $ac_status); } &&
3930 { ac_try
='test -z "$ac_c_werror_flag"
3931 || test ! -s conftest.err'
3932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3936 (exit $ac_status); }; } &&
3937 { ac_try
='test -s conftest.$ac_objext'
3938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3942 (exit $ac_status); }; }; then
3945 echo "$as_me: failed program was:" >&5
3946 sed 's/^/| /' conftest.
$ac_ext >&5
3949 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3952 if test -n "$ac_declaration"; then
3953 echo '#ifdef __cplusplus' >>confdefs.h
3954 echo $ac_declaration >>confdefs.h
3955 echo '#endif' >>confdefs.h
3959 echo "$as_me: failed program was:" >&5
3960 sed 's/^/| /' conftest.
$ac_ext >&5
3963 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3965 ac_cpp
='$CPP $CPPFLAGS'
3966 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3967 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3968 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3971 cat >>confdefs.h
<<\_ACEOF
3972 #define _GNU_SOURCE 1
3976 # Find a good install program. We prefer a C program (faster),
3977 # so one script is as good as another. But avoid the broken or
3978 # incompatible versions:
3979 # SysV /etc/install, /usr/sbin/install
3980 # SunOS /usr/etc/install
3981 # IRIX /sbin/install
3983 # AmigaOS /C/install, which installs bootblocks on floppy discs
3984 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3985 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3986 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3987 # OS/2's system install, which has a completely different semantic
3988 # ./install, which can be erroneously created by make from ./install.sh.
3989 # Reject install programs that cannot install multiple files.
3990 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3991 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3992 if test -z "$INSTALL"; then
3993 if test "${ac_cv_path_install+set}" = set; then
3994 echo $ECHO_N "(cached) $ECHO_C" >&6
3996 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4000 test -z "$as_dir" && as_dir
=.
4001 # Account for people who put trailing slashes in PATH elements.
4003 .
/ | .
// |
/cC
/* | \
4004 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
4005 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
4008 # OSF1 and SCO ODT 3.0 have their own names for install.
4009 # Don't use installbsd from OSF since it installs stuff as root
4011 for ac_prog
in ginstall scoinst
install; do
4012 for ac_exec_ext
in '' $ac_executable_extensions; do
4013 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4014 if test $ac_prog = install &&
4015 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4016 # AIX install. It has an incompatible calling convention.
4018 elif test $ac_prog = install &&
4019 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4020 # program-specific install script used by HP pwplus--don't use.
4023 rm -rf conftest.one conftest.two conftest.dir
4024 echo one
> conftest.one
4025 echo two
> conftest.two
4027 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
4028 test -s conftest.one
&& test -s conftest.two
&&
4029 test -s conftest.dir
/conftest.one
&&
4030 test -s conftest.dir
/conftest.two
4032 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
4043 rm -rf conftest.one conftest.two conftest.dir
4046 if test "${ac_cv_path_install+set}" = set; then
4047 INSTALL
=$ac_cv_path_install
4049 # As a last resort, use the slow shell script. Don't cache a
4050 # value for INSTALL within a source directory, because that will
4051 # break other packages using the cache if that directory is
4052 # removed, or if the value is a relative name.
4053 INSTALL
=$ac_install_sh
4056 echo "$as_me:$LINENO: result: $INSTALL" >&5
4057 echo "${ECHO_T}$INSTALL" >&6
4059 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4060 # It thinks the first close brace ends the variable substitution.
4061 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
4063 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
4065 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
4070 macro_version
='2.1a'
4071 macro_revision
='1.2435'
4084 ltmain
="$ac_aux_dir/ltmain.sh"
4094 # Check whether --enable-shared or --disable-shared was given.
4095 if test "${enable_shared+set}" = set; then
4096 enableval
="$enable_shared"
4097 p
=${PACKAGE-default}
4099 yes) enable_shared
=yes ;;
4100 no
) enable_shared
=no
;;
4103 # Look at the argument we got. We use all the common list separators.
4104 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
4105 for pkg
in $enableval; do
4107 if test "X$pkg" = "X$p"; then
4125 # Check whether --enable-static or --disable-static was given.
4126 if test "${enable_static+set}" = set; then
4127 enableval
="$enable_static"
4128 p
=${PACKAGE-default}
4130 yes) enable_static
=yes ;;
4131 no
) enable_static
=no
;;
4134 # Look at the argument we got. We use all the common list separators.
4135 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
4136 for pkg
in $enableval; do
4138 if test "X$pkg" = "X$p"; then
4157 # Check whether --with-pic or --without-pic was given.
4158 if test "${with_pic+set}" = set; then
4165 test -z "$pic_mode" && pic_mode
=default
4173 # Check whether --enable-fast-install or --disable-fast-install was given.
4174 if test "${enable_fast_install+set}" = set; then
4175 enableval
="$enable_fast_install"
4176 p
=${PACKAGE-default}
4178 yes) enable_fast_install
=yes ;;
4179 no
) enable_fast_install
=no
;;
4181 enable_fast_install
=no
4182 # Look at the argument we got. We use all the common list separators.
4183 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
4184 for pkg
in $enableval; do
4186 if test "X$pkg" = "X$p"; then
4187 enable_fast_install
=yes
4194 enable_fast_install
=yes
4204 echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
4205 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
4206 if test "${lt_cv_path_SED+set}" = set; then
4207 echo $ECHO_N "(cached) $ECHO_C" >&6
4209 # Loop through the user's path and test for sed and gsed.
4210 # Then use that list of sed's as ones to test for truncation.
4211 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4215 test -z "$as_dir" && as_dir
=.
4216 for lt_ac_prog
in sed gsed
; do
4217 for ac_exec_ext
in '' $ac_executable_extensions; do
4218 if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
4219 lt_ac_sed_list
="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
4227 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
4228 # along with /bin/sed that truncates output.
4229 for lt_ac_sed
in $lt_ac_sed_list /usr
/xpg
4/bin
/sed; do
4230 test ! -f $lt_ac_sed && continue
4231 cat /dev
/null
> conftest.
in
4233 echo $ECHO_N "0123456789$ECHO_C" >conftest.
in
4234 # Check for GNU sed and select it if it is found.
4235 if "$lt_ac_sed" --version 2>&1 < /dev
/null |
grep 'GNU' > /dev
/null
; then
4236 lt_cv_path_SED
=$lt_ac_sed
4240 cat conftest.
in conftest.
in >conftest.tmp
4241 mv conftest.tmp conftest.
in
4242 cp conftest.
in conftest.
nl
4244 $lt_ac_sed -e 's/a$//' < conftest.
nl >conftest.out ||
break
4245 cmp -s conftest.out conftest.
nl ||
break
4246 # 10000 chars as input seems more than enough
4247 test $lt_ac_count -gt 10 && break
4248 lt_ac_count
=`expr $lt_ac_count + 1`
4249 if test $lt_ac_count -gt $lt_ac_max; then
4250 lt_ac_max
=$lt_ac_count
4251 lt_cv_path_SED
=$lt_ac_sed
4260 echo "$as_me:$LINENO: result: $SED" >&5
4261 echo "${ECHO_T}$SED" >&6
4263 test -z "$SED" && SED
=sed
4264 Xsed
="$SED -e 1s/^X//"
4276 echo "$as_me:$LINENO: checking for egrep" >&5
4277 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
4278 if test "${ac_cv_prog_egrep+set}" = set; then
4279 echo $ECHO_N "(cached) $ECHO_C" >&6
4281 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
4282 then ac_cv_prog_egrep
='grep -E'
4283 else ac_cv_prog_egrep
='egrep'
4286 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
4287 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4288 EGREP
=$ac_cv_prog_egrep
4291 echo "$as_me:$LINENO: checking for fgrep" >&5
4292 echo $ECHO_N "checking for fgrep... $ECHO_C" >&6
4293 if test "${ac_cv_prog_fgrep+set}" = set; then
4294 echo $ECHO_N "(cached) $ECHO_C" >&6
4296 if echo 'ab*c' |
(grep -F 'ab*c') >/dev
/null
2>&1
4297 then ac_cv_prog_fgrep
='grep -F'
4298 else ac_cv_prog_fgrep
='fgrep'
4301 echo "$as_me:$LINENO: result: $ac_cv_prog_fgrep" >&5
4302 echo "${ECHO_T}$ac_cv_prog_fgrep" >&6
4303 FGREP
=$ac_cv_prog_fgrep
4306 test -z "$GREP" && GREP
=grep
4326 # Check whether --with-gnu-ld or --without-gnu-ld was given.
4327 if test "${with_gnu_ld+set}" = set; then
4328 withval
="$with_gnu_ld"
4329 test "$withval" = no || with_gnu_ld
=yes
4334 if test "$GCC" = yes; then
4335 # Check if gcc -print-prog-name=ld gives a path.
4336 echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4337 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
4340 # gcc leaves a trailing carriage return which upsets mingw
4341 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4343 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
4346 # Accept absolute paths.
4348 re_direlt
='/[^/][^/]*/\.\./'
4349 # Canonicalize the pathname of ld
4350 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4351 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
4352 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4354 test -z "$LD" && LD
="$ac_prog"
4357 # If it fails, then pretend we aren't using GCC.
4361 # If it is relative, then search for the first ld in PATH.
4365 elif test "$with_gnu_ld" = yes; then
4366 echo "$as_me:$LINENO: checking for GNU ld" >&5
4367 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
4369 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4370 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
4372 if test "${lt_cv_path_LD+set}" = set; then
4373 echo $ECHO_N "(cached) $ECHO_C" >&6
4375 if test -z "$LD"; then
4376 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
4377 for ac_dir
in $PATH; do
4379 test -z "$ac_dir" && ac_dir
=.
4380 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
4381 lt_cv_path_LD
="$ac_dir/$ac_prog"
4382 # Check to see if the program is GNU ld. I'd rather use --version,
4383 # but apparently some variants of GNU ld only accept -v.
4384 # Break only if it was the GNU/non-GNU ld that we prefer.
4385 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4386 *GNU
* |
*'with BFD'*)
4387 test "$with_gnu_ld" != no
&& break
4390 test "$with_gnu_ld" != yes && break
4397 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
4402 if test -n "$LD"; then
4403 echo "$as_me:$LINENO: result: $LD" >&5
4404 echo "${ECHO_T}$LD" >&6
4406 echo "$as_me:$LINENO: result: no" >&5
4407 echo "${ECHO_T}no" >&6
4409 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4410 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4411 { (exit 1); exit 1; }; }
4412 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4413 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
4414 if test "${lt_cv_prog_gnu_ld+set}" = set; then
4415 echo $ECHO_N "(cached) $ECHO_C" >&6
4417 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4418 case `$LD -v 2>&1 </dev/null` in
4419 *GNU
* |
*'with BFD'*)
4420 lt_cv_prog_gnu_ld
=yes
4423 lt_cv_prog_gnu_ld
=no
4427 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4428 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
4429 with_gnu_ld
=$lt_cv_prog_gnu_ld
4440 echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
4441 echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6
4442 if test "${lt_cv_path_NM+set}" = set; then
4443 echo $ECHO_N "(cached) $ECHO_C" >&6
4445 if test -n "$NM"; then
4446 # Let the user override the test.
4449 lt_nm_to_check
="${ac_tool_prefix}nm"
4450 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4451 lt_nm_to_check
="$lt_nm_to_check nm"
4453 for lt_tmp_nm
in $lt_nm_to_check; do
4454 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
4455 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
4457 test -z "$ac_dir" && ac_dir
=.
4458 tmp_nm
="$ac_dir/$lt_tmp_nm"
4459 if test -f "$tmp_nm" ||
test -f "$tmp_nm$ac_exeext" ; then
4460 # Check to see if the nm accepts a BSD-compat flag.
4461 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4462 # nm: unknown option "B" ignored
4463 # Tru64's nm complains that /dev/null is an invalid object file
4464 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4465 */dev
/null
* |
*'Invalid file or object type'*)
4466 lt_cv_path_NM
="$tmp_nm -B"
4470 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4472 lt_cv_path_NM
="$tmp_nm -p"
4476 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4477 continue # so that we can try to find one that supports BSD flags
4486 : ${lt_cv_path_NM=no}
4489 echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4490 echo "${ECHO_T}$lt_cv_path_NM" >&6
4491 if test "$lt_cv_path_NM" != "no"; then
4494 # Didn't find any BSD compatible name lister, look for dumpbin.
4495 if test -n "$ac_tool_prefix"; then
4496 for ac_prog
in "dumpbin -symbols" "link -dump -symbols"
4498 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4499 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4500 echo "$as_me:$LINENO: checking for $ac_word" >&5
4501 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4502 if test "${ac_cv_prog_DUMPBIN+set}" = set; then
4503 echo $ECHO_N "(cached) $ECHO_C" >&6
4505 if test -n "$DUMPBIN"; then
4506 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
4508 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4512 test -z "$as_dir" && as_dir
=.
4513 for ac_exec_ext
in '' $ac_executable_extensions; do
4514 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4515 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
4516 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4524 DUMPBIN
=$ac_cv_prog_DUMPBIN
4525 if test -n "$DUMPBIN"; then
4526 echo "$as_me:$LINENO: result: $DUMPBIN" >&5
4527 echo "${ECHO_T}$DUMPBIN" >&6
4529 echo "$as_me:$LINENO: result: no" >&5
4530 echo "${ECHO_T}no" >&6
4533 test -n "$DUMPBIN" && break
4536 if test -z "$DUMPBIN"; then
4537 ac_ct_DUMPBIN
=$DUMPBIN
4538 for ac_prog
in "dumpbin -symbols" "link -dump -symbols"
4540 # Extract the first word of "$ac_prog", so it can be a program name with args.
4541 set dummy
$ac_prog; ac_word
=$2
4542 echo "$as_me:$LINENO: checking for $ac_word" >&5
4543 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4544 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
4545 echo $ECHO_N "(cached) $ECHO_C" >&6
4547 if test -n "$ac_ct_DUMPBIN"; then
4548 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
4550 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4554 test -z "$as_dir" && as_dir
=.
4555 for ac_exec_ext
in '' $ac_executable_extensions; do
4556 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4557 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
4558 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4566 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
4567 if test -n "$ac_ct_DUMPBIN"; then
4568 echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
4569 echo "${ECHO_T}$ac_ct_DUMPBIN" >&6
4571 echo "$as_me:$LINENO: result: no" >&5
4572 echo "${ECHO_T}no" >&6
4575 test -n "$ac_ct_DUMPBIN" && break
4577 test -n "$ac_ct_DUMPBIN" || ac_ct_DUMPBIN
=":"
4579 DUMPBIN
=$ac_ct_DUMPBIN
4583 if test "$DUMPBIN" != ":"; then
4587 test -z "$NM" && NM
=nm
4594 echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
4595 echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6
4596 if test "${lt_cv_nm_interface+set}" = set; then
4597 echo $ECHO_N "(cached) $ECHO_C" >&6
4599 lt_cv_nm_interface
="BSD nm"
4600 echo "int some_variable = 0;" > conftest.
$ac_ext
4601 (eval echo "\"\$as_me:4601: $ac_compile\"" >&5)
4602 (eval "$ac_compile" 2>conftest.err
)
4603 cat conftest.err
>&5
4604 (eval echo "\"\$as_me:4604: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4605 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
4606 cat conftest.err
>&5
4607 (eval echo "\"\$as_me:4607: output\"" >&5)
4608 cat conftest.out
>&5
4609 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
4610 lt_cv_nm_interface
="MS dumpbin"
4614 echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
4615 echo "${ECHO_T}$lt_cv_nm_interface" >&6
4617 echo "$as_me:$LINENO: checking whether ln -s works" >&5
4618 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
4620 if test "$LN_S" = "ln -s"; then
4621 echo "$as_me:$LINENO: result: yes" >&5
4622 echo "${ECHO_T}yes" >&6
4624 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4625 echo "${ECHO_T}no, using $LN_S" >&6
4628 # find the maximum length of command line arguments
4629 echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
4630 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
4631 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
4632 echo $ECHO_N "(cached) $ECHO_C" >&6
4639 # On DJGPP, this test can blow up pretty badly due to problems in libc
4640 # (any single argument exceeding 2000 bytes causes a buffer overrun
4641 # during glob expansion). Even if it were fixed, the result of this
4642 # check would be larger than it should be.
4643 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
4647 # Under GNU Hurd, this test is not required because there is
4648 # no limit to the length of command line arguments.
4649 # Libtool will interpret -1 as no limit whatsoever
4650 lt_cv_sys_max_cmd_len
=-1;
4654 # On Win9x/ME, this test blows up -- it succeeds, but takes
4655 # about 5 minutes as the teststring grows exponentially.
4656 # Worse, since 9x/ME are not pre-emptively multitasking,
4657 # you end up with a "frozen" computer, even though with patience
4658 # the test eventually succeeds (with a max line length of 256k).
4659 # Instead, let's just punt: use the minimum linelength reported by
4660 # all of the supported platforms: 8192 (on NT/2K/XP).
4661 lt_cv_sys_max_cmd_len
=8192;
4665 # On AmigaOS with pdksh, this test takes hours, literally.
4666 # So we just punt and use a minimum line length of 8192.
4667 lt_cv_sys_max_cmd_len
=8192;
4670 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
4671 # This has been around since 386BSD, at least. Likely further.
4672 if test -x /sbin
/sysctl
; then
4673 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
4674 elif test -x /usr
/sbin
/sysctl
; then
4675 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
4677 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
4679 # And add a safety zone
4680 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
4681 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
4685 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4686 lt_cv_sys_max_cmd_len
=196608
4690 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4691 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4692 # nice to cause kernel panics so lets avoid the loop below.
4693 # First set a reasonable default.
4694 lt_cv_sys_max_cmd_len
=16384
4696 if test -x /sbin
/sysconfig
; then
4697 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4698 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
4703 lt_cv_sys_max_cmd_len
=102400
4705 sysv5
* | sco5v6
* | sysv4.2uw2
*)
4706 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4707 if test -n "$kargmax"; then
4708 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
4710 lt_cv_sys_max_cmd_len
=32768
4714 lt_cv_sys_max_cmd_len
=`getconf ARG_MAX 2> /dev/null`
4715 if test -n $lt_cv_sys_max_cmd_len; then
4716 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
4717 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
4719 # Make teststring a little bigger before we do anything with it.
4720 # a 1K string should be a reasonable start.
4721 for i
in 1 2 3 4 5 6 7 8 ; do
4722 teststring
=$teststring$teststring
4724 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
4725 # If test is not a shell built-in, we'll probably end up computing a
4726 # maximum length that is only half of the actual maximum length, but
4728 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4729 = "XX$teststring$teststring"; } >/dev
/null
2>&1 &&
4730 test $i != 17 # 1/2 MB should be enough
4733 teststring
=$teststring$teststring
4735 # Only check the string length outside the loop.
4736 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
4738 # Add a significant safety factor because C++ compilers can tack on
4739 # massive amounts of additional arguments before passing them to the
4740 # linker. It appears as though 1/2 is a usable value.
4741 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
4748 if test -n $lt_cv_sys_max_cmd_len ; then
4749 echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
4750 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
4752 echo "$as_me:$LINENO: result: none" >&5
4753 echo "${ECHO_T}none" >&6
4755 max_cmd_len
=$lt_cv_sys_max_cmd_len
4767 echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
4768 echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6
4769 # Try some XSI features
4772 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4773 = c,a/b,, ) >/dev/null 2>&1 \
4775 echo "$as_me:$LINENO: result
: $xsi_shell" >&5
4776 echo "${ECHO_T}$xsi_shell" >&6
4779 echo "$as_me:$LINENO: checking whether the shell understands
\"+=\"" >&5
4780 echo $ECHO_N "checking whether the shell understands
\"+=\"...
$ECHO_C" >&6
4782 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
4784 && lt_shell_append=yes
4785 echo "$as_me:$LINENO: result
: $lt_shell_append" >&5
4786 echo "${ECHO_T}$lt_shell_append" >&6
4789 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4799 # test EBCDIC or ASCII
4800 case `echo X|tr X '\101'` in
4801 A) # ASCII based system
4802 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4803 lt_SP2NL='tr \040 \012'
4804 lt_NL2SP='tr \015\012 \040\040'
4806 *) # EBCDIC based system
4807 lt_SP2NL='tr \100 \n'
4808 lt_NL2SP='tr \r\n \100\100'
4820 echo "$as_me:$LINENO: checking
for $LD option to reload object files
" >&5
4821 echo $ECHO_N "checking
for $LD option to reload object files...
$ECHO_C" >&6
4822 if test "${lt_cv_ld_reload_flag+set}" = set; then
4823 echo $ECHO_N "(cached
) $ECHO_C" >&6
4825 lt_cv_ld_reload_flag='-r'
4827 echo "$as_me:$LINENO: result
: $lt_cv_ld_reload_flag" >&5
4828 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
4829 reload_flag=$lt_cv_ld_reload_flag
4830 case $reload_flag in
4832 *) reload_flag=" $reload_flag" ;;
4834 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4837 if test "$GCC" = yes; then
4838 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4840 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4854 echo "$as_me:$LINENO: checking how to recognize dependent libraries
" >&5
4855 echo $ECHO_N "checking how to recognize dependent libraries...
$ECHO_C" >&6
4856 if test "${lt_cv_deplibs_check_method+set}" = set; then
4857 echo $ECHO_N "(cached
) $ECHO_C" >&6
4859 lt_cv_file_magic_cmd='$MAGIC_CMD'
4860 lt_cv_file_magic_test_file=
4861 lt_cv_deplibs_check_method='unknown'
4862 # Need to set the preceding variable on all platforms that support
4863 # interlibrary dependencies.
4864 # 'none' -- dependencies not supported.
4865 # `unknown' -- same as none, but documents that we really don't know.
4866 # 'pass_all' -- all dependencies passed with no checks.
4867 # 'test_compile' -- check by making test program.
4868 # 'file_magic [[regex]]' -- check by looking for files in library path
4869 # which responds to the $file_magic_cmd with a given extended regex.
4870 # If you have `file' or equivalent on your system and you're not sure
4871 # whether `pass_all' will *always* work, you probably want this one.
4875 lt_cv_deplibs_check_method=pass_all
4879 lt_cv_deplibs_check_method=pass_all
4883 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4884 lt_cv_file_magic_cmd='/usr/bin/file -L'
4885 lt_cv_file_magic_test_file=/shlib/libc.so
4889 # func_win32_libid is a shell function defined in ltmain.sh
4890 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4891 lt_cv_file_magic_cmd='func_win32_libid'
4895 # Base MSYS/MinGW do not provide the 'file' command needed by
4896 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4897 # unless we find 'file', for example because we are cross-compiling.
4898 if ( file / ) >/dev/null 2>&1; then
4899 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4900 lt_cv_file_magic_cmd='func_win32_libid'
4902 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4903 lt_cv_file_magic_cmd='$OBJDUMP -f'
4907 darwin* | rhapsody*)
4908 lt_cv_deplibs_check_method=pass_all
4911 freebsd* | dragonfly*)
4912 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4915 # Not sure whether the presence of OpenBSD here was a mistake.
4916 # Let's accept both of them until this is cleared up.
4917 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4918 lt_cv_file_magic_cmd=/usr/bin/file
4919 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4923 lt_cv_deplibs_check_method=pass_all
4928 lt_cv_deplibs_check_method=pass_all
4931 hpux10.20* | hpux11*)
4932 lt_cv_file_magic_cmd=/usr/bin/file
4935 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4936 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4939 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]'
4940 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4943 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
4944 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4950 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4951 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4954 irix5* | irix6* | nonstopux*)
4956 *-32|*"-32 ") libmagic=32-bit;;
4957 *-n32|*"-n32 ") libmagic=N32;;
4958 *-64|*"-64 ") libmagic=64-bit;;
4959 *) libmagic=never-match;;
4961 lt_cv_deplibs_check_method=pass_all
4964 # This must be Linux ELF.
4965 linux* | k*bsd*-gnu)
4966 lt_cv_deplibs_check_method=pass_all
4970 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4971 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4973 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4978 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4979 lt_cv_file_magic_cmd=/usr/bin/file
4980 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4984 lt_cv_deplibs_check_method=pass_all
4988 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
4989 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4991 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4995 osf3* | osf4* | osf5*)
4996 lt_cv_deplibs_check_method=pass_all
5000 lt_cv_deplibs_check_method=pass_all
5004 lt_cv_deplibs_check_method=pass_all
5007 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5008 lt_cv_deplibs_check_method=pass_all
5012 case $host_vendor in
5014 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]'
5015 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5018 lt_cv_deplibs_check_method=pass_all
5021 lt_cv_file_magic_cmd='/bin/file'
5022 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5025 lt_cv_file_magic_cmd='/bin/file'
5026 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
5027 lt_cv_file_magic_test_file=/lib/libc.so
5030 lt_cv_deplibs_check_method=pass_all
5033 lt_cv_deplibs_check_method=pass_all
5039 lt_cv_deplibs_check_method=pass_all
5044 echo "$as_me:$LINENO: result
: $lt_cv_deplibs_check_method" >&5
5045 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
5046 file_magic_cmd=$lt_cv_file_magic_cmd
5047 deplibs_check_method=$lt_cv_deplibs_check_method
5048 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5061 if test -n "$ac_tool_prefix"; then
5062 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5063 set dummy ${ac_tool_prefix}ar; ac_word=$2
5064 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5065 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5066 if test "${ac_cv_prog_AR+set}" = set; then
5067 echo $ECHO_N "(cached
) $ECHO_C" >&6
5069 if test -n "$AR"; then
5070 ac_cv_prog_AR="$AR" # Let the user override the test.
5072 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5076 test -z "$as_dir" && as_dir=.
5077 for ac_exec_ext in '' $ac_executable_extensions; do
5078 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5079 ac_cv_prog_AR="${ac_tool_prefix}ar"
5080 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5089 if test -n "$AR"; then
5090 echo "$as_me:$LINENO: result
: $AR" >&5
5091 echo "${ECHO_T}$AR" >&6
5093 echo "$as_me:$LINENO: result
: no
" >&5
5094 echo "${ECHO_T}no
" >&6
5098 if test -z "$ac_cv_prog_AR"; then
5100 # Extract the first word of "ar", so it can be a program name with args.
5101 set dummy ar; ac_word=$2
5102 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5103 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5104 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5105 echo $ECHO_N "(cached
) $ECHO_C" >&6
5107 if test -n "$ac_ct_AR"; then
5108 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5114 test -z "$as_dir" && as_dir=.
5115 for ac_exec_ext in '' $ac_executable_extensions; do
5116 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5117 ac_cv_prog_ac_ct_AR="ar"
5118 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5124 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false
"
5127 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5128 if test -n "$ac_ct_AR"; then
5129 echo "$as_me:$LINENO: result
: $ac_ct_AR" >&5
5130 echo "${ECHO_T}$ac_ct_AR" >&6
5132 echo "$as_me:$LINENO: result
: no
" >&5
5133 echo "${ECHO_T}no
" >&6
5141 test -z "$AR" && AR=ar
5142 test -z "$AR_FLAGS" && AR_FLAGS=cru
5154 if test -n "$ac_tool_prefix"; then
5155 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
5156 set dummy ${ac_tool_prefix}strip; ac_word=$2
5157 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5158 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5159 if test "${ac_cv_prog_STRIP+set}" = set; then
5160 echo $ECHO_N "(cached
) $ECHO_C" >&6
5162 if test -n "$STRIP"; then
5163 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5169 test -z "$as_dir" && as_dir=.
5170 for ac_exec_ext in '' $ac_executable_extensions; do
5171 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5172 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
5173 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5181 STRIP=$ac_cv_prog_STRIP
5182 if test -n "$STRIP"; then
5183 echo "$as_me:$LINENO: result
: $STRIP" >&5
5184 echo "${ECHO_T}$STRIP" >&6
5186 echo "$as_me:$LINENO: result
: no
" >&5
5187 echo "${ECHO_T}no
" >&6
5191 if test -z "$ac_cv_prog_STRIP"; then
5193 # Extract the first word of "strip
", so it can be a program name with args.
5194 set dummy strip; ac_word=$2
5195 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5196 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5197 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5198 echo $ECHO_N "(cached
) $ECHO_C" >&6
5200 if test -n "$ac_ct_STRIP"; then
5201 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5203 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5207 test -z "$as_dir" && as_dir=.
5208 for ac_exec_ext in '' $ac_executable_extensions; do
5209 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5210 ac_cv_prog_ac_ct_STRIP="strip
"
5211 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5217 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
5220 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5221 if test -n "$ac_ct_STRIP"; then
5222 echo "$as_me:$LINENO: result
: $ac_ct_STRIP" >&5
5223 echo "${ECHO_T}$ac_ct_STRIP" >&6
5225 echo "$as_me:$LINENO: result
: no
" >&5
5226 echo "${ECHO_T}no
" >&6
5231 STRIP="$ac_cv_prog_STRIP"
5234 test -z "$STRIP" && STRIP=:
5241 if test -n "$ac_tool_prefix"; then
5242 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
5243 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5244 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5245 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5246 if test "${ac_cv_prog_RANLIB+set}" = set; then
5247 echo $ECHO_N "(cached
) $ECHO_C" >&6
5249 if test -n "$RANLIB"; then
5250 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5256 test -z "$as_dir" && as_dir=.
5257 for ac_exec_ext in '' $ac_executable_extensions; do
5258 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5259 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
5260 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5268 RANLIB=$ac_cv_prog_RANLIB
5269 if test -n "$RANLIB"; then
5270 echo "$as_me:$LINENO: result
: $RANLIB" >&5
5271 echo "${ECHO_T}$RANLIB" >&6
5273 echo "$as_me:$LINENO: result
: no
" >&5
5274 echo "${ECHO_T}no
" >&6
5278 if test -z "$ac_cv_prog_RANLIB"; then
5279 ac_ct_RANLIB=$RANLIB
5280 # Extract the first word of "ranlib
", so it can be a program name with args.
5281 set dummy ranlib; ac_word=$2
5282 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5283 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5284 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5285 echo $ECHO_N "(cached
) $ECHO_C" >&6
5287 if test -n "$ac_ct_RANLIB"; then
5288 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5294 test -z "$as_dir" && as_dir=.
5295 for ac_exec_ext in '' $ac_executable_extensions; do
5296 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5297 ac_cv_prog_ac_ct_RANLIB="ranlib
"
5298 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5304 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
5307 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5308 if test -n "$ac_ct_RANLIB"; then
5309 echo "$as_me:$LINENO: result
: $ac_ct_RANLIB" >&5
5310 echo "${ECHO_T}$ac_ct_RANLIB" >&6
5312 echo "$as_me:$LINENO: result
: no
" >&5
5313 echo "${ECHO_T}no
" >&6
5316 RANLIB=$ac_ct_RANLIB
5318 RANLIB="$ac_cv_prog_RANLIB"
5321 test -z "$RANLIB" && RANLIB=:
5328 # Determine commands to create old-style static archives.
5329 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
5330 old_postinstall_cmds='chmod 644 $oldlib'
5331 old_postuninstall_cmds=
5333 if test -n "$RANLIB"; then
5336 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
5339 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
5342 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
5378 # If no C compiler was specified, use CC.
5381 # If no C compiler flags were specified, use CFLAGS.
5382 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5384 # Allow CC to be a program name with arguments.
5388 # Check for command to grab the raw symbol name followed by C symbol from nm.
5389 echo "$as_me:$LINENO: checking
command to parse
$NM output from
$compiler object
" >&5
5390 echo $ECHO_N "checking
command to parse
$NM output from
$compiler object...
$ECHO_C" >&6
5391 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
5392 echo $ECHO_N "(cached
) $ECHO_C" >&6
5395 # These are sane defaults that work on at least a few old systems.
5396 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
5398 # Character class describing NM global symbol codes.
5399 symcode='[BCDEGRST]'
5401 # Regexp to match symbols that can be accessed directly from C.
5402 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5404 # Define system-specific variables.
5409 cygwin* | mingw* | pw32*)
5410 symcode='[ABCDGISTW]'
5413 if test "$host_cpu" = ia64; then
5414 symcode='[ABCDEGRST]'
5418 symcode='[BCDEGRST]'
5421 symcode='[BCDEGQRST]'
5432 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5440 # If we're using GNU nm, then use its standard symbol codes.
5441 case `$NM -V 2>&1` in
5442 *GNU* | *'with BFD'*)
5443 symcode='[ABCDGIRSTW]' ;;
5446 # Transform an extracted symbol line into a proper C declaration.
5447 # Some systems (esp. on ia64) link data and code symbols differently,
5448 # so use this general approach.
5449 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5451 # Transform an extracted symbol line into symbol name and symbol address
5452 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5454 # Handle CRLF in mingw tool chain
5458 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5462 # Try without a prefix underscore, then with it.
5463 for ac_symprfx in "" "_
"; do
5465 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5466 symxfrm="\\1 $ac_symprfx\\2 \\2"
5468 # Write the raw and C identifiers.
5469 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
5470 # Fake it for dumpbin and say T for any non-static function
5471 # and D for any global variable.
5472 # Also find C++ and __fastcall symbols from MSVC++,
5473 # which start with @ or ?.
5474 lt_cv_sys_global_symbol_pipe="$AWK '"\
5475 " {last_section=section; section=\$ 3};"\
5476 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5477 " \$ 0!~/External *\|/{next};"\
5478 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5479 " {if(hide[section]) next};"\
5480 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5481 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5482 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
5483 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5484 " ' prfx
=^
$ac_symprfx"
5486 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5489 # Check to see that the pipe works correctly.
5493 cat > conftest.$ac_ext <<_LT_EOF
5498 void nm_test_func(void);
5499 void nm_test_func(void){}
5503 int main(){nm_test_var='a';nm_test_func();return(0);}
5506 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5507 (eval $ac_compile) 2>&5
5509 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5510 (exit $ac_status); }; then
5511 # Now try to grab the symbols.
5513 if { (eval echo "$as_me:$LINENO: \"$NM conftest.
$ac_objext \|
$lt_cv_sys_global_symbol_pipe \
> $nlist\"") >&5
5514 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5516 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5517 (exit $ac_status); } && test -s "$nlist"; then
5518 # Try sorting and uniquifying the output.
5519 if sort "$nlist" | uniq > "$nlist"T; then
5520 mv -f "$nlist"T "$nlist"
5525 # Make sure that we snagged all the symbols we need.
5526 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5527 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5528 cat <<_LT_EOF > conftest.$ac_ext
5534 # Now generate the symbol file.
5535 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5537 cat <<_LT_EOF >> conftest.$ac_ext
5539 /* The mapping between symbol names and symbols. */
5544 lt__PROGRAM__LTX_preloaded_symbols[] =
5546 { "@PROGRAM@
", (void *) 0 },
5548 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5549 cat <<\_LT_EOF >> conftest.$ac_ext
5553 /* This works around a problem in FreeBSD linker */
5554 #ifdef FREEBSD_WORKAROUND
5555 static const void *lt_preloaded_setup() {
5556 return lt__PROGRAM__LTX_preloaded_symbols;
5564 # Now try linking the two files.
5565 mv conftest.$ac_objext conftstm.$ac_objext
5566 lt_save_LIBS="$LIBS"
5567 lt_save_CFLAGS="$CFLAGS"
5568 LIBS="conftstm.
$ac_objext"
5569 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5570 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5571 (eval $ac_link) 2>&5
5573 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5574 (exit $ac_status); } && test -s conftest${ac_exeext}; then
5577 LIBS="$lt_save_LIBS"
5578 CFLAGS="$lt_save_CFLAGS"
5580 echo "cannot
find nm_test_func
in $nlist" >&5
5583 echo "cannot
find nm_test_var
in $nlist" >&5
5586 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
5589 echo "$progname: failed program was
:" >&5
5590 cat conftest.$ac_ext >&5
5592 rm -f conftest* conftst*
5594 # Do not use the global_symbol_pipe unless it works.
5595 if test "$pipe_works" = yes; then
5598 lt_cv_sys_global_symbol_pipe=
5604 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5605 lt_cv_sys_global_symbol_to_cdecl=
5607 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5608 echo "$as_me:$LINENO: result
: failed
" >&5
5609 echo "${ECHO_T}failed
" >&6
5611 echo "$as_me:$LINENO: result
: ok
" >&5
5612 echo "${ECHO_T}ok
" >&6
5631 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
5632 if test "${enable_libtool_lock+set}" = set; then
5633 enableval="$enable_libtool_lock"
5636 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
5638 # Some flags need to be propagated to the compiler or linker for good
5642 # Find out which ABI we are using.
5643 echo 'int i;' > conftest.$ac_ext
5644 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5645 (eval $ac_compile) 2>&5
5647 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5648 (exit $ac_status); }; then
5649 case `/usr/bin/file conftest.$ac_objext` in
5661 # Find out which ABI we are using.
5662 echo '#line 5662 "configure
"' > conftest.$ac_ext
5663 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5664 (eval $ac_compile) 2>&5
5666 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5667 (exit $ac_status); }; then
5668 if test "$lt_cv_prog_gnu_ld" = yes; then
5669 case `/usr/bin/file conftest.$ac_objext` in
5671 LD="${LD-ld} -melf32bsmip"
5674 LD="${LD-ld} -melf32bmipn32"
5677 LD="${LD-ld} -melf64bmip"
5681 case `/usr/bin/file conftest.$ac_objext` in
5697 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
5698 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5699 # Find out which ABI we are using.
5700 echo 'int i;' > conftest.$ac_ext
5701 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5702 (eval $ac_compile) 2>&5
5704 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5705 (exit $ac_status); }; then
5706 case `/usr/bin/file conftest.o` in
5709 x86_64-*kfreebsd*-gnu)
5710 LD="${LD-ld} -m elf_i386_fbsd
"
5713 LD="${LD-ld} -m elf_i386
"
5715 ppc64-*linux*|powerpc64-*linux*)
5716 LD="${LD-ld} -m elf32ppclinux
"
5719 LD="${LD-ld} -m elf_s390
"
5722 LD="${LD-ld} -m elf32_sparc
"
5728 x86_64-*kfreebsd*-gnu)
5729 LD="${LD-ld} -m elf_x86_64_fbsd
"
5732 LD="${LD-ld} -m elf_x86_64
"
5734 ppc*-*linux*|powerpc*-*linux*)
5735 LD="${LD-ld} -m elf64ppc
"
5737 s390*-*linux*|s390*-*tpf*)
5738 LD="${LD-ld} -m elf64_s390
"
5741 LD="${LD-ld} -m elf64_sparc
"
5751 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5752 SAVE_CFLAGS="$CFLAGS"
5753 CFLAGS="$CFLAGS -belf"
5754 echo "$as_me:$LINENO: checking whether the C compiler needs
-belf" >&5
5755 echo $ECHO_N "checking whether the C compiler needs
-belf...
$ECHO_C" >&6
5756 if test "${lt_cv_cc_needs_belf+set}" = set; then
5757 echo $ECHO_N "(cached
) $ECHO_C" >&6
5760 ac_cpp='$CPP $CPPFLAGS'
5761 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5762 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5763 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5765 cat >conftest.$ac_ext <<_ACEOF
5768 cat confdefs.h >>conftest.$ac_ext
5769 cat >>conftest.$ac_ext <<_ACEOF
5770 /* end confdefs.h. */
5780 rm -f conftest.$ac_objext conftest$ac_exeext
5781 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5782 (eval $ac_link) 2>conftest.er1
5784 grep -v '^ *+' conftest.er1 >conftest.err
5786 cat conftest.err >&5
5787 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5788 (exit $ac_status); } &&
5789 { ac_try='test -z "$ac_c_werror_flag"
5790 || test ! -s conftest.err'
5791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5794 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5795 (exit $ac_status); }; } &&
5796 { ac_try='test -s conftest$ac_exeext'
5797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5800 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5801 (exit $ac_status); }; }; then
5802 lt_cv_cc_needs_belf=yes
5804 echo "$as_me: failed program was
:" >&5
5805 sed 's/^/| /' conftest.$ac_ext >&5
5807 lt_cv_cc_needs_belf=no
5809 rm -f conftest.err conftest.$ac_objext \
5810 conftest$ac_exeext conftest.$ac_ext
5812 ac_cpp='$CPP $CPPFLAGS'
5813 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5814 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5815 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5818 echo "$as_me:$LINENO: result
: $lt_cv_cc_needs_belf" >&5
5819 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
5820 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5821 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5822 CFLAGS="$SAVE_CFLAGS"
5826 # Find out which ABI we are using.
5827 echo 'int i;' > conftest.$ac_ext
5828 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5829 (eval $ac_compile) 2>&5
5831 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5832 (exit $ac_status); }; then
5833 case `/usr/bin/file conftest.o` in
5835 case $lt_cv_prog_gnu_ld in
5836 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
5837 *) LD="${LD-ld} -64" ;;
5846 need_locks="$enable_libtool_lock"
5849 ac_cpp='$CPP $CPPFLAGS'
5850 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5851 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5852 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5853 echo "$as_me:$LINENO: checking how to run the C preprocessor
" >&5
5854 echo $ECHO_N "checking how to run the C preprocessor...
$ECHO_C" >&6
5855 # On Suns, sometimes $CPP names a directory.
5856 if test -n "$CPP" && test -d "$CPP"; then
5859 if test -z "$CPP"; then
5860 if test "${ac_cv_prog_CPP+set}" = set; then
5861 echo $ECHO_N "(cached
) $ECHO_C" >&6
5863 # Double quotes because CPP needs to be expanded
5864 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
5867 for ac_c_preproc_warn_flag in '' yes
5869 # Use a header file that comes with gcc, so configuring glibc
5870 # with a fresh cross-compiler works.
5871 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5872 # <limits.h> exists even on freestanding compilers.
5873 # On the NeXT, cc -E runs the code through the compiler's parser,
5874 # not just through cpp. "Syntax error
" is here to catch this case.
5875 cat >conftest.$ac_ext <<_ACEOF
5878 cat confdefs.h >>conftest.$ac_ext
5879 cat >>conftest.$ac_ext <<_ACEOF
5880 /* end confdefs.h. */
5882 # include <limits.h>
5884 # include <assert.h>
5888 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
5889 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5891 grep -v '^ *+' conftest.er1 >conftest.err
5893 cat conftest.err >&5
5894 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5895 (exit $ac_status); } >/dev/null; then
5896 if test -s conftest.err; then
5897 ac_cpp_err=$ac_c_preproc_warn_flag
5898 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5905 if test -z "$ac_cpp_err"; then
5908 echo "$as_me: failed program was
:" >&5
5909 sed 's/^/| /' conftest.$ac_ext >&5
5911 # Broken: fails on valid input.
5914 rm -f conftest.err conftest.$ac_ext
5916 # OK, works on sane cases. Now check whether non-existent headers
5917 # can be detected and how.
5918 cat >conftest.$ac_ext <<_ACEOF
5921 cat confdefs.h >>conftest.$ac_ext
5922 cat >>conftest.$ac_ext <<_ACEOF
5923 /* end confdefs.h. */
5924 #include <ac_nonexistent.h>
5926 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
5927 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5929 grep -v '^ *+' conftest.er1 >conftest.err
5931 cat conftest.err >&5
5932 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5933 (exit $ac_status); } >/dev/null; then
5934 if test -s conftest.err; then
5935 ac_cpp_err=$ac_c_preproc_warn_flag
5936 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5943 if test -z "$ac_cpp_err"; then
5944 # Broken: success on invalid input.
5947 echo "$as_me: failed program was
:" >&5
5948 sed 's/^/| /' conftest.$ac_ext >&5
5950 # Passes both tests.
5954 rm -f conftest.err conftest.$ac_ext
5957 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5958 rm -f conftest.err conftest.$ac_ext
5959 if $ac_preproc_ok; then
5971 echo "$as_me:$LINENO: result
: $CPP" >&5
5972 echo "${ECHO_T}$CPP" >&6
5974 for ac_c_preproc_warn_flag in '' yes
5976 # Use a header file that comes with gcc, so configuring glibc
5977 # with a fresh cross-compiler works.
5978 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5979 # <limits.h> exists even on freestanding compilers.
5980 # On the NeXT, cc -E runs the code through the compiler's parser,
5981 # not just through cpp. "Syntax error
" is here to catch this case.
5982 cat >conftest.$ac_ext <<_ACEOF
5985 cat confdefs.h >>conftest.$ac_ext
5986 cat >>conftest.$ac_ext <<_ACEOF
5987 /* end confdefs.h. */
5989 # include <limits.h>
5991 # include <assert.h>
5995 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
5996 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5998 grep -v '^ *+' conftest.er1 >conftest.err
6000 cat conftest.err >&5
6001 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6002 (exit $ac_status); } >/dev/null; then
6003 if test -s conftest.err; then
6004 ac_cpp_err=$ac_c_preproc_warn_flag
6005 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6012 if test -z "$ac_cpp_err"; then
6015 echo "$as_me: failed program was
:" >&5
6016 sed 's/^/| /' conftest.$ac_ext >&5
6018 # Broken: fails on valid input.
6021 rm -f conftest.err conftest.$ac_ext
6023 # OK, works on sane cases. Now check whether non-existent headers
6024 # can be detected and how.
6025 cat >conftest.$ac_ext <<_ACEOF
6028 cat confdefs.h >>conftest.$ac_ext
6029 cat >>conftest.$ac_ext <<_ACEOF
6030 /* end confdefs.h. */
6031 #include <ac_nonexistent.h>
6033 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
6034 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6036 grep -v '^ *+' conftest.er1 >conftest.err
6038 cat conftest.err >&5
6039 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6040 (exit $ac_status); } >/dev/null; then
6041 if test -s conftest.err; then
6042 ac_cpp_err=$ac_c_preproc_warn_flag
6043 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6050 if test -z "$ac_cpp_err"; then
6051 # Broken: success on invalid input.
6054 echo "$as_me: failed program was
:" >&5
6055 sed 's/^/| /' conftest.$ac_ext >&5
6057 # Passes both tests.
6061 rm -f conftest.err conftest.$ac_ext
6064 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6065 rm -f conftest.err conftest.$ac_ext
6066 if $ac_preproc_ok; then
6069 { { echo "$as_me:$LINENO: error
: C preprocessor
\"$CPP\" fails sanity check
6070 See \
`config.log' for more details." >&5
6071 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
6072 See \`config.log
' for more details." >&2;}
6073 { (exit 1); exit 1; }; }
6077 ac_cpp='$CPP $CPPFLAGS'
6078 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
6079 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
6080 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6083 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6084 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6085 if test "${ac_cv_header_stdc+set}" = set; then
6086 echo $ECHO_N "(cached) $ECHO_C" >&6
6088 cat >conftest.$ac_ext <<_ACEOF
6091 cat confdefs.h >>conftest.$ac_ext
6092 cat >>conftest.$ac_ext <<_ACEOF
6093 /* end confdefs.h. */
6107 rm -f conftest.$ac_objext
6108 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6109 (eval $ac_compile) 2>conftest.er1
6111 grep -v '^
*+' conftest.er1 >conftest.err
6113 cat conftest.err >&5
6114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6115 (exit $ac_status); } &&
6116 { ac_try='test -z "$ac_c_werror_flag"
6117 ||
test ! -s conftest.err
'
6118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6122 (exit $ac_status); }; } &&
6123 { ac_try='test -s conftest.
$ac_objext'
6124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6128 (exit $ac_status); }; }; then
6129 ac_cv_header_stdc=yes
6131 echo "$as_me: failed program was:" >&5
6132 sed 's
/^
/|
/' conftest.$ac_ext >&5
6134 ac_cv_header_stdc=no
6136 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6138 if test $ac_cv_header_stdc = yes; then
6139 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6140 cat >conftest.$ac_ext <<_ACEOF
6143 cat confdefs.h >>conftest.$ac_ext
6144 cat >>conftest.$ac_ext <<_ACEOF
6145 /* end confdefs.h. */
6149 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6150 $EGREP "memchr" >/dev/null 2>&1; then
6153 ac_cv_header_stdc=no
6159 if test $ac_cv_header_stdc = yes; then
6160 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6161 cat >conftest.$ac_ext <<_ACEOF
6164 cat confdefs.h >>conftest.$ac_ext
6165 cat >>conftest.$ac_ext <<_ACEOF
6166 /* end confdefs.h. */
6170 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6171 $EGREP "free" >/dev/null 2>&1; then
6174 ac_cv_header_stdc=no
6180 if test $ac_cv_header_stdc = yes; then
6181 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6182 if test "$cross_compiling" = yes; then
6185 cat >conftest.$ac_ext <<_ACEOF
6188 cat confdefs.h >>conftest.$ac_ext
6189 cat >>conftest.$ac_ext <<_ACEOF
6190 /* end confdefs.h. */
6192 #if ((' ' & 0x0FF) == 0x020)
6193 # define ISLOWER(c) ('a
' <= (c) && (c) <= 'z
')
6194 # define TOUPPER(c) (ISLOWER(c) ? 'A
' + ((c) - 'a
') : (c))
6196 # define ISLOWER(c) \
6197 (('a
' <= (c) && (c) <= 'i
') \
6198 || ('j
' <= (c) && (c) <= 'r
') \
6199 || ('s
' <= (c) && (c) <= 'z
'))
6200 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6203 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6208 for (i = 0; i < 256; i++)
6209 if (XOR (islower (i), ISLOWER (i))
6210 || toupper (i) != TOUPPER (i))
6215 rm -f conftest$ac_exeext
6216 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6217 (eval $ac_link) 2>&5
6219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6220 (exit $ac_status); } && { ac_try='.
/conftest
$ac_exeext'
6221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6225 (exit $ac_status); }; }; then
6228 echo "$as_me: program exited with status $ac_status" >&5
6229 echo "$as_me: failed program was:" >&5
6230 sed 's
/^
/|
/' conftest.$ac_ext >&5
6233 ac_cv_header_stdc=no
6235 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6239 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6240 echo "${ECHO_T}$ac_cv_header_stdc" >&6
6241 if test $ac_cv_header_stdc = yes; then
6243 cat >>confdefs.h <<\_ACEOF
6244 #define STDC_HEADERS 1
6249 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6259 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6260 inttypes.h stdint.h unistd.h
6262 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6263 echo "$as_me:$LINENO: checking for $ac_header" >&5
6264 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6265 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6266 echo $ECHO_N "(cached) $ECHO_C" >&6
6268 cat >conftest.$ac_ext <<_ACEOF
6271 cat confdefs.h >>conftest.$ac_ext
6272 cat >>conftest.$ac_ext <<_ACEOF
6273 /* end confdefs.h. */
6274 $ac_includes_default
6276 #include <$ac_header>
6278 rm -f conftest.$ac_objext
6279 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6280 (eval $ac_compile) 2>conftest.er1
6282 grep -v '^
*+' conftest.er1 >conftest.err
6284 cat conftest.err >&5
6285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6286 (exit $ac_status); } &&
6287 { ac_try='test -z "$ac_c_werror_flag"
6288 ||
test ! -s conftest.err
'
6289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6293 (exit $ac_status); }; } &&
6294 { ac_try='test -s conftest.
$ac_objext'
6295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6299 (exit $ac_status); }; }; then
6300 eval "$as_ac_Header=yes"
6302 echo "$as_me: failed program was:" >&5
6303 sed 's
/^
/|
/' conftest.$ac_ext >&5
6305 eval "$as_ac_Header=no"
6307 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6309 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6310 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6311 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6312 cat >>confdefs.h <<_ACEOF
6313 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6322 for ac_header in dlfcn.h
6324 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6325 echo "$as_me:$LINENO: checking for $ac_header" >&5
6326 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6327 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6328 echo $ECHO_N "(cached) $ECHO_C" >&6
6330 cat >conftest.$ac_ext <<_ACEOF
6333 cat confdefs.h >>conftest.$ac_ext
6334 cat >>conftest.$ac_ext <<_ACEOF
6335 /* end confdefs.h. */
6336 $ac_includes_default
6338 #include <$ac_header>
6340 rm -f conftest.$ac_objext
6341 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6342 (eval $ac_compile) 2>conftest.er1
6344 grep -v '^
*+' conftest.er1 >conftest.err
6346 cat conftest.err >&5
6347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6348 (exit $ac_status); } &&
6349 { ac_try='test -z "$ac_c_werror_flag"
6350 ||
test ! -s conftest.err
'
6351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6355 (exit $ac_status); }; } &&
6356 { ac_try='test -s conftest.
$ac_objext'
6357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6361 (exit $ac_status); }; }; then
6362 eval "$as_ac_Header=yes"
6364 echo "$as_me: failed program was:" >&5
6365 sed 's
/^
/|
/' conftest.$ac_ext >&5
6367 eval "$as_ac_Header=no"
6369 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6371 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6372 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6373 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6374 cat >>confdefs.h <<_ACEOF
6375 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6384 # This can be used to rebuild libtool when needed
6385 LIBTOOL_DEPS="$ltmain"
6387 # Always use our own libtool.
6388 LIBTOOL='$
(SHELL
) $
(top_builddir
)/libtool
'
6414 test -z "$LN_S" && LN_S="ln -s"
6429 if test -n "${ZSH_VERSION+set}" ; then
6430 setopt NO_GLOB_SUBST
6433 echo "$as_me:$LINENO: checking for objdir" >&5
6434 echo $ECHO_N "checking for objdir... $ECHO_C" >&6
6435 if test "${lt_cv_objdir+set}" = set; then
6436 echo $ECHO_N "(cached) $ECHO_C" >&6
6438 rm -f .libs 2>/dev/null
6439 mkdir .libs 2>/dev/null
6440 if test -d .libs; then
6443 # MS-DOS does not allow filenames that begin with a dot.
6446 rmdir .libs 2>/dev/null
6448 echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
6449 echo "${ECHO_T}$lt_cv_objdir" >&6
6450 objdir=$lt_cv_objdir
6456 cat >>confdefs.h <<_ACEOF
6457 #define LT_OBJDIR "$lt_cv_objdir/"
6478 # AIX sometimes has problems with the GCC collect2 program. For some
6479 # reason, if we set the COLLECT_NAMES environment variable, the problems
6480 # vanish in a puff of smoke.
6481 if test "X${COLLECT_NAMES+set}" != Xset; then
6483 export COLLECT_NAMES
6488 # Sed substitution that helps us do robust quoting. It backslashifies
6489 # metacharacters that are still active within double-quoted strings.
6490 sed_quote_subst='s
/\
(["`$\\]\)/\\\1/g'
6492 # Same as above, but do not quote variable references.
6493 double_quote_subst='s/\(["`\\]\)/\\\1/g'
6495 # Sed substitution to delay expansion of an escaped shell variable in a
6496 # double_quote_subst'ed string.
6497 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
6499 # Sed substitution to delay expansion of an escaped single quote.
6500 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
6502 # Sed substitution to avoid accidental globbing in evaled expressions
6503 no_glob_subst='s/\*/\\\*/g'
6507 can_build_shared=yes
6509 # All known linkers require a `.a
' archive for static linking (except MSVC,
6510 # which needs '.lib
').
6513 with_gnu_ld="$lt_cv_prog_gnu_ld"
6516 old_CFLAGS="$CFLAGS"
6518 # Set sane defaults for various variables
6519 test -z "$CC" && CC=cc
6520 test -z "$LTCC" && LTCC=$CC
6521 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
6522 test -z "$LD" && LD=ld
6523 test -z "$ac_objext" && ac_objext=o
6525 for cc_temp in $compiler""; do
6527 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
6528 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
6533 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's
%.
*/%%' -e "s%^$host_alias-%%"`
6536 # Only perform the check for file, if the check method requires it
6537 test -z "$MAGIC_CMD" && MAGIC_CMD=file
6538 case $deplibs_check_method in
6540 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
6541 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
6542 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
6543 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
6544 echo $ECHO_N "(cached) $ECHO_C" >&6
6548 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
6551 lt_save_MAGIC_CMD="$MAGIC_CMD"
6552 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6553 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
6554 for ac_dir in $ac_dummy; do
6556 test -z "$ac_dir" && ac_dir=.
6557 if test -f $ac_dir/${ac_tool_prefix}file; then
6558 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
6559 if test -n "$file_magic_test_file"; then
6560 case $deplibs_check_method in
6562 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
6563 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6564 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
6565 $EGREP "$file_magic_regex" > /dev/null; then
6570 *** Warning: the command libtool uses to detect shared libraries,
6571 *** $file_magic_cmd, produces output that libtool cannot recognize.
6572 *** The result is that libtool may fail to recognize shared libraries
6573 *** as such. This will affect the creation of libtool libraries that
6574 *** depend on shared libraries, but programs linked with such libtool
6575 *** libraries will work regardless of this problem. Nevertheless, you
6576 *** may want to report the problem to your system manager and/or to
6577 *** bug-libtool@gnu.org
6587 MAGIC_CMD="$lt_save_MAGIC_CMD"
6592 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6593 if test -n "$MAGIC_CMD"; then
6594 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
6595 echo "${ECHO_T}$MAGIC_CMD" >&6
6597 echo "$as_me:$LINENO: result: no" >&5
6598 echo "${ECHO_T}no" >&6
6605 if test -z "$lt_cv_path_MAGIC_CMD"; then
6606 if test -n "$ac_tool_prefix"; then
6607 echo "$as_me:$LINENO: checking for file" >&5
6608 echo $ECHO_N "checking for file... $ECHO_C" >&6
6609 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
6610 echo $ECHO_N "(cached) $ECHO_C" >&6
6614 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
6617 lt_save_MAGIC_CMD="$MAGIC_CMD"
6618 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6619 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
6620 for ac_dir in $ac_dummy; do
6622 test -z "$ac_dir" && ac_dir=.
6623 if test -f $ac_dir/file; then
6624 lt_cv_path_MAGIC_CMD="$ac_dir/file"
6625 if test -n "$file_magic_test_file"; then
6626 case $deplibs_check_method in
6628 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
6629 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6630 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
6631 $EGREP "$file_magic_regex" > /dev/null; then
6636 *** Warning: the command libtool uses to detect shared libraries,
6637 *** $file_magic_cmd, produces output that libtool cannot recognize.
6638 *** The result is that libtool may fail to recognize shared libraries
6639 *** as such. This will affect the creation of libtool libraries that
6640 *** depend on shared libraries, but programs linked with such libtool
6641 *** libraries will work regardless of this problem. Nevertheless, you
6642 *** may want to report the problem to your system manager and/or to
6643 *** bug-libtool@gnu.org
6653 MAGIC_CMD="$lt_save_MAGIC_CMD"
6658 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6659 if test -n "$MAGIC_CMD"; then
6660 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
6661 echo "${ECHO_T}$MAGIC_CMD" >&6
6663 echo "$as_me:$LINENO: result: no" >&5
6664 echo "${ECHO_T}no" >&6
6677 # Use C for the default configuration in the libtool script
6681 ac_cpp='$CPP $CPPFLAGS'
6682 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
6683 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
6684 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6687 # Source file extension for C test sources.
6690 # Object file extension for compiled C test sources.
6694 # Code to be used in simple compile tests
6695 lt_simple_compile_test_code="int some_variable = 0;"
6697 # Code to be used in simple link tests
6698 lt_simple_link_test_code='int main
(){return(0);}'
6706 # If no C compiler was specified, use CC.
6709 # If no C compiler flags were specified, use CFLAGS.
6710 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6712 # Allow CC to be a program name with arguments.
6715 # Save the default compiler, since it gets overwritten when the other
6716 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
6717 compiler_DEFAULT=$CC
6719 # save warnings/boilerplate of simple test code
6720 ac_outfile=conftest.$ac_objext
6721 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
6722 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$
/d
; /^
*+/d
' >conftest.err
6723 _lt_compiler_boilerplate=`cat conftest.err`
6726 ac_outfile=conftest.$ac_objext
6727 echo "$lt_simple_link_test_code" >conftest.$ac_ext
6728 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$
/d
; /^
*+/d
' >conftest.err
6729 _lt_linker_boilerplate=`cat conftest.err`
6734 ## There is no encapsulation within the following macros, do not change
6735 ## the running order or otherwise move them around unless you know exactly
6736 ## what you are doing...
6737 if test -n "$compiler"; then
6739 lt_prog_compiler_no_builtin_flag=
6741 if test "$GCC" = yes; then
6742 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
6744 echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
6745 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
6746 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
6747 echo $ECHO_N "(cached) $ECHO_C" >&6
6749 lt_cv_prog_compiler_rtti_exceptions=no
6750 ac_outfile=conftest.$ac_objext
6751 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
6752 lt_compiler_flag="-fno-rtti -fno-exceptions"
6753 # Insert the option either (1) after the last *FLAGS variable, or
6754 # (2) before a word containing "conftest.", or (3) at the end.
6755 # Note that $ac_compile itself does not contain backslashes and begins
6756 # with a dollar sign (not a hyphen), so the echo should work correctly.
6757 # The option is referenced via a variable to avoid confusing sed.
6758 lt_compile=`echo "$ac_compile" | $SED \
6759 -e 's
:.
*FLAGS
}\
{0,1\
} :&$lt_compiler_flag :; t
' \
6760 -e 's
: [^
]*conftest\.
: $lt_compiler_flag&:; t
' \
6761 -e 's
:$
: $lt_compiler_flag:'`
6762 (eval echo "\"\$as_me:6762: $lt_compile\"" >&5)
6763 (eval "$lt_compile" 2>conftest.err)
6765 cat conftest.err >&5
6766 echo "$as_me:6766: \$? = $ac_status" >&5
6767 if (exit $ac_status) && test -s "$ac_outfile"; then
6768 # The compiler can only warn and ignore the option if not recognized
6769 # So say no if there are warnings other than the usual output.
6770 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$
/d
' >conftest.exp
6771 $SED '/^$
/d
; /^
*+/d
' conftest.err >conftest.er2
6772 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
6773 lt_cv_prog_compiler_rtti_exceptions=yes
6779 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
6780 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
6782 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
6783 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
6795 lt_prog_compiler_wl=
6796 lt_prog_compiler_pic=
6797 lt_prog_compiler_static=
6799 echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
6800 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
6802 if test "$GCC" = yes; then
6803 lt_prog_compiler_wl='-Wl,'
6804 lt_prog_compiler_static='-static'
6808 # All AIX code is PIC.
6809 if test "$host_cpu" = ia64; then
6810 # AIX 5 now supports IA64 processor
6811 lt_prog_compiler_static='-Bstatic'
6816 if test "$host_cpu" = m68k; then
6817 # FIXME: we need at least 68020 code to build shared libraries, but
6818 # adding the `-m68020' flag to GCC prevents building anything better
,
6820 lt_prog_compiler_pic
='-m68020 -resident32 -malways-restore-a4'
6824 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
6825 # PIC is the default for these OSes.
6828 mingw
* | cygwin
* | pw32
* | os2
*)
6829 # This hack is so that the source file can tell whether it is being
6830 # built for inclusion in a dll (and should export symbols for example).
6831 # Although the cygwin gcc ignores -fPIC, still need this for old-style
6832 # (--disable-auto-import) libraries
6833 lt_prog_compiler_pic
='-DDLL_EXPORT'
6836 darwin
* | rhapsody
*)
6837 # PIC is the default on this platform
6838 # Common symbols not allowed in MH_DYLIB files
6839 lt_prog_compiler_pic
='-fno-common'
6843 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
6850 lt_prog_compiler_pic
='-fPIC'
6856 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
6857 # Instead, we relocate shared libraries at runtime.
6861 # Just because we use GCC doesn't mean we suddenly get shared libraries
6862 # on systems that don't support them.
6863 lt_prog_compiler_can_build_shared
=no
6868 # QNX uses GNU C++, but need to define -shared option too, otherwise
6870 lt_prog_compiler_pic
='-fPIC -shared'
6874 if test -d /usr
/nec
; then
6875 lt_prog_compiler_pic
=-Kconform_pic
6880 lt_prog_compiler_pic
='-fPIC'
6884 # PORTME Check for flag to pass linker flags through the system compiler.
6887 lt_prog_compiler_wl
='-Wl,'
6888 if test "$host_cpu" = ia64
; then
6889 # AIX 5 now supports IA64 processor
6890 lt_prog_compiler_static
='-Bstatic'
6892 lt_prog_compiler_static
='-bnso -bI:/lib/syscalls.exp'
6896 # PIC is the default on this platform
6897 # Common symbols not allowed in MH_DYLIB files
6898 case $cc_basename in
6900 lt_prog_compiler_pic
='-qnocommon'
6901 lt_prog_compiler_wl
='-Wl,'
6906 mingw
* | cygwin
* | pw32
* | os2
*)
6907 # This hack is so that the source file can tell whether it is being
6908 # built for inclusion in a dll (and should export symbols for example).
6909 lt_prog_compiler_pic
='-DDLL_EXPORT'
6912 hpux9
* | hpux10
* | hpux11
*)
6913 lt_prog_compiler_wl
='-Wl,'
6914 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
6921 lt_prog_compiler_pic
='+Z'
6924 # Is there a better lt_prog_compiler_static that works with the bundled CC?
6925 lt_prog_compiler_static
='${wl}-a ${wl}archive'
6928 irix5
* | irix6
* | nonstopux
*)
6929 lt_prog_compiler_wl
='-Wl,'
6930 # PIC (with -KPIC) is the default.
6931 lt_prog_compiler_static
='-non_shared'
6934 linux
* | k
*bsd
*-gnu)
6935 case $cc_basename in
6937 lt_prog_compiler_wl
='-Wl,'
6938 lt_prog_compiler_pic
='-KPIC'
6939 lt_prog_compiler_static
='-static'
6941 pgcc
* | pgf77
* | pgf90
* | pgf95
*)
6942 # Portland Group compilers (*not* the Pentium gcc compiler,
6943 # which looks to be a dead project)
6944 lt_prog_compiler_wl
='-Wl,'
6945 lt_prog_compiler_pic
='-fpic'
6946 lt_prog_compiler_static
='-Bstatic'
6949 lt_prog_compiler_wl
='-Wl,'
6950 # All Alpha code is PIC.
6951 lt_prog_compiler_static
='-non_shared'
6954 case `$CC -V 2>&1 | sed 5q` in
6957 lt_prog_compiler_pic
='-KPIC'
6958 lt_prog_compiler_static
='-Bstatic'
6959 lt_prog_compiler_wl
='-Wl,'
6962 # Sun Fortran 8.3 passes all unrecognized flags to the linker
6963 lt_prog_compiler_pic
='-KPIC'
6964 lt_prog_compiler_static
='-Bstatic'
6965 lt_prog_compiler_wl
=''
6973 lt_prog_compiler_pic
='-KPIC'
6974 lt_prog_compiler_static
='-Bstatic'
6978 # QNX uses GNU C++, but need to define -shared option too, otherwise
6980 lt_prog_compiler_pic
='-fPIC -shared'
6983 osf3
* | osf4
* | osf5
*)
6984 lt_prog_compiler_wl
='-Wl,'
6985 # All OSF/1 code is PIC.
6986 lt_prog_compiler_static
='-non_shared'
6990 lt_prog_compiler_static
='-non_shared'
6994 lt_prog_compiler_pic
='-KPIC'
6995 lt_prog_compiler_static
='-Bstatic'
6996 case $cc_basename in
6998 lt_prog_compiler_wl
='-Qoption ld ';;
7000 lt_prog_compiler_wl
='-Wl,';;
7005 lt_prog_compiler_wl
='-Qoption ld '
7006 lt_prog_compiler_pic
='-PIC'
7007 lt_prog_compiler_static
='-Bstatic'
7010 sysv4 | sysv4.2uw2
* | sysv4.3
*)
7011 lt_prog_compiler_wl
='-Wl,'
7012 lt_prog_compiler_pic
='-KPIC'
7013 lt_prog_compiler_static
='-Bstatic'
7017 if test -d /usr
/nec
;then
7018 lt_prog_compiler_pic
='-Kconform_pic'
7019 lt_prog_compiler_static
='-Bstatic'
7023 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
7024 lt_prog_compiler_wl
='-Wl,'
7025 lt_prog_compiler_pic
='-KPIC'
7026 lt_prog_compiler_static
='-Bstatic'
7030 lt_prog_compiler_wl
='-Wl,'
7031 lt_prog_compiler_can_build_shared
=no
7035 lt_prog_compiler_pic
='-pic'
7036 lt_prog_compiler_static
='-Bstatic'
7040 lt_prog_compiler_can_build_shared
=no
7046 # For platforms which do not support PIC, -DPIC is meaningless:
7048 lt_prog_compiler_pic
=
7051 lt_prog_compiler_pic
="$lt_prog_compiler_pic -DPIC"
7054 echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
7055 echo "${ECHO_T}$lt_prog_compiler_pic" >&6
7063 # Check to make sure the PIC flag actually works.
7065 if test -n "$lt_prog_compiler_pic"; then
7066 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7067 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
7068 if test "${lt_prog_compiler_pic_works+set}" = set; then
7069 echo $ECHO_N "(cached) $ECHO_C" >&6
7071 lt_prog_compiler_pic_works
=no
7072 ac_outfile
=conftest.
$ac_objext
7073 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
7074 lt_compiler_flag
="$lt_prog_compiler_pic -DPIC"
7075 # Insert the option either (1) after the last *FLAGS variable, or
7076 # (2) before a word containing "conftest.", or (3) at the end.
7077 # Note that $ac_compile itself does not contain backslashes and begins
7078 # with a dollar sign (not a hyphen), so the echo should work correctly.
7079 # The option is referenced via a variable to avoid confusing sed.
7080 lt_compile
=`echo "$ac_compile" | $SED \
7081 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7082 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7083 -e 's:$: $lt_compiler_flag:'`
7084 (eval echo "\"\$as_me:7084: $lt_compile\"" >&5)
7085 (eval "$lt_compile" 2>conftest.err
)
7087 cat conftest.err
>&5
7088 echo "$as_me:7088: \$? = $ac_status" >&5
7089 if (exit $ac_status) && test -s "$ac_outfile"; then
7090 # The compiler can only warn and ignore the option if not recognized
7091 # So say no if there are warnings other than the usual output.
7092 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' >conftest.exp
7093 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
7094 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
7095 lt_prog_compiler_pic_works
=yes
7101 echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
7102 echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6
7104 if test x
"$lt_prog_compiler_pic_works" = xyes
; then
7105 case $lt_prog_compiler_pic in
7107 *) lt_prog_compiler_pic
=" $lt_prog_compiler_pic" ;;
7110 lt_prog_compiler_pic
=
7111 lt_prog_compiler_can_build_shared
=no
7122 # Check to make sure the static flag actually works.
7124 wl
=$lt_prog_compiler_wl eval lt_tmp_static_flag
=\"$lt_prog_compiler_static\"
7125 echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7126 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6
7127 if test "${lt_prog_compiler_static_works+set}" = set; then
7128 echo $ECHO_N "(cached) $ECHO_C" >&6
7130 lt_prog_compiler_static_works
=no
7131 save_LDFLAGS
="$LDFLAGS"
7132 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
7133 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
7134 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
7135 # The linker can only warn and ignore the option if not recognized
7136 # So say no if there are warnings
7137 if test -s conftest.err
; then
7138 # Append any errors to the config.log.
7139 cat conftest.err
1>&5
7140 $ECHO "X$_lt_linker_boilerplate" |
$Xsed -e '/^$/d' > conftest.exp
7141 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
7142 if diff conftest.exp conftest.er2
>/dev
/null
; then
7143 lt_prog_compiler_static_works
=yes
7146 lt_prog_compiler_static_works
=yes
7150 LDFLAGS
="$save_LDFLAGS"
7153 echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
7154 echo "${ECHO_T}$lt_prog_compiler_static_works" >&6
7156 if test x
"$lt_prog_compiler_static_works" = xyes
; then
7159 lt_prog_compiler_static
=
7168 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7169 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
7170 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7171 echo $ECHO_N "(cached) $ECHO_C" >&6
7173 lt_cv_prog_compiler_c_o
=no
7174 $RM -r conftest
2>/dev
/null
7178 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
7180 lt_compiler_flag
="-o out/conftest2.$ac_objext"
7181 # Insert the option either (1) after the last *FLAGS variable, or
7182 # (2) before a word containing "conftest.", or (3) at the end.
7183 # Note that $ac_compile itself does not contain backslashes and begins
7184 # with a dollar sign (not a hyphen), so the echo should work correctly.
7185 lt_compile
=`echo "$ac_compile" | $SED \
7186 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7187 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7188 -e 's:$: $lt_compiler_flag:'`
7189 (eval echo "\"\$as_me:7189: $lt_compile\"" >&5)
7190 (eval "$lt_compile" 2>out
/conftest.err
)
7192 cat out
/conftest.err
>&5
7193 echo "$as_me:7193: \$? = $ac_status" >&5
7194 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
7196 # The compiler can only warn and ignore the option if not recognized
7197 # So say no if there are warnings
7198 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
7199 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
7200 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
7201 lt_cv_prog_compiler_c_o
=yes
7206 # SGI C++ compiler will create directory out/ii_files/ for
7207 # template instantiation
7208 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
7209 $RM out
/* && rmdir out
7215 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7216 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
7223 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7224 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
7225 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7226 echo $ECHO_N "(cached) $ECHO_C" >&6
7228 lt_cv_prog_compiler_c_o
=no
7229 $RM -r conftest
2>/dev
/null
7233 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
7235 lt_compiler_flag
="-o out/conftest2.$ac_objext"
7236 # Insert the option either (1) after the last *FLAGS variable, or
7237 # (2) before a word containing "conftest.", or (3) at the end.
7238 # Note that $ac_compile itself does not contain backslashes and begins
7239 # with a dollar sign (not a hyphen), so the echo should work correctly.
7240 lt_compile
=`echo "$ac_compile" | $SED \
7241 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7242 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7243 -e 's:$: $lt_compiler_flag:'`
7244 (eval echo "\"\$as_me:7244: $lt_compile\"" >&5)
7245 (eval "$lt_compile" 2>out
/conftest.err
)
7247 cat out
/conftest.err
>&5
7248 echo "$as_me:7248: \$? = $ac_status" >&5
7249 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
7251 # The compiler can only warn and ignore the option if not recognized
7252 # So say no if there are warnings
7253 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
7254 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
7255 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
7256 lt_cv_prog_compiler_c_o
=yes
7261 # SGI C++ compiler will create directory out/ii_files/ for
7262 # template instantiation
7263 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
7264 $RM out
/* && rmdir out
7270 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7271 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
7276 hard_links
="nottested"
7277 if test "$lt_cv_prog_compiler_c_o" = no
&& test "$need_locks" != no
; then
7278 # do not overwrite the value of need_locks provided by the user
7279 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
7280 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
7283 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
7285 ln conftest.a conftest.b
2>&5 || hard_links
=no
7286 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
7287 echo "$as_me:$LINENO: result: $hard_links" >&5
7288 echo "${ECHO_T}$hard_links" >&6
7289 if test "$hard_links" = no
; then
7290 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7291 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
7303 echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7304 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
7307 allow_undefined_flag
=
7308 always_export_symbols
=no
7310 archive_expsym_cmds
=
7311 compiler_needs_object
=no
7312 enable_shared_with_static_runtimes
=no
7313 export_dynamic_flag_spec
=
7314 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
7315 hardcode_automatic
=no
7317 hardcode_direct_absolute
=no
7318 hardcode_libdir_flag_spec
=
7319 hardcode_libdir_flag_spec_ld
=
7320 hardcode_libdir_separator
=
7322 hardcode_shlibpath_var
=unsupported
7324 link_all_deplibs
=unknown
7327 old_archive_from_new_cmds
=
7328 old_archive_from_expsyms_cmds
=
7329 thread_safe_flag_spec
=
7330 whole_archive_flag_spec
=
7331 # include_expsyms should be a list of space-separated symbols to be *always*
7332 # included in the symbol list
7334 # exclude_expsyms can be an extended regexp of symbols to exclude
7335 # it will be wrapped by ` (' and `)$', so one must not match beginning or
7336 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
7337 # as well as any symbol that contains `d'.
7338 exclude_expsyms
="_GLOBAL_OFFSET_TABLE_"
7339 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
7340 # platforms (ab)use it in PIC code, but their linkers get confused if
7341 # the symbol is explicitly referenced. Since portable code cannot
7342 # rely on this symbol name, it's probably fine to never include it in
7343 # preloaded symbol tables.
7344 extract_expsyms_cmds
=
7347 cygwin
* | mingw
* | pw32
*)
7348 # FIXME: the MSVC++ port hasn't been tested in a loooong time
7349 # When not using gcc, we currently assume that we are using
7350 # Microsoft Visual C++.
7351 if test "$GCC" != yes; then
7356 # we just hope/assume this is gcc and not c89 (= MSVC++)
7365 if test "$with_gnu_ld" = yes; then
7366 # If archive_cmds runs LD, not CC, wlarc should be empty
7369 # Set some defaults for GNU ld with shared library support. These
7370 # are reset later if shared libraries are not supported. Putting them
7371 # here allows them to be overridden if necessary.
7372 runpath_var
=LD_RUN_PATH
7373 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
7374 export_dynamic_flag_spec
='${wl}--export-dynamic'
7375 # ancient GNU ld didn't support --whole-archive et. al.
7376 if $LD --help 2>&1 |
$GREP 'no-whole-archive' > /dev
/null
; then
7377 whole_archive_flag_spec
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
7379 whole_archive_flag_spec
=
7381 supports_anon_versioning
=no
7382 case `$LD -v 2>&1` in
7383 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.10.
*) ;; # catch versions < 2.11
7384 *\
2.11.93.0.2\
*) supports_anon_versioning
=yes ;; # RH7.3 ...
7385 *\
2.11.92.0.12\
*) supports_anon_versioning
=yes ;; # Mandrake 8.2 ...
7386 *\
2.11.
*) ;; # other 2.11 versions
7387 *) supports_anon_versioning
=yes ;;
7390 # See if GNU ld supports shared libraries.
7393 # On AIX/PPC, the GNU linker is very broken
7394 if test "$host_cpu" != ia64
; then
7398 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
7399 *** to be unable to reliably create shared libraries on AIX.
7400 *** Therefore, libtool is disabling shared libraries support. If you
7401 *** really care for shared libraries, you may want to modify your PATH
7402 *** so that a non-GNU linker is found, and then restart.
7409 if test "$host_cpu" = m68k
; then
7410 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)'
7411 hardcode_libdir_flag_spec
='-L$libdir'
7412 hardcode_minus_L
=yes
7415 # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
7416 # that the semantics of dynamic libraries on AmigaOS, at least up
7417 # to version 4, is to share data among multiple programs linked
7418 # with the same dynamic library. Since this doesn't match the
7419 # behavior of shared libraries on other platforms, we can't use
7425 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
7426 allow_undefined_flag
=unsupported
7427 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
7428 # support --undefined. This deserves some investigation. FIXME
7429 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7435 cygwin
* | mingw
* | pw32
*)
7436 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
7437 # as there is no search path for DLLs.
7438 hardcode_libdir_flag_spec
='-L$libdir'
7439 allow_undefined_flag
=unsupported
7440 always_export_symbols
=no
7441 enable_shared_with_static_runtimes
=yes
7442 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
7444 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
7445 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7446 # If the export-symbols file already is a .def file (1st line
7447 # is EXPORTS), use it as is; otherwise, prepend...
7448 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
7449 cp $export_symbols $output_objdir/$soname.def;
7451 echo EXPORTS > $output_objdir/$soname.def;
7452 cat $export_symbols >> $output_objdir/$soname.def;
7454 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7462 hardcode_shlibpath_var
=no
7463 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
7464 export_dynamic_flag_spec
='${wl}-E'
7465 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
7466 # Instead, shared libraries are loaded at an image base (0x10000000 by
7467 # default) and relocated if they conflict, which is a slow very memory
7468 # consuming and fragmenting process. To avoid this, we pick a random,
7469 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
7470 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
7471 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
7472 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'
7475 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu)
7477 if test "$host_os" = linux-dietlibc
; then
7478 case $cc_basename in
7479 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
7482 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
7483 && test "$tmp_diet" = no
7486 case $cc_basename,$host_cpu in
7487 pgcc
*) # Portland Group C compiler
7488 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'
7489 tmp_addflag
=' $pic_flag'
7491 pgf77
* | pgf90
* | pgf95
*) # Portland Group f77 and f90 compilers
7492 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'
7493 tmp_addflag
=' $pic_flag -Mnomain' ;;
7494 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
7495 tmp_addflag
=' -i_dynamic' ;;
7496 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
7497 tmp_addflag
=' -i_dynamic -nofor_main' ;;
7498 ifc
* | ifort
*) # Intel Fortran compiler
7499 tmp_addflag
=' -nofor_main' ;;
7501 case `$CC -V 2>&1 | sed 5q` in
7502 *Sun\ C
*) # Sun C 5.9
7503 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'
7504 compiler_needs_object
=yes
7505 tmp_sharedflag
='-G' ;;
7506 *Sun\ F
*) # Sun Fortran 8.3
7507 tmp_sharedflag
='-G' ;;
7509 tmp_sharedflag
='-shared' ;;
7511 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7513 if test "x$supports_anon_versioning" = xyes
; then
7514 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
7515 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
7516 echo "local: *; };" >> $output_objdir/$libname.ver~
7517 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
7525 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
7526 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
7529 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7530 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7535 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
7539 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
7540 *** create shared libraries on Solaris systems. Therefore, libtool
7541 *** is disabling shared libraries support. We urge you to upgrade GNU
7542 *** binutils to release 2.9.1 or newer. Another option is to modify
7543 *** your PATH or compiler configuration so that the native linker is
7544 *** used, and then restart.
7547 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
7548 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7549 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7555 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
7556 case `$LD -v 2>&1` in
7557 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
7561 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
7562 *** reliably create shared libraries on SCO systems. Therefore, libtool
7563 *** is disabling shared libraries support. We urge you to upgrade GNU
7564 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
7565 *** your PATH or compiler configuration so that the native linker is
7566 *** used, and then restart.
7571 # For security reasons, it is highly recommended that you always
7572 # use absolute paths for naming shared libraries, and exclude the
7573 # DT_RUNPATH tag from executables and libraries. But doing so
7574 # requires that you compile everything twice, which is a pain.
7575 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
7576 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
7577 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7578 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7587 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
7590 hardcode_shlibpath_var
=no
7594 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
7595 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7596 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7603 if test "$ld_shlibs" = no
; then
7605 hardcode_libdir_flag_spec
=
7606 export_dynamic_flag_spec
=
7607 whole_archive_flag_spec
=
7610 # PORTME fill in a description of your system's linker (not GNU ld)
7613 allow_undefined_flag
=unsupported
7614 always_export_symbols
=yes
7615 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'
7616 # Note: this linker hardcodes the directories in LIBPATH if there
7617 # are no directories specified by -L.
7618 hardcode_minus_L
=yes
7619 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
7620 # Neither direct hardcoding nor static linking is supported with a
7622 hardcode_direct
=unsupported
7627 if test "$host_cpu" = ia64
; then
7628 # On IA64, the linker does run time linking by default, so we don't
7629 # have to do anything special.
7630 aix_use_runtimelinking
=no
7631 exp_sym_flag
='-Bexport'
7634 # If we're using GNU nm, then we don't want the "-C" option.
7635 # -C means demangle to AIX nm, but means don't demangle with GNU nm
7636 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
7637 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'
7639 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'
7641 aix_use_runtimelinking
=no
7643 # Test if we are trying to use run time linking or normal
7644 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
7645 # need to do runtime linking.
7646 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
7647 for ld_flag
in $LDFLAGS; do
7648 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
7649 aix_use_runtimelinking
=yes
7656 exp_sym_flag
='-bexport'
7657 no_entry_flag
='-bnoentry'
7660 # When large executables or shared objects are built, AIX ld can
7661 # have problems creating the table of contents. If linking a library
7662 # or program results in "error TOC overflow" add -mminimal-toc to
7663 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
7664 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
7668 hardcode_direct_absolute
=yes
7669 hardcode_libdir_separator
=':'
7670 link_all_deplibs
=yes
7671 file_list_spec
='${wl}-f,'
7673 if test "$GCC" = yes; then
7674 case $host_os in aix4.
[012]|aix4.
[012].
*)
7675 # We only want to do this on AIX 4.2 and lower, the check
7676 # below for broken collect2 doesn't work under 4.3+
7677 collect2name
=`${CC} -print-prog-name=collect2`
7678 if test -f "$collect2name" &&
7679 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
7681 # We have reworked collect2
7684 # We have old collect2
7685 hardcode_direct
=unsupported
7686 # It fails to find uninstalled libraries when the uninstalled
7687 # path is not listed in the libpath. Setting hardcode_minus_L
7688 # to unsupported forces relinking
7689 hardcode_minus_L
=yes
7690 hardcode_libdir_flag_spec
='-L$libdir'
7691 hardcode_libdir_separator
=
7695 shared_flag
='-shared'
7696 if test "$aix_use_runtimelinking" = yes; then
7697 shared_flag
="$shared_flag "'${wl}-G'
7701 if test "$host_cpu" = ia64
; then
7702 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
7703 # chokes on -Wl,-G. The following line is correct:
7706 if test "$aix_use_runtimelinking" = yes; then
7707 shared_flag
='${wl}-G'
7709 shared_flag
='${wl}-bM:SRE'
7714 # It seems that -bexpall does not export symbols beginning with
7715 # underscore (_), so it is better to generate a list of symbols to export.
7716 always_export_symbols
=yes
7717 if test "$aix_use_runtimelinking" = yes; then
7718 # Warning - without using the other runtime loading flags (-brtl),
7719 # -berok will link without error, but may produce a broken library.
7720 allow_undefined_flag
='-berok'
7721 # Determine the default libpath from the value encoded in an
7723 cat >conftest.
$ac_ext <<_ACEOF
7726 cat confdefs.h
>>conftest.
$ac_ext
7727 cat >>conftest.
$ac_ext <<_ACEOF
7728 /* end confdefs.h. */
7738 rm -f conftest.
$ac_objext conftest
$ac_exeext
7739 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7740 (eval $ac_link) 2>conftest.er1
7742 grep -v '^ *+' conftest.er1
>conftest.err
7744 cat conftest.err
>&5
7745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7746 (exit $ac_status); } &&
7747 { ac_try
='test -z "$ac_c_werror_flag"
7748 || test ! -s conftest.err'
7749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7753 (exit $ac_status); }; } &&
7754 { ac_try
='test -s conftest$ac_exeext'
7755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7759 (exit $ac_status); }; }; then
7761 lt_aix_libpath_sed
='
7762 /Import File Strings/,/^$/ {
7768 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7769 # Check for a 64-bit object if we didn't find anything.
7770 if test -z "$aix_libpath"; then
7771 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7774 echo "$as_me: failed program was:" >&5
7775 sed 's/^/| /' conftest.
$ac_ext >&5
7778 rm -f conftest.err conftest.
$ac_objext \
7779 conftest
$ac_exeext conftest.
$ac_ext
7780 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
7782 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
7783 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"
7785 if test "$host_cpu" = ia64
; then
7786 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
7787 allow_undefined_flag
="-z nodefs"
7788 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"
7790 # Determine the default libpath from the value encoded in an
7792 cat >conftest.
$ac_ext <<_ACEOF
7795 cat confdefs.h
>>conftest.
$ac_ext
7796 cat >>conftest.
$ac_ext <<_ACEOF
7797 /* end confdefs.h. */
7807 rm -f conftest.
$ac_objext conftest
$ac_exeext
7808 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7809 (eval $ac_link) 2>conftest.er1
7811 grep -v '^ *+' conftest.er1
>conftest.err
7813 cat conftest.err
>&5
7814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7815 (exit $ac_status); } &&
7816 { ac_try
='test -z "$ac_c_werror_flag"
7817 || test ! -s conftest.err'
7818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7822 (exit $ac_status); }; } &&
7823 { ac_try
='test -s conftest$ac_exeext'
7824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7828 (exit $ac_status); }; }; then
7830 lt_aix_libpath_sed
='
7831 /Import File Strings/,/^$/ {
7837 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7838 # Check for a 64-bit object if we didn't find anything.
7839 if test -z "$aix_libpath"; then
7840 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7843 echo "$as_me: failed program was:" >&5
7844 sed 's/^/| /' conftest.
$ac_ext >&5
7847 rm -f conftest.err conftest.
$ac_objext \
7848 conftest
$ac_exeext conftest.
$ac_ext
7849 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
7851 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
7852 # Warning - without using the other run time loading flags,
7853 # -berok will link without error, but may produce a broken library.
7854 no_undefined_flag
=' ${wl}-bernotok'
7855 allow_undefined_flag
=' ${wl}-berok'
7856 # Exported symbols can be pulled into shared objects from archives
7857 whole_archive_flag_spec
='$convenience'
7858 archive_cmds_need_lc
=yes
7859 # This is similar to how AIX traditionally builds its shared libraries.
7860 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'
7866 if test "$host_cpu" = m68k
; then
7867 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)'
7868 hardcode_libdir_flag_spec
='-L$libdir'
7869 hardcode_minus_L
=yes
7871 # see comment about different semantics on the GNU ld section
7876 export_dynamic_flag_spec
=-rdynamic
7879 cygwin
* | mingw
* | pw32
*)
7880 # When not using gcc, we currently assume that we are using
7881 # Microsoft Visual C++.
7882 # hardcode_libdir_flag_spec is actually meaningless, as there is
7883 # no search path for DLLs.
7884 hardcode_libdir_flag_spec
=' '
7885 allow_undefined_flag
=unsupported
7886 # Tell ltmain to make .lib files, not .a files.
7888 # Tell ltmain to make .dll files, not .so files.
7890 # FIXME: Setting linknames here is a bad hack.
7891 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
7892 # The linker will automatically build a .lib file if we build a DLL.
7893 old_archive_from_new_cmds
='true'
7894 # FIXME: Should let the user specify the lib program.
7895 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
7896 fix_srcfile_path
='`cygpath -w "$srcfile"`'
7897 enable_shared_with_static_runtimes
=yes
7900 darwin
* | rhapsody
*)
7902 rhapsody
* | darwin1.
[012])
7903 allow_undefined_flag
='${wl}-undefined ${wl}suppress'
7906 case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
7908 allow_undefined_flag
='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
7911 allow_undefined_flag
='${wl}-undefined ${wl}dynamic_lookup'
7916 archive_cmds_need_lc
=no
7918 hardcode_automatic
=yes
7919 hardcode_shlibpath_var
=unsupported
7920 whole_archive_flag_spec
=''
7921 link_all_deplibs
=yes
7922 if test "$GCC" = yes ; then
7923 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
7924 echo $ECHO_N "(cached) $ECHO_C" >&6
7926 lt_cv_apple_cc_single_mod
=no
7927 if test -z "${LT_MULTI_MODULE}"; then
7928 # By default we will add the -single_module flag. You can override
7929 # by either setting the environment variable LT_MULTI_MODULE
7930 # non-empty at configure time, or by adding -multi-module to the
7932 echo "int foo(void){return 1;}" > conftest.c
7933 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7934 -dynamiclib ${wl}-single_module conftest.c
7935 if test -f libconftest.dylib
; then
7936 lt_cv_apple_cc_single_mod
=yes
7937 rm libconftest.dylib
7943 output_verbose_link_cmd
=echo
7944 if test "X$lt_cv_apple_cc_single_mod" = Xyes
; then
7945 archive_cmds
='$CC -dynamiclib $single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
7946 archive_expsym_cmds
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $single_module -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
7948 archive_cmds
='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
7949 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~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
7951 module_cmds
='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
7952 module_expsym_cmds
='sed -e "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
7954 case $cc_basename in
7956 output_verbose_link_cmd
=echo
7957 archive_cmds
='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`$ECHO $rpath/$soname` $verstring'
7958 module_cmds
='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
7959 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
7960 archive_expsym_cmds
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
7961 module_expsym_cmds
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
7971 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
7972 hardcode_libdir_flag_spec
='-L$libdir'
7973 hardcode_shlibpath_var
=no
7980 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
7981 # support. Future versions do this automatically, but an explicit c++rt0.o
7982 # does not break anything, and helps significantly (at the cost of a little
7985 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
7986 hardcode_libdir_flag_spec
='-R$libdir'
7988 hardcode_shlibpath_var
=no
7991 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
7993 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
7995 hardcode_minus_L
=yes
7996 hardcode_shlibpath_var
=no
7999 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8000 freebsd
* | dragonfly
*)
8001 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8002 hardcode_libdir_flag_spec
='-R$libdir'
8004 hardcode_shlibpath_var
=no
8008 if test "$GCC" = yes; then
8009 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'
8011 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'
8013 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8014 hardcode_libdir_separator
=:
8017 # hardcode_minus_L: Not really in the search PATH,
8018 # but as the default location of the library.
8019 hardcode_minus_L
=yes
8020 export_dynamic_flag_spec
='${wl}-E'
8024 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
8025 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8027 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8029 if test "$with_gnu_ld" = no
; then
8030 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8031 hardcode_libdir_flag_spec_ld
='+b $libdir'
8032 hardcode_libdir_separator
=:
8034 hardcode_direct_absolute
=yes
8035 export_dynamic_flag_spec
='${wl}-E'
8036 # hardcode_minus_L: Not really in the search PATH,
8037 # but as the default location of the library.
8038 hardcode_minus_L
=yes
8043 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
8046 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8049 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8052 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8058 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8061 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8064 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8068 if test "$with_gnu_ld" = no
; then
8069 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8070 hardcode_libdir_separator
=:
8075 hardcode_shlibpath_var
=no
8079 hardcode_direct_absolute
=yes
8080 export_dynamic_flag_spec
='${wl}-E'
8082 # hardcode_minus_L: Not really in the search PATH,
8083 # but as the default location of the library.
8084 hardcode_minus_L
=yes
8090 irix5
* | irix6
* | nonstopux
*)
8091 if test "$GCC" = yes; then
8092 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'
8093 # Try to use the -exported_symbol ld option, if it does not
8094 # work, assume that -exports_file does not work either and
8095 # implicitly export all symbols.
8096 save_LDFLAGS
="$LDFLAGS"
8097 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8098 cat >conftest.
$ac_ext <<_ACEOF
8101 rm -f conftest.
$ac_objext conftest
$ac_exeext
8102 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8103 (eval $ac_link) 2>conftest.er1
8105 grep -v '^ *+' conftest.er1
>conftest.err
8107 cat conftest.err
>&5
8108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8109 (exit $ac_status); } &&
8110 { ac_try
='test -z "$ac_c_werror_flag"
8111 || test ! -s conftest.err'
8112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8116 (exit $ac_status); }; } &&
8117 { ac_try
='test -s conftest$ac_exeext'
8118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8122 (exit $ac_status); }; }; then
8123 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'
8126 echo "$as_me: failed program was:" >&5
8127 sed 's/^/| /' conftest.
$ac_ext >&5
8130 rm -f conftest.err conftest.
$ac_objext \
8131 conftest
$ac_exeext conftest.
$ac_ext
8132 LDFLAGS
="$save_LDFLAGS"
8134 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'
8135 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'
8137 archive_cmds_need_lc
='no'
8138 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8139 hardcode_libdir_separator
=:
8141 link_all_deplibs
=yes
8145 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
8146 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
8148 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
8150 hardcode_libdir_flag_spec
='-R$libdir'
8152 hardcode_shlibpath_var
=no
8156 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8158 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8159 hardcode_libdir_separator
=:
8160 hardcode_shlibpath_var
=no
8168 hardcode_shlibpath_var
=no
8169 hardcode_direct_absolute
=yes
8170 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8171 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8172 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8173 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8174 export_dynamic_flag_spec
='${wl}-E'
8177 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
8178 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8179 hardcode_libdir_flag_spec
='-R$libdir'
8182 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8183 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8190 hardcode_libdir_flag_spec
='-L$libdir'
8191 hardcode_minus_L
=yes
8192 allow_undefined_flag
=unsupported
8193 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'
8194 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8198 if test "$GCC" = yes; then
8199 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
8200 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'
8202 allow_undefined_flag
=' -expect_unresolved \*'
8203 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'
8205 archive_cmds_need_lc
='no'
8206 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8207 hardcode_libdir_separator
=:
8210 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
8211 if test "$GCC" = yes; then
8212 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
8213 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'
8214 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8216 allow_undefined_flag
=' -expect_unresolved \*'
8217 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'
8218 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~
8219 $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'
8221 # Both c and cxx compiler support -rpath directly
8222 hardcode_libdir_flag_spec
='-rpath $libdir'
8224 archive_cmds_need_lc
='no'
8225 hardcode_libdir_separator
=:
8229 no_undefined_flag
=' -z defs'
8230 if test "$GCC" = yes; then
8232 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8233 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8234 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8236 case `$CC -V 2>&1` in
8239 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
8240 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8241 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
8245 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
8246 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8247 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8251 hardcode_libdir_flag_spec
='-R$libdir'
8252 hardcode_shlibpath_var
=no
8254 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
8256 # The compiler driver will combine and reorder linker options,
8257 # but understands `-z linker_flag'. GCC discards it without `$wl',
8258 # but is careful enough not to reorder.
8259 # Supported since Solaris 2.6 (maybe 2.5.1?)
8260 if test "$GCC" = yes; then
8261 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
8263 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
8267 link_all_deplibs
=yes
8271 if test "x$host_vendor" = xsequent
; then
8272 # Use $CC to link under sequent, because it throws in some extra .o
8273 # files that make .init and .fini sections work.
8274 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
8276 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
8278 hardcode_libdir_flag_spec
='-L$libdir'
8280 hardcode_minus_L
=yes
8281 hardcode_shlibpath_var
=no
8285 case $host_vendor in
8287 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8288 hardcode_direct
=yes # is this really true???
8291 ## LD is ld it makes a PLAMLIB
8292 ## CC just makes a GrossModule.
8293 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
8294 reload_cmds
='$CC -r -o $output$reload_objs'
8298 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8299 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
8302 runpath_var
='LD_RUN_PATH'
8303 hardcode_shlibpath_var
=no
8307 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8308 hardcode_shlibpath_var
=no
8309 export_dynamic_flag_spec
='-Bexport'
8313 if test -d /usr
/nec
; then
8314 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8315 hardcode_shlibpath_var
=no
8316 runpath_var
=LD_RUN_PATH
8317 hardcode_runpath_var
=yes
8322 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
8323 no_undefined_flag
='${wl}-z,text'
8324 archive_cmds_need_lc
=no
8325 hardcode_shlibpath_var
=no
8326 runpath_var
='LD_RUN_PATH'
8328 if test "$GCC" = yes; then
8329 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8330 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8332 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8333 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8337 sysv5
* | sco3.2v5
* | sco5v6
*)
8338 # Note: We can NOT use -z defs as we might desire, because we do not
8339 # link with -lc, and that would cause any symbols used from libc to
8340 # always be unresolved, which means just about no library would
8341 # ever link correctly. If we're not using GNU ld we use -z text
8342 # though, which does catch some bad symbols but isn't as heavy-handed
8344 no_undefined_flag
='${wl}-z,text'
8345 allow_undefined_flag
='${wl}-z,nodefs'
8346 archive_cmds_need_lc
=no
8347 hardcode_shlibpath_var
=no
8348 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
8349 hardcode_libdir_separator
=':'
8350 link_all_deplibs
=yes
8351 export_dynamic_flag_spec
='${wl}-Bexport'
8352 runpath_var
='LD_RUN_PATH'
8354 if test "$GCC" = yes; then
8355 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8356 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8358 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8359 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8364 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8365 hardcode_libdir_flag_spec
='-L$libdir'
8366 hardcode_shlibpath_var
=no
8374 if test x
$host_vendor = xsni
; then
8376 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
8377 export_dynamic_flag_spec
='${wl}-Blargedynsym'
8383 echo "$as_me:$LINENO: result: $ld_shlibs" >&5
8384 echo "${ECHO_T}$ld_shlibs" >&6
8385 test "$ld_shlibs" = no
&& can_build_shared
=no
8387 with_gnu_ld
=$with_gnu_ld
8404 # Do we need to explicitly link libc?
8406 case "x$archive_cmds_need_lc" in
8408 # Assume -lc should be added
8409 archive_cmds_need_lc
=yes
8411 if test "$enable_shared" = yes && test "$GCC" = yes; then
8412 case $archive_cmds in
8414 # FIXME: we may have to deal with multi-command sequences.
8417 # Test whether the compiler implicitly links with -lc since on some
8418 # systems, -lgcc has to come before -lc. If gcc already passes -lc
8419 # to ld, don't add -lc before -lgcc.
8420 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
8421 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
8423 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8425 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8426 (eval $ac_compile) 2>&5
8428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8429 (exit $ac_status); } 2>conftest.err
; then
8432 libobjs
=conftest.
$ac_objext
8434 wl
=$lt_prog_compiler_wl
8435 pic_flag
=$lt_prog_compiler_pic
8441 lt_save_allow_undefined_flag
=$allow_undefined_flag
8442 allow_undefined_flag
=
8443 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
8444 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
8446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8447 (exit $ac_status); }
8449 archive_cmds_need_lc
=no
8451 archive_cmds_need_lc
=yes
8453 allow_undefined_flag
=$lt_save_allow_undefined_flag
8455 cat conftest.err
1>&5
8458 echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
8459 echo "${ECHO_T}$archive_cmds_need_lc" >&6
8622 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
8623 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
8625 if test "$withGCC" = yes; then
8627 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
8628 *) lt_awk_arg
="/^libraries:/" ;;
8630 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
8631 if $ECHO "$lt_search_path_spec" |
$GREP ';' >/dev
/null
; then
8632 # if the path contains ";" then we assume it to be the separator
8633 # otherwise default to the standard path separator (i.e. ":") - it is
8634 # assumed that no part of a normal pathname contains ";" but that should
8635 # okay in the real world where ";" in dirpaths is itself problematic.
8636 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
8638 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
8640 # Ok, now we have the path, separated by spaces, we can step through it
8641 # and add multilib dir if necessary.
8642 lt_tmp_lt_search_path_spec
=
8643 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
8644 for lt_sys_path
in $lt_search_path_spec; do
8645 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
8646 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
8648 test -d "$lt_sys_path" && \
8649 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
8652 lt_search_path_spec
=`$ECHO $lt_tmp_lt_search_path_spec | awk '
8653 BEGIN {RS=" "; FS="/|\n";} {
8656 for (lt_i = NF; lt_i > 0; lt_i--) {
8657 if ($lt_i != "" && $lt_i != ".") {
8658 if ($lt_i == "..") {
8661 if (lt_count == 0) {
8662 lt_foo="/" $lt_i lt_foo;
8669 if (lt_foo != "") { lt_freq[lt_foo]++; }
8670 if (lt_freq[lt_foo] == 1) { print lt_foo; }
8672 sys_lib_search_path_spec
=`$ECHO $lt_search_path_spec`
8674 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
8677 libname_spec
='lib$name'
8685 shlibpath_overrides_runpath
=unknown
8687 dynamic_linker
="$host_os ld.so"
8688 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
8689 need_lib_prefix
=unknown
8690 hardcode_into_libs
=no
8692 # when you set need_version to no, make sure it does not cause -set_version
8693 # flags to be left without arguments
8694 need_version
=unknown
8699 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
8700 shlibpath_var
=LIBPATH
8702 # AIX 3 has no versioning support, so we append a major version to the name.
8703 soname_spec
='${libname}${release}${shared_ext}$major'
8710 hardcode_into_libs
=yes
8711 if test "$host_cpu" = ia64
; then
8712 # AIX 5 supports IA64
8713 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
8714 shlibpath_var
=LD_LIBRARY_PATH
8716 # With GCC up to 2.95.x, collect2 would create an import file
8717 # for dependence libraries. The import file would start with
8718 # the line `#! .'. This would cause the generated library to
8719 # depend on `.', always an invalid library. This was fixed in
8720 # development snapshots of GCC prior to 3.0.
8722 aix4 | aix4.
[01] | aix4.
[01].
*)
8723 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
8725 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
8732 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
8733 # soname into executable. Probably we can add versioning support to
8734 # collect2, so additional links can be useful in future.
8735 if test "$aix_use_runtimelinking" = yes; then
8736 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
8737 # instead of lib<name>.a to let people know that these are not
8738 # typical AIX shared libraries.
8739 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8741 # We preserve .a as extension for shared libraries through AIX4.2
8742 # and later when we are not doing run time linking.
8743 library_names_spec
='${libname}${release}.a $libname.a'
8744 soname_spec
='${libname}${release}${shared_ext}$major'
8746 shlibpath_var
=LIBPATH
8751 if test "$host_cpu" = m68k
; then
8752 library_names_spec
='$libname.ixlibrary $libname.a'
8753 # Create ${libname}_ixlibrary.a entries in /sys/libs.
8754 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'
8761 library_names_spec
='${libname}${shared_ext}'
8762 dynamic_linker
="$host_os ld.so"
8763 shlibpath_var
=LIBRARY_PATH
8769 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8770 soname_spec
='${libname}${release}${shared_ext}$major'
8771 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
8772 shlibpath_var
=LD_LIBRARY_PATH
8773 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
8774 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
8775 # the default ld.so.conf also contains /usr/contrib/lib and
8776 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
8777 # libtool to hard-code these into programs
8780 cygwin
* | mingw
* | pw32
*)
8781 version_type
=windows
8786 case $withGCC,$host_os in
8787 yes,cygwin
* |
yes,mingw
* |
yes,pw32
*)
8788 library_names_spec
='$libname.dll.a'
8789 # DLL is installed to $(libdir)/../bin by postinstall_cmds
8790 postinstall_cmds
='base_file=`basename \${file}`~
8791 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
8792 dldir=$destdir/`dirname \$dlpath`~
8793 test -d \$dldir || mkdir -p \$dldir~
8794 $install_prog $dir/$dlname \$dldir/$dlname~
8795 chmod a+x \$dldir/$dlname~
8796 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
8797 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
8799 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
8800 dlpath=$dir/\$dldll~
8802 shlibpath_overrides_runpath
=yes
8806 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
8807 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
8808 sys_lib_search_path_spec
="/usr/lib /lib/w32api /lib /usr/local/lib"
8811 # MinGW DLLs use traditional 'lib' prefix
8812 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
8813 sys_lib_search_path_spec
=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
8814 if $ECHO "$sys_lib_search_path_spec" |
$GREP ';[c-zC-Z]:/' >/dev
/null
; then
8815 # It is most probably a Windows format PATH printed by
8816 # mingw gcc, but we are running on Cygwin. Gcc prints its search
8817 # path with ; separators, and with drive letters. We can handle the
8818 # drive letters (cygwin fileutils understands them), so leave them,
8819 # especially as we might pass files found there to a mingw objdump,
8820 # which wouldn't understand a cygwinified path. Ahh.
8821 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
8823 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
8827 # pw32 DLLs use 'pw' prefix rather than 'lib'
8828 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
8834 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
8837 dynamic_linker
='Win32 ld.exe'
8838 # FIXME: first we should search . and the directory the executable is in
8842 darwin
* | rhapsody
*)
8843 dynamic_linker
="$host_os dyld"
8847 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
8848 soname_spec
='${libname}${release}${major}$shared_ext'
8849 shlibpath_overrides_runpath
=yes
8850 shlibpath_var
=DYLD_LIBRARY_PATH
8851 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
8853 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
8854 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
8861 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
8862 soname_spec
='${libname}${release}${shared_ext}$major'
8863 shlibpath_var
=LD_LIBRARY_PATH
8870 freebsd
* | dragonfly
*)
8871 # DragonFly does not have aout. When/if they implement a new
8872 # versioning mechanism, adjust this.
8873 if test -x /usr
/bin
/objformat
; then
8874 objformat
=`/usr/bin/objformat`
8877 freebsd
[123]*) objformat
=aout
;;
8881 version_type
=freebsd-
$objformat
8882 case $version_type in
8884 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
8889 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
8893 shlibpath_var
=LD_LIBRARY_PATH
8896 shlibpath_overrides_runpath
=yes
8898 freebsd3.
[01]* | freebsdelf3.
[01]*)
8899 shlibpath_overrides_runpath
=yes
8900 hardcode_into_libs
=yes
8902 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
8903 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
8904 shlibpath_overrides_runpath
=no
8905 hardcode_into_libs
=yes
8907 *) # from 4.6 on, and DragonFly
8908 shlibpath_overrides_runpath
=yes
8909 hardcode_into_libs
=yes
8918 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
8919 soname_spec
='${libname}${release}${shared_ext}$major'
8920 shlibpath_var
=LD_LIBRARY_PATH
8921 hardcode_into_libs
=yes
8924 hpux9
* | hpux10
* | hpux11
*)
8925 # Give a soname corresponding to the major version so that dld.sl refuses to
8926 # link against other versions.
8933 hardcode_into_libs
=yes
8934 dynamic_linker
="$host_os dld.so"
8935 shlibpath_var
=LD_LIBRARY_PATH
8936 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
8937 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8938 soname_spec
='${libname}${release}${shared_ext}$major'
8939 if test "X$HPUX_IA64_MODE" = X32
; then
8940 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
8942 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
8944 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
8948 hardcode_into_libs
=yes
8949 dynamic_linker
="$host_os dld.sl"
8950 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
8951 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
8952 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8953 soname_spec
='${libname}${release}${shared_ext}$major'
8954 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
8955 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
8959 dynamic_linker
="$host_os dld.sl"
8960 shlibpath_var
=SHLIB_PATH
8961 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
8962 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8963 soname_spec
='${libname}${release}${shared_ext}$major'
8966 # HP-UX runs *really* slowly unless shared libraries are mode 555.
8967 postinstall_cmds
='chmod 555 $lib'
8974 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
8975 soname_spec
='${libname}${release}${shared_ext}$major'
8976 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
8977 shlibpath_var
=LD_LIBRARY_PATH
8978 shlibpath_overrides_runpath
=no
8979 hardcode_into_libs
=yes
8982 irix5
* | irix6
* | nonstopux
*)
8984 nonstopux
*) version_type
=nonstopux
;;
8986 if test "$lt_cv_prog_gnu_ld" = yes; then
8994 soname_spec
='${libname}${release}${shared_ext}$major'
8995 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
8997 irix5
* | nonstopux
*)
9001 case $LD in # libtool.m4 will add one of these switches to LD
9002 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
9003 libsuff
= shlibsuff
= libmagic
=32-bit;;
9004 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
9005 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
9006 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
9007 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
9008 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
9012 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
9013 shlibpath_overrides_runpath
=no
9014 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9015 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
9016 hardcode_into_libs
=yes
9019 # No shared lib support for Linux oldld, aout, or coff.
9020 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
9024 # This must be Linux ELF.
9025 linux
* | k
*bsd
*-gnu)
9029 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9030 soname_spec
='${libname}${release}${shared_ext}$major'
9031 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9032 shlibpath_var
=LD_LIBRARY_PATH
9033 shlibpath_overrides_runpath
=no
9034 # Some binutils ld are patched to set DT_RUNPATH
9035 save_LDFLAGS
=$LDFLAGS
9037 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9038 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9039 cat >conftest.
$ac_ext <<_ACEOF
9042 cat confdefs.h
>>conftest.
$ac_ext
9043 cat >>conftest.
$ac_ext <<_ACEOF
9044 /* end confdefs.h. */
9054 rm -f conftest.
$ac_objext conftest
$ac_exeext
9055 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9056 (eval $ac_link) 2>conftest.er1
9058 grep -v '^ *+' conftest.er1
>conftest.err
9060 cat conftest.err
>&5
9061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9062 (exit $ac_status); } &&
9063 { ac_try
='test -z "$ac_c_werror_flag"
9064 || test ! -s conftest.err'
9065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9069 (exit $ac_status); }; } &&
9070 { ac_try
='test -s conftest$ac_exeext'
9071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9075 (exit $ac_status); }; }; then
9076 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir"; then
9077 shlibpath_overrides_runpath
=yes
9081 echo "$as_me: failed program was:" >&5
9082 sed 's/^/| /' conftest.
$ac_ext >&5
9085 rm -f conftest.err conftest.
$ac_objext \
9086 conftest
$ac_exeext conftest.
$ac_ext
9087 LDFLAGS
=$save_LDFLAGS
9090 # This implies no fast_install, which is unacceptable.
9091 # Some rework will be needed to allow for fast_install
9092 # before this can be enabled.
9093 hardcode_into_libs
=yes
9095 # Append ld.so.conf contents to the search path
9096 if test -f /etc
/ld.so.conf
; then
9097 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/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
9098 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
9101 # We used to test for /lib/ld.so.1 and disable shared libraries on
9102 # powerpc, because MkLinux only supported shared libraries with the
9103 # GNU dynamic linker. Since this was broken with cross compilers,
9104 # most powerpc-linux boxes support dynamic linking these days and
9105 # people can always --disable-shared, the test was removed, and we
9106 # assume the GNU/Linux dynamic linker is in use.
9107 dynamic_linker
='GNU/Linux ld.so'
9114 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9115 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9116 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9117 dynamic_linker
='NetBSD (a.out) ld.so'
9119 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9120 soname_spec
='${libname}${release}${shared_ext}$major'
9121 dynamic_linker
='NetBSD ld.elf_so'
9123 shlibpath_var
=LD_LIBRARY_PATH
9124 shlibpath_overrides_runpath
=yes
9125 hardcode_into_libs
=yes
9130 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9131 shlibpath_var
=LD_LIBRARY_PATH
9132 shlibpath_overrides_runpath
=yes
9139 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9140 soname_spec
='${libname}${release}${shared_ext}$major'
9141 shlibpath_var
=LD_LIBRARY_PATH
9142 shlibpath_overrides_runpath
=no
9143 hardcode_into_libs
=yes
9144 dynamic_linker
='ldqnx.so'
9149 sys_lib_dlsearch_path_spec
="/usr/lib"
9151 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9153 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
9154 *) need_version
=no
;;
9156 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9157 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9158 shlibpath_var
=LD_LIBRARY_PATH
9159 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9161 openbsd2.
[89] | openbsd2.
[89].
*)
9162 shlibpath_overrides_runpath
=no
9165 shlibpath_overrides_runpath
=yes
9169 shlibpath_overrides_runpath
=yes
9174 libname_spec
='$name'
9177 library_names_spec
='$libname${shared_ext} $libname.a'
9178 dynamic_linker
='OS/2 ld.exe'
9179 shlibpath_var
=LIBPATH
9182 osf3
* | osf4
* | osf5
*)
9186 soname_spec
='${libname}${release}${shared_ext}$major'
9187 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9188 shlibpath_var
=LD_LIBRARY_PATH
9189 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9190 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
9201 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9202 soname_spec
='${libname}${release}${shared_ext}$major'
9203 shlibpath_var
=LD_LIBRARY_PATH
9204 shlibpath_overrides_runpath
=yes
9205 hardcode_into_libs
=yes
9206 # ldd complains unless libraries are executable
9207 postinstall_cmds
='chmod +x $lib'
9212 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9213 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9214 shlibpath_var
=LD_LIBRARY_PATH
9215 shlibpath_overrides_runpath
=yes
9216 if test "$with_gnu_ld" = yes; then
9224 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9225 soname_spec
='${libname}${release}${shared_ext}$major'
9226 shlibpath_var
=LD_LIBRARY_PATH
9227 case $host_vendor in
9229 shlibpath_overrides_runpath
=no
9231 runpath_var
=LD_RUN_PATH
9239 shlibpath_overrides_runpath
=no
9240 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
9246 if test -d /usr
/nec
;then
9248 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
9249 soname_spec
='$libname${shared_ext}.$major'
9250 shlibpath_var
=LD_LIBRARY_PATH
9254 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
9255 version_type
=freebsd-elf
9258 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9259 soname_spec
='${libname}${release}${shared_ext}$major'
9260 shlibpath_var
=LD_LIBRARY_PATH
9261 shlibpath_overrides_runpath
=yes
9262 hardcode_into_libs
=yes
9263 if test "$with_gnu_ld" = yes; then
9264 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
9266 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
9269 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
9273 sys_lib_dlsearch_path_spec
='/usr/lib'
9277 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
9281 library_name_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9282 shlibpath_var
=LD_LIBRARY_PATH
9283 shlibpath_overrides_runpath
=no
9284 hardcode_into_libs
=yes
9289 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9290 soname_spec
='${libname}${release}${shared_ext}$major'
9291 shlibpath_var
=LD_LIBRARY_PATH
9298 echo "$as_me:$LINENO: result: $dynamic_linker" >&5
9299 echo "${ECHO_T}$dynamic_linker" >&6
9300 test "$dynamic_linker" = no
&& can_build_shared
=no
9302 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
9303 if test "$GCC" = yes; then
9304 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9393 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
9394 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
9396 if test -n "$hardcode_libdir_flag_spec" ||
9397 test -n "$runpath_var" ||
9398 test "X$hardcode_automatic" = "Xyes" ; then
9400 # We can hardcode non-existent directories.
9401 if test "$hardcode_direct" != no
&&
9402 # If the only mechanism to avoid hardcoding is shlibpath_var, we
9403 # have to relink, otherwise we might link with an installed library
9404 # when we should be linking with a yet-to-be-installed one
9405 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
9406 test "$hardcode_minus_L" != no
; then
9407 # Linking always hardcodes the temporary library directory.
9408 hardcode_action
=relink
9410 # We can link without hardcoding, and we can hardcode nonexisting dirs.
9411 hardcode_action
=immediate
9414 # We cannot hardcode anything, or else we can only hardcode existing
9416 hardcode_action
=unsupported
9418 echo "$as_me:$LINENO: result: $hardcode_action" >&5
9419 echo "${ECHO_T}$hardcode_action" >&6
9421 if test "$hardcode_action" = relink ||
9422 test "$inherit_rpath" = yes; then
9423 # Fast installation is not supported
9424 enable_fast_install
=no
9425 elif test "$shlibpath_overrides_runpath" = yes ||
9426 test "$enable_shared" = no
; then
9427 # Fast installation is not necessary
9428 enable_fast_install
=needless
9436 if test "x$enable_dlopen" != xyes
; then
9437 enable_dlopen
=unknown
9438 enable_dlopen_self
=unknown
9439 enable_dlopen_self_static
=unknown
9446 lt_cv_dlopen
="load_add_on"
9448 lt_cv_dlopen_self
=yes
9452 lt_cv_dlopen
="LoadLibrary"
9457 lt_cv_dlopen
="dlopen"
9462 # if libdl is installed we need to link against it
9463 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9464 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
9465 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9466 echo $ECHO_N "(cached) $ECHO_C" >&6
9468 ac_check_lib_save_LIBS
=$LIBS
9470 cat >conftest.
$ac_ext <<_ACEOF
9473 cat confdefs.h
>>conftest.
$ac_ext
9474 cat >>conftest.
$ac_ext <<_ACEOF
9475 /* end confdefs.h. */
9477 /* Override any gcc2 internal prototype to avoid an error. */
9481 /* We use char because int might match the return type of a gcc2
9482 builtin and then its argument prototype would still apply. */
9492 rm -f conftest.
$ac_objext conftest
$ac_exeext
9493 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9494 (eval $ac_link) 2>conftest.er1
9496 grep -v '^ *+' conftest.er1
>conftest.err
9498 cat conftest.err
>&5
9499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9500 (exit $ac_status); } &&
9501 { ac_try
='test -z "$ac_c_werror_flag"
9502 || test ! -s conftest.err'
9503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9507 (exit $ac_status); }; } &&
9508 { ac_try
='test -s conftest$ac_exeext'
9509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9513 (exit $ac_status); }; }; then
9514 ac_cv_lib_dl_dlopen
=yes
9516 echo "$as_me: failed program was:" >&5
9517 sed 's/^/| /' conftest.
$ac_ext >&5
9519 ac_cv_lib_dl_dlopen
=no
9521 rm -f conftest.err conftest.
$ac_objext \
9522 conftest
$ac_exeext conftest.
$ac_ext
9523 LIBS
=$ac_check_lib_save_LIBS
9525 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9526 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9527 if test $ac_cv_lib_dl_dlopen = yes; then
9528 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
9533 lt_cv_dlopen_self
=yes
9540 echo "$as_me:$LINENO: checking for shl_load" >&5
9541 echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
9542 if test "${ac_cv_func_shl_load+set}" = set; then
9543 echo $ECHO_N "(cached) $ECHO_C" >&6
9545 cat >conftest.
$ac_ext <<_ACEOF
9548 cat confdefs.h
>>conftest.
$ac_ext
9549 cat >>conftest.
$ac_ext <<_ACEOF
9550 /* end confdefs.h. */
9551 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
9552 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9553 #define shl_load innocuous_shl_load
9555 /* System header to define __stub macros and hopefully few prototypes,
9556 which can conflict with char shl_load (); below.
9557 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9558 <limits.h> exists even on freestanding compilers. */
9561 # include <limits.h>
9563 # include <assert.h>
9568 /* Override any gcc2 internal prototype to avoid an error. */
9573 /* We use char because int might match the return type of a gcc2
9574 builtin and then its argument prototype would still apply. */
9576 /* The GNU C library defines this for functions which it implements
9577 to always fail with ENOSYS. Some functions are actually named
9578 something starting with __ and the normal name is an alias. */
9579 #if defined (__stub_shl_load) || defined (__stub___shl_load)
9582 char (*f) () = shl_load;
9591 return f != shl_load;
9596 rm -f conftest.
$ac_objext conftest
$ac_exeext
9597 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9598 (eval $ac_link) 2>conftest.er1
9600 grep -v '^ *+' conftest.er1
>conftest.err
9602 cat conftest.err
>&5
9603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9604 (exit $ac_status); } &&
9605 { ac_try
='test -z "$ac_c_werror_flag"
9606 || test ! -s conftest.err'
9607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9611 (exit $ac_status); }; } &&
9612 { ac_try
='test -s conftest$ac_exeext'
9613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9617 (exit $ac_status); }; }; then
9618 ac_cv_func_shl_load
=yes
9620 echo "$as_me: failed program was:" >&5
9621 sed 's/^/| /' conftest.
$ac_ext >&5
9623 ac_cv_func_shl_load
=no
9625 rm -f conftest.err conftest.
$ac_objext \
9626 conftest
$ac_exeext conftest.
$ac_ext
9628 echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
9629 echo "${ECHO_T}$ac_cv_func_shl_load" >&6
9630 if test $ac_cv_func_shl_load = yes; then
9631 lt_cv_dlopen
="shl_load"
9633 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
9634 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
9635 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
9636 echo $ECHO_N "(cached) $ECHO_C" >&6
9638 ac_check_lib_save_LIBS
=$LIBS
9640 cat >conftest.
$ac_ext <<_ACEOF
9643 cat confdefs.h
>>conftest.
$ac_ext
9644 cat >>conftest.
$ac_ext <<_ACEOF
9645 /* end confdefs.h. */
9647 /* Override any gcc2 internal prototype to avoid an error. */
9651 /* We use char because int might match the return type of a gcc2
9652 builtin and then its argument prototype would still apply. */
9662 rm -f conftest.
$ac_objext conftest
$ac_exeext
9663 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9664 (eval $ac_link) 2>conftest.er1
9666 grep -v '^ *+' conftest.er1
>conftest.err
9668 cat conftest.err
>&5
9669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9670 (exit $ac_status); } &&
9671 { ac_try
='test -z "$ac_c_werror_flag"
9672 || test ! -s conftest.err'
9673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9677 (exit $ac_status); }; } &&
9678 { ac_try
='test -s conftest$ac_exeext'
9679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9683 (exit $ac_status); }; }; then
9684 ac_cv_lib_dld_shl_load
=yes
9686 echo "$as_me: failed program was:" >&5
9687 sed 's/^/| /' conftest.
$ac_ext >&5
9689 ac_cv_lib_dld_shl_load
=no
9691 rm -f conftest.err conftest.
$ac_objext \
9692 conftest
$ac_exeext conftest.
$ac_ext
9693 LIBS
=$ac_check_lib_save_LIBS
9695 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
9696 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
9697 if test $ac_cv_lib_dld_shl_load = yes; then
9698 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-dld"
9700 echo "$as_me:$LINENO: checking for dlopen" >&5
9701 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
9702 if test "${ac_cv_func_dlopen+set}" = set; then
9703 echo $ECHO_N "(cached) $ECHO_C" >&6
9705 cat >conftest.
$ac_ext <<_ACEOF
9708 cat confdefs.h
>>conftest.
$ac_ext
9709 cat >>conftest.
$ac_ext <<_ACEOF
9710 /* end confdefs.h. */
9711 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
9712 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9713 #define dlopen innocuous_dlopen
9715 /* System header to define __stub macros and hopefully few prototypes,
9716 which can conflict with char dlopen (); below.
9717 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9718 <limits.h> exists even on freestanding compilers. */
9721 # include <limits.h>
9723 # include <assert.h>
9728 /* Override any gcc2 internal prototype to avoid an error. */
9733 /* We use char because int might match the return type of a gcc2
9734 builtin and then its argument prototype would still apply. */
9736 /* The GNU C library defines this for functions which it implements
9737 to always fail with ENOSYS. Some functions are actually named
9738 something starting with __ and the normal name is an alias. */
9739 #if defined (__stub_dlopen) || defined (__stub___dlopen)
9742 char (*f) () = dlopen;
9756 rm -f conftest.
$ac_objext conftest
$ac_exeext
9757 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9758 (eval $ac_link) 2>conftest.er1
9760 grep -v '^ *+' conftest.er1
>conftest.err
9762 cat conftest.err
>&5
9763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9764 (exit $ac_status); } &&
9765 { ac_try
='test -z "$ac_c_werror_flag"
9766 || test ! -s conftest.err'
9767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9771 (exit $ac_status); }; } &&
9772 { ac_try
='test -s conftest$ac_exeext'
9773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9777 (exit $ac_status); }; }; then
9778 ac_cv_func_dlopen
=yes
9780 echo "$as_me: failed program was:" >&5
9781 sed 's/^/| /' conftest.
$ac_ext >&5
9783 ac_cv_func_dlopen
=no
9785 rm -f conftest.err conftest.
$ac_objext \
9786 conftest
$ac_exeext conftest.
$ac_ext
9788 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
9789 echo "${ECHO_T}$ac_cv_func_dlopen" >&6
9790 if test $ac_cv_func_dlopen = yes; then
9791 lt_cv_dlopen
="dlopen"
9793 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9794 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
9795 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9796 echo $ECHO_N "(cached) $ECHO_C" >&6
9798 ac_check_lib_save_LIBS
=$LIBS
9800 cat >conftest.
$ac_ext <<_ACEOF
9803 cat confdefs.h
>>conftest.
$ac_ext
9804 cat >>conftest.
$ac_ext <<_ACEOF
9805 /* end confdefs.h. */
9807 /* Override any gcc2 internal prototype to avoid an error. */
9811 /* We use char because int might match the return type of a gcc2
9812 builtin and then its argument prototype would still apply. */
9822 rm -f conftest.
$ac_objext conftest
$ac_exeext
9823 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9824 (eval $ac_link) 2>conftest.er1
9826 grep -v '^ *+' conftest.er1
>conftest.err
9828 cat conftest.err
>&5
9829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9830 (exit $ac_status); } &&
9831 { ac_try
='test -z "$ac_c_werror_flag"
9832 || test ! -s conftest.err'
9833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9837 (exit $ac_status); }; } &&
9838 { ac_try
='test -s conftest$ac_exeext'
9839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9843 (exit $ac_status); }; }; then
9844 ac_cv_lib_dl_dlopen
=yes
9846 echo "$as_me: failed program was:" >&5
9847 sed 's/^/| /' conftest.
$ac_ext >&5
9849 ac_cv_lib_dl_dlopen
=no
9851 rm -f conftest.err conftest.
$ac_objext \
9852 conftest
$ac_exeext conftest.
$ac_ext
9853 LIBS
=$ac_check_lib_save_LIBS
9855 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9856 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9857 if test $ac_cv_lib_dl_dlopen = yes; then
9858 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
9860 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
9861 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
9862 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
9863 echo $ECHO_N "(cached) $ECHO_C" >&6
9865 ac_check_lib_save_LIBS
=$LIBS
9867 cat >conftest.
$ac_ext <<_ACEOF
9870 cat confdefs.h
>>conftest.
$ac_ext
9871 cat >>conftest.
$ac_ext <<_ACEOF
9872 /* end confdefs.h. */
9874 /* Override any gcc2 internal prototype to avoid an error. */
9878 /* We use char because int might match the return type of a gcc2
9879 builtin and then its argument prototype would still apply. */
9889 rm -f conftest.
$ac_objext conftest
$ac_exeext
9890 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9891 (eval $ac_link) 2>conftest.er1
9893 grep -v '^ *+' conftest.er1
>conftest.err
9895 cat conftest.err
>&5
9896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9897 (exit $ac_status); } &&
9898 { ac_try
='test -z "$ac_c_werror_flag"
9899 || test ! -s conftest.err'
9900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9904 (exit $ac_status); }; } &&
9905 { ac_try
='test -s conftest$ac_exeext'
9906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9910 (exit $ac_status); }; }; then
9911 ac_cv_lib_svld_dlopen
=yes
9913 echo "$as_me: failed program was:" >&5
9914 sed 's/^/| /' conftest.
$ac_ext >&5
9916 ac_cv_lib_svld_dlopen
=no
9918 rm -f conftest.err conftest.
$ac_objext \
9919 conftest
$ac_exeext conftest.
$ac_ext
9920 LIBS
=$ac_check_lib_save_LIBS
9922 echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
9923 echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
9924 if test $ac_cv_lib_svld_dlopen = yes; then
9925 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
9927 echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
9928 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
9929 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
9930 echo $ECHO_N "(cached) $ECHO_C" >&6
9932 ac_check_lib_save_LIBS
=$LIBS
9934 cat >conftest.
$ac_ext <<_ACEOF
9937 cat confdefs.h
>>conftest.
$ac_ext
9938 cat >>conftest.
$ac_ext <<_ACEOF
9939 /* end confdefs.h. */
9941 /* Override any gcc2 internal prototype to avoid an error. */
9945 /* We use char because int might match the return type of a gcc2
9946 builtin and then its argument prototype would still apply. */
9956 rm -f conftest.
$ac_objext conftest
$ac_exeext
9957 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9958 (eval $ac_link) 2>conftest.er1
9960 grep -v '^ *+' conftest.er1
>conftest.err
9962 cat conftest.err
>&5
9963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9964 (exit $ac_status); } &&
9965 { ac_try
='test -z "$ac_c_werror_flag"
9966 || test ! -s conftest.err'
9967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9971 (exit $ac_status); }; } &&
9972 { ac_try
='test -s conftest$ac_exeext'
9973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9977 (exit $ac_status); }; }; then
9978 ac_cv_lib_dld_dld_link
=yes
9980 echo "$as_me: failed program was:" >&5
9981 sed 's/^/| /' conftest.
$ac_ext >&5
9983 ac_cv_lib_dld_dld_link
=no
9985 rm -f conftest.err conftest.
$ac_objext \
9986 conftest
$ac_exeext conftest.
$ac_ext
9987 LIBS
=$ac_check_lib_save_LIBS
9989 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
9990 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
9991 if test $ac_cv_lib_dld_dld_link = yes; then
9992 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-dld"
10013 if test "x$lt_cv_dlopen" != xno
; then
10019 case $lt_cv_dlopen in
10021 save_CPPFLAGS
="$CPPFLAGS"
10022 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
10024 save_LDFLAGS
="$LDFLAGS"
10025 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
10028 LIBS
="$lt_cv_dlopen_libs $LIBS"
10030 echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
10031 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
10032 if test "${lt_cv_dlopen_self+set}" = set; then
10033 echo $ECHO_N "(cached) $ECHO_C" >&6
10035 if test "$cross_compiling" = yes; then :
10036 lt_cv_dlopen_self
=cross
10038 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
10039 lt_status
=$lt_dlunknown
10040 cat > conftest.
$ac_ext <<_LT_EOF
10041 #line 10041 "configure"
10042 #include "confdefs.h"
10051 # define LT_DLGLOBAL RTLD_GLOBAL
10054 # define LT_DLGLOBAL DL_GLOBAL
10056 # define LT_DLGLOBAL 0
10060 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10061 find out it does not work in some platform. */
10062 #ifndef LT_DLLAZY_OR_NOW
10064 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10067 # define LT_DLLAZY_OR_NOW DL_LAZY
10070 # define LT_DLLAZY_OR_NOW RTLD_NOW
10073 # define LT_DLLAZY_OR_NOW DL_NOW
10075 # define LT_DLLAZY_OR_NOW 0
10083 extern "C" void exit (int);
10086 void fnord() { int i=42;}
10089 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10090 int status = $lt_dlunknown;
10094 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10095 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10096 /* dlclose (self); */
10104 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10105 (eval $ac_link) 2>&5
10107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10108 (exit $ac_status); } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
10109 (.
/conftest
; exit; ) >&5 2>/dev
/null
10111 case x
$lt_status in
10112 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
10113 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
10114 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
10117 # compilation failed
10118 lt_cv_dlopen_self
=no
10125 echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
10126 echo "${ECHO_T}$lt_cv_dlopen_self" >&6
10128 if test "x$lt_cv_dlopen_self" = xyes
; then
10129 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
10130 echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
10131 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
10132 if test "${lt_cv_dlopen_self_static+set}" = set; then
10133 echo $ECHO_N "(cached) $ECHO_C" >&6
10135 if test "$cross_compiling" = yes; then :
10136 lt_cv_dlopen_self_static
=cross
10138 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
10139 lt_status
=$lt_dlunknown
10140 cat > conftest.
$ac_ext <<_LT_EOF
10141 #line 10141 "configure"
10142 #include "confdefs.h"
10151 # define LT_DLGLOBAL RTLD_GLOBAL
10154 # define LT_DLGLOBAL DL_GLOBAL
10156 # define LT_DLGLOBAL 0
10160 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10161 find out it does not work in some platform. */
10162 #ifndef LT_DLLAZY_OR_NOW
10164 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10167 # define LT_DLLAZY_OR_NOW DL_LAZY
10170 # define LT_DLLAZY_OR_NOW RTLD_NOW
10173 # define LT_DLLAZY_OR_NOW DL_NOW
10175 # define LT_DLLAZY_OR_NOW 0
10183 extern "C" void exit (int);
10186 void fnord() { int i=42;}
10189 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10190 int status = $lt_dlunknown;
10194 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10195 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10196 /* dlclose (self); */
10204 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10205 (eval $ac_link) 2>&5
10207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10208 (exit $ac_status); } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
10209 (.
/conftest
; exit; ) >&5 2>/dev
/null
10211 case x
$lt_status in
10212 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
10213 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
10214 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
10217 # compilation failed
10218 lt_cv_dlopen_self_static
=no
10225 echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
10226 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
10229 CPPFLAGS
="$save_CPPFLAGS"
10230 LDFLAGS
="$save_LDFLAGS"
10235 case $lt_cv_dlopen_self in
10236 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
10237 *) enable_dlopen_self
=unknown
;;
10240 case $lt_cv_dlopen_self_static in
10241 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
10242 *) enable_dlopen_self_static
=unknown
;;
10264 echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
10265 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
10266 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
10267 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
10268 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
10269 echo "$as_me:$LINENO: result: yes" >&5
10270 echo "${ECHO_T}yes" >&6
10272 # FIXME - insert some real tests, host_os isn't really good enough
10275 if test -n "$STRIP" ; then
10276 striplib
="$STRIP -x"
10277 old_striplib
="$STRIP -S"
10278 echo "$as_me:$LINENO: result: yes" >&5
10279 echo "${ECHO_T}yes" >&6
10281 echo "$as_me:$LINENO: result: no" >&5
10282 echo "${ECHO_T}no" >&6
10286 echo "$as_me:$LINENO: result: no" >&5
10287 echo "${ECHO_T}no" >&6
10303 # Report which library types will actually be built
10304 echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
10305 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
10306 echo "$as_me:$LINENO: result: $can_build_shared" >&5
10307 echo "${ECHO_T}$can_build_shared" >&6
10309 echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
10310 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
10311 test "$can_build_shared" = "no" && enable_shared
=no
10313 # On AIX, shared libraries and static libraries use the same namespace, and
10314 # are all built from PIC.
10317 test "$enable_shared" = yes && enable_static
=no
10318 if test -n "$RANLIB"; then
10319 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
10320 postinstall_cmds
='$RANLIB $lib'
10325 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
10326 test "$enable_shared" = yes && enable_static
=no
10330 echo "$as_me:$LINENO: result: $enable_shared" >&5
10331 echo "${ECHO_T}$enable_shared" >&6
10333 echo "$as_me:$LINENO: checking whether to build static libraries" >&5
10334 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
10335 # Make sure either enable_shared or enable_static is yes.
10336 test "$enable_shared" = yes || enable_static
=yes
10337 echo "$as_me:$LINENO: result: $enable_static" >&5
10338 echo "${ECHO_T}$enable_static" >&6
10345 ac_cpp
='$CPP $CPPFLAGS'
10346 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10347 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10348 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10364 ac_config_commands
="$ac_config_commands libtool"
10369 # Only expand once:
10374 for ac_func
in setmode
10376 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10377 echo "$as_me:$LINENO: checking for $ac_func" >&5
10378 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10379 if eval "test \"\${$as_ac_var+set}\" = set"; then
10380 echo $ECHO_N "(cached) $ECHO_C" >&6
10382 cat >conftest.
$ac_ext <<_ACEOF
10385 cat confdefs.h
>>conftest.
$ac_ext
10386 cat >>conftest.
$ac_ext <<_ACEOF
10387 /* end confdefs.h. */
10388 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10389 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10390 #define $ac_func innocuous_$ac_func
10392 /* System header to define __stub macros and hopefully few prototypes,
10393 which can conflict with char $ac_func (); below.
10394 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10395 <limits.h> exists even on freestanding compilers. */
10398 # include <limits.h>
10400 # include <assert.h>
10405 /* Override any gcc2 internal prototype to avoid an error. */
10410 /* We use char because int might match the return type of a gcc2
10411 builtin and then its argument prototype would still apply. */
10413 /* The GNU C library defines this for functions which it implements
10414 to always fail with ENOSYS. Some functions are actually named
10415 something starting with __ and the normal name is an alias. */
10416 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10419 char (*f) () = $ac_func;
10428 return f != $ac_func;
10433 rm -f conftest.
$ac_objext conftest
$ac_exeext
10434 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10435 (eval $ac_link) 2>conftest.er1
10437 grep -v '^ *+' conftest.er1
>conftest.err
10439 cat conftest.err
>&5
10440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10441 (exit $ac_status); } &&
10442 { ac_try
='test -z "$ac_c_werror_flag"
10443 || test ! -s conftest.err'
10444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10445 (eval $ac_try) 2>&5
10447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10448 (exit $ac_status); }; } &&
10449 { ac_try
='test -s conftest$ac_exeext'
10450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10451 (eval $ac_try) 2>&5
10453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10454 (exit $ac_status); }; }; then
10455 eval "$as_ac_var=yes"
10457 echo "$as_me: failed program was:" >&5
10458 sed 's/^/| /' conftest.
$ac_ext >&5
10460 eval "$as_ac_var=no"
10462 rm -f conftest.err conftest.
$ac_objext \
10463 conftest
$ac_exeext conftest.
$ac_ext
10465 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10466 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10467 if test `eval echo '${'$as_ac_var'}'` = yes; then
10468 cat >>confdefs.h
<<_ACEOF
10469 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10476 ALL_LINGUAS
="fr tr sv es id da pt_BR de vi rw ga ms fi"
10477 # If we haven't got the data from the intl directory,
10478 # assume NLS is disabled.
10487 if test -f ..
/intl
/config.intl
; then
10488 . ..
/intl
/config.intl
10490 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
10491 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
10492 if test x
"$USE_NLS" != xyes
; then
10493 echo "$as_me:$LINENO: result: no" >&5
10494 echo "${ECHO_T}no" >&6
10496 echo "$as_me:$LINENO: result: yes" >&5
10497 echo "${ECHO_T}yes" >&6
10499 cat >>confdefs.h
<<\_ACEOF
10500 #define ENABLE_NLS 1
10504 echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
10505 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
10506 # Look for .po and .gmo files in the source directory.
10509 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
10510 # If there aren't any .gmo files the shell will give us the
10511 # literal string "../path/to/srcdir/po/*.gmo" which has to be
10513 case "$cat" in *\
**)
10516 # The quadruple backslash is collapsed to a double backslash
10517 # by the backticks, then collapsed again by the double quotes,
10518 # leaving us with one backslash in the sed expression (right
10519 # before the dot that mustn't act as a wildcard).
10520 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
10521 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
10522 # The user is allowed to set LINGUAS to a list of languages to
10523 # install catalogs for. If it's empty that means "all of them."
10524 if test "x$LINGUAS" = x
; then
10525 CATALOGS
="$CATALOGS $cat"
10526 XLINGUAS
="$XLINGUAS $lang"
10528 case "$LINGUAS" in *$lang*)
10529 CATALOGS
="$CATALOGS $cat"
10530 XLINGUAS
="$XLINGUAS $lang"
10535 LINGUAS
="$XLINGUAS"
10536 echo "$as_me:$LINENO: result: $LINGUAS" >&5
10537 echo "${ECHO_T}$LINGUAS" >&6
10551 if test -n "$ac_aux_dir"; then
10552 case "$ac_aux_dir" in
10553 /*) MKINSTALLDIRS
="$ac_aux_dir/mkinstalldirs" ;;
10554 *) MKINSTALLDIRS
="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
10557 if test -z "$MKINSTALLDIRS"; then
10558 MKINSTALLDIRS
="\$(top_srcdir)/mkinstalldirs"
10563 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
10564 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
10565 # Check whether --enable-nls or --disable-nls was given.
10566 if test "${enable_nls+set}" = set; then
10567 enableval
="$enable_nls"
10572 echo "$as_me:$LINENO: result: $USE_NLS" >&5
10573 echo "${ECHO_T}$USE_NLS" >&6
10580 # Prepare PATH_SEPARATOR.
10581 # The user is always right.
10582 if test "${PATH_SEPARATOR+set}" != set; then
10583 echo "#! /bin/sh" >conf$$.sh
10584 echo "exit 0" >>conf$$.sh
10586 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
10594 # Find out how to test for executable files. Don't use a zero-byte file,
10595 # as systems may use methods other than mode bits to determine executability.
10596 cat >conf$$.
file <<_ASEOF
10600 chmod +x conf$$.
file
10601 if test -x conf$$.
file >/dev
/null
2>&1; then
10602 ac_executable_p
="test -x"
10604 ac_executable_p
="test -f"
10608 # Extract the first word of "msgfmt", so it can be a program name with args.
10609 set dummy msgfmt
; ac_word
=$2
10610 echo "$as_me:$LINENO: checking for $ac_word" >&5
10611 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10612 if test "${ac_cv_path_MSGFMT+set}" = set; then
10613 echo $ECHO_N "(cached) $ECHO_C" >&6
10617 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
10620 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
10621 for ac_dir
in $PATH; do
10623 test -z "$ac_dir" && ac_dir
=.
10624 for ac_exec_ext
in '' $ac_executable_extensions; do
10625 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
10626 if $ac_dir/$ac_word --statistics /dev
/null
>/dev
/null
2>&1 &&
10627 (if $ac_dir/$ac_word --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
10628 ac_cv_path_MSGFMT
="$ac_dir/$ac_word$ac_exec_ext"
10635 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
=":"
10639 MSGFMT
="$ac_cv_path_MSGFMT"
10640 if test "$MSGFMT" != ":"; then
10641 echo "$as_me:$LINENO: result: $MSGFMT" >&5
10642 echo "${ECHO_T}$MSGFMT" >&6
10644 echo "$as_me:$LINENO: result: no" >&5
10645 echo "${ECHO_T}no" >&6
10648 # Extract the first word of "gmsgfmt", so it can be a program name with args.
10649 set dummy gmsgfmt
; ac_word
=$2
10650 echo "$as_me:$LINENO: checking for $ac_word" >&5
10651 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10652 if test "${ac_cv_path_GMSGFMT+set}" = set; then
10653 echo $ECHO_N "(cached) $ECHO_C" >&6
10657 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
10660 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10661 for as_dir
in $PATH
10664 test -z "$as_dir" && as_dir
=.
10665 for ac_exec_ext
in '' $ac_executable_extensions; do
10666 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10667 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
10668 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10674 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
10678 GMSGFMT
=$ac_cv_path_GMSGFMT
10680 if test -n "$GMSGFMT"; then
10681 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
10682 echo "${ECHO_T}$GMSGFMT" >&6
10684 echo "$as_me:$LINENO: result: no" >&5
10685 echo "${ECHO_T}no" >&6
10690 # Prepare PATH_SEPARATOR.
10691 # The user is always right.
10692 if test "${PATH_SEPARATOR+set}" != set; then
10693 echo "#! /bin/sh" >conf$$.sh
10694 echo "exit 0" >>conf$$.sh
10696 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
10704 # Find out how to test for executable files. Don't use a zero-byte file,
10705 # as systems may use methods other than mode bits to determine executability.
10706 cat >conf$$.
file <<_ASEOF
10710 chmod +x conf$$.
file
10711 if test -x conf$$.
file >/dev
/null
2>&1; then
10712 ac_executable_p
="test -x"
10714 ac_executable_p
="test -f"
10718 # Extract the first word of "xgettext", so it can be a program name with args.
10719 set dummy xgettext
; ac_word
=$2
10720 echo "$as_me:$LINENO: checking for $ac_word" >&5
10721 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10722 if test "${ac_cv_path_XGETTEXT+set}" = set; then
10723 echo $ECHO_N "(cached) $ECHO_C" >&6
10725 case "$XGETTEXT" in
10727 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
10730 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
10731 for ac_dir
in $PATH; do
10733 test -z "$ac_dir" && ac_dir
=.
10734 for ac_exec_ext
in '' $ac_executable_extensions; do
10735 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
10736 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
10737 (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
10738 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word$ac_exec_ext"
10745 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
10749 XGETTEXT
="$ac_cv_path_XGETTEXT"
10750 if test "$XGETTEXT" != ":"; then
10751 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
10752 echo "${ECHO_T}$XGETTEXT" >&6
10754 echo "$as_me:$LINENO: result: no" >&5
10755 echo "${ECHO_T}no" >&6
10761 # Prepare PATH_SEPARATOR.
10762 # The user is always right.
10763 if test "${PATH_SEPARATOR+set}" != set; then
10764 echo "#! /bin/sh" >conf$$.sh
10765 echo "exit 0" >>conf$$.sh
10767 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
10775 # Find out how to test for executable files. Don't use a zero-byte file,
10776 # as systems may use methods other than mode bits to determine executability.
10777 cat >conf$$.
file <<_ASEOF
10781 chmod +x conf$$.
file
10782 if test -x conf$$.
file >/dev
/null
2>&1; then
10783 ac_executable_p
="test -x"
10785 ac_executable_p
="test -f"
10789 # Extract the first word of "msgmerge", so it can be a program name with args.
10790 set dummy msgmerge
; ac_word
=$2
10791 echo "$as_me:$LINENO: checking for $ac_word" >&5
10792 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10793 if test "${ac_cv_path_MSGMERGE+set}" = set; then
10794 echo $ECHO_N "(cached) $ECHO_C" >&6
10796 case "$MSGMERGE" in
10798 ac_cv_path_MSGMERGE
="$MSGMERGE" # Let the user override the test with a path.
10801 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
10802 for ac_dir
in $PATH; do
10804 test -z "$ac_dir" && ac_dir
=.
10805 for ac_exec_ext
in '' $ac_executable_extensions; do
10806 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
10807 if $ac_dir/$ac_word --update -q /dev
/null
/dev
/null
>/dev
/null
2>&1; then
10808 ac_cv_path_MSGMERGE
="$ac_dir/$ac_word$ac_exec_ext"
10815 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE
=":"
10819 MSGMERGE
="$ac_cv_path_MSGMERGE"
10820 if test "$MSGMERGE" != ":"; then
10821 echo "$as_me:$LINENO: result: $MSGMERGE" >&5
10822 echo "${ECHO_T}$MSGMERGE" >&6
10824 echo "$as_me:$LINENO: result: no" >&5
10825 echo "${ECHO_T}no" >&6
10829 if test "$GMSGFMT" != ":"; then
10830 if $GMSGFMT --statistics /dev
/null
>/dev
/null
2>&1 &&
10831 (if $GMSGFMT --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
10834 GMSGFMT
=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
10835 echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
10836 echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
10841 if test "$XGETTEXT" != ":"; then
10842 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
10843 (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
10846 echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
10847 echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
10853 ac_config_commands
="$ac_config_commands default-1"
10857 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
10858 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
10859 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
10860 if test "${enable_maintainer_mode+set}" = set; then
10861 enableval
="$enable_maintainer_mode"
10862 USE_MAINTAINER_MODE
=$enableval
10864 USE_MAINTAINER_MODE
=no
10866 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
10867 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
10870 if test $USE_MAINTAINER_MODE = yes; then
10871 MAINTAINER_MODE_TRUE
=
10872 MAINTAINER_MODE_FALSE
='#'
10874 MAINTAINER_MODE_TRUE
='#'
10875 MAINTAINER_MODE_FALSE
=
10878 MAINT
=$MAINTAINER_MODE_TRUE
10884 GENINSRC_NEVER_TRUE
=
10885 GENINSRC_NEVER_FALSE
='#'
10887 GENINSRC_NEVER_TRUE
='#'
10888 GENINSRC_NEVER_FALSE
=
10894 for ac_header
in sys
/gmon_out.h
10896 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10897 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10898 echo "$as_me:$LINENO: checking for $ac_header" >&5
10899 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10900 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10901 echo $ECHO_N "(cached) $ECHO_C" >&6
10903 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10904 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10906 # Is the header compilable?
10907 echo "$as_me:$LINENO: checking $ac_header usability" >&5
10908 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10909 cat >conftest.
$ac_ext <<_ACEOF
10912 cat confdefs.h
>>conftest.
$ac_ext
10913 cat >>conftest.
$ac_ext <<_ACEOF
10914 /* end confdefs.h. */
10915 $ac_includes_default
10916 #include <$ac_header>
10918 rm -f conftest.
$ac_objext
10919 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10920 (eval $ac_compile) 2>conftest.er1
10922 grep -v '^ *+' conftest.er1
>conftest.err
10924 cat conftest.err
>&5
10925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10926 (exit $ac_status); } &&
10927 { ac_try
='test -z "$ac_c_werror_flag"
10928 || test ! -s conftest.err'
10929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10930 (eval $ac_try) 2>&5
10932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10933 (exit $ac_status); }; } &&
10934 { ac_try
='test -s conftest.$ac_objext'
10935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10936 (eval $ac_try) 2>&5
10938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10939 (exit $ac_status); }; }; then
10940 ac_header_compiler
=yes
10942 echo "$as_me: failed program was:" >&5
10943 sed 's/^/| /' conftest.
$ac_ext >&5
10945 ac_header_compiler
=no
10947 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10948 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10949 echo "${ECHO_T}$ac_header_compiler" >&6
10951 # Is the header present?
10952 echo "$as_me:$LINENO: checking $ac_header presence" >&5
10953 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10954 cat >conftest.
$ac_ext <<_ACEOF
10957 cat confdefs.h
>>conftest.
$ac_ext
10958 cat >>conftest.
$ac_ext <<_ACEOF
10959 /* end confdefs.h. */
10960 #include <$ac_header>
10962 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10963 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10965 grep -v '^ *+' conftest.er1
>conftest.err
10967 cat conftest.err
>&5
10968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10969 (exit $ac_status); } >/dev
/null
; then
10970 if test -s conftest.err
; then
10971 ac_cpp_err
=$ac_c_preproc_warn_flag
10972 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
10979 if test -z "$ac_cpp_err"; then
10980 ac_header_preproc
=yes
10982 echo "$as_me: failed program was:" >&5
10983 sed 's/^/| /' conftest.
$ac_ext >&5
10985 ac_header_preproc
=no
10987 rm -f conftest.err conftest.
$ac_ext
10988 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10989 echo "${ECHO_T}$ac_header_preproc" >&6
10991 # So? What about this header?
10992 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10994 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10995 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10996 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10997 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10998 ac_header_preproc
=yes
11001 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11002 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11003 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11004 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11005 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11006 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11007 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11008 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11009 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11010 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11011 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11012 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11015 ## ------------------------------------------ ##
11016 ## Report this to the AC_PACKAGE_NAME lists. ##
11017 ## ------------------------------------------ ##
11020 sed "s/^/$as_me: WARNING: /" >&2
11023 echo "$as_me:$LINENO: checking for $ac_header" >&5
11024 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11025 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11026 echo $ECHO_N "(cached) $ECHO_C" >&6
11028 eval "$as_ac_Header=\$ac_header_preproc"
11030 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11031 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11034 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11035 cat >>confdefs.h
<<_ACEOF
11036 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11044 echo "$as_me:$LINENO: checking for a known getopt prototype in unistd.h" >&5
11045 echo $ECHO_N "checking for a known getopt prototype in unistd.h... $ECHO_C" >&6
11046 if test "${gprof_cv_decl_getopt_unistd_h+set}" = set; then
11047 echo $ECHO_N "(cached) $ECHO_C" >&6
11049 cat >conftest.
$ac_ext <<_ACEOF
11052 cat confdefs.h
>>conftest.
$ac_ext
11053 cat >>conftest.
$ac_ext <<_ACEOF
11054 /* end confdefs.h. */
11055 #include <unistd.h>
11059 extern int getopt (int, char *const*, const char *);
11064 rm -f conftest.
$ac_objext
11065 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11066 (eval $ac_compile) 2>conftest.er1
11068 grep -v '^ *+' conftest.er1
>conftest.err
11070 cat conftest.err
>&5
11071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11072 (exit $ac_status); } &&
11073 { ac_try
='test -z "$ac_c_werror_flag"
11074 || test ! -s conftest.err'
11075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11076 (eval $ac_try) 2>&5
11078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11079 (exit $ac_status); }; } &&
11080 { ac_try
='test -s conftest.$ac_objext'
11081 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11082 (eval $ac_try) 2>&5
11084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11085 (exit $ac_status); }; }; then
11086 gprof_cv_decl_getopt_unistd_h
=yes
11088 echo "$as_me: failed program was:" >&5
11089 sed 's/^/| /' conftest.
$ac_ext >&5
11091 gprof_cv_decl_getopt_unistd_h
=no
11093 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11096 echo "$as_me:$LINENO: result: $gprof_cv_decl_getopt_unistd_h" >&5
11097 echo "${ECHO_T}$gprof_cv_decl_getopt_unistd_h" >&6
11098 if test $gprof_cv_decl_getopt_unistd_h = yes; then
11100 cat >>confdefs.h
<<\_ACEOF
11101 #define HAVE_DECL_GETOPT 1
11106 # Some systems have fabs only in -lm, not in -lc.
11107 echo "$as_me:$LINENO: checking for library containing fabs" >&5
11108 echo $ECHO_N "checking for library containing fabs... $ECHO_C" >&6
11109 if test "${ac_cv_search_fabs+set}" = set; then
11110 echo $ECHO_N "(cached) $ECHO_C" >&6
11112 ac_func_search_save_LIBS
=$LIBS
11113 ac_cv_search_fabs
=no
11114 cat >conftest.
$ac_ext <<_ACEOF
11117 cat confdefs.h
>>conftest.
$ac_ext
11118 cat >>conftest.
$ac_ext <<_ACEOF
11119 /* end confdefs.h. */
11121 /* Override any gcc2 internal prototype to avoid an error. */
11125 /* We use char because int might match the return type of a gcc2
11126 builtin and then its argument prototype would still apply. */
11136 rm -f conftest.
$ac_objext conftest
$ac_exeext
11137 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11138 (eval $ac_link) 2>conftest.er1
11140 grep -v '^ *+' conftest.er1
>conftest.err
11142 cat conftest.err
>&5
11143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11144 (exit $ac_status); } &&
11145 { ac_try
='test -z "$ac_c_werror_flag"
11146 || test ! -s conftest.err'
11147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11148 (eval $ac_try) 2>&5
11150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11151 (exit $ac_status); }; } &&
11152 { ac_try
='test -s conftest$ac_exeext'
11153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11154 (eval $ac_try) 2>&5
11156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11157 (exit $ac_status); }; }; then
11158 ac_cv_search_fabs
="none required"
11160 echo "$as_me: failed program was:" >&5
11161 sed 's/^/| /' conftest.
$ac_ext >&5
11164 rm -f conftest.err conftest.
$ac_objext \
11165 conftest
$ac_exeext conftest.
$ac_ext
11166 if test "$ac_cv_search_fabs" = no
; then
11167 for ac_lib
in m
; do
11168 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
11169 cat >conftest.
$ac_ext <<_ACEOF
11172 cat confdefs.h
>>conftest.
$ac_ext
11173 cat >>conftest.
$ac_ext <<_ACEOF
11174 /* end confdefs.h. */
11176 /* Override any gcc2 internal prototype to avoid an error. */
11180 /* We use char because int might match the return type of a gcc2
11181 builtin and then its argument prototype would still apply. */
11191 rm -f conftest.
$ac_objext conftest
$ac_exeext
11192 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11193 (eval $ac_link) 2>conftest.er1
11195 grep -v '^ *+' conftest.er1
>conftest.err
11197 cat conftest.err
>&5
11198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11199 (exit $ac_status); } &&
11200 { ac_try
='test -z "$ac_c_werror_flag"
11201 || test ! -s conftest.err'
11202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11203 (eval $ac_try) 2>&5
11205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11206 (exit $ac_status); }; } &&
11207 { ac_try
='test -s conftest$ac_exeext'
11208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11209 (eval $ac_try) 2>&5
11211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11212 (exit $ac_status); }; }; then
11213 ac_cv_search_fabs
="-l$ac_lib"
11216 echo "$as_me: failed program was:" >&5
11217 sed 's/^/| /' conftest.
$ac_ext >&5
11220 rm -f conftest.err conftest.
$ac_objext \
11221 conftest
$ac_exeext conftest.
$ac_ext
11224 LIBS
=$ac_func_search_save_LIBS
11226 echo "$as_me:$LINENO: result: $ac_cv_search_fabs" >&5
11227 echo "${ECHO_T}$ac_cv_search_fabs" >&6
11228 if test "$ac_cv_search_fabs" != no
; then
11229 test "$ac_cv_search_fabs" = "none required" || LIBS
="$ac_cv_search_fabs $LIBS"
11235 GCC_WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11237 # Check whether --enable-werror or --disable-werror was given.
11238 if test "${enable_werror+set}" = set; then
11239 enableval
="$enable_werror"
11240 case "${enableval}" in
11241 yes | y
) ERROR_ON_WARNING
="yes" ;;
11242 no | n
) ERROR_ON_WARNING
="no" ;;
11243 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-werror" >&5
11244 echo "$as_me: error: bad value ${enableval} for --enable-werror" >&2;}
11245 { (exit 1); exit 1; }; } ;;
11249 # Enable -Wno-format by default when using gcc on mingw
11252 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11253 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wno-format"
11259 # Enable -Werror by default when using gcc
11260 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11261 ERROR_ON_WARNING
=yes
11265 if test "${ERROR_ON_WARNING}" = yes ; then
11266 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Werror"
11267 NO_WERROR
="-Wno-error"
11270 if test "${GCC}" = yes ; then
11271 WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
11274 # Check whether --enable-build-warnings or --disable-build-warnings was given.
11275 if test "${enable_build_warnings+set}" = set; then
11276 enableval
="$enable_build_warnings"
11277 case "${enableval}" in
11278 yes) WARN_CFLAGS
="${GCC_WARN_CFLAGS}";;
11279 no
) if test "${GCC}" = yes ; then
11282 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
11283 WARN_CFLAGS
="${GCC_WARN_CFLAGS} ${t}";;
11284 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
11285 WARN_CFLAGS
="${t} ${GCC_WARN_CFLAGS}";;
11286 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11290 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
11291 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11302 ac_config_files
="$ac_config_files Makefile po/Makefile.in:po/Make-in"
11304 cat >confcache
<<\_ACEOF
11305 # This file is a shell script that caches the results of configure
11306 # tests run on this system so they can be shared between configure
11307 # scripts and configure runs, see configure's option --config-cache.
11308 # It is not useful on other systems. If it contains results you don't
11309 # want to keep, you may remove or edit it.
11311 # config.status only pays attention to the cache file if you give it
11312 # the --recheck option to rerun configure.
11314 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11315 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11316 # following values.
11320 # The following way of writing the cache mishandles newlines in values,
11321 # but we know of no workaround that is simple, portable, and efficient.
11322 # So, don't put newlines in cache variables' values.
11323 # Ultrix sh set writes to stderr and can't be redirected directly,
11324 # and sets the high bit in the cache file unless we assign to the vars.
11327 case `(ac_space=' '; set | grep ac_space) 2>&1` in
11329 # `set' does not quote correctly, so add quotes (double-quote
11330 # substitution turns \\\\ into \\, and sed turns \\ into \).
11333 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11336 # `set' quotes correctly as required by POSIX, so do not add quotes.
11338 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
11345 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11347 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11349 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
11350 if test -w $cache_file; then
11351 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
11352 cat confcache
>$cache_file
11354 echo "not updating unwritable cache $cache_file"
11359 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
11360 # Let make expand exec_prefix.
11361 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
11363 # VPATH may cause trouble with some makes, so we remove $(srcdir),
11364 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
11365 # trailing colons and then remove the whole line if VPATH becomes empty
11366 # (actually we leave an empty line to preserve line numbers).
11367 if test "x$srcdir" = x.
; then
11368 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
11369 s/:*\$(srcdir):*/:/;
11370 s/:*\${srcdir}:*/:/;
11372 s/^\([^=]*=[ ]*\):*/\1/;
11378 DEFS
=-DHAVE_CONFIG_H
11382 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
11383 # 1. Remove the extension, and $U if already installed.
11384 ac_i
=`echo "$ac_i" |
11385 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
11387 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
11388 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
11390 LIBOBJS
=$ac_libobjs
11392 LTLIBOBJS
=$ac_ltlibobjs
11395 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11396 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
11397 Usually this means the macro was only invoked conditionally." >&5
11398 echo "$as_me: error: conditional \"AMDEP\" was never defined.
11399 Usually this means the macro was only invoked conditionally." >&2;}
11400 { (exit 1); exit 1; }; }
11402 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11403 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
11404 Usually this means the macro was only invoked conditionally." >&5
11405 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
11406 Usually this means the macro was only invoked conditionally." >&2;}
11407 { (exit 1); exit 1; }; }
11409 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11410 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
11411 Usually this means the macro was only invoked conditionally." >&5
11412 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
11413 Usually this means the macro was only invoked conditionally." >&2;}
11414 { (exit 1); exit 1; }; }
11416 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
11417 { { echo "$as_me:$LINENO: error: conditional \"GENINSRC_NEVER\" was never defined.
11418 Usually this means the macro was only invoked conditionally." >&5
11419 echo "$as_me: error: conditional \"GENINSRC_NEVER\" was never defined.
11420 Usually this means the macro was only invoked conditionally." >&2;}
11421 { (exit 1); exit 1; }; }
11424 : ${CONFIG_STATUS=./config.status}
11425 ac_clean_files_save
=$ac_clean_files
11426 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
11427 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
11428 echo "$as_me: creating $CONFIG_STATUS" >&6;}
11429 cat >$CONFIG_STATUS <<_ACEOF
11431 # Generated by $as_me.
11432 # Run this file to recreate the current configuration.
11433 # Compiler output produced by configure, useful for debugging
11434 # configure, is in config.log if it exists.
11437 ac_cs_recheck=false
11439 SHELL=\${CONFIG_SHELL-$SHELL}
11442 cat >>$CONFIG_STATUS <<\_ACEOF
11443 ## --------------------- ##
11444 ## M4sh Initialization. ##
11445 ## --------------------- ##
11447 # Be Bourne compatible
11448 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
11451 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
11452 # is contrary to our usage. Disable this feature.
11453 alias -g '${1+"$@"}'='"$@"'
11454 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
11457 DUALCASE
=1; export DUALCASE
# for MKS sh
11459 # Support unset when possible.
11460 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
11467 # Work around bugs in pre-3.0 UWIN ksh.
11468 $as_unset ENV MAIL MAILPATH
11475 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
11476 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
11477 LC_TELEPHONE LC_TIME
11479 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
11480 eval $as_var=C
; export $as_var
11486 # Required to use basename.
11487 if expr a
: '\(a\)' >/dev
/null
2>&1; then
11493 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
11494 as_basename
=basename
11500 # Name of the executable.
11501 as_me
=`$as_basename "$0" ||
11502 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11503 X"$0" : 'X\(//\)$' \| \
11504 X"$0" : 'X\(/\)$' \| \
11505 . : '\(.\)' 2>/dev/null ||
11507 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
11508 /^X\/\(\/\/\)$/{ s//\1/; q; }
11509 /^X\/\(\/\).*/{ s//\1/; q; }
11513 # PATH needs CR, and LINENO needs CR and PATH.
11514 # Avoid depending upon Character Ranges.
11515 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
11516 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11517 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
11518 as_cr_digits
='0123456789'
11519 as_cr_alnum
=$as_cr_Letters$as_cr_digits
11521 # The user is always right.
11522 if test "${PATH_SEPARATOR+set}" != set; then
11523 echo "#! /bin/sh" >conf$$.sh
11524 echo "exit 0" >>conf$$.sh
11526 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
11535 as_lineno_1
=$LINENO
11536 as_lineno_2
=$LINENO
11537 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
11538 test "x$as_lineno_1" != "x$as_lineno_2" &&
11539 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
11540 # Find who we are. Look in the path if we contain no path at all
11543 *[\\/]* ) as_myself
=$0 ;;
11544 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11545 for as_dir
in $PATH
11548 test -z "$as_dir" && as_dir
=.
11549 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
11554 # We did not find ourselves, most probably we were run as `sh COMMAND'
11555 # in which case we are not to be found in the path.
11556 if test "x$as_myself" = x
; then
11559 if test ! -f "$as_myself"; then
11560 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
11561 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
11562 { (exit 1); exit 1; }; }
11564 case $CONFIG_SHELL in
11566 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11567 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
11570 test -z "$as_dir" && as_dir
=.
11571 for as_base
in sh bash ksh sh5
; do
11574 if ("$as_dir/$as_base" -c '
11575 as_lineno_1=$LINENO
11576 as_lineno_2=$LINENO
11577 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
11578 test "x$as_lineno_1" != "x$as_lineno_2" &&
11579 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
11580 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
11581 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
11582 CONFIG_SHELL
=$as_dir/$as_base
11583 export CONFIG_SHELL
11584 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
11592 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
11593 # uniformly replaced by the line number. The first 'sed' inserts a
11594 # line-number line before each line; the second 'sed' does the real
11595 # work. The second script uses 'N' to pair each line-number line
11596 # with the numbered line, and appends trailing '-' during
11597 # substitution so that $LINENO is not a special case at line end.
11598 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
11599 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
11600 sed '=' <$as_myself |
11605 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
11608 s,^['$as_cr_digits']*\n,,
11609 ' >$as_me.lineno
&&
11610 chmod +x
$as_me.lineno ||
11611 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
11612 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
11613 { (exit 1); exit 1; }; }
11615 # Don't try to exec as it changes $[0], causing all sort of problems
11616 # (the dirname of $[0] is not the place where we might find the
11617 # original and so on. Autoconf is especially sensible to this).
11619 # Exit status is that of the last command.
11624 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
11625 *c
*,-n*) ECHO_N
= ECHO_C
='
11627 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
11628 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
11631 if expr a
: '\(a\)' >/dev
/null
2>&1; then
11637 rm -f conf$$ conf$$.exe conf$$.
file
11639 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
11640 # We could just check for DJGPP; but this test a) works b) is more generic
11641 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
11642 if test -f conf$$.exe
; then
11643 # Don't use ln at all; we don't have any links
11648 elif ln conf$$.
file conf$$
2>/dev
/null
; then
11653 rm -f conf$$ conf$$.exe conf$$.
file
11655 if mkdir
-p .
2>/dev
/null
; then
11658 test -d .
/-p && rmdir .
/-p
11662 as_executable_p
="test -f"
11664 # Sed expression to map a string onto a valid CPP name.
11665 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11667 # Sed expression to map a string onto a valid variable name.
11668 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11672 # We need space, tab and new line, in precisely that order.
11682 # Open the log real soon, to keep \$[0] and so on meaningful, and to
11683 # report actual input values of CONFIG_FILES etc. instead of their
11684 # values after options handling. Logging --version etc. is OK.
11688 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11689 ## Running $as_me. ##
11694 This file was extended by $as_me, which was
11695 generated by GNU Autoconf 2.59. Invocation command line was
11697 CONFIG_FILES = $CONFIG_FILES
11698 CONFIG_HEADERS = $CONFIG_HEADERS
11699 CONFIG_LINKS = $CONFIG_LINKS
11700 CONFIG_COMMANDS = $CONFIG_COMMANDS
11704 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
11708 # Files that config.status was made for.
11709 if test -n "$ac_config_files"; then
11710 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
11713 if test -n "$ac_config_headers"; then
11714 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
11717 if test -n "$ac_config_links"; then
11718 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
11721 if test -n "$ac_config_commands"; then
11722 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
11725 cat >>$CONFIG_STATUS <<\_ACEOF
11728 \`$as_me' instantiates files from templates according to the
11729 current configuration.
11731 Usage: $0 [OPTIONS] [FILE]...
11733 -h, --help print this help, then exit
11734 -V, --version print version number, then exit
11735 -q, --quiet do not print progress messages
11736 -d, --debug don't remove temporary files
11737 --recheck update $as_me by reconfiguring in the same conditions
11738 --file=FILE[:TEMPLATE]
11739 instantiate the configuration file FILE
11740 --header=FILE[:TEMPLATE]
11741 instantiate the configuration header FILE
11743 Configuration files:
11746 Configuration headers:
11749 Configuration commands:
11752 Report bugs to <bug-autoconf@gnu.org>."
11755 cat >>$CONFIG_STATUS <<_ACEOF
11758 configured by $0, generated by GNU Autoconf 2.59,
11759 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
11761 Copyright (C) 2003 Free Software Foundation, Inc.
11762 This config.status script is free software; the Free Software Foundation
11763 gives unlimited permission to copy, distribute and modify it."
11768 cat >>$CONFIG_STATUS <<\_ACEOF
11769 # If no file are specified by the user, then we need to provide default
11770 # value. By we need to know if files were specified by the user.
11776 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
11777 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
11785 *) # This is not an option, so the user has probably given explicit
11788 ac_need_defaults
=false
;;
11792 # Handling of the options.
11794 cat >>$CONFIG_STATUS <<\_ACEOF
11795 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
11797 --version |
--vers* |
-V )
11798 echo "$ac_cs_version"; exit 0 ;;
11800 # Conflict between --help and --header
11801 { { echo "$as_me:$LINENO: error: ambiguous option: $1
11802 Try \`$0 --help' for more information." >&5
11803 echo "$as_me: error: ambiguous option: $1
11804 Try \`$0 --help' for more information." >&2;}
11805 { (exit 1); exit 1; }; };;
11806 --help |
--hel |
-h )
11807 echo "$ac_cs_usage"; exit 0 ;;
11808 --debug |
--d* |
-d )
11810 --file |
--fil |
--fi |
--f )
11812 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
11813 ac_need_defaults
=false
;;
11814 --header |
--heade |
--head |
--hea )
11816 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
11817 ac_need_defaults
=false
;;
11818 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
11819 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
11822 # This is an error.
11823 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
11824 Try \`$0 --help' for more information." >&5
11825 echo "$as_me: error: unrecognized option: $1
11826 Try \`$0 --help' for more information." >&2;}
11827 { (exit 1); exit 1; }; } ;;
11829 *) ac_config_targets
="$ac_config_targets $1" ;;
11835 ac_configure_extra_args
=
11837 if $ac_cs_silent; then
11839 ac_configure_extra_args
="$ac_configure_extra_args --silent"
11843 cat >>$CONFIG_STATUS <<_ACEOF
11844 if \$ac_cs_recheck; then
11845 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
11846 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11851 cat >>$CONFIG_STATUS <<_ACEOF
11853 # INIT-COMMANDS section.
11856 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
11859 # The HP-UX ksh and POSIX shell print the target directory to stdout
11860 # if CDPATH is set.
11861 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11863 sed_quote_subst='$sed_quote_subst'
11864 double_quote_subst='$double_quote_subst'
11865 delay_variable_subst='$delay_variable_subst'
11866 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
11867 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
11868 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
11869 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
11870 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
11871 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
11872 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
11873 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
11874 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
11875 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
11876 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
11877 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
11878 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
11879 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
11880 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
11881 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
11882 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
11883 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
11884 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
11885 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
11886 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
11887 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
11888 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
11889 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
11890 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
11891 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
11892 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
11893 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11894 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
11895 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
11896 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
11897 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
11898 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
11899 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
11900 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11901 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11902 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11903 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
11904 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
11905 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
11906 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
11907 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
11908 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
11909 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"`'
11910 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
11911 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
11912 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
11913 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
11914 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
11915 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
11916 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
11917 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
11918 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
11919 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
11920 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
11921 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11922 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11923 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
11924 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
11925 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
11926 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
11927 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
11928 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11929 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11930 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11931 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11932 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11933 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11934 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
11935 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
11936 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
11937 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
11938 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
11939 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
11940 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
11941 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
11942 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
11943 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
11944 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
11945 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
11946 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
11947 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
11948 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
11949 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11950 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
11951 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
11952 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11953 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
11954 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
11955 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
11956 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
11957 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
11958 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
11959 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
11960 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
11961 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
11962 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
11963 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
11964 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11965 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11966 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11967 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
11968 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
11969 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
11970 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
11971 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
11972 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
11973 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
11974 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
11975 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
11976 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
11979 LTCFLAGS='$LTCFLAGS'
11980 compiler='$compiler_DEFAULT'
11982 # Quote evaled strings.
11993 deplibs_check_method \
12002 lt_cv_sys_global_symbol_pipe \
12003 lt_cv_sys_global_symbol_to_cdecl \
12004 lt_cv_sys_global_symbol_to_c_name_address \
12007 lt_prog_compiler_no_builtin_flag \
12008 lt_prog_compiler_wl \
12009 lt_prog_compiler_pic \
12010 lt_prog_compiler_static \
12011 lt_cv_prog_compiler_c_o \
12014 export_dynamic_flag_spec \
12015 whole_archive_flag_spec \
12016 compiler_needs_object \
12018 allow_undefined_flag \
12019 no_undefined_flag \
12020 hardcode_libdir_flag_spec \
12021 hardcode_libdir_flag_spec_ld \
12022 hardcode_libdir_separator \
12027 variables_saved_for_relink \
12029 library_names_spec \
12034 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12035 *[\\\\\\\`\\"\\\$]*)
12036 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12039 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12044 # Double-quote double-evaled strings.
12045 for var in reload_cmds \
12046 old_postinstall_cmds \
12047 old_postuninstall_cmds \
12049 extract_expsyms_cmds \
12050 old_archive_from_new_cmds \
12051 old_archive_from_expsyms_cmds \
12053 archive_expsym_cmds \
12055 module_expsym_cmds \
12056 export_symbols_cmds \
12059 postuninstall_cmds \
12061 sys_lib_search_path_spec \
12062 sys_lib_dlsearch_path_spec; do
12063 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12064 *[\\\\\\\`\\"\\\$]*)
12065 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12068 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12073 # Fix-up fallback echo if it was mangled by the above quoting rules.
12075 *'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
12079 ac_aux_dir='$ac_aux_dir'
12080 xsi_shell='$xsi_shell'
12081 lt_shell_append='$lt_shell_append'
12083 # See if we are running on zsh, and set the options which allow our
12084 # commands through without removal of \ escapes INIT.
12085 if test -n "\${ZSH_VERSION+set}" ; then
12086 setopt NO_GLOB_SUBST
12092 TIMESTAMP='$TIMESTAMP'
12098 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
12099 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
12101 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
12102 # Capture the value of LINGUAS because we need it to compute CATALOGS.
12103 LINGUAS="${LINGUAS-%UNSET%}"
12110 cat >>$CONFIG_STATUS <<\_ACEOF
12111 for ac_config_target
in $ac_config_targets
12113 case "$ac_config_target" in
12114 # Handling of arguments.
12115 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
12116 "po/Makefile.in" ) CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
12117 "depfiles" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
12118 "libtool" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
12119 "default-1" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
12120 "gconfig.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS gconfig.h:gconfig.in" ;;
12121 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
12122 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12123 { (exit 1); exit 1; }; };;
12127 # If the user did not use the arguments to specify the items to instantiate,
12128 # then the envvar interface is used. Set only those that are not.
12129 # We use the long form for the default assignment because of an extremely
12130 # bizarre bug on SunOS 4.1.3.
12131 if $ac_need_defaults; then
12132 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
12133 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
12134 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
12137 # Have a temporary directory for convenience. Make it in the build tree
12138 # simply because there is no reason to put it here, and in addition,
12139 # creating and moving files from /tmp can sometimes cause problems.
12140 # Create a temporary directory, and hook for its removal unless debugging.
12143 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
12144 trap '{ (exit 1); exit 1; }' 1 2 13 15
12147 # Create a (secure) tmp directory for tmp files.
12150 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
12151 test -n "$tmp" && test -d "$tmp"
12154 tmp
=.
/confstat$$
-$RANDOM
12155 (umask 077 && mkdir
$tmp)
12158 echo "$me: cannot create a temporary directory in ." >&2
12159 { (exit 1); exit 1; }
12164 cat >>$CONFIG_STATUS <<_ACEOF
12167 # CONFIG_FILES section.
12170 # No need to generate the scripts if there are no CONFIG_FILES.
12171 # This happens for instance when ./config.status config.h
12172 if test -n "\$CONFIG_FILES"; then
12173 # Protect against being on the right side of a sed subst in config.status.
12174 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
12175 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
12176 s,@SHELL@,$SHELL,;t t
12177 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
12178 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
12179 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
12180 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
12181 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
12182 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
12183 s,@exec_prefix@,$exec_prefix,;t t
12184 s,@prefix@,$prefix,;t t
12185 s,@program_transform_name@,$program_transform_name,;t t
12186 s,@bindir@,$bindir,;t t
12187 s,@sbindir@,$sbindir,;t t
12188 s,@libexecdir@,$libexecdir,;t t
12189 s,@datadir@,$datadir,;t t
12190 s,@sysconfdir@,$sysconfdir,;t t
12191 s,@sharedstatedir@,$sharedstatedir,;t t
12192 s,@localstatedir@,$localstatedir,;t t
12193 s,@libdir@,$libdir,;t t
12194 s,@includedir@,$includedir,;t t
12195 s,@oldincludedir@,$oldincludedir,;t t
12196 s,@infodir@,$infodir,;t t
12197 s,@mandir@,$mandir,;t t
12198 s,@build_alias@,$build_alias,;t t
12199 s,@host_alias@,$host_alias,;t t
12200 s,@target_alias@,$target_alias,;t t
12201 s,@DEFS@,$DEFS,;t t
12202 s,@ECHO_C@,$ECHO_C,;t t
12203 s,@ECHO_N@,$ECHO_N,;t t
12204 s,@ECHO_T@,$ECHO_T,;t t
12205 s,@LIBS@,$LIBS,;t t
12206 s,@build@,$build,;t t
12207 s,@build_cpu@,$build_cpu,;t t
12208 s,@build_vendor@,$build_vendor,;t t
12209 s,@build_os@,$build_os,;t t
12210 s,@host@,$host,;t t
12211 s,@host_cpu@,$host_cpu,;t t
12212 s,@host_vendor@,$host_vendor,;t t
12213 s,@host_os@,$host_os,;t t
12214 s,@target@,$target,;t t
12215 s,@target_cpu@,$target_cpu,;t t
12216 s,@target_vendor@,$target_vendor,;t t
12217 s,@target_os@,$target_os,;t t
12219 s,@CFLAGS@,$CFLAGS,;t t
12220 s,@LDFLAGS@,$LDFLAGS,;t t
12221 s,@CPPFLAGS@,$CPPFLAGS,;t t
12222 s,@ac_ct_CC@,$ac_ct_CC,;t t
12223 s,@EXEEXT@,$EXEEXT,;t t
12224 s,@OBJEXT@,$OBJEXT,;t t
12225 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
12226 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
12227 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
12228 s,@CYGPATH_W@,$CYGPATH_W,;t t
12229 s,@PACKAGE@,$PACKAGE,;t t
12230 s,@VERSION@,$VERSION,;t t
12231 s,@ACLOCAL@,$ACLOCAL,;t t
12232 s,@AUTOCONF@,$AUTOCONF,;t t
12233 s,@AUTOMAKE@,$AUTOMAKE,;t t
12234 s,@AUTOHEADER@,$AUTOHEADER,;t t
12235 s,@MAKEINFO@,$MAKEINFO,;t t
12236 s,@install_sh@,$install_sh,;t t
12237 s,@STRIP@,$STRIP,;t t
12238 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
12239 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
12240 s,@mkdir_p@,$mkdir_p,;t t
12242 s,@SET_MAKE@,$SET_MAKE,;t t
12243 s,@am__leading_dot@,$am__leading_dot,;t t
12244 s,@AMTAR@,$AMTAR,;t t
12245 s,@am__tar@,$am__tar,;t t
12246 s,@am__untar@,$am__untar,;t t
12247 s,@DEPDIR@,$DEPDIR,;t t
12248 s,@am__include@,$am__include,;t t
12249 s,@am__quote@,$am__quote,;t t
12250 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
12251 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
12252 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
12253 s,@CCDEPMODE@,$CCDEPMODE,;t t
12254 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
12255 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
12256 s,@LIBTOOL@,$LIBTOOL,;t t
12258 s,@EGREP@,$EGREP,;t t
12259 s,@FGREP@,$FGREP,;t t
12260 s,@GREP@,$GREP,;t t
12262 s,@DUMPBIN@,$DUMPBIN,;t t
12263 s,@ac_ct_DUMPBIN@,$ac_ct_DUMPBIN,;t t
12265 s,@LN_S@,$LN_S,;t t
12267 s,@ac_ct_AR@,$ac_ct_AR,;t t
12268 s,@RANLIB@,$RANLIB,;t t
12269 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
12270 s,@lt_ECHO@,$lt_ECHO,;t t
12272 s,@USE_NLS@,$USE_NLS,;t t
12273 s,@LIBINTL@,$LIBINTL,;t t
12274 s,@LIBINTL_DEP@,$LIBINTL_DEP,;t t
12275 s,@INCINTL@,$INCINTL,;t t
12276 s,@XGETTEXT@,$XGETTEXT,;t t
12277 s,@GMSGFMT@,$GMSGFMT,;t t
12278 s,@POSUB@,$POSUB,;t t
12279 s,@CATALOGS@,$CATALOGS,;t t
12280 s,@DATADIRNAME@,$DATADIRNAME,;t t
12281 s,@INSTOBJEXT@,$INSTOBJEXT,;t t
12282 s,@GENCAT@,$GENCAT,;t t
12283 s,@CATOBJEXT@,$CATOBJEXT,;t t
12284 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
12285 s,@MSGFMT@,$MSGFMT,;t t
12286 s,@MSGMERGE@,$MSGMERGE,;t t
12287 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
12288 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
12289 s,@MAINT@,$MAINT,;t t
12290 s,@GENINSRC_NEVER_TRUE@,$GENINSRC_NEVER_TRUE,;t t
12291 s,@GENINSRC_NEVER_FALSE@,$GENINSRC_NEVER_FALSE,;t t
12292 s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
12293 s,@NO_WERROR@,$NO_WERROR,;t t
12294 s,@datarootdir@,$datarootdir,;t t
12295 s,@docdir@,$docdir,;t t
12296 s,@htmldir@,$htmldir,;t t
12297 s,@LIBOBJS@,$LIBOBJS,;t t
12298 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
12303 cat >>$CONFIG_STATUS <<\_ACEOF
12304 # Split the substitutions into bite-sized pieces for seds with
12305 # small command number limits, like on Digital OSF/1 and HP-UX.
12306 ac_max_sed_lines
=48
12307 ac_sed_frag
=1 # Number of current file.
12308 ac_beg
=1 # First line for current file.
12309 ac_end
=$ac_max_sed_lines # Line after last line for current file.
12312 while $ac_more_lines; do
12313 if test $ac_beg -gt 1; then
12314 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
12316 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
12318 if test ! -s $tmp/subs.frag
; then
12319 ac_more_lines
=false
12321 # The purpose of the label and of the branching condition is to
12322 # speed up the sed processing (if there are no `@' at all, there
12323 # is no need to browse any of the substitutions).
12324 # These are the two extra sed commands mentioned above.
12326 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
12327 if test -z "$ac_sed_cmds"; then
12328 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
12330 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
12332 ac_sed_frag
=`expr $ac_sed_frag + 1`
12334 ac_end
=`expr $ac_end + $ac_max_sed_lines`
12337 if test -z "$ac_sed_cmds"; then
12340 fi # test -n "$CONFIG_FILES"
12343 cat >>$CONFIG_STATUS <<\_ACEOF
12344 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
12345 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
12347 - |
*:- |
*:-:* ) # input from stdin
12349 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
12350 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
12351 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
12352 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
12353 * ) ac_file_in
=$ac_file.
in ;;
12356 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
12357 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
12358 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12359 X"$ac_file" : 'X\(//\)[^/]' \| \
12360 X"$ac_file" : 'X\(//\)$' \| \
12361 X"$ac_file" : 'X\(/\)' \| \
12362 . : '\(.\)' 2>/dev/null ||
12364 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12365 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12366 /^X\(\/\/\)$/{ s//\1/; q; }
12367 /^X\(\/\).*/{ s//\1/; q; }
12369 { if $as_mkdir_p; then
12374 while test ! -d "$as_dir"; do
12375 as_dirs
="$as_dir $as_dirs"
12376 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
12377 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12378 X"$as_dir" : 'X\(//\)[^/]' \| \
12379 X"$as_dir" : 'X\(//\)$' \| \
12380 X"$as_dir" : 'X\(/\)' \| \
12381 . : '\(.\)' 2>/dev/null ||
12383 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12384 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12385 /^X\(\/\/\)$/{ s//\1/; q; }
12386 /^X\(\/\).*/{ s//\1/; q; }
12389 test ! -n "$as_dirs" || mkdir
$as_dirs
12390 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12391 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12392 { (exit 1); exit 1; }; }; }
12396 if test "$ac_dir" != .
; then
12397 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
12398 # A "../" for each directory in $ac_dir_suffix.
12399 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
12401 ac_dir_suffix
= ac_top_builddir
=
12405 .
) # No --srcdir option. We are building in place.
12407 if test -z "$ac_top_builddir"; then
12410 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
12412 [\\/]* | ?
:[\\/]* ) # Absolute path.
12413 ac_srcdir
=$srcdir$ac_dir_suffix;
12414 ac_top_srcdir
=$srcdir ;;
12415 *) # Relative path.
12416 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
12417 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
12420 # Do not use `cd foo && pwd` to compute absolute paths, because
12421 # the directories may not exist.
12423 .
) ac_abs_builddir
="$ac_dir";;
12426 .
) ac_abs_builddir
=`pwd`;;
12427 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
12428 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
12431 case $ac_abs_builddir in
12432 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
12434 case ${ac_top_builddir}.
in
12435 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
12436 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
12437 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
12440 case $ac_abs_builddir in
12441 .
) ac_abs_srcdir
=$ac_srcdir;;
12444 .
) ac_abs_srcdir
=$ac_abs_builddir;;
12445 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
12446 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
12449 case $ac_abs_builddir in
12450 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
12452 case $ac_top_srcdir in
12453 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
12454 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
12455 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
12461 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
12462 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
12465 if test x
"$ac_file" != x-
; then
12466 { echo "$as_me:$LINENO: creating $ac_file" >&5
12467 echo "$as_me: creating $ac_file" >&6;}
12470 # Let's still pretend it is `configure' which instantiates (i.e., don't
12471 # use $as_me), people would be surprised to read:
12472 # /* config.h. Generated by config.status. */
12473 if test x
"$ac_file" = x-
; then
12476 configure_input
="$ac_file. "
12478 configure_input
=$configure_input"Generated from `echo $ac_file_in |
12479 sed 's,.*/,,'` by configure."
12481 # First look for the input files in the build tree, otherwise in the
12483 ac_file_inputs
=`IFS=:
12484 for f in $ac_file_in; do
12486 -) echo $tmp/stdin ;;
12488 # Absolute (can't be DOS-style, as IFS=:)
12489 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12490 echo "$as_me: error: cannot find input file: $f" >&2;}
12491 { (exit 1); exit 1; }; }
12494 if test -f "$f"; then
12497 elif test -f "$srcdir/$f"; then
12502 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12503 echo "$as_me: error: cannot find input file: $f" >&2;}
12504 { (exit 1); exit 1; }; }
12507 done` ||
{ (exit 1); exit 1; }
12509 cat >>$CONFIG_STATUS <<_ACEOF
12513 cat >>$CONFIG_STATUS <<\_ACEOF
12515 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
12516 s
,@configure_input@
,$configure_input,;t t
12517 s
,@srcdir@
,$ac_srcdir,;t t
12518 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
12519 s
,@top_srcdir@
,$ac_top_srcdir,;t t
12520 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
12521 s
,@builddir@
,$ac_builddir,;t t
12522 s
,@abs_builddir@
,$ac_abs_builddir,;t t
12523 s
,@top_builddir@
,$ac_top_builddir,;t t
12524 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
12525 s
,@INSTALL@
,$ac_INSTALL,;t t
12526 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
12528 if test x"$ac_file" != x-; then
12529 mv $tmp/out $ac_file
12537 cat >>$CONFIG_STATUS <<\_ACEOF
12540 # CONFIG_HEADER section.
12543 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
12544 # NAME is the cpp macro being defined and VALUE is the value it is being given.
12546 # ac_d sets the value in "#define NAME VALUE" lines.
12547 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
12548 ac_dB
='[ ].*$,\1#\2'
12551 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
12552 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
12553 ac_uB
='$,\1#\2define\3'
12557 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
12558 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
12560 - |
*:- |
*:-:* ) # input from stdin
12562 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
12563 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
12564 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
12565 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
12566 * ) ac_file_in
=$ac_file.
in ;;
12569 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
12570 echo "$as_me: creating $ac_file" >&6;}
12572 # First look for the input files in the build tree, otherwise in the
12574 ac_file_inputs
=`IFS=:
12575 for f in $ac_file_in; do
12577 -) echo $tmp/stdin ;;
12579 # Absolute (can't be DOS-style, as IFS=:)
12580 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12581 echo "$as_me: error: cannot find input file: $f" >&2;}
12582 { (exit 1); exit 1; }; }
12583 # Do quote $f, to prevent DOS paths from being IFS'd.
12586 if test -f "$f"; then
12589 elif test -f "$srcdir/$f"; then
12594 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12595 echo "$as_me: error: cannot find input file: $f" >&2;}
12596 { (exit 1); exit 1; }; }
12599 done` ||
{ (exit 1); exit 1; }
12600 # Remove the trailing spaces.
12601 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
12605 # Transform confdefs.h into two sed scripts, `conftest.defines' and
12606 # `conftest.undefs', that substitutes the proper values into
12607 # config.h.in to produce config.h. The first handles `#define'
12608 # templates, and the second `#undef' templates.
12609 # And first: Protect against being on the right side of a sed subst in
12610 # config.status. Protect against being in an unquoted here document
12611 # in config.status.
12612 rm -f conftest.defines conftest.undefs
12613 # Using a here document instead of a string reduces the quoting nightmare.
12614 # Putting comments in sed scripts is not portable.
12616 # `end' is used to avoid that the second main sed command (meant for
12617 # 0-ary CPP macros) applies to n-ary macro definitions.
12618 # See the Autoconf documentation for `clear'.
12619 cat >confdef2sed.
sed <<\_ACEOF
12624 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
12626 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
12629 # If some macros were called several times there might be several times
12630 # the same #defines, which is useless. Nevertheless, we may not want to
12631 # sort them, since we want the *last* AC-DEFINE to be honored.
12632 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
12633 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
12634 rm -f confdef2sed.sed
12636 # This sed command replaces #undef with comments. This is necessary, for
12637 # example, in the case of _POSIX_SOURCE, which is predefined and required
12638 # on some systems where configure will not decide to define it.
12639 cat >>conftest.undefs <<\_ACEOF
12640 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
12643 # Break up conftest.defines because some shells have a limit on the size
12644 # of here documents, and old seds have small limits too (100 cmds).
12645 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
12646 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
12647 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
12648 echo ' :' >>$CONFIG_STATUS
12649 rm -f conftest.tail
12650 while grep . conftest.defines >/dev/null
12652 # Write a limited-size here document to $tmp/defines.sed.
12653 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
12654 # Speed up: don't consider the non `#define' lines.
12655 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
12656 # Work around the forget-to-reset-the-flag bug.
12657 echo 't clr' >>$CONFIG_STATUS
12658 echo ': clr' >>$CONFIG_STATUS
12659 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
12661 sed -f $tmp/defines.sed $tmp/in >$tmp/out
12663 mv $tmp/out $tmp/in
12665 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
12666 rm -f conftest.defines
12667 mv conftest.
tail conftest.defines
12669 rm -f conftest.defines
12670 echo ' fi # grep' >>$CONFIG_STATUS
12671 echo >>$CONFIG_STATUS
12673 # Break up conftest.undefs because some shells have a limit on the size
12674 # of here documents, and old seds have small limits too (100 cmds).
12675 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
12676 rm -f conftest.
tail
12677 while grep . conftest.undefs
>/dev
/null
12679 # Write a limited-size here document to $tmp/undefs.sed.
12680 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
12681 # Speed up: don't consider the non
`#undef'
12682 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
12683 # Work around the forget-to-reset-the-flag bug.
12684 echo 't clr' >>$CONFIG_STATUS
12685 echo ': clr' >>$CONFIG_STATUS
12686 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
12688 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
12690 mv $tmp/out $tmp/in
12692 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
12693 rm -f conftest.undefs
12694 mv conftest.tail conftest.undefs
12696 rm -f conftest.undefs
12698 cat >>$CONFIG_STATUS <<\_ACEOF
12699 # Let's still pretend it is `configure
' which instantiates (i.e., don't
12700 # use $as_me), people would be surprised to read:
12701 # /* config.h. Generated by config.status. */
12702 if test x
"$ac_file" = x-
; then
12703 echo "/* Generated by configure. */" >$tmp/config.h
12705 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
12707 cat $tmp/in >>$tmp/config.h
12709 if test x
"$ac_file" != x-
; then
12710 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
12711 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
12712 echo "$as_me: $ac_file is unchanged" >&6;}
12714 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
12715 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12716 X"$ac_file" : 'X\(//\)[^/]' \| \
12717 X"$ac_file" : 'X\(//\)$' \| \
12718 X"$ac_file" : 'X\(/\)' \| \
12719 . : '\(.\)' 2>/dev/null ||
12721 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12722 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12723 /^X\(\/\/\)$/{ s//\1/; q; }
12724 /^X\(\/\).*/{ s//\1/; q; }
12726 { if $as_mkdir_p; then
12731 while test ! -d "$as_dir"; do
12732 as_dirs
="$as_dir $as_dirs"
12733 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
12734 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12735 X"$as_dir" : 'X\(//\)[^/]' \| \
12736 X"$as_dir" : 'X\(//\)$' \| \
12737 X"$as_dir" : 'X\(/\)' \| \
12738 . : '\(.\)' 2>/dev/null ||
12740 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12741 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12742 /^X\(\/\/\)$/{ s//\1/; q; }
12743 /^X\(\/\).*/{ s//\1/; q; }
12746 test ! -n "$as_dirs" || mkdir
$as_dirs
12747 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12748 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12749 { (exit 1); exit 1; }; }; }
12752 mv $tmp/config.h
$ac_file
12756 rm -f $tmp/config.h
12758 # Compute $ac_file's index in $config_headers.
12760 for _am_header
in $config_headers :; do
12761 case $_am_header in
12762 $ac_file |
$ac_file:* )
12765 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
12768 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
12769 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12770 X$ac_file : 'X\(//\)[^/]' \| \
12771 X$ac_file : 'X\(//\)$' \| \
12772 X$ac_file : 'X\(/\)' \| \
12773 . : '\(.\)' 2>/dev/null ||
12775 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12776 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12777 /^X\(\/\/\)$/{ s//\1/; q; }
12778 /^X\(\/\).*/{ s//\1/; q; }
12779 s/.*/./; q'`/stamp-h
$_am_stamp_count
12782 cat >>$CONFIG_STATUS <<\_ACEOF
12785 # CONFIG_COMMANDS section.
12787 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
12788 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
12789 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
12790 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
12791 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12792 X"$ac_dest" : 'X\(//\)[^/]' \| \
12793 X"$ac_dest" : 'X\(//\)$' \| \
12794 X"$ac_dest" : 'X\(/\)' \| \
12795 . : '\(.\)' 2>/dev/null ||
12797 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12798 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12799 /^X\(\/\/\)$/{ s//\1/; q; }
12800 /^X\(\/\).*/{ s//\1/; q; }
12802 { if $as_mkdir_p; then
12807 while test ! -d "$as_dir"; do
12808 as_dirs
="$as_dir $as_dirs"
12809 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
12810 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12811 X"$as_dir" : 'X\(//\)[^/]' \| \
12812 X"$as_dir" : 'X\(//\)$' \| \
12813 X"$as_dir" : 'X\(/\)' \| \
12814 . : '\(.\)' 2>/dev/null ||
12816 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12817 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12818 /^X\(\/\/\)$/{ s//\1/; q; }
12819 /^X\(\/\).*/{ s//\1/; q; }
12822 test ! -n "$as_dirs" || mkdir
$as_dirs
12823 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12824 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12825 { (exit 1); exit 1; }; }; }
12829 if test "$ac_dir" != .
; then
12830 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
12831 # A "../" for each directory in $ac_dir_suffix.
12832 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
12834 ac_dir_suffix
= ac_top_builddir
=
12838 .
) # No --srcdir option. We are building in place.
12840 if test -z "$ac_top_builddir"; then
12843 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
12845 [\\/]* | ?
:[\\/]* ) # Absolute path.
12846 ac_srcdir
=$srcdir$ac_dir_suffix;
12847 ac_top_srcdir
=$srcdir ;;
12848 *) # Relative path.
12849 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
12850 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
12853 # Do not use `cd foo && pwd` to compute absolute paths, because
12854 # the directories may not exist.
12856 .
) ac_abs_builddir
="$ac_dir";;
12859 .
) ac_abs_builddir
=`pwd`;;
12860 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
12861 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
12864 case $ac_abs_builddir in
12865 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
12867 case ${ac_top_builddir}.
in
12868 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
12869 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
12870 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
12873 case $ac_abs_builddir in
12874 .
) ac_abs_srcdir
=$ac_srcdir;;
12877 .
) ac_abs_srcdir
=$ac_abs_builddir;;
12878 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
12879 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
12882 case $ac_abs_builddir in
12883 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
12885 case $ac_top_srcdir in
12886 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
12887 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
12888 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
12893 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
12894 echo "$as_me: executing $ac_dest commands" >&6;}
12896 depfiles
) test x
"$AMDEP_TRUE" != x
"" ||
for mf
in $CONFIG_FILES; do
12897 # Strip MF so we end up with the name of the file.
12898 mf
=`echo "$mf" | sed -e 's/:.*$//'`
12899 # Check whether this is an Automake generated Makefile or not.
12900 # We used to match only the files named `Makefile.in', but
12901 # some people rename them; so instead we look at the file content.
12902 # Grep'ing the first line is not enough: some people post-process
12903 # each Makefile.in and add a new line on top of each file to say so.
12904 # So let's grep whole file.
12905 if grep '^#.*generated by automake' $mf > /dev
/null
2>&1; then
12906 dirpart
=`(dirname "$mf") 2>/dev/null ||
12907 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12908 X"$mf" : 'X\(//\)[^/]' \| \
12909 X"$mf" : 'X\(//\)$' \| \
12910 X"$mf" : 'X\(/\)' \| \
12911 . : '\(.\)' 2>/dev/null ||
12913 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12914 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12915 /^X\(\/\/\)$/{ s//\1/; q; }
12916 /^X\(\/\).*/{ s//\1/; q; }
12921 # Extract the definition of DEPDIR, am__include, and am__quote
12922 # from the Makefile without running `make'.
12923 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
12924 test -z "$DEPDIR" && continue
12925 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
12926 test -z "am__include" && continue
12927 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
12928 # When using ansi2knr, U may be empty or an underscore; expand it
12929 U
=`sed -n 's/^U = //p' < "$mf"`
12930 # Find all dependency output files, they are included files with
12931 # $(DEPDIR) in their names. We invoke sed twice because it is the
12932 # simplest approach to changing $(DEPDIR) to its actual value in the
12934 for file in `sed -n "
12935 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
12936 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12937 # Make sure the directory exists.
12938 test -f "$dirpart/$file" && continue
12939 fdir
=`(dirname "$file") 2>/dev/null ||
12940 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12941 X"$file" : 'X\(//\)[^/]' \| \
12942 X"$file" : 'X\(//\)$' \| \
12943 X"$file" : 'X\(/\)' \| \
12944 . : '\(.\)' 2>/dev/null ||
12946 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12947 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12948 /^X\(\/\/\)$/{ s//\1/; q; }
12949 /^X\(\/\).*/{ s//\1/; q; }
12951 { if $as_mkdir_p; then
12952 mkdir
-p $dirpart/$fdir
12954 as_dir
=$dirpart/$fdir
12956 while test ! -d "$as_dir"; do
12957 as_dirs
="$as_dir $as_dirs"
12958 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
12959 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12960 X"$as_dir" : 'X\(//\)[^/]' \| \
12961 X"$as_dir" : 'X\(//\)$' \| \
12962 X"$as_dir" : 'X\(/\)' \| \
12963 . : '\(.\)' 2>/dev/null ||
12965 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12966 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12967 /^X\(\/\/\)$/{ s//\1/; q; }
12968 /^X\(\/\).*/{ s//\1/; q; }
12971 test ! -n "$as_dirs" || mkdir
$as_dirs
12972 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
12973 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
12974 { (exit 1); exit 1; }; }; }
12976 # echo "creating $dirpart/$file"
12977 echo '# dummy' > "$dirpart/$file"
12983 # See if we are running on zsh, and set the options which allow our
12984 # commands through without removal of \ escapes.
12985 if test -n "${ZSH_VERSION+set}" ; then
12986 setopt NO_GLOB_SUBST
12989 cfgfile
="${ofile}T"
12990 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12993 cat <<_LT_EOF >> "$cfgfile"
12996 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12997 # Generated automatically by $as_me (GNU $PACKAGE$TIMESTAMP) $VERSION
12998 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12999 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
13001 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13002 # 2006, 2007 Free Software Foundation, Inc.
13004 # This file is part of GNU Libtool:
13005 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
13007 # This program is free software; you can redistribute it and/or modify
13008 # it under the terms of the GNU General Public License as published by
13009 # the Free Software Foundation; either version 2 of the License, or
13010 # (at your option) any later version.
13012 # This program is distributed in the hope that it will be useful, but
13013 # WITHOUT ANY WARRANTY; without even the implied warranty of
13014 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13015 # General Public License for more details.
13017 # You should have received a copy of the GNU General Public License
13018 # along with this program; if not, a copy can be downloaded from
13019 # http://www.gnu.org/copyleft/gpl.html, or by writing to the Free
13020 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
13021 # MA 02110-1301, USA.
13023 # As a special exception to the GNU General Public License, if you
13024 # distribute this file as part of a program that contains a
13025 # configuration script generated by Autoconf, you may include it under
13026 # the same distribution terms that you use for the rest of that program.
13029 # The names of the tagged configurations supported by this script.
13032 # ### BEGIN LIBTOOL CONFIG
13034 # Which release of libtool.m4 was used?
13035 macro_version=$macro_version
13036 macro_revision=$macro_revision
13038 # Whether or not to build shared libraries.
13039 build_libtool_libs=$enable_shared
13041 # Whether or not to build static libraries.
13042 build_old_libs=$enable_static
13044 # What type of objects to build.
13047 # Whether or not to optimize for fast installation.
13048 fast_install=$enable_fast_install
13051 host_alias=$host_alias
13055 # The build system.
13056 build_alias=$build_alias
13060 # A sed program that does not truncate output.
13063 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
13064 Xsed="\$SED -e 1s/^X//"
13066 # A grep program that handles long lines.
13072 # A literal string matcher.
13075 # A BSD- or MS-compatible name lister.
13078 # Whether we need soft or hard links.
13081 # What is the maximum length of a command?
13082 max_cmd_len=$max_cmd_len
13084 # Object file suffix (normally "o").
13087 # Executable file suffix (normally "").
13090 # whether the shell understands "unset".
13093 # turn spaces into newlines.
13096 # turn newlines into spaces.
13099 # How to create reloadable object files.
13100 reload_flag=$lt_reload_flag
13101 reload_cmds=$lt_reload_cmds
13103 # Method to check whether dependent libraries are shared objects.
13104 deplibs_check_method=$lt_deplibs_check_method
13106 # Command to use when deplibs_check_method == "file_magic".
13107 file_magic_cmd=$lt_file_magic_cmd
13111 AR_FLAGS=$lt_AR_FLAGS
13113 # A symbol stripping program.
13116 # Commands used to install an old-style archive.
13118 old_postinstall_cmds=$lt_old_postinstall_cmds
13119 old_postuninstall_cmds=$lt_old_postuninstall_cmds
13124 # LTCC compiler flags.
13125 LTCFLAGS=$lt_CFLAGS
13127 # Take the output of nm and produce a listing of raw symbols and C names.
13128 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13130 # Transform the output of nm in a proper C declaration.
13131 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13133 # Transform the output of nm in a C name address pair.
13134 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13136 # The name of the directory that contains temporary libtool files.
13139 # Shell to use when invoking shell scripts.
13142 # An echo program that does not interpret backslashes.
13145 # Used to examine libraries when file_magic_cmd begins with "file".
13146 MAGIC_CMD=$MAGIC_CMD
13148 # Must we lock files when doing compilation?
13149 need_locks=$lt_need_locks
13151 # Old archive suffix (normally "a").
13154 # Shared library suffix (normally ".so").
13155 shrext_cmds=$lt_shrext_cmds
13157 # The commands to extract the exported symbol list from a shared archive.
13158 extract_expsyms_cmds=$lt_extract_expsyms_cmds
13160 # Variables whose values should be saved in libtool wrapper scripts and
13161 # restored at link time.
13162 variables_saved_for_relink=$lt_variables_saved_for_relink
13164 # Do we need the "lib" prefix for modules?
13165 need_lib_prefix=$need_lib_prefix
13167 # Do we need a version for libraries?
13168 need_version=$need_version
13170 # Library versioning type.
13171 version_type=$version_type
13173 # Shared library runtime path variable.
13174 runpath_var=$runpath_var
13176 # Shared library path variable.
13177 shlibpath_var=$shlibpath_var
13179 # Is shlibpath searched before the hard-coded library search path?
13180 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13182 # Format of library name prefix.
13183 libname_spec=$lt_libname_spec
13185 # List of archive names. First name is the real one, the rest are links.
13186 # The last name is the one that the linker finds with -lNAME
13187 library_names_spec=$lt_library_names_spec
13189 # The coded name of the library, if different from the real name.
13190 soname_spec=$lt_soname_spec
13192 # Command to use after installation of a shared archive.
13193 postinstall_cmds=$lt_postinstall_cmds
13195 # Command to use after uninstallation of a shared archive.
13196 postuninstall_cmds=$lt_postuninstall_cmds
13198 # Commands used to finish a libtool library installation in a directory.
13199 finish_cmds=$lt_finish_cmds
13201 # As "finish_cmds", except a single script fragment to be evaled but
13203 finish_eval=$lt_finish_eval
13205 # Whether we should hardcode library paths into libraries.
13206 hardcode_into_libs=$hardcode_into_libs
13208 # Compile-time system search path for libraries.
13209 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13211 # Run-time system search path for libraries.
13212 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13214 # Whether dlopen is supported.
13215 dlopen_support=$enable_dlopen
13217 # Whether dlopen of programs is supported.
13218 dlopen_self=$enable_dlopen_self
13220 # Whether dlopen of statically linked programs is supported.
13221 dlopen_self_static=$enable_dlopen_self_static
13223 # Commands to strip libraries.
13224 old_striplib=$lt_old_striplib
13225 striplib=$lt_striplib
13228 # The linker used to build libraries.
13231 # Commands used to build an old-style archive.
13232 old_archive_cmds=$lt_old_archive_cmds
13234 # A language specific compiler.
13237 # Is the compiler the GNU compiler?
13240 # Compiler flag to turn off builtin functions.
13241 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13243 # How to pass a linker flag through the compiler.
13244 wl=$lt_lt_prog_compiler_wl
13246 # Additional compiler flags for building library objects.
13247 pic_flag=$lt_lt_prog_compiler_pic
13249 # Compiler flag to prevent dynamic linking.
13250 link_static_flag=$lt_lt_prog_compiler_static
13252 # Does compiler simultaneously support -c and -o options?
13253 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13255 # Whether or not to add -lc for building shared libraries.
13256 build_libtool_need_lc=$archive_cmds_need_lc
13258 # Whether or not to disallow shared libs when runtime libs are static.
13259 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13261 # Compiler flag to allow reflexive dlopens.
13262 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13264 # Compiler flag to generate shared objects directly from archives.
13265 whole_archive_flag_spec=$lt_whole_archive_flag_spec
13267 # Whether the compiler copes with passing no objects directly.
13268 compiler_needs_object=$lt_compiler_needs_object
13270 # Create an old-style archive from a shared archive.
13271 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13273 # Create a temporary old-style archive to link instead of a shared archive.
13274 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13276 # Commands used to build a shared archive.
13277 archive_cmds=$lt_archive_cmds
13278 archive_expsym_cmds=$lt_archive_expsym_cmds
13280 # Commands used to build a loadable module if different from building
13281 # a shared archive.
13282 module_cmds=$lt_module_cmds
13283 module_expsym_cmds=$lt_module_expsym_cmds
13285 # Whether we are building with GNU ld or not.
13286 with_gnu_ld=$lt_with_gnu_ld
13288 # Flag that allows shared libraries with undefined symbols to be built.
13289 allow_undefined_flag=$lt_allow_undefined_flag
13291 # Flag that enforces no undefined symbols.
13292 no_undefined_flag=$lt_no_undefined_flag
13294 # Flag to hardcode \$libdir into a binary during linking.
13295 # This must work even if \$libdir does not exist
13296 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13298 # If ld is used when linking, flag to hardcode \$libdir into a binary
13299 # during linking. This must work even if \$libdir does not exist.
13300 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13302 # Whether we need a single "-rpath" flag with a separated argument.
13303 hardcode_libdir_separator=$lt_hardcode_libdir_separator
13305 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13306 # DIR into the resulting binary.
13307 hardcode_direct=$hardcode_direct
13309 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13310 # DIR into the resulting binary and the resulting library dependency is
13311 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13312 # library is relocated.
13313 hardcode_direct_absolute=$hardcode_direct_absolute
13315 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13316 # into the resulting binary.
13317 hardcode_minus_L=$hardcode_minus_L
13319 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13320 # into the resulting binary.
13321 hardcode_shlibpath_var=$hardcode_shlibpath_var
13323 # Set to "yes" if building a shared library automatically hardcodes DIR
13324 # into the library and all subsequent libraries and executables linked
13326 hardcode_automatic=$hardcode_automatic
13328 # Set to yes if linker adds runtime paths of dependent libraries
13329 # to runtime path list.
13330 inherit_rpath=$inherit_rpath
13332 # Whether libtool must link a program against all its dependency libraries.
13333 link_all_deplibs=$link_all_deplibs
13335 # Fix the shell variable \$srcfile for the compiler.
13336 fix_srcfile_path=$lt_fix_srcfile_path
13338 # Set to "yes" if exported symbols are required.
13339 always_export_symbols=$always_export_symbols
13341 # The commands to list exported symbols.
13342 export_symbols_cmds=$lt_export_symbols_cmds
13344 # Symbols that should not be listed in the preloaded symbols.
13345 exclude_expsyms=$lt_exclude_expsyms
13347 # Symbols that must always be exported.
13348 include_expsyms=$lt_include_expsyms
13350 # Commands necessary for linking programs (against libraries) with templates.
13351 prelink_cmds=$lt_prelink_cmds
13353 # Specify filename containing input files.
13354 file_list_spec=$lt_file_list_spec
13356 # How to hardcode a shared library path into an executable.
13357 hardcode_action=$hardcode_action
13359 # ### END LIBTOOL CONFIG
13365 cat <<\_LT_EOF
>> "$cfgfile"
13366 # AIX sometimes has problems with the GCC collect2 program. For some
13367 # reason, if we set the COLLECT_NAMES environment variable, the problems
13368 # vanish in a puff of smoke.
13369 if test "X${COLLECT_NAMES+set}" != Xset
; then
13371 export COLLECT_NAMES
13378 ltmain
="$ac_aux_dir/ltmain.sh"
13381 # We use sed instead of cat because bash on DJGPP gets confused if
13382 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13383 # text mode, it properly converts lines to CR/LF. This bash problem
13384 # is reportedly fixed, but why not run on old versions too?
13385 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13386 ||
(rm -f "$cfgfile"; exit 1)
13390 cat << \_LT_EOF
>> "$cfgfile"
13391 # func_dirname file append nondir_replacement
13392 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13393 # otherwise set result to NONDIR_REPLACEMENT.
13397 */*) func_dirname_result
="${1%/*}${2}" ;;
13398 * ) func_dirname_result
="${3}" ;;
13402 # func_basename file
13405 func_basename_result
="${1##*/}"
13408 # func_stripname prefix suffix name
13409 # strip PREFIX and SUFFIX off of NAME.
13410 # PREFIX and SUFFIX must not contain globbing or regex special
13411 # characters, hashes, percent signs, but SUFFIX may contain a leading
13412 # dot (in which case that matches only a dot).
13415 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13416 # positional parameters, so assign one to ordinary parameter first.
13417 func_stripname_result
=${3}
13418 func_stripname_result
=${func_stripname_result#"${1}"}
13419 func_stripname_result
=${func_stripname_result%"${2}"}
13425 func_opt_split_opt
=${1%%=*}
13426 func_opt_split_arg
=${1#*=}
13433 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
13434 *) func_lo2o_result
=${1} ;;
13439 *) # Bourne compatible functions.
13440 cat << \_LT_EOF
>> "$cfgfile"
13441 # func_dirname file append nondir_replacement
13442 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13443 # otherwise set result to NONDIR_REPLACEMENT.
13446 # Extract subdirectory from the argument.
13447 func_dirname_result
=`$ECHO "X${1}" | $Xsed -e "$dirname"`
13448 if test "X$func_dirname_result" = "X${1}"; then
13449 func_dirname_result
="${3}"
13451 func_dirname_result
="$func_dirname_result${2}"
13455 # func_basename file
13458 func_basename_result
=`$ECHO "X${1}" | $Xsed -e "$basename"`
13461 # func_stripname prefix suffix name
13462 # strip PREFIX and SUFFIX off of NAME.
13463 # PREFIX and SUFFIX must not contain globbing or regex special
13464 # characters, hashes, percent signs, but SUFFIX may contain a leading
13465 # dot (in which case that matches only a dot).
13466 # func_strip_suffix prefix name
13470 .
*) func_stripname_result
=`$ECHO "X${3}" \
13471 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
13472 *) func_stripname_result
=`$ECHO "X${3}" \
13473 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
13478 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
13479 my_sed_long_arg
='1s/^-[^=]*=//'
13484 func_opt_split_opt
=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
13485 func_opt_split_arg
=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
13491 func_lo2o_result
=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
13496 case $lt_shell_append in
13498 cat << \_LT_EOF
>> "$cfgfile"
13500 # func_append var value
13501 # Append VALUE to the end of shell variable VAR.
13509 cat << \_LT_EOF
>> "$cfgfile"
13511 # func_append var value
13512 # Append VALUE to the end of shell variable VAR.
13522 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13523 ||
(rm -f "$cfgfile"; exit 1)
13525 mv -f "$cfgfile" "$ofile" ||
13526 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13531 for ac_file
in $CONFIG_FILES; do
13532 # Support "outfile[:infile[:infile...]]"
13534 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
13536 # PO directories have a Makefile.in generated from Makefile.in.in.
13537 case "$ac_file" in */Makefile.
in)
13538 # Adjust a relative srcdir.
13539 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
13540 ac_dir_suffix
="/`echo "$ac_dir"|sed 's%^\./%%'`"
13541 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
13542 # In autoconf-2.13 it is called $ac_given_srcdir.
13543 # In autoconf-2.50 it is called $srcdir.
13544 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
13545 case "$ac_given_srcdir" in
13546 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
13547 /*) top_srcdir
="$ac_given_srcdir" ;;
13548 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
13550 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
13551 rm -f "$ac_dir/POTFILES"
13552 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
13553 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
13554 POMAKEFILEDEPS
="POTFILES.in"
13555 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
13556 # on $ac_dir but don't depend on user-specified configuration
13558 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
13559 # The LINGUAS file contains the set of available languages.
13560 if test -n "$OBSOLETE_ALL_LINGUAS"; then
13561 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" ||
echo "setting ALL_LINGUAS in configure.in is obsolete"
13563 ALL_LINGUAS_
=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
13564 # Hide the ALL_LINGUAS assigment from automake.
13565 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
13566 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
13568 # The set of available languages was given in configure.in.
13569 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
13571 case "$ac_given_srcdir" in
13573 *) srcdirpre
='$(srcdir)/' ;;
13579 for lang
in $ALL_LINGUAS; do
13580 POFILES
="$POFILES $srcdirpre$lang.po"
13581 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
13582 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
13583 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
13585 # CATALOGS depends on both $ac_dir and the user's LINGUAS
13586 # environment variable.
13588 if test -n "$ALL_LINGUAS"; then
13589 for presentlang
in $ALL_LINGUAS; do
13591 if test "%UNSET%" != "$LINGUAS"; then
13592 desiredlanguages
="$LINGUAS"
13594 desiredlanguages
="$ALL_LINGUAS"
13596 for desiredlang
in $desiredlanguages; do
13597 # Use the presentlang catalog if desiredlang is
13598 # a. equal to presentlang, or
13599 # b. a variant of presentlang (because in this case,
13600 # presentlang can be used as a fallback for messages
13601 # which are not translated in the desiredlang catalog).
13602 case "$desiredlang" in
13603 "$presentlang"*) useit
=yes;;
13606 if test $useit = yes; then
13607 INST_LINGUAS
="$INST_LINGUAS $presentlang"
13612 if test -n "$INST_LINGUAS"; then
13613 for lang
in $INST_LINGUAS; do
13614 CATALOGS
="$CATALOGS $lang.gmo"
13617 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
13618 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"
13619 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
13620 if test -f "$f"; then
13622 *.orig |
*.bak |
*~
) ;;
13623 *) cat "$f" >> "$ac_dir/Makefile" ;;
13635 cat >>$CONFIG_STATUS <<\_ACEOF
13637 { (exit 0); exit 0; }
13639 chmod +x
$CONFIG_STATUS
13640 ac_clean_files
=$ac_clean_files_save
13643 # configure is writing to config.log, and then calls config.status.
13644 # config.status does its own redirection, appending to config.log.
13645 # Unfortunately, on DOS this fails, as config.log is still kept open
13646 # by configure, so config.status won't be able to write to it; its
13647 # output is simply discarded. So we exec the FD to /dev/null,
13648 # effectively closing config.log, so it can be properly (re)opened and
13649 # appended to by config.status. When coming back to configure, we
13650 # need to make the FD available again.
13651 if test "$no_create" != yes; then
13653 ac_config_status_args
=
13654 test "$silent" = yes &&
13655 ac_config_status_args
="$ac_config_status_args --quiet"
13657 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
13659 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13660 # would make configure fail if this is the last instruction.
13661 $ac_cs_success ||
{ (exit 1); exit 1; }