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:
@@ -10,11 +10,7 @@ BUILD {
|
||||
cd SDL_ttf-2.0.10
|
||||
rm -f acinclude.m4
|
||||
libtoolize --copy --force --install
|
||||
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
|
||||
aclocal --install -I acinclude
|
||||
echo "AC_CONFIG_MACRO_DIR([acinclude]) > configure.in"
|
||||
./autogen.sh
|
||||
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
||||
@@ -29,5 +25,6 @@ INSTALL {
|
||||
cd SDL_ttf-2.0.10
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="1997-2010 Sam Lantinga"
|
||||
|
||||
Reference in New Issue
Block a user