blob: f7278f06f1890e7bac176f39db75e194c8a67e10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## utils/xindy-old/ac/xindy.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy-old/
dnl
dnl Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
dnl You may freely use, modify and/or distribute this file.
dnl
## configure options for xindy-old
m4_define_default([kpse_indent_26], [26])[]dnl
AC_ARG_ENABLE([xindy-rules],
AS_HELP_STRING([--enable-xindy-rules],
[build and install make-rules package],
kpse_indent_26))[]dnl
AC_ARG_ENABLE([xindy-docs],
AS_HELP_STRING([--enable-xindy-docs],
[build and install documentation],
kpse_indent_26))[]dnl
AC_ARG_WITH([xindy-recode],
AS_HELP_STRING([--with-xindy-recode],
[For `xindy': use `recode' instead of `iconv' (default is NO)]))[]dnl
|