From: Alexandre Duret-Lutz Date: Thu, 24 Apr 2003 18:54:46 +0000 (+0000) Subject: typos X-Git-Tag: Release-1-7b~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=425c4fddab019419400dd2127efa154298ff2d85;p=thirdparty%2Fautomake.git typos --- diff --git a/ChangeLog b/ChangeLog index 2ec93a04b..f2b94a8c4 100644 --- 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 Alexandre Duret-Lutz - 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 95b3ef97b..d483dcdf7 100644 --- 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.