summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy-old/ac/xindy.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/xindy-old/ac/xindy.ac')
-rw-r--r--Build/source/utils/xindy-old/ac/xindy.ac18
1 files changed, 18 insertions, 0 deletions
diff --git a/Build/source/utils/xindy-old/ac/xindy.ac b/Build/source/utils/xindy-old/ac/xindy.ac
new file mode 100644
index 00000000000..f7278f06f18
--- /dev/null
+++ b/Build/source/utils/xindy-old/ac/xindy.ac
@@ -0,0 +1,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