summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvik/ac/withenable.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-10 09:49:37 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-10 09:49:37 +0000
commit8d543990d396f5e1126d575ccb37d7623276ed0b (patch)
tree8956db51ce299cca4a9483cfd5c6b01e1e94f311 /Build/source/texk/xdvik/ac/withenable.ac
parenta849488fd6c6ab60c6b927fd43e04691a2634f00 (diff)
build system and chktex: automatically enable
git-svn-id: svn://tug.org/texlive/trunk@18188 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik/ac/withenable.ac')
-rw-r--r--Build/source/texk/xdvik/ac/withenable.ac10
1 files changed, 2 insertions, 8 deletions
diff --git a/Build/source/texk/xdvik/ac/withenable.ac b/Build/source/texk/xdvik/ac/withenable.ac
index 2cd92509fe0..2308645ab27 100644
--- a/Build/source/texk/xdvik/ac/withenable.ac
+++ b/Build/source/texk/xdvik/ac/withenable.ac
@@ -1,16 +1,10 @@
## texk/xdvik/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/xdvik/
dnl
-dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
dnl You may freely use, modify and/or distribute this file.
dnl
dnl extra_dirs = texk/xdvik/squeeze
dnl
## configure options and TL libraries required for xdvik
-AS_IF([test "x$with_x" = xno],
- [AS_CASE([$enable_xdvik],
- [""], [AC_MSG_NOTICE([`--without-x' -> `--disable-xdvik'])
- enable_xdvik=no
- ac_configure_args="$ac_configure_args '--disable-xdvik'"],
- [yes], [AC_MSG_ERROR([Sorry, incompatible options `--without-x' and `--enable-xdvik'])])])
-KPSE_ENABLE_PROG([xdvik], [kpathsea t1lib])
+KPSE_ENABLE_PROG([xdvik], [kpathsea t1lib], [x])
m4_include(kpse_TL[texk/xdvik/ac/xdvik.ac])