]> sourceware.org Git - automake.git/commitdiff
* automake.in (scan_one_autoconf_file): Fixed comment to avoid
authorTom Tromey <tromey@redhat.com>
Fri, 9 Mar 2001 22:02:32 +0000 (22:02 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 9 Mar 2001 22:02:32 +0000 (22:02 +0000)
maintainer-check failure.

ChangeLog
automake.in

index d778450e2dd16844c4750ec0bc399510a52e78c3..6b0d621da7152a179d9083e18296468b3017eb3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-09  Tom Tromey  <tromey@redhat.com>
+
+       * automake.in (scan_one_autoconf_file): Fixed comment to avoid
+       maintainer-check failure.
+
 2001-03-09  Akim Demaille  <akim@epita.fr>
 
        * tests/cond3.test: Strengthen.
index 2d24b1037ae65f218e441d8557bab449b02d26ed..b7704bb206d891b5e460e39d81f0bae788c63759 100755 (executable)
@@ -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);
This page took 0.035007 seconds and 5 git commands to generate.