Changeset e05831c9 for general/genlib


Ignore:
Timestamp:
11/30/2020 04:13:16 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
e52afdd
Parents:
3c54f613
Message:

Add a caution to unset ACLOCAL in libuv

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libuv.xml

    r3c54f613 re05831c9  
    9595      commands:
    9696    </para>
     97
     98    <caution>
     99      <para>
     100        The <command>sh autogen.sh</command> command below fails if the ACLOCAL
     101        environment variable is set as specified in <xref linkend="xorg7"/>.
     102        If it is used, ACLOCAL needs to be unset for this package and then
     103        reset for other packages.
     104      </para>
     105    </caution>
     106
    97107<!--
    98108Don't use cmake here to avoid circular dependency
Note: See TracChangeset for help on using the changeset viewer.