diff options
author | Didier Roche <didier.roche@canonical.com> | 2010-02-10 11:40:20 +0100 |
---|---|---|
committer | Didier Roche <didier.roche@canonical.com> | 2010-02-10 11:40:20 +0100 |
commit | 2c193e71a9e62ecf27c2484434c6a05443dc9c61 (patch) | |
tree | e2656fe11fc1531b5c565a302076cdc38e8158a0 /autogen.sh | |
parent | 988a0e6cc220f1b78cbabded6fc7e5ab8c40aa61 (diff) | |
parent | d1e6eaaa5de14e0489299191e25351c697914825 (diff) | |
download | ayatana-indicator-datetime-2c193e71a9e62ecf27c2484434c6a05443dc9c61.tar.gz ayatana-indicator-datetime-2c193e71a9e62ecf27c2484434c6a05443dc9c61.tar.bz2 ayatana-indicator-datetime-2c193e71a9e62ecf27c2484434c6a05443dc9c61.zip |
Import upstream version 0.0.1~r2
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index 381a739..0000000 --- a/autogen.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -PKG_NAME="indicator-datetime" - -which gnome-autogen.sh || { - echo "You need gnome-common from GNOME SVN" - exit 1 -} - -USE_GNOME2_MACROS=1 \ -. gnome-autogen.sh $@ |