* automake.in (handle_configure): Cosmetic change to avoid
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 28 Jul 2003 06:44:33 +0000 (06:44 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 28 Jul 2003 06:44:33 +0000 (06:44 +0000)
a maintainer-check complaint.

ChangeLog
automake.in

index 31f3cb8cb9dc8069898096f9cde0b4b3b6a547c4..178bcd33f6d4d33ec3e268d29e50d781dd353fe1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-07-28  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * automake.in (handle_configure): Cosmetic change to avoid
+       a maintainer-check complaint.
+
 2003-07-27  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * lib/Automake/Variable.pm (@EXPORT): Remove variable_dump.
index 3a352fe6e7c5f2a2ef9d3ca317d2c8e3358e89e8..e258f5916b38d12e0e0d5f84a9a474cf4ca54f5a 100755 (executable)
@@ -3900,7 +3900,7 @@ sub handle_configure ($$@)
            }
          else
            {
-             undef $local;
+             $local = undef;
            }
        }