summaryrefslogtreecommitdiff
path: root/Build/source/libs
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2015-02-17 12:00:18 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2015-02-17 12:00:18 +0000
commitacfa9ffc920dfa45cfc421783b23239cb9d23d83 (patch)
tree9bcb3da0c1f16461f1780024a80645d9503e3b66 /Build/source/libs
parent580e28ce261370812ed47c88cd7d69e1c2b4bb31 (diff)
Build system: Minor cleanup
git-svn-id: svn://tug.org/texlive/trunk@36303 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs')
-rwxr-xr-xBuild/source/libs/configure15
1 files changed, 3 insertions, 12 deletions
diff --git a/Build/source/libs/configure b/Build/source/libs/configure
index 97988cc9256..db499f706f5 100755
--- a/Build/source/libs/configure
+++ b/Build/source/libs/configure
@@ -709,7 +709,6 @@ enable_xindy
enable_xindy_rules
enable_xindy_docs
with_clisp_runtime
-with_xindy_recode
enable_xpdfopen
enable_web2c
with_banner_add
@@ -1523,7 +1522,7 @@ Optional Features:
--disable-web2c do not build the web2c (TeX & Co.) package
--enable-auto-core cause TeX&MF to dump core, given a certain
filename
- --disable-dump-share make fmt/base/mem files architecture-dependent
+ --disable-dump-share make fmt/base files architecture-dependent
--disable-ipc disable TeX's --ipc option, i.e., pipe to a
program
--disable-tex do not compile and install TeX
@@ -1560,7 +1559,7 @@ Optional Features:
--enable-tektronixwin include Tektronix window support
--enable-unitermwin include Uniterm window support
--disable-web-progs do not build WEB programs bibtex ... weave
- --disable-synctex do not build the SyncTeX tool
+ --disable-synctex do not build the SyncTeX library and tool
--disable-afm2pl do not build the afm2pl package
--disable-bibtex-x do not build the bibtex-x package
--disable-bibtex8 do not build the bibtex8 program
@@ -1640,8 +1639,6 @@ Optional Packages:
pathname of clisp runtime to install for `xindy',
`default' to derive from clisp, or `system' to use
installed version
- --with-xindy-recode use `recode' instead of `iconv' to build xindy
- [default: no]
--with-banner-add=STR add STR to version string appended to banner lines
--with-editor=CMD invoke CMD from the `e' option [vi +%d '%s'] or
[texworks --position=%d "%s"]
@@ -3588,11 +3585,6 @@ if test "${with_clisp_runtime+set}" = set; then :
withval=$with_clisp_runtime;
fi
-# Check whether --with-xindy-recode was given.
-if test "${with_xindy_recode+set}" = set; then :
- withval=$with_xindy_recode;
-fi
-
## utils/xindy/ac/clisp.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy/
## configure checks for xindy and clisp
case $with_clisp_runtime in #(
@@ -3995,8 +3987,7 @@ fi
if test "${enable_web_progs+set}" = set; then :
enableval=$enable_web_progs;
fi
-
-## configure option for the SyncTeX tool
+## configure option for the SyncTeX library and tool
# Check whether --enable-synctex was given.
if test "${enable_synctex+set}" = set; then :
enableval=$enable_synctex;