diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-09-09 17:10:51 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-09-09 17:10:51 +0000 |
commit | f8a96cfbffb49fc6df5794d66a2a7b8d43e7a8de (patch) | |
tree | bf664d046efc75841d1401503b6c017d0d8c4c09 /chapter06/m4.xml | |
parent | 12a2975c8eb3fa6c5a4f36d5c88d7c7e9e271fac (diff) |
Upgrade to m4-1.4.6. Fixes #1868.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7785 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/m4.xml')
-rw-r--r-- | chapter06/m4.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/m4.xml b/chapter06/m4.xml index 12379790c..fe5c5a6a6 100644 --- a/chapter06/m4.xml +++ b/chapter06/m4.xml @@ -34,10 +34,6 @@ <sect2 role="installation"> <title>Installation of M4</title> - <para>Fix a buffer overrun in m4:</para> - -<screen><userinput>sed -i -e '1660 s/break;/return;/' src/builtin.c</userinput></screen> - <para>Prepare M4 for compilation:</para> <screen><userinput>./configure --prefix=/usr</userinput></screen> |