This is an automated email from the git hooks/post-receive script. o c h o s i 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 apps/xfce4-notifyd.
commit 19fe3826662800093f2eb82897040b6d47e9093d Author: Simon Steinbeiss <[email protected]> Date: Mon Apr 22 21:55:52 2019 +0200 Update configure.ac.in --- configure.ac.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac.in b/configure.ac.in index f646259..72a5ed0 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -3,7 +3,7 @@ dnl dnl xfce4-notifyd - server-side implementation of the fd.o notifications spec dnl dnl Copyright (c) 2008 Brian Tarricone <[email protected]> -dnl Copyright (c) 2017 Simon Steinbeiss <[email protected]> +dnl Copyright (c) 2019 Simon Steinbeiss <[email protected]> dnl dnl version info @@ -18,15 +18,16 @@ m4_define([notifications_spec_version], [1.2]) dnl init autoconf AC_INIT([xfce4-notifyd], [xfce4_notifyd_version], - [http://bugzilla.xfce.org/enter_bug.cgi?product=Xfce4-notifyd], + [https://bugzilla.xfce.org/enter_bug.cgi?product=Xfce4-notifyd], [xfce4-notifyd]) AC_PREREQ([2.59c]) AC_CONFIG_SRCDIR([xfce4-notifyd/main.c]) AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_MACRO_DIRS([m4]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) dnl init automake -AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar no-dist-gzip subdir-objects]) +AM_INIT_AUTOMAKE([1.11 dist-bzip2 tar-ustar no-dist-gzip subdir-objects]) AM_MAINTAINER_MODE() dnl set helper path prefix -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
