summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Spilsbury <smspillaz@gmail.com>2015-07-21 13:11:31 +0800
committerMichael Catanzaro <mcatanzaro@gnome.org>2016-06-20 15:12:54 -0500
commitbf81c35353735408a84cc195127ed9a82c050c03 (patch)
tree286dc42b5640ece25129798e2515052583d986dd
parent3dce8a25e40bd25b6db408e1c4fd7502f2955e88 (diff)
downloadyelp-bf81c35353735408a84cc195127ed9a82c050c03.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. [endlessm/eos-sdk#3303]
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 30eba2c1..7b82649d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -877,7 +877,7 @@ MAINTAINERCLEANFILES = \
$(gsettings_SCHEMAS:.xml=.valid) \
mkinstalldirs
-DISTCHECK_CONFIGURE_FLAGS = \
+AM_DISTCHECK_CONFIGURE_FLAGS = \
--enable-bz2 \
--enable-gtk-doc \
--enable-lzma
diff --git a/configure.ac b/configure.ac
index 4455cf26..6d367a77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_CONFIG_SRCDIR([src/yelp.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip subdir-objects tar-ustar])
+AM_INIT_AUTOMAKE([1.11.2 dist-xz no-dist-gzip subdir-objects tar-ustar])
AM_MAINTAINER_MODE([enable])
AM_SILENT_RULES([yes])