From 633dc4da98d607dca3a3cb4906907ff634995d78 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 10 Feb 2019 19:14:27 +0000 Subject: allow cross-compilation for xindy git-svn-id: svn://tug.org/texlive/trunk@49993 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/xindy/ChangeLog | 5 +++++ Build/source/utils/xindy/ac/withenable.ac | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'Build/source/utils/xindy') diff --git a/Build/source/utils/xindy/ChangeLog b/Build/source/utils/xindy/ChangeLog index 5c2e7743844..4dde81c7be5 100644 --- a/Build/source/utils/xindy/ChangeLog +++ b/Build/source/utils/xindy/ChangeLog @@ -1,3 +1,8 @@ +2019-02-10 Karl Berry + + * ac/withenable.ac (KPSE_ENABLE_PROG): just disable, + cross-compilation is possible if clisp is built (per Luigi). + 2017-11-13 Karl Berry * xindy-src/make-rules/inputenc/make-inp-rules.pl: must use \{ diff --git a/Build/source/utils/xindy/ac/withenable.ac b/Build/source/utils/xindy/ac/withenable.ac index 9847a10127c..29136c48e34 100644 --- a/Build/source/utils/xindy/ac/withenable.ac +++ b/Build/source/utils/xindy/ac/withenable.ac @@ -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 +dnl Copyright 2009-2018 Karl Berry +dnl Copyright 2009-2010 Peter Breitenlohner 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]) -- cgit v1.2.3