From f31c5b09129bf09da54050003110549bf6243eaa Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sat, 6 Nov 2004 21:10:38 +0000 Subject: [PATCH] * aclocal.in (parse_arguments): Correct comment. From Akim. --- ChangeLog | 4 ++++ aclocal.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5ca21e03d..7f153b5bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-11-06 Alexandre Duret-Lutz + + * aclocal.in (parse_arguments): Correct comment. From Akim. + 2004-11-04 Alexandre Duret-Lutz * aclocal.in: Use Automake::ChannelDefs, and adjust all output diff --git a/aclocal.in b/aclocal.in index a14849a75..e0f1828c0 100644 --- a/aclocal.in +++ b/aclocal.in @@ -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, -- 2.47.2