This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: automake AMDEP errors
- From: Tom Tromey <tromey at redhat dot com>
- To: François Chenais <Francois dot Chenais at citb dot bull dot net>
- Cc: automake at gnu dot org
- Date: 01 Jan 2002 15:59:52 -0700
- Subject: Re: automake AMDEP errors
- References: <20011107105716.5f04a5b6.Francois.Chenais@citb.bull.net>
- Reply-to: tromey at redhat dot com
>>>>> "François" == François Chenais <Francois.Chenais@citb.bull.net> writes:
I didn't see a reply to your question...
François> What does mean ?
François> /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
François> /usr/local/share/automake/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL
Usually this means you didn't run aclocal, or that aclocal picked up
the wrong version of some macros.
Tom