This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Q] Absent directories and automake


>>> "zaufi" == Alexander Turbov <zaufi@sendmail.ru> 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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]