summaryrefslogtreecommitdiff
path: root/Build/source/texk/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-07 14:33:48 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-07 14:33:48 +0000
commit8243edfca0be6770fa56b9bc220b05ae505d1082 (patch)
tree0fc8b06d0c1ffdc32b1184c2e0815fe5359fcb35 /Build/source/texk/configure
parent47a56b5dc7f17f502aee404c912490f135ca3c52 (diff)
build system: remove --enable-fmtutil, fix option defaults, general cleanup
git-svn-id: svn://tug.org/texlive/trunk@12986 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-xBuild/source/texk/configure14
1 files changed, 5 insertions, 9 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure
index 08c07cb8f5a..6ddd3f391e9 100755
--- a/Build/source/texk/configure
+++ b/Build/source/texk/configure
@@ -696,7 +696,6 @@ enable_web2c
with_editor
enable_auto_core
enable_dump_share
-enable_fmtutil
enable_ipc
enable_tex
enable_etex
@@ -1478,8 +1477,8 @@ Optional Features:
--enable-auto-core cause TeX&MF to dump core, given a certain
filename
--disable-dump-share make fmt/base/mem files architecture-dependent
- --enable-fmtutil use fmtutil for build dumps
- --enable-ipc enable TeX's --ipc option, i.e., pipe to a program
+ --disable-ipc disable TeX's --ipc option, i.e., pipe to a
+ program
--disable-tex do not compile and install TeX
--enable-etex compile and install e-TeX
--disable-aleph do not compile and install Aleph
@@ -1487,7 +1486,8 @@ Optional Features:
--disable-luatex do not compile and install luaTeX
--disable-xetex do not compile and install XeTeX
--disable-mf do not build METAFONT
- --enable-mf-nowin build a separate non-windows-capable METAFONT
+ --disable-mf-nowin do not build a separate non-windows-capable
+ METAFONT
--enable-epsfwin include EPSF pseudo window support
--enable-hp2627win include HP 2627 window support
--enable-mftalkwin include mftalk (generic server) window support
@@ -1559,7 +1559,7 @@ Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-editor=CMD invoke CMD from the `e' option [vi +%d %s]
- --with-mf-x-toolkit Use X toolkit for METAFONT
+ --without-mf-x-toolkit do not use X toolkit for METAFONT
--with-gs=/PATH/TO/gs Hard-wire the location of GhostScript
--with-xdvi-x-toolkit=KIT
Use toolkit KIT (motif/xaw/xaw3d/neXtaw) for xdvi
@@ -2375,10 +2375,6 @@ fi
if test "${enable_dump_share+set}" = set; then
enableval=$enable_dump_share;
fi
-# Check whether --enable-fmtutil was given.
-if test "${enable_fmtutil+set}" = set; then
- enableval=$enable_fmtutil;
-fi
## configure options for TeX
# Check whether --enable-ipc was given.
if test "${enable_ipc+set}" = set; then