diff options
author | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2021-07-16 05:45:08 +0200 |
---|---|---|
committer | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2021-07-16 05:45:08 +0200 |
commit | 0906e3caf305cc6b6022a1ed5b06cb7635401798 (patch) | |
tree | 51cf8e18fe994633b26c617ac8a8998ea8123e77 /chapter06 | |
parent | 9600ece7df8920c0f6d4dccf3a2537977c3c05ee (diff) | |
parent | f3997370c5e82150e0533b29c4fd47018375af6c (diff) |
Automatic merge of trunk into multilib
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/m4.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/m4.xml b/chapter06/m4.xml index 7a28a08cc..91e0a9ea2 100644 --- a/chapter06/m4.xml +++ b/chapter06/m4.xml @@ -42,12 +42,12 @@ <sect2 role="installation"> <title>Installation of M4</title> - +<!-- <para>First, make some fixes introduced by glibc-2.28:</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 \ |