From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5662 invoked by alias); 1 Sep 2011 20:24:40 -0000 Received: (qmail 5633 invoked by uid 448); 1 Sep 2011 20:24:39 -0000 Date: Thu, 01 Sep 2011 20:24:00 -0000 Message-ID: <20110901202439.5622.qmail@sourceware.org> From: brolley@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-154-g28f121c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4bb85590c111430215f48cce6513e4d7010fcf2e X-Git-Newrev: 28f121c38bb054e66cfa7a1206349242dea4c904 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: 2011-q3/txt/msg00225.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 28f121c38bb054e66cfa7a1206349242dea4c904 (commit) via f5a118c010cd41db364338f0c1f2780cd317f116 (commit) from 4bb85590c111430215f48cce6513e4d7010fcf2e (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 28f121c38bb054e66cfa7a1206349242dea4c904 Author: Diego Elio Pettenò Date: Thu Sep 1 16:18:01 2011 -0400 Configuration improvements. Auto-discovered dependencies are fine when building on the system the package will be used on; but for distributions such as Gentoo or for cross-compilation, they only cause headaches if they are not configurable. By adding two simple ./configure options, the problem is solved. commit f5a118c010cd41db364338f0c1f2780cd317f116 Author: Diego Elio Pettenò Date: Thu Sep 1 14:58:33 2011 -0400 Configuration Inprovements for NSS and avahi. Checking for directories directly on the /usr disallows building against a locally-installed NSS or Avahi, and makes cross-compilation difficult. By using pkg-config, it's easy to override the results, which allow building against non-system libraries as well as properly identifying cross-compiled libraries. ----------------------------------------------------------------------- Summary of changes: Makefile.am | 38 +- Makefile.in | 77 ++-- configure | 649 +++++++++++----------------- configure.ac | 86 ++--- doc/Makefile.in | 4 +- doc/SystemTap_Tapset_Reference/Makefile.in | 4 +- doc/beginners/Makefile.in | 4 +- grapher/Makefile.in | 4 +- runtime/staprun/aclocal.m4 | 4 +- testsuite/aclocal.m4 | 4 +- 10 files changed, 359 insertions(+), 515 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool