This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: AMDEP does not appear in AM_CONDITIONAL
- From: Tom Tromey <tromey at redhat dot com>
- To: Olefirenko Alexander <rupper at pisem dot net>
- Cc: automake at gnu dot org
- Date: 31 Aug 2002 14:35:36 -0600
- Subject: Re: AMDEP does not appear in AM_CONDITIONAL
- References: <200208290235.46648.rupper@pisem.net>
- Reply-to: tromey at redhat dot com
>>>>> ">" == Olefirenko Alexander <rupper@pisem.net> writes:
>> Subj: what am i doing wrong ?
>> executing automake i getting alot of messages:
>> /usr/share/automake/am/lang-compile.am: AMDEP does not appear in
>> AM_CONDITIONAL
>> and
>> /usr/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
My first guess is that you didn't run aclocal.
If it isn't that then I'd need more information.
For instance, what versions of auto* are you using?
Tom