summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap6
1 files changed, 6 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 3b4b4783..ea40b89e 100755
--- a/bootstrap
+++ b/bootstrap
@@ -43,6 +43,12 @@ autoheader
automake --gnu --add-missing --copy
)
+# Bootstrap the submodules/libswd when working with git master not release
+if [ ! -f submodules/libswd/configure ]; then
+ echo "Info: submodules/libswd needs to be bootstrapped too..."
+ cd submodules/libswd; sh autogen.sh
+fi
+
# AM_MAINTAINER_MODE requires --enable-maintainer-mode from everyone using
# current source snapshots (working from GIT, or some source snapshot, etc)
# otherwise the documentation will fail to build due to missing version.texi.