summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/ac/xindy.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-09 14:49:21 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-09 14:49:21 +0000
commitf87b81c36d13160b0f2ae9058c548061b4cef6ae (patch)
treeaba38049520bf3ea296d33796b57addfbe780e88 /Build/source/utils/xindy/ac/xindy.ac
parentad4c3b9a96fd70284e4bf55ff0bab0578fb95345 (diff)
build system: more utils/xindy/ and general cleanup
git-svn-id: svn://tug.org/texlive/trunk@13020 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/ac/xindy.ac')
-rw-r--r--Build/source/utils/xindy/ac/xindy.ac18
1 files changed, 18 insertions, 0 deletions
diff --git a/Build/source/utils/xindy/ac/xindy.ac b/Build/source/utils/xindy/ac/xindy.ac
new file mode 100644
index 00000000000..137572739a4
--- /dev/null
+++ b/Build/source/utils/xindy/ac/xindy.ac
@@ -0,0 +1,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