From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18810 invoked by alias); 8 May 2009 09:49:51 -0000 Received: (qmail 18787 invoked by uid 9112); 8 May 2009 09:49:51 -0000 Date: Fri, 08 May 2009 09:49:00 -0000 Message-ID: <20090508094951.18776.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.7-91-g07f8225 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 532a25e60429f12cb92ef1056f1454815d135322 X-Git-Newrev: 07f8225311f85de5754bb594bf6ee945425dafcc Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2009-q2/txt/msg00205.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via 07f8225311f85de5754bb594bf6ee945425dafcc (commit) from 532a25e60429f12cb92ef1056f1454815d135322 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 07f8225311f85de5754bb594bf6ee945425dafcc Author: Mark Wielaard Date: Fri May 8 11:42:24 2009 +0200 Check whether certutil as provided by nss-tools is installed. * configure.ac: Add check for certuril, don't build nss stap server when not found. * Makefile.in: Regenerated. * aclocal.m4: Likewise. * configure: Likewise. * doc/Makefile.in: Likewise. * doc/SystemTap_Tapset_Reference/Makefile.in: Likewise. * grapher/Makefile.in: Likewise. ----------------------------------------------------------------------- Summary of changes: Makefile.in | 3 +- aclocal.m4 | 22 +++---- configure | 85 +++++++++++++++++++-------- configure.ac | 13 ++-- doc/Makefile.in | 1 + doc/SystemTap_Tapset_Reference/Makefile.in | 1 + grapher/Makefile.in | 1 + 7 files changed, 82 insertions(+), 44 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool