summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-01-27 14:20:25 +0100
committerCosimo Cecchi <cosimoc@gnome.org>2015-02-03 09:26:04 -0800
commit86b7e5fb7ba632d6265ae8e43ee290290cfa7212 (patch)
tree08017b3b982c3005a119613fded497780f7af33e /autogen.sh
parentacafafe1ce46cbe6dfd3b81123d81ec2ad569e2a (diff)
downloadnautilus-86b7e5fb7ba632d6265ae8e43ee290290cfa7212.tar.gz
general: Add libgd as a submodule
We will use it for in app notifications. https://bugzilla.gnome.org/show_bug.cgi?id=743630
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index de919b72a..795422cf9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,6 +14,8 @@ PKG_NAME="nautilus"
exit 1
}
+git submodule update --init --recursive
+
which gnome-autogen.sh || {
echo "gnome-autogen.sh not found, you need to install gnome-common"
exit 1