Changeset 4355dbcf for general/prog


Ignore:
Timestamp:
03/25/2013 11:15:03 AM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d5595a31
Parents:
9226ef4
Message:

Fix gc 7.2 for Automake 1.13

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11128 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gc.xml

    r9226ef4 r4355dbcf  
    5050    <itemizedlist spacing="compact">
    5151      <listitem>
    52         <para>Download (HTTP): <ulink url="&gc-download-http;"/></para>
    53       </listitem>
    54       <listitem>
    55         <para>Download (FTP): <ulink url="&gc-download-ftp;"/></para>
    56       </listitem>
    57       <listitem>
    58         <para>Download MD5 sum: &gc-md5sum;</para>
    59       </listitem>
    60       <listitem>
    61         <para>Download size: &gc-size;</para>
    62       </listitem>
    63       <listitem>
    64         <para>Estimated disk space required: &gc-buildsize;</para>
    65       </listitem>
    66       <listitem>
    67         <para>Estimated build time: &gc-time;</para>
     52        <para>
     53          Download (HTTP): <ulink url="&gc-download-http;"/>
     54        </para>
     55      </listitem>
     56      <listitem>
     57        <para>
     58          Download (FTP): <ulink url="&gc-download-ftp;"/>
     59        </para>
     60      </listitem>
     61      <listitem>
     62        <para>
     63          Download MD5 sum: &gc-md5sum;
     64        </para>
     65      </listitem>
     66      <listitem>
     67        <para>
     68          Download size: &gc-size;
     69        </para>
     70      </listitem>
     71      <listitem>
     72        <para>
     73          Estimated disk space required: &gc-buildsize;
     74        </para>
     75      </listitem>
     76      <listitem>
     77        <para>
     78          Estimated build time: &gc-time;
     79        </para>
    6880      </listitem>
    6981    </itemizedlist>
     
    7385      <xref linkend="libatomic_ops"/> (Gc contains a copy of
    7486      Libatomic_ops-&gc-version; which it will compile and statically link if
    75       configure doesn't find Libatomic_ops installed on your system).
     87      configure doesn't find Libatomic_ops installed on your system)
    7688    </para>
    7789
     
    88100    </para>
    89101
    90 <screen><userinput>sed -i 's#pkgdata#doc#' doc/doc.am &amp;&amp; autoreconf  &amp;&amp;
     102<screen><userinput>sed -i 's#AM_CONFIG_HEADER#AC_CONFIG_HEADERS#' configure.ac &amp;&amp;
     103sed -i 's#AM_CONFIG_HEADER#AC_CONFIG_HEADERS#' libatomic_ops/configure.ac &amp;&amp;
     104sed -i 's#pkgdata#doc#' doc/doc.am &amp;&amp;
     105autoreconf -fi  &amp;&amp;
    91106./configure --prefix=/usr      \
    92107            --enable-cplusplus \
     
    95110make</userinput></screen>
    96111
    97     <para>To test the results, issue: <command>make check</command>.</para>
     112    <para>
     113      To test the results, issue: <command>make check</command>.
     114    </para>
    98115
    99116    <para>
     
    110127
    111128    <para>
    112       <command>sed -i 's#pkgdata#doc#' doc/doc.am</command>,
    113       <command>autoreconf</command> and
    114       <option>--docdir=/usr/share/doc/gc-&gc-version;</option>: These commands
    115       allow us to install the documentation in a versioned directory.
     129      <command>sed -i 's#AM_CONFIG_HEADER ...</command>: This
     130      <command>sed</command> fixes building with
     131      <application>Automake</application> 1.13.
     132    </para>
     133
     134    <para>
     135      <command>sed -i 's#pkgdata#doc#' doc/doc.am</command> and
     136      <option>--docdir=/usr/share/doc/gc-&gc-version;</option>:
     137      These commands are used so the package will install the
     138      documentation in a versioned directory.
     139    </para>
     140
     141    <para>
     142      <command>autoreconf -fi</command>: This regenerates the
     143      <command>configure</command> script and the
     144      <filename>Makefile.in</filename> files.
    116145    </para>
    117146
     
    155184
    156185      <varlistentry id="libgc">
    157         <term><filename class='libraryfile'>libgc.so</filename></term>
     186        <term><filename class="libraryfile">libgc.so</filename></term>
    158187        <listitem>
    159188          <para>
     
    168197
    169198      <varlistentry id="libgccpp">
    170         <term><filename class='libraryfile'>libgccpp.so</filename></term>
     199        <term><filename class="libraryfile">libgccpp.so</filename></term>
    171200        <listitem>
    172201          <para>
Note: See TracChangeset for help on using the changeset viewer.