[gedit] Call submodule update in autogen.sh
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Call submodule update in autogen.sh
- Date: Sun, 10 Feb 2013 17:19:14 +0000 (UTC)
commit f4a2fb948b38beb7fd7491788f1c80eeed99db6c
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Sat Feb 9 11:21:30 2013 +0100
Call submodule update in autogen.sh
autogen.sh | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 6c3c1e9..bdd6a6a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -32,6 +32,8 @@ if test -z $GTKDOCIZE; then
exit 1
fi
+git submodule update --init --recursive
+
gtkdocize || exit $?
autopoint --force || exit $?
AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]