On Monday 15 Oct 2001 1:03 pm, you wrote: > On Friday 12 Oct 2001 12:41 pm, you wrote: > > >>> "Adam" == Adam Tee <[EMAIL PROTECTED]> writes: > > > > Adam> Hi all, > > Adam> I've just upgraded my machine to use automake 1.5 and autoconf 2.5 > > Adam> and am having problems with the automake and autoconf process. > > Adam> I get the following messages: > > > > Adam> /usr/share/automake/am/depend2.am: AMDEP does not appear > > Adam> in AM_CONDITIONAL > > > > Did you run 'aclocal' before running 'automake'? You should :) > > Yes, I did and no joy I still get the same errors. > When I do autoconf I don't get any errors but with autoreconf I do.
Apologies, I've solved the problem by deleting the stale Makefile and Makefile.in, running aclocal and autoreconf. Adam