aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-25 13:30:25 -0600
committerTed Gould <ted@gould.cx>2010-02-25 13:30:25 -0600
commit696a294d4a8e454467b2f44bfd3e96dae7a13b63 (patch)
treecd72dc3263906df51fb695e617e265e7704b5c9a
parent61ce438fbf8ccd5e4930de82a7971d610eb84d48 (diff)
parent2aeb694391742ba8834b048aa587ee865f7aefbb (diff)
downloadayatana-indicator-datetime-696a294d4a8e454467b2f44bfd3e96dae7a13b63.tar.gz
ayatana-indicator-datetime-696a294d4a8e454467b2f44bfd3e96dae7a13b63.tar.bz2
ayatana-indicator-datetime-696a294d4a8e454467b2f44bfd3e96dae7a13b63.zip
Small change to get autogen.sh back in this tree.
-rwxr-xr-xautogen.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..3d255d3
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+PKG_NAME="indicator-datetime"
+
+which gnome-autogen.sh || {
+ echo "You need gnome-common from GNOME Git"
+ exit 1
+}
+
+USE_GNOME2_MACROS=1 \
+. gnome-autogen.sh $@