diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-12-08 02:02:40 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-12-08 02:02:40 +0000 |
commit | e35dcc6878eecf2a5a2d26c80f6887c39759f0e0 (patch) | |
tree | 0c495cfe179581dbd3250c23c0cea3b3c8c2cc9f /chapter01 | |
parent | 70b496b2720487d9c4e33621d698f568fb838b45 (diff) |
noted perl's installation instruction changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1366 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c5f4f8938..13e3b220f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> |