configure | configure | |||
---|---|---|---|---|
skipping to change at line 790 | skipping to change at line 790 | |||
ECHO_C | ECHO_C | |||
ECHO_N | ECHO_N | |||
ECHO_T | ECHO_T | |||
LIBS | LIBS | |||
build_alias | build_alias | |||
host_alias | host_alias | |||
target_alias | target_alias | |||
INSTALL_PROGRAM | INSTALL_PROGRAM | |||
INSTALL_SCRIPT | INSTALL_SCRIPT | |||
INSTALL_DATA | INSTALL_DATA | |||
am__isrc | ||||
CYGPATH_W | CYGPATH_W | |||
PACKAGE | PACKAGE | |||
VERSION | VERSION | |||
ACLOCAL | ACLOCAL | |||
AUTOCONF | AUTOCONF | |||
AUTOMAKE | AUTOMAKE | |||
AUTOHEADER | AUTOHEADER | |||
MAKEINFO | MAKEINFO | |||
install_sh | install_sh | |||
STRIP | STRIP | |||
skipping to change at line 840 | skipping to change at line 839 | |||
host | host | |||
host_cpu | host_cpu | |||
host_vendor | host_vendor | |||
host_os | host_os | |||
SED | SED | |||
GREP | GREP | |||
EGREP | EGREP | |||
ECHO | ECHO | |||
AR | AR | |||
RANLIB | RANLIB | |||
DSYMUTIL | ||||
NMEDIT | ||||
CPP | CPP | |||
CXX | CXX | |||
CXXFLAGS | CXXFLAGS | |||
ac_ct_CXX | ac_ct_CXX | |||
CXXDEPMODE | CXXDEPMODE | |||
am__fastdepCXX_TRUE | am__fastdepCXX_TRUE | |||
am__fastdepCXX_FALSE | am__fastdepCXX_FALSE | |||
CXXCPP | CXXCPP | |||
F77 | F77 | |||
FFLAGS | FFLAGS | |||
skipping to change at line 1904 | skipping to change at line 1905 | |||
fi | fi | |||
# These three variables are undocumented and unsupported, | # These three variables are undocumented and unsupported, | |||
# and are intended to be withdrawn in a future Autoconf release. | # and are intended to be withdrawn in a future Autoconf release. | |||
# They can cause serious problems if a builder's source tree is in a direct ory | # They can cause serious problems if a builder's source tree is in a direct ory | |||
# whose full name contains unusual characters. | # whose full name contains unusual characters. | |||
ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. | ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. | |||
ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. | ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. | |||
ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. | ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. | |||
am__api_version='1.10' | am__api_version="1.9" | |||
# Find a good install program. We prefer a C program (faster), | # Find a good install program. We prefer a C program (faster), | |||
# so one script is as good as another. But avoid the broken or | # so one script is as good as another. But avoid the broken or | |||
# incompatible versions: | # incompatible versions: | |||
# SysV /etc/install, /usr/sbin/install | # SysV /etc/install, /usr/sbin/install | |||
# SunOS /usr/etc/install | # SunOS /usr/etc/install | |||
# IRIX /sbin/install | # IRIX /sbin/install | |||
# AIX /bin/install | # AIX /bin/install | |||
# AmigaOS /C/install, which installs bootblocks on floppy discs | # AmigaOS /C/install, which installs bootblocks on floppy discs | |||
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag | |||
# AFS /usr/afsws/bin/install, which mishandles nonexistent args | # AFS /usr/afsws/bin/install, which mishandles nonexistent args | |||
skipping to change at line 2056 | skipping to change at line 2056 | |||
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" | test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" | |||
# Use eval to expand $SHELL | # Use eval to expand $SHELL | |||
if eval "$MISSING --run true"; then | if eval "$MISSING --run true"; then | |||
am_missing_run="$MISSING --run " | am_missing_run="$MISSING --run " | |||
else | else | |||
am_missing_run= | am_missing_run= | |||
{ echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 | { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 | |||
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} | echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} | |||
fi | fi | |||
{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 | if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then | |||
echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } | # We used to keeping the `.' as first argument, in order to | |||
if test -z "$MKDIR_P"; then | # allow $(mkdir_p) to be used without argument. As in | |||
if test "${ac_cv_path_mkdir+set}" = set; then | # $(mkdir_p) $(somedir) | |||
echo $ECHO_N "(cached) $ECHO_C" >&6 | # where $(somedir) is conditionally defined. However this is wrong | |||
else | # for two reasons: | |||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | # 1. if the package is installed by a user who cannot write `.' | |||
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin | # make install will fail, | |||
do | # 2. the above comment should most certainly read | |||
IFS=$as_save_IFS | # $(mkdir_p) $(DESTDIR)$(somedir) | |||
test -z "$as_dir" && as_dir=. | # so it does not work when $(somedir) is undefined and | |||
for ac_prog in mkdir gmkdir; do | # $(DESTDIR) is not. | |||
for ac_exec_ext in '' $ac_executable_extensions; do | # To support the latter case, we have to write | |||
{ test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ | # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), | |||
ac_prog$ac_exec_ext"; } || continue | # so the `.' trick is pointless. | |||
case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( | mkdir_p='mkdir -p --' | |||
'mkdir (GNU coreutils) '* | \ | else | |||
'mkdir (coreutils) '* | \ | # On NextStep and OpenStep, the `mkdir' command does not | |||
'mkdir (fileutils) '4.1*) | # recognize any option. It will interpret all options as | |||
ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext | # directories to create, and then abort because `.' already | |||
break 3;; | # exists. | |||
esac | for d in ./-p ./--version; | |||
done | do | |||
done | test -d $d && rmdir $d | |||
done | done | |||
IFS=$as_save_IFS | # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. | |||
if test -f "$ac_aux_dir/mkinstalldirs"; then | ||||
fi | mkdir_p='$(mkinstalldirs)' | |||
if test "${ac_cv_path_mkdir+set}" = set; then | ||||
MKDIR_P="$ac_cv_path_mkdir -p" | ||||
else | else | |||
# As a last resort, use the slow shell script. Don't cache a | mkdir_p='$(install_sh) -d' | |||
# value for MKDIR_P within a source directory, because that will | ||||
# break other packages using the cache if that directory is | ||||
# removed, or if the value is a relative name. | ||||
test -d ./--version && rmdir ./--version | ||||
MKDIR_P="$ac_install_sh -d" | ||||
fi | fi | |||
fi | fi | |||
{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5 | ||||
echo "${ECHO_T}$MKDIR_P" >&6; } | ||||
mkdir_p="$MKDIR_P" | ||||
case $mkdir_p in | ||||
[\\/$]* | ?:[\\/]*) ;; | ||||
*/*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; | ||||
esac | ||||
for ac_prog in gawk mawk nawk awk | for ac_prog in gawk mawk nawk awk | |||
do | do | |||
# Extract the first word of "$ac_prog", so it can be a program name with args. | # Extract the first word of "$ac_prog", so it can be a program name with args. | |||
set dummy $ac_prog; ac_word=$2 | set dummy $ac_prog; ac_word=$2 | |||
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | |||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |||
if test "${ac_cv_prog_AWK+set}" = set; then | if test "${ac_cv_prog_AWK+set}" = set; then | |||
echo $ECHO_N "(cached) $ECHO_C" >&6 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |||
else | else | |||
skipping to change at line 2184 | skipping to change at line 2169 | |||
rm -rf .tst 2>/dev/null | rm -rf .tst 2>/dev/null | |||
mkdir .tst 2>/dev/null | mkdir .tst 2>/dev/null | |||
if test -d .tst; then | if test -d .tst; then | |||
am__leading_dot=. | am__leading_dot=. | |||
else | else | |||
am__leading_dot=_ | am__leading_dot=_ | |||
fi | fi | |||
rmdir .tst 2>/dev/null | rmdir .tst 2>/dev/null | |||
if test "`cd $srcdir && pwd`" != "`pwd`"; then | # test to see if srcdir already configured | |||
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output | if test "`cd $srcdir && pwd`" != "`pwd`" && | |||
# is not polluted with repeated "-I." | test -f $srcdir/config.status; then | |||
am__isrc=' -I$(srcdir)' | { { echo "$as_me:$LINENO: error: source directory already configured; run | |||
# test to see if srcdir already configured | \"make distclean\" there first" >&5 | |||
if test -f $srcdir/config.status; then | ||||
{ { echo "$as_me:$LINENO: error: source directory already configured; r | ||||
un \"make distclean\" there first" >&5 | ||||
echo "$as_me: error: source directory already configured; run \"make distcl ean\" there first" >&2;} | echo "$as_me: error: source directory already configured; run \"make distcl ean\" there first" >&2;} | |||
{ (exit 1); exit 1; }; } | { (exit 1); exit 1; }; } | |||
fi | ||||
fi | fi | |||
# test whether we have cygpath | # test whether we have cygpath | |||
if test -z "$CYGPATH_W"; then | if test -z "$CYGPATH_W"; then | |||
if (cygpath --version) >/dev/null 2>/dev/null; then | if (cygpath --version) >/dev/null 2>/dev/null; then | |||
CYGPATH_W='cygpath -w' | CYGPATH_W='cygpath -w' | |||
else | else | |||
CYGPATH_W=echo | CYGPATH_W=echo | |||
fi | fi | |||
fi | fi | |||
# Define the identity of the package. | # Define the identity of the package. | |||
PACKAGE=lksctp-tools | PACKAGE=lksctp-tools | |||
VERSION=1.0.9 | VERSION=1.0.10 | |||
cat >>confdefs.h <<_ACEOF | cat >>confdefs.h <<_ACEOF | |||
#define PACKAGE "$PACKAGE" | #define PACKAGE "$PACKAGE" | |||
_ACEOF | _ACEOF | |||
cat >>confdefs.h <<_ACEOF | cat >>confdefs.h <<_ACEOF | |||
#define VERSION "$VERSION" | #define VERSION "$VERSION" | |||
_ACEOF | _ACEOF | |||
# Some tools Automake needs. | # Some tools Automake needs. | |||
skipping to change at line 2229 | skipping to change at line 2210 | |||
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} | ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} | |||
AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} | AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} | |||
AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} | AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} | |||
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} | AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} | |||
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} | MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} | |||
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} | install_sh=${install_sh-"$am_aux_dir/install-sh"} | |||
# Installed binaries are usually stripped using `strip' when the user | # Installed binaries are usually stripped using `strip' when the user | |||
# run `make install-strip'. However `strip' might not be the right | # run `make install-strip'. However `strip' might not be the right | |||
# tool to use in cross-compilation environments, therefore Automake | # tool to use in cross-compilation environments, therefore Automake | |||
# will honor the `STRIP' environment variable to overrule this program. | # will honor the `STRIP' environment variable to overrule this program. | |||
if test "$cross_compiling" != no; then | if test "$cross_compiling" != no; then | |||
if test -n "$ac_tool_prefix"; then | if test -n "$ac_tool_prefix"; then | |||
# Extract the first word of "${ac_tool_prefix}strip", so it can be a prog ram name with args. | # Extract the first word of "${ac_tool_prefix}strip", so it can be a prog ram name with args. | |||
set dummy ${ac_tool_prefix}strip; ac_word=$2 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | |||
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 | |||
skipping to change at line 2332 | skipping to change at line 2313 | |||
configuration is useful to you, please write to autoconf@gnu.org." >&2;} | configuration is useful to you, please write to autoconf@gnu.org." >&2;} | |||
ac_tool_warned=yes ;; | ac_tool_warned=yes ;; | |||
esac | esac | |||
STRIP=$ac_ct_STRIP | STRIP=$ac_ct_STRIP | |||
fi | fi | |||
else | else | |||
STRIP="$ac_cv_prog_STRIP" | STRIP="$ac_cv_prog_STRIP" | |||
fi | fi | |||
fi | fi | |||
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" | INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" | |||
# We need awk for the "check" target. The system "awk" is bad on | # We need awk for the "check" target. The system "awk" is bad on | |||
# some platforms. | # some platforms. | |||
# Always define AMTAR for backward compatibility. | # Always define AMTAR for backward compatibility. | |||
AMTAR=${AMTAR-"${am_missing_run}tar"} | AMTAR=${AMTAR-"${am_missing_run}tar"} | |||
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' | am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' | |||
ac_config_headers="$ac_config_headers config.h" | ac_config_headers="$ac_config_headers config.h" | |||
skipping to change at line 3345 | skipping to change at line 3326 | |||
# Check whether --enable-dependency-tracking was given. | # Check whether --enable-dependency-tracking was given. | |||
if test "${enable_dependency_tracking+set}" = set; then | if test "${enable_dependency_tracking+set}" = set; then | |||
enableval=$enable_dependency_tracking; | enableval=$enable_dependency_tracking; | |||
fi | fi | |||
if test "x$enable_dependency_tracking" != xno; then | if test "x$enable_dependency_tracking" != xno; then | |||
am_depcomp="$ac_aux_dir/depcomp" | am_depcomp="$ac_aux_dir/depcomp" | |||
AMDEPBACKSLASH='\' | AMDEPBACKSLASH='\' | |||
fi | fi | |||
if test "x$enable_dependency_tracking" != xno; then | ||||
if test "x$enable_dependency_tracking" != xno; then | ||||
AMDEP_TRUE= | AMDEP_TRUE= | |||
AMDEP_FALSE='#' | AMDEP_FALSE='#' | |||
else | else | |||
AMDEP_TRUE='#' | AMDEP_TRUE='#' | |||
AMDEP_FALSE= | AMDEP_FALSE= | |||
fi | fi | |||
depcc="$CC" am_compiler_list= | depcc="$CC" am_compiler_list= | |||
{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 | { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 | |||
skipping to change at line 3420 | skipping to change at line 3402 | |||
none) break ;; | none) break ;; | |||
esac | esac | |||
# We check with `-c' and `-o' for the sake of the "dashmstdout" | # We check with `-c' and `-o' for the sake of the "dashmstdout" | |||
# mode. It turns out that the SunPro C++ compiler does not properly | # mode. It turns out that the SunPro C++ compiler does not properly | |||
# handle `-M -o', and we need to detect this. | # handle `-M -o', and we need to detect this. | |||
if depmode=$depmode \ | if depmode=$depmode \ | |||
source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ | source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ | |||
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ | depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ | |||
$SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest. c \ | $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest. c \ | |||
>/dev/null 2>conftest.err && | >/dev/null 2>conftest.err && | |||
grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && | ||||
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && | grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && | |||
grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && | grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && | |||
${MAKE-make} -s -f confmf > /dev/null 2>&1; then | ${MAKE-make} -s -f confmf > /dev/null 2>&1; then | |||
# icc doesn't choke on unknown options, it will just issue warnings | # icc doesn't choke on unknown options, it will just issue warnings | |||
# or remarks (even with -Werror). So we grep stderr for any message | # or remarks (even with -Werror). So we grep stderr for any message | |||
# that says an option was ignored or not supported. | # that says an option was ignored or not supported. | |||
# When given -MP, icc 7.0 and 7.1 complain thusly: | # When given -MP, icc 7.0 and 7.1 complain thusly: | |||
# icc: Command line warning: ignoring option '-M'; no argument requ ired | # icc: Command line warning: ignoring option '-M'; no argument requ ired | |||
# The diagnosis changed in icc 8.0: | # The diagnosis changed in icc 8.0: | |||
# icc: Command line remark: option '-MP' not supported | # icc: Command line remark: option '-MP' not supported | |||
skipping to change at line 3450 | skipping to change at line 3431 | |||
rm -rf conftest.dir | rm -rf conftest.dir | |||
else | else | |||
am_cv_CC_dependencies_compiler_type=none | am_cv_CC_dependencies_compiler_type=none | |||
fi | fi | |||
fi | fi | |||
{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 | { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 | |||
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } | echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } | |||
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type | CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type | |||
if | if | |||
test "x$enable_dependency_tracking" != xno \ | test "x$enable_dependency_tracking" != xno \ | |||
&& test "$am_cv_CC_dependencies_compiler_type" = gcc3; then | && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then | |||
am__fastdepCC_TRUE= | am__fastdepCC_TRUE= | |||
am__fastdepCC_FALSE='#' | am__fastdepCC_FALSE='#' | |||
else | else | |||
am__fastdepCC_TRUE='#' | am__fastdepCC_TRUE='#' | |||
am__fastdepCC_FALSE= | am__fastdepCC_FALSE= | |||
fi | fi | |||
# Find a good install program. We prefer a C program (faster), | # Find a good install program. We prefer a C program (faster), | |||
skipping to change at line 4198 | skipping to change at line 4179 | |||
# 'none' -- dependencies not supported. | # 'none' -- dependencies not supported. | |||
# `unknown' -- same as none, but documents that we really don't know. | # `unknown' -- same as none, but documents that we really don't know. | |||
# 'pass_all' -- all dependencies passed with no checks. | # 'pass_all' -- all dependencies passed with no checks. | |||
# 'test_compile' -- check by making test program. | # 'test_compile' -- check by making test program. | |||
# 'file_magic [[regex]]' -- check by looking for files in library path | # 'file_magic [[regex]]' -- check by looking for files in library path | |||
# which responds to the $file_magic_cmd with a given extended regex. | # which responds to the $file_magic_cmd with a given extended regex. | |||
# If you have `file' or equivalent on your system and you're not sure | # If you have `file' or equivalent on your system and you're not sure | |||
# whether `pass_all' will *always* work, you probably want this one. | # whether `pass_all' will *always* work, you probably want this one. | |||
case $host_os in | case $host_os in | |||
aix4* | aix5*) | aix[4-9]*) | |||
lt_cv_deplibs_check_method=pass_all | lt_cv_deplibs_check_method=pass_all | |||
;; | ;; | |||
beos*) | beos*) | |||
lt_cv_deplibs_check_method=pass_all | lt_cv_deplibs_check_method=pass_all | |||
;; | ;; | |||
bsdi[45]*) | bsdi[45]*) | |||
lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' | lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' | |||
lt_cv_file_magic_cmd='/usr/bin/file -L' | lt_cv_file_magic_cmd='/usr/bin/file -L' | |||
skipping to change at line 4410 | skipping to change at line 4391 | |||
;; | ;; | |||
*ELF-64*) | *ELF-64*) | |||
HPUX_IA64_MODE="64" | HPUX_IA64_MODE="64" | |||
;; | ;; | |||
esac | esac | |||
fi | fi | |||
rm -rf conftest* | rm -rf conftest* | |||
;; | ;; | |||
*-*-irix6*) | *-*-irix6*) | |||
# Find out which ABI we are using. | # Find out which ABI we are using. | |||
echo '#line 4517 "configure"' > conftest.$ac_ext | echo '#line 4502 "configure"' > conftest.$ac_ext | |||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
(eval $ac_compile) 2>&5 | (eval $ac_compile) 2>&5 | |||
ac_status=$? | ac_status=$? | |||
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |||
(exit $ac_status); }; then | (exit $ac_status); }; then | |||
if test "$lt_cv_prog_gnu_ld" = yes; then | if test "$lt_cv_prog_gnu_ld" = yes; then | |||
case `/usr/bin/file conftest.$ac_objext` in | case `/usr/bin/file conftest.$ac_objext` in | |||
*32-bit*) | *32-bit*) | |||
LD="${LD-ld} -melf32bsmip" | LD="${LD-ld} -melf32bsmip" | |||
;; | ;; | |||
skipping to change at line 4582 | skipping to change at line 4563 | |||
echo 'int i;' > conftest.$ac_ext | echo 'int i;' > conftest.$ac_ext | |||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
(eval $ac_compile) 2>&5 | (eval $ac_compile) 2>&5 | |||
ac_status=$? | ac_status=$? | |||
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |||
(exit $ac_status); }; then | (exit $ac_status); }; then | |||
case `/usr/bin/file conftest.o` in | case `/usr/bin/file conftest.o` in | |||
*64-bit*) | *64-bit*) | |||
case $lt_cv_prog_gnu_ld in | case $lt_cv_prog_gnu_ld in | |||
yes*) LD="${LD-ld} -m elf64_sparc" ;; | yes*) LD="${LD-ld} -m elf64_sparc" ;; | |||
*) LD="${LD-ld} -64" ;; | *) | |||
if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then | ||||
LD="${LD-ld} -64" | ||||
fi | ||||
;; | ||||
esac | esac | |||
;; | ;; | |||
esac | esac | |||
fi | fi | |||
rm -rf conftest* | rm -rf conftest* | |||
;; | ;; | |||
esac | esac | |||
need_locks="$enable_libtool_lock" | need_locks="$enable_libtool_lock" | |||
skipping to change at line 5624 | skipping to change at line 5609 | |||
none) break ;; | none) break ;; | |||
esac | esac | |||
# We check with `-c' and `-o' for the sake of the "dashmstdout" | # We check with `-c' and `-o' for the sake of the "dashmstdout" | |||
# mode. It turns out that the SunPro C++ compiler does not properly | # mode. It turns out that the SunPro C++ compiler does not properly | |||
# handle `-M -o', and we need to detect this. | # handle `-M -o', and we need to detect this. | |||
if depmode=$depmode \ | if depmode=$depmode \ | |||
source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ | source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ | |||
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ | depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ | |||
$SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest. c \ | $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest. c \ | |||
>/dev/null 2>conftest.err && | >/dev/null 2>conftest.err && | |||
grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && | ||||
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && | grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && | |||
grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && | grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && | |||
${MAKE-make} -s -f confmf > /dev/null 2>&1; then | ${MAKE-make} -s -f confmf > /dev/null 2>&1; then | |||
# icc doesn't choke on unknown options, it will just issue warnings | # icc doesn't choke on unknown options, it will just issue warnings | |||
# or remarks (even with -Werror). So we grep stderr for any message | # or remarks (even with -Werror). So we grep stderr for any message | |||
# that says an option was ignored or not supported. | # that says an option was ignored or not supported. | |||
# When given -MP, icc 7.0 and 7.1 complain thusly: | # When given -MP, icc 7.0 and 7.1 complain thusly: | |||
# icc: Command line warning: ignoring option '-M'; no argument requ ired | # icc: Command line warning: ignoring option '-M'; no argument requ ired | |||
# The diagnosis changed in icc 8.0: | # The diagnosis changed in icc 8.0: | |||
# icc: Command line remark: option '-MP' not supported | # icc: Command line remark: option '-MP' not supported | |||
skipping to change at line 5654 | skipping to change at line 5638 | |||
rm -rf conftest.dir | rm -rf conftest.dir | |||
else | else | |||
am_cv_CXX_dependencies_compiler_type=none | am_cv_CXX_dependencies_compiler_type=none | |||
fi | fi | |||
fi | fi | |||
{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 | { echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 | |||
echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } | echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } | |||
CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type | CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type | |||
if | if | |||
test "x$enable_dependency_tracking" != xno \ | test "x$enable_dependency_tracking" != xno \ | |||
&& test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then | && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then | |||
am__fastdepCXX_TRUE= | am__fastdepCXX_TRUE= | |||
am__fastdepCXX_FALSE='#' | am__fastdepCXX_FALSE='#' | |||
else | else | |||
am__fastdepCXX_TRUE='#' | am__fastdepCXX_TRUE='#' | |||
am__fastdepCXX_FALSE= | am__fastdepCXX_FALSE= | |||
fi | fi | |||
if test -n "$CXX" && ( test "X$CXX" != "Xno" && | if test -n "$CXX" && ( test "X$CXX" != "Xno" && | |||
skipping to change at line 6153 | skipping to change at line 6137 | |||
fi | fi | |||
G77=`test $ac_compiler_gnu = yes && echo yes` | G77=`test $ac_compiler_gnu = yes && echo yes` | |||
ac_ext=c | ac_ext=c | |||
ac_cpp='$CPP $CPPFLAGS' | ac_cpp='$CPP $CPPFLAGS' | |||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |||
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ ext $LIBS >&5' | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ ext $LIBS >&5' | |||
ac_compiler_gnu=$ac_cv_c_compiler_gnu | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers ! | # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers ! | |||
# find the maximum length of command line arguments | # find the maximum length of command line arguments | |||
{ echo "$as_me:$LINENO: checking the maximum length of command line argumen ts" >&5 | { echo "$as_me:$LINENO: checking the maximum length of command line argumen ts" >&5 | |||
echo $ECHO_N "checking the maximum length of command line arguments... $ECH O_C" >&6; } | echo $ECHO_N "checking the maximum length of command line arguments... $ECH O_C" >&6; } | |||
if test "${lt_cv_sys_max_cmd_len+set}" = set; then | if test "${lt_cv_sys_max_cmd_len+set}" = set; then | |||
echo $ECHO_N "(cached) $ECHO_C" >&6 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |||
else | else | |||
i=0 | i=0 | |||
teststring="ABCD" | teststring="ABCD" | |||
case $build_os in | case $build_os in | |||
skipping to change at line 6464 | skipping to change at line 6447 | |||
else | else | |||
echo "cannot find nm_test_var in $nlist" >&5 | echo "cannot find nm_test_var in $nlist" >&5 | |||
fi | fi | |||
else | else | |||
echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 | echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 | |||
fi | fi | |||
else | else | |||
echo "$progname: failed program was:" >&5 | echo "$progname: failed program was:" >&5 | |||
cat conftest.$ac_ext >&5 | cat conftest.$ac_ext >&5 | |||
fi | fi | |||
rm -f conftest* conftst* | rm -rf conftest* conftst* | |||
# Do not use the global_symbol_pipe unless it works. | # Do not use the global_symbol_pipe unless it works. | |||
if test "$pipe_works" = yes; then | if test "$pipe_works" = yes; then | |||
break | break | |||
else | else | |||
lt_cv_sys_global_symbol_pipe= | lt_cv_sys_global_symbol_pipe= | |||
fi | fi | |||
done | done | |||
fi | fi | |||
skipping to change at line 7015 | skipping to change at line 6998 | |||
else | else | |||
MAGIC_CMD=: | MAGIC_CMD=: | |||
fi | fi | |||
fi | fi | |||
fi | fi | |||
;; | ;; | |||
esac | esac | |||
case $host_os in | ||||
rhapsody* | darwin*) | ||||
if test -n "$ac_tool_prefix"; then | ||||
# Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a p | ||||
rogram name with args. | ||||
set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 | ||||
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 | ||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | ||||
if test "${ac_cv_prog_DSYMUTIL+set}" = set; then | ||||
echo $ECHO_N "(cached) $ECHO_C" >&6 | ||||
else | ||||
if test -n "$DSYMUTIL"; then | ||||
ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. | ||||
else | ||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||||
for as_dir in $PATH | ||||
do | ||||
IFS=$as_save_IFS | ||||
test -z "$as_dir" && as_dir=. | ||||
for ac_exec_ext in '' $ac_executable_extensions; do | ||||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo | ||||
rd$ac_exec_ext"; }; then | ||||
ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" | ||||
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | ||||
break 2 | ||||
fi | ||||
done | ||||
done | ||||
IFS=$as_save_IFS | ||||
fi | ||||
fi | ||||
DSYMUTIL=$ac_cv_prog_DSYMUTIL | ||||
if test -n "$DSYMUTIL"; then | ||||
{ echo "$as_me:$LINENO: result: $DSYMUTIL" >&5 | ||||
echo "${ECHO_T}$DSYMUTIL" >&6; } | ||||
else | ||||
{ echo "$as_me:$LINENO: result: no" >&5 | ||||
echo "${ECHO_T}no" >&6; } | ||||
fi | ||||
fi | ||||
if test -z "$ac_cv_prog_DSYMUTIL"; then | ||||
ac_ct_DSYMUTIL=$DSYMUTIL | ||||
# Extract the first word of "dsymutil", so it can be a program name with | ||||
args. | ||||
set dummy dsymutil; ac_word=$2 | ||||
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 | ||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | ||||
if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then | ||||
echo $ECHO_N "(cached) $ECHO_C" >&6 | ||||
else | ||||
if test -n "$ac_ct_DSYMUTIL"; then | ||||
ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the t | ||||
est. | ||||
else | ||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||||
for as_dir in $PATH | ||||
do | ||||
IFS=$as_save_IFS | ||||
test -z "$as_dir" && as_dir=. | ||||
for ac_exec_ext in '' $ac_executable_extensions; do | ||||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo | ||||
rd$ac_exec_ext"; }; then | ||||
ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" | ||||
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | ||||
break 2 | ||||
fi | ||||
done | ||||
done | ||||
IFS=$as_save_IFS | ||||
fi | ||||
fi | ||||
ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL | ||||
if test -n "$ac_ct_DSYMUTIL"; then | ||||
{ echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5 | ||||
echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; } | ||||
else | ||||
{ echo "$as_me:$LINENO: result: no" >&5 | ||||
echo "${ECHO_T}no" >&6; } | ||||
fi | ||||
if test "x$ac_ct_DSYMUTIL" = x; then | ||||
DSYMUTIL=":" | ||||
else | ||||
case $cross_compiling:$ac_tool_warned in | ||||
yes:) | ||||
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cr | ||||
oss-tools | ||||
whose name does not start with the host triplet. If you think this | ||||
configuration is useful to you, please write to autoconf@gnu.org." >&5 | ||||
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools | ||||
whose name does not start with the host triplet. If you think this | ||||
configuration is useful to you, please write to autoconf@gnu.org." >&2;} | ||||
ac_tool_warned=yes ;; | ||||
esac | ||||
DSYMUTIL=$ac_ct_DSYMUTIL | ||||
fi | ||||
else | ||||
DSYMUTIL="$ac_cv_prog_DSYMUTIL" | ||||
fi | ||||
if test -n "$ac_tool_prefix"; then | ||||
# Extract the first word of "${ac_tool_prefix}nmedit", so it can be a pro | ||||
gram name with args. | ||||
set dummy ${ac_tool_prefix}nmedit; ac_word=$2 | ||||
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 | ||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | ||||
if test "${ac_cv_prog_NMEDIT+set}" = set; then | ||||
echo $ECHO_N "(cached) $ECHO_C" >&6 | ||||
else | ||||
if test -n "$NMEDIT"; then | ||||
ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. | ||||
else | ||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||||
for as_dir in $PATH | ||||
do | ||||
IFS=$as_save_IFS | ||||
test -z "$as_dir" && as_dir=. | ||||
for ac_exec_ext in '' $ac_executable_extensions; do | ||||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo | ||||
rd$ac_exec_ext"; }; then | ||||
ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" | ||||
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | ||||
break 2 | ||||
fi | ||||
done | ||||
done | ||||
IFS=$as_save_IFS | ||||
fi | ||||
fi | ||||
NMEDIT=$ac_cv_prog_NMEDIT | ||||
if test -n "$NMEDIT"; then | ||||
{ echo "$as_me:$LINENO: result: $NMEDIT" >&5 | ||||
echo "${ECHO_T}$NMEDIT" >&6; } | ||||
else | ||||
{ echo "$as_me:$LINENO: result: no" >&5 | ||||
echo "${ECHO_T}no" >&6; } | ||||
fi | ||||
fi | ||||
if test -z "$ac_cv_prog_NMEDIT"; then | ||||
ac_ct_NMEDIT=$NMEDIT | ||||
# Extract the first word of "nmedit", so it can be a program name with ar | ||||
gs. | ||||
set dummy nmedit; ac_word=$2 | ||||
{ echo "$as_me:$LINENO: checking for $ac_word" >&5 | ||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | ||||
if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then | ||||
echo $ECHO_N "(cached) $ECHO_C" >&6 | ||||
else | ||||
if test -n "$ac_ct_NMEDIT"; then | ||||
ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. | ||||
else | ||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||||
for as_dir in $PATH | ||||
do | ||||
IFS=$as_save_IFS | ||||
test -z "$as_dir" && as_dir=. | ||||
for ac_exec_ext in '' $ac_executable_extensions; do | ||||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_wo | ||||
rd$ac_exec_ext"; }; then | ||||
ac_cv_prog_ac_ct_NMEDIT="nmedit" | ||||
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | ||||
break 2 | ||||
fi | ||||
done | ||||
done | ||||
IFS=$as_save_IFS | ||||
fi | ||||
fi | ||||
ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT | ||||
if test -n "$ac_ct_NMEDIT"; then | ||||
{ echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5 | ||||
echo "${ECHO_T}$ac_ct_NMEDIT" >&6; } | ||||
else | ||||
{ echo "$as_me:$LINENO: result: no" >&5 | ||||
echo "${ECHO_T}no" >&6; } | ||||
fi | ||||
if test "x$ac_ct_NMEDIT" = x; then | ||||
NMEDIT=":" | ||||
else | ||||
case $cross_compiling:$ac_tool_warned in | ||||
yes:) | ||||
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cr | ||||
oss-tools | ||||
whose name does not start with the host triplet. If you think this | ||||
configuration is useful to you, please write to autoconf@gnu.org." >&5 | ||||
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools | ||||
whose name does not start with the host triplet. If you think this | ||||
configuration is useful to you, please write to autoconf@gnu.org." >&2;} | ||||
ac_tool_warned=yes ;; | ||||
esac | ||||
NMEDIT=$ac_ct_NMEDIT | ||||
fi | ||||
else | ||||
NMEDIT="$ac_cv_prog_NMEDIT" | ||||
fi | ||||
{ echo "$as_me:$LINENO: checking for -single_module linker flag" >&5 | ||||
echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; } | ||||
if test "${lt_cv_apple_cc_single_mod+set}" = set; then | ||||
echo $ECHO_N "(cached) $ECHO_C" >&6 | ||||
else | ||||
lt_cv_apple_cc_single_mod=no | ||||
if test -z "${LT_MULTI_MODULE}"; then | ||||
# By default we will add the -single_module flag. You can override | ||||
# by either setting the environment variable LT_MULTI_MODULE | ||||
# non-empty at configure time, or by adding -multi_module to the | ||||
# link flags. | ||||
echo "int foo(void){return 1;}" > conftest.c | ||||
$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ | ||||
-dynamiclib ${wl}-single_module conftest.c | ||||
if test -f libconftest.dylib; then | ||||
lt_cv_apple_cc_single_mod=yes | ||||
rm -rf libconftest.dylib* | ||||
fi | ||||
rm conftest.c | ||||
fi | ||||
fi | ||||
{ echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5 | ||||
echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; } | ||||
{ echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag | ||||
" >&5 | ||||
echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" > | ||||
&6; } | ||||
if test "${lt_cv_ld_exported_symbols_list+set}" = set; then | ||||
echo $ECHO_N "(cached) $ECHO_C" >&6 | ||||
else | ||||
lt_cv_ld_exported_symbols_list=no | ||||
save_LDFLAGS=$LDFLAGS | ||||
echo "_main" > conftest.sym | ||||
LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" | ||||
cat >conftest.$ac_ext <<_ACEOF | ||||
/* confdefs.h. */ | ||||
_ACEOF | ||||
cat confdefs.h >>conftest.$ac_ext | ||||
cat >>conftest.$ac_ext <<_ACEOF | ||||
/* end confdefs.h. */ | ||||
int | ||||
main () | ||||
{ | ||||
; | ||||
return 0; | ||||
} | ||||
_ACEOF | ||||
rm -f conftest.$ac_objext conftest$ac_exeext | ||||
if { (ac_try="$ac_link" | ||||
case "(($ac_try" in | ||||
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | ||||
*) ac_try_echo=$ac_try;; | ||||
esac | ||||
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | ||||
(eval "$ac_link") 2>conftest.er1 | ||||
ac_status=$? | ||||
grep -v '^ *+' conftest.er1 >conftest.err | ||||
rm -f conftest.er1 | ||||
cat conftest.err >&5 | ||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||||
(exit $ac_status); } && { | ||||
test -z "$ac_c_werror_flag" || | ||||
test ! -s conftest.err | ||||
} && test -s conftest$ac_exeext && | ||||
$as_test_x conftest$ac_exeext; then | ||||
lt_cv_ld_exported_symbols_list=yes | ||||
else | ||||
echo "$as_me: failed program was:" >&5 | ||||
sed 's/^/| /' conftest.$ac_ext >&5 | ||||
lt_cv_ld_exported_symbols_list=no | ||||
fi | ||||
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | ||||
conftest$ac_exeext conftest.$ac_ext | ||||
LDFLAGS="$save_LDFLAGS" | ||||
fi | ||||
{ echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5 | ||||
echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; } | ||||
case $host_os in | ||||
rhapsody* | darwin1.[0123]) | ||||
_lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; | ||||
darwin1.*) | ||||
_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}sup | ||||
press' ;; | ||||
darwin*) | ||||
# if running on 10.5 or later, the deployment target defaults | ||||
# to the OS version, if on x86, and 10.4, the deployment | ||||
# target defaults to 10.4. Don't you love it? | ||||
case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in | ||||
10.0,*86*-darwin8*|10.0,*-darwin[91]*) | ||||
_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; | ||||
10.[012]*) | ||||
_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}sup | ||||
press' ;; | ||||
10.*) | ||||
_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; | ||||
esac | ||||
;; | ||||
esac | ||||
if test "$lt_cv_apple_cc_single_mod" = "yes"; then | ||||
_lt_dar_single_mod='$single_module' | ||||
fi | ||||
if test "$lt_cv_ld_exported_symbols_list" = "yes"; then | ||||
_lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${li | ||||
bname}-symbols.expsym' | ||||
else | ||||
_lt_dar_export_syms="~$NMEDIT -s \$output_objdir/\${libname}-symbols. | ||||
expsym \${lib}" | ||||
fi | ||||
if test "$DSYMUTIL" != ":"; then | ||||
_lt_dsymutil="~$DSYMUTIL \$lib || :" | ||||
else | ||||
_lt_dsymutil= | ||||
fi | ||||
;; | ||||
esac | ||||
enable_dlopen=yes | enable_dlopen=yes | |||
enable_win32_dll=no | enable_win32_dll=no | |||
# Check whether --enable-libtool-lock was given. | # Check whether --enable-libtool-lock was given. | |||
if test "${enable_libtool_lock+set}" = set; then | if test "${enable_libtool_lock+set}" = set; then | |||
enableval=$enable_libtool_lock; | enableval=$enable_libtool_lock; | |||
fi | fi | |||
test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes | test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes | |||
skipping to change at line 7076 | skipping to change at line 7366 | |||
ac_outfile=conftest.$ac_objext | ac_outfile=conftest.$ac_objext | |||
echo "$lt_simple_compile_test_code" >conftest.$ac_ext | echo "$lt_simple_compile_test_code" >conftest.$ac_ext | |||
eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | |||
_lt_compiler_boilerplate=`cat conftest.err` | _lt_compiler_boilerplate=`cat conftest.err` | |||
$rm conftest* | $rm conftest* | |||
ac_outfile=conftest.$ac_objext | ac_outfile=conftest.$ac_objext | |||
echo "$lt_simple_link_test_code" >conftest.$ac_ext | echo "$lt_simple_link_test_code" >conftest.$ac_ext | |||
eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | |||
_lt_linker_boilerplate=`cat conftest.err` | _lt_linker_boilerplate=`cat conftest.err` | |||
$rm conftest* | $rm -r conftest* | |||
lt_prog_compiler_no_builtin_flag= | lt_prog_compiler_no_builtin_flag= | |||
if test "$GCC" = yes; then | if test "$GCC" = yes; then | |||
lt_prog_compiler_no_builtin_flag=' -fno-builtin' | lt_prog_compiler_no_builtin_flag=' -fno-builtin' | |||
{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-excep tions" >&5 | { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-excep tions" >&5 | |||
echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ ECHO_C" >&6; } | echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ ECHO_C" >&6; } | |||
if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then | if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then | |||
echo $ECHO_N "(cached) $ECHO_C" >&6 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |||
skipping to change at line 7101 | skipping to change at line 7391 | |||
lt_compiler_flag="-fno-rtti -fno-exceptions" | lt_compiler_flag="-fno-rtti -fno-exceptions" | |||
# Insert the option either (1) after the last *FLAGS variable, or | # Insert the option either (1) after the last *FLAGS variable, or | |||
# (2) before a word containing "conftest.", or (3) at the end. | # (2) before a word containing "conftest.", or (3) at the end. | |||
# Note that $ac_compile itself does not contain backslashes and begins | # Note that $ac_compile itself does not contain backslashes and begins | |||
# with a dollar sign (not a hyphen), so the echo should work correctly. | # with a dollar sign (not a hyphen), so the echo should work correctly. | |||
# The option is referenced via a variable to avoid confusing sed. | # The option is referenced via a variable to avoid confusing sed. | |||
lt_compile=`echo "$ac_compile" | $SED \ | lt_compile=`echo "$ac_compile" | $SED \ | |||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |||
-e 's:$: $lt_compiler_flag:'` | -e 's:$: $lt_compiler_flag:'` | |||
(eval echo "\"\$as_me:7254: $lt_compile\"" >&5) | (eval echo "\"\$as_me:7555: $lt_compile\"" >&5) | |||
(eval "$lt_compile" 2>conftest.err) | (eval "$lt_compile" 2>conftest.err) | |||
ac_status=$? | ac_status=$? | |||
cat conftest.err >&5 | cat conftest.err >&5 | |||
echo "$as_me:7258: \$? = $ac_status" >&5 | echo "$as_me:7559: \$? = $ac_status" >&5 | |||
if (exit $ac_status) && test -s "$ac_outfile"; then | if (exit $ac_status) && test -s "$ac_outfile"; then | |||
# The compiler can only warn and ignore the option if not recognized | # The compiler can only warn and ignore the option if not recognized | |||
# So say no if there are warnings other than the usual output. | # So say no if there are warnings other than the usual output. | |||
$echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp | $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp | |||
$SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | |||
if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null ; then | if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null ; then | |||
lt_cv_prog_compiler_rtti_exceptions=yes | lt_cv_prog_compiler_rtti_exceptions=yes | |||
fi | fi | |||
fi | fi | |||
$rm conftest* | $rm conftest* | |||
skipping to change at line 7375 | skipping to change at line 7665 | |||
{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 | { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 | |||
echo "${ECHO_T}$lt_prog_compiler_pic" >&6; } | echo "${ECHO_T}$lt_prog_compiler_pic" >&6; } | |||
# | # | |||
# Check to make sure the PIC flag actually works. | # Check to make sure the PIC flag actually works. | |||
# | # | |||
if test -n "$lt_prog_compiler_pic"; then | if test -n "$lt_prog_compiler_pic"; then | |||
{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pi c works" >&5 | { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pi c works" >&5 | |||
echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; } | echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; } | |||
if test "${lt_prog_compiler_pic_works+set}" = set; then | if test "${lt_cv_prog_compiler_pic_works+set}" = set; then | |||
echo $ECHO_N "(cached) $ECHO_C" >&6 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |||
else | else | |||
lt_prog_compiler_pic_works=no | lt_cv_prog_compiler_pic_works=no | |||
ac_outfile=conftest.$ac_objext | ac_outfile=conftest.$ac_objext | |||
echo "$lt_simple_compile_test_code" > conftest.$ac_ext | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |||
lt_compiler_flag="$lt_prog_compiler_pic -DPIC" | lt_compiler_flag="$lt_prog_compiler_pic -DPIC" | |||
# Insert the option either (1) after the last *FLAGS variable, or | # Insert the option either (1) after the last *FLAGS variable, or | |||
# (2) before a word containing "conftest.", or (3) at the end. | # (2) before a word containing "conftest.", or (3) at the end. | |||
# Note that $ac_compile itself does not contain backslashes and begins | # Note that $ac_compile itself does not contain backslashes and begins | |||
# with a dollar sign (not a hyphen), so the echo should work correctly. | # with a dollar sign (not a hyphen), so the echo should work correctly. | |||
# The option is referenced via a variable to avoid confusing sed. | # The option is referenced via a variable to avoid confusing sed. | |||
lt_compile=`echo "$ac_compile" | $SED \ | lt_compile=`echo "$ac_compile" | $SED \ | |||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |||
-e 's:$: $lt_compiler_flag:'` | -e 's:$: $lt_compiler_flag:'` | |||
(eval echo "\"\$as_me:7544: $lt_compile\"" >&5) | (eval echo "\"\$as_me:7845: $lt_compile\"" >&5) | |||
(eval "$lt_compile" 2>conftest.err) | (eval "$lt_compile" 2>conftest.err) | |||
ac_status=$? | ac_status=$? | |||
cat conftest.err >&5 | cat conftest.err >&5 | |||
echo "$as_me:7548: \$? = $ac_status" >&5 | echo "$as_me:7849: \$? = $ac_status" >&5 | |||
if (exit $ac_status) && test -s "$ac_outfile"; then | if (exit $ac_status) && test -s "$ac_outfile"; then | |||
# The compiler can only warn and ignore the option if not recognized | # The compiler can only warn and ignore the option if not recognized | |||
# So say no if there are warnings other than the usual output. | # So say no if there are warnings other than the usual output. | |||
$echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp | $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp | |||
$SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | |||
if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null ; then | if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null ; then | |||
lt_prog_compiler_pic_works=yes | lt_cv_prog_compiler_pic_works=yes | |||
fi | fi | |||
fi | fi | |||
$rm conftest* | $rm conftest* | |||
fi | fi | |||
{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5 | { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5 | |||
echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6; } | echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; } | |||
if test x"$lt_prog_compiler_pic_works" = xyes; then | if test x"$lt_cv_prog_compiler_pic_works" = xyes; then | |||
case $lt_prog_compiler_pic in | case $lt_prog_compiler_pic in | |||
"" | " "*) ;; | "" | " "*) ;; | |||
*) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; | *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; | |||
esac | esac | |||
else | else | |||
lt_prog_compiler_pic= | lt_prog_compiler_pic= | |||
lt_prog_compiler_can_build_shared=no | lt_prog_compiler_can_build_shared=no | |||
fi | fi | |||
fi | fi | |||
skipping to change at line 7438 | skipping to change at line 7728 | |||
lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" | |||
;; | ;; | |||
esac | esac | |||
# | # | |||
# Check to make sure the static flag actually works. | # Check to make sure the static flag actually works. | |||
# | # | |||
wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\ " | wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\ " | |||
{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_fl ag works" >&5 | { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_fl ag works" >&5 | |||
echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works.. . $ECHO_C" >&6; } | echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works.. . $ECHO_C" >&6; } | |||
if test "${lt_prog_compiler_static_works+set}" = set; then | if test "${lt_cv_prog_compiler_static_works+set}" = set; then | |||
echo $ECHO_N "(cached) $ECHO_C" >&6 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |||
else | else | |||
lt_prog_compiler_static_works=no | lt_cv_prog_compiler_static_works=no | |||
save_LDFLAGS="$LDFLAGS" | save_LDFLAGS="$LDFLAGS" | |||
LDFLAGS="$LDFLAGS $lt_tmp_static_flag" | LDFLAGS="$LDFLAGS $lt_tmp_static_flag" | |||
echo "$lt_simple_link_test_code" > conftest.$ac_ext | echo "$lt_simple_link_test_code" > conftest.$ac_ext | |||
if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then | if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then | |||
# The linker can only warn and ignore the option if not recognized | # The linker can only warn and ignore the option if not recognized | |||
# So say no if there are warnings | # So say no if there are warnings | |||
if test -s conftest.err; then | if test -s conftest.err; then | |||
# Append any errors to the config.log. | # Append any errors to the config.log. | |||
cat conftest.err 1>&5 | cat conftest.err 1>&5 | |||
$echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp | $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp | |||
$SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | |||
if diff conftest.exp conftest.er2 >/dev/null; then | if diff conftest.exp conftest.er2 >/dev/null; then | |||
lt_prog_compiler_static_works=yes | lt_cv_prog_compiler_static_works=yes | |||
fi | fi | |||
else | else | |||
lt_prog_compiler_static_works=yes | lt_cv_prog_compiler_static_works=yes | |||
fi | fi | |||
fi | fi | |||
$rm conftest* | $rm -r conftest* | |||
LDFLAGS="$save_LDFLAGS" | LDFLAGS="$save_LDFLAGS" | |||
fi | fi | |||
{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5 | { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5 | |||
echo "${ECHO_T}$lt_prog_compiler_static_works" >&6; } | echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; } | |||
if test x"$lt_prog_compiler_static_works" = xyes; then | if test x"$lt_cv_prog_compiler_static_works" = xyes; then | |||
: | : | |||
else | else | |||
lt_prog_compiler_static= | lt_prog_compiler_static= | |||
fi | fi | |||
{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objex t" >&5 | { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objex t" >&5 | |||
echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO _C" >&6; } | echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO _C" >&6; } | |||
if test "${lt_cv_prog_compiler_c_o+set}" = set; then | if test "${lt_cv_prog_compiler_c_o+set}" = set; then | |||
echo $ECHO_N "(cached) $ECHO_C" >&6 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |||
else | else | |||
skipping to change at line 7494 | skipping to change at line 7784 | |||
lt_compiler_flag="-o out/conftest2.$ac_objext" | lt_compiler_flag="-o out/conftest2.$ac_objext" | |||
# Insert the option either (1) after the last *FLAGS variable, or | # Insert the option either (1) after the last *FLAGS variable, or | |||
# (2) before a word containing "conftest.", or (3) at the end. | # (2) before a word containing "conftest.", or (3) at the end. | |||
# Note that $ac_compile itself does not contain backslashes and begins | # Note that $ac_compile itself does not contain backslashes and begins | |||
# with a dollar sign (not a hyphen), so the echo should work correctly. | # with a dollar sign (not a hyphen), so the echo should work correctly. | |||
lt_compile=`echo "$ac_compile" | $SED \ | lt_compile=`echo "$ac_compile" | $SED \ | |||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |||
-e 's:$: $lt_compiler_flag:'` | -e 's:$: $lt_compiler_flag:'` | |||
(eval echo "\"\$as_me:7648: $lt_compile\"" >&5) | (eval echo "\"\$as_me:7949: $lt_compile\"" >&5) | |||
(eval "$lt_compile" 2>out/conftest.err) | (eval "$lt_compile" 2>out/conftest.err) | |||
ac_status=$? | ac_status=$? | |||
cat out/conftest.err >&5 | cat out/conftest.err >&5 | |||
echo "$as_me:7652: \$? = $ac_status" >&5 | echo "$as_me:7953: \$? = $ac_status" >&5 | |||
if (exit $ac_status) && test -s out/conftest2.$ac_objext | if (exit $ac_status) && test -s out/conftest2.$ac_objext | |||
then | then | |||
# The compiler can only warn and ignore the option if not recognized | # The compiler can only warn and ignore the option if not recognized | |||
# So say no if there are warnings | # So say no if there are warnings | |||
$echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.e xp | $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.e xp | |||
$SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 | $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 | |||
if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er 2 >/dev/null; then | if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er 2 >/dev/null; then | |||
lt_cv_prog_compiler_c_o=yes | lt_cv_prog_compiler_c_o=yes | |||
fi | fi | |||
fi | fi | |||
skipping to change at line 7577 | skipping to change at line 7867 | |||
module_expsym_cmds= | module_expsym_cmds= | |||
always_export_symbols=no | always_export_symbols=no | |||
export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $S ED '\''s/.* //'\'' | sort | uniq > $export_symbols' | export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $S ED '\''s/.* //'\'' | sort | uniq > $export_symbols' | |||
# include_expsyms should be a list of space-separated symbols to be *alwa ys* | # include_expsyms should be a list of space-separated symbols to be *alwa ys* | |||
# included in the symbol list | # included in the symbol list | |||
include_expsyms= | include_expsyms= | |||
# exclude_expsyms can be an extended regexp of symbols to exclude | # exclude_expsyms can be an extended regexp of symbols to exclude | |||
# it will be wrapped by ` (' and `)$', so one must not match beginning or | # it will be wrapped by ` (' and `)$', so one must not match beginning or | |||
# end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `b c', | # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `b c', | |||
# as well as any symbol that contains `d'. | # as well as any symbol that contains `d'. | |||
exclude_expsyms="_GLOBAL_OFFSET_TABLE_" | exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' | |||
# Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out | # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out | |||
# platforms (ab)use it in PIC code, but their linkers get confused if | # platforms (ab)use it in PIC code, but their linkers get confused if | |||
# the symbol is explicitly referenced. Since portable code cannot | # the symbol is explicitly referenced. Since portable code cannot | |||
# rely on this symbol name, it's probably fine to never include it in | # rely on this symbol name, it's probably fine to never include it in | |||
# preloaded symbol tables. | # preloaded symbol tables. | |||
# Exclude shared library initialization/finalization symbols. | ||||
extract_expsyms_cmds= | extract_expsyms_cmds= | |||
# Just being paranoid about ensuring that cc_basename is set. | # Just being paranoid about ensuring that cc_basename is set. | |||
for cc_temp in $compiler""; do | for cc_temp in $compiler""; do | |||
case $cc_temp in | case $cc_temp in | |||
compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; | compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; | |||
distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; | distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; | |||
\-*) ;; | \-*) ;; | |||
*) break;; | *) break;; | |||
esac | esac | |||
done | done | |||
skipping to change at line 7641 | skipping to change at line 7932 | |||
case `$LD -v 2>/dev/null` in | case `$LD -v 2>/dev/null` in | |||
*\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 | *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 | |||
*\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... | *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... | |||
*\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 .. . | *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 .. . | |||
*\ 2.11.*) ;; # other 2.11 versions | *\ 2.11.*) ;; # other 2.11 versions | |||
*) supports_anon_versioning=yes ;; | *) supports_anon_versioning=yes ;; | |||
esac | esac | |||
# See if GNU ld supports shared libraries. | # See if GNU ld supports shared libraries. | |||
case $host_os in | case $host_os in | |||
aix3* | aix4* | aix5*) | aix[3-9]*) | |||
# On AIX/PPC, the GNU linker is very broken | # On AIX/PPC, the GNU linker is very broken | |||
if test "$host_cpu" != ia64; then | if test "$host_cpu" != ia64; then | |||
ld_shlibs=no | ld_shlibs=no | |||
cat <<EOF 1>&2 | cat <<EOF 1>&2 | |||
*** Warning: the GNU linker, at least up to release 2.9.1, is reported | *** Warning: the GNU linker, at least up to release 2.9.1, is reported | |||
*** to be unable to reliably create shared libraries on AIX. | *** to be unable to reliably create shared libraries on AIX. | |||
*** Therefore, libtool is disabling shared libraries support. If you | *** Therefore, libtool is disabling shared libraries support. If you | |||
*** really care for shared libraries, you may want to modify your PATH | *** really care for shared libraries, you may want to modify your PATH | |||
*** so that a non-GNU linker is found, and then restart. | *** so that a non-GNU linker is found, and then restart. | |||
skipping to change at line 7861 | skipping to change at line 8152 | |||
# Note: this linker hardcodes the directories in LIBPATH if there | # Note: this linker hardcodes the directories in LIBPATH if there | |||
# are no directories specified by -L. | # are no directories specified by -L. | |||
hardcode_minus_L=yes | hardcode_minus_L=yes | |||
if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then | if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then | |||
# Neither direct hardcoding nor static linking is supported with a | # Neither direct hardcoding nor static linking is supported with a | |||
# broken collect2. | # broken collect2. | |||
hardcode_direct=unsupported | hardcode_direct=unsupported | |||
fi | fi | |||
;; | ;; | |||
aix4* | aix5*) | aix[4-9]*) | |||
if test "$host_cpu" = ia64; then | if test "$host_cpu" = ia64; then | |||
# On IA64, the linker does run time linking by default, so we don't | # On IA64, the linker does run time linking by default, so we don't | |||
# have to do anything special. | # have to do anything special. | |||
aix_use_runtimelinking=no | aix_use_runtimelinking=no | |||
exp_sym_flag='-Bexport' | exp_sym_flag='-Bexport' | |||
no_entry_flag="" | no_entry_flag="" | |||
else | else | |||
# If we're using GNU nm, then we don't want the "-C" option. | # If we're using GNU nm, then we don't want the "-C" option. | |||
# -C means demangle to AIX nm, but means don't demangle with GNU nm | # -C means demangle to AIX nm, but means don't demangle with GNU nm | |||
if $NM -V 2>&1 | grep 'GNU' > /dev/null; then | if $NM -V 2>&1 | grep 'GNU' > /dev/null; then | |||
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' | 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' | |||
else | else | |||
export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ i f (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ". ")) { print \$3 } }'\'' | sort -u > $export_symbols' | export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ i f (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ". ")) { print \$3 } }'\'' | sort -u > $export_symbols' | |||
fi | fi | |||
aix_use_runtimelinking=no | aix_use_runtimelinking=no | |||
# Test if we are trying to use run time linking or normal | # Test if we are trying to use run time linking or normal | |||
# AIX style linking. If -brtl is somewhere in LDFLAGS, we | # AIX style linking. If -brtl is somewhere in LDFLAGS, we | |||
# need to do runtime linking. | # need to do runtime linking. | |||
case $host_os in aix4.[23]|aix4.[23].*|aix5*) | case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) | |||
for ld_flag in $LDFLAGS; do | for ld_flag in $LDFLAGS; do | |||
if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then | if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then | |||
aix_use_runtimelinking=yes | aix_use_runtimelinking=yes | |||
break | break | |||
fi | fi | |||
done | done | |||
;; | ;; | |||
esac | esac | |||
exp_sym_flag='-bexport' | exp_sym_flag='-bexport' | |||
skipping to change at line 8151 | skipping to change at line 8442 | |||
;; | ;; | |||
esac | esac | |||
archive_cmds_need_lc=no | archive_cmds_need_lc=no | |||
hardcode_direct=no | hardcode_direct=no | |||
hardcode_automatic=yes | hardcode_automatic=yes | |||
hardcode_shlibpath_var=unsupported | hardcode_shlibpath_var=unsupported | |||
whole_archive_flag_spec='' | whole_archive_flag_spec='' | |||
link_all_deplibs=yes | link_all_deplibs=yes | |||
if test "$GCC" = yes ; then | if test "$GCC" = yes ; then | |||
output_verbose_link_cmd='echo' | output_verbose_link_cmd='echo' | |||
archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobj | archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$li | |||
s $deplibs $compiler_flags -install_name $rpath/$soname $verstring' | bobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring | |||
module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $depl | $_lt_dar_single_mod${_lt_dsymutil}" | |||
ibs$compiler_flags' | module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs | |||
# Don't fix this by using the ld -exported_symbols_list flag, it does | \$deplibs \$compiler_flags${_lt_dsymutil}" | |||
n't exist in older darwin lds | archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_obj | |||
archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\ | dir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \ | |||
),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dy | $lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$ | |||
namiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -i | verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" | |||
nstall_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-s | module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_o | |||
ymbols.expsym ${lib}' | bjdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bund | |||
module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\) | le \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil | |||
,_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $all | }" | |||
ow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit | ||||
-s $output_objdir/${libname}-symbols.expsym ${lib}' | ||||
else | else | |||
case $cc_basename in | case $cc_basename in | |||
xlc*) | xlc*) | |||
output_verbose_link_cmd='echo' | output_verbose_link_cmd='echo' | |||
archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobj s $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $x lcverstring' | archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobj s $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $x lcverstring' | |||
module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $d eplibs$compiler_flags' | module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $d eplibs$compiler_flags' | |||
# Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds | # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds | |||
archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "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 $xlcverstring~nmedit -s $output_objd ir/${libname}-symbols.expsym ${lib}' | archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "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 $xlcverstring~nmedit -s $output_objd ir/${libname}-symbols.expsym ${lib}' | |||
module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(. .*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nme dit -s $output_objdir/${libname}-symbols.expsym ${lib}' | module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(. .*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nme dit -s $output_objdir/${libname}-symbols.expsym ${lib}' | |||
;; | ;; | |||
skipping to change at line 8675 | skipping to change at line 8965 | |||
case $host_os in | case $host_os in | |||
aix3*) | aix3*) | |||
version_type=linux | version_type=linux | |||
library_names_spec='${libname}${release}${shared_ext}$versuffix $libname. a' | library_names_spec='${libname}${release}${shared_ext}$versuffix $libname. a' | |||
shlibpath_var=LIBPATH | shlibpath_var=LIBPATH | |||
# AIX 3 has no versioning support, so we append a major version to the na me. | # AIX 3 has no versioning support, so we append a major version to the na me. | |||
soname_spec='${libname}${release}${shared_ext}$major' | soname_spec='${libname}${release}${shared_ext}$major' | |||
;; | ;; | |||
aix4* | aix5*) | aix[4-9]*) | |||
version_type=linux | version_type=linux | |||
need_lib_prefix=no | need_lib_prefix=no | |||
need_version=no | need_version=no | |||
hardcode_into_libs=yes | hardcode_into_libs=yes | |||
if test "$host_cpu" = ia64; then | if test "$host_cpu" = ia64; then | |||
# AIX 5 supports IA64 | # AIX 5 supports IA64 | |||
library_names_spec='${libname}${release}${shared_ext}$major ${libname}$ {release}${shared_ext}$versuffix $libname${shared_ext}' | library_names_spec='${libname}${release}${shared_ext}$major ${libname}$ {release}${shared_ext}$versuffix $libname${shared_ext}' | |||
shlibpath_var=LD_LIBRARY_PATH | shlibpath_var=LD_LIBRARY_PATH | |||
else | else | |||
# With GCC up to 2.95.x, collect2 would create an import file | # With GCC up to 2.95.x, collect2 would create an import file | |||
skipping to change at line 9209 | skipping to change at line 9499 | |||
;; | ;; | |||
*) | *) | |||
dynamic_linker=no | dynamic_linker=no | |||
;; | ;; | |||
esac | esac | |||
{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 | { echo "$as_me:$LINENO: result: $dynamic_linker" >&5 | |||
echo "${ECHO_T}$dynamic_linker" >&6; } | echo "${ECHO_T}$dynamic_linker" >&6; } | |||
test "$dynamic_linker" = no && can_build_shared=no | test "$dynamic_linker" = no && can_build_shared=no | |||
if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then | ||||
echo $ECHO_N "(cached) $ECHO_C" >&6 | ||||
else | ||||
lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" | ||||
fi | ||||
sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" | ||||
if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then | ||||
echo $ECHO_N "(cached) $ECHO_C" >&6 | ||||
else | ||||
lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" | ||||
fi | ||||
sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" | ||||
variables_saved_for_relink="PATH $shlibpath_var $runpath_var" | variables_saved_for_relink="PATH $shlibpath_var $runpath_var" | |||
if test "$GCC" = yes; then | if test "$GCC" = yes; then | |||
variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX C OMPILER_PATH LIBRARY_PATH" | variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX C OMPILER_PATH LIBRARY_PATH" | |||
fi | fi | |||
{ echo "$as_me:$LINENO: checking how to hardcode library paths into program s" >&5 | { echo "$as_me:$LINENO: checking how to hardcode library paths into program s" >&5 | |||
echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO _C" >&6; } | echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO _C" >&6; } | |||
hardcode_action= | hardcode_action= | |||
if test -n "$hardcode_libdir_flag_spec" || \ | if test -n "$hardcode_libdir_flag_spec" || \ | |||
test -n "$runpath_var" || \ | test -n "$runpath_var" || \ | |||
skipping to change at line 9528 | skipping to change at line 9833 | |||
ac_cv_lib_dld_shl_load=no | ac_cv_lib_dld_shl_load=no | |||
fi | fi | |||
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |||
conftest$ac_exeext conftest.$ac_ext | conftest$ac_exeext conftest.$ac_ext | |||
LIBS=$ac_check_lib_save_LIBS | LIBS=$ac_check_lib_save_LIBS | |||
fi | fi | |||
{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 | { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 | |||
echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; } | echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; } | |||
if test $ac_cv_lib_dld_shl_load = yes; then | if test $ac_cv_lib_dld_shl_load = yes; then | |||
lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" | lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" | |||
else | else | |||
{ echo "$as_me:$LINENO: checking for dlopen" >&5 | { echo "$as_me:$LINENO: checking for dlopen" >&5 | |||
echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; } | echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; } | |||
if test "${ac_cv_func_dlopen+set}" = set; then | if test "${ac_cv_func_dlopen+set}" = set; then | |||
echo $ECHO_N "(cached) $ECHO_C" >&6 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |||
else | else | |||
cat >conftest.$ac_ext <<_ACEOF | cat >conftest.$ac_ext <<_ACEOF | |||
/* confdefs.h. */ | /* confdefs.h. */ | |||
_ACEOF | _ACEOF | |||
cat confdefs.h >>conftest.$ac_ext | cat confdefs.h >>conftest.$ac_ext | |||
skipping to change at line 9804 | skipping to change at line 10109 | |||
ac_cv_lib_dld_dld_link=no | ac_cv_lib_dld_dld_link=no | |||
fi | fi | |||
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ | |||
conftest$ac_exeext conftest.$ac_ext | conftest$ac_exeext conftest.$ac_ext | |||
LIBS=$ac_check_lib_save_LIBS | LIBS=$ac_check_lib_save_LIBS | |||
fi | fi | |||
{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 | { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 | |||
echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; } | echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; } | |||
if test $ac_cv_lib_dld_dld_link = yes; then | if test $ac_cv_lib_dld_dld_link = yes; then | |||
lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" | lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" | |||
fi | fi | |||
fi | fi | |||
fi | fi | |||
fi | fi | |||
fi | fi | |||
skipping to change at line 9848 | skipping to change at line 10153 | |||
echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; } | echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; } | |||
if test "${lt_cv_dlopen_self+set}" = set; then | if test "${lt_cv_dlopen_self+set}" = set; then | |||
echo $ECHO_N "(cached) $ECHO_C" >&6 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |||
else | else | |||
if test "$cross_compiling" = yes; then : | if test "$cross_compiling" = yes; then : | |||
lt_cv_dlopen_self=cross | lt_cv_dlopen_self=cross | |||
else | else | |||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | |||
lt_status=$lt_dlunknown | lt_status=$lt_dlunknown | |||
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |||
#line 10010 "configure" | #line 10326 "configure" | |||
#include "confdefs.h" | #include "confdefs.h" | |||
#if HAVE_DLFCN_H | #if HAVE_DLFCN_H | |||
#include <dlfcn.h> | #include <dlfcn.h> | |||
#endif | #endif | |||
#include <stdio.h> | #include <stdio.h> | |||
#ifdef RTLD_GLOBAL | #ifdef RTLD_GLOBAL | |||
# define LT_DLGLOBAL RTLD_GLOBAL | # define LT_DLGLOBAL RTLD_GLOBAL | |||
skipping to change at line 9947 | skipping to change at line 10252 | |||
echo $ECHO_N "checking whether a statically linked program can dlopen itsel f... $ECHO_C" >&6; } | echo $ECHO_N "checking whether a statically linked program can dlopen itsel f... $ECHO_C" >&6; } | |||
if test "${lt_cv_dlopen_self_static+set}" = set; then | if test "${lt_cv_dlopen_self_static+set}" = set; then | |||
echo $ECHO_N "(cached) $ECHO_C" >&6 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |||
else | else | |||
if test "$cross_compiling" = yes; then : | if test "$cross_compiling" = yes; then : | |||
lt_cv_dlopen_self_static=cross | lt_cv_dlopen_self_static=cross | |||
else | else | |||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | |||
lt_status=$lt_dlunknown | lt_status=$lt_dlunknown | |||
cat > conftest.$ac_ext <<EOF | cat > conftest.$ac_ext <<EOF | |||
#line 10110 "configure" | #line 10426 "configure" | |||
#include "confdefs.h" | #include "confdefs.h" | |||
#if HAVE_DLFCN_H | #if HAVE_DLFCN_H | |||
#include <dlfcn.h> | #include <dlfcn.h> | |||
#endif | #endif | |||
#include <stdio.h> | #include <stdio.h> | |||
#ifdef RTLD_GLOBAL | #ifdef RTLD_GLOBAL | |||
# define LT_DLGLOBAL RTLD_GLOBAL | # define LT_DLGLOBAL RTLD_GLOBAL | |||
skipping to change at line 10072 | skipping to change at line 10377 | |||
# are all built from PIC. | # are all built from PIC. | |||
case $host_os in | case $host_os in | |||
aix3*) | aix3*) | |||
test "$enable_shared" = yes && enable_static=no | test "$enable_shared" = yes && enable_static=no | |||
if test -n "$RANLIB"; then | if test -n "$RANLIB"; then | |||
archive_cmds="$archive_cmds~\$RANLIB \$lib" | archive_cmds="$archive_cmds~\$RANLIB \$lib" | |||
postinstall_cmds='$RANLIB $lib' | postinstall_cmds='$RANLIB $lib' | |||
fi | fi | |||
;; | ;; | |||
aix4* | aix5*) | aix[4-9]*) | |||
if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then | if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then | |||
test "$enable_shared" = yes && enable_static=no | test "$enable_shared" = yes && enable_static=no | |||
fi | fi | |||
;; | ;; | |||
esac | esac | |||
{ echo "$as_me:$LINENO: result: $enable_shared" >&5 | { echo "$as_me:$LINENO: result: $enable_shared" >&5 | |||
echo "${ECHO_T}$enable_shared" >&6; } | echo "${ECHO_T}$enable_shared" >&6; } | |||
{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5 | { echo "$as_me:$LINENO: checking whether to build static libraries" >&5 | |||
echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; } | echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; } | |||
skipping to change at line 10128 | skipping to change at line 10433 | |||
thread_safe_flag_spec \ | thread_safe_flag_spec \ | |||
whole_archive_flag_spec \ | whole_archive_flag_spec \ | |||
enable_shared_with_static_runtimes \ | enable_shared_with_static_runtimes \ | |||
old_archive_cmds \ | old_archive_cmds \ | |||
old_archive_from_new_cmds \ | old_archive_from_new_cmds \ | |||
predep_objects \ | predep_objects \ | |||
postdep_objects \ | postdep_objects \ | |||
predeps \ | predeps \ | |||
postdeps \ | postdeps \ | |||
compiler_lib_search_path \ | compiler_lib_search_path \ | |||
compiler_lib_search_dirs \ | ||||
archive_cmds \ | archive_cmds \ | |||
archive_expsym_cmds \ | archive_expsym_cmds \ | |||
postinstall_cmds \ | postinstall_cmds \ | |||
postuninstall_cmds \ | postuninstall_cmds \ | |||
old_archive_from_expsyms_cmds \ | old_archive_from_expsyms_cmds \ | |||
allow_undefined_flag \ | allow_undefined_flag \ | |||
no_undefined_flag \ | no_undefined_flag \ | |||
export_symbols_cmds \ | export_symbols_cmds \ | |||
hardcode_libdir_flag_spec \ | hardcode_libdir_flag_spec \ | |||
hardcode_libdir_flag_spec_ld \ | hardcode_libdir_flag_spec_ld \ | |||
skipping to change at line 10188 | skipping to change at line 10494 | |||
{ echo "$as_me:$LINENO: creating $ofile" >&5 | { echo "$as_me:$LINENO: creating $ofile" >&5 | |||
echo "$as_me: creating $ofile" >&6;} | echo "$as_me: creating $ofile" >&6;} | |||
cat <<__EOF__ >> "$cfgfile" | cat <<__EOF__ >> "$cfgfile" | |||
#! $SHELL | #! $SHELL | |||
# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-buildin g support services. | # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-buildin g support services. | |||
# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) | # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) | |||
# NOTE: Changes made to this file will be lost: look at ltmain.sh. | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | |||
# | # | |||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 | |||
# Free Software Foundation, Inc. | # Free Software Foundation, Inc. | |||
# | # | |||
# This file is part of GNU Libtool: | # This file is part of GNU Libtool: | |||
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 | # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 | |||
# | # | |||
# This program is free software; you can redistribute it and/or modify | # This program is free software; you can redistribute it and/or modify | |||
# it under the terms of the GNU General Public License as published by | # it under the terms of the GNU General Public License as published by | |||
# the Free Software Foundation; either version 2 of the License, or | # the Free Software Foundation; either version 2 of the License, or | |||
# (at your option) any later version. | # (at your option) any later version. | |||
# | # | |||
skipping to change at line 10424 | skipping to change at line 10730 | |||
postdep_objects=$lt_postdep_objects | postdep_objects=$lt_postdep_objects | |||
# Dependencies to place before the objects being linked to create a | # Dependencies to place before the objects being linked to create a | |||
# shared library. | # shared library. | |||
predeps=$lt_predeps | predeps=$lt_predeps | |||
# Dependencies to place after the objects being linked to create a | # Dependencies to place after the objects being linked to create a | |||
# shared library. | # shared library. | |||
postdeps=$lt_postdeps | postdeps=$lt_postdeps | |||
# The directories searched by this compiler when creating a shared | ||||
# library | ||||
compiler_lib_search_dirs=$lt_compiler_lib_search_dirs | ||||
# The library search path used internally by the compiler when linking | # The library search path used internally by the compiler when linking | |||
# a shared library. | # a shared library. | |||
compiler_lib_search_path=$lt_compiler_lib_search_path | compiler_lib_search_path=$lt_compiler_lib_search_path | |||
# Method to check whether dependent libraries are shared objects. | # Method to check whether dependent libraries are shared objects. | |||
deplibs_check_method=$lt_deplibs_check_method | deplibs_check_method=$lt_deplibs_check_method | |||
# Command to use when deplibs_check_method == file_magic. | # Command to use when deplibs_check_method == file_magic. | |||
file_magic_cmd=$lt_file_magic_cmd | file_magic_cmd=$lt_file_magic_cmd | |||
skipping to change at line 10665 | skipping to change at line 10975 | |||
no_undefined_flag_CXX= | no_undefined_flag_CXX= | |||
whole_archive_flag_spec_CXX= | whole_archive_flag_spec_CXX= | |||
enable_shared_with_static_runtimes_CXX=no | enable_shared_with_static_runtimes_CXX=no | |||
# Dependencies to place before and after the object being linked: | # Dependencies to place before and after the object being linked: | |||
predep_objects_CXX= | predep_objects_CXX= | |||
postdep_objects_CXX= | postdep_objects_CXX= | |||
predeps_CXX= | predeps_CXX= | |||
postdeps_CXX= | postdeps_CXX= | |||
compiler_lib_search_path_CXX= | compiler_lib_search_path_CXX= | |||
compiler_lib_search_dirs_CXX= | ||||
# Source file extension for C++ test sources. | # Source file extension for C++ test sources. | |||
ac_ext=cpp | ac_ext=cpp | |||
# Object file extension for compiled C++ test sources. | # Object file extension for compiled C++ test sources. | |||
objext=o | objext=o | |||
objext_CXX=$objext | objext_CXX=$objext | |||
# Code to be used in simple compile tests | # Code to be used in simple compile tests | |||
lt_simple_compile_test_code="int some_variable = 0;" | lt_simple_compile_test_code="int some_variable = 0;" | |||
skipping to change at line 10701 | skipping to change at line 11012 | |||
ac_outfile=conftest.$ac_objext | ac_outfile=conftest.$ac_objext | |||
echo "$lt_simple_compile_test_code" >conftest.$ac_ext | echo "$lt_simple_compile_test_code" >conftest.$ac_ext | |||
eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | |||
_lt_compiler_boilerplate=`cat conftest.err` | _lt_compiler_boilerplate=`cat conftest.err` | |||
$rm conftest* | $rm conftest* | |||
ac_outfile=conftest.$ac_objext | ac_outfile=conftest.$ac_objext | |||
echo "$lt_simple_link_test_code" >conftest.$ac_ext | echo "$lt_simple_link_test_code" >conftest.$ac_ext | |||
eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | |||
_lt_linker_boilerplate=`cat conftest.err` | _lt_linker_boilerplate=`cat conftest.err` | |||
$rm conftest* | $rm -r conftest* | |||
# Allow CC to be a program name with arguments. | # Allow CC to be a program name with arguments. | |||
lt_save_CC=$CC | lt_save_CC=$CC | |||
lt_save_LD=$LD | lt_save_LD=$LD | |||
lt_save_GCC=$GCC | lt_save_GCC=$GCC | |||
GCC=$GXX | GCC=$GXX | |||
lt_save_with_gnu_ld=$with_gnu_ld | lt_save_with_gnu_ld=$with_gnu_ld | |||
lt_save_path_LD=$lt_cv_path_LD | lt_save_path_LD=$lt_cv_path_LD | |||
if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then | if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then | |||
lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx | lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx | |||
skipping to change at line 10903 | skipping to change at line 11214 | |||
# PORTME: fill in a description of your system's C++ link characteristics | # PORTME: fill in a description of your system's C++ link characteristics | |||
{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) support s shared libraries" >&5 | { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) support s shared libraries" >&5 | |||
echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared l ibraries... $ECHO_C" >&6; } | echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared l ibraries... $ECHO_C" >&6; } | |||
ld_shlibs_CXX=yes | ld_shlibs_CXX=yes | |||
case $host_os in | case $host_os in | |||
aix3*) | aix3*) | |||
# FIXME: insert proper C++ library support | # FIXME: insert proper C++ library support | |||
ld_shlibs_CXX=no | ld_shlibs_CXX=no | |||
;; | ;; | |||
aix4* | aix5*) | aix[4-9]*) | |||
if test "$host_cpu" = ia64; then | if test "$host_cpu" = ia64; then | |||
# On IA64, the linker does run time linking by default, so we don't | # On IA64, the linker does run time linking by default, so we don't | |||
# have to do anything special. | # have to do anything special. | |||
aix_use_runtimelinking=no | aix_use_runtimelinking=no | |||
exp_sym_flag='-Bexport' | exp_sym_flag='-Bexport' | |||
no_entry_flag="" | no_entry_flag="" | |||
else | else | |||
aix_use_runtimelinking=no | aix_use_runtimelinking=no | |||
# Test if we are trying to use run time linking or normal | # Test if we are trying to use run time linking or normal | |||
# AIX style linking. If -brtl is somewhere in LDFLAGS, we | # AIX style linking. If -brtl is somewhere in LDFLAGS, we | |||
# need to do runtime linking. | # need to do runtime linking. | |||
case $host_os in aix4.[23]|aix4.[23].*|aix5*) | case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) | |||
for ld_flag in $LDFLAGS; do | for ld_flag in $LDFLAGS; do | |||
case $ld_flag in | case $ld_flag in | |||
*-brtl*) | *-brtl*) | |||
aix_use_runtimelinking=yes | aix_use_runtimelinking=yes | |||
break | break | |||
;; | ;; | |||
esac | esac | |||
done | done | |||
;; | ;; | |||
esac | esac | |||
skipping to change at line 11172 | skipping to change at line 11483 | |||
else | else | |||
echo EXPORTS > $output_objdir/$soname.def; | echo EXPORTS > $output_objdir/$soname.def; | |||
cat $export_symbols >> $output_objdir/$soname.def; | cat $export_symbols >> $output_objdir/$soname.def; | |||
fi~ | fi~ | |||
$CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $lib objs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${ wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $lib objs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${ wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' | |||
else | else | |||
ld_shlibs_CXX=no | ld_shlibs_CXX=no | |||
fi | fi | |||
;; | ;; | |||
darwin* | rhapsody*) | darwin* | rhapsody*) | |||
case $host_os in | ||||
rhapsody* | darwin1.[012]) | ||||
allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress' | ||||
;; | ||||
*) # Darwin 1.3 on | ||||
if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then | ||||
allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined $ | ||||
{wl}suppress' | ||||
else | ||||
case ${MACOSX_DEPLOYMENT_TARGET} in | ||||
10.[012]) | ||||
allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefin | ||||
ed ${wl}suppress' | ||||
;; | ||||
10.*) | ||||
allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_looku | ||||
p' | ||||
;; | ||||
esac | ||||
fi | ||||
;; | ||||
esac | ||||
archive_cmds_need_lc_CXX=no | archive_cmds_need_lc_CXX=no | |||
hardcode_direct_CXX=no | hardcode_direct_CXX=no | |||
hardcode_automatic_CXX=yes | hardcode_automatic_CXX=yes | |||
hardcode_shlibpath_var_CXX=unsupported | hardcode_shlibpath_var_CXX=unsupported | |||
whole_archive_flag_spec_CXX='' | whole_archive_flag_spec_CXX='' | |||
link_all_deplibs_CXX=yes | link_all_deplibs_CXX=yes | |||
allow_undefined_flag_CXX="$_lt_dar_allow_undefined" | ||||
if test "$GXX" = yes ; then | if test "$GXX" = yes ; then | |||
lt_int_apple_cc_single_mod=no | ||||
output_verbose_link_cmd='echo' | output_verbose_link_cmd='echo' | |||
if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then | archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$ | |||
lt_int_apple_cc_single_mod=yes | libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstri | |||
ng $_lt_dar_single_mod${_lt_dsymutil}" | ||||
module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libob | ||||
js \$deplibs \$compiler_flags${_lt_dsymutil}" | ||||
archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_o | ||||
bjdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o | ||||
\$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname | ||||
\$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" | ||||
module_expsym_cmds_CXX="sed -e 's,^,_,' < \$export_symbols > \$output | ||||
_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bu | ||||
ndle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymut | ||||
il}" | ||||
if test "$lt_cv_apple_cc_single_mod" != "yes"; then | ||||
archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \${lib | ||||
}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${li | ||||
b}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$ver | ||||
string${_lt_dsymutil}" | ||||
archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output | ||||
_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib | ||||
-o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$ | ||||
lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$son | ||||
ame \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" | ||||
fi | fi | |||
if test "X$lt_int_apple_cc_single_mod" = Xyes ; then | ||||
archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_fl | ||||
ag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $ | ||||
verstring' | ||||
else | ||||
archive_cmds_CXX='$CC -r -keep_private_externs -nostdlib -o ${lib | ||||
}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-ma | ||||
ster.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' | ||||
fi | ||||
module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs | ||||
$deplibs$compiler_flags' | ||||
# Don't fix this by using the ld -exported_symbols_list flag, it do | ||||
esn't exist in older darwin lds | ||||
if test "X$lt_int_apple_cc_single_mod" = Xyes ; then | ||||
archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e | ||||
"s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.exps | ||||
ym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $d | ||||
eplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $o | ||||
utput_objdir/${libname}-symbols.expsym ${lib}' | ||||
else | ||||
archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e | ||||
"s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.exps | ||||
ym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC - | ||||
dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler | ||||
_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${l | ||||
ibname}-symbols.expsym ${lib}' | ||||
fi | ||||
module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e " | ||||
s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsy | ||||
m~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_fla | ||||
gs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | ||||
else | else | |||
case $cc_basename in | case $cc_basename in | |||
xlc*) | xlc*) | |||
output_verbose_link_cmd='echo' | output_verbose_link_cmd='echo' | |||
archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undef ined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl }`echo $rpath/$soname` $xlcverstring' | archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undef ined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl }`echo $rpath/$soname` $xlcverstring' | |||
module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libob js $deplibs$compiler_flags' | module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libob js $deplibs$compiler_flags' | |||
# Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds | # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds | |||
archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s ,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym ~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstri ng~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s ,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym ~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstri ng~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' | |||
module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -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}' | module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -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}' | |||
;; | ;; | |||
skipping to change at line 11467 | skipping to change at line 11750 | |||
esac | esac | |||
archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $comp iler_flags ${wl}-soname $wl$soname -o $lib' | archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $comp iler_flags ${wl}-soname $wl$soname -o $lib' | |||
archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplib s $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$exp ort_symbols -o $lib' | archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplib s $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$exp ort_symbols -o $lib' | |||
;; | ;; | |||
esac | esac | |||
archive_cmds_need_lc_CXX=no | archive_cmds_need_lc_CXX=no | |||
hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' | hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' | |||
export_dynamic_flag_spec_CXX='${wl}--export-dynamic' | export_dynamic_flag_spec_CXX='${wl}--export-dynamic' | |||
whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}- -no-whole-archive' | whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}- -no-whole-archive' | |||
;; | ;; | |||
pgCC*) | pgCC* | pgcpp*) | |||
# Portland Group C++ compiler | # Portland Group C++ compiler | |||
archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $de plibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' | archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $de plibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' | |||
archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libo bjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${w l}-retain-symbols-file ${wl}$export_symbols -o $lib' | archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libo bjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${w l}-retain-symbols-file ${wl}$export_symbols -o $lib' | |||
hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir' | hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir' | |||
export_dynamic_flag_spec_CXX='${wl}--export-dynamic' | export_dynamic_flag_spec_CXX='${wl}--export-dynamic' | |||
whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $conve nience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$co nv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' | whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $conve nience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$co nv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' | |||
;; | ;; | |||
cxx*) | cxx*) | |||
# Compaq C++ | # Compaq C++ | |||
skipping to change at line 11975 | skipping to change at line 12258 | |||
done | done | |||
# Clean up. | # Clean up. | |||
rm -f a.out a.exe | rm -f a.out a.exe | |||
else | else | |||
echo "libtool.m4: error: problem compiling CXX test program" | echo "libtool.m4: error: problem compiling CXX test program" | |||
fi | fi | |||
$rm -f confest.$objext | $rm -f confest.$objext | |||
compiler_lib_search_dirs_CXX= | ||||
if test -n "$compiler_lib_search_path_CXX"; then | ||||
compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $ | ||||
{SED} -e 's! -L! !g' -e 's!^ !!'` | ||||
fi | ||||
# PORTME: override above test on systems where it is broken | # PORTME: override above test on systems where it is broken | |||
case $host_os in | case $host_os in | |||
interix[3-9]*) | interix[3-9]*) | |||
# Interix 3.5 installs completely hosed .la files for C++, so rather than | # Interix 3.5 installs completely hosed .la files for C++, so rather than | |||
# hack all around it, let's just trust "g++" to DTRT. | # hack all around it, let's just trust "g++" to DTRT. | |||
predep_objects_CXX= | predep_objects_CXX= | |||
postdep_objects_CXX= | postdep_objects_CXX= | |||
postdeps_CXX= | postdeps_CXX= | |||
;; | ;; | |||
skipping to change at line 12105 | skipping to change at line 12393 | |||
lt_prog_compiler_pic_CXX='-fPIC' | lt_prog_compiler_pic_CXX='-fPIC' | |||
;; | ;; | |||
esac | esac | |||
;; | ;; | |||
*) | *) | |||
lt_prog_compiler_pic_CXX='-fPIC' | lt_prog_compiler_pic_CXX='-fPIC' | |||
;; | ;; | |||
esac | esac | |||
else | else | |||
case $host_os in | case $host_os in | |||
aix4* | aix5*) | aix[4-9]*) | |||
# All AIX code is PIC. | # All AIX code is PIC. | |||
if test "$host_cpu" = ia64; then | if test "$host_cpu" = ia64; then | |||
# AIX 5 now supports IA64 processor | # AIX 5 now supports IA64 processor | |||
lt_prog_compiler_static_CXX='-Bstatic' | lt_prog_compiler_static_CXX='-Bstatic' | |||
else | else | |||
lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp' | lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp' | |||
fi | fi | |||
;; | ;; | |||
chorus*) | chorus*) | |||
case $cc_basename in | case $cc_basename in | |||
skipping to change at line 12201 | skipping to change at line 12489 | |||
# KAI C++ Compiler | # KAI C++ Compiler | |||
lt_prog_compiler_wl_CXX='--backend -Wl,' | lt_prog_compiler_wl_CXX='--backend -Wl,' | |||
lt_prog_compiler_pic_CXX='-fPIC' | lt_prog_compiler_pic_CXX='-fPIC' | |||
;; | ;; | |||
icpc* | ecpc*) | icpc* | ecpc*) | |||
# Intel C++ | # Intel C++ | |||
lt_prog_compiler_wl_CXX='-Wl,' | lt_prog_compiler_wl_CXX='-Wl,' | |||
lt_prog_compiler_pic_CXX='-KPIC' | lt_prog_compiler_pic_CXX='-KPIC' | |||
lt_prog_compiler_static_CXX='-static' | lt_prog_compiler_static_CXX='-static' | |||
;; | ;; | |||
pgCC*) | pgCC* | pgcpp*) | |||
# Portland Group C++ compiler. | # Portland Group C++ compiler. | |||
lt_prog_compiler_wl_CXX='-Wl,' | lt_prog_compiler_wl_CXX='-Wl,' | |||
lt_prog_compiler_pic_CXX='-fpic' | lt_prog_compiler_pic_CXX='-fpic' | |||
lt_prog_compiler_static_CXX='-Bstatic' | lt_prog_compiler_static_CXX='-Bstatic' | |||
;; | ;; | |||
cxx*) | cxx*) | |||
# Compaq C++ | # Compaq C++ | |||
# Make sure the PIC flag is empty. It appears that all Alpha | # Make sure the PIC flag is empty. It appears that all Alpha | |||
# Linux and Compaq Tru64 Unix objects are PIC. | # Linux and Compaq Tru64 Unix objects are PIC. | |||
lt_prog_compiler_pic_CXX= | lt_prog_compiler_pic_CXX= | |||
skipping to change at line 12332 | skipping to change at line 12620 | |||
{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 | { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 | |||
echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; } | echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; } | |||
# | # | |||
# Check to make sure the PIC flag actually works. | # Check to make sure the PIC flag actually works. | |||
# | # | |||
if test -n "$lt_prog_compiler_pic_CXX"; then | if test -n "$lt_prog_compiler_pic_CXX"; then | |||
{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pi c_CXX works" >&5 | { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pi c_CXX works" >&5 | |||
echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX work s... $ECHO_C" >&6; } | echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX work s... $ECHO_C" >&6; } | |||
if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then | if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then | |||
echo $ECHO_N "(cached) $ECHO_C" >&6 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |||
else | else | |||
lt_prog_compiler_pic_works_CXX=no | lt_cv_prog_compiler_pic_works_CXX=no | |||
ac_outfile=conftest.$ac_objext | ac_outfile=conftest.$ac_objext | |||
echo "$lt_simple_compile_test_code" > conftest.$ac_ext | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |||
lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" | lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" | |||
# Insert the option either (1) after the last *FLAGS variable, or | # Insert the option either (1) after the last *FLAGS variable, or | |||
# (2) before a word containing "conftest.", or (3) at the end. | # (2) before a word containing "conftest.", or (3) at the end. | |||
# Note that $ac_compile itself does not contain backslashes and begins | # Note that $ac_compile itself does not contain backslashes and begins | |||
# with a dollar sign (not a hyphen), so the echo should work correctly. | # with a dollar sign (not a hyphen), so the echo should work correctly. | |||
# The option is referenced via a variable to avoid confusing sed. | # The option is referenced via a variable to avoid confusing sed. | |||
lt_compile=`echo "$ac_compile" | $SED \ | lt_compile=`echo "$ac_compile" | $SED \ | |||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |||
-e 's:$: $lt_compiler_flag:'` | -e 's:$: $lt_compiler_flag:'` | |||
(eval echo "\"\$as_me:12530: $lt_compile\"" >&5) | (eval echo "\"\$as_me:12827: $lt_compile\"" >&5) | |||
(eval "$lt_compile" 2>conftest.err) | (eval "$lt_compile" 2>conftest.err) | |||
ac_status=$? | ac_status=$? | |||
cat conftest.err >&5 | cat conftest.err >&5 | |||
echo "$as_me:12534: \$? = $ac_status" >&5 | echo "$as_me:12831: \$? = $ac_status" >&5 | |||
if (exit $ac_status) && test -s "$ac_outfile"; then | if (exit $ac_status) && test -s "$ac_outfile"; then | |||
# The compiler can only warn and ignore the option if not recognized | # The compiler can only warn and ignore the option if not recognized | |||
# So say no if there are warnings other than the usual output. | # So say no if there are warnings other than the usual output. | |||
$echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp | $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp | |||
$SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | |||
if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null ; then | if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null ; then | |||
lt_prog_compiler_pic_works_CXX=yes | lt_cv_prog_compiler_pic_works_CXX=yes | |||
fi | fi | |||
fi | fi | |||
$rm conftest* | $rm conftest* | |||
fi | fi | |||
{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5 | { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5 | |||
echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6; } | echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_CXX" >&6; } | |||
if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then | if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then | |||
case $lt_prog_compiler_pic_CXX in | case $lt_prog_compiler_pic_CXX in | |||
"" | " "*) ;; | "" | " "*) ;; | |||
*) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;; | *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;; | |||
esac | esac | |||
else | else | |||
lt_prog_compiler_pic_CXX= | lt_prog_compiler_pic_CXX= | |||
lt_prog_compiler_can_build_shared_CXX=no | lt_prog_compiler_can_build_shared_CXX=no | |||
fi | fi | |||
fi | fi | |||
skipping to change at line 12395 | skipping to change at line 12683 | |||
lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" | lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" | |||
;; | ;; | |||
esac | esac | |||
# | # | |||
# Check to make sure the static flag actually works. | # Check to make sure the static flag actually works. | |||
# | # | |||
wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_sta tic_CXX\" | wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_sta tic_CXX\" | |||
{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_fl ag works" >&5 | { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_fl ag works" >&5 | |||
echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works.. . $ECHO_C" >&6; } | echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works.. . $ECHO_C" >&6; } | |||
if test "${lt_prog_compiler_static_works_CXX+set}" = set; then | if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then | |||
echo $ECHO_N "(cached) $ECHO_C" >&6 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |||
else | else | |||
lt_prog_compiler_static_works_CXX=no | lt_cv_prog_compiler_static_works_CXX=no | |||
save_LDFLAGS="$LDFLAGS" | save_LDFLAGS="$LDFLAGS" | |||
LDFLAGS="$LDFLAGS $lt_tmp_static_flag" | LDFLAGS="$LDFLAGS $lt_tmp_static_flag" | |||
echo "$lt_simple_link_test_code" > conftest.$ac_ext | echo "$lt_simple_link_test_code" > conftest.$ac_ext | |||
if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then | if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then | |||
# The linker can only warn and ignore the option if not recognized | # The linker can only warn and ignore the option if not recognized | |||
# So say no if there are warnings | # So say no if there are warnings | |||
if test -s conftest.err; then | if test -s conftest.err; then | |||
# Append any errors to the config.log. | # Append any errors to the config.log. | |||
cat conftest.err 1>&5 | cat conftest.err 1>&5 | |||
$echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp | $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp | |||
$SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | |||
if diff conftest.exp conftest.er2 >/dev/null; then | if diff conftest.exp conftest.er2 >/dev/null; then | |||
lt_prog_compiler_static_works_CXX=yes | lt_cv_prog_compiler_static_works_CXX=yes | |||
fi | fi | |||
else | else | |||
lt_prog_compiler_static_works_CXX=yes | lt_cv_prog_compiler_static_works_CXX=yes | |||
fi | fi | |||
fi | fi | |||
$rm conftest* | $rm -r conftest* | |||
LDFLAGS="$save_LDFLAGS" | LDFLAGS="$save_LDFLAGS" | |||
fi | fi | |||
{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_CXX" >&5 | { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5 | |||
echo "${ECHO_T}$lt_prog_compiler_static_works_CXX" >&6; } | echo "${ECHO_T}$lt_cv_prog_compiler_static_works_CXX" >&6; } | |||
if test x"$lt_prog_compiler_static_works_CXX" = xyes; then | if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then | |||
: | : | |||
else | else | |||
lt_prog_compiler_static_CXX= | lt_prog_compiler_static_CXX= | |||
fi | fi | |||
{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objex t" >&5 | { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objex t" >&5 | |||
echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO _C" >&6; } | echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO _C" >&6; } | |||
if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then | if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then | |||
echo $ECHO_N "(cached) $ECHO_C" >&6 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |||
else | else | |||
skipping to change at line 12451 | skipping to change at line 12739 | |||
lt_compiler_flag="-o out/conftest2.$ac_objext" | lt_compiler_flag="-o out/conftest2.$ac_objext" | |||
# Insert the option either (1) after the last *FLAGS variable, or | # Insert the option either (1) after the last *FLAGS variable, or | |||
# (2) before a word containing "conftest.", or (3) at the end. | # (2) before a word containing "conftest.", or (3) at the end. | |||
# Note that $ac_compile itself does not contain backslashes and begins | # Note that $ac_compile itself does not contain backslashes and begins | |||
# with a dollar sign (not a hyphen), so the echo should work correctly. | # with a dollar sign (not a hyphen), so the echo should work correctly. | |||
lt_compile=`echo "$ac_compile" | $SED \ | lt_compile=`echo "$ac_compile" | $SED \ | |||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |||
-e 's:$: $lt_compiler_flag:'` | -e 's:$: $lt_compiler_flag:'` | |||
(eval echo "\"\$as_me:12634: $lt_compile\"" >&5) | (eval echo "\"\$as_me:12931: $lt_compile\"" >&5) | |||
(eval "$lt_compile" 2>out/conftest.err) | (eval "$lt_compile" 2>out/conftest.err) | |||
ac_status=$? | ac_status=$? | |||
cat out/conftest.err >&5 | cat out/conftest.err >&5 | |||
echo "$as_me:12638: \$? = $ac_status" >&5 | echo "$as_me:12935: \$? = $ac_status" >&5 | |||
if (exit $ac_status) && test -s out/conftest2.$ac_objext | if (exit $ac_status) && test -s out/conftest2.$ac_objext | |||
then | then | |||
# The compiler can only warn and ignore the option if not recognized | # The compiler can only warn and ignore the option if not recognized | |||
# So say no if there are warnings | # So say no if there are warnings | |||
$echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.e xp | $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.e xp | |||
$SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 | $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 | |||
if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er 2 >/dev/null; then | if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er 2 >/dev/null; then | |||
lt_cv_prog_compiler_c_o_CXX=yes | lt_cv_prog_compiler_c_o_CXX=yes | |||
fi | fi | |||
fi | fi | |||
skipping to change at line 12507 | skipping to change at line 12795 | |||
fi | fi | |||
else | else | |||
need_locks=no | need_locks=no | |||
fi | fi | |||
{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) support s shared libraries" >&5 | { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) support s shared libraries" >&5 | |||
echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared l ibraries... $ECHO_C" >&6; } | echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared l ibraries... $ECHO_C" >&6; } | |||
export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' | export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' | |||
case $host_os in | case $host_os in | |||
aix4* | aix5*) | aix[4-9]*) | |||
# If we're using GNU nm, then we don't want the "-C" option. | # If we're using GNU nm, then we don't want the "-C" option. | |||
# -C means demangle to AIX nm, but means don't demangle with GNU nm | # -C means demangle to AIX nm, but means don't demangle with GNU nm | |||
if $NM -V 2>&1 | grep 'GNU' > /dev/null; then | if $NM -V 2>&1 | grep 'GNU' > /dev/null; then | |||
export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ i f (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ". ")) { print \$3 } }'\'' | sort -u > $export_symbols' | export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ i f (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ". ")) { print \$3 } }'\'' | sort -u > $export_symbols' | |||
else | else | |||
export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != " .")) { print \$3 } }'\'' | sort -u > $export_symbols' | export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != " .")) { print \$3 } }'\'' | sort -u > $export_symbols' | |||
fi | fi | |||
;; | ;; | |||
pw32*) | pw32*) | |||
export_symbols_cmds_CXX="$ltdll_cmds" | export_symbols_cmds_CXX="$ltdll_cmds" | |||
skipping to change at line 12529 | skipping to change at line 12817 | |||
cygwin* | mingw*) | cygwin* | mingw*) | |||
export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pip e | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.* [ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.*[ ]//'\'' | so rt | uniq > $export_symbols' | export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pip e | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.* [ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.*[ ]//'\'' | so rt | uniq > $export_symbols' | |||
;; | ;; | |||
linux* | k*bsd*-gnu) | linux* | k*bsd*-gnu) | |||
link_all_deplibs_CXX=no | link_all_deplibs_CXX=no | |||
;; | ;; | |||
*) | *) | |||
export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pip e | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' | export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pip e | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' | |||
;; | ;; | |||
esac | esac | |||
exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' | ||||
{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 | { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 | |||
echo "${ECHO_T}$ld_shlibs_CXX" >&6; } | echo "${ECHO_T}$ld_shlibs_CXX" >&6; } | |||
test "$ld_shlibs_CXX" = no && can_build_shared=no | test "$ld_shlibs_CXX" = no && can_build_shared=no | |||
# | # | |||
# Do we need to explicitly link libc? | # Do we need to explicitly link libc? | |||
# | # | |||
case "x$archive_cmds_need_lc_CXX" in | case "x$archive_cmds_need_lc_CXX" in | |||
x|xyes) | x|xyes) | |||
skipping to change at line 12630 | skipping to change at line 12919 | |||
case $host_os in | case $host_os in | |||
aix3*) | aix3*) | |||
version_type=linux | version_type=linux | |||
library_names_spec='${libname}${release}${shared_ext}$versuffix $libname. a' | library_names_spec='${libname}${release}${shared_ext}$versuffix $libname. a' | |||
shlibpath_var=LIBPATH | shlibpath_var=LIBPATH | |||
# AIX 3 has no versioning support, so we append a major version to the na me. | # AIX 3 has no versioning support, so we append a major version to the na me. | |||
soname_spec='${libname}${release}${shared_ext}$major' | soname_spec='${libname}${release}${shared_ext}$major' | |||
;; | ;; | |||
aix4* | aix5*) | aix[4-9]*) | |||
version_type=linux | version_type=linux | |||
need_lib_prefix=no | need_lib_prefix=no | |||
need_version=no | need_version=no | |||
hardcode_into_libs=yes | hardcode_into_libs=yes | |||
if test "$host_cpu" = ia64; then | if test "$host_cpu" = ia64; then | |||
# AIX 5 supports IA64 | # AIX 5 supports IA64 | |||
library_names_spec='${libname}${release}${shared_ext}$major ${libname}$ {release}${shared_ext}$versuffix $libname${shared_ext}' | library_names_spec='${libname}${release}${shared_ext}$major ${libname}$ {release}${shared_ext}$versuffix $libname${shared_ext}' | |||
shlibpath_var=LD_LIBRARY_PATH | shlibpath_var=LD_LIBRARY_PATH | |||
else | else | |||
# With GCC up to 2.95.x, collect2 would create an import file | # With GCC up to 2.95.x, collect2 would create an import file | |||
skipping to change at line 13163 | skipping to change at line 13452 | |||
;; | ;; | |||
*) | *) | |||
dynamic_linker=no | dynamic_linker=no | |||
;; | ;; | |||
esac | esac | |||
{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 | { echo "$as_me:$LINENO: result: $dynamic_linker" >&5 | |||
echo "${ECHO_T}$dynamic_linker" >&6; } | echo "${ECHO_T}$dynamic_linker" >&6; } | |||
test "$dynamic_linker" = no && can_build_shared=no | test "$dynamic_linker" = no && can_build_shared=no | |||
if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then | ||||
echo $ECHO_N "(cached) $ECHO_C" >&6 | ||||
else | ||||
lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" | ||||
fi | ||||
sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" | ||||
if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then | ||||
echo $ECHO_N "(cached) $ECHO_C" >&6 | ||||
else | ||||
lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" | ||||
fi | ||||
sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" | ||||
variables_saved_for_relink="PATH $shlibpath_var $runpath_var" | variables_saved_for_relink="PATH $shlibpath_var $runpath_var" | |||
if test "$GCC" = yes; then | if test "$GCC" = yes; then | |||
variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX C OMPILER_PATH LIBRARY_PATH" | variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX C OMPILER_PATH LIBRARY_PATH" | |||
fi | fi | |||
{ echo "$as_me:$LINENO: checking how to hardcode library paths into program s" >&5 | { echo "$as_me:$LINENO: checking how to hardcode library paths into program s" >&5 | |||
echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO _C" >&6; } | echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO _C" >&6; } | |||
hardcode_action_CXX= | hardcode_action_CXX= | |||
if test -n "$hardcode_libdir_flag_spec_CXX" || \ | if test -n "$hardcode_libdir_flag_spec_CXX" || \ | |||
test -n "$runpath_var_CXX" || \ | test -n "$runpath_var_CXX" || \ | |||
skipping to change at line 13245 | skipping to change at line 13549 | |||
thread_safe_flag_spec_CXX \ | thread_safe_flag_spec_CXX \ | |||
whole_archive_flag_spec_CXX \ | whole_archive_flag_spec_CXX \ | |||
enable_shared_with_static_runtimes_CXX \ | enable_shared_with_static_runtimes_CXX \ | |||
old_archive_cmds_CXX \ | old_archive_cmds_CXX \ | |||
old_archive_from_new_cmds_CXX \ | old_archive_from_new_cmds_CXX \ | |||
predep_objects_CXX \ | predep_objects_CXX \ | |||
postdep_objects_CXX \ | postdep_objects_CXX \ | |||
predeps_CXX \ | predeps_CXX \ | |||
postdeps_CXX \ | postdeps_CXX \ | |||
compiler_lib_search_path_CXX \ | compiler_lib_search_path_CXX \ | |||
compiler_lib_search_dirs_CXX \ | ||||
archive_cmds_CXX \ | archive_cmds_CXX \ | |||
archive_expsym_cmds_CXX \ | archive_expsym_cmds_CXX \ | |||
postinstall_cmds_CXX \ | postinstall_cmds_CXX \ | |||
postuninstall_cmds_CXX \ | postuninstall_cmds_CXX \ | |||
old_archive_from_expsyms_cmds_CXX \ | old_archive_from_expsyms_cmds_CXX \ | |||
allow_undefined_flag_CXX \ | allow_undefined_flag_CXX \ | |||
no_undefined_flag_CXX \ | no_undefined_flag_CXX \ | |||
export_symbols_cmds_CXX \ | export_symbols_cmds_CXX \ | |||
hardcode_libdir_flag_spec_CXX \ | hardcode_libdir_flag_spec_CXX \ | |||
hardcode_libdir_flag_spec_ld_CXX \ | hardcode_libdir_flag_spec_ld_CXX \ | |||
skipping to change at line 13493 | skipping to change at line 13798 | |||
postdep_objects=$lt_postdep_objects_CXX | postdep_objects=$lt_postdep_objects_CXX | |||
# Dependencies to place before the objects being linked to create a | # Dependencies to place before the objects being linked to create a | |||
# shared library. | # shared library. | |||
predeps=$lt_predeps_CXX | predeps=$lt_predeps_CXX | |||
# Dependencies to place after the objects being linked to create a | # Dependencies to place after the objects being linked to create a | |||
# shared library. | # shared library. | |||
postdeps=$lt_postdeps_CXX | postdeps=$lt_postdeps_CXX | |||
# The directories searched by this compiler when creating a shared | ||||
# library | ||||
compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX | ||||
# The library search path used internally by the compiler when linking | # The library search path used internally by the compiler when linking | |||
# a shared library. | # a shared library. | |||
compiler_lib_search_path=$lt_compiler_lib_search_path_CXX | compiler_lib_search_path=$lt_compiler_lib_search_path_CXX | |||
# Method to check whether dependent libraries are shared objects. | # Method to check whether dependent libraries are shared objects. | |||
deplibs_check_method=$lt_deplibs_check_method | deplibs_check_method=$lt_deplibs_check_method | |||
# Command to use when deplibs_check_method == file_magic. | # Command to use when deplibs_check_method == file_magic. | |||
file_magic_cmd=$lt_file_magic_cmd | file_magic_cmd=$lt_file_magic_cmd | |||
skipping to change at line 13703 | skipping to change at line 14012 | |||
ac_outfile=conftest.$ac_objext | ac_outfile=conftest.$ac_objext | |||
echo "$lt_simple_compile_test_code" >conftest.$ac_ext | echo "$lt_simple_compile_test_code" >conftest.$ac_ext | |||
eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | |||
_lt_compiler_boilerplate=`cat conftest.err` | _lt_compiler_boilerplate=`cat conftest.err` | |||
$rm conftest* | $rm conftest* | |||
ac_outfile=conftest.$ac_objext | ac_outfile=conftest.$ac_objext | |||
echo "$lt_simple_link_test_code" >conftest.$ac_ext | echo "$lt_simple_link_test_code" >conftest.$ac_ext | |||
eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | |||
_lt_linker_boilerplate=`cat conftest.err` | _lt_linker_boilerplate=`cat conftest.err` | |||
$rm conftest* | $rm -r conftest* | |||
# Allow CC to be a program name with arguments. | # Allow CC to be a program name with arguments. | |||
lt_save_CC="$CC" | lt_save_CC="$CC" | |||
CC=${F77-"f77"} | CC=${F77-"f77"} | |||
compiler=$CC | compiler=$CC | |||
compiler_F77=$CC | compiler_F77=$CC | |||
for cc_temp in $compiler""; do | for cc_temp in $compiler""; do | |||
case $cc_temp in | case $cc_temp in | |||
compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; | compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; | |||
distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; | distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; | |||
skipping to change at line 13739 | skipping to change at line 14048 | |||
# On AIX, shared libraries and static libraries use the same namespace, and | # On AIX, shared libraries and static libraries use the same namespace, and | |||
# are all built from PIC. | # are all built from PIC. | |||
case $host_os in | case $host_os in | |||
aix3*) | aix3*) | |||
test "$enable_shared" = yes && enable_static=no | test "$enable_shared" = yes && enable_static=no | |||
if test -n "$RANLIB"; then | if test -n "$RANLIB"; then | |||
archive_cmds="$archive_cmds~\$RANLIB \$lib" | archive_cmds="$archive_cmds~\$RANLIB \$lib" | |||
postinstall_cmds='$RANLIB $lib' | postinstall_cmds='$RANLIB $lib' | |||
fi | fi | |||
;; | ;; | |||
aix4* | aix5*) | aix[4-9]*) | |||
if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then | if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then | |||
test "$enable_shared" = yes && enable_static=no | test "$enable_shared" = yes && enable_static=no | |||
fi | fi | |||
;; | ;; | |||
esac | esac | |||
{ echo "$as_me:$LINENO: result: $enable_shared" >&5 | { echo "$as_me:$LINENO: result: $enable_shared" >&5 | |||
echo "${ECHO_T}$enable_shared" >&6; } | echo "${ECHO_T}$enable_shared" >&6; } | |||
{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5 | { echo "$as_me:$LINENO: checking whether to build static libraries" >&5 | |||
echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; } | echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; } | |||
skipping to change at line 14004 | skipping to change at line 14313 | |||
{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5 | { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5 | |||
echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; } | echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; } | |||
# | # | |||
# Check to make sure the PIC flag actually works. | # Check to make sure the PIC flag actually works. | |||
# | # | |||
if test -n "$lt_prog_compiler_pic_F77"; then | if test -n "$lt_prog_compiler_pic_F77"; then | |||
{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pi c_F77 works" >&5 | { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pi c_F77 works" >&5 | |||
echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 work s... $ECHO_C" >&6; } | echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 work s... $ECHO_C" >&6; } | |||
if test "${lt_prog_compiler_pic_works_F77+set}" = set; then | if test "${lt_cv_prog_compiler_pic_works_F77+set}" = set; then | |||
echo $ECHO_N "(cached) $ECHO_C" >&6 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |||
else | else | |||
lt_prog_compiler_pic_works_F77=no | lt_cv_prog_compiler_pic_works_F77=no | |||
ac_outfile=conftest.$ac_objext | ac_outfile=conftest.$ac_objext | |||
echo "$lt_simple_compile_test_code" > conftest.$ac_ext | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |||
lt_compiler_flag="$lt_prog_compiler_pic_F77" | lt_compiler_flag="$lt_prog_compiler_pic_F77" | |||
# Insert the option either (1) after the last *FLAGS variable, or | # Insert the option either (1) after the last *FLAGS variable, or | |||
# (2) before a word containing "conftest.", or (3) at the end. | # (2) before a word containing "conftest.", or (3) at the end. | |||
# Note that $ac_compile itself does not contain backslashes and begins | # Note that $ac_compile itself does not contain backslashes and begins | |||
# with a dollar sign (not a hyphen), so the echo should work correctly. | # with a dollar sign (not a hyphen), so the echo should work correctly. | |||
# The option is referenced via a variable to avoid confusing sed. | # The option is referenced via a variable to avoid confusing sed. | |||
lt_compile=`echo "$ac_compile" | $SED \ | lt_compile=`echo "$ac_compile" | $SED \ | |||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |||
-e 's:$: $lt_compiler_flag:'` | -e 's:$: $lt_compiler_flag:'` | |||
(eval echo "\"\$as_me:14211: $lt_compile\"" >&5) | (eval echo "\"\$as_me:14529: $lt_compile\"" >&5) | |||
(eval "$lt_compile" 2>conftest.err) | (eval "$lt_compile" 2>conftest.err) | |||
ac_status=$? | ac_status=$? | |||
cat conftest.err >&5 | cat conftest.err >&5 | |||
echo "$as_me:14215: \$? = $ac_status" >&5 | echo "$as_me:14533: \$? = $ac_status" >&5 | |||
if (exit $ac_status) && test -s "$ac_outfile"; then | if (exit $ac_status) && test -s "$ac_outfile"; then | |||
# The compiler can only warn and ignore the option if not recognized | # The compiler can only warn and ignore the option if not recognized | |||
# So say no if there are warnings other than the usual output. | # So say no if there are warnings other than the usual output. | |||
$echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp | $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp | |||
$SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | |||
if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null ; then | if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null ; then | |||
lt_prog_compiler_pic_works_F77=yes | lt_cv_prog_compiler_pic_works_F77=yes | |||
fi | fi | |||
fi | fi | |||
$rm conftest* | $rm conftest* | |||
fi | fi | |||
{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5 | { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&5 | |||
echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6; } | echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_F77" >&6; } | |||
if test x"$lt_prog_compiler_pic_works_F77" = xyes; then | if test x"$lt_cv_prog_compiler_pic_works_F77" = xyes; then | |||
case $lt_prog_compiler_pic_F77 in | case $lt_prog_compiler_pic_F77 in | |||
"" | " "*) ;; | "" | " "*) ;; | |||
*) lt_prog_compiler_pic_F77=" $lt_prog_compiler_pic_F77" ;; | *) lt_prog_compiler_pic_F77=" $lt_prog_compiler_pic_F77" ;; | |||
esac | esac | |||
else | else | |||
lt_prog_compiler_pic_F77= | lt_prog_compiler_pic_F77= | |||
lt_prog_compiler_can_build_shared_F77=no | lt_prog_compiler_can_build_shared_F77=no | |||
fi | fi | |||
fi | fi | |||
skipping to change at line 14067 | skipping to change at line 14376 | |||
lt_prog_compiler_pic_F77="$lt_prog_compiler_pic_F77" | lt_prog_compiler_pic_F77="$lt_prog_compiler_pic_F77" | |||
;; | ;; | |||
esac | esac | |||
# | # | |||
# Check to make sure the static flag actually works. | # Check to make sure the static flag actually works. | |||
# | # | |||
wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_sta tic_F77\" | wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_sta tic_F77\" | |||
{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_fl ag works" >&5 | { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_fl ag works" >&5 | |||
echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works.. . $ECHO_C" >&6; } | echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works.. . $ECHO_C" >&6; } | |||
if test "${lt_prog_compiler_static_works_F77+set}" = set; then | if test "${lt_cv_prog_compiler_static_works_F77+set}" = set; then | |||
echo $ECHO_N "(cached) $ECHO_C" >&6 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |||
else | else | |||
lt_prog_compiler_static_works_F77=no | lt_cv_prog_compiler_static_works_F77=no | |||
save_LDFLAGS="$LDFLAGS" | save_LDFLAGS="$LDFLAGS" | |||
LDFLAGS="$LDFLAGS $lt_tmp_static_flag" | LDFLAGS="$LDFLAGS $lt_tmp_static_flag" | |||
echo "$lt_simple_link_test_code" > conftest.$ac_ext | echo "$lt_simple_link_test_code" > conftest.$ac_ext | |||
if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then | if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then | |||
# The linker can only warn and ignore the option if not recognized | # The linker can only warn and ignore the option if not recognized | |||
# So say no if there are warnings | # So say no if there are warnings | |||
if test -s conftest.err; then | if test -s conftest.err; then | |||
# Append any errors to the config.log. | # Append any errors to the config.log. | |||
cat conftest.err 1>&5 | cat conftest.err 1>&5 | |||
$echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp | $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp | |||
$SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | |||
if diff conftest.exp conftest.er2 >/dev/null; then | if diff conftest.exp conftest.er2 >/dev/null; then | |||
lt_prog_compiler_static_works_F77=yes | lt_cv_prog_compiler_static_works_F77=yes | |||
fi | fi | |||
else | else | |||
lt_prog_compiler_static_works_F77=yes | lt_cv_prog_compiler_static_works_F77=yes | |||
fi | fi | |||
fi | fi | |||
$rm conftest* | $rm -r conftest* | |||
LDFLAGS="$save_LDFLAGS" | LDFLAGS="$save_LDFLAGS" | |||
fi | fi | |||
{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_F77" >&5 | { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&5 | |||
echo "${ECHO_T}$lt_prog_compiler_static_works_F77" >&6; } | echo "${ECHO_T}$lt_cv_prog_compiler_static_works_F77" >&6; } | |||
if test x"$lt_prog_compiler_static_works_F77" = xyes; then | if test x"$lt_cv_prog_compiler_static_works_F77" = xyes; then | |||
: | : | |||
else | else | |||
lt_prog_compiler_static_F77= | lt_prog_compiler_static_F77= | |||
fi | fi | |||
{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objex t" >&5 | { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objex t" >&5 | |||
echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO _C" >&6; } | echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO _C" >&6; } | |||
if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then | if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then | |||
echo $ECHO_N "(cached) $ECHO_C" >&6 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |||
else | else | |||
skipping to change at line 14123 | skipping to change at line 14432 | |||
lt_compiler_flag="-o out/conftest2.$ac_objext" | lt_compiler_flag="-o out/conftest2.$ac_objext" | |||
# Insert the option either (1) after the last *FLAGS variable, or | # Insert the option either (1) after the last *FLAGS variable, or | |||
# (2) before a word containing "conftest.", or (3) at the end. | # (2) before a word containing "conftest.", or (3) at the end. | |||
# Note that $ac_compile itself does not contain backslashes and begins | # Note that $ac_compile itself does not contain backslashes and begins | |||
# with a dollar sign (not a hyphen), so the echo should work correctly. | # with a dollar sign (not a hyphen), so the echo should work correctly. | |||
lt_compile=`echo "$ac_compile" | $SED \ | lt_compile=`echo "$ac_compile" | $SED \ | |||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |||
-e 's:$: $lt_compiler_flag:'` | -e 's:$: $lt_compiler_flag:'` | |||
(eval echo "\"\$as_me:14315: $lt_compile\"" >&5) | (eval echo "\"\$as_me:14633: $lt_compile\"" >&5) | |||
(eval "$lt_compile" 2>out/conftest.err) | (eval "$lt_compile" 2>out/conftest.err) | |||
ac_status=$? | ac_status=$? | |||
cat out/conftest.err >&5 | cat out/conftest.err >&5 | |||
echo "$as_me:14319: \$? = $ac_status" >&5 | echo "$as_me:14637: \$? = $ac_status" >&5 | |||
if (exit $ac_status) && test -s out/conftest2.$ac_objext | if (exit $ac_status) && test -s out/conftest2.$ac_objext | |||
then | then | |||
# The compiler can only warn and ignore the option if not recognized | # The compiler can only warn and ignore the option if not recognized | |||
# So say no if there are warnings | # So say no if there are warnings | |||
$echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.e xp | $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.e xp | |||
$SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 | $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 | |||
if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er 2 >/dev/null; then | if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er 2 >/dev/null; then | |||
lt_cv_prog_compiler_c_o_F77=yes | lt_cv_prog_compiler_c_o_F77=yes | |||
fi | fi | |||
fi | fi | |||
skipping to change at line 14206 | skipping to change at line 14515 | |||
module_expsym_cmds_F77= | module_expsym_cmds_F77= | |||
always_export_symbols_F77=no | always_export_symbols_F77=no | |||
export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' | export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' | |||
# include_expsyms should be a list of space-separated symbols to be *alwa ys* | # include_expsyms should be a list of space-separated symbols to be *alwa ys* | |||
# included in the symbol list | # included in the symbol list | |||
include_expsyms_F77= | include_expsyms_F77= | |||
# exclude_expsyms can be an extended regexp of symbols to exclude | # exclude_expsyms can be an extended regexp of symbols to exclude | |||
# it will be wrapped by ` (' and `)$', so one must not match beginning or | # it will be wrapped by ` (' and `)$', so one must not match beginning or | |||
# end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `b c', | # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `b c', | |||
# as well as any symbol that contains `d'. | # as well as any symbol that contains `d'. | |||
exclude_expsyms_F77="_GLOBAL_OFFSET_TABLE_" | exclude_expsyms_F77='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' | |||
# Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out | # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out | |||
# platforms (ab)use it in PIC code, but their linkers get confused if | # platforms (ab)use it in PIC code, but their linkers get confused if | |||
# the symbol is explicitly referenced. Since portable code cannot | # the symbol is explicitly referenced. Since portable code cannot | |||
# rely on this symbol name, it's probably fine to never include it in | # rely on this symbol name, it's probably fine to never include it in | |||
# preloaded symbol tables. | # preloaded symbol tables. | |||
# Exclude shared library initialization/finalization symbols. | ||||
extract_expsyms_cmds= | extract_expsyms_cmds= | |||
# Just being paranoid about ensuring that cc_basename is set. | # Just being paranoid about ensuring that cc_basename is set. | |||
for cc_temp in $compiler""; do | for cc_temp in $compiler""; do | |||
case $cc_temp in | case $cc_temp in | |||
compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; | compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; | |||
distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; | distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; | |||
\-*) ;; | \-*) ;; | |||
*) break;; | *) break;; | |||
esac | esac | |||
done | done | |||
skipping to change at line 14270 | skipping to change at line 14580 | |||
case `$LD -v 2>/dev/null` in | case `$LD -v 2>/dev/null` in | |||
*\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 | *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 | |||
*\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... | *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... | |||
*\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 .. . | *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 .. . | |||
*\ 2.11.*) ;; # other 2.11 versions | *\ 2.11.*) ;; # other 2.11 versions | |||
*) supports_anon_versioning=yes ;; | *) supports_anon_versioning=yes ;; | |||
esac | esac | |||
# See if GNU ld supports shared libraries. | # See if GNU ld supports shared libraries. | |||
case $host_os in | case $host_os in | |||
aix3* | aix4* | aix5*) | aix[3-9]*) | |||
# On AIX/PPC, the GNU linker is very broken | # On AIX/PPC, the GNU linker is very broken | |||
if test "$host_cpu" != ia64; then | if test "$host_cpu" != ia64; then | |||
ld_shlibs_F77=no | ld_shlibs_F77=no | |||
cat <<EOF 1>&2 | cat <<EOF 1>&2 | |||
*** Warning: the GNU linker, at least up to release 2.9.1, is reported | *** Warning: the GNU linker, at least up to release 2.9.1, is reported | |||
*** to be unable to reliably create shared libraries on AIX. | *** to be unable to reliably create shared libraries on AIX. | |||
*** Therefore, libtool is disabling shared libraries support. If you | *** Therefore, libtool is disabling shared libraries support. If you | |||
*** really care for shared libraries, you may want to modify your PATH | *** really care for shared libraries, you may want to modify your PATH | |||
*** so that a non-GNU linker is found, and then restart. | *** so that a non-GNU linker is found, and then restart. | |||
skipping to change at line 14490 | skipping to change at line 14800 | |||
# Note: this linker hardcodes the directories in LIBPATH if there | # Note: this linker hardcodes the directories in LIBPATH if there | |||
# are no directories specified by -L. | # are no directories specified by -L. | |||
hardcode_minus_L_F77=yes | hardcode_minus_L_F77=yes | |||
if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then | if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then | |||
# Neither direct hardcoding nor static linking is supported with a | # Neither direct hardcoding nor static linking is supported with a | |||
# broken collect2. | # broken collect2. | |||
hardcode_direct_F77=unsupported | hardcode_direct_F77=unsupported | |||
fi | fi | |||
;; | ;; | |||
aix4* | aix5*) | aix[4-9]*) | |||
if test "$host_cpu" = ia64; then | if test "$host_cpu" = ia64; then | |||
# On IA64, the linker does run time linking by default, so we don't | # On IA64, the linker does run time linking by default, so we don't | |||
# have to do anything special. | # have to do anything special. | |||
aix_use_runtimelinking=no | aix_use_runtimelinking=no | |||
exp_sym_flag='-Bexport' | exp_sym_flag='-Bexport' | |||
no_entry_flag="" | no_entry_flag="" | |||
else | else | |||
# If we're using GNU nm, then we don't want the "-C" option. | # If we're using GNU nm, then we don't want the "-C" option. | |||
# -C means demangle to AIX nm, but means don't demangle with GNU nm | # -C means demangle to AIX nm, but means don't demangle with GNU nm | |||
if $NM -V 2>&1 | grep 'GNU' > /dev/null; then | if $NM -V 2>&1 | grep 'GNU' > /dev/null; then | |||
export_symbols_cmds_F77='$NM -Bpg $libobjs $convenience | awk '\'' { if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' | export_symbols_cmds_F77='$NM -Bpg $libobjs $convenience | awk '\'' { if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' | |||
else | else | |||
export_symbols_cmds_F77='$NM -BCpg $libobjs $convenience | awk '\' '{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) ! = ".")) { print \$3 } }'\'' | sort -u > $export_symbols' | export_symbols_cmds_F77='$NM -BCpg $libobjs $convenience | awk '\' '{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) ! = ".")) { print \$3 } }'\'' | sort -u > $export_symbols' | |||
fi | fi | |||
aix_use_runtimelinking=no | aix_use_runtimelinking=no | |||
# Test if we are trying to use run time linking or normal | # Test if we are trying to use run time linking or normal | |||
# AIX style linking. If -brtl is somewhere in LDFLAGS, we | # AIX style linking. If -brtl is somewhere in LDFLAGS, we | |||
# need to do runtime linking. | # need to do runtime linking. | |||
case $host_os in aix4.[23]|aix4.[23].*|aix5*) | case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) | |||
for ld_flag in $LDFLAGS; do | for ld_flag in $LDFLAGS; do | |||
if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then | if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then | |||
aix_use_runtimelinking=yes | aix_use_runtimelinking=yes | |||
break | break | |||
fi | fi | |||
done | done | |||
;; | ;; | |||
esac | esac | |||
exp_sym_flag='-bexport' | exp_sym_flag='-bexport' | |||
skipping to change at line 14760 | skipping to change at line 15070 | |||
;; | ;; | |||
esac | esac | |||
archive_cmds_need_lc_F77=no | archive_cmds_need_lc_F77=no | |||
hardcode_direct_F77=no | hardcode_direct_F77=no | |||
hardcode_automatic_F77=yes | hardcode_automatic_F77=yes | |||
hardcode_shlibpath_var_F77=unsupported | hardcode_shlibpath_var_F77=unsupported | |||
whole_archive_flag_spec_F77='' | whole_archive_flag_spec_F77='' | |||
link_all_deplibs_F77=yes | link_all_deplibs_F77=yes | |||
if test "$GCC" = yes ; then | if test "$GCC" = yes ; then | |||
output_verbose_link_cmd='echo' | output_verbose_link_cmd='echo' | |||
archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $li | archive_cmds_F77="\$CC -dynamiclib \$allow_undefined_flag -o \$lib | |||
bobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' | \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verst | |||
module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $ | ring $_lt_dar_single_mod${_lt_dsymutil}" | |||
deplibs$compiler_flags' | module_cmds_F77="\$CC \$allow_undefined_flag -o \$lib -bundle \$lib | |||
# Don't fix this by using the ld -exported_symbols_list flag, it does | objs \$deplibs \$compiler_flags${_lt_dsymutil}" | |||
n't exist in older darwin lds | archive_expsym_cmds_F77="sed 's,^,_,' < \$export_symbols > \$output | |||
archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\( | _objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag | |||
..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC | -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$sonam | |||
-dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flag | e \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" | |||
s -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libnam | module_expsym_cmds_F77="sed -e 's,^,_,' < \$export_symbols > \$outp | |||
e}-symbols.expsym ${lib}' | ut_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib - | |||
module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(. | bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsym | |||
.*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC | util}" | |||
$allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nme | ||||
dit -s $output_objdir/${libname}-symbols.expsym ${lib}' | ||||
else | else | |||
case $cc_basename in | case $cc_basename in | |||
xlc*) | xlc*) | |||
output_verbose_link_cmd='echo' | output_verbose_link_cmd='echo' | |||
archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $li bobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname ` $xlcverstring' | archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $li bobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname ` $xlcverstring' | |||
module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobj s $deplibs$compiler_flags' | module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobj s $deplibs$compiler_flags' | |||
# Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds | # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds | |||
archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s, ^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~ $CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_fl ags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_ objdir/${libname}-symbols.expsym ${lib}' | archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s, ^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~ $CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_fl ags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_ objdir/${libname}-symbols.expsym ${lib}' | |||
module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -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}' | module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -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}' | |||
;; | ;; | |||
skipping to change at line 15233 | skipping to change at line 15542 | |||
case $host_os in | case $host_os in | |||
aix3*) | aix3*) | |||
version_type=linux | version_type=linux | |||
library_names_spec='${libname}${release}${shared_ext}$versuffix $libname. a' | library_names_spec='${libname}${release}${shared_ext}$versuffix $libname. a' | |||
shlibpath_var=LIBPATH | shlibpath_var=LIBPATH | |||
# AIX 3 has no versioning support, so we append a major version to the na me. | # AIX 3 has no versioning support, so we append a major version to the na me. | |||
soname_spec='${libname}${release}${shared_ext}$major' | soname_spec='${libname}${release}${shared_ext}$major' | |||
;; | ;; | |||
aix4* | aix5*) | aix[4-9]*) | |||
version_type=linux | version_type=linux | |||
need_lib_prefix=no | need_lib_prefix=no | |||
need_version=no | need_version=no | |||
hardcode_into_libs=yes | hardcode_into_libs=yes | |||
if test "$host_cpu" = ia64; then | if test "$host_cpu" = ia64; then | |||
# AIX 5 supports IA64 | # AIX 5 supports IA64 | |||
library_names_spec='${libname}${release}${shared_ext}$major ${libname}$ {release}${shared_ext}$versuffix $libname${shared_ext}' | library_names_spec='${libname}${release}${shared_ext}$major ${libname}$ {release}${shared_ext}$versuffix $libname${shared_ext}' | |||
shlibpath_var=LD_LIBRARY_PATH | shlibpath_var=LD_LIBRARY_PATH | |||
else | else | |||
# With GCC up to 2.95.x, collect2 would create an import file | # With GCC up to 2.95.x, collect2 would create an import file | |||
skipping to change at line 15766 | skipping to change at line 16075 | |||
;; | ;; | |||
*) | *) | |||
dynamic_linker=no | dynamic_linker=no | |||
;; | ;; | |||
esac | esac | |||
{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 | { echo "$as_me:$LINENO: result: $dynamic_linker" >&5 | |||
echo "${ECHO_T}$dynamic_linker" >&6; } | echo "${ECHO_T}$dynamic_linker" >&6; } | |||
test "$dynamic_linker" = no && can_build_shared=no | test "$dynamic_linker" = no && can_build_shared=no | |||
if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then | ||||
echo $ECHO_N "(cached) $ECHO_C" >&6 | ||||
else | ||||
lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" | ||||
fi | ||||
sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" | ||||
if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then | ||||
echo $ECHO_N "(cached) $ECHO_C" >&6 | ||||
else | ||||
lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" | ||||
fi | ||||
sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" | ||||
variables_saved_for_relink="PATH $shlibpath_var $runpath_var" | variables_saved_for_relink="PATH $shlibpath_var $runpath_var" | |||
if test "$GCC" = yes; then | if test "$GCC" = yes; then | |||
variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX C OMPILER_PATH LIBRARY_PATH" | variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX C OMPILER_PATH LIBRARY_PATH" | |||
fi | fi | |||
{ echo "$as_me:$LINENO: checking how to hardcode library paths into program s" >&5 | { echo "$as_me:$LINENO: checking how to hardcode library paths into program s" >&5 | |||
echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO _C" >&6; } | echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO _C" >&6; } | |||
hardcode_action_F77= | hardcode_action_F77= | |||
if test -n "$hardcode_libdir_flag_spec_F77" || \ | if test -n "$hardcode_libdir_flag_spec_F77" || \ | |||
test -n "$runpath_var_F77" || \ | test -n "$runpath_var_F77" || \ | |||
skipping to change at line 15848 | skipping to change at line 16172 | |||
thread_safe_flag_spec_F77 \ | thread_safe_flag_spec_F77 \ | |||
whole_archive_flag_spec_F77 \ | whole_archive_flag_spec_F77 \ | |||
enable_shared_with_static_runtimes_F77 \ | enable_shared_with_static_runtimes_F77 \ | |||
old_archive_cmds_F77 \ | old_archive_cmds_F77 \ | |||
old_archive_from_new_cmds_F77 \ | old_archive_from_new_cmds_F77 \ | |||
predep_objects_F77 \ | predep_objects_F77 \ | |||
postdep_objects_F77 \ | postdep_objects_F77 \ | |||
predeps_F77 \ | predeps_F77 \ | |||
postdeps_F77 \ | postdeps_F77 \ | |||
compiler_lib_search_path_F77 \ | compiler_lib_search_path_F77 \ | |||
compiler_lib_search_dirs_F77 \ | ||||
archive_cmds_F77 \ | archive_cmds_F77 \ | |||
archive_expsym_cmds_F77 \ | archive_expsym_cmds_F77 \ | |||
postinstall_cmds_F77 \ | postinstall_cmds_F77 \ | |||
postuninstall_cmds_F77 \ | postuninstall_cmds_F77 \ | |||
old_archive_from_expsyms_cmds_F77 \ | old_archive_from_expsyms_cmds_F77 \ | |||
allow_undefined_flag_F77 \ | allow_undefined_flag_F77 \ | |||
no_undefined_flag_F77 \ | no_undefined_flag_F77 \ | |||
export_symbols_cmds_F77 \ | export_symbols_cmds_F77 \ | |||
hardcode_libdir_flag_spec_F77 \ | hardcode_libdir_flag_spec_F77 \ | |||
hardcode_libdir_flag_spec_ld_F77 \ | hardcode_libdir_flag_spec_ld_F77 \ | |||
skipping to change at line 16096 | skipping to change at line 16421 | |||
postdep_objects=$lt_postdep_objects_F77 | postdep_objects=$lt_postdep_objects_F77 | |||
# Dependencies to place before the objects being linked to create a | # Dependencies to place before the objects being linked to create a | |||
# shared library. | # shared library. | |||
predeps=$lt_predeps_F77 | predeps=$lt_predeps_F77 | |||
# Dependencies to place after the objects being linked to create a | # Dependencies to place after the objects being linked to create a | |||
# shared library. | # shared library. | |||
postdeps=$lt_postdeps_F77 | postdeps=$lt_postdeps_F77 | |||
# The directories searched by this compiler when creating a shared | ||||
# library | ||||
compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_F77 | ||||
# The library search path used internally by the compiler when linking | # The library search path used internally by the compiler when linking | |||
# a shared library. | # a shared library. | |||
compiler_lib_search_path=$lt_compiler_lib_search_path_F77 | compiler_lib_search_path=$lt_compiler_lib_search_path_F77 | |||
# Method to check whether dependent libraries are shared objects. | # Method to check whether dependent libraries are shared objects. | |||
deplibs_check_method=$lt_deplibs_check_method | deplibs_check_method=$lt_deplibs_check_method | |||
# Command to use when deplibs_check_method == file_magic. | # Command to use when deplibs_check_method == file_magic. | |||
file_magic_cmd=$lt_file_magic_cmd | file_magic_cmd=$lt_file_magic_cmd | |||
skipping to change at line 16266 | skipping to change at line 16595 | |||
ac_outfile=conftest.$ac_objext | ac_outfile=conftest.$ac_objext | |||
echo "$lt_simple_compile_test_code" >conftest.$ac_ext | echo "$lt_simple_compile_test_code" >conftest.$ac_ext | |||
eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | |||
_lt_compiler_boilerplate=`cat conftest.err` | _lt_compiler_boilerplate=`cat conftest.err` | |||
$rm conftest* | $rm conftest* | |||
ac_outfile=conftest.$ac_objext | ac_outfile=conftest.$ac_objext | |||
echo "$lt_simple_link_test_code" >conftest.$ac_ext | echo "$lt_simple_link_test_code" >conftest.$ac_ext | |||
eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | |||
_lt_linker_boilerplate=`cat conftest.err` | _lt_linker_boilerplate=`cat conftest.err` | |||
$rm conftest* | $rm -r conftest* | |||
# Allow CC to be a program name with arguments. | # Allow CC to be a program name with arguments. | |||
lt_save_CC="$CC" | lt_save_CC="$CC" | |||
CC=${GCJ-"gcj"} | CC=${GCJ-"gcj"} | |||
compiler=$CC | compiler=$CC | |||
compiler_GCJ=$CC | compiler_GCJ=$CC | |||
for cc_temp in $compiler""; do | for cc_temp in $compiler""; do | |||
case $cc_temp in | case $cc_temp in | |||
compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; | compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; | |||
distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; | distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; | |||
skipping to change at line 16311 | skipping to change at line 16640 | |||
lt_compiler_flag="-fno-rtti -fno-exceptions" | lt_compiler_flag="-fno-rtti -fno-exceptions" | |||
# Insert the option either (1) after the last *FLAGS variable, or | # Insert the option either (1) after the last *FLAGS variable, or | |||
# (2) before a word containing "conftest.", or (3) at the end. | # (2) before a word containing "conftest.", or (3) at the end. | |||
# Note that $ac_compile itself does not contain backslashes and begins | # Note that $ac_compile itself does not contain backslashes and begins | |||
# with a dollar sign (not a hyphen), so the echo should work correctly. | # with a dollar sign (not a hyphen), so the echo should work correctly. | |||
# The option is referenced via a variable to avoid confusing sed. | # The option is referenced via a variable to avoid confusing sed. | |||
lt_compile=`echo "$ac_compile" | $SED \ | lt_compile=`echo "$ac_compile" | $SED \ | |||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |||
-e 's:$: $lt_compiler_flag:'` | -e 's:$: $lt_compiler_flag:'` | |||
(eval echo "\"\$as_me:16515: $lt_compile\"" >&5) | (eval echo "\"\$as_me:16853: $lt_compile\"" >&5) | |||
(eval "$lt_compile" 2>conftest.err) | (eval "$lt_compile" 2>conftest.err) | |||
ac_status=$? | ac_status=$? | |||
cat conftest.err >&5 | cat conftest.err >&5 | |||
echo "$as_me:16519: \$? = $ac_status" >&5 | echo "$as_me:16857: \$? = $ac_status" >&5 | |||
if (exit $ac_status) && test -s "$ac_outfile"; then | if (exit $ac_status) && test -s "$ac_outfile"; then | |||
# The compiler can only warn and ignore the option if not recognized | # The compiler can only warn and ignore the option if not recognized | |||
# So say no if there are warnings other than the usual output. | # So say no if there are warnings other than the usual output. | |||
$echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp | $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp | |||
$SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | |||
if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null ; then | if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null ; then | |||
lt_cv_prog_compiler_rtti_exceptions=yes | lt_cv_prog_compiler_rtti_exceptions=yes | |||
fi | fi | |||
fi | fi | |||
$rm conftest* | $rm conftest* | |||
skipping to change at line 16375 | skipping to change at line 16704 | |||
beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) | beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) | |||
# PIC is the default for these OSes. | # PIC is the default for these OSes. | |||
;; | ;; | |||
mingw* | cygwin* | pw32* | os2*) | mingw* | cygwin* | pw32* | os2*) | |||
# This hack is so that the source file can tell whether it is being | # This hack is so that the source file can tell whether it is being | |||
# built for inclusion in a dll (and should export symbols for example ). | # built for inclusion in a dll (and should export symbols for example ). | |||
# Although the cygwin gcc ignores -fPIC, still need this for old-styl e | # Although the cygwin gcc ignores -fPIC, still need this for old-styl e | |||
# (--disable-auto-import) libraries | # (--disable-auto-import) libraries | |||
lt_prog_compiler_pic_GCJ='-DDLL_EXPORT' | ||||
;; | ;; | |||
darwin* | rhapsody*) | darwin* | rhapsody*) | |||
# PIC is the default on this platform | # PIC is the default on this platform | |||
# Common symbols not allowed in MH_DYLIB files | # Common symbols not allowed in MH_DYLIB files | |||
lt_prog_compiler_pic_GCJ='-fno-common' | lt_prog_compiler_pic_GCJ='-fno-common' | |||
;; | ;; | |||
interix[3-9]*) | interix[3-9]*) | |||
# Interix 3.x gcc -fpic/-fPIC options generate broken code. | # Interix 3.x gcc -fpic/-fPIC options generate broken code. | |||
skipping to change at line 16445 | skipping to change at line 16774 | |||
xlc*) | xlc*) | |||
lt_prog_compiler_pic_GCJ='-qnocommon' | lt_prog_compiler_pic_GCJ='-qnocommon' | |||
lt_prog_compiler_wl_GCJ='-Wl,' | lt_prog_compiler_wl_GCJ='-Wl,' | |||
;; | ;; | |||
esac | esac | |||
;; | ;; | |||
mingw* | cygwin* | pw32* | os2*) | mingw* | cygwin* | pw32* | os2*) | |||
# This hack is so that the source file can tell whether it is being | # This hack is so that the source file can tell whether it is being | |||
# built for inclusion in a dll (and should export symbols for example ). | # built for inclusion in a dll (and should export symbols for example ). | |||
lt_prog_compiler_pic_GCJ='-DDLL_EXPORT' | ||||
;; | ;; | |||
hpux9* | hpux10* | hpux11*) | hpux9* | hpux10* | hpux11*) | |||
lt_prog_compiler_wl_GCJ='-Wl,' | lt_prog_compiler_wl_GCJ='-Wl,' | |||
# PIC is the default for IA64 HP-UX and 64-bit HP-UX, but | # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but | |||
# not for PA HP-UX. | # not for PA HP-UX. | |||
case $host_cpu in | case $host_cpu in | |||
hppa*64*|ia64*) | hppa*64*|ia64*) | |||
# +Z the default | # +Z the default | |||
;; | ;; | |||
skipping to change at line 16585 | skipping to change at line 16914 | |||
{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5 | { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5 | |||
echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; } | echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; } | |||
# | # | |||
# Check to make sure the PIC flag actually works. | # Check to make sure the PIC flag actually works. | |||
# | # | |||
if test -n "$lt_prog_compiler_pic_GCJ"; then | if test -n "$lt_prog_compiler_pic_GCJ"; then | |||
{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pi c_GCJ works" >&5 | { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pi c_GCJ works" >&5 | |||
echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ work s... $ECHO_C" >&6; } | echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ work s... $ECHO_C" >&6; } | |||
if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then | if test "${lt_cv_prog_compiler_pic_works_GCJ+set}" = set; then | |||
echo $ECHO_N "(cached) $ECHO_C" >&6 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |||
else | else | |||
lt_prog_compiler_pic_works_GCJ=no | lt_cv_prog_compiler_pic_works_GCJ=no | |||
ac_outfile=conftest.$ac_objext | ac_outfile=conftest.$ac_objext | |||
echo "$lt_simple_compile_test_code" > conftest.$ac_ext | echo "$lt_simple_compile_test_code" > conftest.$ac_ext | |||
lt_compiler_flag="$lt_prog_compiler_pic_GCJ" | lt_compiler_flag="$lt_prog_compiler_pic_GCJ" | |||
# Insert the option either (1) after the last *FLAGS variable, or | # Insert the option either (1) after the last *FLAGS variable, or | |||
# (2) before a word containing "conftest.", or (3) at the end. | # (2) before a word containing "conftest.", or (3) at the end. | |||
# Note that $ac_compile itself does not contain backslashes and begins | # Note that $ac_compile itself does not contain backslashes and begins | |||
# with a dollar sign (not a hyphen), so the echo should work correctly. | # with a dollar sign (not a hyphen), so the echo should work correctly. | |||
# The option is referenced via a variable to avoid confusing sed. | # The option is referenced via a variable to avoid confusing sed. | |||
lt_compile=`echo "$ac_compile" | $SED \ | lt_compile=`echo "$ac_compile" | $SED \ | |||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |||
-e 's:$: $lt_compiler_flag:'` | -e 's:$: $lt_compiler_flag:'` | |||
(eval echo "\"\$as_me:16805: $lt_compile\"" >&5) | (eval echo "\"\$as_me:17143: $lt_compile\"" >&5) | |||
(eval "$lt_compile" 2>conftest.err) | (eval "$lt_compile" 2>conftest.err) | |||
ac_status=$? | ac_status=$? | |||
cat conftest.err >&5 | cat conftest.err >&5 | |||
echo "$as_me:16809: \$? = $ac_status" >&5 | echo "$as_me:17147: \$? = $ac_status" >&5 | |||
if (exit $ac_status) && test -s "$ac_outfile"; then | if (exit $ac_status) && test -s "$ac_outfile"; then | |||
# The compiler can only warn and ignore the option if not recognized | # The compiler can only warn and ignore the option if not recognized | |||
# So say no if there are warnings other than the usual output. | # So say no if there are warnings other than the usual output. | |||
$echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp | $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp | |||
$SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | |||
if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null ; then | if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null ; then | |||
lt_prog_compiler_pic_works_GCJ=yes | lt_cv_prog_compiler_pic_works_GCJ=yes | |||
fi | fi | |||
fi | fi | |||
$rm conftest* | $rm conftest* | |||
fi | fi | |||
{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5 | { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5 | |||
echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6; } | echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_GCJ" >&6; } | |||
if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then | if test x"$lt_cv_prog_compiler_pic_works_GCJ" = xyes; then | |||
case $lt_prog_compiler_pic_GCJ in | case $lt_prog_compiler_pic_GCJ in | |||
"" | " "*) ;; | "" | " "*) ;; | |||
*) lt_prog_compiler_pic_GCJ=" $lt_prog_compiler_pic_GCJ" ;; | *) lt_prog_compiler_pic_GCJ=" $lt_prog_compiler_pic_GCJ" ;; | |||
esac | esac | |||
else | else | |||
lt_prog_compiler_pic_GCJ= | lt_prog_compiler_pic_GCJ= | |||
lt_prog_compiler_can_build_shared_GCJ=no | lt_prog_compiler_can_build_shared_GCJ=no | |||
fi | fi | |||
fi | fi | |||
skipping to change at line 16648 | skipping to change at line 16977 | |||
lt_prog_compiler_pic_GCJ="$lt_prog_compiler_pic_GCJ" | lt_prog_compiler_pic_GCJ="$lt_prog_compiler_pic_GCJ" | |||
;; | ;; | |||
esac | esac | |||
# | # | |||
# Check to make sure the static flag actually works. | # Check to make sure the static flag actually works. | |||
# | # | |||
wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_sta tic_GCJ\" | wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_sta tic_GCJ\" | |||
{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_fl ag works" >&5 | { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_fl ag works" >&5 | |||
echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works.. . $ECHO_C" >&6; } | echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works.. . $ECHO_C" >&6; } | |||
if test "${lt_prog_compiler_static_works_GCJ+set}" = set; then | if test "${lt_cv_prog_compiler_static_works_GCJ+set}" = set; then | |||
echo $ECHO_N "(cached) $ECHO_C" >&6 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |||
else | else | |||
lt_prog_compiler_static_works_GCJ=no | lt_cv_prog_compiler_static_works_GCJ=no | |||
save_LDFLAGS="$LDFLAGS" | save_LDFLAGS="$LDFLAGS" | |||
LDFLAGS="$LDFLAGS $lt_tmp_static_flag" | LDFLAGS="$LDFLAGS $lt_tmp_static_flag" | |||
echo "$lt_simple_link_test_code" > conftest.$ac_ext | echo "$lt_simple_link_test_code" > conftest.$ac_ext | |||
if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then | if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then | |||
# The linker can only warn and ignore the option if not recognized | # The linker can only warn and ignore the option if not recognized | |||
# So say no if there are warnings | # So say no if there are warnings | |||
if test -s conftest.err; then | if test -s conftest.err; then | |||
# Append any errors to the config.log. | # Append any errors to the config.log. | |||
cat conftest.err 1>&5 | cat conftest.err 1>&5 | |||
$echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp | $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp | |||
$SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | |||
if diff conftest.exp conftest.er2 >/dev/null; then | if diff conftest.exp conftest.er2 >/dev/null; then | |||
lt_prog_compiler_static_works_GCJ=yes | lt_cv_prog_compiler_static_works_GCJ=yes | |||
fi | fi | |||
else | else | |||
lt_prog_compiler_static_works_GCJ=yes | lt_cv_prog_compiler_static_works_GCJ=yes | |||
fi | fi | |||
fi | fi | |||
$rm conftest* | $rm -r conftest* | |||
LDFLAGS="$save_LDFLAGS" | LDFLAGS="$save_LDFLAGS" | |||
fi | fi | |||
{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_GCJ" >&5 | { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&5 | |||
echo "${ECHO_T}$lt_prog_compiler_static_works_GCJ" >&6; } | echo "${ECHO_T}$lt_cv_prog_compiler_static_works_GCJ" >&6; } | |||
if test x"$lt_prog_compiler_static_works_GCJ" = xyes; then | if test x"$lt_cv_prog_compiler_static_works_GCJ" = xyes; then | |||
: | : | |||
else | else | |||
lt_prog_compiler_static_GCJ= | lt_prog_compiler_static_GCJ= | |||
fi | fi | |||
{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objex t" >&5 | { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objex t" >&5 | |||
echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO _C" >&6; } | echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO _C" >&6; } | |||
if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then | if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then | |||
echo $ECHO_N "(cached) $ECHO_C" >&6 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |||
else | else | |||
skipping to change at line 16704 | skipping to change at line 17033 | |||
lt_compiler_flag="-o out/conftest2.$ac_objext" | lt_compiler_flag="-o out/conftest2.$ac_objext" | |||
# Insert the option either (1) after the last *FLAGS variable, or | # Insert the option either (1) after the last *FLAGS variable, or | |||
# (2) before a word containing "conftest.", or (3) at the end. | # (2) before a word containing "conftest.", or (3) at the end. | |||
# Note that $ac_compile itself does not contain backslashes and begins | # Note that $ac_compile itself does not contain backslashes and begins | |||
# with a dollar sign (not a hyphen), so the echo should work correctly. | # with a dollar sign (not a hyphen), so the echo should work correctly. | |||
lt_compile=`echo "$ac_compile" | $SED \ | lt_compile=`echo "$ac_compile" | $SED \ | |||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | |||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | |||
-e 's:$: $lt_compiler_flag:'` | -e 's:$: $lt_compiler_flag:'` | |||
(eval echo "\"\$as_me:16909: $lt_compile\"" >&5) | (eval echo "\"\$as_me:17247: $lt_compile\"" >&5) | |||
(eval "$lt_compile" 2>out/conftest.err) | (eval "$lt_compile" 2>out/conftest.err) | |||
ac_status=$? | ac_status=$? | |||
cat out/conftest.err >&5 | cat out/conftest.err >&5 | |||
echo "$as_me:16913: \$? = $ac_status" >&5 | echo "$as_me:17251: \$? = $ac_status" >&5 | |||
if (exit $ac_status) && test -s out/conftest2.$ac_objext | if (exit $ac_status) && test -s out/conftest2.$ac_objext | |||
then | then | |||
# The compiler can only warn and ignore the option if not recognized | # The compiler can only warn and ignore the option if not recognized | |||
# So say no if there are warnings | # So say no if there are warnings | |||
$echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.e xp | $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.e xp | |||
$SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 | $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 | |||
if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er 2 >/dev/null; then | if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er 2 >/dev/null; then | |||
lt_cv_prog_compiler_c_o_GCJ=yes | lt_cv_prog_compiler_c_o_GCJ=yes | |||
fi | fi | |||
fi | fi | |||
skipping to change at line 16787 | skipping to change at line 17116 | |||
module_expsym_cmds_GCJ= | module_expsym_cmds_GCJ= | |||
always_export_symbols_GCJ=no | always_export_symbols_GCJ=no | |||
export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' | export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' | |||
# include_expsyms should be a list of space-separated symbols to be *alwa ys* | # include_expsyms should be a list of space-separated symbols to be *alwa ys* | |||
# included in the symbol list | # included in the symbol list | |||
include_expsyms_GCJ= | include_expsyms_GCJ= | |||
# exclude_expsyms can be an extended regexp of symbols to exclude | # exclude_expsyms can be an extended regexp of symbols to exclude | |||
# it will be wrapped by ` (' and `)$', so one must not match beginning or | # it will be wrapped by ` (' and `)$', so one must not match beginning or | |||
# end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `b c', | # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `b c', | |||
# as well as any symbol that contains `d'. | # as well as any symbol that contains `d'. | |||
exclude_expsyms_GCJ="_GLOBAL_OFFSET_TABLE_" | exclude_expsyms_GCJ='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' | |||
# Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out | # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out | |||
# platforms (ab)use it in PIC code, but their linkers get confused if | # platforms (ab)use it in PIC code, but their linkers get confused if | |||
# the symbol is explicitly referenced. Since portable code cannot | # the symbol is explicitly referenced. Since portable code cannot | |||
# rely on this symbol name, it's probably fine to never include it in | # rely on this symbol name, it's probably fine to never include it in | |||
# preloaded symbol tables. | # preloaded symbol tables. | |||
# Exclude shared library initialization/finalization symbols. | ||||
extract_expsyms_cmds= | extract_expsyms_cmds= | |||
# Just being paranoid about ensuring that cc_basename is set. | # Just being paranoid about ensuring that cc_basename is set. | |||
for cc_temp in $compiler""; do | for cc_temp in $compiler""; do | |||
case $cc_temp in | case $cc_temp in | |||
compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; | compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; | |||
distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; | distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; | |||
\-*) ;; | \-*) ;; | |||
*) break;; | *) break;; | |||
esac | esac | |||
done | done | |||
skipping to change at line 16851 | skipping to change at line 17181 | |||
case `$LD -v 2>/dev/null` in | case `$LD -v 2>/dev/null` in | |||
*\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 | *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 | |||
*\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... | *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... | |||
*\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 .. . | *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 .. . | |||
*\ 2.11.*) ;; # other 2.11 versions | *\ 2.11.*) ;; # other 2.11 versions | |||
*) supports_anon_versioning=yes ;; | *) supports_anon_versioning=yes ;; | |||
esac | esac | |||
# See if GNU ld supports shared libraries. | # See if GNU ld supports shared libraries. | |||
case $host_os in | case $host_os in | |||
aix3* | aix4* | aix5*) | aix[3-9]*) | |||
# On AIX/PPC, the GNU linker is very broken | # On AIX/PPC, the GNU linker is very broken | |||
if test "$host_cpu" != ia64; then | if test "$host_cpu" != ia64; then | |||
ld_shlibs_GCJ=no | ld_shlibs_GCJ=no | |||
cat <<EOF 1>&2 | cat <<EOF 1>&2 | |||
*** Warning: the GNU linker, at least up to release 2.9.1, is reported | *** Warning: the GNU linker, at least up to release 2.9.1, is reported | |||
*** to be unable to reliably create shared libraries on AIX. | *** to be unable to reliably create shared libraries on AIX. | |||
*** Therefore, libtool is disabling shared libraries support. If you | *** Therefore, libtool is disabling shared libraries support. If you | |||
*** really care for shared libraries, you may want to modify your PATH | *** really care for shared libraries, you may want to modify your PATH | |||
*** so that a non-GNU linker is found, and then restart. | *** so that a non-GNU linker is found, and then restart. | |||
skipping to change at line 17071 | skipping to change at line 17401 | |||
# Note: this linker hardcodes the directories in LIBPATH if there | # Note: this linker hardcodes the directories in LIBPATH if there | |||
# are no directories specified by -L. | # are no directories specified by -L. | |||
hardcode_minus_L_GCJ=yes | hardcode_minus_L_GCJ=yes | |||
if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then | if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then | |||
# Neither direct hardcoding nor static linking is supported with a | # Neither direct hardcoding nor static linking is supported with a | |||
# broken collect2. | # broken collect2. | |||
hardcode_direct_GCJ=unsupported | hardcode_direct_GCJ=unsupported | |||
fi | fi | |||
;; | ;; | |||
aix4* | aix5*) | aix[4-9]*) | |||
if test "$host_cpu" = ia64; then | if test "$host_cpu" = ia64; then | |||
# On IA64, the linker does run time linking by default, so we don't | # On IA64, the linker does run time linking by default, so we don't | |||
# have to do anything special. | # have to do anything special. | |||
aix_use_runtimelinking=no | aix_use_runtimelinking=no | |||
exp_sym_flag='-Bexport' | exp_sym_flag='-Bexport' | |||
no_entry_flag="" | no_entry_flag="" | |||
else | else | |||
# If we're using GNU nm, then we don't want the "-C" option. | # If we're using GNU nm, then we don't want the "-C" option. | |||
# -C means demangle to AIX nm, but means don't demangle with GNU nm | # -C means demangle to AIX nm, but means don't demangle with GNU nm | |||
if $NM -V 2>&1 | grep 'GNU' > /dev/null; then | if $NM -V 2>&1 | grep 'GNU' > /dev/null; then | |||
export_symbols_cmds_GCJ='$NM -Bpg $libobjs $convenience | awk '\'' { if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' | export_symbols_cmds_GCJ='$NM -Bpg $libobjs $convenience | awk '\'' { if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' | |||
else | else | |||
export_symbols_cmds_GCJ='$NM -BCpg $libobjs $convenience | awk '\' '{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) ! = ".")) { print \$3 } }'\'' | sort -u > $export_symbols' | export_symbols_cmds_GCJ='$NM -BCpg $libobjs $convenience | awk '\' '{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) ! = ".")) { print \$3 } }'\'' | sort -u > $export_symbols' | |||
fi | fi | |||
aix_use_runtimelinking=no | aix_use_runtimelinking=no | |||
# Test if we are trying to use run time linking or normal | # Test if we are trying to use run time linking or normal | |||
# AIX style linking. If -brtl is somewhere in LDFLAGS, we | # AIX style linking. If -brtl is somewhere in LDFLAGS, we | |||
# need to do runtime linking. | # need to do runtime linking. | |||
case $host_os in aix4.[23]|aix4.[23].*|aix5*) | case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) | |||
for ld_flag in $LDFLAGS; do | for ld_flag in $LDFLAGS; do | |||
if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then | if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then | |||
aix_use_runtimelinking=yes | aix_use_runtimelinking=yes | |||
break | break | |||
fi | fi | |||
done | done | |||
;; | ;; | |||
esac | esac | |||
exp_sym_flag='-bexport' | exp_sym_flag='-bexport' | |||
skipping to change at line 17361 | skipping to change at line 17691 | |||
;; | ;; | |||
esac | esac | |||
archive_cmds_need_lc_GCJ=no | archive_cmds_need_lc_GCJ=no | |||
hardcode_direct_GCJ=no | hardcode_direct_GCJ=no | |||
hardcode_automatic_GCJ=yes | hardcode_automatic_GCJ=yes | |||
hardcode_shlibpath_var_GCJ=unsupported | hardcode_shlibpath_var_GCJ=unsupported | |||
whole_archive_flag_spec_GCJ='' | whole_archive_flag_spec_GCJ='' | |||
link_all_deplibs_GCJ=yes | link_all_deplibs_GCJ=yes | |||
if test "$GCC" = yes ; then | if test "$GCC" = yes ; then | |||
output_verbose_link_cmd='echo' | output_verbose_link_cmd='echo' | |||
archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $li | archive_cmds_GCJ="\$CC -dynamiclib \$allow_undefined_flag -o \$lib | |||
bobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' | \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verst | |||
module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $ | ring $_lt_dar_single_mod${_lt_dsymutil}" | |||
deplibs$compiler_flags' | module_cmds_GCJ="\$CC \$allow_undefined_flag -o \$lib -bundle \$lib | |||
# Don't fix this by using the ld -exported_symbols_list flag, it does | objs \$deplibs \$compiler_flags${_lt_dsymutil}" | |||
n't exist in older darwin lds | archive_expsym_cmds_GCJ="sed 's,^,_,' < \$export_symbols > \$output | |||
archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\( | _objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag | |||
..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC | -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$sonam | |||
-dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flag | e \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" | |||
s -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libnam | module_expsym_cmds_GCJ="sed -e 's,^,_,' < \$export_symbols > \$outp | |||
e}-symbols.expsym ${lib}' | ut_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib - | |||
module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(. | bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsym | |||
.*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC | util}" | |||
$allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nme | ||||
dit -s $output_objdir/${libname}-symbols.expsym ${lib}' | ||||
else | else | |||
case $cc_basename in | case $cc_basename in | |||
xlc*) | xlc*) | |||
output_verbose_link_cmd='echo' | output_verbose_link_cmd='echo' | |||
archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $li bobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname ` $xlcverstring' | archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $li bobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname ` $xlcverstring' | |||
module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobj s $deplibs$compiler_flags' | module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobj s $deplibs$compiler_flags' | |||
# Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds | # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds | |||
archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s, ^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~ $CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_fl ags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_ objdir/${libname}-symbols.expsym ${lib}' | archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s, ^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~ $CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_fl ags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_ objdir/${libname}-symbols.expsym ${lib}' | |||
module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -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}' | module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -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}' | |||
;; | ;; | |||
skipping to change at line 17834 | skipping to change at line 18163 | |||
case $host_os in | case $host_os in | |||
aix3*) | aix3*) | |||
version_type=linux | version_type=linux | |||
library_names_spec='${libname}${release}${shared_ext}$versuffix $libname. a' | library_names_spec='${libname}${release}${shared_ext}$versuffix $libname. a' | |||
shlibpath_var=LIBPATH | shlibpath_var=LIBPATH | |||
# AIX 3 has no versioning support, so we append a major version to the na me. | # AIX 3 has no versioning support, so we append a major version to the na me. | |||
soname_spec='${libname}${release}${shared_ext}$major' | soname_spec='${libname}${release}${shared_ext}$major' | |||
;; | ;; | |||
aix4* | aix5*) | aix[4-9]*) | |||
version_type=linux | version_type=linux | |||
need_lib_prefix=no | need_lib_prefix=no | |||
need_version=no | need_version=no | |||
hardcode_into_libs=yes | hardcode_into_libs=yes | |||
if test "$host_cpu" = ia64; then | if test "$host_cpu" = ia64; then | |||
# AIX 5 supports IA64 | # AIX 5 supports IA64 | |||
library_names_spec='${libname}${release}${shared_ext}$major ${libname}$ {release}${shared_ext}$versuffix $libname${shared_ext}' | library_names_spec='${libname}${release}${shared_ext}$major ${libname}$ {release}${shared_ext}$versuffix $libname${shared_ext}' | |||
shlibpath_var=LD_LIBRARY_PATH | shlibpath_var=LD_LIBRARY_PATH | |||
else | else | |||
# With GCC up to 2.95.x, collect2 would create an import file | # With GCC up to 2.95.x, collect2 would create an import file | |||
skipping to change at line 18367 | skipping to change at line 18696 | |||
;; | ;; | |||
*) | *) | |||
dynamic_linker=no | dynamic_linker=no | |||
;; | ;; | |||
esac | esac | |||
{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 | { echo "$as_me:$LINENO: result: $dynamic_linker" >&5 | |||
echo "${ECHO_T}$dynamic_linker" >&6; } | echo "${ECHO_T}$dynamic_linker" >&6; } | |||
test "$dynamic_linker" = no && can_build_shared=no | test "$dynamic_linker" = no && can_build_shared=no | |||
if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then | ||||
echo $ECHO_N "(cached) $ECHO_C" >&6 | ||||
else | ||||
lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" | ||||
fi | ||||
sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" | ||||
if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then | ||||
echo $ECHO_N "(cached) $ECHO_C" >&6 | ||||
else | ||||
lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" | ||||
fi | ||||
sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" | ||||
variables_saved_for_relink="PATH $shlibpath_var $runpath_var" | variables_saved_for_relink="PATH $shlibpath_var $runpath_var" | |||
if test "$GCC" = yes; then | if test "$GCC" = yes; then | |||
variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX C OMPILER_PATH LIBRARY_PATH" | variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX C OMPILER_PATH LIBRARY_PATH" | |||
fi | fi | |||
{ echo "$as_me:$LINENO: checking how to hardcode library paths into program s" >&5 | { echo "$as_me:$LINENO: checking how to hardcode library paths into program s" >&5 | |||
echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO _C" >&6; } | echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO _C" >&6; } | |||
hardcode_action_GCJ= | hardcode_action_GCJ= | |||
if test -n "$hardcode_libdir_flag_spec_GCJ" || \ | if test -n "$hardcode_libdir_flag_spec_GCJ" || \ | |||
test -n "$runpath_var_GCJ" || \ | test -n "$runpath_var_GCJ" || \ | |||
skipping to change at line 18449 | skipping to change at line 18793 | |||
thread_safe_flag_spec_GCJ \ | thread_safe_flag_spec_GCJ \ | |||
whole_archive_flag_spec_GCJ \ | whole_archive_flag_spec_GCJ \ | |||
enable_shared_with_static_runtimes_GCJ \ | enable_shared_with_static_runtimes_GCJ \ | |||
old_archive_cmds_GCJ \ | old_archive_cmds_GCJ \ | |||
old_archive_from_new_cmds_GCJ \ | old_archive_from_new_cmds_GCJ \ | |||
predep_objects_GCJ \ | predep_objects_GCJ \ | |||
postdep_objects_GCJ \ | postdep_objects_GCJ \ | |||
predeps_GCJ \ | predeps_GCJ \ | |||
postdeps_GCJ \ | postdeps_GCJ \ | |||
compiler_lib_search_path_GCJ \ | compiler_lib_search_path_GCJ \ | |||
compiler_lib_search_dirs_GCJ \ | ||||
archive_cmds_GCJ \ | archive_cmds_GCJ \ | |||
archive_expsym_cmds_GCJ \ | archive_expsym_cmds_GCJ \ | |||
postinstall_cmds_GCJ \ | postinstall_cmds_GCJ \ | |||
postuninstall_cmds_GCJ \ | postuninstall_cmds_GCJ \ | |||
old_archive_from_expsyms_cmds_GCJ \ | old_archive_from_expsyms_cmds_GCJ \ | |||
allow_undefined_flag_GCJ \ | allow_undefined_flag_GCJ \ | |||
no_undefined_flag_GCJ \ | no_undefined_flag_GCJ \ | |||
export_symbols_cmds_GCJ \ | export_symbols_cmds_GCJ \ | |||
hardcode_libdir_flag_spec_GCJ \ | hardcode_libdir_flag_spec_GCJ \ | |||
hardcode_libdir_flag_spec_ld_GCJ \ | hardcode_libdir_flag_spec_ld_GCJ \ | |||
skipping to change at line 18697 | skipping to change at line 19042 | |||
postdep_objects=$lt_postdep_objects_GCJ | postdep_objects=$lt_postdep_objects_GCJ | |||
# Dependencies to place before the objects being linked to create a | # Dependencies to place before the objects being linked to create a | |||
# shared library. | # shared library. | |||
predeps=$lt_predeps_GCJ | predeps=$lt_predeps_GCJ | |||
# Dependencies to place after the objects being linked to create a | # Dependencies to place after the objects being linked to create a | |||
# shared library. | # shared library. | |||
postdeps=$lt_postdeps_GCJ | postdeps=$lt_postdeps_GCJ | |||
# The directories searched by this compiler when creating a shared | ||||
# library | ||||
compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_GCJ | ||||
# The library search path used internally by the compiler when linking | # The library search path used internally by the compiler when linking | |||
# a shared library. | # a shared library. | |||
compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ | compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ | |||
# Method to check whether dependent libraries are shared objects. | # Method to check whether dependent libraries are shared objects. | |||
deplibs_check_method=$lt_deplibs_check_method | deplibs_check_method=$lt_deplibs_check_method | |||
# Command to use when deplibs_check_method == file_magic. | # Command to use when deplibs_check_method == file_magic. | |||
file_magic_cmd=$lt_file_magic_cmd | file_magic_cmd=$lt_file_magic_cmd | |||
skipping to change at line 18866 | skipping to change at line 19215 | |||
ac_outfile=conftest.$ac_objext | ac_outfile=conftest.$ac_objext | |||
echo "$lt_simple_compile_test_code" >conftest.$ac_ext | echo "$lt_simple_compile_test_code" >conftest.$ac_ext | |||
eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | |||
_lt_compiler_boilerplate=`cat conftest.err` | _lt_compiler_boilerplate=`cat conftest.err` | |||
$rm conftest* | $rm conftest* | |||
ac_outfile=conftest.$ac_objext | ac_outfile=conftest.$ac_objext | |||
echo "$lt_simple_link_test_code" >conftest.$ac_ext | echo "$lt_simple_link_test_code" >conftest.$ac_ext | |||
eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err | |||
_lt_linker_boilerplate=`cat conftest.err` | _lt_linker_boilerplate=`cat conftest.err` | |||
$rm conftest* | $rm -r conftest* | |||
# Allow CC to be a program name with arguments. | # Allow CC to be a program name with arguments. | |||
lt_save_CC="$CC" | lt_save_CC="$CC" | |||
CC=${RC-"windres"} | CC=${RC-"windres"} | |||
compiler=$CC | compiler=$CC | |||
compiler_RC=$CC | compiler_RC=$CC | |||
for cc_temp in $compiler""; do | for cc_temp in $compiler""; do | |||
case $cc_temp in | case $cc_temp in | |||
compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; | compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; | |||
distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; | distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; | |||
skipping to change at line 18925 | skipping to change at line 19274 | |||
thread_safe_flag_spec_RC \ | thread_safe_flag_spec_RC \ | |||
whole_archive_flag_spec_RC \ | whole_archive_flag_spec_RC \ | |||
enable_shared_with_static_runtimes_RC \ | enable_shared_with_static_runtimes_RC \ | |||
old_archive_cmds_RC \ | old_archive_cmds_RC \ | |||
old_archive_from_new_cmds_RC \ | old_archive_from_new_cmds_RC \ | |||
predep_objects_RC \ | predep_objects_RC \ | |||
postdep_objects_RC \ | postdep_objects_RC \ | |||
predeps_RC \ | predeps_RC \ | |||
postdeps_RC \ | postdeps_RC \ | |||
compiler_lib_search_path_RC \ | compiler_lib_search_path_RC \ | |||
compiler_lib_search_dirs_RC \ | ||||
archive_cmds_RC \ | archive_cmds_RC \ | |||
archive_expsym_cmds_RC \ | archive_expsym_cmds_RC \ | |||
postinstall_cmds_RC \ | postinstall_cmds_RC \ | |||
postuninstall_cmds_RC \ | postuninstall_cmds_RC \ | |||
old_archive_from_expsyms_cmds_RC \ | old_archive_from_expsyms_cmds_RC \ | |||
allow_undefined_flag_RC \ | allow_undefined_flag_RC \ | |||
no_undefined_flag_RC \ | no_undefined_flag_RC \ | |||
export_symbols_cmds_RC \ | export_symbols_cmds_RC \ | |||
hardcode_libdir_flag_spec_RC \ | hardcode_libdir_flag_spec_RC \ | |||
hardcode_libdir_flag_spec_ld_RC \ | hardcode_libdir_flag_spec_ld_RC \ | |||
skipping to change at line 19173 | skipping to change at line 19523 | |||
postdep_objects=$lt_postdep_objects_RC | postdep_objects=$lt_postdep_objects_RC | |||
# Dependencies to place before the objects being linked to create a | # Dependencies to place before the objects being linked to create a | |||
# shared library. | # shared library. | |||
predeps=$lt_predeps_RC | predeps=$lt_predeps_RC | |||
# Dependencies to place after the objects being linked to create a | # Dependencies to place after the objects being linked to create a | |||
# shared library. | # shared library. | |||
postdeps=$lt_postdeps_RC | postdeps=$lt_postdeps_RC | |||
# The directories searched by this compiler when creating a shared | ||||
# library | ||||
compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_RC | ||||
# The library search path used internally by the compiler when linking | # The library search path used internally by the compiler when linking | |||
# a shared library. | # a shared library. | |||
compiler_lib_search_path=$lt_compiler_lib_search_path_RC | compiler_lib_search_path=$lt_compiler_lib_search_path_RC | |||
# Method to check whether dependent libraries are shared objects. | # Method to check whether dependent libraries are shared objects. | |||
deplibs_check_method=$lt_deplibs_check_method | deplibs_check_method=$lt_deplibs_check_method | |||
# Command to use when deplibs_check_method == file_magic. | # Command to use when deplibs_check_method == file_magic. | |||
file_magic_cmd=$lt_file_magic_cmd | file_magic_cmd=$lt_file_magic_cmd | |||
skipping to change at line 21829 | skipping to change at line 22183 | |||
configured by $0, generated by GNU Autoconf 2.61, | configured by $0, generated by GNU Autoconf 2.61, | |||
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\ \\&/g'`\\" | with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\ \\&/g'`\\" | |||
Copyright (C) 2006 Free Software Foundation, Inc. | Copyright (C) 2006 Free Software Foundation, Inc. | |||
This config.status script is free software; the Free Software Foundation | This config.status script is free software; the Free Software Foundation | |||
gives unlimited permission to copy, distribute and modify it." | gives unlimited permission to copy, distribute and modify it." | |||
ac_pwd='$ac_pwd' | ac_pwd='$ac_pwd' | |||
srcdir='$srcdir' | srcdir='$srcdir' | |||
INSTALL='$INSTALL' | INSTALL='$INSTALL' | |||
MKDIR_P='$MKDIR_P' | ||||
_ACEOF | _ACEOF | |||
cat >>$CONFIG_STATUS <<\_ACEOF | cat >>$CONFIG_STATUS <<\_ACEOF | |||
# If no file are specified by the user, then we need to provide default | # If no file are specified by the user, then we need to provide default | |||
# value. By we need to know if files were specified by the user. | # value. By we need to know if files were specified by the user. | |||
ac_need_defaults=: | ac_need_defaults=: | |||
while test $# != 0 | while test $# != 0 | |||
do | do | |||
case $1 in | case $1 in | |||
--*=*) | --*=*) | |||
skipping to change at line 22046 | skipping to change at line 22399 | |||
ECHO_C!$ECHO_C$ac_delim | ECHO_C!$ECHO_C$ac_delim | |||
ECHO_N!$ECHO_N$ac_delim | ECHO_N!$ECHO_N$ac_delim | |||
ECHO_T!$ECHO_T$ac_delim | ECHO_T!$ECHO_T$ac_delim | |||
LIBS!$LIBS$ac_delim | LIBS!$LIBS$ac_delim | |||
build_alias!$build_alias$ac_delim | build_alias!$build_alias$ac_delim | |||
host_alias!$host_alias$ac_delim | host_alias!$host_alias$ac_delim | |||
target_alias!$target_alias$ac_delim | target_alias!$target_alias$ac_delim | |||
INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim | INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim | |||
INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim | INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim | |||
INSTALL_DATA!$INSTALL_DATA$ac_delim | INSTALL_DATA!$INSTALL_DATA$ac_delim | |||
am__isrc!$am__isrc$ac_delim | ||||
CYGPATH_W!$CYGPATH_W$ac_delim | CYGPATH_W!$CYGPATH_W$ac_delim | |||
PACKAGE!$PACKAGE$ac_delim | PACKAGE!$PACKAGE$ac_delim | |||
VERSION!$VERSION$ac_delim | VERSION!$VERSION$ac_delim | |||
ACLOCAL!$ACLOCAL$ac_delim | ACLOCAL!$ACLOCAL$ac_delim | |||
AUTOCONF!$AUTOCONF$ac_delim | AUTOCONF!$AUTOCONF$ac_delim | |||
AUTOMAKE!$AUTOMAKE$ac_delim | AUTOMAKE!$AUTOMAKE$ac_delim | |||
AUTOHEADER!$AUTOHEADER$ac_delim | AUTOHEADER!$AUTOHEADER$ac_delim | |||
MAKEINFO!$MAKEINFO$ac_delim | MAKEINFO!$MAKEINFO$ac_delim | |||
install_sh!$install_sh$ac_delim | install_sh!$install_sh$ac_delim | |||
STRIP!$STRIP$ac_delim | STRIP!$STRIP$ac_delim | |||
skipping to change at line 22096 | skipping to change at line 22448 | |||
host!$host$ac_delim | host!$host$ac_delim | |||
host_cpu!$host_cpu$ac_delim | host_cpu!$host_cpu$ac_delim | |||
host_vendor!$host_vendor$ac_delim | host_vendor!$host_vendor$ac_delim | |||
host_os!$host_os$ac_delim | host_os!$host_os$ac_delim | |||
SED!$SED$ac_delim | SED!$SED$ac_delim | |||
GREP!$GREP$ac_delim | GREP!$GREP$ac_delim | |||
EGREP!$EGREP$ac_delim | EGREP!$EGREP$ac_delim | |||
ECHO!$ECHO$ac_delim | ECHO!$ECHO$ac_delim | |||
AR!$AR$ac_delim | AR!$AR$ac_delim | |||
RANLIB!$RANLIB$ac_delim | RANLIB!$RANLIB$ac_delim | |||
DSYMUTIL!$DSYMUTIL$ac_delim | ||||
NMEDIT!$NMEDIT$ac_delim | ||||
CPP!$CPP$ac_delim | CPP!$CPP$ac_delim | |||
CXX!$CXX$ac_delim | CXX!$CXX$ac_delim | |||
CXXFLAGS!$CXXFLAGS$ac_delim | CXXFLAGS!$CXXFLAGS$ac_delim | |||
ac_ct_CXX!$ac_ct_CXX$ac_delim | ac_ct_CXX!$ac_ct_CXX$ac_delim | |||
CXXDEPMODE!$CXXDEPMODE$ac_delim | CXXDEPMODE!$CXXDEPMODE$ac_delim | |||
am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim | am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim | |||
am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim | ||||
_ACEOF | _ACEOF | |||
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; t hen | if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; t hen | |||
break | break | |||
elif $ac_last_try; then | elif $ac_last_try; then | |||
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 | { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 | |||
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} | echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} | |||
{ (exit 1); exit 1; }; } | { (exit 1); exit 1; }; } | |||
else | else | |||
ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | |||
skipping to change at line 22143 | skipping to change at line 22496 | |||
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n | N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n | |||
' >>$CONFIG_STATUS <conf$$subs.sed | ' >>$CONFIG_STATUS <conf$$subs.sed | |||
rm -f conf$$subs.sed | rm -f conf$$subs.sed | |||
cat >>$CONFIG_STATUS <<_ACEOF | cat >>$CONFIG_STATUS <<_ACEOF | |||
CEOF$ac_eof | CEOF$ac_eof | |||
_ACEOF | _ACEOF | |||
ac_delim='%!_!# ' | ac_delim='%!_!# ' | |||
for ac_last_try in false false false false false :; do | for ac_last_try in false false false false false :; do | |||
cat >conf$$subs.sed <<_ACEOF | cat >conf$$subs.sed <<_ACEOF | |||
am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim | ||||
CXXCPP!$CXXCPP$ac_delim | CXXCPP!$CXXCPP$ac_delim | |||
F77!$F77$ac_delim | F77!$F77$ac_delim | |||
FFLAGS!$FFLAGS$ac_delim | FFLAGS!$FFLAGS$ac_delim | |||
ac_ct_F77!$ac_ct_F77$ac_delim | ac_ct_F77!$ac_ct_F77$ac_delim | |||
LIBTOOL!$LIBTOOL$ac_delim | LIBTOOL!$LIBTOOL$ac_delim | |||
LIBTOOL_DEPS!$LIBTOOL_DEPS$ac_delim | LIBTOOL_DEPS!$LIBTOOL_DEPS$ac_delim | |||
LIBOBJS!$LIBOBJS$ac_delim | LIBOBJS!$LIBOBJS$ac_delim | |||
LTLIBOBJS!$LTLIBOBJS$ac_delim | LTLIBOBJS!$LTLIBOBJS$ac_delim | |||
_ACEOF | _ACEOF | |||
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 8; th en | if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 9; th en | |||
break | break | |||
elif $ac_last_try; then | elif $ac_last_try; then | |||
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 | { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 | |||
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} | echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} | |||
{ (exit 1); exit 1; }; } | { (exit 1); exit 1; }; } | |||
else | else | |||
ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | |||
fi | fi | |||
done | done | |||
skipping to change at line 22377 | skipping to change at line 22731 | |||
case $ac_mode in | case $ac_mode in | |||
:F) | :F) | |||
# | # | |||
# CONFIG_FILE | # CONFIG_FILE | |||
# | # | |||
case $INSTALL in | case $INSTALL in | |||
[\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; | [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; | |||
*) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; | *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; | |||
esac | esac | |||
ac_MKDIR_P=$MKDIR_P | ||||
case $MKDIR_P in | ||||
[\\/$]* | ?:[\\/]* ) ;; | ||||
*/*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; | ||||
esac | ||||
_ACEOF | _ACEOF | |||
cat >>$CONFIG_STATUS <<\_ACEOF | cat >>$CONFIG_STATUS <<\_ACEOF | |||
# If the template does not know about datarootdir, expand it. | # If the template does not know about datarootdir, expand it. | |||
# FIXME: This hack should be removed a few years after 2.60. | # FIXME: This hack should be removed a few years after 2.60. | |||
ac_datarootdir_hack=; ac_datarootdir_seen= | ac_datarootdir_hack=; ac_datarootdir_seen= | |||
case `sed -n '/datarootdir/ { | case `sed -n '/datarootdir/ { | |||
p | p | |||
q | q | |||
skipping to change at line 22435 | skipping to change at line 22784 | |||
s&@configure_input@&$configure_input&;t t | s&@configure_input@&$configure_input&;t t | |||
s&@top_builddir@&$ac_top_builddir_sub&;t t | s&@top_builddir@&$ac_top_builddir_sub&;t t | |||
s&@srcdir@&$ac_srcdir&;t t | s&@srcdir@&$ac_srcdir&;t t | |||
s&@abs_srcdir@&$ac_abs_srcdir&;t t | s&@abs_srcdir@&$ac_abs_srcdir&;t t | |||
s&@top_srcdir@&$ac_top_srcdir&;t t | s&@top_srcdir@&$ac_top_srcdir&;t t | |||
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t | s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t | |||
s&@builddir@&$ac_builddir&;t t | s&@builddir@&$ac_builddir&;t t | |||
s&@abs_builddir@&$ac_abs_builddir&;t t | s&@abs_builddir@&$ac_abs_builddir&;t t | |||
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t | s&@abs_top_builddir@&$ac_abs_top_builddir&;t t | |||
s&@INSTALL@&$ac_INSTALL&;t t | s&@INSTALL@&$ac_INSTALL&;t t | |||
s&@MKDIR_P@&$ac_MKDIR_P&;t t | ||||
$ac_datarootdir_hack | $ac_datarootdir_hack | |||
" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$t mp/out | " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$t mp/out | |||
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | |||
{ ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } & & | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } & & | |||
{ ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | |||
{ echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the var iable \`datarootdir' | { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the var iable \`datarootdir' | |||
which seems to be undefined. Please make sure it is defined." >&5 | which seems to be undefined. Please make sure it is defined." >&5 | |||
echo "$as_me: WARNING: $ac_file contains a reference to the variable \`data rootdir' | echo "$as_me: WARNING: $ac_file contains a reference to the variable \`data rootdir' | |||
which seems to be undefined. Please make sure it is defined." >&2;} | which seems to be undefined. Please make sure it is defined." >&2;} | |||
skipping to change at line 22599 | skipping to change at line 22947 | |||
case $ac_file$ac_mode in | case $ac_file$ac_mode in | |||
"depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do | "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do | |||
# Strip MF so we end up with the name of the file. | # Strip MF so we end up with the name of the file. | |||
mf=`echo "$mf" | sed -e 's/:.*$//'` | mf=`echo "$mf" | sed -e 's/:.*$//'` | |||
# Check whether this is an Automake generated Makefile or not. | # Check whether this is an Automake generated Makefile or not. | |||
# We used to match only the files named `Makefile.in', but | # We used to match only the files named `Makefile.in', but | |||
# some people rename them; so instead we look at the file content. | # some people rename them; so instead we look at the file content. | |||
# Grep'ing the first line is not enough: some people post-process | # Grep'ing the first line is not enough: some people post-process | |||
# each Makefile.in and add a new line on top of each file to say so. | # each Makefile.in and add a new line on top of each file to say so. | |||
# Grep'ing the whole file is not good either: AIX grep has a line | # So let's grep whole file. | |||
# limit of 2048, but all sed's we know have understand at least 4000. | if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then | |||
if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; the | ||||
n | ||||
dirpart=`$as_dirname -- "$mf" || | dirpart=`$as_dirname -- "$mf" || | |||
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |||
X"$mf" : 'X\(//\)[^/]' \| \ | X"$mf" : 'X\(//\)[^/]' \| \ | |||
X"$mf" : 'X\(//\)$' \| \ | X"$mf" : 'X\(//\)$' \| \ | |||
X"$mf" : 'X\(/\)' \| . 2>/dev/null || | X"$mf" : 'X\(/\)' \| . 2>/dev/null || | |||
echo X"$mf" | | echo X"$mf" | | |||
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |||
s//\1/ | s//\1/ | |||
q | q | |||
} | } | |||
End of changes. 162 change blocks. | ||||
299 lines changed or deleted | 654 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |