diff options
Diffstat (limited to 'Build/source/utils/xindy')
-rw-r--r-- | Build/source/utils/xindy/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/utils/xindy/ac/xindy.ac | 4 | ||||
-rw-r--r-- | Build/source/utils/xindy/configure.ac | 2 |
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]) |