This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-154-g28f121c


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ò <flameeyes@flameeyes.eu>
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ò <flameeyes@flameeyes.eu>
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]