[SCM] GNU Autoconf source repository branch, master, updated. v2.68-59-gbc9e468
"Ralf Wildenhues" <[email protected]> Sun, 27 Mar 2011 17:26:55 +0000
| Newsgroups | gmane.comp.sysutils.autoconf.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 Autoconf source repository".
http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=bc9e46833ee0aaf3dc47880494c2695b651a07f8
The branch, master has been updated
via bc9e46833ee0aaf3dc47880494c2695b651a07f8 (commit)
from f3c183d084bd8bcdf2a0960f20ab83136c15bc4b (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 bc9e46833ee0aaf3dc47880494c2695b651a07f8
Author: Jim Meyering <[email protected]>
Date: Sat Mar 26 21:50:43 2011 +0100
README-hacking: fix typo
* README-hacking: s/just build/just built/.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
README-hacking | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 30dfced..e741276 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-26 Jim Meyering <[email protected]>
+
+ README-hacking: fix typo
+ * README-hacking: s/just build/just built/.
+
2011-03-08 Colin Watson <[email protected]> (tiny change)
Ralf Wildenhues <[email protected]>
diff --git a/README-hacking b/README-hacking
index e8d51a0..a15e7d8 100644
--- a/README-hacking
+++ b/README-hacking
@@ -75,7 +75,7 @@ The next step is to generate files like configure and Makefile.in:
Since we're building autoconf itself, and its tests are picky, the
following procedure includes an extra step to ensure that some
-generated files are regenerated using the tools just build by "make"
+generated files are regenerated using the tools just built by "make"
(if you use GNU make, the file GNUmakefile sets PATH for you):
$ ./configure
hooks/post-receive
--
GNU Autoconf source repository