speex: requires automake 1.13.x.

This commit is contained in:
Jerome Duval
2015-12-03 22:25:35 +00:00
parent a952cd1c3a
commit 742019037c

View File

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