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,13 +10,8 @@ BUILD {
rm -f aclocal.m4
echo "AC_CONFIG_MACRO_DIR([m4]) > configure.in"
mkdir 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
libtoolize --copy --force --install
aclocal -I m4
aclocal --install -I m4
automake --foreign --add-missing
autoconf
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
@@ -31,5 +26,6 @@ INSTALL {
cd smjpeg-0.2.1
make install
}
LICENSE="GNU LGPL v2"
COPYRIGHT="1999-2004 Sam Lantinga, Joe Tennies."