diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-02-17 12:00:18 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-02-17 12:00:18 +0000 |
commit | acfa9ffc920dfa45cfc421783b23239cb9d23d83 (patch) | |
tree | 9bcb3da0c1f16461f1780024a80645d9503e3b66 /Build/source/utils/xindy | |
parent | 580e28ce261370812ed47c88cd7d69e1c2b4bb31 (diff) |
Build system: Minor cleanup
git-svn-id: svn://tug.org/texlive/trunk@36303 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy')
-rw-r--r-- | Build/source/utils/xindy/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/utils/xindy/ac/xindy.ac | 5 | ||||
-rwxr-xr-x | Build/source/utils/xindy/configure | 8 |
3 files changed, 5 insertions, 12 deletions
diff --git a/Build/source/utils/xindy/ChangeLog b/Build/source/utils/xindy/ChangeLog index ecfcdee55a9..6962e2e7f33 100644 --- a/Build/source/utils/xindy/ChangeLog +++ b/Build/source/utils/xindy/ChangeLog @@ -1,3 +1,7 @@ +2015-02-17 Peter Breitenlohner <peb@mppmu.mpg.de> + + * ac/xindy.ac: Drop the obsolete '--with-xindy-recode'. + 2015-02-16 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am: Use the fragment ../../am/dist_hook.am. diff --git a/Build/source/utils/xindy/ac/xindy.ac b/Build/source/utils/xindy/ac/xindy.ac index a24f9b86895..3aaedcd52a6 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-2013 Peter Breitenlohner <tex-live@tug.org> +dnl Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org> dnl You may freely use, modify and/or distribute this file. dnl ## configure options for xindy @@ -17,6 +17,3 @@ AC_ARG_WITH([clisp-runtime], AS_HELP_STRING([--with-clisp-runtime=PATH], [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-xindy-recode], - [use `recode' instead of `iconv' to build xindy @<:@default: no@:>@]))[]dnl diff --git a/Build/source/utils/xindy/configure b/Build/source/utils/xindy/configure index 44dd86eb373..c40c4391037 100755 --- a/Build/source/utils/xindy/configure +++ b/Build/source/utils/xindy/configure @@ -719,7 +719,6 @@ enable_compiler_warnings enable_xindy_rules enable_xindy_docs with_clisp_runtime -with_xindy_recode ' ac_precious_vars='build_alias host_alias @@ -1373,8 +1372,6 @@ Optional Packages: pathname of clisp runtime to install for `xindy', `default' to derive from clisp, or `system' to use installed version - --with-xindy-recode use `recode' instead of `iconv' to build xindy - [default: no] Some influential environment variables: CC C compiler command @@ -3754,11 +3751,6 @@ if test "${with_clisp_runtime+set}" = set; then : withval=$with_clisp_runtime; fi -# Check whether --with-xindy-recode was given. -if test "${with_xindy_recode+set}" = set; then : - withval=$with_xindy_recode; -fi - case $enable_xindy_rules in #( yes | no) : |