From: Ralf Wildenhues Date: Thu, 4 Aug 2005 12:25:25 +0000 (+0000) Subject: * m4/libtool.m4 (_LT_LINKER_HARDCODE_LIBPATH, _LT_LINKER_SHLIBS, X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a8a4affa15ea7e9a56f41a5754276a2535903b9;p=thirdparty%2Flibtool.git * m4/libtool.m4 (_LT_LINKER_HARDCODE_LIBPATH, _LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG): Comment typos. --- diff --git a/ChangeLog b/ChangeLog index b808cbbbb..419301228 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-04 Ralf Wildenhues + + * m4/libtool.m4 (_LT_LINKER_HARDCODE_LIBPATH, _LT_LINKER_SHLIBS, + _LT_LANG_CXX_CONFIG): Comment typos. + 2005-08-04 Christoph Egger * config/ltmain.m4sh (func_mode_link) : Change diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 047ef8339..d88ef6df8 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -1606,7 +1606,7 @@ if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || test -n "$_LT_TAGVAR(runpath_var, $1)" || test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then - # We can hardcode non-existant directories. + # We can hardcode non-existent directories. if test "$_LT_TAGVAR(hardcode_direct, $1)" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library @@ -4300,7 +4300,7 @@ _LT_EOF solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine linker options so we - # cannot just pass the convience library names through + # cannot just pass the convenience library names through # without $wl, iff we do not link with $LD. # Luckily, gcc supports the same syntax we need for Sun Studio. # Supported since Solaris 2.6 (maybe 2.5.1?) @@ -5507,10 +5507,10 @@ if test "$_lt_caught_CXX_error" != yes; then *) # The C++ compiler is used as linker so we must use $wl # flag to pass the commands to the underlying system - # linker. We must also pass each convience library through + # linker. We must also pass each convenience library through # to the system linker between allextract/defaultextract. # The C++ compiler will combine linker options so we - # cannot just pass the convience library names through + # cannot just pass the convenience library names through # without $wl. # Supported since Solaris 2.6 (maybe 2.5.1?) _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}-z ${wl}defaultextract'