summaryrefslogtreecommitdiff
path: root/m4/dmalloc.m4
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2010-12-12 14:17:41 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2010-12-16 12:25:24 +0100
commitd7d84c92014b480bc8ba11d082efe6131c68d629 (patch)
tree730776d93c5f8020d779b7eb68f2d9cce73de46c /m4/dmalloc.m4
parent013981827ffb914bb4d17a198b13ec7fd524d16f (diff)
downloadautomake-d7d84c92014b480bc8ba11d082efe6131c68d629.tar.gz
More uses of AS_HELP_STRING in automake macros.
* m4/depend.m4 (AM_DEP_TRACK): Use `AS_HELP_STRING' to format the help message added to the generated configure. * m4/dmalloc.m4 (AM_WITH_DMALLOC): Likewise. * m4/lispdir.m4 (AM_PATH_LISPDIR): Likewise. * m4/maintainer.m4 (AM_MAINTAINER_MODE): Likewise. * m4/multi.m4 (AM_ENABLE_MULTILIB): Likewise. Also, bumped all serial numbers of the modified m4 files.
Diffstat (limited to 'm4/dmalloc.m4')
-rw-r--r--m4/dmalloc.m47
1 files changed, 4 insertions, 3 deletions
diff --git a/m4/dmalloc.m4 b/m4/dmalloc.m4
index aea5f9d0e..5d48a248a 100644
--- a/m4/dmalloc.m4
+++ b/m4/dmalloc.m4
@@ -10,12 +10,13 @@
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-# serial 4
+# serial 5
AC_DEFUN([AM_WITH_DMALLOC],
[AC_MSG_CHECKING([if malloc debugging is wanted])
-AC_ARG_WITH(dmalloc,
-[ --with-dmalloc use dmalloc, as in http://www.dmalloc.com],
+AC_ARG_WITH([dmalloc],
+[AS_HELP_STRING([--with-dmalloc],
+ [use dmalloc, as in http://www.dmalloc.com])],
[if test "$withval" = yes; then
AC_MSG_RESULT(yes)
AC_DEFINE(WITH_DMALLOC,1,