RE: automatic dependency tracking

2001-06-21 Thread Kremp, Johannes (Extern)
Johannes> hi, is there a patch which make it possible to make Johannes> dependency-tracking with other compiler than 'gcc'? This is one of the major new features in the cvs automake. sorry for this question, but where can i get cvs automake? johannes

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

automatic dependency tracking

2001-06-20 Thread Kremp, Johannes (Extern)
hi, is there a patch which make it possible to make dependency-tracking with other compiler than 'gcc'? johannes

unterminated conditionals

2001-06-20 Thread Kremp, Johannes (Extern)
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/Mak