summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2016-11-10 17:31:05 -0600
committerRichard Hughes <richard@hughsie.com>2016-11-10 23:31:05 +0000
commit0d0b735d8a50593c4472c7e86a82e4f78e007797 (patch)
tree6bf94dc99d09256daadcea78739cfabe3856825e
parent73170ffd553d7b1091bda293a8cd4953e476562b (diff)
downloadappstream-glib-0d0b735d8a50593c4472c7e86a82e4f78e007797.tar.gz
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.
-rw-r--r--data/appstream-xml.m42
1 files changed, 1 insertions, 1 deletions
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.