diff options
Diffstat (limited to 'chapter06/m4.xml')
-rw-r--r-- | chapter06/m4.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter06/m4.xml b/chapter06/m4.xml index cf7934ee5..c22282c1d 100644 --- a/chapter06/m4.xml +++ b/chapter06/m4.xml @@ -40,12 +40,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=/usr</userinput></screen> |