From 979a78c1ed86786d846b75dffd6b0a1aa7ed4aed Mon Sep 17 00:00:00 2001 From: Romain B Date: Fri, 16 Jun 2017 14:40:36 +0200 Subject: [PATCH 2/2] Fix duplicate DISTCHECK_CONFIGURE_FLAGS --- 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: -- 2.13.1