Fix broken link in `AM_WITH_DMALLOC' help screen.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 20 Sep 2010 21:31:29 +0000 (23:31 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 20 Sep 2010 21:36:57 +0000 (23:36 +0200)
* m4/dmalloc.m4 (AM_WITH_DMALLOC): Refer only to the dmalloc site
`http://www.dmalloc.com', not to the dmalloc tarball there (which
seems to have been removed, substituted by multiple release
tarballs now).

ChangeLog
m4/dmalloc.m4

index 3c31c1e..fa44cc0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-09-20  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       Fix broken link in `AM_WITH_DMALLOC' help screen.
+       * m4/dmalloc.m4 (AM_WITH_DMALLOC): Refer only to the dmalloc site
+       `http://www.dmalloc.com', not to the dmalloc tarball there (which
+       seems to have been removed, substituted by multiple release
+       tarballs now).
+
 2010-09-17  Eric Blake  <eblake@redhat.com>
 
        Avoid triple-space after period.
index 4499015..303532d 100644 (file)
@@ -15,8 +15,7 @@
 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/dmalloc.tar.gz],
+[  --with-dmalloc          use dmalloc, as in http://www.dmalloc.com],
 [if test "$withval" = yes; then
   AC_MSG_RESULT(yes)
   AC_DEFINE(WITH_DMALLOC,1,