Details on this package are located in Section 8.12.2, “Contents of M4.”
The M4 package contains a macro processor.
Prepare M4 for compilation:
./configure --prefix=/usr   \
            --host=$LFS_TGT \
            --build=$(build-aux/config.guess) \
            sv_cv_stack_direction=-1          \
            sv_cv_stack_direction_msg="grows down"
        Compile the package:
make
Install the package:
make DESTDIR=$LFS install
Details on this package are located in Section 8.12.2, “Contents of M4.”