[Xfce4-commits] [apps/xfce4-volumed-pulse] 01/01: Change bug reporting URL to bugzilla.xfce, upgrade autoconf, automake, and libtool
noreply at xfce.org
noreply at xfce.org
Sat Sep 10 12:35:07 CEST 2016
This is an automated email from the git hooks/post-receive script.
bluesabre pushed a commit to branch master
in repository apps/xfce4-volumed-pulse.
commit c4c518a2b9046af1092e6a23dffe188d109fb9dc
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sat Sep 10 06:34:57 2016 -0400
Change bug reporting URL to bugzilla.xfce, upgrade autoconf, automake, and libtool
---
configure.ac.in | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 9486438..16fd0bb 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,14 +12,15 @@ m4_define([xfce4_volumed_pulse_version], [xfce4_volumed_pulse_version_major().xf
dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
-AC_INIT([xfce4-volumed-pulse], [xfce4_volumed_pulse_version], [http://bugs.launchpad.net/xfce4-volumed-pulse])
-AC_PREREQ([2.50])
+AC_INIT([xfce4-volumed-pulse], [xfce4_volumed_pulse_version], [http://bugzilla.xfce.org/])
+AC_PREREQ([2.60])
+AC_CONFIG_MACRO_DIR([m4])
AC_REVISION([@REVISION@])
dnl ***************************
dnl *** Initialize automake ***
dnl ***************************
-AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
+AM_INIT_AUTOMAKE([1.11 dist-bzip2 tar-ustar no-dist-gzip])
AM_CONFIG_HEADER([config.h])
AM_MAINTAINER_MODE()
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@@ -27,7 +28,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
dnl **************************
dnl *** Initialize libtool ***
dnl **************************
-LT_PREREQ([2.2.6])
+LT_PREREQ([2.4])
LT_INIT([disable-static])
dnl ********************************
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list