diff options
author | Ted Gould <ted@canonical.com> | 2009-10-13 15:48:42 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-13 15:48:42 -0500 |
commit | e265e46176c6c8633849b3a5d65b7f86bda47318 (patch) | |
tree | 3d3f461747a9626556cc6b2e11d280f7f1fa3c77 /autogen.sh | |
parent | 140fda5adff2a21f9c158c941456d9e1f5765832 (diff) | |
parent | fb328a435358e26c1f2779e2bf07ddb05b60e93e (diff) | |
download | ayatana-indicator-application-e265e46176c6c8633849b3a5d65b7f86bda47318.tar.gz ayatana-indicator-application-e265e46176c6c8633849b3a5d65b7f86bda47318.tar.bz2 ayatana-indicator-application-e265e46176c6c8633849b3a5d65b7f86bda47318.zip |
A basical build system and basic files.
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..3483322 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +PKG_NAME="upanel" + +which gnome-autogen.sh || { + echo "You need gnome-common from GNOME SVN" + exit 1 +} + +USE_GNOME2_MACROS=1 \ +. gnome-autogen.sh |