diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-12-17 15:21:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-12-17 15:21:06 +0200 |
commit | 37c7908fca900d4763047c6160ce2611371ced3a (patch) | |
tree | 980f6c166c69050dc0d7bdeb57375806dbba19ab /git/modules | |
parent | 4b9ab2b9693ac1e66aa74a64f5170c14808f1ac8 (diff) |
Add libbuild2-autoconf to git/modules
Diffstat (limited to 'git/modules')
-rw-r--r-- | git/modules | 44 |
1 files changed, 23 insertions, 21 deletions
diff --git a/git/modules b/git/modules index ca1841c..e4ff5b5 100644 --- a/git/modules +++ b/git/modules @@ -15,7 +15,8 @@ bbot \ libstd-modules \ libbuild2-hello \ libbuild2-rust \ -libbuild2-kconfig" +libbuild2-kconfig \ +libbuild2-autoconf" # During release it is useful to exclude some of these so can do mass # commits (like version updates). @@ -52,24 +53,25 @@ buildos" # Submodule update in build2-toolchain has to be done manually. # -sub_modules=" \ -etc \ -private \ -libbutl \ -libbutl.bash \ -build2 \ -libbpkg \ -bpkg \ -bpkg-util \ -bdep \ -bdep-util \ -brep \ -libbbot \ -bbot \ -libstd-modules \ -libbuild2-hello \ -libbuild2-rust \ -libbuild2-kconfig \ -buildos \ -msvc-linux \ +sub_modules=" \ +etc \ +private \ +libbutl \ +libbutl.bash \ +build2 \ +libbpkg \ +bpkg \ +bpkg-util \ +bdep \ +bdep-util \ +brep \ +libbbot \ +bbot \ +libstd-modules \ +libbuild2-hello \ +libbuild2-rust \ +libbuild2-kconfig \ +libbuild2-autoconf \ +buildos \ +msvc-linux \ openssl-agent" |