summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/xindy')
-rw-r--r--Build/source/utils/xindy/ChangeLog.TL20
-rwxr-xr-xBuild/source/utils/xindy/configure12
-rw-r--r--Build/source/utils/xindy/configure.ac1
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])