]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* automake.in (handle_texinfo_helper, handle_lib_objects): Fix
authorStepan Kasal <skasal@redhat.com>
Mon, 7 Jan 2008 19:34:34 +0000 (20:34 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 7 Jan 2008 19:35:16 +0000 (20:35 +0100)
typos in comments.

ChangeLog
automake.in

index 8fe12543cb53f9d3947732be6925ec900717cb64..e76a82596670287d9581fa5d2865ea286ab081ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-07  Stepan Kasal  <skasal@redhat.com>
+
+       * automake.in (handle_texinfo_helper, handle_lib_objects): Fix
+       typos in comments.
+
 2008-01-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Bump copyright years.
index 37207693d29cb1cb88cc311fbfcb86edacdf42bb..15b4b7754e895c8743fc43c0382bb5dc1aee8c1a 100755 (executable)
@@ -2132,7 +2132,7 @@ sub handle_lib_objects
               # for Libtool libraries or programs.  (Actually we are a bit
               # laxe here since this code also applies to non-libtool
               # libraries or programs, for which -dlopen and -dlopreopen
-              # are pure nonsense.  Diagnosing this doesn't seems very
+              # are pure nonsense.  Diagnosing this doesn't seem very
               # important: the developer will quickly get complaints from
               # the linker.)
               $val !~ /^-dl(?:pre)?open$/ &&
@@ -3116,14 +3116,14 @@ sub handle_texinfo_helper ($)
       #   nodist_info_TEXINFOS or something similar.  (Doing this
       #   requires some sanity checks.  For instance Automake should
       #   not allow:
-      #      dist_info_TEXINFO = foo.texi
-      #      nodist_foo_TEXINFO = included.texi
+      #      dist_info_TEXINFOS = foo.texi
+      #      nodist_foo_TEXINFOS = included.texi
       #   because a distributed file should never depend on a
       #   non-distributed file.)
       #
       # * If .texi files are not distributed, then .info files should
       #   not be distributed either.  There are also cases where one
-      #   want to distribute .texi files, but do not want to
+      #   wants to distribute .texi files, but does not want to
       #   distribute the .info files.  For instance the Texinfo package
       #   distributes the tool used to build these files; it would
       #   be a waste of space to distribute them.  It's not clear