summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-11 13:18:37 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-11 13:18:37 +0000
commitbc7e6ba64528ec9408b8440f62e1e6de4bbabb35 (patch)
tree5837315256efc0ea53f38a1574d638826234f64d /Build/source/utils/xindy/ac
parent84b958df892c3589ae527aa37413c50f7001c55a (diff)
rename xindy (2.3) => xindy-old
git-svn-id: svn://tug.org/texlive/trunk@18198 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/ac')
-rw-r--r--Build/source/utils/xindy/ac/withenable.ac8
-rw-r--r--Build/source/utils/xindy/ac/xindy.ac18
2 files changed, 0 insertions, 26 deletions
diff --git a/Build/source/utils/xindy/ac/withenable.ac b/Build/source/utils/xindy/ac/withenable.ac
deleted file mode 100644
index bfd1f606896..00000000000
--- a/Build/source/utils/xindy/ac/withenable.ac
+++ /dev/null
@@ -1,8 +0,0 @@
-## utils/xindy/ac/withenable.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 and TL libraries required for xindy
-KPSE_ENABLE_PROG([xindy], , [disable native])
-m4_include(kpse_TL[utils/xindy/ac/xindy.ac])
diff --git a/Build/source/utils/xindy/ac/xindy.ac b/Build/source/utils/xindy/ac/xindy.ac
deleted file mode 100644
index 8ea4ad6fa61..00000000000
--- a/Build/source/utils/xindy/ac/xindy.ac
+++ /dev/null
@@ -1,18 +0,0 @@
-## 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-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