Author: pierre
Date: Thu Oct 12 00:28:15 2017
New Revision: 19321
Log:
Remove obsolete "sed" command in libxslt: configure.in
does not exist anymore, and configure.ac has been fixed.
Modified:
trunk/BOOK/general/genlib/libxslt.xml
Modified: trunk/BOOK/general/genlib/libxslt.xml
==============================================================================
--- trunk/BOOK/general/genlib/libxslt.xml Wed Oct 11 14:58:50 2017
(r19320)
+++ trunk/BOOK/general/genlib/libxslt.xml Thu Oct 12 00:28:15 2017
(r19321)
@@ -113,11 +113,8 @@
commands:
</para>
-<screen><userinput>sed -i s/3000/5000/ libxslt/transform.c
doc/xsltproc.{1,xml} &&
-sed -i '/WITH_MODULES=.*--variable/ a \\t\tXML_CONFIG="$PKG_CONFIG
libxml-2.0"' \
- configure.in
&&
-autoreconf -fiv
&&
-./configure --prefix=/usr --disable-static
&&
+<screen><userinput>sed -i s/3000/5000/ libxslt/transform.c
doc/xsltproc.{1,xml} &&
+./configure --prefix=/usr --disable-static &&
make</userinput></screen>
<para>
@@ -140,13 +137,6 @@
limit in libxslt. This is needed by some packages for their
documentation.
</para>
- <para>
- <command>sed -i '/WITH_MODULES=.*--variable/ ...</command>:
- this, and the following <command>autoreconf</command>, ensure that
- any package using <command>xslt-config --cflags</command> to discover
- how to compile against libxslt will get the correct result.
- </para>
-
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page