aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2013-07-12 19:48:47 +0000
committerTarmac <Unknown>2013-07-12 19:48:47 +0000
commitfea50330064d5aed0a5cceef3bd5ce35258324ff (patch)
treeb9bd253ffa8cac15165fd42713bd91cd0f0b2a03 /autogen.sh
parentfbb47a814818ffc59b53e238a5e9f0b5e90d65b4 (diff)
parent499a978bdb6920e1c59ae0d679b9049b80c64e3b (diff)
downloadayatana-indicator-messages-fea50330064d5aed0a5cceef3bd5ce35258324ff.tar.gz
ayatana-indicator-messages-fea50330064d5aed0a5cceef3bd5ce35258324ff.tar.bz2
ayatana-indicator-messages-fea50330064d5aed0a5cceef3bd5ce35258324ff.zip
Generate a vapi, added valac build depends and reordered the build depends to be alphabetical.
Approved by PS Jenkins bot, Charles Kerr.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh14
1 files changed, 10 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index ab2f513..1abf3a7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,11 @@
-#!/bin/sh -e
+#!/bin/sh
-gtkdocize
-autoreconf -i -f
-intltoolize
+PKG_NAME="indicator-messages"
+
+which gnome-autogen.sh || {
+ echo "You need gnome-common from GNOME SVN"
+ exit 1
+}
+
+USE_GNOME2_MACROS=1 \
+. gnome-autogen.sh