[yelp] Makefile: Move to AM_DISTCHECK_CONFIGURE_FLAGS
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp] Makefile: Move to AM_DISTCHECK_CONFIGURE_FLAGS
- Date: Mon, 20 Jun 2016 20:13:08 +0000 (UTC)
commit bf81c35353735408a84cc195127ed9a82c050c03
Author: Sam Spilsbury <smspillaz gmail com>
Date: Tue Jul 21 13:11:31 2015 +0800
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]
Makefile.am | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 30eba2c..7b82649 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 4455cf2..6d367a7 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])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]