diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-10 14:23:39 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-10 14:23:39 +0000 |
commit | bf215142653f26451bd3f6a0fe7216b056ad3c96 (patch) | |
tree | 376bbf99c7ff9284274619e3ffa261231e50f8e5 /Build/source/utils | |
parent | fb208458531f4362d2b794f246c70ccb126c403c (diff) |
build system: remove some unused files
git-svn-id: svn://tug.org/texlive/trunk@13030 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils')
-rw-r--r-- | Build/source/utils/xindy/ChangeLog.TL | 20 | ||||
-rwxr-xr-x | Build/source/utils/xindy/configure | 12 | ||||
-rw-r--r-- | Build/source/utils/xindy/configure.ac | 1 |
3 files changed, 14 insertions, 19 deletions
diff --git a/Build/source/utils/xindy/ChangeLog.TL b/Build/source/utils/xindy/ChangeLog.TL index fce65209742..8df217ac31e 100644 --- a/Build/source/utils/xindy/ChangeLog.TL +++ b/Build/source/utils/xindy/ChangeLog.TL @@ -1,17 +1,25 @@ ChangeLog.TL: Changes for xindy (teTeX / TeX Live) ====================================================== +2009-05-09 Peter Breitenlohner <peb@mppmu.mpg.de> + + * configure.ac: Remove '--with-clisp=...', use 'CLISP=...'. + 2009-05-08 Peter Breitenlohner <peb@mppmu.mpg.de> + Allow parallel builds: + * binaries/Makefile.am: Add '.NOTPARALLEL:'. + * rte/Makefile.am: Serialize rule that creates two targets. + + * configure.ac (AC_CONFIG_AUX_DIR): Use auxiliary files from + ../../build-aux in TeX Live tree. + + +2009-05-07 Peter Breitenlohner <peb@mppmu.mpg.de> + Adapt to TL2009 build system. * configure.ac, Makefile.am: Adapt. * ac/xindy.ac (new): Configure options also shown at top-level. * m4/tl_msg_error.m4 (new): Define TL_MSG_ERROR such that 'configure --disable-build' succeeds without clisp. - Allow parallel builds: - * binaries/Makefile.am: Add '.NOTPARALLEL:'. - * rte/Makefile.am: Serialize rule that creates two targets. - - * configure.ac: Remove '--with-clisp=...', use 'CLISP=...'. - diff --git a/Build/source/utils/xindy/configure b/Build/source/utils/xindy/configure index b765d554fab..e4aeeb429be 100755 --- a/Build/source/utils/xindy/configure +++ b/Build/source/utils/xindy/configure @@ -4118,18 +4118,6 @@ fi else - test -x "$CLISP" || if test "x$enable_build" = xno; then - { $as_echo "$as_me:$LINENO: WARNING: building xindy has been disabled and would fail because -clisp is not executable: $CLISP" >&5 -$as_echo "$as_me: WARNING: building xindy has been disabled and would fail because -clisp is not executable: $CLISP" >&2;} -else - { { $as_echo "$as_me:$LINENO: error: clisp is not executable: $CLISP" >&5 -$as_echo "$as_me: error: clisp is not executable: $CLISP" >&2;} - { (exit 1); exit 1; }; } -fi - - { $as_echo "$as_me:$LINENO: checking for clisp library directory" >&5 $as_echo_n "checking for clisp library directory... " >&6; } CLISP_LIB=`$CLISP -q -norc -x '(progn (princ *lib-directory*) (values))'` diff --git a/Build/source/utils/xindy/configure.ac b/Build/source/utils/xindy/configure.ac index 2f7ae1cbcf8..b2e690293cb 100644 --- a/Build/source/utils/xindy/configure.ac +++ b/Build/source/utils/xindy/configure.ac @@ -92,7 +92,6 @@ if test "x$CLISP" = xno; then Please install clisp or specify the clisp executable location via the CLISP=... configure argument.]) else - test -x "$CLISP" || TL_MSG_ERROR([clisp is not executable: $CLISP]) AC_MSG_CHECKING([for clisp library directory]) CLISP_LIB=`$CLISP -q -norc -x '(progn (princ *lib-directory*) (values))'` AC_MSG_RESULT([$CLISP_LIB]) |