From 8eb61af3d4c36e38e735e2dd7c73b04fd57c728d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 24 Jun 2009 00:47:32 +0200 Subject: [PATCH] No longer ask for copies of config.log. --- ChangeLog | 4 ++++ Makefile.am | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4881af4..c2fa127 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-06-23 Bruno Haible + * Makefile.am (check-next): No longer ask for copies of config.log. + +2009-06-23 Bruno Haible + Improve support for MirBSD 10. * configure.ac (CFG_FAULT, FAULT_CONTEXT): Treat MirBSD/i386 like OpenBSD/i386. diff --git a/Makefile.am b/Makefile.am index 3ad747f..3fd02f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for libsigsegv. -## Copyright (C) 2002-2003, 2007 Bruno Haible +## Copyright (C) 2002-2003, 2007, 2009 Bruno Haible ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -52,9 +52,7 @@ check-next: echo; \ echo "Please send the following summary line via email to the author"; \ echo "Bruno Haible for inclusion into the list of"; \ - echo "successfully tested platforms (see PORTING file). Please also"; \ - echo "send the config.log file; this will help improving portability"; \ - echo "of the package."; echo; \ + echo "successfully tested platforms (see PORTING file)."; echo; \ if test @HAVE_SIGSEGV_RECOVERY@ = 1; then have1=yes; else have1=no; fi; \ if test @HAVE_STACK_OVERFLOW_RECOVERY@ = 1; then have2=yes; else have2=no; fi; \ echo `cat termbold`"libsigsegv: @PLATFORM@ | $$have1 | $$have2 | @VERSION@"`cat termnorm`; \ -- 2.11.4.GIT