From 25d1f72222c5f659d1928b6cad5fff7331a8a0f7 Mon Sep 17 00:00:00 2001 From: infirit Date: Mon, 10 Feb 2014 21:12:17 +0100 Subject: Fix several autotool warnings --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.ac') 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]) -- cgit v1.2.1