Merge pull request #353 from lich/speex

Speex 1.2: Fixed compiling problem with aclocal and automake
This commit is contained in:
Adrien Destugues
2015-12-19 22:10:48 +01:00

View File

@@ -52,9 +52,9 @@ BUILD_REQUIRES="
devel:libogg$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:aclocal_1.13
cmd:aclocal_1.15
cmd:autoconf
cmd:automake_1.13
cmd:automake_1.15
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:libtoolize
@@ -65,9 +65,9 @@ BUILD_PREREQUIRES="
BUILD()
{
libtoolize --copy --force --install
aclocal-1.13
aclocal-1.15
autoconf
automake-1.13
automake-1.15 --add-missing
runConfigure ./configure
make $jobArgs
}