summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Spilsbury <smspillaz@gmail.com>2015-07-21 13:12:28 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2016-04-04 21:48:09 -0700
commitf09f648aa48ce3da69feb864f3ba602663a1bae4 (patch)
treed638af314a5719792c09bc8249e7394bbc3a2cc8
parent41464aa117e69c8c2ed5396a2d2c3c7aea4b589a (diff)
downloadgnome-bluetooth-f09f648aa48ce3da69feb864f3ba602663a1bae4.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. https://bugzilla.gnome.org/show_bug.cgi?id=764334
-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 63f3acbc..a4cbbbd4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
EXTRA_DIST = intltool-extract.in intltool-update.in intltool-merge.in ChangeLog.pre-2.27 gtk-doc.make
-DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install \
+AM_DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install \
--disable-desktop-update --disable-mime-update --disable-icon-update \
--enable-gtk-doc --disable-scrollkeeper --enable-introspection
diff --git a/configure.ac b/configure.ac
index e23c49c5..f32094d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([lib/bluetooth-client.c])
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([1.8 dist-xz no-dist-gzip check-news tar-ustar])
+AM_INIT_AUTOMAKE([1.11.2 dist-xz no-dist-gzip check-news tar-ustar])
# Before making a release, the GNOMEBT_LT_VERSION string should be modified.
# The string is of the form C:R:A.