[tomboy] build: Remove GNOME_COMMON_INIT



commit fdb76590f71c3f8121366b3426f5ca0f5540e9e0
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Fri May 2 16:18:27 2014 +0200

    build: Remove GNOME_COMMON_INIT
    
    It is deprecated. Instead, ACLOCAL_AMFLAGS should be set in Makefile.am.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=729390
    
    Signed-off-by: Alex Tereschenko <frozen and blue gmail com>

 Makefile.am  |    2 ++
 configure.in |    1 -
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 960e211..e2c3a29 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,8 @@
 
 SUBDIRS = data libtomboy Tomboy test po help
 
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
 EXTRA_DIST =                   \
        gnome-doc-utils.make    \
        \
diff --git a/configure.in b/configure.in
index 352097b..d209b52 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,6 @@ AC_CONFIG_SRCDIR(Tomboy/Tomboy.cs)
 AM_INIT_AUTOMAKE([dist-xz foreign no-dist-gzip tar-ustar])
 AM_MAINTAINER_MODE
 
-GNOME_COMMON_INIT
 GNOME_DOC_INIT([0.17.3])
 
 AM_CONFIG_HEADER(config.h)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]