From 1659cf71cab0e13589ee0df187fb882c67c26770 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 9 Mar 2001 22:02:32 +0000 Subject: [PATCH] * automake.in (scan_one_autoconf_file): Fixed comment to avoid maintainer-check failure. --- ChangeLog | 5 +++++ automake.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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); -- 2.47.2