automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. Relea


From: Eric Blake
Subject: [Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-1-20-g1ac2bd0
Date: Tue, 13 May 2008 14:55:02 +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=1ac2bd05236eb851219982cce0ba34bc3564ebd3

The branch, branch-1-10 has been updated
       via  1ac2bd05236eb851219982cce0ba34bc3564ebd3 (commit)
      from  9650b648899f6b9c94528e034ae1d91f564772a0 (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 1ac2bd05236eb851219982cce0ba34bc3564ebd3
Author: Stepan Kasal <address@hidden>
Date:   Tue May 13 14:46:39 2008 +0200

    Fix typos.
    
    * doc/automake.texi (Timeline): Reported by Reuben Thomas.
    * lib/am/remake-hdr.am: A few typos in comments.
    
    Signed-off-by: Stepan Kasal <address@hidden>
    (cherry picked from commit 5df87ac91dae8fa245911c2153e1d388c7b70d14)

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

Summary of changes:
 ChangeLog            |    6 ++++++
 doc/automake.texi    |    2 +-
 lib/am/remake-hdr.am |   10 +++++-----
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 78c2d51..fdb94ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-13  Stepan Kasal  <address@hidden>
+
+       Fix typos.
+       * doc/automake.texi (Timeline): Reported by Reuben Thomas.
+       * lib/am/remake-hdr.am: A few typos in comments.
+
 2008-04-10  Eric Blake  <address@hidden>
 
        AC_AUTOCONF_VERSION can inadvertently expand to a macro name.
diff --git a/doc/automake.texi b/doc/automake.texi
index a6da797..469addb 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -11168,7 +11168,7 @@ lasts.
 
 @item 1996-11-26 David address@hidden releases Autoconf 2.12.
 
-Between June and October, the Autoconf development is almost staled.
+Between June and October, the Autoconf development is almost stalled.
 Roland McGrath has been working at the beginning of the year.  David
 comes back in November to release 2.12, but he won't touch Autoconf
 anymore after this year, and Autoconf then really stagnates.  The
diff --git a/lib/am/remake-hdr.am b/lib/am/remake-hdr.am
index 93a319c..0564f68 100644
--- a/lib/am/remake-hdr.am
+++ b/lib/am/remake-hdr.am
@@ -41,21 +41,21 @@ if %?FIRST%
 ## Whenever $(AUTOHEADER) has run, we must make sure that
 ## ./config.status will rebuild config.h.  The dependency from %STAMP%
 ## on %CONFIG_H_DEPS% (which contains config.hin) is not enough to
-## express his.
+## express this.
 ##
 ## There are some tricky cases where this rule will build a
 ## config.hin which has the same timestamp as %STAMP%, in which case
-## ./config.status will not be rerun (meaning that users will use in
+## ./config.status will not be rerun (meaning that users will use an
 ## out-of-date config.h without knowing it).  One situation where this
-## can occurs is the following:
+## can occur is the following:
 ## 1. the user updates some configure dependency (let's say foo.m4)
-##    and run `make'
+##    and runs `make'
 ## 2. the rebuild rules detect that a foo.m4 has changed,
 ##    run aclocal, autoconf, automake, and then run ./config.status.
 ##    (Note that autoheader hasn't been called yet, so ./config.status
 ##    outputs a config.h from an obsolete config.hin.)
 ## 3. Once Makefile has been regenerated, make continues, and
-##    discover that config.h is a dependency of the `all' rule.
+##    discovers that config.h is a dependency of the `all' rule.
 ##    Because config.h depends on stamp-h1, stamp-h1 depends on
 ##    config.hin, and config.hin depends on aclocal.m4, make runs
 ##    autoheader to rebuild config.hin.


hooks/post-receive
--
GNU Automake




reply via email to

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