lfs/chapter06/m4-inst.xml
Gerard Beekmans 110969fabc Removed the note to link m4 statically outside of chroot. We don't know
if this is still true with the current Glibc-2.2.4 we're using.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1094 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-08-28 22:31:24 +00:00

12 lines
279 B
XML

<sect2>
<title>Installation of M4</title>
<para>Install M4 by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput></screen></para>
</sect2>