projects
/
platform
/
upstream
/
automake.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2056a8f
)
* automake.in (handle_configure): Cosmetic change to avoid
author
Alexandre Duret-Lutz
<adl@gnu.org>
Mon, 28 Jul 2003 06:44:33 +0000
(06:44 +0000)
committer
Alexandre Duret-Lutz
<adl@gnu.org>
Mon, 28 Jul 2003 06:44:33 +0000
(06:44 +0000)
a maintainer-check complaint.
ChangeLog
patch
|
blob
|
history
automake.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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.
diff --git
a/automake.in
b/automake.in
index 3a352fe6e7c5f2a2ef9d3ca317d2c8e3358e89e8..e258f5916b38d12e0e0d5f84a9a474cf4ca54f5a 100755
(executable)
--- a/
automake.in
+++ b/
automake.in
@@
-3900,7
+3900,7
@@
sub handle_configure ($$@)
}
else
{
-
undef $local
;
+
$local = undef
;
}
}