This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
unterminated conditionals
- To: "'automake at gnu dot org'" <automake at gnu dot org>
- Subject: unterminated conditionals
- From: "Kremp, Johannes (Extern)" <Johannes dot Kremp at gedas dot de>
- Date: Wed, 20 Jun 2001 13:14:06 +0200
- List-Id: Discussion list for automake <automake.gnu.org>
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