Project

General

Profile

Actions

Bug #1191

closed

extras/ subdir excluded from dist tarball on ./configure --disable-extras

Added by Mathieu Desnoyers over 4 years ago. Updated over 4 years ago.

Status:
Invalid
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
08/05/2019
Due date:
% Done:

0%

Estimated time:

Description

We should add extras to the top level DIST_SUBDIRS, because it is not considered for the tarball if configured with extras disabled:

if BUILD_EXTRAS
SUBDIRS += extras
endif

When this kind of conditional is used, we should always make sure the target is also picked up by a DIST target.

Actions #1

Updated by Mathieu Desnoyers over 4 years ago

  • Status changed from New to Invalid
Actions #2

Updated by Michael Jeanson over 4 years ago

From the automake manual for future reference:

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

Also available in: Atom PDF