summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])