summaryrefslogtreecommitdiff
path: root/macros2/gnome-common.m4
diff options
context:
space:
mode:
Diffstat (limited to 'macros2/gnome-common.m4')
-rw-r--r--macros2/gnome-common.m417
1 files changed, 6 insertions, 11 deletions
diff --git a/macros2/gnome-common.m4 b/macros2/gnome-common.m4
index dac50c4..aae4c23 100644
--- a/macros2/gnome-common.m4
+++ b/macros2/gnome-common.m4
@@ -23,18 +23,13 @@ AU_DEFUN([GNOME_COMMON_INIT],
in your top-level Makefile.am, instead, where "m4" is the macro directory set
with AC_CONFIG_MACRO_DIR() in your configure.ac]])
-AC_DEFUN([GNOME_DEBUG_CHECK],
+AU_DEFUN([GNOME_DEBUG_CHECK],
[
- AC_ARG_ENABLE([debug],
- AC_HELP_STRING([--enable-debug],
- [turn on debugging]),,
- [enable_debug=no])
-
- if test x$enable_debug = xyes ; then
- AC_DEFINE(GNOME_ENABLE_DEBUG, 1,
- [Enable additional debugging at the expense of performance and size])
- fi
-])
+ AX_CHECK_ENABLE_DEBUG([no],[GNOME_ENABLE_DEBUG])
+],
+[[$0: This macro is deprecated. You should use AX_CHECK_ENABLE_DEBUG instead and
+replace uses of GNOME_ENABLE_DEBUG with ENABLE_DEBUG.
+See: https://savannah.gnu.org/patch/?8452]])
dnl GNOME_MAINTAINER_MODE_DEFINES ()
dnl define DISABLE_DEPRECATED