> "Johannes" == Kremp, Johannes (Extern) <[EMAIL PROTECTED]> writes:
Johannes> and in my 'Makefile.am':
Johannes> if HELLO
Johannes> include hellofiles
Johannes> bin_PROGRAMS = hello
Johannes> hello_SOURCES = $(FILES) #from file 'hellofiles'
Johannes> endif
Tha
What version of automake are you using?
i'm using automake 1.4.
Can you give more details?
i wrote in my 'configure.in':
SWITCH=hello
AM_CONDITIONAL(HELLO, test "$SWITCH" = hello)
and in my 'Makefile.am':
if HELLO
include hellofiles
bin_PROGRAMS = he
> "Johannes" == Kremp, Johannes (Extern) <[EMAIL PROTECTED]> writes:
What version of automake are you using?
Please include version info in every bug report.
Johannes> and in my 'Makefile.am': if HELLO
Johannes> ...
Johannes>