summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/synctexdir/ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-07-02 09:19:02 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-07-02 09:19:02 +0000
commitb009a084ebc53d4fb2d904db26fd61f87bf60e54 (patch)
tree3d896edd730c29a5ae9c77a8d627d41589665e3d /Build/source/texk/web2c/synctexdir/ac
parent6822a6b49452b0f8b5a3ce1781c59e766f7cfaba (diff)
texk/web2c: Better handling of shared vs nonshared libsynctex
git-svn-id: svn://tug.org/texlive/trunk@34498 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/synctexdir/ac')
-rw-r--r--Build/source/texk/web2c/synctexdir/ac/synctex.ac20
1 files changed, 20 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/synctexdir/ac/synctex.ac b/Build/source/texk/web2c/synctexdir/ac/synctex.ac
new file mode 100644
index 00000000000..5ecc2fa085b
--- /dev/null
+++ b/Build/source/texk/web2c/synctexdir/ac/synctex.ac
@@ -0,0 +1,20 @@
+## texk/web2c/synctexdir/ac/synctex.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/
+dnl
+dnl Copyright (C) 2014 Peter Breitenlohner <tex-live@tug.org>
+dnl You may freely use, modify and/or distribute this file.
+dnl
+dnl Additional code for synctex
+dnl
+dnl Building libsynctex as shared library requires a system zlib
+AM_CONDITIONAL([SYSTEM_ZLIB], [test "x$with_system_zlib" = xyes])
+
+AM_CONDITIONAL([SYNCTEX], [test "x$enable_synctex" != xno])
+
+m4_define([synctex_version], m4_chomp(m4_include([synctexdir/synctex_parser_version.txt]))[.0])
+AC_SUBST([SYNCTEXVERSION], [synctex_version])
+KPSE_LT_VERSION([synctex])
+AS_IF([test "x$enable_synctex" != xno],
+ [AC_SUBST([WANTEDLIBS], [libsynctex.la])])
+
+AC_CONFIG_FILES([synctexdir/synctex.pc])
+