This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
help! automake "sees" nonexistent C files
- From: Markus Werle <numerical dot simulation at web dot de>
- To: automake at gnu dot org
- Date: Tue, 28 Jan 2003 11:59:30 +0100
- Subject: help! automake "sees" nonexistent C files
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