summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/ac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-02-25 19:22:25 +0000
committerKarl Berry <karl@freefriends.org>2021-02-25 19:22:25 +0000
commitad547a6b5986815fda458221149728d9d9ab1d87 (patch)
tree16296910eb3eca724371474ea9aea3994dc69614 /Build/source/libs/xpdf/ac
parent947b43de3dd21d58ccc2ffadefc4441ea1c2a813 (diff)
restore Build,TODO from r57911
git-svn-id: svn://tug.org/texlive/trunk@57915 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/xpdf/ac')
-rw-r--r--Build/source/libs/xpdf/ac/withenable.ac7
-rw-r--r--Build/source/libs/xpdf/ac/xpdf.ac12
2 files changed, 19 insertions, 0 deletions
diff --git a/Build/source/libs/xpdf/ac/withenable.ac b/Build/source/libs/xpdf/ac/withenable.ac
new file mode 100644
index 00000000000..a1ac5c09b4e
--- /dev/null
+++ b/Build/source/libs/xpdf/ac/withenable.ac
@@ -0,0 +1,7 @@
+## libs/xpdf/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/xpdf/
+dnl
+dnl Copyright (C) 2009 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 xpdf
+KPSE_WITH_LIB([xpdf])
diff --git a/Build/source/libs/xpdf/ac/xpdf.ac b/Build/source/libs/xpdf/ac/xpdf.ac
new file mode 100644
index 00000000000..549f3c2768f
--- /dev/null
+++ b/Build/source/libs/xpdf/ac/xpdf.ac
@@ -0,0 +1,12 @@
+dnl $Id$
+## libs/xpdf/ac/xpdf.ac: configure.ac fragment for the TeX Live subdirectory libs/xpdf/
+dnl
+dnl Copyright 2015-2020 Karl Berry <tex-live@tug.org>
+dnl Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
+dnl You may freely use, modify and/or distribute this file.
+dnl
+## basic check of system xpdf (a.k.a. poppler, no longer supported in
+## TL sources)
+KPSE_TRY_LIBXX([xpdf],
+ [#include <GfxFont.h>],
+ [GfxFont *gfxFont; gfxFont->decRefCnt();])