summaryrefslogtreecommitdiff
path: root/Build/source/texk/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2015-03-30 12:43:04 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2015-03-30 12:43:04 +0000
commitfb2be9e6937c2fbcb4a859cf77de4e2d1fdf694b (patch)
treeaa90fe9472ccc76ca6b5a263973a7488d7e4b0b2 /Build/source/texk/configure
parent8b8d2ad6801eb57e12994d69ddaf9851aa61e0f1 (diff)
Update build system
git-svn-id: svn://tug.org/texlive/trunk@36676 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-xBuild/source/texk/configure11
1 files changed, 9 insertions, 2 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure
index 967a9543067..e71605f3ade 100755
--- a/Build/source/texk/configure
+++ b/Build/source/texk/configure
@@ -1551,8 +1551,8 @@ Optional Features:
--disable-upmp do not compile and install upMetaPost
--disable-xetex do not compile and install XeTeX
--disable-xetex-synctex build XeTeX without SyncTeX support
- --disable-mf do not build METAFONT
- --disable-mf-nowin do not build a separate non-windows-capable
+ --disable-mf do not compile and install METAFONT
+ --disable-mf-nowin do not build a separate non-window-capable
METAFONT
--enable-epsfwin include EPSF pseudo window support
--enable-hp2627win include HP 2627 window support
@@ -3936,6 +3936,13 @@ test "x$enable_web2c:$enable_xetex" = xyes:yes && {
if test "${enable_mf+set}" = set; then :
enableval=$enable_mf;
fi
+case $enable_mf in #(
+ yes | no) :
+ ;; #(
+ *) :
+ enable_mf=yes ;;
+esac
+
# Check whether --enable-mf-nowin was given.
if test "${enable_mf_nowin+set}" = set; then :
enableval=$enable_mf_nowin;