[Xfce4-commits] [xfce/xfce4-session] 02/02: Update configure.ac.in

noreply at xfce.org noreply at xfce.org
Sun Apr 21 22:25:26 CEST 2019


This is an automated email from the git hooks/post-receive script.

s   k   u   n   n   y   k       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 xfce/xfce4-session.

commit 902234f501c0449abb01ea29454faaf015ffd10a
Author: Romain Bouvier <skunnyk at alteroot.org>
Date:   Fri Apr 19 19:50:31 2019 +0200

    Update configure.ac.in
---
 Makefile.am     | 2 ++
 configure.ac.in | 9 +++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 90910ce..25c90ef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
 SUBDIRS =								\
 	libxfsm								\
 	doc								\
diff --git a/configure.ac.in b/configure.ac.in
index d3f5d1f..386409c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -18,20 +18,21 @@ m4_define([xfsm_debug_default], [ifelse(xfsm_version_tag(), [git], [yes], [minim
 m4_define([intltool_minimum_version], [0.31])
 
 dnl Initialize autoconf
-AC_COPYRIGHT([Copyright (c) 2003-2014
+AC_COPYRIGHT([Copyright (c) 2003-2019
         The Xfce development team. All rights reserved.
 
 Written for Xfce by Benedikt Meurer <benny at xfce.org>.])
-AC_INIT([xfce4-session], [xfsm_version], [http://bugs.xfce.org/])
+AC_INIT([xfce4-session], [xfsm_version], [https://bugzilla.xfce.org/])
 AC_PREREQ([2.60])
 AC_REVISION([$Id$])
 AC_PROG_MAKE_SET()
 
 dnl Initialize automake
-AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar no-dist-gzip])
+AM_INIT_AUTOMAKE([1.11 dist-bzip2 tar-ustar no-dist-gzip])
 AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_MACRO_DIRS([m4])
 AM_MAINTAINER_MODE()
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+AM_SILENT_RULES([yes])
 
 dnl Set helper path prefix
 AC_ARG_WITH([helper-path-prefix],

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list