Re: #define warnings when using various autotools projects

2008-05-22 Thread Peter Simons
Stepan Kasal writes: > AC_INIT([xGA], [0.1], [EMAIL PROTECTED]) > AM_INIT_AUTOMAKE([1.10]) > AC_CONFIG_HEADERS([config.h]) > AX_PREFIX_CONFIG_H > #... > AC_OUTPUT I use the AX_PREFIX_CONFIG_H macro exactly the same way and it seems to work fine. The only thing that worries me is the generat

Re: autotest

2008-05-22 Thread Allan Clark
On Thu, May 22, 2008 at 1:20 PM, Rikki Duncan <[EMAIL PROTECTED]> wrote: > > [...] > Is there a way to make your testsuite automatically find the executable you > are trying to run without putting the path directly in .at? Also is > there a way to make autotest find the program you just built wit

autotest

2008-05-22 Thread Rikki Duncan
I have written an autotest test that compiles and runs successfully. I have even managed to get the make distcheck to run successfully as well. I do however, have a few questions. Is there a way to make your testsuite automatically find the executable you are trying to run without putting th