automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-


From: Eric Blake
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-146-g5df87ac
Date: Tue, 13 May 2008 14:55:05 +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=5df87ac91dae8fa245911c2153e1d388c7b70d14

The branch, master has been updated
       via  5df87ac91dae8fa245911c2153e1d388c7b70d14 (commit)
      from  ced754971f39126c68dcce40055a1f47d4c6fd14 (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 5df87ac91dae8fa245911c2153e1d388c7b70d14
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>

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

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 e134e4a..9eea7e5 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>
 
        Prefer a released version of autoconf.
diff --git a/doc/automake.texi b/doc/automake.texi
index baf5c77..a8f3403 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -11280,7 +11280,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 2d6eaeb..6e3ebcd 100644
--- a/lib/am/remake-hdr.am
+++ b/lib/am/remake-hdr.am
@@ -39,21 +39,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]