|
@@ -651,7 +651,6 @@ LN_S
|
|
am__fastdepCC_FALSE
|
|
am__fastdepCC_FALSE
|
|
am__fastdepCC_TRUE
|
|
am__fastdepCC_TRUE
|
|
CCDEPMODE
|
|
CCDEPMODE
|
|
-am__nodep
|
|
|
|
AMDEPBACKSLASH
|
|
AMDEPBACKSLASH
|
|
AMDEP_FALSE
|
|
AMDEP_FALSE
|
|
AMDEP_TRUE
|
|
AMDEP_TRUE
|
|
@@ -1398,7 +1397,7 @@ Optional Features:
|
|
Optional Packages:
|
|
Optional Packages:
|
|
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
|
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
|
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
|
|
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
|
|
- --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
|
|
|
|
|
|
+ --with-pic try to use only PIC/non-PIC objects [default=use
|
|
both]
|
|
both]
|
|
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
|
|
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
|
|
--with-sysroot=DIR Search for dependent libraries within DIR
|
|
--with-sysroot=DIR Search for dependent libraries within DIR
|
|
@@ -2724,11 +2723,11 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
|
|
|
|
|
|
# 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. Yes, it's still used
|
|
|
|
-# in the wild :-( We should find a proper way to deprecate it ...
|
|
|
|
-AMTAR='$${TAR-tar}'
|
|
|
|
|
|
+# Always define AMTAR for backward compatibility.
|
|
|
|
|
|
-am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
|
|
|
|
|
|
+AMTAR=${AMTAR-"${am_missing_run}tar"}
|
|
|
|
+
|
|
|
|
+am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -2766,7 +2765,7 @@ $as_echo "no" >&6; }
|
|
fi
|
|
fi
|
|
|
|
|
|
if test -z $CFLAGS; then
|
|
if test -z $CFLAGS; then
|
|
- CFLAGS='-O2'
|
|
|
|
|
|
+ CFLAGS='-O0'
|
|
fi
|
|
fi
|
|
ac_ext=c
|
|
ac_ext=c
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
@@ -3609,7 +3608,6 @@ 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='\'
|
|
- am__nodep='_no'
|
|
|
|
fi
|
|
fi
|
|
if test "x$enable_dependency_tracking" != xno; then
|
|
if test "x$enable_dependency_tracking" != xno; then
|
|
AMDEP_TRUE=
|
|
AMDEP_TRUE=
|
|
@@ -3634,7 +3632,6 @@ else
|
|
# instance it was reported that on HP-UX the gcc test will end up
|
|
# instance it was reported that on HP-UX the gcc test will end up
|
|
# making a dummy file named `D' -- because `-MD' means `put the output
|
|
# making a dummy file named `D' -- because `-MD' means `put the output
|
|
# in D'.
|
|
# in D'.
|
|
- rm -rf conftest.dir
|
|
|
|
mkdir conftest.dir
|
|
mkdir conftest.dir
|
|
# Copy depcomp to subdir because otherwise we won't find it if we're
|
|
# Copy depcomp to subdir because otherwise we won't find it if we're
|
|
# using a relative directory.
|
|
# using a relative directory.
|
|
@@ -3694,7 +3691,7 @@ else
|
|
break
|
|
break
|
|
fi
|
|
fi
|
|
;;
|
|
;;
|
|
- msvc7 | msvc7msys | msvisualcpp | msvcmsys)
|
|
|
|
|
|
+ msvisualcpp | msvcmsys)
|
|
# This compiler won't grok `-c -o', but also, the minuso test has
|
|
# This compiler won't grok `-c -o', but also, the minuso test has
|
|
# not run yet. These depmodes are late enough in the game, and
|
|
# not run yet. These depmodes are late enough in the game, and
|
|
# so weak that their functioning should not be impacted.
|
|
# so weak that their functioning should not be impacted.
|
|
@@ -4154,12 +4151,12 @@ else
|
|
fi
|
|
fi
|
|
|
|
|
|
#adding platform-dependent information to compile flags
|
|
#adding platform-dependent information to compile flags
|
|
-if test -z "$TARGET_WIN_TRUE"; then :
|
|
|
|
|
|
+if test "${host_os}" = "mingw32"; then
|
|
$as_echo "#define WINDOWS 1" >>confdefs.h
|
|
$as_echo "#define WINDOWS 1" >>confdefs.h
|
|
|
|
|
|
fi #define WINDOWS is accessible from pre-processor
|
|
fi #define WINDOWS is accessible from pre-processor
|
|
|
|
|
|
-if test -z "$TARGET_LINUX_TRUE"; then :
|
|
|
|
|
|
+if test "${host_os}" = "linux-gnu" || test "${host_os}" = "linux"; then
|
|
$as_echo "#define LINUX 1" >>confdefs.h
|
|
$as_echo "#define LINUX 1" >>confdefs.h
|
|
|
|
|
|
fi
|
|
fi
|
|
@@ -4496,8 +4493,8 @@ esac
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-macro_version='2.4.2'
|
|
|
|
-macro_revision='1.3337'
|
|
|
|
|
|
+macro_version='2.4'
|
|
|
|
+macro_revision='1.3293'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -5260,11 +5257,6 @@ else
|
|
lt_cv_sys_max_cmd_len=196608
|
|
lt_cv_sys_max_cmd_len=196608
|
|
;;
|
|
;;
|
|
|
|
|
|
- os2*)
|
|
|
|
- # The test takes a long time on OS/2.
|
|
|
|
- lt_cv_sys_max_cmd_len=8192
|
|
|
|
- ;;
|
|
|
|
-
|
|
|
|
osf*)
|
|
osf*)
|
|
# Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
|
|
# Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
|
|
# due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
|
|
# due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
|
|
@@ -5304,7 +5296,7 @@ else
|
|
# If test is not a shell built-in, we'll probably end up computing a
|
|
# If test is not a shell built-in, we'll probably end up computing a
|
|
# maximum length that is only half of the actual maximum length, but
|
|
# maximum length that is only half of the actual maximum length, but
|
|
# we can't tell.
|
|
# we can't tell.
|
|
- while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
|
|
|
|
|
|
+ while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
|
|
= "X$teststring$teststring"; } >/dev/null 2>&1 &&
|
|
= "X$teststring$teststring"; } >/dev/null 2>&1 &&
|
|
test $i != 17 # 1/2 MB should be enough
|
|
test $i != 17 # 1/2 MB should be enough
|
|
do
|
|
do
|
|
@@ -5730,7 +5722,7 @@ irix5* | irix6* | nonstopux*)
|
|
lt_cv_deplibs_check_method=pass_all
|
|
lt_cv_deplibs_check_method=pass_all
|
|
;;
|
|
;;
|
|
|
|
|
|
-# This must be glibc/ELF.
|
|
|
|
|
|
+# This must be Linux ELF.
|
|
linux* | k*bsd*-gnu | kopensolaris*-gnu)
|
|
linux* | k*bsd*-gnu | kopensolaris*-gnu)
|
|
lt_cv_deplibs_check_method=pass_all
|
|
lt_cv_deplibs_check_method=pass_all
|
|
;;
|
|
;;
|
|
@@ -6367,13 +6359,13 @@ old_postuninstall_cmds=
|
|
if test -n "$RANLIB"; then
|
|
if test -n "$RANLIB"; then
|
|
case $host_os in
|
|
case $host_os in
|
|
openbsd*)
|
|
openbsd*)
|
|
- old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
|
|
|
|
|
|
+ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
|
|
;;
|
|
;;
|
|
*)
|
|
*)
|
|
- old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
|
|
|
|
|
|
+ old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
|
|
;;
|
|
;;
|
|
esac
|
|
esac
|
|
- old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
|
|
|
|
|
|
+ old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
|
|
fi
|
|
fi
|
|
|
|
|
|
case $host_os in
|
|
case $host_os in
|
|
@@ -6520,7 +6512,6 @@ for ac_symprfx in "" "_"; do
|
|
# which start with @ or ?.
|
|
# which start with @ or ?.
|
|
lt_cv_sys_global_symbol_pipe="$AWK '"\
|
|
lt_cv_sys_global_symbol_pipe="$AWK '"\
|
|
" {last_section=section; section=\$ 3};"\
|
|
" {last_section=section; section=\$ 3};"\
|
|
-" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
|
|
|
|
" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
|
|
" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
|
|
" \$ 0!~/External *\|/{next};"\
|
|
" \$ 0!~/External *\|/{next};"\
|
|
" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
|
|
" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
|
|
@@ -6909,7 +6900,7 @@ $as_echo "$lt_cv_cc_needs_belf" >&6; }
|
|
CFLAGS="$SAVE_CFLAGS"
|
|
CFLAGS="$SAVE_CFLAGS"
|
|
fi
|
|
fi
|
|
;;
|
|
;;
|
|
-*-*solaris*)
|
|
|
|
|
|
+sparc*-*solaris*)
|
|
# Find out which ABI we are using.
|
|
# Find out which ABI we are using.
|
|
echo 'int i;' > conftest.$ac_ext
|
|
echo 'int i;' > conftest.$ac_ext
|
|
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
|
|
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
|
|
@@ -6920,20 +6911,7 @@ $as_echo "$lt_cv_cc_needs_belf" >&6; }
|
|
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*)
|
|
|
|
- case $host in
|
|
|
|
- i?86-*-solaris*)
|
|
|
|
- LD="${LD-ld} -m elf_x86_64"
|
|
|
|
- ;;
|
|
|
|
- sparc*-*-solaris*)
|
|
|
|
- LD="${LD-ld} -m elf64_sparc"
|
|
|
|
- ;;
|
|
|
|
- esac
|
|
|
|
- # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
|
|
|
|
- if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
|
|
|
|
- LD="${LD-ld}_sol2"
|
|
|
|
- fi
|
|
|
|
- ;;
|
|
|
|
|
|
+ yes*) LD="${LD-ld} -m elf64_sparc" ;;
|
|
*)
|
|
*)
|
|
if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
|
|
if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
|
|
LD="${LD-ld} -64"
|
|
LD="${LD-ld} -64"
|
|
@@ -7573,13 +7551,7 @@ else
|
|
$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
|
|
$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
|
|
-dynamiclib -Wl,-single_module conftest.c 2>conftest.err
|
|
-dynamiclib -Wl,-single_module conftest.c 2>conftest.err
|
|
_lt_result=$?
|
|
_lt_result=$?
|
|
- # If there is a non-empty error log, and "single_module"
|
|
|
|
- # appears in it, assume the flag caused a linker warning
|
|
|
|
- if test -s conftest.err && $GREP single_module conftest.err; then
|
|
|
|
- cat conftest.err >&5
|
|
|
|
- # Otherwise, if the output was created with a 0 exit code from
|
|
|
|
- # the compiler, it worked.
|
|
|
|
- elif test -f libconftest.dylib && test $_lt_result -eq 0; then
|
|
|
|
|
|
+ if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
|
|
lt_cv_apple_cc_single_mod=yes
|
|
lt_cv_apple_cc_single_mod=yes
|
|
else
|
|
else
|
|
cat conftest.err >&5
|
|
cat conftest.err >&5
|
|
@@ -7590,7 +7562,6 @@ else
|
|
fi
|
|
fi
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
|
|
$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
|
|
$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
|
|
-
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
|
|
$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
|
|
$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
|
|
if ${lt_cv_ld_exported_symbols_list+:} false; then :
|
|
if ${lt_cv_ld_exported_symbols_list+:} false; then :
|
|
@@ -7623,7 +7594,6 @@ rm -f core conftest.err conftest.$ac_objext \
|
|
fi
|
|
fi
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
|
|
$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
|
|
$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
|
|
-
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
|
|
$as_echo_n "checking for -force_load linker flag... " >&6; }
|
|
$as_echo_n "checking for -force_load linker flag... " >&6; }
|
|
if ${lt_cv_ld_force_load+:} false; then :
|
|
if ${lt_cv_ld_force_load+:} false; then :
|
|
@@ -7645,9 +7615,7 @@ _LT_EOF
|
|
echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
|
|
echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
|
|
$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
|
|
$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
|
|
_lt_result=$?
|
|
_lt_result=$?
|
|
- if test -s conftest.err && $GREP force_load conftest.err; then
|
|
|
|
- cat conftest.err >&5
|
|
|
|
- elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
|
|
|
|
|
|
+ if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
|
|
lt_cv_ld_force_load=yes
|
|
lt_cv_ld_force_load=yes
|
|
else
|
|
else
|
|
cat conftest.err >&5
|
|
cat conftest.err >&5
|
|
@@ -8050,22 +8018,7 @@ fi
|
|
|
|
|
|
# Check whether --with-pic was given.
|
|
# Check whether --with-pic was given.
|
|
if test "${with_pic+set}" = set; then :
|
|
if test "${with_pic+set}" = set; then :
|
|
- withval=$with_pic; lt_p=${PACKAGE-default}
|
|
|
|
- case $withval in
|
|
|
|
- yes|no) pic_mode=$withval ;;
|
|
|
|
- *)
|
|
|
|
- pic_mode=default
|
|
|
|
- # Look at the argument we got. We use all the common list separators.
|
|
|
|
- lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
|
|
|
|
- for lt_pkg in $withval; do
|
|
|
|
- IFS="$lt_save_ifs"
|
|
|
|
- if test "X$lt_pkg" = "X$lt_p"; then
|
|
|
|
- pic_mode=yes
|
|
|
|
- fi
|
|
|
|
- done
|
|
|
|
- IFS="$lt_save_ifs"
|
|
|
|
- ;;
|
|
|
|
- esac
|
|
|
|
|
|
+ withval=$with_pic; pic_mode="$withval"
|
|
else
|
|
else
|
|
pic_mode=default
|
|
pic_mode=default
|
|
fi
|
|
fi
|
|
@@ -8138,10 +8091,6 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -8602,9 +8551,7 @@ lt_prog_compiler_static=
|
|
case $cc_basename in
|
|
case $cc_basename in
|
|
nvcc*) # Cuda Compiler Driver 2.2
|
|
nvcc*) # Cuda Compiler Driver 2.2
|
|
lt_prog_compiler_wl='-Xlinker '
|
|
lt_prog_compiler_wl='-Xlinker '
|
|
- if test -n "$lt_prog_compiler_pic"; then
|
|
|
|
- lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
|
|
|
|
- fi
|
|
|
|
|
|
+ lt_prog_compiler_pic='-Xcompiler -fPIC'
|
|
;;
|
|
;;
|
|
esac
|
|
esac
|
|
else
|
|
else
|
|
@@ -8695,33 +8642,18 @@ lt_prog_compiler_static=
|
|
;;
|
|
;;
|
|
*)
|
|
*)
|
|
case `$CC -V 2>&1 | sed 5q` in
|
|
case `$CC -V 2>&1 | sed 5q` in
|
|
- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
|
|
|
|
|
|
+ *Sun\ F* | *Sun*Fortran*)
|
|
# Sun Fortran 8.3 passes all unrecognized flags to the linker
|
|
# Sun Fortran 8.3 passes all unrecognized flags to the linker
|
|
lt_prog_compiler_pic='-KPIC'
|
|
lt_prog_compiler_pic='-KPIC'
|
|
lt_prog_compiler_static='-Bstatic'
|
|
lt_prog_compiler_static='-Bstatic'
|
|
lt_prog_compiler_wl=''
|
|
lt_prog_compiler_wl=''
|
|
;;
|
|
;;
|
|
- *Sun\ F* | *Sun*Fortran*)
|
|
|
|
- lt_prog_compiler_pic='-KPIC'
|
|
|
|
- lt_prog_compiler_static='-Bstatic'
|
|
|
|
- lt_prog_compiler_wl='-Qoption ld '
|
|
|
|
- ;;
|
|
|
|
*Sun\ C*)
|
|
*Sun\ C*)
|
|
# Sun C 5.9
|
|
# Sun C 5.9
|
|
lt_prog_compiler_pic='-KPIC'
|
|
lt_prog_compiler_pic='-KPIC'
|
|
lt_prog_compiler_static='-Bstatic'
|
|
lt_prog_compiler_static='-Bstatic'
|
|
lt_prog_compiler_wl='-Wl,'
|
|
lt_prog_compiler_wl='-Wl,'
|
|
;;
|
|
;;
|
|
- *Intel*\ [CF]*Compiler*)
|
|
|
|
- lt_prog_compiler_wl='-Wl,'
|
|
|
|
- lt_prog_compiler_pic='-fPIC'
|
|
|
|
- lt_prog_compiler_static='-static'
|
|
|
|
- ;;
|
|
|
|
- *Portland\ Group*)
|
|
|
|
- lt_prog_compiler_wl='-Wl,'
|
|
|
|
- lt_prog_compiler_pic='-fpic'
|
|
|
|
- lt_prog_compiler_static='-Bstatic'
|
|
|
|
- ;;
|
|
|
|
esac
|
|
esac
|
|
;;
|
|
;;
|
|
esac
|
|
esac
|
|
@@ -9083,6 +9015,7 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie
|
|
hardcode_direct=no
|
|
hardcode_direct=no
|
|
hardcode_direct_absolute=no
|
|
hardcode_direct_absolute=no
|
|
hardcode_libdir_flag_spec=
|
|
hardcode_libdir_flag_spec=
|
|
|
|
+ hardcode_libdir_flag_spec_ld=
|
|
hardcode_libdir_separator=
|
|
hardcode_libdir_separator=
|
|
hardcode_minus_L=no
|
|
hardcode_minus_L=no
|
|
hardcode_shlibpath_var=unsupported
|
|
hardcode_shlibpath_var=unsupported
|
|
@@ -9335,7 +9268,8 @@ _LT_EOF
|
|
xlf* | bgf* | bgxlf* | mpixlf*)
|
|
xlf* | bgf* | bgxlf* | mpixlf*)
|
|
# IBM XL Fortran 10.1 on PPC cannot create shared libs itself
|
|
# IBM XL Fortran 10.1 on PPC cannot create shared libs itself
|
|
whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
|
|
whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
|
|
- hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
|
|
|
|
|
+ hardcode_libdir_flag_spec=
|
|
|
|
+ hardcode_libdir_flag_spec_ld='-rpath $libdir'
|
|
archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
|
|
archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
|
|
if test "x$supports_anon_versioning" = xyes; then
|
|
if test "x$supports_anon_versioning" = xyes; then
|
|
archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
|
|
archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
|
|
@@ -9715,7 +9649,6 @@ fi
|
|
# The linker will not automatically build a static lib if we build a DLL.
|
|
# The linker will not automatically build a static lib if we build a DLL.
|
|
# _LT_TAGVAR(old_archive_from_new_cmds, )='true'
|
|
# _LT_TAGVAR(old_archive_from_new_cmds, )='true'
|
|
enable_shared_with_static_runtimes=yes
|
|
enable_shared_with_static_runtimes=yes
|
|
- exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
|
|
|
|
export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
|
|
export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
|
|
# Don't use ranlib
|
|
# Don't use ranlib
|
|
old_postinstall_cmds='chmod 644 $oldlib'
|
|
old_postinstall_cmds='chmod 644 $oldlib'
|
|
@@ -9761,7 +9694,6 @@ fi
|
|
hardcode_shlibpath_var=unsupported
|
|
hardcode_shlibpath_var=unsupported
|
|
if test "$lt_cv_ld_force_load" = "yes"; then
|
|
if test "$lt_cv_ld_force_load" = "yes"; then
|
|
whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
|
|
whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
|
|
-
|
|
|
|
else
|
|
else
|
|
whole_archive_flag_spec=''
|
|
whole_archive_flag_spec=''
|
|
fi
|
|
fi
|
|
@@ -9790,6 +9722,10 @@ fi
|
|
hardcode_shlibpath_var=no
|
|
hardcode_shlibpath_var=no
|
|
;;
|
|
;;
|
|
|
|
|
|
|
|
+ freebsd1*)
|
|
|
|
+ ld_shlibs=no
|
|
|
|
+ ;;
|
|
|
|
+
|
|
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
|
|
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
|
|
# support. Future versions do this automatically, but an explicit c++rt0.o
|
|
# support. Future versions do this automatically, but an explicit c++rt0.o
|
|
# does not break anything, and helps significantly (at the cost of a little
|
|
# does not break anything, and helps significantly (at the cost of a little
|
|
@@ -9802,7 +9738,7 @@ fi
|
|
;;
|
|
;;
|
|
|
|
|
|
# Unfortunately, older versions of FreeBSD 2 do not have this feature.
|
|
# Unfortunately, older versions of FreeBSD 2 do not have this feature.
|
|
- freebsd2.*)
|
|
|
|
|
|
+ freebsd2*)
|
|
archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
|
archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
|
hardcode_direct=yes
|
|
hardcode_direct=yes
|
|
hardcode_minus_L=yes
|
|
hardcode_minus_L=yes
|
|
@@ -9841,6 +9777,7 @@ fi
|
|
fi
|
|
fi
|
|
if test "$with_gnu_ld" = no; then
|
|
if test "$with_gnu_ld" = no; then
|
|
hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
|
|
hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
|
|
|
|
+ hardcode_libdir_flag_spec_ld='+b $libdir'
|
|
hardcode_libdir_separator=:
|
|
hardcode_libdir_separator=:
|
|
hardcode_direct=yes
|
|
hardcode_direct=yes
|
|
hardcode_direct_absolute=yes
|
|
hardcode_direct_absolute=yes
|
|
@@ -10458,6 +10395,11 @@ esac
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -10553,7 +10495,7 @@ need_version=unknown
|
|
|
|
|
|
case $host_os in
|
|
case $host_os in
|
|
aix3*)
|
|
aix3*)
|
|
- version_type=linux # correct to gnu/linux during the next big refactor
|
|
|
|
|
|
+ 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
|
|
|
|
|
|
@@ -10562,7 +10504,7 @@ aix3*)
|
|
;;
|
|
;;
|
|
|
|
|
|
aix[4-9]*)
|
|
aix[4-9]*)
|
|
- version_type=linux # correct to gnu/linux during the next big refactor
|
|
|
|
|
|
+ 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
|
|
@@ -10627,7 +10569,7 @@ beos*)
|
|
;;
|
|
;;
|
|
|
|
|
|
bsdi[45]*)
|
|
bsdi[45]*)
|
|
- version_type=linux # correct to gnu/linux during the next big refactor
|
|
|
|
|
|
+ version_type=linux
|
|
need_version=no
|
|
need_version=no
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
|
soname_spec='${libname}${release}${shared_ext}$major'
|
|
soname_spec='${libname}${release}${shared_ext}$major'
|
|
@@ -10766,7 +10708,7 @@ darwin* | rhapsody*)
|
|
;;
|
|
;;
|
|
|
|
|
|
dgux*)
|
|
dgux*)
|
|
- version_type=linux # correct to gnu/linux during the next big refactor
|
|
|
|
|
|
+ version_type=linux
|
|
need_lib_prefix=no
|
|
need_lib_prefix=no
|
|
need_version=no
|
|
need_version=no
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
|
|
@@ -10774,6 +10716,10 @@ dgux*)
|
|
shlibpath_var=LD_LIBRARY_PATH
|
|
shlibpath_var=LD_LIBRARY_PATH
|
|
;;
|
|
;;
|
|
|
|
|
|
|
|
+freebsd1*)
|
|
|
|
+ dynamic_linker=no
|
|
|
|
+ ;;
|
|
|
|
+
|
|
freebsd* | dragonfly*)
|
|
freebsd* | dragonfly*)
|
|
# DragonFly does not have aout. When/if they implement a new
|
|
# DragonFly does not have aout. When/if they implement a new
|
|
# versioning mechanism, adjust this.
|
|
# versioning mechanism, adjust this.
|
|
@@ -10781,7 +10727,7 @@ freebsd* | dragonfly*)
|
|
objformat=`/usr/bin/objformat`
|
|
objformat=`/usr/bin/objformat`
|
|
else
|
|
else
|
|
case $host_os in
|
|
case $host_os in
|
|
- freebsd[23].*) objformat=aout ;;
|
|
|
|
|
|
+ freebsd[123]*) objformat=aout ;;
|
|
*) objformat=elf ;;
|
|
*) objformat=elf ;;
|
|
esac
|
|
esac
|
|
fi
|
|
fi
|
|
@@ -10799,7 +10745,7 @@ freebsd* | dragonfly*)
|
|
esac
|
|
esac
|
|
shlibpath_var=LD_LIBRARY_PATH
|
|
shlibpath_var=LD_LIBRARY_PATH
|
|
case $host_os in
|
|
case $host_os in
|
|
- freebsd2.*)
|
|
|
|
|
|
+ freebsd2*)
|
|
shlibpath_overrides_runpath=yes
|
|
shlibpath_overrides_runpath=yes
|
|
;;
|
|
;;
|
|
freebsd3.[01]* | freebsdelf3.[01]*)
|
|
freebsd3.[01]* | freebsdelf3.[01]*)
|
|
@@ -10819,7 +10765,7 @@ freebsd* | dragonfly*)
|
|
;;
|
|
;;
|
|
|
|
|
|
gnu*)
|
|
gnu*)
|
|
- version_type=linux # correct to gnu/linux during the next big refactor
|
|
|
|
|
|
+ version_type=linux
|
|
need_lib_prefix=no
|
|
need_lib_prefix=no
|
|
need_version=no
|
|
need_version=no
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
|
|
@@ -10830,7 +10776,7 @@ gnu*)
|
|
;;
|
|
;;
|
|
|
|
|
|
haiku*)
|
|
haiku*)
|
|
- version_type=linux # correct to gnu/linux during the next big refactor
|
|
|
|
|
|
+ version_type=linux
|
|
need_lib_prefix=no
|
|
need_lib_prefix=no
|
|
need_version=no
|
|
need_version=no
|
|
dynamic_linker="$host_os runtime_loader"
|
|
dynamic_linker="$host_os runtime_loader"
|
|
@@ -10891,7 +10837,7 @@ hpux9* | hpux10* | hpux11*)
|
|
;;
|
|
;;
|
|
|
|
|
|
interix[3-9]*)
|
|
interix[3-9]*)
|
|
- version_type=linux # correct to gnu/linux during the next big refactor
|
|
|
|
|
|
+ version_type=linux
|
|
need_lib_prefix=no
|
|
need_lib_prefix=no
|
|
need_version=no
|
|
need_version=no
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
|
|
@@ -10907,7 +10853,7 @@ irix5* | irix6* | nonstopux*)
|
|
nonstopux*) version_type=nonstopux ;;
|
|
nonstopux*) version_type=nonstopux ;;
|
|
*)
|
|
*)
|
|
if test "$lt_cv_prog_gnu_ld" = yes; then
|
|
if test "$lt_cv_prog_gnu_ld" = yes; then
|
|
- version_type=linux # correct to gnu/linux during the next big refactor
|
|
|
|
|
|
+ version_type=linux
|
|
else
|
|
else
|
|
version_type=irix
|
|
version_type=irix
|
|
fi ;;
|
|
fi ;;
|
|
@@ -10944,9 +10890,9 @@ linux*oldld* | linux*aout* | linux*coff*)
|
|
dynamic_linker=no
|
|
dynamic_linker=no
|
|
;;
|
|
;;
|
|
|
|
|
|
-# This must be glibc/ELF.
|
|
|
|
|
|
+# This must be Linux ELF.
|
|
linux* | k*bsd*-gnu | kopensolaris*-gnu)
|
|
linux* | k*bsd*-gnu | kopensolaris*-gnu)
|
|
- version_type=linux # correct to gnu/linux during the next big refactor
|
|
|
|
|
|
+ version_type=linux
|
|
need_lib_prefix=no
|
|
need_lib_prefix=no
|
|
need_version=no
|
|
need_version=no
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
|
@@ -11040,7 +10986,7 @@ netbsd*)
|
|
;;
|
|
;;
|
|
|
|
|
|
newsos6)
|
|
newsos6)
|
|
- version_type=linux # correct to gnu/linux during the next big refactor
|
|
|
|
|
|
+ version_type=linux
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
|
shlibpath_var=LD_LIBRARY_PATH
|
|
shlibpath_var=LD_LIBRARY_PATH
|
|
shlibpath_overrides_runpath=yes
|
|
shlibpath_overrides_runpath=yes
|
|
@@ -11109,7 +11055,7 @@ rdos*)
|
|
;;
|
|
;;
|
|
|
|
|
|
solaris*)
|
|
solaris*)
|
|
- version_type=linux # correct to gnu/linux during the next big refactor
|
|
|
|
|
|
+ version_type=linux
|
|
need_lib_prefix=no
|
|
need_lib_prefix=no
|
|
need_version=no
|
|
need_version=no
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
|
@@ -11134,7 +11080,7 @@ sunos4*)
|
|
;;
|
|
;;
|
|
|
|
|
|
sysv4 | sysv4.3*)
|
|
sysv4 | sysv4.3*)
|
|
- version_type=linux # correct to gnu/linux during the next big refactor
|
|
|
|
|
|
+ version_type=linux
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
|
soname_spec='${libname}${release}${shared_ext}$major'
|
|
soname_spec='${libname}${release}${shared_ext}$major'
|
|
shlibpath_var=LD_LIBRARY_PATH
|
|
shlibpath_var=LD_LIBRARY_PATH
|
|
@@ -11158,7 +11104,7 @@ sysv4 | sysv4.3*)
|
|
|
|
|
|
sysv4*MP*)
|
|
sysv4*MP*)
|
|
if test -d /usr/nec ;then
|
|
if test -d /usr/nec ;then
|
|
- version_type=linux # correct to gnu/linux during the next big refactor
|
|
|
|
|
|
+ version_type=linux
|
|
library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
|
|
library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
|
|
soname_spec='$libname${shared_ext}.$major'
|
|
soname_spec='$libname${shared_ext}.$major'
|
|
shlibpath_var=LD_LIBRARY_PATH
|
|
shlibpath_var=LD_LIBRARY_PATH
|
|
@@ -11189,7 +11135,7 @@ sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
|
|
|
|
|
|
tpf*)
|
|
tpf*)
|
|
# TPF is a cross-target only. Preferred cross-host = GNU/Linux.
|
|
# TPF is a cross-target only. Preferred cross-host = GNU/Linux.
|
|
- version_type=linux # correct to gnu/linux during the next big refactor
|
|
|
|
|
|
+ version_type=linux
|
|
need_lib_prefix=no
|
|
need_lib_prefix=no
|
|
need_version=no
|
|
need_version=no
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
|
@@ -11199,7 +11145,7 @@ tpf*)
|
|
;;
|
|
;;
|
|
|
|
|
|
uts4*)
|
|
uts4*)
|
|
- version_type=linux # correct to gnu/linux during the next big refactor
|
|
|
|
|
|
+ version_type=linux
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
|
soname_spec='${libname}${release}${shared_ext}$major'
|
|
soname_spec='${libname}${release}${shared_ext}$major'
|
|
shlibpath_var=LD_LIBRARY_PATH
|
|
shlibpath_var=LD_LIBRARY_PATH
|
|
@@ -11981,8 +11927,6 @@ CC="$lt_save_CC"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
ac_config_commands="$ac_config_commands libtool"
|
|
ac_config_commands="$ac_config_commands libtool"
|
|
|
|
|
|
|
|
|
|
@@ -12766,7 +12710,6 @@ pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
|
|
enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
|
|
enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
|
|
SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
|
|
SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
|
|
ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
|
|
ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
|
|
-PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
|
|
|
|
host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
|
|
host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
|
|
host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
|
|
host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
|
|
host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
|
|
host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
|
|
@@ -12847,6 +12790,7 @@ with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
|
|
allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
|
|
allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
|
|
no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
|
|
no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
|
|
hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
|
|
hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
|
|
|
|
+hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
|
|
hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
|
|
hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
|
|
hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
|
|
hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
|
|
hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
|
|
hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
|
|
@@ -12905,7 +12849,6 @@ DLLTOOL \
|
|
OBJDUMP \
|
|
OBJDUMP \
|
|
SHELL \
|
|
SHELL \
|
|
ECHO \
|
|
ECHO \
|
|
-PATH_SEPARATOR \
|
|
|
|
SED \
|
|
SED \
|
|
GREP \
|
|
GREP \
|
|
EGREP \
|
|
EGREP \
|
|
@@ -12954,6 +12897,7 @@ with_gnu_ld \
|
|
allow_undefined_flag \
|
|
allow_undefined_flag \
|
|
no_undefined_flag \
|
|
no_undefined_flag \
|
|
hardcode_libdir_flag_spec \
|
|
hardcode_libdir_flag_spec \
|
|
|
|
+hardcode_libdir_flag_spec_ld \
|
|
hardcode_libdir_separator \
|
|
hardcode_libdir_separator \
|
|
exclude_expsyms \
|
|
exclude_expsyms \
|
|
include_expsyms \
|
|
include_expsyms \
|
|
@@ -13585,8 +13529,8 @@ $as_echo X"$file" |
|
|
# 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, 2003, 2004, 2005,
|
|
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
|
|
-# 2006, 2007, 2008, 2009, 2010, 2011 Free Software
|
|
|
|
-# Foundation, Inc.
|
|
|
|
|
|
+# 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
|
|
|
|
+# Inc.
|
|
# Written by Gordon Matzigkeit, 1996
|
|
# Written by Gordon Matzigkeit, 1996
|
|
#
|
|
#
|
|
# This file is part of GNU Libtool.
|
|
# This file is part of GNU Libtool.
|
|
@@ -13649,9 +13593,6 @@ SHELL=$lt_SHELL
|
|
# An echo program that protects backslashes.
|
|
# An echo program that protects backslashes.
|
|
ECHO=$lt_ECHO
|
|
ECHO=$lt_ECHO
|
|
|
|
|
|
-# The PATH separator for the build system.
|
|
|
|
-PATH_SEPARATOR=$lt_PATH_SEPARATOR
|
|
|
|
-
|
|
|
|
# The host system.
|
|
# The host system.
|
|
host_alias=$host_alias
|
|
host_alias=$host_alias
|
|
host=$host
|
|
host=$host
|
|
@@ -13947,6 +13888,10 @@ no_undefined_flag=$lt_no_undefined_flag
|
|
# This must work even if \$libdir does not exist
|
|
# This must work even if \$libdir does not exist
|
|
hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
|
|
hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
|
|
|
|
|
|
|
|
+# If ld is used when linking, flag to hardcode \$libdir into a binary
|
|
|
|
+# during linking. This must work even if \$libdir does not exist.
|
|
|
|
+hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
|
|
|
|
+
|
|
# Whether we need a single "-rpath" flag with a separated argument.
|
|
# Whether we need a single "-rpath" flag with a separated argument.
|
|
hardcode_libdir_separator=$lt_hardcode_libdir_separator
|
|
hardcode_libdir_separator=$lt_hardcode_libdir_separator
|
|
|
|
|