summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-02-10 21:12:17 +0100
committerinfirit <[email protected]>2014-02-10 21:12:17 +0100
commit80a4a263c6aa37d41b5aa08953b55c96822630c3 (patch)
treeed8497165fcf699b4617b47318ea9e2bb1f0c0ee /configure.ac
parent8b912b74eab509351c1969f2a4e4db52c5974667 (diff)
downloadmate-indicator-applet-80a4a263c6aa37d41b5aa08953b55c96822630c3.tar.bz2
mate-indicator-applet-80a4a263c6aa37d41b5aa08953b55c96822630c3.tar.xz
Fix several autotool warnings
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 92d4a0e..2fcd634 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
-
-AC_INIT(src/applet-main.c)
-
AC_PREREQ(2.53)
+AC_INIT([mate-indicator-appler], [1.6.0], [https://github.com/mate-desktop/mate-indicator-applet/issues])
+AC_CONFIG_SRCDIR(src/applet-main.c)
+
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(mate-indicator-applet, 1.6.0)
+AM_INIT_AUTOMAKE([no-dist-gzip dist-xz])
AM_MAINTAINER_MODE
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES])