From: Alexandre Duret-Lutz Date: Mon, 28 Jul 2003 06:44:33 +0000 (+0000) Subject: * automake.in (handle_configure): Cosmetic change to avoid X-Git-Tag: Release-1-7b~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df7658d642e6dd970e88f174121645b11deff0d8;p=thirdparty%2Fautomake.git * automake.in (handle_configure): Cosmetic change to avoid a maintainer-check complaint. --- 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; } }