From 58f62d572085ddd427b07f15d26b719b2f84cbe2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 17 Feb 2017 22:52:17 +0000 Subject: reautoconf after the no-descent-into-disabled-subdirs change git-svn-id: svn://tug.org/texlive/trunk@43263 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/Makefile.in | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'Build/source/libs/Makefile.in') diff --git a/Build/source/libs/Makefile.in b/Build/source/libs/Makefile.in index 0892249d220..b990f9d43e6 100644 --- a/Build/source/libs/Makefile.in +++ b/Build/source/libs/Makefile.in @@ -402,7 +402,6 @@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ -subdirs = @subdirs@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ @@ -419,11 +418,18 @@ NEVER_NAMES_LT = -o -name .libs -o -name '*.lo' recurse_this = libs/ recurse_top = ../ -# We must configure all subdirs since 'make dist' needs the Makefile. -# For those not required for the current set of configure options +# $Id: recurse.am 43261 2017-02-17 22:37:44Z karl $ +# +# Requires $(recurse_this) and $(recurse_top). +# Uses CONF_SUBDIRS and MAKE_SUBDIRS (set by kpse-setup.m4). +# +# For subdirs not required for the current set of configure options # we append '--disable-build' so they can skip tests that would # fail because, e.g., some required libraries were not built. +# (By manually testing $enable_build in configure, e.g., dvisvgm/configure.) +# # Code inspired by automake's way to handle recursive targets. +# cf_silent = $(cf_silent_@AM_V@) cf_silent_ = $(cf_silent_@AM_DEFAULT_V@) cf_silent_0 = --silent -- cgit v1.2.3