libdv: requires automake 1.13.x.

This commit is contained in:
Jerome Duval
2016-01-06 11:36:56 +00:00
parent 578d54ea67
commit 204793b849

View File

@@ -42,9 +42,9 @@ BUILD_REQUIRES="
devel:libpopt${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
@@ -54,9 +54,9 @@ BUILD_PREREQUIRES="
BUILD()
{
libtoolize --force --copy --install
aclocal
aclocal-1.13
autoconf
automake
automake-1.13
runConfigure ./configure --disable-gtk \
--without-debug
make $jobArgs