From 28b539ce215e9140a3079ec4d94c36e5c7c377cf Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 3 Apr 2011 17:50:05 +0200 Subject: [PATCH] Don't ask for success reports on MacOS X any more. --- ChangeLog | 6 ++++++ Makefile.am | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3c781f9..2c47ccc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-04-03 Bruno Haible + Don't ask for success reports on MacOS X any more. + * Makefile.am (check-next): No longer ask for success reports on + MacOS X. + +2011-04-03 Bruno Haible + Bump version number. * configure.ac: Bump version number to 2.10. * src/sigsegv.h.in (LIBSIGSEGV_VERSION): Likewise. diff --git a/Makefile.am b/Makefile.am index 3fd02f9..eef5ceb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for libsigsegv. -## Copyright (C) 2002-2003, 2007, 2009 Bruno Haible +## Copyright (C) 2002-2003, 2007, 2009, 2011 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 @@ -47,10 +47,10 @@ check-next: @when="Now"; \ if grep '^@PLATFORM@ .* @VERSION@$$' $(srcdir)/PORTING > /dev/null; then :; else \ case '@PLATFORM@' in \ - i?86-*-linux* | x86_64-*-linux*) ;; \ + i?86-*-linux* | x86_64-*-linux* | *-apple-darwin*) ;; \ *) \ echo; \ - echo "Please send the following summary line via email to the author"; \ + echo "Please send the following summary line via email to the main author"; \ echo "Bruno Haible for inclusion into the list of"; \ echo "successfully tested platforms (see PORTING file)."; echo; \ if test @HAVE_SIGSEGV_RECOVERY@ = 1; then have1=yes; else have1=no; fi; \ -- 2.11.4.GIT