automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: fix maintainer-check warning about undef


From: Alexandre Duret-Lutz
Subject: FYI: fix maintainer-check warning about undef
Date: Mon, 28 Jul 2003 08:46:32 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

2003-07-28  Alexandre Duret-Lutz  <address@hidden>

        * automake.in (handle_configure): Cosmetic change to avoid
        a maintainer-check complaint.

Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1487
diff -u -r1.1487 automake.in
--- automake.in 26 Jul 2003 11:00:36 -0000      1.1487
+++ automake.in 28 Jul 2003 06:43:57 -0000
@@ -3900,7 +3900,7 @@
            }
          else
            {
-             undef $local;
+             $local = undef;
            }
        }
 
-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]