summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2014-05-02 15:53:09 +0200
committerPhilip Withnall <philip.withnall@collabora.co.uk>2014-09-23 08:12:00 +0100
commit6684e2fa5d5a4c72c9bf116f74688c0b47f350cf (patch)
treed9748f3c7ab3013fa8f50f1bda01422bfc751381
parent5d61b55e8bea32fe2b52e21682ee4b3719b290c5 (diff)
downloadgnome-common-6684e2fa5d5a4c72c9bf116f74688c0b47f350cf.tar.gz
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
-rw-r--r--macros2/gnome-common.m420
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])