Ignore:
Timestamp:
01/07/2021 01:25:44 AM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
43c4beb
Parents:
34c5cf6f
Message:

libgrss:
Drop -i from autoreconf to avoid requiring gtk-doc,
List gtk-doc as optional (command for it is already shown as optional).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libgrss.xml

    r34c5cf6f r5610f36  
    8888    </para>
    8989
     90    <bridgehead renderas="sect4">Optional</bridgehead>
     91    <para role="optional">
     92      <xref linkend="gtk-doc"/>
     93    </para>
     94
    9095    <para condition="html" role="usernotes">
    9196      User Notes: <ulink url="&blfs-wiki;/libgrss"/>
     
    103108
    104109<screen><userinput>patch -Np1 -i ../libgrss-&libgrss-version;-bugfixes-1.patch &amp;&amp;
    105 autoreconf -fiv &amp;&amp;
     110autoreconf -fv &amp;&amp;
    106111./configure --prefix=/usr --disable-static &amp;&amp;
    107112make</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.