diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-25 11:35:19 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-25 17:40:28 +0300 |
commit | a061a6aa4a9b402fbb769b4037ca796e115774e6 (patch) | |
tree | 52795994e6b1d1493e876201b84288eabe89a52c /build-mingw.bat.in | |
parent | 429f4a590548972d753f2da73a3b470d534920ba (diff) |
Add autoconf standard pre-installed build system module
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. |