"Paul F. Kunz" <[EMAIL PROTECTED]> writes: > > /bin/sh: -c: line 1: syntax error near unexpected token `;' > /bin/sh: ... for tst in ; ...
bash doesn't like an empty list like that. Is $(TESTS) empty for some reason? In any case, I think newer automake avoids the problem.