]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* doc/automake.texi, lib/Automake/Rule.pm: Fix typos.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 3 May 2007 17:57:41 +0000 (17:57 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 3 May 2007 17:57:41 +0000 (17:57 +0000)
* automake.in: Likewise.
(am_primary_prefixes): Keep the intentional typo there.

ChangeLog
automake.in
doc/automake.texi
lib/Automake/Rule.pm

index 7a29284a04f24fa89e1d26334bdb2d7ef4e35dde..6d9a87ea1aa2e5a96831ec41b8f8f3fa90c7ed4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-03  Stepan Kasal  <kasal@ucw.cz>
+
+       * doc/automake.texi, lib/Automake/Rule.pm: Fix typos.
+       * automake.in: Likewise.
+       (am_primary_prefixes): Keep the intentional typo there.
+
 2007-04-25  Eric Blake  <ebb9@byu.net>
 
        * doc/stamp-vti: Remove generated file from revision control.
index 9d045593e5b9b3d5ed7030ca3282c274c9808931..083b6fa4f8fa8647369348d8e190b4bcd2515521 100755 (executable)
@@ -372,7 +372,7 @@ my $package_version = '';
 # Where version is defined.
 my $package_version_location;
 
-# TRUE if we've seen AC_ENABLE_MULTILIB.
+# TRUE if we've seen AM_ENABLE_MULTILIB.
 my $seen_multilib = 0;
 
 # TRUE if we've seen AM_PROG_CC_C_O
@@ -6756,7 +6756,7 @@ sub file_contents ($$%)
 #
 # As a side effect, it looks for misspellings.  It is an error to have
 # a variable ending in a "reserved" suffix whose prefix is unknown, e.g.
-# "bin_PROGRAMS".  However, unusual prefixes are allowed if a variable
+# "bni_PROGRAMS".  However, unusual prefixes are allowed if a variable
 # of the same name (with "dir" appended) exists.  For instance, if the
 # variable "zardir" is defined, then "zar_PROGRAMS" becomes valid.
 # This is to provide a little extra flexibility in those cases which
index c6885239e9e7e9f980ba283cbbcb3d78a82e26ca..fa07cf5fefb1f880c3d5dbfe228af94254b74ab6 100644 (file)
@@ -3764,7 +3764,7 @@ into @code{LIBOBJS}.
 @cindex autoupdate
 
 Although using some of the following macros was required in past
-releases, you should not used any of them in new code.  Running
+releases, you should not use any of them in new code.  Running
 @command{autoupdate} should adjust your @file{configure.ac}
 automatically (@pxref{autoupdate Invocation, , Using
 @command{autoupdate} to Modernize @file{configure.ac}, autoconf, The
index 74e90ff59e450f8ddad0aebc3b514f02484903e7..4cfabfb8876b9be488e022efe1b15a7afe9c39bf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003, 2004, 2006  Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004, 2006, 2007  Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -482,7 +482,7 @@ sub rule ($)
   return 0;
 }
 
-=item C<rule ($rulename, $cond>
+=item C<ruledef ($rulename, $cond)>
 
 Return the C<Automake::RuleDef> object for the rule named
 C<$rulename> if defined in condition C<$cond>.  Return false