summaryrefslogtreecommitdiff
path: root/Build/source/texk/configure
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-xBuild/source/texk/configure9
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.