From: Tom Tromey Date: Fri, 9 Mar 2001 22:02:32 +0000 (+0000) Subject: * automake.in (scan_one_autoconf_file): Fixed comment to avoid X-Git-Tag: handle-languages~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1659cf71cab0e13589ee0df187fb882c67c26770;p=thirdparty%2Fautomake.git * automake.in (scan_one_autoconf_file): Fixed comment to avoid maintainer-check failure. --- diff --git a/ChangeLog b/ChangeLog index d778450e2..6b0d621da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-03-09 Tom Tromey + + * automake.in (scan_one_autoconf_file): Fixed comment to avoid + maintainer-check failure. + 2001-03-09 Akim Demaille * tests/cond3.test: Strengthen. diff --git a/automake.in b/automake.in index 2d24b1037..b7704bb20 100755 --- a/automake.in +++ b/automake.in @@ -4389,7 +4389,7 @@ sub scan_one_autoconf_file if (/sinclude\((.*)\)/ && -f $1) { # $_ being local, if we don't preserve it, when coming - # back we will have $_ = undef, which is bad for the + # back we will have $_ undefined, which is bad for the # the rest of this routine. my $underscore = $_; &scan_one_autoconf_file ($1);