From d843db51dd8e5683eb634b8aa88d400456295952 Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Sat, 7 Sep 2013 23:30:24 +0200 Subject: [PATCH] build: s/DISTCHECK_CONFIGURE_FLAGS/AM_DISTCHECK_CONFIGURE_FLAGS/ DISTCHECK_CONFIGURE_FLAGS is supposed to be used from command line, so using the automake counterpart instead. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1b780d10..4551949c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ xml2txt_command= $(AM_V_GEN)if test -x $(XSLTPROC) ; then : ; else \ fi ; \ $(XSLTPROC) --novalid -o $@ $(xml2txt_stylesheet) ACLOCAL_AMFLAGS= -I build -DISTCHECK_CONFIGURE_FLAGS= --enable-pango \ +AM_DISTCHECK_CONFIGURE_FLAGS= --enable-pango \ --enable-gtk-doc \ --enable-test-framework \ --enable-introspection \ -- 2.11.4.GIT