From dd0b613c2ab538268b9ef8be6e9467d49d04d700 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Wed, 22 Mar 2006 19:30:39 +0000 Subject: [PATCH] * bin/autoupdate.in: Fix some typos. --- ChangeLog | 4 ++++ bin/autoupdate.in | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3119eea4..067e39ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-03-22 Ralf Wildenhues + + * bin/autoupdate.in: Fix some typos. + 2006-03-21 Stepan Kasal * doc/autoconf.texi (Installation Directory Variables): Fix typo. diff --git a/bin/autoupdate.in b/bin/autoupdate.in index 4518b087..a6d236e4 100644 --- a/bin/autoupdate.in +++ b/bin/autoupdate.in @@ -419,7 +419,7 @@ exit 0; # The task of `autoupdate' is not trivial: the biggest difficulty being # that you must limit the changes to the parts that really need to be # updated. Finding a satisfying implementation proved to be quite hard, -# as this is the fourth implementation of `autoupdate'. +# as this is the fifth implementation of `autoupdate'. # # Below, we will use a simple example of obsolete macro: # @@ -602,7 +602,7 @@ exit 0; # strings which can become quickly huge, which slows it significantly. # # In particular one should avoid as much as possible to use `define' for -# temporaries. Now that `define' as quite a complex meaning, it is an +# temporaries. Now that `define' has quite a complex meaning, it is an # expensive operations that should be limited to macros. Use # `m4_define' for temporaries. # @@ -717,7 +717,7 @@ exit 0; # No big deal for the semantics (unless the macro depends upon $#, which # is bad), but the users would not be happy. # -# Additionally, we introduced quotes that we not there before, which is +# Additionally, we introduced quotes that were not there before, which is # OK in most cases, but could change the semantics of the file. # # Cruel dilemma: we do want the auto-quoting definition of `NEW' when @@ -889,7 +889,7 @@ exit 0; # # ------------------------------ # # This approach is heavily based on traces, but then there is an obvious -# problem: non expanded code will never be seen/ In particular, the body +# problem: non expanded code will never be seen. In particular, the body # of a `define' definition is not seen, so on the input # # define([idem], [OLD(0, [$1])]) @@ -955,11 +955,11 @@ exit 0; # this: # # `m4save.m4' -# moves the m4 builtins into the `_au_' pseudo namespace +# moves the m4 builtins into the `_au_' pseudo namespace, # `unm4.m4' -# undefines the builtins +# undefines the builtins, # `m4.m4' -# restores them +# restores them. # # So `input.m4' is: #