[mate-applet-lockkeys] 02/05: debian/autogen.sh: provide an autogen.sh for autoconf/automake stuff

Mike Gabriel sunweaver at debian.org
Thu Feb 19 16:02:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository mate-applet-lockkeys.

commit d63a137199a9a2ca4d6518c3109e3d644ab20e96
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Feb 19 17:00:47 2015 +0100

    debian/autogen.sh: provide an autogen.sh for autoconf/automake stuff
---
 debian/autogen.sh | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/debian/autogen.sh b/debian/autogen.sh
new file mode 100755
index 0000000..bd1a9fd
--- /dev/null
+++ b/debian/autogen.sh
@@ -0,0 +1,25 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+PKG_NAME="mate-applet-lockkeys"
+
+(test -f $srcdir/configure.ac) || {
+    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
+    echo " top-level $PKG_NAME directory"
+    exit 1
+}
+
+which mate-autogen || {
+    echo "You need to install mate-common from the MATE Git"
+    exit 1
+}
+
+REQUIRED_AUTOMAKE_VERSION=1.10
+REQUIRED_GTK_DOC_VERSION=1.13
+USE_MATE2_MACROS=1
+
+. mate-autogen
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-applet-lockkeys.git



More information about the pkg-mate-commits mailing list