Unverified Commit 9583f372 authored by Hiroshi SHIBATA's avatar Hiroshi SHIBATA Committed by GitHub
Browse files

Merge pull request #1743 from rbenv/use-autoreconf

Use autoreconf -i instead of autoconf 
parents ba1cfde7 9767e2b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -622,7 +622,7 @@ build_package_standard() {
}

build_package_autoconf() {
  { autoconf
  { autoreconf -i
  } >&4 2>&1
}