This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]