yacc/lex tests: remove an unneeded workaround for bug#8485
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 27 Dec 2011 20:28:21 +0000 (21:28 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 27 Dec 2011 20:28:21 +0000 (21:28 +0100)
* tests/yacc-d-cxx.test: Remove the workaround previously required
to avoid spurious failures due to automake bug#8485: that bug has
been solved with commit `v1.11-512-g40c3432'.

ChangeLog
tests/yacc-d-cxx.test

index 0bebdbd..c0d1f30 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2011-12-27  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
+       yacc/lex tests: remove an unneeded workaround for bug#8485
+
+       * tests/yacc-d-cxx.test: Remove the workaround previously required
+       to avoid spurious failures due to automake bug#8485: that bug has
+       been solved with commit `v1.11-512-g40c3432'.
+
+2011-12-27  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
        yacc/lex tests: avoid too much failures with FreeBSD make
 
        In various Yacc/Lex tests, we used to run "make distcheck" commands
index 599b6ca..1308c18 100755 (executable)
@@ -84,15 +84,6 @@ $AUTOCONF
 
 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!).