blob: bd617772022815a3ebb8319ea084e5004ead50c8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
## texk/dvisvgm/ac/dvisvgm.ac: configure.ac fragment for the TeX Live subdirectory texk/dvisvgm/
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 for dvisvgm
AC_ARG_WITH([system-libgs],
AS_HELP_STRING([--with-system-libgs],
[build dvisvgm with installed gs headers and library
@<:@default: no, may require CPPFLAGS and LDFLAGS@:>@]))
|