>>> "John" == John Levon <[EMAIL PROTECTED]> writes:
[...]
John> make distcheck fails by default, but if I could pass in a configure
John> option, it would work. Can I do this ?
Starting with Automake 1.6 you can set DISTCHECK_CONFIGURE_FLAGS.
[...]
--
Alexandre Duret-Lutz
We have some code that is built by default, but cannot be successfully
used with separate srcdir/objdir. However, a configure option can be
used that doesn't need this code.
make distcheck fails by default, but if I could pass in a configure
option, it would work. Can I do this ?
I'm using auto