bridge-utils: need automake to build.

--HG--
extra : convert_revision : 139d5d2272f816c797fada9a080273cf1d7ae948
This commit is contained in:
Juan RP 2010-04-22 13:52:15 +02:00
parent 51045c87cc
commit 7f1114846e

View file

@ -14,12 +14,12 @@ long_desc="
The Linux bridge code implements a subset of the ANSI/IEEE 802.1d standard." The Linux bridge code implements a subset of the ANSI/IEEE 802.1d standard."
Add_dependency full glibc Add_dependency run glibc
Add_dependency build autoconf Add_dependency build automake
pre_configure() pre_configure()
{ {
cd ${wrksrc} && aclocal && autoconf || return 1 cd ${wrksrc} && autoreconf -vi || return 1
} }
post_install() post_install()