From: Alexandre Duret-Lutz Date: Mon, 24 Feb 2003 22:12:19 +0000 (+0000) Subject: 2003-02-24 Richard Dawe X-Git-Tag: Release-1-7-3b~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efba7b00b1cc6b40f86445de1a9873b1a543a729;p=thirdparty%2Fautomake.git 2003-02-24 Richard Dawe * tests/version7.test: Use $sleep to sleep before updating the version, to work around timestamp inconsistencies in Windows. --- diff --git a/ChangeLog b/ChangeLog index b54fcc481..afb5db0f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2003-02-22 Bruno Haible +2003-02-24 Richard Dawe + + * tests/version7.test: Use $sleep to sleep before updating + the version, to work around timestamp inconsistencies in Windows. + +2003-02-24 Bruno Haible Alexandre Duret-Lutz * lib/am/texibuild.am: Don't remove the target info files. Instead, diff --git a/tests/version7.test b/tests/version7.test index c499ece39..ec7d7518e 100755 --- a/tests/version7.test +++ b/tests/version7.test @@ -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'