Fixes automake bug#10737. Report from Larry Daniel.
See also automake bug#8365 and commit '
v1.11-329-gd4df619' of
30-03-2011, "tests: fix timestamp-related failures".
* tests/aclocal5.test: Sleep before modifying m4 files that should
trigger remake rules. This fixes an hard-to-hit timestamp-related
race condition.
* THANKS: Update.
Krzysztof Żelechowski giecrilj@stegny.2a.pl
L. Peter Deutsch ghost@aladdin.com
Ladislav Strojil Ladislav.Strojil@seznam.cz
+Larry Daniel larry@larrybrucedaniel.com
Larry Jones larry.jones@sdrc.com
Lars Hecking lhecking@nmrc.ucc.ie
Lars J. Aas larsa@sim.no
# updated, even from a sub-directory. Check that AU_ALIAS is
# recognized. Change the definition of AM_TEST to check that its new
# definition is used.
+$sleep # Modified configure dependencies must be newer than config.status.
echo 'AU_ALIAS([AM_TEST], [AC_SUBST])' > m4/moredefs.m4
cd sub
$MAKE
# Change the definition of AM_TEST to check that its new definition is
# used. Check that AC_DEFUN_ONCE is caught.
+$sleep # Modified configure dependencies must be newer than config.status.
echo 'AC_DEFUN_ONCE([AM_TEST], [AC_SUBST(__$1__)])' > m4/moredefs.m4
$MAKE
grep 'm4/moredefs\.m4' aclocal.m4