summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy-new/ac/xindy.ac
blob: 759abb9981469905f82ab390416edb77a5a13600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## utils/xindy-new/ac/xindy.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy-new/
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-new
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([clisp-runtime],
            AS_HELP_STRING([--with-clisp-runtime=PATH],
                           [pathname of clisp runtime to install for `xindy', `default' to derive
                            from clisp, or `system' to use installed version]))[]dnl
AC_ARG_WITH([xindy-recode],
            AS_HELP_STRING([--with-recode],
                           [use `recode' instead of `iconv' to build xindy-new @<:@default: no@:>@]))[]dnl