summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/ac/xindy.ac
blob: 137572739a4db2326c590d874cba6e3f7b4fa707 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## utils/xindy/ac/xindy.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy/
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 xindy
m4_define_default([kpse_indent_26], [26])[]dnl
AC_ARG_ENABLE([xindy-make-rules],
              AS_HELP_STRING([--enable-xindy-make-rules],
                             [build and install make-rules package (default is YES)],
                             kpse_indent_26))[]dnl
AC_ARG_ENABLE([xindy-docs],
              AS_HELP_STRING([--enable-xindy-docs],
                             [build and install documentation (default is YES)],
                             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