bug#7648: Automake yacc support, GNU bison, and non-standard generated headers

2011-08-05 Thread Stefano Lattarini
On Thursday 28 July 2011, Iain Nicol wrote: > Hi Stefano, > Hi Iain, thanks for the answer (and sorry for the delay). > On 2011-05-12, Stefano Lattarini wrote: > > I decided that, after all, the best thing to do was to rewrite the > > messy ylwrap script; after some work, I've now reached a point

bug#9242: distcheck fails when having TEST in sub-directory

2011-08-05 Thread Stefano Lattarini
On Thursday 04 August 2011, Peter Johansson wrote: > Hello automakers, > Hi Peter. > I have a non-recursive Makefile.am but keep the tests in sub-directory named > test. Surprisingly distcheck fails for me with this set up, which to me > seems to be caused by some VPATH issue. > Nope, you've forgo

bug#9245: FreeBSD make in concurrent mode report spurious success in automake-generated tests harness

2011-08-05 Thread Stefano Lattarini
Here is a brief illustration of the issue: $ cat > Makefile.am <<'END' AUTOMAKE_OPTIONS = foreign parallel-tests -Wall -Werror TEST_LOG_COMPILER = false TESTS = foo.test bar.test END $ touch foo.test bar.test $ autoreconf -vi && ./configure ... $ freebsd-make -j2 check; echo %%