diff options
Diffstat (limited to 'build-mingw.bat.in')
-rw-r--r-- | build-mingw.bat.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build-mingw.bat.in b/build-mingw.bat.in index 6bb4841..03f3ab8 100644 --- a/build-mingw.bat.in +++ b/build-mingw.bat.in @@ -79,7 +79,8 @@ rem rem NOTE: we currently print the list as a single line and will need to rem somehow change that when it becomes too long. rem -set "standard_modules=kconfig" +set "standard_modules=autoconf, kconfig" +set "autoconf_ver=@AUTOCONF_VERSION@" set "kconfig_ver=@KCONFIG_VERSION@" rem The bpkg configuration directory. |