bug-automake
[Top][All Lists]
Advanced

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

Re: distclean-recursive broken?


From: Alexandre Duret-Lutz
Subject: Re: distclean-recursive broken?
Date: Sun, 15 Feb 2004 22:28:10 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

>>> "Ralf" == Ralf Corsepius <address@hidden> writes:

[...]

 Ralf> SUBDIRS = sub1 @moresubdirs@
 Ralf> DIST_SUBDIRS = sub1
 >> 
 >> Unfortunately we do not support such setup.  Right now
 >> $(SUBDIRS) must always be a subset of $(DIST_SUBDIRS).
 Ralf> The example below proves the contrary.

Additionally each directory listed in DIST_SUBDIRS or SUBDIRS
should always have a Makefile.  That's needed for `make dist' to
work.  Calling AC_CONFIG_SUBDIRS unconditionally ought to fix
your example (I haven't tried).

I see pretty well that you want conditional AC_CONFIG_SUBDIRS.
I've wanted this myself too.  It's just something that automake
does not support presently.  The SUBDIRS/DIST_SUBDIRS
distinction is not meant to solve this problem.
-- 
Alexandre Duret-Lutz





reply via email to

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