Files
MyLFS/phase4/m4.sh

15 lines
120 B
Bash

# M4 Phase 4
./configure --prefix=/usr
make
if $RUN_TESTS
then
set +e
make check
set -e
fi
make install