[Xfce4-commits] [panel-plugins/xfce4-cpugraph-plugin] 08/16: Update Autotools configuration
noreply at xfce.org
noreply at xfce.org
Wed May 29 04:10:09 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-cpugraph-plugin.
commit 035392888d4cb31c5df43efb0bdd7b05edd1681d
Author: Andre Miranda <andreldm at xfce.org>
Date: Tue Apr 23 00:05:18 2019 -0300
Update Autotools configuration
---
configure.ac.in | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 0c09ba8..d2605a8 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,20 +7,20 @@ dnl
m4_define([cpugraph_version],[1.1.0])
-AC_INIT([xfce4-cpugraph-plugin], [cpugraph_version],
- [goodies-dev at xfce.org])
+AC_INIT([xfce4-cpugraph-plugin], [cpugraph_version], [https://bugzilla.xfce.org/])
AC_USE_SYSTEM_EXTENSIONS()
CPUGRAPH_VERSION=cpugraph_version()
-AM_INIT_AUTOMAKE([xfce4-cpugraph-plugin], [$CPUGRAPH_VERSION])
+AM_INIT_AUTOMAKE([1.11 dist-bzip2 tar-ustar no-dist-gzip])
AM_CONFIG_HEADER([config.h])
AM_MAINTAINER_MODE
+AM_SILENT_RULES([yes])
dnl Check for basic programs
AC_PROG_CC
AC_PROG_INSTALL
-AC_PROG_INTLTOOL
+IT_PROG_INTLTOOL([0.35.0])
AM_PROG_CC_C_O
dnl Initialize libtool
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list