mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Changed several bep files to use aclocal --install
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user