This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: unterminated conditionals


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]