From 6684e2fa5d5a4c72c9bf116f74688c0b47f350cf Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 2 May 2014 15:53:09 +0200 Subject: macros2: Remove GNOME_COMMON_INIT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s been deprecated for a while, and apparently no modules (which I have checked out, at least) still use it. https://bugzilla.gnome.org/show_bug.cgi?id=735416 --- macros2/gnome-common.m4 | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/macros2/gnome-common.m4 b/macros2/gnome-common.m4 index a4ad012..a8d0fda 100644 --- a/macros2/gnome-common.m4 +++ b/macros2/gnome-common.m4 @@ -3,26 +3,6 @@ # serial 3 # -dnl GNOME_COMMON_INIT - -AU_DEFUN([GNOME_COMMON_INIT], -[ - dnl this macro should come after AC_CONFIG_MACRO_DIR - AC_BEFORE([AC_CONFIG_MACRO_DIR], [$0]) - - dnl ensure that when the Automake generated makefile calls aclocal, - dnl it honours the $ACLOCAL_FLAGS environment variable - ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}" - if test -n "$ac_macro_dir"; then - ACLOCAL_AMFLAGS="-I $ac_macro_dir $ACLOCAL_AMFLAGS" - fi - - AC_SUBST([ACLOCAL_AMFLAGS]) -], -[[$0: This macro is deprecated. You should set put "ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}" -in your top-level Makefile.am, instead, where "m4" is the macro directory set -with AC_CONFIG_MACRO_DIR() in your configure.ac]]) - AU_DEFUN([GNOME_DEBUG_CHECK], [ AX_CHECK_ENABLE_DEBUG([no],[GNOME_ENABLE_DEBUG]) -- cgit v1.2.1