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~151 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=949a36678063e30cef9b685780f1ef209fe671da;p=automake.git * automake.in (scan_one_autoconf_file): Fixed comment to avoid maintainer-check failure. --- diff --git a/ChangeLog b/ChangeLog index d778450e..6b0d621d 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 2d24b103..b7704bb2 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);