* aclocal.in (parse_arguments): Correct comment. From Akim.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 6 Nov 2004 21:10:38 +0000 (21:10 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 6 Nov 2004 21:10:38 +0000 (21:10 +0000)
ChangeLog
aclocal.in

index 5ca21e0..7f153b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-06  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * aclocal.in (parse_arguments): Correct comment.  From Akim.
+
 2004-11-04  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * aclocal.in: Use Automake::ChannelDefs, and adjust all output
index a14849a..e0f1828 100644 (file)
@@ -614,7 +614,7 @@ sub parse_arguments ()
   # `exit 0' after processing these options, and we can't guarantee this
   # if we treat other options first.  (Handling other options first
   # could produce error diagnostics, and in this condition it is
-  # confusing if Automake does `exit 0'.)
+  # confusing if aclocal does `exit 0'.)
   my %cli_options_1st_pass =
     (
      'version' => \&version,