diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-06-27 12:52:29 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-06-27 12:52:29 +0000 |
commit | 1233aa6068600b29717d4fc772ea7388da38cd36 (patch) | |
tree | 9bf49b7fc7d9e76f71a2135610b746dfd6cedc92 /Build/source/texk/configure | |
parent | c6e1dbe71ce20d9265b4e1228477bdb9de3688e4 (diff) |
texk/web2c: Build SyncTeX parser code as library
git-svn-id: svn://tug.org/texlive/trunk@34449 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-x | Build/source/texk/configure | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure index 6b1ec69b869..5e46f00d771 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -748,6 +748,7 @@ enable_suntoolswin enable_tektronixwin enable_unitermwin enable_web_progs +enable_synctex enable_afm2pl enable_bibtex_x enable_bibtex8 @@ -1566,6 +1567,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-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 @@ -3936,6 +3938,13 @@ if test "${enable_web_progs+set}" = set; then : enableval=$enable_web_progs; fi +## configure option for the SyncTeX tool +# Check whether --enable-synctex was given. +if test "${enable_synctex+set}" = set; then : + enableval=$enable_synctex; +fi + + ## texk/afm2pl/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/afm2pl/ ## configure options and TL libraries required for afm2pl # Check whether --enable-afm2pl was given. |