From 2cbe0517df9daa71a49132982036b5c120e472fd Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Sat, 28 Jun 2014 10:28:44 +0000 Subject: texk/web2c: Build fix for libsynctex - the SyncTeX parser library git-svn-id: svn://tug.org/texlive/trunk@34467 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/configure | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Build/source/libs/configure') diff --git a/Build/source/libs/configure b/Build/source/libs/configure index d6e132433bc..c35c46356cc 100755 --- a/Build/source/libs/configure +++ b/Build/source/libs/configure @@ -748,6 +748,7 @@ enable_suntoolswin enable_tektronixwin enable_unitermwin enable_web_progs +enable_synctex enable_afm2pl enable_bibtex_x enable_bibtex8 @@ -1555,6 +1556,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 @@ -3925,6 +3927,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. -- cgit v1.2.3