]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
2003-02-24 Richard Dawe <rich@phekda.freeserve.co.uk>
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 24 Feb 2003 22:12:19 +0000 (22:12 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 24 Feb 2003 22:12:19 +0000 (22:12 +0000)
* tests/version7.test: Use $sleep to sleep before updating
the version, to work around timestamp inconsistencies in Windows.

ChangeLog
tests/version7.test

index b54fcc4815d4e7b919c437736e162a9247196715..afb5db0f5baacb5b565865e73a150ed90b041153 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2003-02-22  Bruno Haible  <bruno@clisp.org>
+2003-02-24  Richard Dawe  <rich@phekda.freeserve.co.uk>
+
+       * tests/version7.test: Use $sleep to sleep before updating
+       the version, to work around timestamp inconsistencies in Windows.
+
+2003-02-24  Bruno Haible  <bruno@clisp.org>
            Alexandre Duret-Lutz  <adl@gnu.org>
 
        * lib/am/texibuild.am: Don't remove the target info files. Instead,
index c499ece399be42b7683c5a88fc77091121320e21..ec7d7518e747e4a4e8211617a5eb1f712a8ed193 100755 (executable)
@@ -64,6 +64,7 @@ $MAKE
 grep '2\.718' version.texi
 
 
+$sleep
 echo 'm4_define([THE_VERSION], [3.141])' > version.m4
 $MAKE distcheck
 ./configure --version | grep '3\.141'