mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Run autoreconf intead autoconf
This commit is contained in:
parent
dae256f3e0
commit
ee75a75385
1 changed files with 1 additions and 1 deletions
|
@ -791,7 +791,7 @@ build_package_standard() {
|
|||
}
|
||||
|
||||
build_package_autoconf() {
|
||||
{ autoconf
|
||||
{ autoreconf
|
||||
} >&4 2>&1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue