diff options
author | Karl Berry <karl@freefriends.org> | 2018-03-14 23:00:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-03-14 23:00:36 +0000 |
commit | fc4dcb203233e8f530ad0888acd7ed235bfb36be (patch) | |
tree | 381c8cd035082e7c07badf56e634a4cf4e6b4261 /Build/source/utils/README | |
parent | e874f7c7c1483bcf3680a1c659bad73fa942fe60 (diff) |
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
Diffstat (limited to 'Build/source/utils/README')
-rw-r--r-- | Build/source/utils/README | 10 |
1 files changed, 0 insertions, 10 deletions
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. - |