Updated .bep file for m4-1.4.15, this one now allow it to build fully.

This commit is contained in:
Scott McCreary
2010-09-23 18:39:43 +00:00
parent 554f026bef
commit 6a60c59b14

View File

@@ -7,6 +7,11 @@ STATUS_HAIKU="broken"
DEPEND="" DEPEND=""
BUILD { BUILD {
cd m4-1.4.15 cd m4-1.4.15
libtoolize --force --copy --install
aclocal -I m4
autoconf
automake
autoheader
./configure --prefix=/boot/common --enable-changeword ./configure --prefix=/boot/common --enable-changeword
make make
} }