diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-03-14 22:10:23 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-03-14 22:10:23 +0000 |
commit | f8b41d7b8ffab0f45431c56961500e203ab0c0f8 (patch) | |
tree | e2e2a46bd0fb3d31b5aba68828079ddca8e730e2 /chapter05/dejagnu.xml | |
parent | 2e12af5f1d9a092671a2b59b8f59f58da6e6b836 (diff) |
Upgrade to Dejagnu-1.5. Fixes #2845.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9489 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/dejagnu.xml')
-rw-r--r-- | chapter05/dejagnu.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter05/dejagnu.xml b/chapter05/dejagnu.xml index 8f097e816..bae0ed7d9 100644 --- a/chapter05/dejagnu.xml +++ b/chapter05/dejagnu.xml @@ -41,11 +41,6 @@ <sect2 role="installation"> <title>Installation of DejaGNU</title> - <para>The most recent version of this package was released in 2004. Apply - some fixes that have accumulated since then:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&dejagnu-consolidated-patch;</userinput></screen> - <para>Prepare DejaGNU for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen> |