[gnome-online-accounts] build: Remove deprecated call to GNOME_COMMON_INIT



commit 8b3ab9eebf01a89b21e6fa3ea060b1b8ceba8d15
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Fri May 2 15:44:31 2014 +0200

    build: Remove deprecated call to GNOME_COMMON_INIT
    
    It just sets ACLOCAL_AMFLAGS, which is already correctly set in
    Makefile.am.
    
    Also remove a duplicate AC_CONFIG_MACRO_DIR call.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=729389

 configure.ac |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7f1c5ed..3a5a1e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,6 @@ AC_INIT([GNOME Online Accounts],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-online-accounts],
         [gnome-online-accounts])
 
-AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip tar-ustar])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([src])
@@ -62,7 +61,6 @@ AC_DEFINE(GOA_MICRO_VERSION,
 # Initialization
 #
 
-GNOME_COMMON_INIT
 GNOME_DEBUG_CHECK
 GNOME_COMPILE_WARNINGS([maximum])
 GNOME_MAINTAINER_MODE_DEFINES


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