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 | |
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')
-rwxr-xr-x | Build/source/utils/configure | 15 | ||||
-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 |
4 files changed, 8 insertions, 24 deletions
diff --git a/Build/source/utils/configure b/Build/source/utils/configure index 83aa56bd754..6e815cf8dbe 100755 --- a/Build/source/utils/configure +++ b/Build/source/utils/configure @@ -709,7 +709,6 @@ enable_xindy enable_xindy_rules enable_xindy_docs with_clisp_runtime -with_xindy_recode enable_xpdfopen enable_web2c with_banner_add @@ -1515,7 +1514,7 @@ Optional Features: --disable-web2c do not build the web2c (TeX & Co.) package --enable-auto-core cause TeX&MF to dump core, given a certain filename - --disable-dump-share make fmt/base/mem files architecture-dependent + --disable-dump-share make fmt/base files architecture-dependent --disable-ipc disable TeX's --ipc option, i.e., pipe to a program --disable-tex do not compile and install TeX @@ -1552,7 +1551,7 @@ Optional Features: --enable-tektronixwin include Tektronix window support --enable-unitermwin include Uniterm window support --disable-web-progs do not build WEB programs bibtex ... weave - --disable-synctex do not build the SyncTeX tool + --disable-synctex do not build the SyncTeX library and tool --disable-afm2pl do not build the afm2pl package --disable-bibtex-x do not build the bibtex-x package --disable-bibtex8 do not build the bibtex8 program @@ -1632,8 +1631,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] --with-banner-add=STR add STR to version string appended to banner lines --with-editor=CMD invoke CMD from the `e' option [vi +%d '%s'] or [texworks --position=%d "%s"] @@ -3580,11 +3577,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 - ## utils/xindy/ac/clisp.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy/ ## configure checks for xindy and clisp case $with_clisp_runtime in #( @@ -3987,8 +3979,7 @@ fi if test "${enable_web_progs+set}" = set; then : enableval=$enable_web_progs; fi - -## configure option for the SyncTeX tool +## configure option for the SyncTeX library and tool # Check whether --enable-synctex was given. if test "${enable_synctex+set}" = set; then : enableval=$enable_synctex; 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) : |