diff options
Diffstat (limited to 'chapter08/m4.xml')
-rw-r--r-- | chapter08/m4.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/m4.xml b/chapter08/m4.xml index b8d57fba0..13b032a25 100644 --- a/chapter08/m4.xml +++ b/chapter08/m4.xml @@ -39,12 +39,12 @@ <sect2 role="installation"> <title>Installation of M4</title> - +<!-- <para>First, make some fixes required by glibc-2.28 and later:</para> <screen><userinput remap="pre">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h</userinput></screen> - +--> <para>Prepare M4 for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> |