noted perl's installation instruction changes

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1366 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-12-08 02:02:40 +00:00
parent 70b496b272
commit e35dcc6878

View File

@ -6,6 +6,12 @@
<itemizedlist>
<listitem><para>December 7th, 2001 [gerard]: Chapter 6: Change the
configure command from <emphasis>./Configure -Dprefix=/usr</emphasis> to
<emphasis>./configure.gnu --prefix=/usr</emphasis>. This is more consistent
with the installation instructions for the other packages, and the result
is identical to the old way.</para></listitem>
<listitem><para>December 3rd, 2001 [markh]: Chapter 2: Added the Which
Platform? section.</para></listitem>