Changed several bep files to use aclocal --install

This commit is contained in:
Scott McCreary
2011-04-11 06:58:03 +00:00
parent db729ec691
commit 6c10cfe010
10 changed files with 22 additions and 63 deletions

View File

@@ -7,13 +7,8 @@ STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd SDL_image-1.2.8
cp /boot/common/share/aclocal/libtool.m4 acinclude
cp /boot/common/share/aclocal/ltoptions.m4 acinclude
cp /boot/common/share/aclocal/ltversion.m4 acinclude
cp /boot/common/share/aclocal/ltsugar.m4 acinclude
cp /boot/common/share/aclocal/lt~obsolete.m4 acinclude
libtoolize --force --copy --install
aclocal -I acinclude
aclocal --install -I acinclude
./autogen.sh
./configure --prefix=/boot/common
make

View File

@@ -7,13 +7,8 @@ STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd SDL_image-1.2.9
cp /boot/common/share/aclocal/libtool.m4 acinclude
cp /boot/common/share/aclocal/ltoptions.m4 acinclude
cp /boot/common/share/aclocal/ltversion.m4 acinclude
cp /boot/common/share/aclocal/ltsugar.m4 acinclude
cp /boot/common/share/aclocal/lt~obsolete.m4 acinclude
libtoolize --force --copy --install
aclocal -I acinclude
aclocal --install -I acinclude
./autogen.sh
./configure --prefix=/boot/common
make