diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-07 14:29:53 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-07 14:29:53 +0000 |
commit | 0df6dd4d8aea6edc733de81fb7eec115ea59a36e (patch) | |
tree | e2f7056cb53c58c8ef5779450ac468091b2bd86d /Build/source/configure | |
parent | 3675a91dd83af3eaa1c1a12e91af1e6c86f710f8 (diff) |
build system: additional Makefile fragments
better handling of dependencies for highly parallel make
git-svn-id: svn://tug.org/texlive/trunk@31127 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-x | Build/source/configure | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Build/source/configure b/Build/source/configure index dc4df910db5..4f5dee98ad7 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -642,8 +642,8 @@ cross_TRUE ICU_CONFIG FT2_CONFIG PKG_CONFIG -DIST_TEXLIBS -TEXLIBS +CONF_SUBDIRS +MAKE_SUBDIRS subdirs CXXCPP WARNING_CXXFLAGS @@ -20250,17 +20250,17 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TeX specific libraries to build" >&5 $as_echo_n "checking for TeX specific libraries to build... " >&6; } -TEXLIBS= -DIST_TEXLIBS= +MAKE_SUBDIRS= +CONF_SUBDIRS= if test -x $srcdir/texk/ptexenc/configure; then if test "x$with_system_ptexenc" != xyes && \ test "x$need_ptexenc" = xyes; then - TEXLIBS="texk/ptexenc $TEXLIBS" + MAKE_SUBDIRS="texk/ptexenc $MAKE_SUBDIRS" fi - DIST_TEXLIBS="texk/ptexenc $DIST_TEXLIBS" + CONF_SUBDIRS="texk/ptexenc $CONF_SUBDIRS" if false; then subdirs="$subdirs texk/ptexenc" @@ -20271,9 +20271,9 @@ fi if test -x $srcdir/texk/kpathsea/configure; then if test "x$with_system_kpathsea" != xyes && \ test "x$need_kpathsea" = xyes; then - TEXLIBS="texk/kpathsea $TEXLIBS" + MAKE_SUBDIRS="texk/kpathsea $MAKE_SUBDIRS" fi - DIST_TEXLIBS="texk/kpathsea $DIST_TEXLIBS" + CONF_SUBDIRS="texk/kpathsea $CONF_SUBDIRS" if false; then subdirs="$subdirs texk/kpathsea" @@ -20283,8 +20283,8 @@ fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $TEXLIBS" >&5 -$as_echo "$TEXLIBS" >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE_SUBDIRS" >&5 +$as_echo "$MAKE_SUBDIRS" >&6; } kpse_save_CPPFLAGS=$CPPFLAGS kpse_save_LIBS=$LIBS |