>>>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:
Akim> CVS Autoconf sticks to Automake 1.4: that's why you find all
Akim> those problems. Use 1.4 instead, that's the easier way out.
Oops, now I remember you *should* use 1.4, otherwise, because we rely
on something which has changed between 1.4 and CVS (\-line breaking),
your tests/macros.m4 file will probably be bizarre.
Any fix welcome :)
Also, note that the test suite still needs to be taught the compiler
to use, it uses cc by default. We are slowly catching up with this
problem, but it's a bit delicate to fix it. IMHO when facing
AC_INIT
AC_CHECK_HEADERS(stdio.h)
Autoconf should AC_REQUIRE AC_PROG_COMPILER, AC_PROG_COMPILER being
dependent of the current language. Some machinery was added to make
it less impossible (remember? imposible is not French, although
impossible is :).
Akim