aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorPete Woods <pete.woods@canonical.com>2013-08-20 08:41:50 +0000
committerTarmac <Unknown>2013-08-20 08:41:50 +0000
commite3c457451effc5e8643fb9caa4563c022a96486b (patch)
treeb9eb225618ee4be1adf81bbf65de091ce53d16d0 /autogen.sh
parent4fedffcef1054e4093c4528d40cce809f1e958b3 (diff)
parent7e63d1c240a6b1e07275189d0af05edd1adbc654 (diff)
downloadayatana-indicator-sound-e3c457451effc5e8643fb9caa4563c022a96486b.tar.gz
ayatana-indicator-sound-e3c457451effc5e8643fb9caa4563c022a96486b.tar.bz2
ayatana-indicator-sound-e3c457451effc5e8643fb9caa4563c022a96486b.zip
Re-write build scripts using cmake.
Approved by PS Jenkins bot, Ted Gould.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index b3b80df..0000000
--- a/autogen.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-PKG_NAME="indicator-sound"
-
-which gnome-autogen.sh || {
- echo "You need gnome-common from GNOME SVN"
- exit 1
-}
-
-USE_GNOME2_MACROS=1 \
-. gnome-autogen.sh
-