Unverified Commit 9767e2b6 authored by Hiroshi SHIBATA's avatar Hiroshi SHIBATA
Browse files

Use autoreconf -i instead of autoconf because autoconf-2.71+ is incompatible with 2.69 or before.

parent ba1cfde7
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
}