summaryrefslogtreecommitdiff
path: root/Build/source/libs/paper/ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/paper/ac')
-rw-r--r--Build/source/libs/paper/ac/paper.ac9
-rw-r--r--Build/source/libs/paper/ac/withenable.ac7
2 files changed, 16 insertions, 0 deletions
diff --git a/Build/source/libs/paper/ac/paper.ac b/Build/source/libs/paper/ac/paper.ac
new file mode 100644
index 00000000000..6ef5ddb215c
--- /dev/null
+++ b/Build/source/libs/paper/ac/paper.ac
@@ -0,0 +1,9 @@
+## libs/paper/ac/paper.ac: configure.ac fragment for the TeX Live subdirectory libs/paper/
+dnl
+dnl Copyright (C) 2012 Peter Breitenlohner <tex-live@tug.org>
+dnl You may freely use, modify and/or distribute this file.
+dnl
+## basic check of system paper
+KPSE_TRY_LIB([paper],
+ [#include <paper.h>],
+ [const char *v = defaultpapername();])
diff --git a/Build/source/libs/paper/ac/withenable.ac b/Build/source/libs/paper/ac/withenable.ac
new file mode 100644
index 00000000000..cc8d0236dfe
--- /dev/null
+++ b/Build/source/libs/paper/ac/withenable.ac
@@ -0,0 +1,7 @@
+## libs/paper/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/paper/
+dnl
+dnl Copyright (C) 2012 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 paper
+KPSE_WITH_LIB([paper])