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, 0 insertions, 18 deletions
diff --git a/Build/source/utils/xindy-old/ac/xindy.ac b/Build/source/utils/xindy-old/ac/xindy.ac
deleted file mode 100644
index f7278f06f18..00000000000
--- a/Build/source/utils/xindy-old/ac/xindy.ac
+++ /dev/null
@@ -1,18 +0,0 @@
-## 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