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.sh.in | |
parent | 429f4a590548972d753f2da73a3b470d534920ba (diff) |
Add autoconf standard pre-installed build system module
Diffstat (limited to 'build.sh.in')
-rw-r--r-- | build.sh.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sh.in b/build.sh.in index 8bd0d3a..e7c7acc 100644 --- a/build.sh.in +++ b/build.sh.in @@ -22,7 +22,8 @@ bdep_ver="@BDEP_VERSION@" # NOTE: we currently print the list as a single line and will need to somehow # change that when it becomes too long. # -standard_modules="kconfig" +standard_modules="autoconf, kconfig" +autoconf_ver="@AUTOCONF_VERSION@" kconfig_ver="@KCONFIG_VERSION@" # The bpkg configuration directory. |