mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
recode: needs automake to build.
This commit is contained in:
parent
881439b9da
commit
adf5f847f1
1 changed files with 2 additions and 1 deletions
|
@ -20,8 +20,9 @@ subpackages="librecode $pkgname-devel"
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run librecode
|
Add_dependency run librecode
|
||||||
Add_dependency build texinfo
|
Add_dependency build texinfo
|
||||||
|
Add_dependency build automake
|
||||||
|
|
||||||
pre_configure()
|
pre_configure()
|
||||||
{
|
{
|
||||||
cd ${wrksrc} && rm -f acinclude.m4 && autoreconf -fi && libtoolize
|
rm -f acinclude.m4 && autoreconf -fi && libtoolize
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue