diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/m4.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter05/m4.xml b/chapter05/m4.xml index 4be3a0f36..0aa067d5c 100644 --- a/chapter05/m4.xml +++ b/chapter05/m4.xml @@ -43,6 +43,12 @@ <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> |