* automake.in: Likewise.
(am_primary_prefixes): Keep the intentional typo there.
+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.
# 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
#
# 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
@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
-# 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
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