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 = hello
        hello_SOURCES = $(FILES) #from file 'hellofiles'
        endif

'automake' told me:
        automake: src/Makefile.am: unterminated conditionals: @HELLO_TRUE@

johannes

Reply via email to