diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-09-22 20:22:23 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-09-22 20:22:23 +0000 |
commit | 429b4dc99030e6a2bc4eab6688899b813acb6512 (patch) | |
tree | 48e79651e7894f3d0889bcb863e380ea3cdb96ef /chapter05 | |
parent | 225a1c7f2ed5a48cef8234127b8ebb7d1b3c137f (diff) |
Upgrade to M4-1.4.15. Fixes #2744.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9382 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/m4.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter05/m4.xml b/chapter05/m4.xml index 0aa067d5c..4be3a0f36 100644 --- a/chapter05/m4.xml +++ b/chapter05/m4.xml @@ -43,12 +43,6 @@ <sect2 role="installation"> <title>Installation of M4</title> - <para>Add a missing include directive that prevents M4 successfully building - against Glibc-&glibc-version;:</para> - -<screen><userinput remap="pre">sed -i -e '/"m4.h"/a\ -#include <sys/stat.h>' src/path.c</userinput></screen> - <para>Prepare M4 for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen> |