This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: automake 1.4e, 1.4g: Depcomp does not get installed
- To: "Maciej W. Rozycki" <macro at ds2 dot pg dot gda dot pl>
- Subject: Re: automake 1.4e, 1.4g: Depcomp does not get installed
- From: Tom Tromey <tromey at redhat dot com>
- Date: 23 May 2001 23:56:45 -0600
- Cc: automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <Pine.GSO.3.96.1010523194701.5196E-100000@delta.ds2.pg.gda.pl>
- Reply-To: tromey at redhat dot com
>>>>> "Maciej" == Maciej W Rozycki <macro@ds2.pg.gda.pl> writes:
Maciej> The AM_DEPENDENCIES macro invokes depcomp, so I think it's
Maciej> appropriate to copy the program whenever the macro is used as
Maciej> a part of the configure script and not only when DEP_FILES is
Maciej> non-empty.
I think this patch fixed the problem:
2001-05-17 Tom Tromey <tromey@redhat.com>
* m4/depend.m4 (AM_DEPENDENCIES): If depcomp doesn't exist, revert
to no dependency tracking.
I'm guessing you forgot to run aclocal.
Tom