Changeset 1ea3b96 for x/lib


Ignore:
Timestamp:
01/05/2021 04:04:44 PM (3 years ago)
Author:
Thomas Trepl <thomas@…>
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:
6cbbb2d
Parents:
5362771
Message:

Remove -i from autoreconf command to enable building without gtkdoc installed

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/cairo.xml

    r5362771 r1ea3b96  
    144144    </para>
    145145
    146 <screen><userinput>autoreconf -fiv             &amp;&amp;
     146<screen><userinput>autoreconf -fv              &amp;&amp;
    147147./configure --prefix=/usr    \
    148148            --disable-static \
     
    165165
    166166    <para>
    167       <parameter>autoreconf -fiv</parameter>: This prevents
     167      <parameter>autoreconf -fv</parameter>: This prevents
    168168      <command>configure</command> ending in error with the current version
    169169      of <application>automake</application> because the AM_INIT_AUTOMAKE
Note: See TracChangeset for help on using the changeset viewer.