summaryrefslogtreecommitdiff
path: root/Build/source/Build
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-16 11:22:15 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-16 11:22:15 +0000
commitf90f4280c02f9f2228808934ec65758a6004c044 (patch)
tree674a841a787c762882672f2d750833f99ccb5344 /Build/source/Build
parent24c37e32d4c16fe3ef9b4292aa997e41f4666729 (diff)
update build system
git-svn-id: svn://tug.org/texlive/trunk@13771 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Build')
-rwxr-xr-xBuild/source/Build4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/Build b/Build/source/Build
index 938ab49ba8e..7e1d092fafe 100755
--- a/Build/source/Build
+++ b/Build/source/Build
@@ -78,6 +78,9 @@ cd $TL_WORKDIR || exit 1
# default to static linking.
: ${TL_CONF_SHARED=--disable-shared}
+# default to terminate if requested programs or features must be disabled.
+: ${TL_CONF_MISSING=--disable-missing}
+
# default to building ICU without thread support, since xetex doesn't need it.
: ${TL_CONF_THREADS=--disable-threads}
@@ -105,6 +108,7 @@ cd $TL_WORKDIR || exit 1
--datadir=$TL_INSTALL_DEST \
$TL_CONF_BANNER \
$TL_CONF_SHARED \
+ $TL_CONF_MISSING \
$TL_CONF_LARGEFILE \
$TL_CONF_THREADS \
$TL_CONF_XDVI_TOOLKIT \