summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy-old/ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-06-05 14:10:40 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-06-05 14:10:40 +0000
commitd65aa576328f6698d7e7bf7c65119281cbca0981 (patch)
tree7318465d08d3e5d176bcb4c96a92a65dad6d71dc /Build/source/utils/xindy-old/ac
parentfc6e759582a57b0d59398fb5e923157416fc0055 (diff)
build system update/cleanup
git-svn-id: svn://tug.org/texlive/trunk@18755 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy-old/ac')
-rw-r--r--Build/source/utils/xindy-old/ac/withenable.ac8
-rw-r--r--Build/source/utils/xindy-old/ac/xindy.ac18
2 files changed, 0 insertions, 26 deletions
diff --git a/Build/source/utils/xindy-old/ac/withenable.ac b/Build/source/utils/xindy-old/ac/withenable.ac
deleted file mode 100644
index 8cae1fe35a1..00000000000
--- a/Build/source/utils/xindy-old/ac/withenable.ac
+++ /dev/null
@@ -1,8 +0,0 @@
-## utils/xindy-old/ac/withenable.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 and TL libraries required for xindy-old
-KPSE_ENABLE_PROG([xindy-old], , [disable native])
-m4_include(kpse_TL[utils/xindy-old/ac/xindy.ac])
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