Fix distcheck failure with distributed generated parallel tests.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 3 Jun 2010 12:04:06 +0000 (14:04 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 6 Jun 2010 14:38:06 +0000 (16:38 +0200)
commitc6bbc452fa438f194471788db5a965f4f687840a
treec79fe9a4e44ed40aeebb50cb11b1cb2939443bc4
parentf9dae929647a177ef65edf7113ff16b9fa429993
Fix distcheck failure with distributed generated parallel tests.

* tests/Makefile.am ($(parallel_tests)): Cope with $(srcdir)
being different from the value at developer `make dist' time.
* tests/defs.in: Protect against mutiple inclusion, by using ...
($am_defs_included): ... this new variable.
($srcdir): Do not compute, but simply define to `@abs_srcdir@'
as substituted by configure.

Report, suggestions and first fix by Ralf Wildenhues, final
patch by Stefano Lattarini.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/Makefile.am
tests/Makefile.in
tests/defs.in