[sound-juicer] build: Remove GNOME_COMMON_INIT



commit 48a7610908d00ef24def86db36d72c6bdeda7933
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Fri May 2 16:20:01 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=729391

 Makefile.am  |    2 +-
 configure.ac |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 3837253..831f1c6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 SUBDIRS = po data libjuicer src tests help
 
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 EXTRA_DIST = \
        autogen.sh \
diff --git a/configure.ac b/configure.ac
index f0466fd..279a104 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,6 @@ AC_CONFIG_HEADERS([config.h])
 # Enable silent build when available (Automake 1.11)
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 
-GNOME_COMMON_INIT
 AM_MAINTAINER_MODE
 
 # Do the gettext/i18n stuff


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