summaryrefslogtreecommitdiff
path: root/Build/source/libs/configure
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/configure')
-rwxr-xr-xBuild/source/libs/configure20
1 files changed, 18 insertions, 2 deletions
diff --git a/Build/source/libs/configure b/Build/source/libs/configure
index b639bcd0912..5470c90c226 100755
--- a/Build/source/libs/configure
+++ b/Build/source/libs/configure
@@ -692,6 +692,7 @@ enable_psutils
enable_t1utils
enable_tpic2pdftex
enable_vlna
+enable_xindy
enable_web2c
with_editor
enable_auto_core
@@ -1454,12 +1455,12 @@ Optional Features:
--disable-t1utils do not build the t1utils package
--disable-tpic2pdftex do not build the tpic2pdftex package
--disable-vlna do not build the vlna package
+ --enable-xindy build the xindy package
--disable-web2c do not build the web2c (TeX & Co.) package
--enable-auto-core cause TeX&MF to dump core, given a certain
filename
--disable-dump-share make fmt/base/mem files architecture-dependent
- --disable-ipc disable TeX's --ipc option, i.e., pipe to a
- program
+ --enable-ipc enable TeX's --ipc option, i.e., pipe to a program
--disable-tex do not compile and install TeX
--enable-etex compile and install e-TeX
--disable-aleph do not compile and install Aleph
@@ -2319,6 +2320,21 @@ $as_echo "$as_me: Assuming \`--enable-vlna=$enable_vlna'" >&6;}
esac
+## utils/xindy/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy/
+## configure options and TL libraries required for xindy
+# Check whether --enable-xindy was given.
+if test "${enable_xindy+set}" = set; then
+ enableval=$enable_xindy;
+fi
+case $enable_xindy in #(
+ yes|no);; #(
+ *) enable_xindy=no
+ { $as_echo "$as_me:$LINENO: Assuming \`--enable-xindy=$enable_xindy'" >&5
+$as_echo "$as_me: Assuming \`--enable-xindy=$enable_xindy'" >&6;}
+ ac_configure_args="$ac_configure_args '--enable-xindy=$enable_xindy'";;
+esac
+
+
## texk/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/