summaryrefslogtreecommitdiff
path: root/Build/source/texk/configure
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/texk/configure
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/texk/configure')
-rwxr-xr-xBuild/source/texk/configure38
1 files changed, 19 insertions, 19 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure
index 0c1f4fc1a73..1e9355da0fa 100755
--- a/Build/source/texk/configure
+++ b/Build/source/texk/configure
@@ -674,7 +674,7 @@ enable_xindy_rules
enable_xindy_docs
with_clisp_runtime
with_xindy_recode
-enable_xindy
+enable_xindy_old
enable_xpdfopen
enable_web2c
with_tex_banner
@@ -1472,7 +1472,7 @@ Optional Features:
--enable-xindy-new build the xindy-new package
--enable-xindy-rules build and install make-rules package
--enable-xindy-docs build and install documentation
- --enable-xindy build the xindy package
+ --enable-xindy-old build the xindy-old package
--disable-xpdfopen do not build the xpdfopen package
--disable-web2c do not build the web2c (TeX & Co.) package
--enable-auto-core cause TeX&MF to dump core, given a certain
@@ -3370,35 +3370,35 @@ fi ;;
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;
+## utils/xindy-old/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy-old/
+## configure options and TL libraries required for xindy-old
+# Check whether --enable-xindy-old was given.
+if test "${enable_xindy_old+set}" = set; then :
+ enableval=$enable_xindy_old;
fi
-case $enable_xindy in #(
+case $enable_xindy_old in #(
yes) :
if test "x$cross_compiling" = xyes; then :
- as_fn_error "Unable to cross compile xindy" "$LINENO" 5
+ as_fn_error "Unable to cross compile xindy-old" "$LINENO" 5
fi ;; #(
no) :
;; #(
*) :
if test "x$cross_compiling" = xyes; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: Cross compiling -> \`--disable-xindy'" >&5
-$as_echo "$as_me: Cross compiling -> \`--disable-xindy'" >&6;}
- enable_xindy=no
- ac_configure_args="$ac_configure_args '--disable-xindy'"
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Cross compiling -> \`--disable-xindy-old'" >&5
+$as_echo "$as_me: Cross compiling -> \`--disable-xindy-old'" >&6;}
+ enable_xindy_old=no
+ ac_configure_args="$ac_configure_args '--disable-xindy-old'"
else
- enable_xindy=no
- { $as_echo "$as_me:${as_lineno-$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'"
+ enable_xindy_old=no
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-xindy-old=$enable_xindy_old'" >&5
+$as_echo "$as_me: Assuming \`--enable-xindy-old=$enable_xindy_old'" >&6;}
+ ac_configure_args="$ac_configure_args '--enable-xindy-old=$enable_xindy_old'"
fi ;;
esac
-## utils/xindy/ac/xindy.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy/
-## configure options for xindy
+## utils/xindy-old/ac/xindy.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy-old/
+## configure options for xindy-old
# Check whether --enable-xindy-rules was given.
if test "${enable_xindy_rules+set}" = set; then :
enableval=$enable_xindy_rules;