* tests/autohder3.test (Makefile.am): Let `test' depend on `all',
so that config.h header is truly remade.
Remove now useless call to `$MAKE' when non-GNU make is in use.
Failure introduced by commit `
v1.11-895-g5e62b96'.
+2011-06-02 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ tests: fix spurious failure in autohdr3.test
+ * tests/autohder3.test (Makefile.am): Let `test' depend on `all',
+ so that config.h header is truly remade.
+ Remove now useless call to `$MAKE' when non-GNU make is in use.
+ Failure introduced by commit `v1.11-895-g5e62b96'.
+
2011-06-02 Stefano Lattarini <stefano.lattarini@gmail.com>
tests: fix spurious failure of cond29.test on NetBSD
cat > Makefile.am <<'END'
.PHONY: test
check-local: test
-test:
+test: all
cat $(srcdir)/config.hin ;: For debugging.
cat config.h ;: Likewise.
grep '#.*GREPME' $(srcdir)/config.hin
$sleep
echo 'AC_DEFINE([GREPME], 1, [Doc for GREPME])' > foo.m4
-using_gmake || $MAKE
$MAKE test
$MAKE distcheck