diff options
author | Ted Gould <ted@gould.cx> | 2010-04-09 11:57:53 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-04-09 11:57:53 -0500 |
commit | 97035da02b08dc57b5a65b849e3e66284df53834 (patch) | |
tree | 44f7d6821a90928295aafa54509ff2c4562a8db4 /autogen.sh | |
parent | 999f1483f967db63d71ff2a9453b5866eec339bf (diff) | |
parent | ee0f45f6eee073fc3f3329aef08888cff0e6c8c3 (diff) | |
download | libayatana-indicator-97035da02b08dc57b5a65b849e3e66284df53834.tar.gz libayatana-indicator-97035da02b08dc57b5a65b849e3e66284df53834.tar.bz2 libayatana-indicator-97035da02b08dc57b5a65b849e3e66284df53834.zip |
Import upstream version 0.3.7
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 1598fb1..0000000 --- a/autogen.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -PKG_NAME="libindicator" - -which gnome-autogen.sh || { - echo "You need gnome-common from GNOME SVN" - exit 1 -} - -USE_GNOME2_MACROS=1 \ -. gnome-autogen.sh |