Bug 60312 - DIST_SUBDIRS should never appear in a conditional
authorAkira TAGOH <akira@tagoh.org>
Tue, 5 Feb 2013 11:44:18 +0000 (20:44 +0900)
committerAkira TAGOH <akira@tagoh.org>
Tue, 5 Feb 2013 11:45:14 +0000 (20:45 +0900)
commit52b2b5c99268d5ad28dc0972c5f136720d55f21b
tree0c01eb45a1c91d41feaa1dd4e1d7a1ec188a5dba
parent95af7447dba7c54ed162b667c0bb2ea6500e8f32
Bug 60312 - DIST_SUBDIRS should never appear in a conditional

As it is documented like this:

If SUBDIRS is defined conditionally using Automake conditionals,
Automake will define DIST_SUBDIRS automatically from the possible
values of SUBDIRS in all conditions.

So we don't need to re-define DIST_SUBDIRS in Makefile.am unless
we use AC_SUBST to define SUBDIRS.

Patch from Quentin Glidic
Makefile.am