1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 04:23:47 -05:00

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() {
{ autoconf
{ autoreconf
} >&4 2>&1
}