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. When I run make I get the following error: make[1]: Entering directory `/home/eenajt/Simulation' Making all in src make[2]: Entering directory `/home/eenajt/Simulation/src' Makefile:207: *** missing separator. Stop. make[2]: Leaving directory `/home/eenajt/Simulation/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/eenajt/Simulation' make: *** [all] Error 2 In the Makefile the lines are ...... @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cleanlexer.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cleanparser.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/kbar.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/kbeat.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/knote.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/kscore.Po@am__quote@ etc ....... Adam