[gnome-common] macros2: Remove GNOME_COMMON_INIT



commit 6684e2fa5d5a4c72c9bf116f74688c0b47f350cf
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Fri May 2 15:53:09 2014 +0200

    macros2: Remove GNOME_COMMON_INIT
    
    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 files changed, 0 insertions(+), 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])


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