From fc4dcb203233e8f530ad0888acd7ed235bfb36be Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 14 Mar 2018 23:00:36 +0000 Subject: best guess is that xindy's use of clisp does not need ffcall (with current clisp beta release). git-svn-id: svn://tug.org/texlive/trunk@46965 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/README | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Build') diff --git a/Build/source/utils/README b/Build/source/utils/README index fa55d69bc08..fbc2273a6de 100644 --- a/Build/source/utils/README +++ b/Build/source/utils/README @@ -81,14 +81,6 @@ ln -s . $clisp_toolsdir/lib/64 # for Solaris 64-bit # if you can't build libsigsegv, pass --ignore-absence-of-libsigsegv # when running configure for clisp. -ffcall_ver=libffcall-2.1 -cd $clisp_basedir -$wget https://ftp.gnu.org/gnu/libffcall/$ffcall_ver.tar.gz -gzip -dc $ffcall_ver.tar.gz | tar xf - -cd $ffcall_ver -./configure -C --prefix=$clisp_toolsdir --disable-shared --enable-static \ -&& make && make check && make install - # may be able to omit iconv if have new enough in libc or elsewhere. libiconv_ver=libiconv-1.15 cd $clisp_basedir @@ -121,11 +113,9 @@ cd $clisp_ver --without-readline --without-dynamic-modules --without-termcap-ncurses \ --disable-nls \ --with-libsigsegv-prefix=$clisp_toolsdir \ - --with-libffcall-prefix=$clisp_toolsdir \ --with-libiconv-prefix=$clisp_toolsdir \ $clisp_builddir \ && (cd $clisp_builddir && make) There may be clisp test failures relating to sockets on some systems. Since xindy doesn't use sockets, we can ignore those for TL. - -- cgit v1.2.3