]> git.pld-linux.org Git - packages/erlang.git/blame_incremental - erlang-no-fop.patch
Up to 25.1.2.
[packages/erlang.git] / erlang-no-fop.patch
... / ...
CommitLineData
1--- otp-OTP-21.3.8.6/erts/configure.ac.orig 2019-07-11 17:18:55.000000000 +0200
2+++ otp-OTP-21.3.8.6/erts/configure.ac 2019-09-09 17:44:05.368217526 +0200
3@@ -459,7 +459,8 @@ if test -z "$XSLTPROC"; then
4 AC_MSG_WARN([No 'xsltproc' command found: the documentation cannot be built])
5 fi
6
7-AC_CHECK_PROGS(FOP, fop)
8+dnl AC_CHECK_PROGS(FOP, fop)
9+AC_SUBST(FOP)
10 if test -z "$FOP"; then
11 FOP="$ERL_TOP/make/fakefop"
12 echo "fop" >> doc/CONF_INFO
13
This page took 0.076195 seconds and 4 git commands to generate.