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]

unterminated conditionals



i wrote in my 'configure.in': 	SWITCH=hello
				AM_CONDITIONAL(HELLO, test "$SWITCH" =
hello)

and in my 'Makefile.am': 		if HELLO
				...
				endif

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

it would be very nice, if vou could tell me what i can do to solve the
problem.
thanks 
johannes




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