blob: 69043225dbfb5bb9519f8d76c1a33f7e688eb6e8 (
plain)
1
2
3
4
5
6
7
|
## texk/xdvipdfmx/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/xdvipdfmx/
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 xdvipdfmx
KPSE_ENABLE_PROG([xdvipdfmx], [kpathsea freetype2 libpng])
|