User Tools

Site Tools


qLinux
… a distribution study


<< Prev
Readline

Next >>
Bc


M4-1.4.19

Reference: 8.12. M4-1.4.19. Fix the build system:

patch -Np1 -i m4-1.4.19-qlnx-20220202.patch

This package builds and installs the common way:

./configure --prefix=/plng \
            --with-syscmd-shell=/qlnx/bin/sh \
            --mandir=/plng/man \
            --infodir=/tmp

Build and install m4:

make
make install

Verify the loader:

readelf -l `which m4`

Wipe out  /tmp :

rm /tmp/*

<< Prev
Readline

        

Next >>
Bc