diff options
author | Ted Gould <ted@gould.cx> | 2010-02-25 13:30:25 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-25 13:30:25 -0600 |
commit | 696a294d4a8e454467b2f44bfd3e96dae7a13b63 (patch) | |
tree | cd72dc3263906df51fb695e617e265e7704b5c9a | |
parent | 61ce438fbf8ccd5e4930de82a7971d610eb84d48 (diff) | |
parent | 2aeb694391742ba8834b048aa587ee865f7aefbb (diff) | |
download | ayatana-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-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..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 $@ |