summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@gnome.org>2013-02-21 21:56:19 +0100
committerPaolo Borelli <pborelli@gnome.org>2013-02-21 22:09:32 +0100
commit7bdf78d7d65af8f5420f39c17296979035d05f84 (patch)
tree107f37a6a6f88fe6032b0e5de809f28b20196491 /autogen.sh
parente7d7f9f9ca7b6d6d5fea0530da02a6136aa80113 (diff)
downloadbaobab-7bdf78d7d65af8f5420f39c17296979035d05f84.tar.gz
Use egg-list-box as a submodule
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 d4a5cf0..4bcbe46 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -26,6 +26,8 @@ if test -z $GNOMEDOC; then
exit 1
fi
+git submodule update --init --recursive
+
autopoint --force || exit $?
AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose