summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Spilsbury <smspillaz@gmail.com>2015-07-21 13:12:05 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2016-02-12 09:13:46 -0800
commit9aab0e241f50cb51babb461671ef4a8a6d7c90f7 (patch)
treea14fa0558e0c3987aad414a20774dca0f14245d3
parent5dca798ff9d6979a7b8c76892b0c6a5df0dabed7 (diff)
downloadgnome-desktop-9aab0e241f50cb51babb461671ef4a8a6d7c90f7.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=761888
-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 c6483857..a62fdc78 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@ endif
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
+AM_DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
versiondir = $(datadir)/gnome
version_DATA = gnome-version.xml
diff --git a/configure.ac b/configure.ac
index 8c768804..681a520a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_INIT([gnome-desktop], gnome_version,
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-desktop])
AC_CONFIG_SRCDIR([libgnome-desktop])
-AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz tar-ustar])
+AM_INIT_AUTOMAKE([1.11.2 foreign no-dist-gzip dist-xz tar-ustar])
AM_MAINTAINER_MODE([enable])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])