From 862747e11dd2a5d00f5553f7ac885a6000723e8d Mon Sep 17 00:00:00 2001 From: Sam Spilsbury Date: Tue, 21 Jul 2015 13:12:44 +0800 Subject: [PATCH] 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://bugs.freedesktop.org/show_bug.cgi?id=95826 --- Makefile.am | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0438423..e0c14b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ SUBDIRS = \ docs \ $(NULL) -DISTCHECK_CONFIGURE_FLAGS = \ +AM_DISTCHECK_CONFIGURE_FLAGS = \ --with-udev-base-dir="$$dc_install_base" \ --with-systemdsystemunitdir="$$dc_install_base/$(SYSTEMD_UNIT_DIR)" \ --enable-gtk-doc=yes \ diff --git a/configure.ac b/configure.ac index 1065f08..ff80ec9 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ dnl----------------------------------------------------------------------------- dnl autoconf, automake, libtool initialization dnl AC_INIT([ModemManager],[mm_version],[modemmanager-devel@lists.freedesktop.org],[ModemManager]) -AM_INIT_AUTOMAKE([1.11 subdir-objects tar-ustar no-dist-gzip dist-xz -Wno-portability]) +AM_INIT_AUTOMAKE([1.11.2 subdir-objects tar-ustar no-dist-gzip dist-xz -Wno-portability]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_MAINTAINER_MODE([enable]) -- 2.1.4