[Xfce4-commits] [panel-plugins/xfce4-mpc-plugin] 01/07: autotools update
noreply at xfce.org
noreply at xfce.org
Wed Mar 4 22:23:24 CET 2015
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository panel-plugins/xfce4-mpc-plugin.
commit b578f6b8cae63f6e206afe51b92aaf6fa45eee72
Author: Landry Breuil <landry at xfce.org>
Date: Wed Mar 4 21:55:28 2015 +0100
autotools update
---
configure.ac.in | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 047328c..10cf37a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -14,21 +14,16 @@ AC_INIT([xfce4-mpc-plugin], [mpc_version],
[landry at xfce.org])
MPC_VERSION=mpc_version()
-AM_INIT_AUTOMAKE([xfce4-mpc-plugin], [$MPC_VERSION], [-Wall -Werror foreign])
+AM_INIT_AUTOMAKE([1.8 dist-bzip2])
AM_CONFIG_HEADER([config.h])
dnl AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE
-dnl Check for UNIX variants
-AC_AIX
-AC_ISC_POSIX
-AC_MINIX
-
dnl Check for basic programs
AC_PROG_CC
AC_PROG_INSTALL
-AC_PROG_INTLTOOL
+IT_PROG_INTLTOOL([0.35.0])
dnl Initialize libtool
LT_PREREQ([2.2.6])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list