Ignore:
Timestamp:
Apr 5, 2014, 6:47:29 AM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
b539b9b
Parents:
02b1667
Message:

Add M4=m4 during configure so bison and flex don't hardcode m4 to /tools/bin/m4. The m4 used will depend on the path or the M4 variable when running bison or flex in userland. In this case for a default CLFS build, it will be /usr/bin/m4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/flex.xml

    r02b1667 r6244322  
    2828    <para os="a">Prepare Flex for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
     30<screen os="b"><userinput>M4=m4 ./configure --prefix=/usr</userinput></screen>
    3131
    3232    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.