automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: unterminated conditionals


From: Kremp, Johannes (Extern)
Subject: RE: unterminated conditionals
Date: Thu, 21 Jun 2001 11:21:32 +0200

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

[Prev in Thread] Current Thread [Next in Thread]