From 3cf074bb74da6d54e83e0f2e0cf0de8907fe00fb Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Mon, 20 Sep 2010 23:31:29 +0200 Subject: [PATCH] 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). --- ChangeLog | 8 ++++++++ m4/dmalloc.m4 | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3c31c1e..fa44cc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-09-20 Stefano Lattarini + + 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 Avoid triple-space after period. diff --git a/m4/dmalloc.m4 b/m4/dmalloc.m4 index 4499015..303532d 100644 --- a/m4/dmalloc.m4 +++ b/m4/dmalloc.m4 @@ -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, -- 2.7.4