summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSam Spilsbury <smspillaz@gmail.com>2015-07-21 08:14:59 +0800
committerMario Sanchez Prada <mario@endlessm.com>2017-04-03 16:27:35 +0200
commit8918b0b52c0848be5a4f9f17a5b634a99da3c8f6 (patch)
tree3af84d0ce2b199423c6c588de02a06178269e6a2 /Makefile.am
parent67ef79c125c34b66072ae00927b2c89f2c98f196 (diff)
downloadgdm-8918b0b52c0848be5a4f9f17a5b634a99da3c8f6.tar.gz
Makefile: Move to AM_DISTCHECK_CONFIGURE_FLAGS
Since automake 1.11.2 it is recommended that packages use AM_DISTCHECK_CONFIGURE_FLAGS instead of DISTCHECK_CONFIGURE_FLAGS as the latter is intended to be a user variable.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index fa3bdcc2..d3c46c8f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,4 +30,4 @@ EXTRA_DIST = \
DISTCLEANFILES = \
$(NULL)
-DISTCHECK_CONFIGURE_FLAGS = --enable-split-authentication --enable-introspection
+AM_DISTCHECK_CONFIGURE_FLAGS = --enable-split-authentication --enable-introspection