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,14 +10,9 @@ BUILD {
rm aclocal.m4
rm acinclude.m4
mkdir -p m4
cp /boot/common/share/aclocal/libtool.m4 m4
cp /boot/common/share/aclocal/ltoptions.m4 m4
cp /boot/common/share/aclocal/ltversion.m4 m4
cp /boot/common/share/aclocal/ltsugar.m4 m4
cp /boot/common/share/aclocal/lt~obsolete.m4 m4
echo "AC_CONFIG_MACRO_DIR([m4]) >> configure.in"
libtoolize --copy --force --install
aclocal -I m4
aclocal --install -I m4
./autogen.sh
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
@@ -31,5 +26,6 @@ INSTALL {
cd SDL_rtf-0.1.0
make install
}
LICENSE="GNU LGPL v2"
COPYRIGHT="2003-2009 Sam Lantinga"