Welcome to little lamb

Code » comain » commit f0fc3ec

configure: Call comain/blddeps first

author Olivier Brunel
2023-07-06 07:29:03 UTC
committer Olivier Brunel
2023-07-07 17:07:37 UTC
parent 8de392bc7699aa614e2367c8513cd91d32f86074

configure: Call comain/blddeps first

If there are internal deps (i.e. in "deps/") this is where we'll look
for things, and it needs to be built. So, just run comain/blddeps first
so anything not built will be.

configure +5 -0

diff --git a/configure b/configure
index d9843c0..bf4e3b0 100755
--- a/configure
+++ b/configure
@@ -505,6 +505,11 @@ vpath lib%.so $vpath"
     fi
 }
 
+if test -d deps; then
+    echo "Building internal dependencies..."
+    comain/blddeps build
+fi
+
 fail=
 cat <<EOF
 Configuring $name $version :