autoconf_archive: avoid regeneration.

This commit is contained in:
Jérôme Duval
2019-04-03 08:27:21 +02:00
committed by GitHub
parent f4bae024db
commit 8b0b18422e

View File

@@ -44,7 +44,7 @@ BUILD_PREREQUIRES="
BUILD()
{
runConfigure ./configure
AUTOCONF=: AUTOHEADER=: AUTOMAKE=: ACLOCAL=: runConfigure ./configure
make $jobArgs
}