Speex 1.2: Fixed compiling problem with aclocal and automake

This commit is contained in:
Mikołaj 'lich' Halber
2015-12-18 22:06:02 +01:00
parent 9958069872
commit c0a0e4fadc

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
}