texlive[49993] allow cross-compilation for xindy
commits+karl at tug.org
commits+karl at tug.org
Sun Feb 10 20:14:28 CET 2019
Revision: 49993
http://tug.org/svn/texlive?view=revision&revision=49993
Author: karl
Date: 2019-02-10 20:14:27 +0100 (Sun, 10 Feb 2019)
Log Message:
-----------
allow cross-compilation for xindy
Modified Paths:
--------------
trunk/Build/source/utils/xindy/ChangeLog
trunk/Build/source/utils/xindy/ac/withenable.ac
Property Changed:
----------------
trunk/Build/source/utils/xindy/ac/withenable.ac
Modified: trunk/Build/source/utils/xindy/ChangeLog
===================================================================
--- trunk/Build/source/utils/xindy/ChangeLog 2019-02-10 08:39:48 UTC (rev 49992)
+++ trunk/Build/source/utils/xindy/ChangeLog 2019-02-10 19:14:27 UTC (rev 49993)
@@ -1,3 +1,8 @@
+2019-02-10 Karl Berry <karl at tug.org>
+
+ * ac/withenable.ac (KPSE_ENABLE_PROG): just disable,
+ cross-compilation is possible if clisp is built (per Luigi).
+
2017-11-13 Karl Berry <karl at tug.org>
* xindy-src/make-rules/inputenc/make-inp-rules.pl: must use \{
Modified: trunk/Build/source/utils/xindy/ac/withenable.ac
===================================================================
--- trunk/Build/source/utils/xindy/ac/withenable.ac 2019-02-10 08:39:48 UTC (rev 49992)
+++ trunk/Build/source/utils/xindy/ac/withenable.ac 2019-02-10 19:14:27 UTC (rev 49993)
@@ -1,9 +1,11 @@
-## utils/xindy/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy/
+# $Id$
+# utils/xindy/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy/
dnl
-dnl Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live at tug.org>
+dnl Copyright 2009-2018 Karl Berry <tex-live at tug.org>
+dnl Copyright 2009-2010 Peter Breitenlohner <tex-live at tug.org>
dnl You may freely use, modify and/or distribute this file.
dnl
## configure options and TL libraries required for xindy
-KPSE_ENABLE_PROG([xindy], , [disable native])
+KPSE_ENABLE_PROG([xindy], , [disable])
m4_include(kpse_TL[utils/xindy/ac/xindy.ac])
m4_include(kpse_TL[utils/xindy/ac/clisp.ac])
Property changes on: trunk/Build/source/utils/xindy/ac/withenable.ac
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision
\ No newline at end of property
More information about the tex-live-commits
mailing list