]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtool.m4 (_LT_LINKER_HARDCODE_LIBPATH, _LT_LINKER_SHLIBS,
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 4 Aug 2005 12:25:25 +0000 (12:25 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 4 Aug 2005 12:25:25 +0000 (12:25 +0000)
_LT_LANG_CXX_CONFIG): Comment typos.

ChangeLog
m4/libtool.m4

index b808cbbbb6a55b51ac021d50f56b4918aa0b6f75..4193012289d16be7ab45f20fc7393584ab197213 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * m4/libtool.m4 (_LT_LINKER_HARDCODE_LIBPATH, _LT_LINKER_SHLIBS,
+       _LT_LANG_CXX_CONFIG): Comment typos.
+
 2005-08-04  Christoph Egger  <Christoph_Egger@gmx.de>
 
        * config/ltmain.m4sh (func_mode_link) <cwrappersource>: Change
index 047ef8339a13de6f0995bcf37cb1ff3347ac0e81..d88ef6df895e33a827c806ec5a08f718819e0e49 100644 (file)
@@ -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'