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

@@ -13,18 +13,13 @@ DEPEND="media-libs/flac >= 1.2.1
BUILD {
cd libsndfile-1.0.21
rm aclocal.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 --force --copy --install
aclocal -I M4
aclocal --install -I M4
autoconf
autoheader
automake
./configure --prefix=/boot/common
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}