#!/bin/bash
cd $LFS/usr/src/m4-*

#already now needed for binutils_devel

./configure --prefix=/prelfs &&
make &&
#make check &&
make install
