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:
d311223
)
* automake.in (append_exeext): Use macro_delete.
author
Akim Demaille
<akim@epita.fr>
Tue, 30 Oct 2001 16:44:40 +0000
(16:44 +0000)
committer
Akim Demaille
<akim@epita.fr>
Tue, 30 Oct 2001 16:44:40 +0000
(16:44 +0000)
ChangeLog
patch
|
blob
|
history
automake.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
d1db0f5
..
5599862
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,9
@@
2001-10-30 Akim Demaille <akim@epita.fr>
+ * automake.in (append_exeext): Use macro_delete.
+
+2001-10-30 Akim Demaille <akim@epita.fr>
+
* automake.in ($verbose): Remove, inherited from
Automake::General.
(&variable_delete): Rename as...
diff --git
a/automake.in
b/automake.in
index
3988620
..
1d13938
100755
(executable)
--- a/
automake.in
+++ b/
automake.in
@@
-7305,7
+7305,7
@@
sub append_exeext ($)
push (@condvals, "@one_binlist");
}
-
variable
_delete ($macro);
+
macro
_delete ($macro);
while (@condvals)
{
my $cond = shift (@condvals);