From: Ralf Wildenhues Date: Thu, 3 May 2007 17:57:41 +0000 (+0000) Subject: * doc/automake.texi, lib/Automake/Rule.pm: Fix typos. X-Git-Tag: v1.10b~255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4c497b7a7485dde33f81848e1a0ac5378dd3304;p=thirdparty%2Fautomake.git * doc/automake.texi, lib/Automake/Rule.pm: Fix typos. * automake.in: Likewise. (am_primary_prefixes): Keep the intentional typo there. --- diff --git a/ChangeLog b/ChangeLog index 7a29284a0..6d9a87ea1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-05-03 Stepan Kasal + + * 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 * doc/stamp-vti: Remove generated file from revision control. diff --git a/automake.in b/automake.in index 9d045593e..083b6fa4f 100755 --- a/automake.in +++ b/automake.in @@ -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 diff --git a/doc/automake.texi b/doc/automake.texi index c6885239e..fa07cf5fe 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -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 diff --git a/lib/Automake/Rule.pm b/lib/Automake/Rule.pm index 74e90ff59..4cfabfb88 100644 --- a/lib/Automake/Rule.pm +++ b/lib/Automake/Rule.pm @@ -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 +=item C Return the C object for the rule named C<$rulename> if defined in condition C<$cond>. Return false