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.4-322-g62c8a96


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  62c8a962e0a0735a0199f5543ca176b51a7d8291 (commit)
      from  93ea565accc8533eebac373e846d5d4e238f11ea (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 62c8a962e0a0735a0199f5543ca176b51a7d8291
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Wed May 11 13:40:53 2011 -0400

    dtrace python i18n: make work with autoconf wackyness
    
    autoconf likes to expand some @vars@ in terms of shell-script-like
    constructs like @LOCALEDIR@ = "${datarootdir}/locale" and
    @datarootdir@ = "${prefix}/share".  Since python doesn't interpolate
    strings the same way as /bin/sh, this no workie. So we hard-code the
    interpolation with a sequence of string.replace calls.
    
    Confirmed working with LANG=fr_FR strace python ./dtrace |& grep /fr
    
    * configure.ac: AC_SUBST a few more values.
    * dtrace.in: Specially process ENABLE_NLS and similar values.

-----------------------------------------------------------------------

Summary of changes:
 configure    |    8 ++++++++
 configure.ac |    7 +++++--
 dtrace.in    |    7 +++++--
 3 files changed, 18 insertions(+), 4 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]