* tests/yacc-d-cxx.test (Makefile.am): Add temporary workaround
for automake bug#8485. The bug is still exposed by the testcase
'yacc-dist-nobuild-subdir.test'.
+2011-05-06 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ tests: add a workaround for automake bug#8485
+ * tests/yacc-d-cxx.test (Makefile.am): Add temporary workaround
+ for automake bug#8485. The bug is still exposed by the testcase
+ 'yacc-dist-nobuild-subdir.test'.
+
2011-05-04 Stefano Lattarini <stefano.lattarini@gmail.com>
tests: add a couple of inter-tests reference
cp $testsrcdir/../lib/ylwrap .
+# FIXME: temporary workaround (taken from the automake manual) for
+# automake bug#8485. Remove once that bug is fixed.
+cat >> Makefile.am <<'END'
+AUTOMAKE_OPTIONS = -Wno-override
+distcleancheck_listfiles = \
+ find ./baz -type f -exec sh -c 'test -f $(srcdir)/$$1 || echo $$1' \
+ sh '{}' ';'
+END
+
$AUTOMAKE Makefile
# Try with -d in $(YFLAGS) (don't do this in real life!).