Changed several bep files to use aclocal --install

This commit is contained in:
Scott McCreary
2011-04-11 06:58:03 +00:00
parent db729ec691
commit 6c10cfe010
10 changed files with 22 additions and 63 deletions

View File

@@ -9,12 +9,7 @@ BUILD {
cd libvorbis-1.2.3
libtoolize --force --copy --install
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
aclocal -I m4
aclocal --install -I m4
autoconf
automake
./configure --prefix=/boot/common
@@ -25,5 +20,6 @@ INSTALL {
cd libvorbis-1.2.3
make install
}
LICENSE="BSD (3-clause)"
COPYRIGHT="1994-2010 Xiph.Org Foundation"

View File

@@ -10,12 +10,7 @@ BUILD {
cd libvorbis-1.3.1
libtoolize --force --copy --install
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
aclocal -I m4
aclocal --install -I m4
autoconf
automake
./configure --prefix=/boot/common