summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2016-06-28 17:03:03 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2016-06-28 17:03:03 +0100
commitf6d169dc026e7214fbee9914aab98519781ddbb0 (patch)
tree5dc17f300ecdfbb4fe02b0d30998d79269225cc3
parentb103b0c373e41f9dc4f5ccca81940fe0457cb264 (diff)
downloadm4-common-f6d169dc026e7214fbee9914aab98519781ddbb0.tar.gz
Add AX_CHECK_ENABLE_DEBUG and AX_VALGRIND_CHECK macros
They are generally useful; AX_CHECK_ENABLE_DEBUG is recommended on the gnome-common migration page (https://wiki.gnome.org/Projects/GnomeCommon/Migration).
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 646544c..d049298 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,7 @@ dist_aclocal_DATA = \
autoconf-archive/m4/ax_append_link_flags.m4 \
autoconf-archive/m4/ax_append_flag.m4 \
autoconf-archive/m4/ax_check_compile_flag.m4 \
+ autoconf-archive/m4/ax_check_enable_debug.m4 \
autoconf-archive/m4/ax_check_girs_gjs.m4 \
autoconf-archive/m4/ax_check_gir_symbols_gjs.m4 \
autoconf-archive/m4/ax_check_link_flag.m4 \
@@ -20,6 +21,7 @@ dist_aclocal_DATA = \
autoconf-archive/m4/ax_pkg_check_modules.m4 \
autoconf-archive/m4/ax_prog_gjs.m4 \
autoconf-archive/m4/ax_require_defined.m4 \
+ autoconf-archive/m4/ax_valgrind_check.m4 \
$(NULL)
all-local: $(dist_aclocal_DATA)