summaryrefslogtreecommitdiff
path: root/m4/dmalloc.m4
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2000-08-02 08:59:16 +0000
committerAkim Demaille <akim@epita.fr>2000-08-02 08:59:16 +0000
commit4b893ecec7069c9fbba3fc5e2e91b660108a7846 (patch)
treee40e03fdea9f3ec8c2d33f63c1985bd8cce3aa09 /m4/dmalloc.m4
parent4dcad717d7aba3bff076c7db3bf6e6ec527d3a12 (diff)
downloadautomake-4b893ecec7069c9fbba3fc5e2e91b660108a7846.tar.gz
* m4: Quote properly the name of the macros being defined.
Use `#' instead of `dnl' where appropriate. * m4/header.m4 (AM_CONFIG_HEADER): Get rid of changequote, just quote. Don't quote passive characters. Pull the AC_PREREQ outside the macro. * m4/init.m4: Pull the AC_PREREQ outside the macro.
Diffstat (limited to 'm4/dmalloc.m4')
-rw-r--r--m4/dmalloc.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/dmalloc.m4 b/m4/dmalloc.m4
index 244398a9e..6828c9f90 100644
--- a/m4/dmalloc.m4
+++ b/m4/dmalloc.m4
@@ -5,7 +5,7 @@
# serial 1
-AC_DEFUN(AM_WITH_DMALLOC,
+AC_DEFUN([AM_WITH_DMALLOC],
[AC_MSG_CHECKING(if malloc debugging is wanted)
AC_ARG_WITH(dmalloc,
[ --with-dmalloc use dmalloc, as in