[PolicyKit-gnome] build: Do not use GNOME_COMMON_INIT



commit 19c12cebeff295e9f2198bde2f9744f46917684b
Author: Javier JardÃn <jjardon gnome org>
Date:   Thu Oct 27 13:29:07 2011 +0100

    build: Do not use GNOME_COMMON_INIT
    
    Its deprecated

 Makefile.am  |    2 ++
 configure.ac |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 20171f2..63aeb24 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,7 @@
 SUBDIRS = src po
 
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
 EXTRA_DIST = \
 	autogen.sh		\
 	TODO			\
diff --git a/configure.ac b/configure.ac
index 069c01d..7a4d488 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,7 @@ AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip])
 
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_MACRO_DIR([m4])
 
 AM_MAINTAINER_MODE
 
@@ -30,7 +31,6 @@ AC_PROG_LIBTOOL
 # GNOME
 # *****
 
-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]