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