From: Thorsten Glaser Date: Sun, 3 Jul 2005 16:56:26 +0000 (+0000) Subject: * config/ltmain.m4sh (func_extract_archives, func_mode_install), X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06c94fbf03e528a05f5918f32c08609adceebf1c;p=thirdparty%2Flibtool.git * config/ltmain.m4sh (func_extract_archives, func_mode_install), m4/libtool.m4 (_LT_SETUP, _LT_SYS_DYNAMIC_LINKER, LT_PATH_LD) (_LT_PATH_LD_GNU, _LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG): Comment language, indentation, and backquote cleanup. * THANKS: Updated. --- diff --git a/ChangeLog b/ChangeLog index 0f72a810f..b7a50581f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-07-03 Thorsten Glaser + + * config/ltmain.m4sh (func_extract_archives, func_mode_install), + m4/libtool.m4 (_LT_SETUP, _LT_SYS_DYNAMIC_LINKER, LT_PATH_LD) + (_LT_PATH_LD_GNU, _LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG): + Comment language, indentation, and backquote cleanup. + * THANKS: Updated. + 2005-07-02 Ralf Wildenhues * config/ltmain.m4sh (func_mode_compile, func_mode_link), 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/config/ltmain.m4sh b/config/ltmain.m4sh index e463ee18a..34a169afa 100644 --- a/config/ltmain.m4sh +++ b/config/ltmain.m4sh @@ -1002,7 +1002,7 @@ func_extract_archives () func_extract_an_archive "$my_xdir" "$my_xabs" fi # $darwin_arches fi # $run - ;; + ;; *) func_extract_an_archive "$my_xdir" "$my_xabs" ;; @@ -2043,7 +2043,7 @@ func_mode_install () fi # remove .exe since cygwin /usr/bin/install will append another - # one anyways + # one anyway case $install_prog,$host in */usr/bin/install*,*cygwin*) case $file:$destfile in diff --git a/m4/libtool.m4 b/m4/libtool.m4 index b2736ab00..d430bcf00 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -192,7 +192,7 @@ default_ofile=libtool ofile="$default_ofile" 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 @@ -1872,7 +1872,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 "$withGCC" = 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"` @@ -2427,7 +2427,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