automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: allow convenient library in subdirectory


From: Tim Van Holder
Subject: Re: allow convenient library in subdirectory
Date: Thu, 19 Jul 2001 21:35:00 +0200

One nit with the patch: it hardcodes '.deps' as the depdir
instead of using $(DEPDIR).  In case using $(DEPDIR) isn't
acceptable, there's a problem; using @DEPDIR@ would help,
but might cause discrepancies between what automake thinks
and what the package found at configure time.  So automake
would need run its own check (hopefully yielding the same
result as configure).
I updated AM_SET_DEPDIR to match libtool's corresponding
macro (the current macro fails if a .deps _file_ exists).

2001-07-19  Tim Van Holder  <address@hidden>

        * automake.in: Don't hardcode '.deps'; use $(DEPDIR).
        * m4/depend.m4 (AM_SET_DEPDIR): Update to match
        libtools '.libs' check.

Attachment: depdir.diff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]