From 0d0b735d8a50593c4472c7e86a82e4f78e007797 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Thu, 10 Nov 2016 17:31:05 -0600 Subject: Don't recommend use of DISTCHECK_CONFIGURE_FLAGS (#139) DISTCHECK_CONFIGURE_FLAGS is only for users to override AM_DISTCHECK_CONFIGURE_FLAGS. It's not possible to do if Automake files stomp on that. --- data/appstream-xml.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/appstream-xml.m4 b/data/appstream-xml.m4 index 1472802..f7e21b9 100644 --- a/data/appstream-xml.m4 +++ b/data/appstream-xml.m4 @@ -10,7 +10,7 @@ dnl Add @APPSTREAM_XML_RULES@ to a Makefile.am to substitute the make rules. Add dnl .appdata.xml files to appstream_XML in Makefile.am and they will be validated dnl at make check time, if appstream-util is installed, as well as installed dnl to the correct location automatically. Add --enable-appstream-util to -dnl DISTCHECK_CONFIGURE_FLAGS in Makefile.am to require valid AppData XML when +dnl AM_DISTCHECK_CONFIGURE_FLAGS in Makefile.am to require valid AppData XML when dnl doing a distcheck. dnl dnl Adding files to appstream_XML does not distribute them automatically. -- cgit v1.2.1