recode: needs automake to build.

This commit is contained in:
Juan RP 2011-07-03 18:11:58 +02:00
parent 881439b9da
commit adf5f847f1

View file

@ -20,8 +20,9 @@ subpackages="librecode $pkgname-devel"
Add_dependency run glibc
Add_dependency run librecode
Add_dependency build texinfo
Add_dependency build automake
pre_configure()
{
cd ${wrksrc} && rm -f acinclude.m4 && autoreconf -fi && libtoolize
rm -f acinclude.m4 && autoreconf -fi && libtoolize
}