From df7658d642e6dd970e88f174121645b11deff0d8 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 28 Jul 2003 06:44:33 +0000 Subject: [PATCH] * automake.in (handle_configure): Cosmetic change to avoid a maintainer-check complaint. --- ChangeLog | 5 +++++ automake.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 31f3cb8cb..178bcd33f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-07-28 Alexandre Duret-Lutz + + * automake.in (handle_configure): Cosmetic change to avoid + a maintainer-check complaint. + 2003-07-27 Alexandre Duret-Lutz * lib/Automake/Variable.pm (@EXPORT): Remove variable_dump. diff --git a/automake.in b/automake.in index 3a352fe6e..e258f5916 100755 --- a/automake.in +++ b/automake.in @@ -3900,7 +3900,7 @@ sub handle_configure ($$@) } else { - undef $local; + $local = undef; } } -- 2.47.2