Hello,
  I noticed the following typos.
Stepan
Index: ChangeLog.03
===================================================================
RCS file: /cvsroot/automake/automake/ChangeLog.03,v
retrieving revision 1.2
diff -u -r1.2 ChangeLog.03
--- ChangeLog.03        14 May 2005 20:28:50 -0000      1.2
+++ ChangeLog.03        14 Sep 2005 14:10:57 -0000
@@ -1448,7 +1448,7 @@
        * lib/am/subdirs.am (RECURSIVE_TARGETS): Move install-recursive,
        install-exec-recursive, install-data-recursive and
        uninstall-recursive addition to...
-       * lib/am/texinfos.am: here.
+       * lib/am/install.am: here.
        * lib/am/texinfos.am, lib/am/subdirs.am: Remove the .PHONY
        declaration of RECURSIVE_TARGETS.
 
Index: automake.in
===================================================================
RCS file: /cvsroot/automake/automake/automake.in,v
retrieving revision 1.1612
diff -u -r1.1612 automake.in
--- automake.in 13 Sep 2005 20:16:33 -0000      1.1612
+++ automake.in 14 Sep 2005 14:10:58 -0000
@@ -6136,7 +6136,7 @@
 
            # For now we have to output all definitions of user rules
            # and can't diagnose duplicates (see the comment in
-           # rule_define). So we go on and ignore the return value.
+           # Automake::Rule::define). So we go on and ignore the return value.
            Automake::Rule::define ($1, $amfile, RULE_USER, $cond, $where);
 
            check_variable_expansions ($_, $where);
Index: tests/overrid.test
===================================================================
RCS file: /cvsroot/automake/automake/tests/overrid.test,v
retrieving revision 1.6
diff -u -r1.6 overrid.test
--- tests/overrid.test  14 May 2005 20:28:55 -0000      1.6
+++ tests/overrid.test  14 Sep 2005 14:10:58 -0000
@@ -56,7 +56,7 @@
 grep clean-local stderr
 
 # Conditional overrides ought to be diagnosed, but it can't be done yet.
-# See the FIXME in rule_define.   Once this is fixed, the grep below
+# See the FIXME in Automake::Rule::define.  Once this is fixed, the grep below
 # will fail.  If you see the failure, it means you fixed Automake.  Well done!
 # Just strip out the next '&& exit 1' and this comment.
 grep ps stderr && exit 1

Reply via email to