On Tue, Jul 03, 2001 at 10:09:02PM -0600, Tom Tromey wrote:
: I've released automake 1.4h. Get it here:
:
: ftp://sources.redhat.com/pub/automake/automake-1.4h.tar.gz
:
: This version fixes a bunch of bugs that were in 1.4f.
Just found out that latest CVS automake puts "OBJEXT = o" into
Makefile.in unless AC_OBJEXT is specified explicitly in configure.in.
AC_PROG_CC invokes AC_OBJEXT and AC_EXEEXT indirectly, but the
"OBJEXT = o \n EXEEXT = " definitions from Automake overrides the ones
in the AC_SUBST section of the Makefile.in.
When will this problem ever go away? ;) This should be fixed before
Automake 1.5.
Lars J