[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FYI: 50-gary-work-around-cvs-autoreconf-aclocal-m4t-bug.patch
From: |
Akim Demaille |
Subject: |
Re: FYI: 50-gary-work-around-cvs-autoreconf-aclocal-m4t-bug.patch |
Date: |
Tue, 09 Sep 2003 14:28:02 +0200 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) |
I'm installing the following in Automake and Autoconf.
Index: ChangeLog
from Akim Demaille <address@hidden>
* lib/Automake/FileUtils.pm (&update_file): Be sure not to leave
trailing files.
Index: lib/Automake/FileUtils.pm
===================================================================
RCS file: /cvs/automake/automake/lib/Automake/FileUtils.pm,v
retrieving revision 1.2
diff -u -u -r1.2 FileUtils.pm
--- lib/Automake/FileUtils.pm 20 Aug 2003 17:28:05 -0000 1.2
+++ lib/Automake/FileUtils.pm 9 Sep 2003 12:27:18 -0000
@@ -153,6 +153,8 @@
{
# File didn't change, so don't update its mod time.
msg 'note', "`$to' is unchanged";
+ unlink ($from)
+ or fatal "cannot not remove $from: $!";
return
}
Re: FYI: 50-gary-work-around-cvs-autoreconf-aclocal-m4t-bug.patch, Jim Meyering, 2003/09/11