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/ac | |
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/ac')
-rw-r--r-- | Build/source/utils/xindy/ac/xindy.ac | 5 |
1 files changed, 1 insertions, 4 deletions
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 |