summaryrefslogtreecommitdiff
path: root/Build/source/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-06-28 10:28:44 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-06-28 10:28:44 +0000
commit2cbe0517df9daa71a49132982036b5c120e472fd (patch)
treec02ad3ca612f852c77a62c90b5105727255a1b44 /Build/source/configure
parentd6f28a4f2581a1e325dd3e8e3f2fa322b0785412 (diff)
texk/web2c: Build fix for libsynctex - the SyncTeX parser library
git-svn-id: svn://tug.org/texlive/trunk@34467 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-xBuild/source/configure9
1 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/configure b/Build/source/configure
index 76d89b5e5f0..471864bbc4a 100755
--- a/Build/source/configure
+++ b/Build/source/configure
@@ -836,6 +836,7 @@ enable_suntoolswin
enable_tektronixwin
enable_unitermwin
enable_web_progs
+enable_synctex
enable_afm2pl
enable_bibtex_x
enable_bibtex8
@@ -1647,6 +1648,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
@@ -4673,6 +4675,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.