* lib/Automake/Variable.pm (transform_variable_recursively): Typo
in a comment.
+2005-10-17 Stepan Kasal <kasal@ucw.cz>
+
+ * doc/automake.texi (Program and Library Variables): Typo.
+ * lib/Automake/Variable.pm (transform_variable_recursively): Typo
+ in a comment.
+
2005-10-03 Stepan Kasal <kasal@ucw.cz>
* ChangeLog.03, automake.in, tests/overrid.test: Typos.
to other libtool libraries.
@item maude_LDADD
-Extra objects (@file{*.$(OBJDIR)}) and libraries (@file{*.a},
+Extra objects (@file{*.$(OBJEXT)}) and libraries (@file{*.a},
@file{*.la}) can be added to a @emph{program} by listing them in the
@code{_LDADD} variable. For instance, this should be used for objects
determined by @command{configure} (@pxref{Linking}).
my $res = $var->traverse_recursively
($fun_item,
- # The code that define the variable holding the result
+ # The code that defines the variable holding the result
# of the recursive transformation of a subvariable.
sub {
my ($subvar, $parent_cond, @allresults) = @_;