[gnome-applets] configure.ac: update/reformat automake initialization
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets] configure.ac: update/reformat automake initialization
- Date: Sun, 27 Sep 2015 17:59:22 +0000 (UTC)
commit 625ed3bc5f21d1c71b0ed80ac807dd66086de184
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Sun Sep 27 16:30:06 2015 +0300
configure.ac: update/reformat automake initialization
configure.ac | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index eefc168..008e5aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,8 +22,13 @@ AC_INIT([gnome-applets], [ga_version], [ga_bugzilla_url])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz tar-ustar])
-m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+dnl **************************************************************************
+dnl Initialize automake
+dnl **************************************************************************
+
+AM_INIT_AUTOMAKE([1.13 no-dist-gzip dist-xz tar-ustar -Wno-portability])
+AM_MAINTAINER_MODE([enable])
+AM_SILENT_RULES([yes])
dnl ***************************************************************************
dnl *** Minimum library versions for GNOME-APPLETS ***
@@ -46,8 +51,6 @@ GUCHARMAP3_REQUIRED=2.33.0
POLKIT_REQUIRED=0.92
dnl ***************************************************************************
-AM_MAINTAINER_MODE
-
IT_PROG_INTLTOOL([0.35.0])
PKG_PROG_PKG_CONFIG([0.19])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]