diff options
author | Sam Spilsbury <smspillaz@gmail.com> | 2015-07-21 13:12:44 +0800 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2016-10-26 17:28:03 +0200 |
commit | a0b95db2b98c46520adced4263dc9982d8a1c8fd (patch) | |
tree | 7be1e533c70c1a06872e6968f3a5a55a7f2e5cfd /configure.ac | |
parent | 9583ec98fd0d8ec53e5cdf048461166ea329b4ce (diff) |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b3d52514..3ac71efc 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]) |