summaryrefslogtreecommitdiff
path: root/Build/source/utils/xpdfopen/ac/withenable.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-05 13:19:37 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-05 13:19:37 +0000
commitc6e0c2d3f66468bf0dc4e71f4e96ccfca86b93c5 (patch)
tree1f6f65e4d4b91da48baff77a20c0f2ffa10aabfc /Build/source/utils/xpdfopen/ac/withenable.ac
parentc53b86a4f756fd2a535206176fa9a3f36485ca34 (diff)
xpdfopen 0.80 (replacing pdfopen 0.5)
git-svn-id: svn://tug.org/texlive/trunk@18111 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xpdfopen/ac/withenable.ac')
-rw-r--r--Build/source/utils/xpdfopen/ac/withenable.ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/utils/xpdfopen/ac/withenable.ac b/Build/source/utils/xpdfopen/ac/withenable.ac
new file mode 100644
index 00000000000..1cc4b4b3f0a
--- /dev/null
+++ b/Build/source/utils/xpdfopen/ac/withenable.ac
@@ -0,0 +1,13 @@
+## utils/xpdfopen/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xpdfopen/
+dnl
+dnl Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
+dnl You may freely use, modify and/or distribute this file.
+dnl
+## configure options and TL libraries required for xpdfopen
+AS_IF([test "x$with_x" = xno],
+ [AS_CASE([$enable_xpdfopen],
+ [""], [AC_MSG_NOTICE([`--without-x' -> `--disable-xpdfopen'])
+ enable_xpdfopen=no
+ ac_configure_args="$ac_configure_args '--disable-xpdfopen'"],
+ [yes], [AC_MSG_ERROR([Sorry, incompatible options `--without-x' and `--enable-xpdfopen'])])])
+KPSE_ENABLE_PROG([xpdfopen])