summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-06-24 11:08:47 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-06-24 11:08:47 +0000
commite471763d83f810b843a5127927f26b78449a7acf (patch)
tree1917697c2988f39a04abe4a3d3202c51f8bc9053 /Build/source/utils/xindy
parent760d064ec8aa9fd4dca8a7f209ae568232a73a58 (diff)
xindy: Fixed a typo (--with-recode => --with-xindy-recode)
git-svn-id: svn://tug.org/texlive/trunk@30896 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy')
-rw-r--r--Build/source/utils/xindy/ChangeLog5
-rw-r--r--Build/source/utils/xindy/ac/xindy.ac4
-rw-r--r--Build/source/utils/xindy/configure.ac2
3 files changed, 8 insertions, 3 deletions
diff --git a/Build/source/utils/xindy/ChangeLog b/Build/source/utils/xindy/ChangeLog
index dbc5b27a1d6..b449cd76ffb 100644
--- a/Build/source/utils/xindy/ChangeLog
+++ b/Build/source/utils/xindy/ChangeLog
@@ -1,3 +1,8 @@
+2013-06-20 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * configure.ac, ac/xindy.ac: Fixed some typos, replacing
+ 'with-recode' => 'with-xindy-recode'.
+
2013-02-08 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am (scriptsdir), configure.ac (pkglibdir, docdir):
diff --git a/Build/source/utils/xindy/ac/xindy.ac b/Build/source/utils/xindy/ac/xindy.ac
index 3bf6e2d0524..a24f9b86895 100644
--- a/Build/source/utils/xindy/ac/xindy.ac
+++ b/Build/source/utils/xindy/ac/xindy.ac
@@ -1,6 +1,6 @@
## utils/xindy/ac/xindy.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy/
dnl
-dnl Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org>
dnl You may freely use, modify and/or distribute this file.
dnl
## configure options for xindy
@@ -18,5 +18,5 @@ AC_ARG_WITH([clisp-runtime],
[pathname of clisp runtime to install for `xindy', `default' to derive
from clisp, or `system' to use installed version]))[]dnl
AC_ARG_WITH([xindy-recode],
- AS_HELP_STRING([--with-recode],
+ AS_HELP_STRING([--with-xindy-recode],
[use `recode' instead of `iconv' to build xindy @<:@default: no@:>@]))[]dnl
diff --git a/Build/source/utils/xindy/configure.ac b/Build/source/utils/xindy/configure.ac
index 41579916ee7..9eaf573488c 100644
--- a/Build/source/utils/xindy/configure.ac
+++ b/Build/source/utils/xindy/configure.ac
@@ -102,7 +102,7 @@ if test "x$enable_xindy_rules:$enable_xindy_docs:$PDFLATEX" = xyes:yes:no; then
AC_MSG_ERROR([PDFLATEX is required to build xindy docs])
fi
-if test "x$with_recode" = xyes; then
+if test "x$with_xindy_recode" = xyes; then
AC_CHECK_PROG([CONVERT_FROM_UTF8], [recode], [recode UTF-8..])
if test "x$CONVERT_FROM_UTF8" != 'xrecode UTF-8..'; then
AC_MSG_ERROR([--with-xindy-recode specified, but `recode' not found])