Changed several bep files to use aclocal --install

This commit is contained in:
Scott McCreary
2011-04-11 06:27:25 +00:00
parent dd699a899c
commit b9befece95
4 changed files with 7 additions and 22 deletions

View File

@@ -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"