aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-05-25 13:01:26 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-05-25 13:01:26 +0200
commitfe5ae6b69f0d98a26735f8d42859a08f788215ce (patch)
tree3667f9fdd463a8824a14e77820efeec151437a01 /autogen.sh
parentdd675b4d9d02b73969ab47ed6a8ed4a13ea2cfa5 (diff)
parentb9a91db2f5ff1655270bc4943debd6bdfa550036 (diff)
downloadayatana-indicator-application-fe5ae6b69f0d98a26735f8d42859a08f788215ce.tar.gz
ayatana-indicator-application-fe5ae6b69f0d98a26735f8d42859a08f788215ce.tar.bz2
ayatana-indicator-application-fe5ae6b69f0d98a26735f8d42859a08f788215ce.zip
Merge branch 'tari01-pr/move-to-cmake'
Attributes GH PR #7: https://github.com/AyatanaIndicators/ayatana-indicator-application/pull/7
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index 43b0aca..0000000
--- a/autogen.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-PKG_NAME="ayatana-indicator-application"
-
-which mate-autogen || {
- echo "You need mate-common from https://git.mate-desktop.org/mate-common"
- exit 1
-}
-
-mate-autogen $@