From: Thorsten Glaser Date: Sun, 3 Jul 2005 16:57:34 +0000 (+0000) Subject: * config/ltmain.m4sh (func_extract_archives, func_mode_install), X-Git-Tag: release-1-5-20~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=592725aadff62b62dc0779a2f0297e34d4ef7cf6;p=thirdparty%2Flibtool.git * config/ltmain.m4sh (func_extract_archives, func_mode_install), m4/libtool.m4 (AC_LIBTOOL_SETUP, AC_LIBTOOL_SYS_DYNAMIC_LINKER) (AC_LIBTOOL_WIN32_DLL, AC_PROG_LD, AC_PROG_LD_GNU) (AC_LIBTOOL_LANG_CXX_CONFIG, AC_LIBTOOL_PROG_LD_SHLIBS): Comment language, indentation, and backquote cleanup. * THANKS: Updated. --- diff --git a/ChangeLog b/ChangeLog index e3119301d..cd4120c3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-07-03 Thorsten Glaser + + * config/ltmain.m4sh (func_extract_archives, func_mode_install), + m4/libtool.m4 (AC_LIBTOOL_SETUP, AC_LIBTOOL_SYS_DYNAMIC_LINKER) + (AC_LIBTOOL_WIN32_DLL, AC_PROG_LD, AC_PROG_LD_GNU) + (AC_LIBTOOL_LANG_CXX_CONFIG, AC_LIBTOOL_PROG_LD_SHLIBS): + Comment language, indentation, and backquote cleanup. + * THANKS: Updated. + 2005-06-29 Ralf Wildenhues (tiny change) * ltmain.in (compile mode, link mode), diff --git a/THANKS b/THANKS index 192cd4891..26461ce68 100644 --- a/THANKS +++ b/THANKS @@ -55,6 +55,7 @@ Nick Hudson skrll@netbsd.org 2004-03-29 Paolo Bonzini bonzini@gnu.org 2003-03-01 Noah Jeffrey Misch noah@cs.caltech.edu 2004-07-05 + Thorsten Glaser tg@66h.42h.de 2004-10-11 Peter Ekberg peda@lysator.liu.se 2005-04-12 diff --git a/libtool.m4 b/libtool.m4 index 85cfeac5d..10474e5d0 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -137,7 +137,7 @@ rm="rm -f" default_ofile=libtool can_build_shared=yes -# All known linkers require a `.a' archive for static linking (except M$VC, +# All known linkers require a `.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a ltmain="$ac_aux_dir/ltmain.sh" @@ -1328,7 +1328,7 @@ darwin* | rhapsody*) soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH - shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)' + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. if test "$GCC" = yes; then sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` @@ -1807,7 +1807,7 @@ AC_DEFUN([AC_LIBTOOL_DLOPEN], # AC_LIBTOOL_WIN32_DLL # -------------------- -# declare package support for building win32 dll's +# declare package support for building win32 DLLs AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP]) ])# AC_LIBTOOL_WIN32_DLL @@ -2091,7 +2091,7 @@ AC_CACHE_VAL(lt_cv_path_LD, if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, - # but apparently some GNU ld's only accept -v. + # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &1