Valgrind-3.10.0: tweaks.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14596 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2014-10-13 10:25:59 +00:00
parent 59b1257856
commit 9dfdd94271

View File

@ -131,12 +131,12 @@ popd</userinput></screen>
<title>Command Explanations</title>
<para>
<command>sed -i 's/-mt//g' configure</command>: Fixes configure to find
Boost-1.56.x.
<command>sed -i 's/-mt//g' configure</command>: Fixes configure script to
find newer versions of Boost.
</para>
<para>
<command>sed s|/doc/valgrind|| ... </command>: This sed provides for
<command>sed -i ... docs/Makefile.in </command>: This sed provides for
installing the documentation in a versioned directory.
</para>