diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-01-27 13:21:02 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-01-27 13:21:02 +0000 |
commit | 5a86d06d8019cd9a827f69839d23268a2a6ebc51 (patch) | |
tree | 4c76cffbc028fbe585199f794e99c5cc13fda83f /autogen.sh | |
parent | ef9c492c6203cbc1a72aca7c48eb3ada324f2581 (diff) | |
download | ayatana-indicator-sound-5a86d06d8019cd9a827f69839d23268a2a6ebc51.tar.gz ayatana-indicator-sound-5a86d06d8019cd9a827f69839d23268a2a6ebc51.tar.bz2 ayatana-indicator-sound-5a86d06d8019cd9a827f69839d23268a2a6ebc51.zip |
copied contents from lp:~cjcurran/wasilla/soundmenu without the noise
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..0b93d37 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,11 @@ +#!/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 |