]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
typos
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 24 Apr 2003 18:54:46 +0000 (18:54 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 24 Apr 2003 18:54:46 +0000 (18:54 +0000)
ChangeLog
NEWS

index 2ec93a04b3236ace5cb85abed19908c98126be86..f2b94a8c457e624556ce113d4555e495bd42cb5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,7 +22,7 @@
        * tests/dirlist.test, tests/dup3.test: Run $AUTOCONF and grep
        configure instead of aclocal.m4.
 
-       For automake PR/46:
+       For PR automake/46:
        * automake.in (scan_aclocal_m4): Work in all directories, not only
        the top-level.  Prepend $(top_srcdir) in front of each aclocal.m4
        dependency.
@@ -38,7 +38,7 @@
 2003-04-24  Akim Demaille  <akim@epita.fr>
            Alexandre Duret-Lutz  <adl@gnu.org>
 
-       For automake PR/46:
+       For PR automake/46:
        * lib/am/configure.am (%MAKEFILE-IN%): If Makefile.in is rebuilt
        because of one of configure's dependencies, run automake without
        argument to update the whole tree at once.  Depend upon
diff --git a/NEWS b/NEWS
index 95b3ef97b67a683f16223c328e147ada218c9042..d483dcdf75a8557216df66a3669ebadf68d50e5a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -93,7 +93,7 @@ New in 1.7a:
   previous implementations, where config.status and automake were run
   separately in each directory (this still happens when you change
   a Makefile.am locally, without touching configure.ac or friends).
-  Doing this also solves a longstanding issue: these rebuild rule
+  Doing this also solves a longstanding issue: these rebuild rules
   failed to work when adding new directories to the tree, forcing
   you to run automake manually.