Re: unterminated conditionals

2001-07-01 Thread Tom Tromey
> "Johannes" == Kremp, Johannes (Extern) <[EMAIL PROTECTED]> writes: Johannes> and in my 'Makefile.am': Johannes> if HELLO Johannes> include hellofiles Johannes> bin_PROGRAMS = hello Johannes> hello_SOURCES = $(FILES) #from file 'hellofiles' Johannes> endif Tha

RE: unterminated conditionals

2001-06-21 Thread Kremp, Johannes (Extern)
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 = he

Re: unterminated conditionals

2001-06-20 Thread Tom Tromey
> "Johannes" == Kremp, Johannes (Extern) <[EMAIL PROTECTED]> writes: What version of automake are you using? Please include version info in every bug report. Johannes> and in my 'Makefile.am': if HELLO Johannes> ... Johannes>