[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with AMDEP does not appear in AM_CONDITIONAL
From: |
Adam Tee |
Subject: |
Re: Problems with AMDEP does not appear in AM_CONDITIONAL |
Date: |
Mon, 15 Oct 2001 13:03:40 +0100 |
On Friday 12 Oct 2001 12:41 pm, you wrote:
> >>> "Adam" == Adam Tee <address@hidden> 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@ @address@hidden(DEPDIR)/address@hidden@
@AMDEP_TRUE@@am__include@ @address@hidden(DEPDIR)/address@hidden@
@AMDEP_TRUE@@am__include@ @address@hidden(DEPDIR)/address@hidden@
@AMDEP_TRUE@@am__include@ @address@hidden(DEPDIR)/address@hidden@
@AMDEP_TRUE@@am__include@ @address@hidden(DEPDIR)/address@hidden@
@AMDEP_TRUE@@am__include@ @address@hidden(DEPDIR)/address@hidden@
etc
.......
Adam