aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-13 14:02:17 -0500
committerTed Gould <ted@canonical.com>2009-10-13 14:02:17 -0500
commit7bd4902e237c390890bb59a5e9a42886df3eecc2 (patch)
tree91da463de905b62e91fa94f7a7053589c64d4743
parent8f6b6e08102c61b11edacd8fb01210d3f3a541a5 (diff)
downloadayatana-indicator-application-7bd4902e237c390890bb59a5e9a42886df3eecc2.tar.gz
ayatana-indicator-application-7bd4902e237c390890bb59a5e9a42886df3eecc2.tar.bz2
ayatana-indicator-application-7bd4902e237c390890bb59a5e9a42886df3eecc2.zip
Autogen and friends
-rw-r--r--AUTHORS0
-rw-r--r--ChangeLog0
-rw-r--r--NEWS0
-rwxr-xr-xautogen.sh11
4 files changed, 11 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/AUTHORS
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ChangeLog
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/NEWS
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