summaryrefslogtreecommitdiff
path: root/Build/source/utils/xpdfopen/ac/withenable.ac
blob: 1cc4b4b3f0ab37dfa0564113952c86e0454c63b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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])