Changes in / [9600ece:0906e3c]


Ignore:
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r9600ece r0906e3c  
    4646    -->
    4747    <listitem>
     48      <para>2021-07-15</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Remove modifications to m4 that are no longer needed.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4857      <para>2021-07-08</para>
    4958      <itemizedlist>
  • chapter06/m4.xml

    r9600ece r0906e3c  
    4343  <sect2 role="installation">
    4444    <title>Installation of M4</title>
    45 
     45<!--
    4646    <para>First, make some fixes introduced by glibc-2.28:</para>
    4747
    4848<screen><userinput remap="pre">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c
    4949echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h</userinput></screen>
    50 
     50-->
    5151    <para>Prepare M4 for compilation:</para>
    5252
  • chapter08/m4.xml

    r9600ece r0906e3c  
    4040  <sect2 role="installation">
    4141    <title>Installation of M4</title>
    42 
     42<!--
    4343    <para>First, make some fixes required by glibc-2.28 and later:</para>
    4444
    4545<screen><userinput remap="pre">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c
    4646echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h</userinput></screen>
    47 
     47-->
    4848    <para>Prepare M4 for compilation:</para>
    4949
Note: See TracChangeset for help on using the changeset viewer.