automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Automake branch, master, updated. Release-1-10-95-g8371dfd


From: Ralf Wildenhues
Subject: [SCM] GNU Automake branch, master, updated. Release-1-10-95-g8371dfd
Date: Mon, 07 Jan 2008 19:37:33 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=8371dfd8219d743352a6309fc508ac9a4e083ab7

The branch, master has been updated
       via  8371dfd8219d743352a6309fc508ac9a4e083ab7 (commit)
      from  15262558fedbd4bfbc14c79f27ac99890b5b5b44 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8371dfd8219d743352a6309fc508ac9a4e083ab7
Author: Stepan Kasal <address@hidden>
Date:   Mon Jan 7 20:34:34 2008 +0100

    * automake.in (handle_texinfo_helper, handle_lib_objects): Fix
    typos in comments.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog   |    5 +++++
 automake.in |    8 ++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8fe1254..e76a825 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-07  Stepan Kasal  <address@hidden>
+
+       * automake.in (handle_texinfo_helper, handle_lib_objects): Fix
+       typos in comments.
+
 2008-01-02  Ralf Wildenhues  <address@hidden>
 
        Bump copyright years.
diff --git a/automake.in b/automake.in
index 3720769..15b4b77 100755
--- a/automake.in
+++ b/automake.in
@@ -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


hooks/post-receive
--
GNU Automake




reply via email to

[Prev in Thread] Current Thread [Next in Thread]