diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-02-17 12:00:18 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-02-17 12:00:18 +0000 |
commit | acfa9ffc920dfa45cfc421783b23239cb9d23d83 (patch) | |
tree | 9bcb3da0c1f16461f1780024a80645d9503e3b66 /Build/source/texk/web2c/configure | |
parent | 580e28ce261370812ed47c88cd7d69e1c2b4bb31 (diff) |
Build system: Minor cleanup
git-svn-id: svn://tug.org/texlive/trunk@36303 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure')
-rwxr-xr-x | Build/source/texk/web2c/configure | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure index 7b3d754574e..6600a964776 100755 --- a/Build/source/texk/web2c/configure +++ b/Build/source/texk/web2c/configure @@ -1706,7 +1706,7 @@ Optional Features: --enable-cxx-runtime-hack link C++ runtime statically --enable-libtool-hack ignore libtool dependency_libs --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 --enable-tex-synctex build TeX with SyncTeX support @@ -1742,7 +1742,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-missing terminate if a requested program or feature must be disabled, e.g., due to missing libraries @@ -18895,8 +18895,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; |