Run autoreconf intead autoconf

This commit is contained in:
Alysson Oliveira 2019-03-26 21:23:31 -03:00
parent dae256f3e0
commit ee75a75385

View file

@ -791,7 +791,7 @@ build_package_standard() {
} }
build_package_autoconf() { build_package_autoconf() {
{ autoconf { autoreconf
} >&4 2>&1 } >&4 2>&1
} }