> "Clark" == Clark Rawlins <[EMAIL PROTECTED]> writes:
Clark> The subject says it all.
Automake 1.4f should work with autoconf 2.13 or 2.50.
Tom
The subject says it all.
Clark
PGP signature
> "Johannes" == Kremp, Johannes (Extern) <[EMAIL PROTECTED]> writes:
Johannes> sorry for this question, but where can i get cvs automake?
Start at the home page.
http://sources.redhat.com/automake/
Tom
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
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
>>> "Emil" == Emil Ong <[EMAIL PROTECTED]> writes:
[...]
Emil> % autoconf
Emil> % ./configure --prefix=/sandbox/onge/am-test-install
Emil> creating cache ./config.cache
I could not reproduce it until I see this line,
which indicates Autoconf 2.13. It works fine with Autoconf 2.50.