Changed several bep files to use aclocal --install.

This commit is contained in:
Scott McCreary
2011-04-11 05:55:17 +00:00
parent d7959a727e
commit dd699a899c
12 changed files with 18 additions and 77 deletions

View File

@@ -10,12 +10,7 @@ BUILD {
cd libvorbis-1.3.2
libtoolize -fci
mkdir -p m4
cp `aclocal --print-ac-dir`/libtool.m4 m4
cp `aclocal --print-ac-dir`/ltoptions.m4 m4
cp `aclocal --print-ac-dir`/ltversion.m4 m4
cp `aclocal --print-ac-dir`/ltsugar.m4 m4
cp `aclocal --print-ac-dir`/lt~obsolete.m4 m4
aclocal -I m4
aclocal --install -I m4
autoconf
automake
sed -i 's/-lvorbis -lm/-lvorbis/' vorbis.pc.in