kopia lustrzana https://github.com/Hamlib/Hamlib
updated to libtool-1.4.2-6
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1063 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.3
rodzic
37d26872de
commit
f2aaf79781
144
acinclude.m4
144
acinclude.m4
|
@ -49,6 +49,8 @@ AC_REQUIRE([AC_PROG_CC])dnl
|
||||||
AC_REQUIRE([AC_PROG_LD])dnl
|
AC_REQUIRE([AC_PROG_LD])dnl
|
||||||
AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
|
AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
|
||||||
AC_REQUIRE([AC_PROG_NM])dnl
|
AC_REQUIRE([AC_PROG_NM])dnl
|
||||||
|
AC_REQUIRE([LT_AC_PROG_SED])dnl
|
||||||
|
|
||||||
AC_REQUIRE([AC_PROG_LN_S])dnl
|
AC_REQUIRE([AC_PROG_LN_S])dnl
|
||||||
AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
|
AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
|
||||||
AC_REQUIRE([AC_OBJEXT])dnl
|
AC_REQUIRE([AC_OBJEXT])dnl
|
||||||
|
@ -952,11 +954,7 @@ AC_CACHE_VAL(lt_cv_prog_cc_pic,
|
||||||
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
||||||
lt_cv_prog_cc_pic='-KPIC'
|
lt_cv_prog_cc_pic='-KPIC'
|
||||||
lt_cv_prog_cc_static='-Bstatic'
|
lt_cv_prog_cc_static='-Bstatic'
|
||||||
if test "x$host_vendor" = xsni; then
|
|
||||||
lt_cv_prog_cc_wl='-LD'
|
|
||||||
else
|
|
||||||
lt_cv_prog_cc_wl='-Wl,'
|
lt_cv_prog_cc_wl='-Wl,'
|
||||||
fi
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
uts4*)
|
uts4*)
|
||||||
|
@ -1341,7 +1339,7 @@ EOF
|
||||||
# If the export-symbols file already is a .def file (1st line
|
# If the export-symbols file already is a .def file (1st line
|
||||||
# is EXPORTS), use it as is.
|
# is EXPORTS), use it as is.
|
||||||
# If DATA tags from a recent dlltool are present, honour them!
|
# If DATA tags from a recent dlltool are present, honour them!
|
||||||
archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then
|
archive_expsym_cmds='if test "x`sed 1q $export_symbols`" = xEXPORTS; then
|
||||||
cp $export_symbols $output_objdir/$soname-def;
|
cp $export_symbols $output_objdir/$soname-def;
|
||||||
else
|
else
|
||||||
echo EXPORTS > $output_objdir/$soname-def;
|
echo EXPORTS > $output_objdir/$soname-def;
|
||||||
|
@ -1350,6 +1348,7 @@ EOF
|
||||||
set dummy \$symbol;
|
set dummy \$symbol;
|
||||||
case \[$]# in
|
case \[$]# in
|
||||||
2) echo " \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
|
2) echo " \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
|
||||||
|
4) echo " \[$]2 \[$]3 \[$]4 ; " >> $output_objdir/$soname-def; _lt_hint=`expr \$_lt_hint - 1`;;
|
||||||
*) echo " \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
|
*) echo " \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
|
||||||
esac;
|
esac;
|
||||||
_lt_hint=`expr 1 + \$_lt_hint`;
|
_lt_hint=`expr 1 + \$_lt_hint`;
|
||||||
|
@ -1789,13 +1788,23 @@ EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
sysv4)
|
sysv4)
|
||||||
if test "x$host_vendor" = xsno; then
|
case $host_vendor in
|
||||||
archive_cmds='$LD -G -Bsymbolic -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
sni)
|
||||||
|
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
||||||
hardcode_direct=yes # is this really true???
|
hardcode_direct=yes # is this really true???
|
||||||
else
|
;;
|
||||||
|
siemens)
|
||||||
|
## LD is ld it makes a PLAMLIB
|
||||||
|
## CC just makes a GrossModule.
|
||||||
|
archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
|
||||||
|
reload_cmds='$CC -r -o $output$reload_objs'
|
||||||
|
hardcode_direct=no
|
||||||
|
;;
|
||||||
|
motorola)
|
||||||
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
||||||
hardcode_direct=no #Motorola manual says yes, but my tests say they lie
|
hardcode_direct=no #Motorola manual says yes, but my tests say they lie
|
||||||
fi
|
;;
|
||||||
|
esac
|
||||||
runpath_var='LD_RUN_PATH'
|
runpath_var='LD_RUN_PATH'
|
||||||
hardcode_shlibpath_var=no
|
hardcode_shlibpath_var=no
|
||||||
;;
|
;;
|
||||||
|
@ -2230,7 +2239,6 @@ os2*)
|
||||||
osf3* | osf4* | osf5*)
|
osf3* | osf4* | osf5*)
|
||||||
version_type=osf
|
version_type=osf
|
||||||
need_version=no
|
need_version=no
|
||||||
need_lib_prefix=no
|
|
||||||
soname_spec='${libname}${release}.so'
|
soname_spec='${libname}${release}.so'
|
||||||
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
|
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
|
||||||
shlibpath_var=LD_LIBRARY_PATH
|
shlibpath_var=LD_LIBRARY_PATH
|
||||||
|
@ -2278,6 +2286,12 @@ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
||||||
case $host_vendor in
|
case $host_vendor in
|
||||||
sni)
|
sni)
|
||||||
shlibpath_overrides_runpath=no
|
shlibpath_overrides_runpath=no
|
||||||
|
need_lib_prefix=no
|
||||||
|
export_dynamic_flag_spec='${wl}-Blargedynsym'
|
||||||
|
runpath_var=LD_RUN_PATH
|
||||||
|
;;
|
||||||
|
siemens)
|
||||||
|
need_lib_prefix=no
|
||||||
;;
|
;;
|
||||||
motorola)
|
motorola)
|
||||||
need_lib_prefix=no
|
need_lib_prefix=no
|
||||||
|
@ -2452,7 +2466,7 @@ if test -f "$ltmain"; then
|
||||||
# Now quote all the things that may contain metacharacters while being
|
# Now quote all the things that may contain metacharacters while being
|
||||||
# careful not to overquote the AC_SUBSTed values. We take copies of the
|
# careful not to overquote the AC_SUBSTed values. We take copies of the
|
||||||
# variables and quote the copies for generation of the libtool script.
|
# variables and quote the copies for generation of the libtool script.
|
||||||
for var in echo old_CC old_CFLAGS \
|
for var in echo old_CC old_CFLAGS SED \
|
||||||
AR AR_FLAGS CC LD LN_S NM SHELL \
|
AR AR_FLAGS CC LD LN_S NM SHELL \
|
||||||
reload_flag reload_cmds wl \
|
reload_flag reload_cmds wl \
|
||||||
pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
|
pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
|
||||||
|
@ -2514,8 +2528,11 @@ if test -f "$ltmain"; then
|
||||||
# configuration script generated by Autoconf, you may include it under
|
# configuration script generated by Autoconf, you may include it under
|
||||||
# the same distribution terms that you use for the rest of that program.
|
# the same distribution terms that you use for the rest of that program.
|
||||||
|
|
||||||
|
# A sed that does not truncate output.
|
||||||
|
SED=$lt_SED
|
||||||
|
|
||||||
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
|
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
|
||||||
Xsed="sed -e s/^X//"
|
Xsed="${SED} -e s/^X//"
|
||||||
|
|
||||||
# The HP-UX ksh and POSIX shell print the target directory to stdout
|
# The HP-UX ksh and POSIX shell print the target directory to stdout
|
||||||
# if CDPATH is set.
|
# if CDPATH is set.
|
||||||
|
@ -3376,7 +3393,13 @@ irix5* | irix6* | nonstopux*)
|
||||||
|
|
||||||
# This must be Linux ELF.
|
# This must be Linux ELF.
|
||||||
linux-gnu*)
|
linux-gnu*)
|
||||||
lt_cv_deplibs_check_method=pass_all
|
case $host_cpu in
|
||||||
|
alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64*)
|
||||||
|
lt_cv_deplibs_check_method=pass_all ;;
|
||||||
|
*)
|
||||||
|
# glibc up to 2.1.1 does not perform some relocations on ARM
|
||||||
|
lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
|
||||||
|
esac
|
||||||
lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
|
lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -3442,6 +3465,9 @@ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
||||||
lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
|
lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
|
||||||
lt_cv_file_magic_test_file=/lib/libc.so
|
lt_cv_file_magic_test_file=/lib/libc.so
|
||||||
;;
|
;;
|
||||||
|
siemens)
|
||||||
|
lt_cv_deplibs_check_method=pass_all
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -3575,6 +3601,98 @@ AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
|
||||||
# This is just to silence aclocal about the macro not being used
|
# This is just to silence aclocal about the macro not being used
|
||||||
ifelse([AC_DISABLE_FAST_INSTALL])
|
ifelse([AC_DISABLE_FAST_INSTALL])
|
||||||
|
|
||||||
|
############################################################
|
||||||
|
# NOTE: This macro has been submitted for inclusion into #
|
||||||
|
# GNU Autoconf as AC_PROG_SED. When it is available in #
|
||||||
|
# a released version of Autoconf we should remove this #
|
||||||
|
# macro and use it instead. #
|
||||||
|
############################################################
|
||||||
|
# LT_AC_PROG_SED
|
||||||
|
# --------------
|
||||||
|
# Check for a fully-functional sed program, that truncates
|
||||||
|
# as few characters as possible. Prefer GNU sed if found.
|
||||||
|
AC_DEFUN([LT_AC_PROG_SED],
|
||||||
|
[AC_MSG_CHECKING([for a sed that does not truncate output])
|
||||||
|
AC_CACHE_VAL(lt_cv_path_SED,
|
||||||
|
[# Loop through the user's path and test for sed and gsed.
|
||||||
|
# Then use that list of sed's as ones to test for truncation.
|
||||||
|
as_executable_p="test -f"
|
||||||
|
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_prog in sed gsed; do
|
||||||
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
|
if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
|
||||||
|
_sed_list="$_sed_list $as_dir/$ac_prog$ac_exec_ext"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
# Create a temporary directory, and hook for its removal unless debugging.
|
||||||
|
$debug ||
|
||||||
|
{
|
||||||
|
trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
|
||||||
|
trap '{ (exit 1); exit 1; }' 1 2 13 15
|
||||||
|
}
|
||||||
|
|
||||||
|
# Create a (secure) tmp directory for tmp files.
|
||||||
|
: ${TMPDIR=/tmp}
|
||||||
|
{
|
||||||
|
tmp=`(umask 077 && mktemp -d -q "$TMPDIR/sedXXXXXX") 2>/dev/null` &&
|
||||||
|
test -n "$tmp" && test -d "$tmp"
|
||||||
|
} ||
|
||||||
|
{
|
||||||
|
tmp=$TMPDIR/sed$$-$RANDOM
|
||||||
|
(umask 077 && mkdir $tmp)
|
||||||
|
} ||
|
||||||
|
{
|
||||||
|
echo "$me: cannot create a temporary directory in $TMPDIR" >&2
|
||||||
|
{ (exit 1); exit 1; }
|
||||||
|
}
|
||||||
|
_max=0
|
||||||
|
_count=0
|
||||||
|
# Add /usr/xpg4/bin/sed as it is typically found on Solaris
|
||||||
|
# along with /bin/sed that truncates output.
|
||||||
|
for _sed in $_sed_list /usr/xpg4/bin/sed; do
|
||||||
|
test ! -f ${_sed} && break
|
||||||
|
cat /dev/null > "$tmp/sed.in"
|
||||||
|
_count=0
|
||||||
|
echo ${ECHO_N-$ac_n} "0123456789${ECHO_C-$ac_c}" >"$tmp/sed.in"
|
||||||
|
# Check for GNU sed and select it if it is found.
|
||||||
|
if "${_sed}" --version 2>&1 < /dev/null | egrep '(GNU)' > /dev/null; then
|
||||||
|
lt_cv_path_SED=${_sed}
|
||||||
|
break;
|
||||||
|
fi
|
||||||
|
while true; do
|
||||||
|
cat "$tmp/sed.in" "$tmp/sed.in" >"$tmp/sed.tmp"
|
||||||
|
mv "$tmp/sed.tmp" "$tmp/sed.in"
|
||||||
|
cp "$tmp/sed.in" "$tmp/sed.nl"
|
||||||
|
echo >>"$tmp/sed.nl"
|
||||||
|
${_sed} -e 's/a$//' < "$tmp/sed.nl" >"$tmp/sed.out" || break
|
||||||
|
cmp -s "$tmp/sed.out" "$tmp/sed.nl" || break
|
||||||
|
# 40000 chars as input seems more than enough
|
||||||
|
test $_count -gt 10 && break
|
||||||
|
_count=`expr $_count + 1`
|
||||||
|
if test $_count -gt $_max; then
|
||||||
|
_max=$_count
|
||||||
|
lt_cv_path_SED=$_sed
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
rm -rf "$tmp"
|
||||||
|
])
|
||||||
|
if test "X$SED" != "X"; then
|
||||||
|
lt_cv_path_SED=$SED
|
||||||
|
else
|
||||||
|
SED=$lt_cv_path_SED
|
||||||
|
fi
|
||||||
|
AC_MSG_RESULT([$SED])
|
||||||
|
])
|
||||||
|
|
||||||
|
#########################################################################
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
# SC_PATH_TCLCONFIG --
|
# SC_PATH_TCLCONFIG --
|
||||||
#
|
#
|
||||||
|
|
|
@ -40,6 +40,8 @@ AC_REQUIRE([AC_PROG_CC])dnl
|
||||||
AC_REQUIRE([AC_PROG_LD])dnl
|
AC_REQUIRE([AC_PROG_LD])dnl
|
||||||
AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
|
AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
|
||||||
AC_REQUIRE([AC_PROG_NM])dnl
|
AC_REQUIRE([AC_PROG_NM])dnl
|
||||||
|
AC_REQUIRE([LT_AC_PROG_SED])dnl
|
||||||
|
|
||||||
AC_REQUIRE([AC_PROG_LN_S])dnl
|
AC_REQUIRE([AC_PROG_LN_S])dnl
|
||||||
AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
|
AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
|
||||||
AC_REQUIRE([AC_OBJEXT])dnl
|
AC_REQUIRE([AC_OBJEXT])dnl
|
||||||
|
@ -937,11 +939,7 @@ AC_CACHE_VAL(lt_cv_prog_cc_pic,
|
||||||
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
||||||
lt_cv_prog_cc_pic='-KPIC'
|
lt_cv_prog_cc_pic='-KPIC'
|
||||||
lt_cv_prog_cc_static='-Bstatic'
|
lt_cv_prog_cc_static='-Bstatic'
|
||||||
if test "x$host_vendor" = xsni; then
|
|
||||||
lt_cv_prog_cc_wl='-LD'
|
|
||||||
else
|
|
||||||
lt_cv_prog_cc_wl='-Wl,'
|
lt_cv_prog_cc_wl='-Wl,'
|
||||||
fi
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
uts4*)
|
uts4*)
|
||||||
|
@ -1306,7 +1304,7 @@ EOF
|
||||||
# If the export-symbols file already is a .def file (1st line
|
# If the export-symbols file already is a .def file (1st line
|
||||||
# is EXPORTS), use it as is.
|
# is EXPORTS), use it as is.
|
||||||
# If DATA tags from a recent dlltool are present, honour them!
|
# If DATA tags from a recent dlltool are present, honour them!
|
||||||
archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then
|
archive_expsym_cmds='if test "x`sed 1q $export_symbols`" = xEXPORTS; then
|
||||||
cp $export_symbols $output_objdir/$soname-def;
|
cp $export_symbols $output_objdir/$soname-def;
|
||||||
else
|
else
|
||||||
echo EXPORTS > $output_objdir/$soname-def;
|
echo EXPORTS > $output_objdir/$soname-def;
|
||||||
|
@ -1315,6 +1313,7 @@ EOF
|
||||||
set dummy \$symbol;
|
set dummy \$symbol;
|
||||||
case \[$]# in
|
case \[$]# in
|
||||||
2) echo " \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
|
2) echo " \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
|
||||||
|
4) echo " \[$]2 \[$]3 \[$]4 ; " >> $output_objdir/$soname-def; _lt_hint=`expr \$_lt_hint - 1`;;
|
||||||
*) echo " \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
|
*) echo " \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
|
||||||
esac;
|
esac;
|
||||||
_lt_hint=`expr 1 + \$_lt_hint`;
|
_lt_hint=`expr 1 + \$_lt_hint`;
|
||||||
|
@ -1754,13 +1753,23 @@ EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
sysv4)
|
sysv4)
|
||||||
if test "x$host_vendor" = xsno; then
|
case $host_vendor in
|
||||||
archive_cmds='$LD -G -Bsymbolic -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
sni)
|
||||||
|
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
||||||
hardcode_direct=yes # is this really true???
|
hardcode_direct=yes # is this really true???
|
||||||
else
|
;;
|
||||||
|
siemens)
|
||||||
|
## LD is ld it makes a PLAMLIB
|
||||||
|
## CC just makes a GrossModule.
|
||||||
|
archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
|
||||||
|
reload_cmds='$CC -r -o $output$reload_objs'
|
||||||
|
hardcode_direct=no
|
||||||
|
;;
|
||||||
|
motorola)
|
||||||
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
||||||
hardcode_direct=no #Motorola manual says yes, but my tests say they lie
|
hardcode_direct=no #Motorola manual says yes, but my tests say they lie
|
||||||
fi
|
;;
|
||||||
|
esac
|
||||||
runpath_var='LD_RUN_PATH'
|
runpath_var='LD_RUN_PATH'
|
||||||
hardcode_shlibpath_var=no
|
hardcode_shlibpath_var=no
|
||||||
;;
|
;;
|
||||||
|
@ -2183,7 +2192,6 @@ os2*)
|
||||||
osf3* | osf4* | osf5*)
|
osf3* | osf4* | osf5*)
|
||||||
version_type=osf
|
version_type=osf
|
||||||
need_version=no
|
need_version=no
|
||||||
need_lib_prefix=no
|
|
||||||
soname_spec='${libname}${release}.so'
|
soname_spec='${libname}${release}.so'
|
||||||
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
|
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
|
||||||
shlibpath_var=LD_LIBRARY_PATH
|
shlibpath_var=LD_LIBRARY_PATH
|
||||||
|
@ -2231,6 +2239,12 @@ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
||||||
case $host_vendor in
|
case $host_vendor in
|
||||||
sni)
|
sni)
|
||||||
shlibpath_overrides_runpath=no
|
shlibpath_overrides_runpath=no
|
||||||
|
need_lib_prefix=no
|
||||||
|
export_dynamic_flag_spec='${wl}-Blargedynsym'
|
||||||
|
runpath_var=LD_RUN_PATH
|
||||||
|
;;
|
||||||
|
siemens)
|
||||||
|
need_lib_prefix=no
|
||||||
;;
|
;;
|
||||||
motorola)
|
motorola)
|
||||||
need_lib_prefix=no
|
need_lib_prefix=no
|
||||||
|
@ -2385,7 +2399,7 @@ if test -f "$ltmain"; then
|
||||||
# Now quote all the things that may contain metacharacters while being
|
# Now quote all the things that may contain metacharacters while being
|
||||||
# careful not to overquote the AC_SUBSTed values. We take copies of the
|
# careful not to overquote the AC_SUBSTed values. We take copies of the
|
||||||
# variables and quote the copies for generation of the libtool script.
|
# variables and quote the copies for generation of the libtool script.
|
||||||
for var in echo old_CC old_CFLAGS \
|
for var in echo old_CC old_CFLAGS SED \
|
||||||
AR AR_FLAGS CC LD LN_S NM SHELL \
|
AR AR_FLAGS CC LD LN_S NM SHELL \
|
||||||
reload_flag reload_cmds wl \
|
reload_flag reload_cmds wl \
|
||||||
pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
|
pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
|
||||||
|
@ -2447,8 +2461,11 @@ if test -f "$ltmain"; then
|
||||||
# configuration script generated by Autoconf, you may include it under
|
# configuration script generated by Autoconf, you may include it under
|
||||||
# the same distribution terms that you use for the rest of that program.
|
# the same distribution terms that you use for the rest of that program.
|
||||||
|
|
||||||
|
# A sed that does not truncate output.
|
||||||
|
SED=$lt_SED
|
||||||
|
|
||||||
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
|
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
|
||||||
Xsed="sed -e s/^X//"
|
Xsed="${SED} -e s/^X//"
|
||||||
|
|
||||||
# The HP-UX ksh and POSIX shell print the target directory to stdout
|
# The HP-UX ksh and POSIX shell print the target directory to stdout
|
||||||
# if CDPATH is set.
|
# if CDPATH is set.
|
||||||
|
@ -3307,7 +3324,13 @@ irix5* | irix6* | nonstopux*)
|
||||||
|
|
||||||
# This must be Linux ELF.
|
# This must be Linux ELF.
|
||||||
linux-gnu*)
|
linux-gnu*)
|
||||||
lt_cv_deplibs_check_method=pass_all
|
case $host_cpu in
|
||||||
|
alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64*)
|
||||||
|
lt_cv_deplibs_check_method=pass_all ;;
|
||||||
|
*)
|
||||||
|
# glibc up to 2.1.1 does not perform some relocations on ARM
|
||||||
|
lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
|
||||||
|
esac
|
||||||
lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
|
lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -3373,6 +3396,9 @@ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
||||||
lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
|
lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
|
||||||
lt_cv_file_magic_test_file=/lib/libc.so
|
lt_cv_file_magic_test_file=/lib/libc.so
|
||||||
;;
|
;;
|
||||||
|
siemens)
|
||||||
|
lt_cv_deplibs_check_method=pass_all
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -3506,6 +3532,95 @@ AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
|
||||||
# This is just to silence aclocal about the macro not being used
|
# This is just to silence aclocal about the macro not being used
|
||||||
ifelse([AC_DISABLE_FAST_INSTALL])
|
ifelse([AC_DISABLE_FAST_INSTALL])
|
||||||
|
|
||||||
|
# NOTE: This macro has been submitted for inclusion into #
|
||||||
|
# GNU Autoconf as AC_PROG_SED. When it is available in #
|
||||||
|
# a released version of Autoconf we should remove this #
|
||||||
|
# macro and use it instead. #
|
||||||
|
# LT_AC_PROG_SED
|
||||||
|
# --------------
|
||||||
|
# Check for a fully-functional sed program, that truncates
|
||||||
|
# as few characters as possible. Prefer GNU sed if found.
|
||||||
|
AC_DEFUN([LT_AC_PROG_SED],
|
||||||
|
[AC_MSG_CHECKING([for a sed that does not truncate output])
|
||||||
|
AC_CACHE_VAL(lt_cv_path_SED,
|
||||||
|
[# Loop through the user's path and test for sed and gsed.
|
||||||
|
# Then use that list of sed's as ones to test for truncation.
|
||||||
|
as_executable_p="test -f"
|
||||||
|
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_prog in sed gsed; do
|
||||||
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
|
if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
|
||||||
|
_sed_list="$_sed_list $as_dir/$ac_prog$ac_exec_ext"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
# Create a temporary directory, and hook for its removal unless debugging.
|
||||||
|
$debug ||
|
||||||
|
{
|
||||||
|
trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
|
||||||
|
trap '{ (exit 1); exit 1; }' 1 2 13 15
|
||||||
|
}
|
||||||
|
|
||||||
|
# Create a (secure) tmp directory for tmp files.
|
||||||
|
: ${TMPDIR=/tmp}
|
||||||
|
{
|
||||||
|
tmp=`(umask 077 && mktemp -d -q "$TMPDIR/sedXXXXXX") 2>/dev/null` &&
|
||||||
|
test -n "$tmp" && test -d "$tmp"
|
||||||
|
} ||
|
||||||
|
{
|
||||||
|
tmp=$TMPDIR/sed$$-$RANDOM
|
||||||
|
(umask 077 && mkdir $tmp)
|
||||||
|
} ||
|
||||||
|
{
|
||||||
|
echo "$me: cannot create a temporary directory in $TMPDIR" >&2
|
||||||
|
{ (exit 1); exit 1; }
|
||||||
|
}
|
||||||
|
_max=0
|
||||||
|
_count=0
|
||||||
|
# Add /usr/xpg4/bin/sed as it is typically found on Solaris
|
||||||
|
# along with /bin/sed that truncates output.
|
||||||
|
for _sed in $_sed_list /usr/xpg4/bin/sed; do
|
||||||
|
test ! -f ${_sed} && break
|
||||||
|
cat /dev/null > "$tmp/sed.in"
|
||||||
|
_count=0
|
||||||
|
echo ${ECHO_N-$ac_n} "0123456789${ECHO_C-$ac_c}" >"$tmp/sed.in"
|
||||||
|
# Check for GNU sed and select it if it is found.
|
||||||
|
if "${_sed}" --version 2>&1 < /dev/null | egrep '(GNU)' > /dev/null; then
|
||||||
|
lt_cv_path_SED=${_sed}
|
||||||
|
break;
|
||||||
|
fi
|
||||||
|
while true; do
|
||||||
|
cat "$tmp/sed.in" "$tmp/sed.in" >"$tmp/sed.tmp"
|
||||||
|
mv "$tmp/sed.tmp" "$tmp/sed.in"
|
||||||
|
cp "$tmp/sed.in" "$tmp/sed.nl"
|
||||||
|
echo >>"$tmp/sed.nl"
|
||||||
|
${_sed} -e 's/a$//' < "$tmp/sed.nl" >"$tmp/sed.out" || break
|
||||||
|
cmp -s "$tmp/sed.out" "$tmp/sed.nl" || break
|
||||||
|
# 40000 chars as input seems more than enough
|
||||||
|
test $_count -gt 10 && break
|
||||||
|
_count=`expr $_count + 1`
|
||||||
|
if test $_count -gt $_max; then
|
||||||
|
_max=$_count
|
||||||
|
lt_cv_path_SED=$_sed
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
rm -rf "$tmp"
|
||||||
|
])
|
||||||
|
if test "X$SED" != "X"; then
|
||||||
|
lt_cv_path_SED=$SED
|
||||||
|
else
|
||||||
|
SED=$lt_cv_path_SED
|
||||||
|
fi
|
||||||
|
AC_MSG_RESULT([$SED])
|
||||||
|
])
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
# SC_PATH_TCLCONFIG --
|
# SC_PATH_TCLCONFIG --
|
||||||
#
|
#
|
||||||
|
|
|
@ -7429,6 +7429,91 @@ NM="$lt_cv_path_NM"
|
||||||
echo "$as_me:$LINENO: result: $NM" >&5
|
echo "$as_me:$LINENO: result: $NM" >&5
|
||||||
echo "${ECHO_T}$NM" >&6
|
echo "${ECHO_T}$NM" >&6
|
||||||
|
|
||||||
|
echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
|
||||||
|
echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
|
||||||
|
if test "${lt_cv_path_SED+set}" = set; then
|
||||||
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
|
else
|
||||||
|
# Loop through the user's path and test for sed and gsed.
|
||||||
|
# Then use that list of sed's as ones to test for truncation.
|
||||||
|
as_executable_p="test -f"
|
||||||
|
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_prog in sed gsed; do
|
||||||
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
|
if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
|
||||||
|
_sed_list="$_sed_list $as_dir/$ac_prog$ac_exec_ext"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
# Create a temporary directory, and hook for its removal unless debugging.
|
||||||
|
$debug ||
|
||||||
|
{
|
||||||
|
trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
|
||||||
|
trap '{ (exit 1); exit 1; }' 1 2 13 15
|
||||||
|
}
|
||||||
|
|
||||||
|
# Create a (secure) tmp directory for tmp files.
|
||||||
|
: ${TMPDIR=/tmp}
|
||||||
|
{
|
||||||
|
tmp=`(umask 077 && mktemp -d -q "$TMPDIR/sedXXXXXX") 2>/dev/null` &&
|
||||||
|
test -n "$tmp" && test -d "$tmp"
|
||||||
|
} ||
|
||||||
|
{
|
||||||
|
tmp=$TMPDIR/sed$$-$RANDOM
|
||||||
|
(umask 077 && mkdir $tmp)
|
||||||
|
} ||
|
||||||
|
{
|
||||||
|
echo "$me: cannot create a temporary directory in $TMPDIR" >&2
|
||||||
|
{ (exit 1); exit 1; }
|
||||||
|
}
|
||||||
|
_max=0
|
||||||
|
_count=0
|
||||||
|
# Add /usr/xpg4/bin/sed as it is typically found on Solaris
|
||||||
|
# along with /bin/sed that truncates output.
|
||||||
|
for _sed in $_sed_list /usr/xpg4/bin/sed; do
|
||||||
|
test ! -f ${_sed} && break
|
||||||
|
cat /dev/null > "$tmp/sed.in"
|
||||||
|
_count=0
|
||||||
|
echo ${ECHO_N-$ac_n} "0123456789${ECHO_C-$ac_c}" >"$tmp/sed.in"
|
||||||
|
# Check for GNU sed and select it if it is found.
|
||||||
|
if "${_sed}" --version 2>&1 < /dev/null | egrep '(GNU)' > /dev/null; then
|
||||||
|
lt_cv_path_SED=${_sed}
|
||||||
|
break;
|
||||||
|
fi
|
||||||
|
while true; do
|
||||||
|
cat "$tmp/sed.in" "$tmp/sed.in" >"$tmp/sed.tmp"
|
||||||
|
mv "$tmp/sed.tmp" "$tmp/sed.in"
|
||||||
|
cp "$tmp/sed.in" "$tmp/sed.nl"
|
||||||
|
echo >>"$tmp/sed.nl"
|
||||||
|
${_sed} -e 's/a$//' < "$tmp/sed.nl" >"$tmp/sed.out" || break
|
||||||
|
cmp -s "$tmp/sed.out" "$tmp/sed.nl" || break
|
||||||
|
# 40000 chars as input seems more than enough
|
||||||
|
test $_count -gt 10 && break
|
||||||
|
_count=`expr $_count + 1`
|
||||||
|
if test $_count -gt $_max; then
|
||||||
|
_max=$_count
|
||||||
|
lt_cv_path_SED=$_sed
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
rm -rf "$tmp"
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
|
if test "X$SED" != "X"; then
|
||||||
|
lt_cv_path_SED=$SED
|
||||||
|
else
|
||||||
|
SED=$lt_cv_path_SED
|
||||||
|
fi
|
||||||
|
echo "$as_me:$LINENO: result: $SED" >&5
|
||||||
|
echo "${ECHO_T}$SED" >&6
|
||||||
|
|
||||||
echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
|
echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
|
||||||
echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
|
echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
|
||||||
if test "${lt_cv_deplibs_check_method+set}" = set; then
|
if test "${lt_cv_deplibs_check_method+set}" = set; then
|
||||||
|
@ -7530,7 +7615,13 @@ irix5* | irix6* | nonstopux*)
|
||||||
|
|
||||||
# This must be Linux ELF.
|
# This must be Linux ELF.
|
||||||
linux-gnu*)
|
linux-gnu*)
|
||||||
lt_cv_deplibs_check_method=pass_all
|
case $host_cpu in
|
||||||
|
alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64*)
|
||||||
|
lt_cv_deplibs_check_method=pass_all ;;
|
||||||
|
*)
|
||||||
|
# glibc up to 2.1.1 does not perform some relocations on ARM
|
||||||
|
lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
|
||||||
|
esac
|
||||||
lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
|
lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -7596,6 +7687,9 @@ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
||||||
lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
|
lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
|
||||||
lt_cv_file_magic_test_file=/lib/libc.so
|
lt_cv_file_magic_test_file=/lib/libc.so
|
||||||
;;
|
;;
|
||||||
|
siemens)
|
||||||
|
lt_cv_deplibs_check_method=pass_all
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -7925,6 +8019,7 @@ done
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Only perform the check for file, if the check method requires it
|
# Only perform the check for file, if the check method requires it
|
||||||
case $deplibs_check_method in
|
case $deplibs_check_method in
|
||||||
file_magic*)
|
file_magic*)
|
||||||
|
@ -8240,7 +8335,7 @@ test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
|
||||||
case $host in
|
case $host in
|
||||||
*-*-irix6*)
|
*-*-irix6*)
|
||||||
# Find out which ABI we are using.
|
# Find out which ABI we are using.
|
||||||
echo '#line 8243 "configure"' > conftest.$ac_ext
|
echo '#line 8338 "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=$?
|
||||||
|
@ -8570,11 +8665,7 @@ else
|
||||||
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
||||||
lt_cv_prog_cc_pic='-KPIC'
|
lt_cv_prog_cc_pic='-KPIC'
|
||||||
lt_cv_prog_cc_static='-Bstatic'
|
lt_cv_prog_cc_static='-Bstatic'
|
||||||
if test "x$host_vendor" = xsni; then
|
|
||||||
lt_cv_prog_cc_wl='-LD'
|
|
||||||
else
|
|
||||||
lt_cv_prog_cc_wl='-Wl,'
|
lt_cv_prog_cc_wl='-Wl,'
|
||||||
fi
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
uts4*)
|
uts4*)
|
||||||
|
@ -8776,7 +8867,7 @@ chmod -w .
|
||||||
save_CFLAGS="$CFLAGS"
|
save_CFLAGS="$CFLAGS"
|
||||||
CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
|
CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
|
||||||
compiler_c_o=no
|
compiler_c_o=no
|
||||||
if { (eval echo configure:8779: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
|
if { (eval echo configure:8870: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; 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
|
||||||
if test -s out/conftest.err; then
|
if test -s out/conftest.err; then
|
||||||
|
@ -9114,7 +9205,7 @@ EOF
|
||||||
# If the export-symbols file already is a .def file (1st line
|
# If the export-symbols file already is a .def file (1st line
|
||||||
# is EXPORTS), use it as is.
|
# is EXPORTS), use it as is.
|
||||||
# If DATA tags from a recent dlltool are present, honour them!
|
# If DATA tags from a recent dlltool are present, honour them!
|
||||||
archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then
|
archive_expsym_cmds='if test "x`sed 1q $export_symbols`" = xEXPORTS; then
|
||||||
cp $export_symbols $output_objdir/$soname-def;
|
cp $export_symbols $output_objdir/$soname-def;
|
||||||
else
|
else
|
||||||
echo EXPORTS > $output_objdir/$soname-def;
|
echo EXPORTS > $output_objdir/$soname-def;
|
||||||
|
@ -9123,6 +9214,7 @@ EOF
|
||||||
set dummy \$symbol;
|
set dummy \$symbol;
|
||||||
case \$# in
|
case \$# in
|
||||||
2) echo " \$2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
|
2) echo " \$2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
|
||||||
|
4) echo " \$2 \$3 \$4 ; " >> $output_objdir/$soname-def; _lt_hint=`expr \$_lt_hint - 1`;;
|
||||||
*) echo " \$2 @ \$_lt_hint \$3 ; " >> $output_objdir/$soname-def;;
|
*) echo " \$2 @ \$_lt_hint \$3 ; " >> $output_objdir/$soname-def;;
|
||||||
esac;
|
esac;
|
||||||
_lt_hint=`expr 1 + \$_lt_hint`;
|
_lt_hint=`expr 1 + \$_lt_hint`;
|
||||||
|
@ -9562,13 +9654,23 @@ EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
sysv4)
|
sysv4)
|
||||||
if test "x$host_vendor" = xsno; then
|
case $host_vendor in
|
||||||
archive_cmds='$LD -G -Bsymbolic -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
sni)
|
||||||
|
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
||||||
hardcode_direct=yes # is this really true???
|
hardcode_direct=yes # is this really true???
|
||||||
else
|
;;
|
||||||
|
siemens)
|
||||||
|
## LD is ld it makes a PLAMLIB
|
||||||
|
## CC just makes a GrossModule.
|
||||||
|
archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
|
||||||
|
reload_cmds='$CC -r -o $output$reload_objs'
|
||||||
|
hardcode_direct=no
|
||||||
|
;;
|
||||||
|
motorola)
|
||||||
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
||||||
hardcode_direct=no #Motorola manual says yes, but my tests say they lie
|
hardcode_direct=no #Motorola manual says yes, but my tests say they lie
|
||||||
fi
|
;;
|
||||||
|
esac
|
||||||
runpath_var='LD_RUN_PATH'
|
runpath_var='LD_RUN_PATH'
|
||||||
hardcode_shlibpath_var=no
|
hardcode_shlibpath_var=no
|
||||||
;;
|
;;
|
||||||
|
@ -9998,7 +10100,6 @@ os2*)
|
||||||
osf3* | osf4* | osf5*)
|
osf3* | osf4* | osf5*)
|
||||||
version_type=osf
|
version_type=osf
|
||||||
need_version=no
|
need_version=no
|
||||||
need_lib_prefix=no
|
|
||||||
soname_spec='${libname}${release}.so'
|
soname_spec='${libname}${release}.so'
|
||||||
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
|
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
|
||||||
shlibpath_var=LD_LIBRARY_PATH
|
shlibpath_var=LD_LIBRARY_PATH
|
||||||
|
@ -10046,6 +10147,12 @@ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
||||||
case $host_vendor in
|
case $host_vendor in
|
||||||
sni)
|
sni)
|
||||||
shlibpath_overrides_runpath=no
|
shlibpath_overrides_runpath=no
|
||||||
|
need_lib_prefix=no
|
||||||
|
export_dynamic_flag_spec='${wl}-Blargedynsym'
|
||||||
|
runpath_var=LD_RUN_PATH
|
||||||
|
;;
|
||||||
|
siemens)
|
||||||
|
need_lib_prefix=no
|
||||||
;;
|
;;
|
||||||
motorola)
|
motorola)
|
||||||
need_lib_prefix=no
|
need_lib_prefix=no
|
||||||
|
@ -10574,7 +10681,7 @@ 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 10577 "configure"
|
#line 10684 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10672,7 +10779,7 @@ 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 10675 "configure"
|
#line 10782 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -10855,7 +10962,7 @@ if test -f "$ltmain"; then
|
||||||
# Now quote all the things that may contain metacharacters while being
|
# Now quote all the things that may contain metacharacters while being
|
||||||
# careful not to overquote the AC_SUBSTed values. We take copies of the
|
# careful not to overquote the AC_SUBSTed values. We take copies of the
|
||||||
# variables and quote the copies for generation of the libtool script.
|
# variables and quote the copies for generation of the libtool script.
|
||||||
for var in echo old_CC old_CFLAGS \
|
for var in echo old_CC old_CFLAGS SED \
|
||||||
AR AR_FLAGS CC LD LN_S NM SHELL \
|
AR AR_FLAGS CC LD LN_S NM SHELL \
|
||||||
reload_flag reload_cmds wl \
|
reload_flag reload_cmds wl \
|
||||||
pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
|
pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
|
||||||
|
@ -10917,8 +11024,11 @@ if test -f "$ltmain"; then
|
||||||
# configuration script generated by Autoconf, you may include it under
|
# configuration script generated by Autoconf, you may include it under
|
||||||
# the same distribution terms that you use for the rest of that program.
|
# the same distribution terms that you use for the rest of that program.
|
||||||
|
|
||||||
|
# A sed that does not truncate output.
|
||||||
|
SED=$lt_SED
|
||||||
|
|
||||||
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
|
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
|
||||||
Xsed="sed -e s/^X//"
|
Xsed="${SED} -e s/^X//"
|
||||||
|
|
||||||
# The HP-UX ksh and POSIX shell print the target directory to stdout
|
# The HP-UX ksh and POSIX shell print the target directory to stdout
|
||||||
# if CDPATH is set.
|
# if CDPATH is set.
|
||||||
|
|
|
@ -90,9 +90,8 @@ special circumstances.
|
||||||
|
|
||||||
For example, on rare occasions, there may be a special need to
|
For example, on rare occasions, there may be a special need to
|
||||||
encourage the widest possible use of a certain library, so that it
|
encourage the widest possible use of a certain library, so that it
|
||||||
becomes
|
becomes a de-facto standard. To achieve this, non-free programs must
|
||||||
a de-facto standard. To achieve this, non-free programs must be
|
be allowed to use the library. A more frequent case is that a free
|
||||||
allowed to use the library. A more frequent case is that a free
|
|
||||||
library does the same job as widely used non-free libraries. In this
|
library does the same job as widely used non-free libraries. In this
|
||||||
case, there is little to gain by limiting the free library to free
|
case, there is little to gain by limiting the free library to free
|
||||||
software only, so we use the Lesser General Public License.
|
software only, so we use the Lesser General Public License.
|
||||||
|
@ -140,8 +139,7 @@ included without limitation in the term "modification".)
|
||||||
making modifications to it. For a library, complete source code means
|
making modifications to it. For a library, complete source code means
|
||||||
all the source code for all modules it contains, plus any associated
|
all the source code for all modules it contains, plus any associated
|
||||||
interface definition files, plus the scripts used to control
|
interface definition files, plus the scripts used to control
|
||||||
compilation
|
compilation and installation of the library.
|
||||||
and installation of the library.
|
|
||||||
|
|
||||||
Activities other than copying, distribution and modification are not
|
Activities other than copying, distribution and modification are not
|
||||||
covered by this License; they are outside its scope. The act of
|
covered by this License; they are outside its scope. The act of
|
||||||
|
@ -307,10 +305,10 @@ of these things:
|
||||||
the user installs one, as long as the modified version is
|
the user installs one, as long as the modified version is
|
||||||
interface-compatible with the version that the work was made with.
|
interface-compatible with the version that the work was made with.
|
||||||
|
|
||||||
c) Accompany the work with a written offer, valid for at
|
c) Accompany the work with a written offer, valid for at least
|
||||||
least three years, to give the same user the materials
|
three years, to give the same user the materials specified in
|
||||||
specified in Subsection 6a, above, for a charge no more
|
Subsection 6a, above, for a charge no more than the cost of
|
||||||
than the cost of performing this distribution.
|
performing this distribution.
|
||||||
|
|
||||||
d) If distribution of the work is made by offering access to copy
|
d) If distribution of the work is made by offering access to copy
|
||||||
from a designated place, offer equivalent access to copy the above
|
from a designated place, offer equivalent access to copy the above
|
||||||
|
@ -477,14 +475,13 @@ have at least the "copyright" line and a pointer to where the full
|
||||||
notice is found.
|
notice is found.
|
||||||
|
|
||||||
|
|
||||||
<one line to give the library's name and a brief idea of what it
|
<one line to give the library's name and a brief idea of what it does.>
|
||||||
does.>
|
|
||||||
Copyright (C) <year> <name of author>
|
Copyright (C) <year> <name of author>
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
License as published by the Free Software Foundation; either
|
License as published by the Free Software Foundation; either
|
||||||
version 2 of the License, or (at your option) any later version.
|
version 2.1 of the License, or (at your option) any later version.
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
This library is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@ -495,17 +492,15 @@ does.>
|
||||||
License along with this library; if not, write to the Free Software
|
License along with this library; if not, write to the Free Software
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
Also add information on how to contact you by electronic and paper
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
mail.
|
|
||||||
|
|
||||||
You should also get your employer (if you work as a programmer) or
|
You should also get your employer (if you work as a programmer) or
|
||||||
your
|
your school, if any, to sign a "copyright disclaimer" for the library,
|
||||||
school, if any, to sign a "copyright disclaimer" for the library, if
|
if necessary. Here is a sample; alter the names:
|
||||||
necessary. Here is a sample; alter the names:
|
|
||||||
|
|
||||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the
|
Yoyodyne, Inc., hereby disclaims all copyright interest in the
|
||||||
library `Frob' (a library for tweaking knobs) written by James
|
library `Frob' (a library for tweaking knobs) written by James
|
||||||
Random Hacker.
|
Random Hacker.
|
||||||
|
|
||||||
<signature of Ty Coon>, 1 April 1990
|
<signature of Ty Coon>, 1 April 1990
|
||||||
Ty Coon, President of Vice
|
Ty Coon, President of Vice
|
||||||
|
|
|
@ -49,6 +49,8 @@ AC_REQUIRE([AC_PROG_CC])dnl
|
||||||
AC_REQUIRE([AC_PROG_LD])dnl
|
AC_REQUIRE([AC_PROG_LD])dnl
|
||||||
AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
|
AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
|
||||||
AC_REQUIRE([AC_PROG_NM])dnl
|
AC_REQUIRE([AC_PROG_NM])dnl
|
||||||
|
AC_REQUIRE([LT_AC_PROG_SED])dnl
|
||||||
|
|
||||||
AC_REQUIRE([AC_PROG_LN_S])dnl
|
AC_REQUIRE([AC_PROG_LN_S])dnl
|
||||||
AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
|
AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
|
||||||
AC_REQUIRE([AC_OBJEXT])dnl
|
AC_REQUIRE([AC_OBJEXT])dnl
|
||||||
|
@ -952,11 +954,7 @@ AC_CACHE_VAL(lt_cv_prog_cc_pic,
|
||||||
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
||||||
lt_cv_prog_cc_pic='-KPIC'
|
lt_cv_prog_cc_pic='-KPIC'
|
||||||
lt_cv_prog_cc_static='-Bstatic'
|
lt_cv_prog_cc_static='-Bstatic'
|
||||||
if test "x$host_vendor" = xsni; then
|
|
||||||
lt_cv_prog_cc_wl='-LD'
|
|
||||||
else
|
|
||||||
lt_cv_prog_cc_wl='-Wl,'
|
lt_cv_prog_cc_wl='-Wl,'
|
||||||
fi
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
uts4*)
|
uts4*)
|
||||||
|
@ -1341,7 +1339,7 @@ EOF
|
||||||
# If the export-symbols file already is a .def file (1st line
|
# If the export-symbols file already is a .def file (1st line
|
||||||
# is EXPORTS), use it as is.
|
# is EXPORTS), use it as is.
|
||||||
# If DATA tags from a recent dlltool are present, honour them!
|
# If DATA tags from a recent dlltool are present, honour them!
|
||||||
archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then
|
archive_expsym_cmds='if test "x`sed 1q $export_symbols`" = xEXPORTS; then
|
||||||
cp $export_symbols $output_objdir/$soname-def;
|
cp $export_symbols $output_objdir/$soname-def;
|
||||||
else
|
else
|
||||||
echo EXPORTS > $output_objdir/$soname-def;
|
echo EXPORTS > $output_objdir/$soname-def;
|
||||||
|
@ -1350,6 +1348,7 @@ EOF
|
||||||
set dummy \$symbol;
|
set dummy \$symbol;
|
||||||
case \[$]# in
|
case \[$]# in
|
||||||
2) echo " \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
|
2) echo " \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
|
||||||
|
4) echo " \[$]2 \[$]3 \[$]4 ; " >> $output_objdir/$soname-def; _lt_hint=`expr \$_lt_hint - 1`;;
|
||||||
*) echo " \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
|
*) echo " \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
|
||||||
esac;
|
esac;
|
||||||
_lt_hint=`expr 1 + \$_lt_hint`;
|
_lt_hint=`expr 1 + \$_lt_hint`;
|
||||||
|
@ -1789,13 +1788,23 @@ EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
sysv4)
|
sysv4)
|
||||||
if test "x$host_vendor" = xsno; then
|
case $host_vendor in
|
||||||
archive_cmds='$LD -G -Bsymbolic -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
sni)
|
||||||
|
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
||||||
hardcode_direct=yes # is this really true???
|
hardcode_direct=yes # is this really true???
|
||||||
else
|
;;
|
||||||
|
siemens)
|
||||||
|
## LD is ld it makes a PLAMLIB
|
||||||
|
## CC just makes a GrossModule.
|
||||||
|
archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
|
||||||
|
reload_cmds='$CC -r -o $output$reload_objs'
|
||||||
|
hardcode_direct=no
|
||||||
|
;;
|
||||||
|
motorola)
|
||||||
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
||||||
hardcode_direct=no #Motorola manual says yes, but my tests say they lie
|
hardcode_direct=no #Motorola manual says yes, but my tests say they lie
|
||||||
fi
|
;;
|
||||||
|
esac
|
||||||
runpath_var='LD_RUN_PATH'
|
runpath_var='LD_RUN_PATH'
|
||||||
hardcode_shlibpath_var=no
|
hardcode_shlibpath_var=no
|
||||||
;;
|
;;
|
||||||
|
@ -2230,7 +2239,6 @@ os2*)
|
||||||
osf3* | osf4* | osf5*)
|
osf3* | osf4* | osf5*)
|
||||||
version_type=osf
|
version_type=osf
|
||||||
need_version=no
|
need_version=no
|
||||||
need_lib_prefix=no
|
|
||||||
soname_spec='${libname}${release}.so'
|
soname_spec='${libname}${release}.so'
|
||||||
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
|
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
|
||||||
shlibpath_var=LD_LIBRARY_PATH
|
shlibpath_var=LD_LIBRARY_PATH
|
||||||
|
@ -2278,6 +2286,12 @@ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
||||||
case $host_vendor in
|
case $host_vendor in
|
||||||
sni)
|
sni)
|
||||||
shlibpath_overrides_runpath=no
|
shlibpath_overrides_runpath=no
|
||||||
|
need_lib_prefix=no
|
||||||
|
export_dynamic_flag_spec='${wl}-Blargedynsym'
|
||||||
|
runpath_var=LD_RUN_PATH
|
||||||
|
;;
|
||||||
|
siemens)
|
||||||
|
need_lib_prefix=no
|
||||||
;;
|
;;
|
||||||
motorola)
|
motorola)
|
||||||
need_lib_prefix=no
|
need_lib_prefix=no
|
||||||
|
@ -2452,7 +2466,7 @@ if test -f "$ltmain"; then
|
||||||
# Now quote all the things that may contain metacharacters while being
|
# Now quote all the things that may contain metacharacters while being
|
||||||
# careful not to overquote the AC_SUBSTed values. We take copies of the
|
# careful not to overquote the AC_SUBSTed values. We take copies of the
|
||||||
# variables and quote the copies for generation of the libtool script.
|
# variables and quote the copies for generation of the libtool script.
|
||||||
for var in echo old_CC old_CFLAGS \
|
for var in echo old_CC old_CFLAGS SED \
|
||||||
AR AR_FLAGS CC LD LN_S NM SHELL \
|
AR AR_FLAGS CC LD LN_S NM SHELL \
|
||||||
reload_flag reload_cmds wl \
|
reload_flag reload_cmds wl \
|
||||||
pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
|
pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
|
||||||
|
@ -2514,8 +2528,11 @@ if test -f "$ltmain"; then
|
||||||
# configuration script generated by Autoconf, you may include it under
|
# configuration script generated by Autoconf, you may include it under
|
||||||
# the same distribution terms that you use for the rest of that program.
|
# the same distribution terms that you use for the rest of that program.
|
||||||
|
|
||||||
|
# A sed that does not truncate output.
|
||||||
|
SED=$lt_SED
|
||||||
|
|
||||||
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
|
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
|
||||||
Xsed="sed -e s/^X//"
|
Xsed="${SED} -e s/^X//"
|
||||||
|
|
||||||
# The HP-UX ksh and POSIX shell print the target directory to stdout
|
# The HP-UX ksh and POSIX shell print the target directory to stdout
|
||||||
# if CDPATH is set.
|
# if CDPATH is set.
|
||||||
|
@ -3376,7 +3393,13 @@ irix5* | irix6* | nonstopux*)
|
||||||
|
|
||||||
# This must be Linux ELF.
|
# This must be Linux ELF.
|
||||||
linux-gnu*)
|
linux-gnu*)
|
||||||
lt_cv_deplibs_check_method=pass_all
|
case $host_cpu in
|
||||||
|
alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64*)
|
||||||
|
lt_cv_deplibs_check_method=pass_all ;;
|
||||||
|
*)
|
||||||
|
# glibc up to 2.1.1 does not perform some relocations on ARM
|
||||||
|
lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
|
||||||
|
esac
|
||||||
lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
|
lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -3442,6 +3465,9 @@ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
||||||
lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
|
lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
|
||||||
lt_cv_file_magic_test_file=/lib/libc.so
|
lt_cv_file_magic_test_file=/lib/libc.so
|
||||||
;;
|
;;
|
||||||
|
siemens)
|
||||||
|
lt_cv_deplibs_check_method=pass_all
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -3574,6 +3600,97 @@ AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
|
||||||
|
|
||||||
# This is just to silence aclocal about the macro not being used
|
# This is just to silence aclocal about the macro not being used
|
||||||
ifelse([AC_DISABLE_FAST_INSTALL])
|
ifelse([AC_DISABLE_FAST_INSTALL])
|
||||||
|
|
||||||
|
############################################################
|
||||||
|
# NOTE: This macro has been submitted for inclusion into #
|
||||||
|
# GNU Autoconf as AC_PROG_SED. When it is available in #
|
||||||
|
# a released version of Autoconf we should remove this #
|
||||||
|
# macro and use it instead. #
|
||||||
|
############################################################
|
||||||
|
# LT_AC_PROG_SED
|
||||||
|
# --------------
|
||||||
|
# Check for a fully-functional sed program, that truncates
|
||||||
|
# as few characters as possible. Prefer GNU sed if found.
|
||||||
|
AC_DEFUN([LT_AC_PROG_SED],
|
||||||
|
[AC_MSG_CHECKING([for a sed that does not truncate output])
|
||||||
|
AC_CACHE_VAL(lt_cv_path_SED,
|
||||||
|
[# Loop through the user's path and test for sed and gsed.
|
||||||
|
# Then use that list of sed's as ones to test for truncation.
|
||||||
|
as_executable_p="test -f"
|
||||||
|
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_prog in sed gsed; do
|
||||||
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
|
if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
|
||||||
|
_sed_list="$_sed_list $as_dir/$ac_prog$ac_exec_ext"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
# Create a temporary directory, and hook for its removal unless debugging.
|
||||||
|
$debug ||
|
||||||
|
{
|
||||||
|
trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
|
||||||
|
trap '{ (exit 1); exit 1; }' 1 2 13 15
|
||||||
|
}
|
||||||
|
|
||||||
|
# Create a (secure) tmp directory for tmp files.
|
||||||
|
: ${TMPDIR=/tmp}
|
||||||
|
{
|
||||||
|
tmp=`(umask 077 && mktemp -d -q "$TMPDIR/sedXXXXXX") 2>/dev/null` &&
|
||||||
|
test -n "$tmp" && test -d "$tmp"
|
||||||
|
} ||
|
||||||
|
{
|
||||||
|
tmp=$TMPDIR/sed$$-$RANDOM
|
||||||
|
(umask 077 && mkdir $tmp)
|
||||||
|
} ||
|
||||||
|
{
|
||||||
|
echo "$me: cannot create a temporary directory in $TMPDIR" >&2
|
||||||
|
{ (exit 1); exit 1; }
|
||||||
|
}
|
||||||
|
_max=0
|
||||||
|
_count=0
|
||||||
|
# Add /usr/xpg4/bin/sed as it is typically found on Solaris
|
||||||
|
# along with /bin/sed that truncates output.
|
||||||
|
for _sed in $_sed_list /usr/xpg4/bin/sed; do
|
||||||
|
test ! -f ${_sed} && break
|
||||||
|
cat /dev/null > "$tmp/sed.in"
|
||||||
|
_count=0
|
||||||
|
echo ${ECHO_N-$ac_n} "0123456789${ECHO_C-$ac_c}" >"$tmp/sed.in"
|
||||||
|
# Check for GNU sed and select it if it is found.
|
||||||
|
if "${_sed}" --version 2>&1 < /dev/null | egrep '(GNU)' > /dev/null; then
|
||||||
|
lt_cv_path_SED=${_sed}
|
||||||
|
break;
|
||||||
|
fi
|
||||||
|
while true; do
|
||||||
|
cat "$tmp/sed.in" "$tmp/sed.in" >"$tmp/sed.tmp"
|
||||||
|
mv "$tmp/sed.tmp" "$tmp/sed.in"
|
||||||
|
cp "$tmp/sed.in" "$tmp/sed.nl"
|
||||||
|
echo >>"$tmp/sed.nl"
|
||||||
|
${_sed} -e 's/a$//' < "$tmp/sed.nl" >"$tmp/sed.out" || break
|
||||||
|
cmp -s "$tmp/sed.out" "$tmp/sed.nl" || break
|
||||||
|
# 40000 chars as input seems more than enough
|
||||||
|
test $_count -gt 10 && break
|
||||||
|
_count=`expr $_count + 1`
|
||||||
|
if test $_count -gt $_max; then
|
||||||
|
_max=$_count
|
||||||
|
lt_cv_path_SED=$_sed
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
rm -rf "$tmp"
|
||||||
|
])
|
||||||
|
if test "X$SED" != "X"; then
|
||||||
|
lt_cv_path_SED=$SED
|
||||||
|
else
|
||||||
|
SED=$lt_cv_path_SED
|
||||||
|
fi
|
||||||
|
AC_MSG_RESULT([$SED])
|
||||||
|
])
|
||||||
## ltdl.m4 - Configure ltdl for the target system. -*-Shell-script-*-
|
## ltdl.m4 - Configure ltdl for the target system. -*-Shell-script-*-
|
||||||
## Copyright (C) 1999-2000 Free Software Foundation, Inc.
|
## Copyright (C) 1999-2000 Free Software Foundation, Inc.
|
||||||
##
|
##
|
||||||
|
|
|
@ -40,6 +40,8 @@ AC_REQUIRE([AC_PROG_CC])dnl
|
||||||
AC_REQUIRE([AC_PROG_LD])dnl
|
AC_REQUIRE([AC_PROG_LD])dnl
|
||||||
AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
|
AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
|
||||||
AC_REQUIRE([AC_PROG_NM])dnl
|
AC_REQUIRE([AC_PROG_NM])dnl
|
||||||
|
AC_REQUIRE([LT_AC_PROG_SED])dnl
|
||||||
|
|
||||||
AC_REQUIRE([AC_PROG_LN_S])dnl
|
AC_REQUIRE([AC_PROG_LN_S])dnl
|
||||||
AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
|
AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
|
||||||
AC_REQUIRE([AC_OBJEXT])dnl
|
AC_REQUIRE([AC_OBJEXT])dnl
|
||||||
|
@ -937,11 +939,7 @@ AC_CACHE_VAL(lt_cv_prog_cc_pic,
|
||||||
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
||||||
lt_cv_prog_cc_pic='-KPIC'
|
lt_cv_prog_cc_pic='-KPIC'
|
||||||
lt_cv_prog_cc_static='-Bstatic'
|
lt_cv_prog_cc_static='-Bstatic'
|
||||||
if test "x$host_vendor" = xsni; then
|
|
||||||
lt_cv_prog_cc_wl='-LD'
|
|
||||||
else
|
|
||||||
lt_cv_prog_cc_wl='-Wl,'
|
lt_cv_prog_cc_wl='-Wl,'
|
||||||
fi
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
uts4*)
|
uts4*)
|
||||||
|
@ -1306,7 +1304,7 @@ EOF
|
||||||
# If the export-symbols file already is a .def file (1st line
|
# If the export-symbols file already is a .def file (1st line
|
||||||
# is EXPORTS), use it as is.
|
# is EXPORTS), use it as is.
|
||||||
# If DATA tags from a recent dlltool are present, honour them!
|
# If DATA tags from a recent dlltool are present, honour them!
|
||||||
archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then
|
archive_expsym_cmds='if test "x`sed 1q $export_symbols`" = xEXPORTS; then
|
||||||
cp $export_symbols $output_objdir/$soname-def;
|
cp $export_symbols $output_objdir/$soname-def;
|
||||||
else
|
else
|
||||||
echo EXPORTS > $output_objdir/$soname-def;
|
echo EXPORTS > $output_objdir/$soname-def;
|
||||||
|
@ -1315,6 +1313,7 @@ EOF
|
||||||
set dummy \$symbol;
|
set dummy \$symbol;
|
||||||
case \[$]# in
|
case \[$]# in
|
||||||
2) echo " \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
|
2) echo " \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
|
||||||
|
4) echo " \[$]2 \[$]3 \[$]4 ; " >> $output_objdir/$soname-def; _lt_hint=`expr \$_lt_hint - 1`;;
|
||||||
*) echo " \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
|
*) echo " \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
|
||||||
esac;
|
esac;
|
||||||
_lt_hint=`expr 1 + \$_lt_hint`;
|
_lt_hint=`expr 1 + \$_lt_hint`;
|
||||||
|
@ -1754,13 +1753,23 @@ EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
sysv4)
|
sysv4)
|
||||||
if test "x$host_vendor" = xsno; then
|
case $host_vendor in
|
||||||
archive_cmds='$LD -G -Bsymbolic -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
sni)
|
||||||
|
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
||||||
hardcode_direct=yes # is this really true???
|
hardcode_direct=yes # is this really true???
|
||||||
else
|
;;
|
||||||
|
siemens)
|
||||||
|
## LD is ld it makes a PLAMLIB
|
||||||
|
## CC just makes a GrossModule.
|
||||||
|
archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
|
||||||
|
reload_cmds='$CC -r -o $output$reload_objs'
|
||||||
|
hardcode_direct=no
|
||||||
|
;;
|
||||||
|
motorola)
|
||||||
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
||||||
hardcode_direct=no #Motorola manual says yes, but my tests say they lie
|
hardcode_direct=no #Motorola manual says yes, but my tests say they lie
|
||||||
fi
|
;;
|
||||||
|
esac
|
||||||
runpath_var='LD_RUN_PATH'
|
runpath_var='LD_RUN_PATH'
|
||||||
hardcode_shlibpath_var=no
|
hardcode_shlibpath_var=no
|
||||||
;;
|
;;
|
||||||
|
@ -2183,7 +2192,6 @@ os2*)
|
||||||
osf3* | osf4* | osf5*)
|
osf3* | osf4* | osf5*)
|
||||||
version_type=osf
|
version_type=osf
|
||||||
need_version=no
|
need_version=no
|
||||||
need_lib_prefix=no
|
|
||||||
soname_spec='${libname}${release}.so'
|
soname_spec='${libname}${release}.so'
|
||||||
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
|
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
|
||||||
shlibpath_var=LD_LIBRARY_PATH
|
shlibpath_var=LD_LIBRARY_PATH
|
||||||
|
@ -2231,6 +2239,12 @@ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
||||||
case $host_vendor in
|
case $host_vendor in
|
||||||
sni)
|
sni)
|
||||||
shlibpath_overrides_runpath=no
|
shlibpath_overrides_runpath=no
|
||||||
|
need_lib_prefix=no
|
||||||
|
export_dynamic_flag_spec='${wl}-Blargedynsym'
|
||||||
|
runpath_var=LD_RUN_PATH
|
||||||
|
;;
|
||||||
|
siemens)
|
||||||
|
need_lib_prefix=no
|
||||||
;;
|
;;
|
||||||
motorola)
|
motorola)
|
||||||
need_lib_prefix=no
|
need_lib_prefix=no
|
||||||
|
@ -2385,7 +2399,7 @@ if test -f "$ltmain"; then
|
||||||
# Now quote all the things that may contain metacharacters while being
|
# Now quote all the things that may contain metacharacters while being
|
||||||
# careful not to overquote the AC_SUBSTed values. We take copies of the
|
# careful not to overquote the AC_SUBSTed values. We take copies of the
|
||||||
# variables and quote the copies for generation of the libtool script.
|
# variables and quote the copies for generation of the libtool script.
|
||||||
for var in echo old_CC old_CFLAGS \
|
for var in echo old_CC old_CFLAGS SED \
|
||||||
AR AR_FLAGS CC LD LN_S NM SHELL \
|
AR AR_FLAGS CC LD LN_S NM SHELL \
|
||||||
reload_flag reload_cmds wl \
|
reload_flag reload_cmds wl \
|
||||||
pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
|
pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
|
||||||
|
@ -2447,8 +2461,11 @@ if test -f "$ltmain"; then
|
||||||
# configuration script generated by Autoconf, you may include it under
|
# configuration script generated by Autoconf, you may include it under
|
||||||
# the same distribution terms that you use for the rest of that program.
|
# the same distribution terms that you use for the rest of that program.
|
||||||
|
|
||||||
|
# A sed that does not truncate output.
|
||||||
|
SED=$lt_SED
|
||||||
|
|
||||||
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
|
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
|
||||||
Xsed="sed -e s/^X//"
|
Xsed="${SED} -e s/^X//"
|
||||||
|
|
||||||
# The HP-UX ksh and POSIX shell print the target directory to stdout
|
# The HP-UX ksh and POSIX shell print the target directory to stdout
|
||||||
# if CDPATH is set.
|
# if CDPATH is set.
|
||||||
|
@ -3307,7 +3324,13 @@ irix5* | irix6* | nonstopux*)
|
||||||
|
|
||||||
# This must be Linux ELF.
|
# This must be Linux ELF.
|
||||||
linux-gnu*)
|
linux-gnu*)
|
||||||
lt_cv_deplibs_check_method=pass_all
|
case $host_cpu in
|
||||||
|
alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64*)
|
||||||
|
lt_cv_deplibs_check_method=pass_all ;;
|
||||||
|
*)
|
||||||
|
# glibc up to 2.1.1 does not perform some relocations on ARM
|
||||||
|
lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
|
||||||
|
esac
|
||||||
lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
|
lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -3373,6 +3396,9 @@ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
||||||
lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
|
lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
|
||||||
lt_cv_file_magic_test_file=/lib/libc.so
|
lt_cv_file_magic_test_file=/lib/libc.so
|
||||||
;;
|
;;
|
||||||
|
siemens)
|
||||||
|
lt_cv_deplibs_check_method=pass_all
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -3506,6 +3532,95 @@ AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
|
||||||
# This is just to silence aclocal about the macro not being used
|
# This is just to silence aclocal about the macro not being used
|
||||||
ifelse([AC_DISABLE_FAST_INSTALL])
|
ifelse([AC_DISABLE_FAST_INSTALL])
|
||||||
|
|
||||||
|
# NOTE: This macro has been submitted for inclusion into #
|
||||||
|
# GNU Autoconf as AC_PROG_SED. When it is available in #
|
||||||
|
# a released version of Autoconf we should remove this #
|
||||||
|
# macro and use it instead. #
|
||||||
|
# LT_AC_PROG_SED
|
||||||
|
# --------------
|
||||||
|
# Check for a fully-functional sed program, that truncates
|
||||||
|
# as few characters as possible. Prefer GNU sed if found.
|
||||||
|
AC_DEFUN([LT_AC_PROG_SED],
|
||||||
|
[AC_MSG_CHECKING([for a sed that does not truncate output])
|
||||||
|
AC_CACHE_VAL(lt_cv_path_SED,
|
||||||
|
[# Loop through the user's path and test for sed and gsed.
|
||||||
|
# Then use that list of sed's as ones to test for truncation.
|
||||||
|
as_executable_p="test -f"
|
||||||
|
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_prog in sed gsed; do
|
||||||
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
|
if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
|
||||||
|
_sed_list="$_sed_list $as_dir/$ac_prog$ac_exec_ext"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
||||||
|
# Create a temporary directory, and hook for its removal unless debugging.
|
||||||
|
$debug ||
|
||||||
|
{
|
||||||
|
trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
|
||||||
|
trap '{ (exit 1); exit 1; }' 1 2 13 15
|
||||||
|
}
|
||||||
|
|
||||||
|
# Create a (secure) tmp directory for tmp files.
|
||||||
|
: ${TMPDIR=/tmp}
|
||||||
|
{
|
||||||
|
tmp=`(umask 077 && mktemp -d -q "$TMPDIR/sedXXXXXX") 2>/dev/null` &&
|
||||||
|
test -n "$tmp" && test -d "$tmp"
|
||||||
|
} ||
|
||||||
|
{
|
||||||
|
tmp=$TMPDIR/sed$$-$RANDOM
|
||||||
|
(umask 077 && mkdir $tmp)
|
||||||
|
} ||
|
||||||
|
{
|
||||||
|
echo "$me: cannot create a temporary directory in $TMPDIR" >&2
|
||||||
|
{ (exit 1); exit 1; }
|
||||||
|
}
|
||||||
|
_max=0
|
||||||
|
_count=0
|
||||||
|
# Add /usr/xpg4/bin/sed as it is typically found on Solaris
|
||||||
|
# along with /bin/sed that truncates output.
|
||||||
|
for _sed in $_sed_list /usr/xpg4/bin/sed; do
|
||||||
|
test ! -f ${_sed} && break
|
||||||
|
cat /dev/null > "$tmp/sed.in"
|
||||||
|
_count=0
|
||||||
|
echo ${ECHO_N-$ac_n} "0123456789${ECHO_C-$ac_c}" >"$tmp/sed.in"
|
||||||
|
# Check for GNU sed and select it if it is found.
|
||||||
|
if "${_sed}" --version 2>&1 < /dev/null | egrep '(GNU)' > /dev/null; then
|
||||||
|
lt_cv_path_SED=${_sed}
|
||||||
|
break;
|
||||||
|
fi
|
||||||
|
while true; do
|
||||||
|
cat "$tmp/sed.in" "$tmp/sed.in" >"$tmp/sed.tmp"
|
||||||
|
mv "$tmp/sed.tmp" "$tmp/sed.in"
|
||||||
|
cp "$tmp/sed.in" "$tmp/sed.nl"
|
||||||
|
echo >>"$tmp/sed.nl"
|
||||||
|
${_sed} -e 's/a$//' < "$tmp/sed.nl" >"$tmp/sed.out" || break
|
||||||
|
cmp -s "$tmp/sed.out" "$tmp/sed.nl" || break
|
||||||
|
# 40000 chars as input seems more than enough
|
||||||
|
test $_count -gt 10 && break
|
||||||
|
_count=`expr $_count + 1`
|
||||||
|
if test $_count -gt $_max; then
|
||||||
|
_max=$_count
|
||||||
|
lt_cv_path_SED=$_sed
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
done
|
||||||
|
rm -rf "$tmp"
|
||||||
|
])
|
||||||
|
if test "X$SED" != "X"; then
|
||||||
|
lt_cv_path_SED=$SED
|
||||||
|
else
|
||||||
|
SED=$lt_cv_path_SED
|
||||||
|
fi
|
||||||
|
AC_MSG_RESULT([$SED])
|
||||||
|
])
|
||||||
|
|
||||||
# serial 5 AC_LIB_LTDL
|
# serial 5 AC_LIB_LTDL
|
||||||
|
|
||||||
# AC_WITH_LTDL
|
# AC_WITH_LTDL
|
||||||
|
|
|
@ -1,160 +1,152 @@
|
||||||
/* config-h.in. Generated from configure.in by autoheader. */
|
/* config-h.in. Generated automatically from configure.in by autoheader 2.13. */
|
||||||
|
|
||||||
/* Define if you have the `argz_append' function. */
|
/* Define to empty if the keyword does not work. */
|
||||||
|
#undef const
|
||||||
|
|
||||||
|
/* Define as __inline if that's what the C compiler calls it. */
|
||||||
|
#undef inline
|
||||||
|
|
||||||
|
/* Define if you have the ANSI C header files. */
|
||||||
|
#undef STDC_HEADERS
|
||||||
|
|
||||||
|
/* Define if you have the argz_append function. */
|
||||||
#undef HAVE_ARGZ_APPEND
|
#undef HAVE_ARGZ_APPEND
|
||||||
|
|
||||||
/* Define if you have the `argz_create_sep' function. */
|
/* Define if you have the argz_create_sep function. */
|
||||||
#undef HAVE_ARGZ_CREATE_SEP
|
#undef HAVE_ARGZ_CREATE_SEP
|
||||||
|
|
||||||
|
/* Define if you have the argz_insert function. */
|
||||||
|
#undef HAVE_ARGZ_INSERT
|
||||||
|
|
||||||
|
/* Define if you have the argz_next function. */
|
||||||
|
#undef HAVE_ARGZ_NEXT
|
||||||
|
|
||||||
|
/* Define if you have the argz_stringify function. */
|
||||||
|
#undef HAVE_ARGZ_STRINGIFY
|
||||||
|
|
||||||
|
/* Define if you have the bcopy function. */
|
||||||
|
#undef HAVE_BCOPY
|
||||||
|
|
||||||
|
/* Define if you have the dlerror function. */
|
||||||
|
#undef HAVE_DLERROR
|
||||||
|
|
||||||
|
/* Define if you have the index function. */
|
||||||
|
#undef HAVE_INDEX
|
||||||
|
|
||||||
|
/* Define if you have the memcpy function. */
|
||||||
|
#undef HAVE_MEMCPY
|
||||||
|
|
||||||
|
/* Define if you have the memmove function. */
|
||||||
|
#undef HAVE_MEMMOVE
|
||||||
|
|
||||||
|
/* Define if you have the rindex function. */
|
||||||
|
#undef HAVE_RINDEX
|
||||||
|
|
||||||
|
/* Define if you have the strchr function. */
|
||||||
|
#undef HAVE_STRCHR
|
||||||
|
|
||||||
|
/* Define if you have the strcmp function. */
|
||||||
|
#undef HAVE_STRCMP
|
||||||
|
|
||||||
|
/* Define if you have the strrchr function. */
|
||||||
|
#undef HAVE_STRRCHR
|
||||||
|
|
||||||
/* Define if you have the <argz.h> header file. */
|
/* Define if you have the <argz.h> header file. */
|
||||||
#undef HAVE_ARGZ_H
|
#undef HAVE_ARGZ_H
|
||||||
|
|
||||||
/* Define if you have the `argz_insert' function. */
|
|
||||||
#undef HAVE_ARGZ_INSERT
|
|
||||||
|
|
||||||
/* Define if you have the `argz_next' function. */
|
|
||||||
#undef HAVE_ARGZ_NEXT
|
|
||||||
|
|
||||||
/* Define if you have the `argz_stringify' function. */
|
|
||||||
#undef HAVE_ARGZ_STRINGIFY
|
|
||||||
|
|
||||||
/* Define if you have the <assert.h> header file. */
|
/* Define if you have the <assert.h> header file. */
|
||||||
#undef HAVE_ASSERT_H
|
#undef HAVE_ASSERT_H
|
||||||
|
|
||||||
/* Define if you have the `bcopy' function. */
|
|
||||||
#undef HAVE_BCOPY
|
|
||||||
|
|
||||||
/* Define if you have the <ctype.h> header file. */
|
/* Define if you have the <ctype.h> header file. */
|
||||||
#undef HAVE_CTYPE_H
|
#undef HAVE_CTYPE_H
|
||||||
|
|
||||||
/* Define if you have the <dirent.h> header file, and it defines `DIR'. */
|
/* Define if you have the <dirent.h> header file. */
|
||||||
#undef HAVE_DIRENT_H
|
#undef HAVE_DIRENT_H
|
||||||
|
|
||||||
/* Define if you have the GNU dld library. */
|
|
||||||
#undef HAVE_DLD
|
|
||||||
|
|
||||||
/* Define if you have the <dld.h> header file. */
|
|
||||||
#undef HAVE_DLD_H
|
|
||||||
|
|
||||||
/* Define if you have the `dlerror' function. */
|
|
||||||
#undef HAVE_DLERROR
|
|
||||||
|
|
||||||
/* Define if you have the <dlfcn.h> header file. */
|
|
||||||
#undef HAVE_DLFCN_H
|
|
||||||
|
|
||||||
/* Define if you have the <dl.h> header file. */
|
/* Define if you have the <dl.h> header file. */
|
||||||
#undef HAVE_DL_H
|
#undef HAVE_DL_H
|
||||||
|
|
||||||
|
/* Define if you have the <dld.h> header file. */
|
||||||
|
#undef HAVE_DLD_H
|
||||||
|
|
||||||
|
/* Define if you have the <dlfcn.h> header file. */
|
||||||
|
#undef HAVE_DLFCN_H
|
||||||
|
|
||||||
/* Define if you have the <errno.h> header file. */
|
/* Define if you have the <errno.h> header file. */
|
||||||
#undef HAVE_ERRNO_H
|
#undef HAVE_ERRNO_H
|
||||||
|
|
||||||
/* Define if the system has the type `error_t'. */
|
|
||||||
#undef HAVE_ERROR_T
|
|
||||||
|
|
||||||
/* Define if you have the `index' function. */
|
|
||||||
#undef HAVE_INDEX
|
|
||||||
|
|
||||||
/* Define if you have the <inttypes.h> header file. */
|
|
||||||
#undef HAVE_INTTYPES_H
|
|
||||||
|
|
||||||
/* Define if you have the libdl library or equivalent. */
|
|
||||||
#undef HAVE_LIBDL
|
|
||||||
|
|
||||||
/* Define if you have the <malloc.h> header file. */
|
/* Define if you have the <malloc.h> header file. */
|
||||||
#undef HAVE_MALLOC_H
|
#undef HAVE_MALLOC_H
|
||||||
|
|
||||||
/* Define if you have the `memcpy' function. */
|
|
||||||
#undef HAVE_MEMCPY
|
|
||||||
|
|
||||||
/* Define if you have the `memmove' function. */
|
|
||||||
#undef HAVE_MEMMOVE
|
|
||||||
|
|
||||||
/* Define if you have the <memory.h> header file. */
|
/* Define if you have the <memory.h> header file. */
|
||||||
#undef HAVE_MEMORY_H
|
#undef HAVE_MEMORY_H
|
||||||
|
|
||||||
/* Define if you have the <ndir.h> header file, and it defines `DIR'. */
|
/* Define if you have the <ndir.h> header file. */
|
||||||
#undef HAVE_NDIR_H
|
#undef HAVE_NDIR_H
|
||||||
|
|
||||||
/* Define if libtool can extract symbol lists from object files. */
|
|
||||||
#undef HAVE_PRELOADED_SYMBOLS
|
|
||||||
|
|
||||||
/* Define if you have the `rindex' function. */
|
|
||||||
#undef HAVE_RINDEX
|
|
||||||
|
|
||||||
/* Define if you have the shl_load function. */
|
|
||||||
#undef HAVE_SHL_LOAD
|
|
||||||
|
|
||||||
/* Define if you have the <stdint.h> header file. */
|
|
||||||
#undef HAVE_STDINT_H
|
|
||||||
|
|
||||||
/* Define if you have the <stdio.h> header file. */
|
/* Define if you have the <stdio.h> header file. */
|
||||||
#undef HAVE_STDIO_H
|
#undef HAVE_STDIO_H
|
||||||
|
|
||||||
/* Define if you have the <stdlib.h> header file. */
|
/* Define if you have the <stdlib.h> header file. */
|
||||||
#undef HAVE_STDLIB_H
|
#undef HAVE_STDLIB_H
|
||||||
|
|
||||||
/* Define if you have the `strchr' function. */
|
/* Define if you have the <string.h> header file. */
|
||||||
#undef HAVE_STRCHR
|
#undef HAVE_STRING_H
|
||||||
|
|
||||||
/* Define if you have the `strcmp' function. */
|
|
||||||
#undef HAVE_STRCMP
|
|
||||||
|
|
||||||
/* Define if you have the <strings.h> header file. */
|
/* Define if you have the <strings.h> header file. */
|
||||||
#undef HAVE_STRINGS_H
|
#undef HAVE_STRINGS_H
|
||||||
|
|
||||||
/* Define if you have the <string.h> header file. */
|
/* Define if you have the <sys/dir.h> header file. */
|
||||||
#undef HAVE_STRING_H
|
|
||||||
|
|
||||||
/* Define if you have the `strrchr' function. */
|
|
||||||
#undef HAVE_STRRCHR
|
|
||||||
|
|
||||||
/* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */
|
|
||||||
#undef HAVE_SYS_DIR_H
|
#undef HAVE_SYS_DIR_H
|
||||||
|
|
||||||
/* Define if you have the <sys/dl.h> header file. */
|
/* Define if you have the <sys/dl.h> header file. */
|
||||||
#undef HAVE_SYS_DL_H
|
#undef HAVE_SYS_DL_H
|
||||||
|
|
||||||
/* Define if you have the <sys/ndir.h> header file, and it defines `DIR'. */
|
/* Define if you have the <sys/ndir.h> header file. */
|
||||||
#undef HAVE_SYS_NDIR_H
|
#undef HAVE_SYS_NDIR_H
|
||||||
|
|
||||||
/* Define if you have the <sys/stat.h> header file. */
|
|
||||||
#undef HAVE_SYS_STAT_H
|
|
||||||
|
|
||||||
/* Define if you have the <sys/types.h> header file. */
|
|
||||||
#undef HAVE_SYS_TYPES_H
|
|
||||||
|
|
||||||
/* Define if you have the <unistd.h> header file. */
|
/* Define if you have the <unistd.h> header file. */
|
||||||
#undef HAVE_UNISTD_H
|
#undef HAVE_UNISTD_H
|
||||||
|
|
||||||
/* Define if the OS needs help to load dependent libraries for dlopen(). */
|
/* Define to the extension used for shared libraries, say, .so. */
|
||||||
#undef LTDL_DLOPEN_DEPLIBS
|
|
||||||
|
|
||||||
/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
|
||||||
*/
|
|
||||||
#undef LTDL_OBJDIR
|
|
||||||
|
|
||||||
/* Define to the name of the environment variable that determines the dynamic
|
|
||||||
library search path. */
|
|
||||||
#undef LTDL_SHLIBPATH_VAR
|
|
||||||
|
|
||||||
/* Define to the extension used for shared libraries, say, ".so". */
|
|
||||||
#undef LTDL_SHLIB_EXT
|
#undef LTDL_SHLIB_EXT
|
||||||
|
|
||||||
|
/* Define to the name of the environment variable that determines the dynamic library search path. */
|
||||||
|
#undef LTDL_SHLIBPATH_VAR
|
||||||
|
|
||||||
/* Define to the system default library search path. */
|
/* Define to the system default library search path. */
|
||||||
#undef LTDL_SYSSEARCHPATH
|
#undef LTDL_SYSSEARCHPATH
|
||||||
|
|
||||||
|
/* Define to the sub-directory in which libtool stores uninstalled libraries. */
|
||||||
|
#undef LTDL_OBJDIR
|
||||||
|
|
||||||
|
/* Define if libtool can extract symbol lists from object files. */
|
||||||
|
#undef HAVE_PRELOADED_SYMBOLS
|
||||||
|
|
||||||
|
/* Define if you have the shl_load function. */
|
||||||
|
#undef HAVE_SHL_LOAD
|
||||||
|
|
||||||
|
/* Define if you have the shl_load function. */
|
||||||
|
#undef HAVE_SHL_LOAD
|
||||||
|
|
||||||
|
/* Define if you have the libdl library or equivalent. */
|
||||||
|
#undef HAVE_LIBDL
|
||||||
|
|
||||||
|
/* Define if you have the libdl library or equivalent. */
|
||||||
|
#undef HAVE_LIBDL
|
||||||
|
|
||||||
|
/* Define if you have the libdl library or equivalent. */
|
||||||
|
#undef HAVE_LIBDL
|
||||||
|
|
||||||
|
/* Define if you have the GNU dld library. */
|
||||||
|
#undef HAVE_DLD
|
||||||
|
|
||||||
/* Define if dlsym() requires a leading underscore in symbol names. */
|
/* Define if dlsym() requires a leading underscore in symbol names. */
|
||||||
#undef NEED_USCORE
|
#undef NEED_USCORE
|
||||||
|
|
||||||
/* Define if you have the ANSI C header files. */
|
/* Define if the OS needs help to load dependent libraries for dlopen(). */
|
||||||
#undef STDC_HEADERS
|
#undef LTDL_DLOPEN_DEPLIBS
|
||||||
|
|
||||||
/* Define to empty if `const' does not conform to ANSI C. */
|
|
||||||
#undef const
|
|
||||||
|
|
||||||
/* Define to a type to use for `error_t' if it is not otherwise available. */
|
/* Define to a type to use for `error_t' if it is not otherwise available. */
|
||||||
#undef error_t
|
#undef error_t
|
||||||
|
|
||||||
/* Define as `__inline' if that's what the C compiler calls it, or to nothing
|
|
||||||
if it is not supported. */
|
|
||||||
#undef inline
|
|
||||||
|
|
Plik diff jest za duży
Load Diff
|
@ -2276,10 +2276,10 @@ find_handle_callback (filename, data, ignored)
|
||||||
lt_ptr ignored;
|
lt_ptr ignored;
|
||||||
{
|
{
|
||||||
lt_dlhandle *handle = (lt_dlhandle *) data;
|
lt_dlhandle *handle = (lt_dlhandle *) data;
|
||||||
int found = access (filename, R_OK);
|
int notfound = access (filename, R_OK);
|
||||||
|
|
||||||
/* Bail out if file cannot be read... */
|
/* Bail out if file cannot be read... */
|
||||||
if (!found)
|
if (notfound)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
/* Try to dlopen the file, but do not continue searching in any
|
/* Try to dlopen the file, but do not continue searching in any
|
||||||
|
|
108
ltmain.sh
108
ltmain.sh
|
@ -49,14 +49,14 @@ EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# The name of this program.
|
# The name of this program.
|
||||||
progname=`$echo "$0" | sed 's%^.*/%%'`
|
progname=`$echo "$0" | ${SED} 's%^.*/%%'`
|
||||||
modename="$progname"
|
modename="$progname"
|
||||||
|
|
||||||
# Constants.
|
# Constants.
|
||||||
PROGRAM=ltmain.sh
|
PROGRAM=ltmain.sh
|
||||||
PACKAGE=libtool
|
PACKAGE=libtool
|
||||||
VERSION=1.4.2a
|
VERSION=1.4.2a
|
||||||
TIMESTAMP=" (1.922.2.79 2001/11/28 21:50:31)"
|
TIMESTAMP=" (1.922.2.94 2002/06/11 15:58:53)"
|
||||||
|
|
||||||
default_mode=
|
default_mode=
|
||||||
help="Try \`$progname --help' for more information."
|
help="Try \`$progname --help' for more information."
|
||||||
|
@ -67,10 +67,19 @@ rm="rm -f"
|
||||||
|
|
||||||
# Sed substitution that helps us do robust quoting. It backslashifies
|
# Sed substitution that helps us do robust quoting. It backslashifies
|
||||||
# metacharacters that are still active within double-quoted strings.
|
# metacharacters that are still active within double-quoted strings.
|
||||||
Xsed='sed -e 1s/^X//'
|
Xsed="${SED}"' -e 1s/^X//'
|
||||||
sed_quote_subst='s/\([\\`\\"$\\\\]\)/\\\1/g'
|
sed_quote_subst='s/\([\\`\\"$\\\\]\)/\\\1/g'
|
||||||
SP2NL='tr \040 \012'
|
# test EBCDIC or ASCII
|
||||||
NL2SP='tr \015\012 \040\040'
|
case `echo A|od -x` in
|
||||||
|
*[Cc]1*) # EBCDIC based system
|
||||||
|
SP2NL="tr '\100' '\n'"
|
||||||
|
NL2SP="tr '\r\n' '\100\100'"
|
||||||
|
;;
|
||||||
|
*) # Assume ASCII based system
|
||||||
|
SP2NL="tr '\040' '\012'"
|
||||||
|
NL2SP="tr '\015\012' '\040\040'"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# NLS nuisances.
|
# NLS nuisances.
|
||||||
# Only set LANG and LC_ALL to C if already set.
|
# Only set LANG and LC_ALL to C if already set.
|
||||||
|
@ -144,7 +153,7 @@ do
|
||||||
;;
|
;;
|
||||||
|
|
||||||
--config)
|
--config)
|
||||||
sed -e '1,/^# ### BEGIN LIBTOOL CONFIG/d' -e '/^# ### END LIBTOOL CONFIG/,$d' $0
|
${SED} -e '1,/^# ### BEGIN LIBTOOL CONFIG/d' -e '/^# ### END LIBTOOL CONFIG/,$d' $0
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -469,7 +478,7 @@ if test -z "$show_help"; then
|
||||||
pic_mode=default
|
pic_mode=default
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
if test $pic_mode = no && test "$deplibs_check_method" != pass_all; then
|
if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then
|
||||||
# non-PIC code in shared libraries is not supported
|
# non-PIC code in shared libraries is not supported
|
||||||
pic_mode=default
|
pic_mode=default
|
||||||
fi
|
fi
|
||||||
|
@ -1514,7 +1523,7 @@ compiler."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check to see that this really is a libtool archive.
|
# Check to see that this really is a libtool archive.
|
||||||
if (sed -e '2q' $lib | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :
|
if (${SED} -e '2q' $lib | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :
|
||||||
else
|
else
|
||||||
$echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
|
$echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -1776,8 +1785,8 @@ compiler."
|
||||||
|
|
||||||
# Make a new name for the extract_expsyms_cmds to use
|
# Make a new name for the extract_expsyms_cmds to use
|
||||||
soroot="$soname"
|
soroot="$soname"
|
||||||
soname=`echo $soroot | sed -e 's/^.*\///'`
|
soname=`echo $soroot | ${SED} -e 's/^.*\///'`
|
||||||
newlib="libimp-`echo $soname | sed 's/^lib//;s/\.dll$//'`.a"
|
newlib="libimp-`echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a"
|
||||||
|
|
||||||
# If the library has no export list, then create one now
|
# If the library has no export list, then create one now
|
||||||
if test -f "$output_objdir/$soname-def"; then :
|
if test -f "$output_objdir/$soname-def"; then :
|
||||||
|
@ -2022,7 +2031,7 @@ compiler."
|
||||||
if grep "^installed=no" $deplib > /dev/null; then
|
if grep "^installed=no" $deplib > /dev/null; then
|
||||||
path="-L$absdir/$objdir"
|
path="-L$absdir/$objdir"
|
||||||
else
|
else
|
||||||
eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
|
eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
|
||||||
if test -z "$libdir"; then
|
if test -z "$libdir"; then
|
||||||
$echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2
|
$echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -2287,14 +2296,14 @@ compiler."
|
||||||
;;
|
;;
|
||||||
|
|
||||||
irix | nonstopux)
|
irix | nonstopux)
|
||||||
|
major=`expr $current - $age + 1`
|
||||||
|
|
||||||
case $version_type in
|
case $version_type in
|
||||||
nonstopux) verstring_prefix=nonstopux ;;
|
nonstopux) verstring_prefix=nonstopux ;;
|
||||||
*) verstring_prefix=sgi ;;
|
*) verstring_prefix=sgi ;;
|
||||||
esac
|
esac
|
||||||
verstring="$verstring_prefix$major.$revision"
|
verstring="$verstring_prefix$major.$revision"
|
||||||
|
|
||||||
major=`expr $current - $age + 1`
|
|
||||||
|
|
||||||
# Add in all the interfaces that we are compatible with.
|
# Add in all the interfaces that we are compatible with.
|
||||||
loop=$revision
|
loop=$revision
|
||||||
while test $loop != 0; do
|
while test $loop != 0; do
|
||||||
|
@ -2406,9 +2415,9 @@ compiler."
|
||||||
|
|
||||||
# Eliminate all temporary directories.
|
# Eliminate all temporary directories.
|
||||||
for path in $notinst_path; do
|
for path in $notinst_path; do
|
||||||
lib_search_path=`echo "$lib_search_path " | sed -e 's% $path % %g'`
|
lib_search_path=`echo "$lib_search_path " | ${SED} -e 's% $path % %g'`
|
||||||
deplibs=`echo "$deplibs " | sed -e 's% -L$path % %g'`
|
deplibs=`echo "$deplibs " | ${SED} -e 's% -L$path % %g'`
|
||||||
dependency_libs=`echo "$dependency_libs " | sed -e 's% -L$path % %g'`
|
dependency_libs=`echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'`
|
||||||
done
|
done
|
||||||
|
|
||||||
if test -n "$xrpath"; then
|
if test -n "$xrpath"; then
|
||||||
|
@ -2596,14 +2605,14 @@ EOF
|
||||||
# but so what?
|
# but so what?
|
||||||
potlib="$potent_lib"
|
potlib="$potent_lib"
|
||||||
while test -h "$potlib" 2>/dev/null; do
|
while test -h "$potlib" 2>/dev/null; do
|
||||||
potliblink=`ls -ld $potlib | sed 's/.* -> //'`
|
potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
|
||||||
case $potliblink in
|
case $potliblink in
|
||||||
[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
|
[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
|
||||||
*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
|
*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
if eval $file_magic_cmd \"\$potlib\" 2>/dev/null \
|
if eval $file_magic_cmd \"\$potlib\" 2>/dev/null \
|
||||||
| sed 10q \
|
| ${SED} 10q \
|
||||||
| egrep "$file_magic_regex" > /dev/null; then
|
| egrep "$file_magic_regex" > /dev/null; then
|
||||||
newdeplibs="$newdeplibs $a_deplib"
|
newdeplibs="$newdeplibs $a_deplib"
|
||||||
a_deplib=""
|
a_deplib=""
|
||||||
|
@ -2645,7 +2654,7 @@ EOF
|
||||||
for potent_lib in $potential_libs; do
|
for potent_lib in $potential_libs; do
|
||||||
potlib="$potent_lib" # see symlink-check below in file_magic test
|
potlib="$potent_lib" # see symlink-check below in file_magic test
|
||||||
if eval echo \"$potent_lib\" 2>/dev/null \
|
if eval echo \"$potent_lib\" 2>/dev/null \
|
||||||
| sed 10q \
|
| ${SED} 10q \
|
||||||
| egrep "$match_pattern_regex" > /dev/null; then
|
| egrep "$match_pattern_regex" > /dev/null; then
|
||||||
newdeplibs="$newdeplibs $a_deplib"
|
newdeplibs="$newdeplibs $a_deplib"
|
||||||
a_deplib=""
|
a_deplib=""
|
||||||
|
@ -2931,7 +2940,18 @@ EOF
|
||||||
if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
|
if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
|
||||||
eval cmds=\"$archive_expsym_cmds\"
|
eval cmds=\"$archive_expsym_cmds\"
|
||||||
else
|
else
|
||||||
|
save_deplibs="$deplibs"
|
||||||
|
for conv in $convenience; do
|
||||||
|
tmp_deplibs=
|
||||||
|
for test_deplib in $deplibs; do
|
||||||
|
if test "$test_deplib" != "$conv"; then
|
||||||
|
tmp_deplibs="$tmp_deplibs $test_deplib"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
deplibs="$tmp_deplibs"
|
||||||
|
done
|
||||||
eval cmds=\"$archive_cmds\"
|
eval cmds=\"$archive_cmds\"
|
||||||
|
deplibs="$save_deplibs"
|
||||||
fi
|
fi
|
||||||
save_ifs="$IFS"; IFS='~'
|
save_ifs="$IFS"; IFS='~'
|
||||||
for cmd in $cmds; do
|
for cmd in $cmds; do
|
||||||
|
@ -3130,7 +3150,7 @@ EOF
|
||||||
|
|
||||||
prog)
|
prog)
|
||||||
case $host in
|
case $host in
|
||||||
*cygwin*) output=`echo $output | sed -e 's,.exe$,,;s,$,.exe,'` ;;
|
*cygwin*) output=`echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
|
||||||
esac
|
esac
|
||||||
if test -n "$vinfo"; then
|
if test -n "$vinfo"; then
|
||||||
$echo "$modename: warning: \`-version-info' is ignored for programs" 1>&2
|
$echo "$modename: warning: \`-version-info' is ignored for programs" 1>&2
|
||||||
|
@ -3318,9 +3338,9 @@ extern \"C\" {
|
||||||
if test -z "$export_symbols"; then
|
if test -z "$export_symbols"; then
|
||||||
export_symbols="$output_objdir/$output.exp"
|
export_symbols="$output_objdir/$output.exp"
|
||||||
$run $rm $export_symbols
|
$run $rm $export_symbols
|
||||||
$run eval "sed -n -e '/^: @PROGRAM@$/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
|
$run eval "${SED} -n -e '/^: @PROGRAM@$/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
|
||||||
else
|
else
|
||||||
$run eval "sed -e 's/\([][.*^$]\)/\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$output.exp"'
|
$run eval "${SED} -e 's/\([][.*^$]\)/\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$output.exp"'
|
||||||
$run eval 'grep -f "$output_objdir/$output.exp" < "$nlist" > "$nlist"T'
|
$run eval 'grep -f "$output_objdir/$output.exp" < "$nlist" > "$nlist"T'
|
||||||
$run eval 'mv "$nlist"T "$nlist"'
|
$run eval 'mv "$nlist"T "$nlist"'
|
||||||
fi
|
fi
|
||||||
|
@ -3328,7 +3348,7 @@ extern \"C\" {
|
||||||
|
|
||||||
for arg in $dlprefiles; do
|
for arg in $dlprefiles; do
|
||||||
$show "extracting global C symbols from \`$arg'"
|
$show "extracting global C symbols from \`$arg'"
|
||||||
name=`echo "$arg" | sed -e 's%^.*/%%'`
|
name=`echo "$arg" | ${SED} -e 's%^.*/%%'`
|
||||||
$run eval 'echo ": $name " >> "$nlist"'
|
$run eval 'echo ": $name " >> "$nlist"'
|
||||||
$run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
|
$run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
|
||||||
done
|
done
|
||||||
|
@ -3343,7 +3363,13 @@ extern \"C\" {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Try sorting and uniquifying the output.
|
# Try sorting and uniquifying the output.
|
||||||
if grep -v "^: " < "$nlist" | sort +2 | uniq > "$nlist"S; then
|
if grep -v "^: " < "$nlist" |
|
||||||
|
if sort -k 3 </dev/null >/dev/null 2>&1; then
|
||||||
|
sort -k 3
|
||||||
|
else
|
||||||
|
sort +2
|
||||||
|
fi |
|
||||||
|
uniq > "$nlist"S; then
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
grep -v "^: " < "$nlist" > "$nlist"S
|
grep -v "^: " < "$nlist" > "$nlist"S
|
||||||
|
@ -3585,7 +3611,7 @@ static const void *lt_preloaded_setup() {
|
||||||
# win32 will think the script is a binary if it has
|
# win32 will think the script is a binary if it has
|
||||||
# a .exe suffix, so we strip it off here.
|
# a .exe suffix, so we strip it off here.
|
||||||
case $output in
|
case $output in
|
||||||
*.exe) output=`echo $output|sed 's,.exe$,,'` ;;
|
*.exe) output=`echo $output|${SED} 's,.exe$,,'` ;;
|
||||||
esac
|
esac
|
||||||
# test for cygwin because mv fails w/o .exe extensions
|
# test for cygwin because mv fails w/o .exe extensions
|
||||||
case $host in
|
case $host in
|
||||||
|
@ -3609,7 +3635,7 @@ static const void *lt_preloaded_setup() {
|
||||||
|
|
||||||
# Sed substitution that helps us do robust quoting. It backslashifies
|
# Sed substitution that helps us do robust quoting. It backslashifies
|
||||||
# metacharacters that are still active within double-quoted strings.
|
# metacharacters that are still active within double-quoted strings.
|
||||||
Xsed='sed -e 1s/^X//'
|
Xsed="${SED}"' -e 1s/^X//'
|
||||||
sed_quote_subst='$sed_quote_subst'
|
sed_quote_subst='$sed_quote_subst'
|
||||||
|
|
||||||
# The HP-UX ksh and POSIX shell print the target directory to stdout
|
# The HP-UX ksh and POSIX shell print the target directory to stdout
|
||||||
|
@ -3647,7 +3673,7 @@ else
|
||||||
test \"x\$thisdir\" = \"x\$file\" && thisdir=.
|
test \"x\$thisdir\" = \"x\$file\" && thisdir=.
|
||||||
|
|
||||||
# Follow symbolic links until we get to the real thisdir.
|
# Follow symbolic links until we get to the real thisdir.
|
||||||
file=\`ls -ld \"\$file\" | sed -n 's/.*-> //p'\`
|
file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
|
||||||
while test -n \"\$file\"; do
|
while test -n \"\$file\"; do
|
||||||
destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
|
destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
|
||||||
|
|
||||||
|
@ -3660,7 +3686,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
|
file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
|
||||||
file=\`ls -ld \"\$thisdir/\$file\" | sed -n 's/.*-> //p'\`
|
file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
|
||||||
done
|
done
|
||||||
|
|
||||||
# Try to get the absolute directory name.
|
# Try to get the absolute directory name.
|
||||||
|
@ -3674,7 +3700,7 @@ else
|
||||||
progdir=\"\$thisdir/$objdir\"
|
progdir=\"\$thisdir/$objdir\"
|
||||||
|
|
||||||
if test ! -f \"\$progdir/\$program\" || \\
|
if test ! -f \"\$progdir/\$program\" || \\
|
||||||
{ file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | sed 1q\`; \\
|
{ file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
|
||||||
test \"X\$file\" != \"X\$progdir/\$program\"; }; then
|
test \"X\$file\" != \"X\$progdir/\$program\"; }; then
|
||||||
|
|
||||||
file=\"\$\$-\$program\"
|
file=\"\$\$-\$program\"
|
||||||
|
@ -3720,7 +3746,7 @@ else
|
||||||
$shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
|
$shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
|
||||||
|
|
||||||
# Some systems cannot cope with colon-terminated $shlibpath_var
|
# Some systems cannot cope with colon-terminated $shlibpath_var
|
||||||
# The second colon is a workaround for a bug in BeOS R4 sed
|
# The second colon is a workaround for a bug in BeOS R4 ${SED}
|
||||||
$shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
|
$shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
|
||||||
|
|
||||||
export $shlibpath_var
|
export $shlibpath_var
|
||||||
|
@ -3912,7 +3938,7 @@ fi\
|
||||||
case $deplib in
|
case $deplib in
|
||||||
*.la)
|
*.la)
|
||||||
name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
|
name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
|
||||||
eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
|
eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
|
||||||
if test -z "$libdir"; then
|
if test -z "$libdir"; then
|
||||||
$echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2
|
$echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -3926,7 +3952,7 @@ fi\
|
||||||
newdlfiles=
|
newdlfiles=
|
||||||
for lib in $dlfiles; do
|
for lib in $dlfiles; do
|
||||||
name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
|
name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
|
||||||
eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
|
eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
|
||||||
if test -z "$libdir"; then
|
if test -z "$libdir"; then
|
||||||
$echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
|
$echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -3937,7 +3963,7 @@ fi\
|
||||||
newdlprefiles=
|
newdlprefiles=
|
||||||
for lib in $dlprefiles; do
|
for lib in $dlprefiles; do
|
||||||
name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
|
name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
|
||||||
eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
|
eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
|
||||||
if test -z "$libdir"; then
|
if test -z "$libdir"; then
|
||||||
$echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
|
$echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -4161,7 +4187,7 @@ relink_command=\"$relink_command\""
|
||||||
|
|
||||||
*.la)
|
*.la)
|
||||||
# Check to see that this really is a libtool archive.
|
# Check to see that this really is a libtool archive.
|
||||||
if (sed -e '2q' $file | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :
|
if (${SED} -e '2q' $file | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :
|
||||||
else
|
else
|
||||||
$echo "$modename: \`$file' is not a valid libtool archive" 1>&2
|
$echo "$modename: \`$file' is not a valid libtool archive" 1>&2
|
||||||
$echo "$help" 1>&2
|
$echo "$help" 1>&2
|
||||||
|
@ -4312,13 +4338,13 @@ relink_command=\"$relink_command\""
|
||||||
# Do a test to see if this is really a libtool program.
|
# Do a test to see if this is really a libtool program.
|
||||||
case $host in
|
case $host in
|
||||||
*cygwin*|*mingw*)
|
*cygwin*|*mingw*)
|
||||||
wrapper=`echo $file | sed -e 's,.exe$,,'`
|
wrapper=`echo $file | ${SED} -e 's,.exe$,,'`
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
wrapper=$file
|
wrapper=$file
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
if (sed -e '4q' $wrapper | egrep "^# Generated by .*$PACKAGE")>/dev/null 2>&1; then
|
if (${SED} -e '4q' $wrapper | egrep "^# Generated by .*$PACKAGE")>/dev/null 2>&1; then
|
||||||
notinst_deplibs=
|
notinst_deplibs=
|
||||||
relink_command=
|
relink_command=
|
||||||
|
|
||||||
|
@ -4404,7 +4430,7 @@ relink_command=\"$relink_command\""
|
||||||
destfile=$destfile.exe
|
destfile=$destfile.exe
|
||||||
;;
|
;;
|
||||||
*:*.exe)
|
*:*.exe)
|
||||||
destfile=`echo $destfile | sed -e 's,.exe$,,'`
|
destfile=`echo $destfile | ${SED} -e 's,.exe$,,'`
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
@ -4552,7 +4578,7 @@ relink_command=\"$relink_command\""
|
||||||
case $file in
|
case $file in
|
||||||
*.la)
|
*.la)
|
||||||
# Check to see that this really is a libtool archive.
|
# Check to see that this really is a libtool archive.
|
||||||
if (sed -e '2q' $file | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :
|
if (${SED} -e '2q' $file | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :
|
||||||
else
|
else
|
||||||
$echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
|
$echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
|
||||||
$echo "$help" 1>&2
|
$echo "$help" 1>&2
|
||||||
|
@ -4623,7 +4649,7 @@ relink_command=\"$relink_command\""
|
||||||
-*) ;;
|
-*) ;;
|
||||||
*)
|
*)
|
||||||
# Do a test to see if this is really a libtool program.
|
# Do a test to see if this is really a libtool program.
|
||||||
if (sed -e '4q' $file | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
|
if (${SED} -e '4q' $file | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
|
||||||
# If there is no directory component, then add one.
|
# If there is no directory component, then add one.
|
||||||
case $file in
|
case $file in
|
||||||
*/* | *\\*) . $file ;;
|
*/* | *\\*) . $file ;;
|
||||||
|
@ -4732,7 +4758,7 @@ relink_command=\"$relink_command\""
|
||||||
case $name in
|
case $name in
|
||||||
*.la)
|
*.la)
|
||||||
# Possibly a libtool archive, so verify it.
|
# Possibly a libtool archive, so verify it.
|
||||||
if (sed -e '2q' $file | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
|
if (${SED} -e '2q' $file | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
|
||||||
. $dir/$name
|
. $dir/$name
|
||||||
|
|
||||||
# Delete the libtool libraries and symlinks.
|
# Delete the libtool libraries and symlinks.
|
||||||
|
@ -4787,7 +4813,7 @@ relink_command=\"$relink_command\""
|
||||||
*)
|
*)
|
||||||
# Do a test to see if this is a libtool program.
|
# Do a test to see if this is a libtool program.
|
||||||
if test $mode = clean &&
|
if test $mode = clean &&
|
||||||
(sed -e '4q' $file | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
|
(${SED} -e '4q' $file | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
|
||||||
relink_command=
|
relink_command=
|
||||||
. $dir/$file
|
. $dir/$file
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue