From: Paul Eggert Date: Tue, 30 Apr 2002 06:33:41 +0000 (+0000) Subject: * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input X-Git-Tag: AUTOCONF-2.53b~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f8b3c874ae8b5dbbe609c0bede260b7a363e14c;p=thirdparty%2Fautoconf.git * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input files to be 1 second older; just set them to be the same time. Also, sleep 1 second after the first aclocal, to work around problems with sub-second time stamps on the input files. --- diff --git a/ChangeLog b/ChangeLog index d0c12a684..f8d8ef24d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-04-29 Paul Eggert + + * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input + files to be 1 second older; just set them to be the same time. + Also, sleep 1 second after the first aclocal, to work around + problems with sub-second time stamps on the input files. + 2002-04-29 Thien-Thi Nguyen * doc/autoconf.texi: Mention "set -e -x" lossage