From: Alexandre Duret-Lutz Date: Sat, 6 Nov 2004 21:10:38 +0000 (+0000) Subject: * aclocal.in (parse_arguments): Correct comment. From Akim. X-Git-Tag: Release-1-9b~263 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f31c5b09129bf09da54050003110549bf6243eaa;p=thirdparty%2Fautomake.git * aclocal.in (parse_arguments): Correct comment. From Akim. --- 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,