summaryrefslogtreecommitdiff
path: root/Build/source/libs/paper/ac/paper.ac
blob: 6ef5ddb215c0608315b9ea202bc6b54f30278973 (plain)
1
2
3
4
5
6
7
8
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();])