[Xfce4-commits] [xfce/libxfce4util] 02/02: Fix duplicate DISTCHECK_CONFIGURE_FLAGS

noreply at xfce.org noreply at xfce.org
Sat Jun 17 02:47:27 CEST 2017


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

e   r   i   c       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/libxfce4util.

commit fe0c33b2d9d69dc06dcd98761031b1e530663f27
Author: Romain B <skunnyk at alteroot.org>
Date:   Fri Jun 16 14:40:36 2017 +0200

    Fix duplicate DISTCHECK_CONFIGURE_FLAGS
    
    Signed-off-by: Eric Koegel <eric.koegel at gmail.com>
---
 Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index c32790d..e161388 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,6 @@
 # $Id$
 
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-DISTCHECK_CONFIGURE_FLAGS = --enable-introspection
 
 SUBDIRS =								\
 	libxfce4util							\
@@ -37,6 +36,7 @@ DISTCLEANFILES =							\
 	intltool-update	
 
 DISTCHECK_CONFIGURE_FLAGS =						\
-	--enable-gtk-doc
+	--enable-gtk-doc                                                \
+	--enable-introspection
 
 # vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

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


More information about the Xfce4-commits mailing list