From 37c7908fca900d4763047c6160ce2611371ced3a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 17 Dec 2021 15:21:06 +0200 Subject: Add libbuild2-autoconf to git/modules --- git/modules | 44 +++++++++++++++++++++++--------------------- 1 file 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" -- cgit v1.1