summaryrefslogtreecommitdiff
path: root/Build/source/libs/paper/ac/paper.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/paper/ac/paper.ac')
-rw-r--r--Build/source/libs/paper/ac/paper.ac9
1 files changed, 9 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();])