diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index 82480e7..0000000 --- a/autogen.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -PKG_NAME="indicator-bluetooth" - -which gnome-autogen.sh || { - echo "You need gnome-common" - exit 1 -} - -USE_GNOME2_MACROS=1 \ -. gnome-autogen.sh - |