Hi! After some very slight changes to my Makefile.am (only added a new programm and source file list) I started the usual
aclocal && autoheader && autoconf && automake and this is what it says: /opt/FREE-SOFTWARE/automake-1.7/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL Makefile.am: C source seen but `CC' is undefined. Makefile.am: The usual way to define `CC' is to add `AC_PROG_CC' Makefile.am: to `configure.in' and run `autoconf' again. What could be the reason for automake to believe there is some C file around? Markus