On Feb 26, 2001, Paul Martinolich <[EMAIL PROTECTED]> wrote:
> So the fortran source is just skipped. In the Makefile generated by
> configure, the .c.o and .f.o are very different.
This has nothing to do with autoconf. Apparently, you're using
a CVS version of automake to generate Makefiles,
I have directory with:
lib_LIBRARIES = libjunk.a
libjunk_a_SOURCES = src/a/a.f \
src/b/b.c
run configure and gmake and get this:
$ gmake
source='src/b/b.c' object='b.o' libtool=no \
depfile='.deps/b.Po' tmpdepfile='.deps/b.TPo' \
depmode=gcc /bin/sh ../test/depcomp \
gcc -D