automake
[Top][All Lists]
Advanced

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

Re: [Q] Absent directories and automake


From: Alexandre Duret-Lutz
Subject: Re: [Q] Absent directories and automake
Date: Sat, 03 Jan 2004 14:01:59 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

>>> "zaufi" == Alexander Turbov <address@hidden> writes:

[...]

 zaufi> Is there is any way to avoid this behaviour of automake? 

Try
  SUBDIRS = ... $(TESTS_MAYBE) ...
  DIST_SUBDIRS = $(SUBDIRS)

And define TESTS_MAYBE conditionally with an AC_SUBST.
Automake shouldn't be able to complain about directories it cannot
know about.

[...]

 zaufi> Any objections why it can't be implemented
 zaufi> (suppressed)??

Automake wants you to distribute a self-contained package.  If a
directory can be built under some configuration option, then
that directory ought to be distributed.
-- 
Alexandre Duret-Lutz





reply via email to

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