M4-1.4.20

The M4 package contains a macro processor.

Approximate build time: 0.1 SBU
Required disk space: 38 MB
SHA256 Checksum: e236ea3a1ccf5f6c270b1c4bb60726f371fa49459a8eaaebc90b216b328daf2b

Installation of M4

Prepare M4 for compilation:

./configure --prefix=/usr   \
            --host=$LFS_TGT \
            --build=$(build-aux/config.guess)

Compile the package:

make

Install the package:

make DESTDIR=$LFS install

Details on this package are located in the section called “Contents of M4.”