diff options
author | roland <roland> | 2005-12-12 05:52:33 +0000 |
---|---|---|
committer | roland <roland> | 2005-12-12 05:52:33 +0000 |
commit | d299d4a75727e3d33f9d2fb9a52344e0cf094c1d (patch) | |
tree | 0937f44d238036de81ef9f297a94f36b0885c1f9 | |
parent | 83556d2b1d1858d6bdd6dcfa93abb44236bcab2f (diff) | |
download | systemtap-steved-d299d4a75727e3d33f9d2fb9a52344e0cf094c1d.tar.gz systemtap-steved-d299d4a75727e3d33f9d2fb9a52344e0cf094c1d.tar.xz systemtap-steved-d299d4a75727e3d33f9d2fb9a52344e0cf094c1d.zip |
.
-rw-r--r-- | ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -1,5 +1,34 @@ 2005-12-11 Roland McGrath <roland@redhat.com> + * configure.ac: Bump version to 0.5.1 for test builds. + * systemtap.spec.in: Remove ExclusiveArch. + * configure: Regenerated. + + PR 1916 + * configure.ac: Grok --with-elfutils. + * Makefile.am [BUILD_ELFUTILS] (install-elfutils, stamp-elfutils): + New targets. + [BUILD_ELFUTILS] (stap_LDFLAGS, stap_LDFLAGS): Add flags + to point at local elfutils build. + [BUILD_ELFUTILS] (BUILT_SOURCES): Add stamp-elfutils. + [BUILD_ELFUTILS] (stap_DEPENDENCIES): New variable. + [BUILD_ELFUTILS] (lib-elfutils/libdw.so): New target. + [BUILD_ELFUTILS] (install-exec-local): Depend on install-elfutils. + (loc2c_test_LDADD): Set this to $(stap_LDADD). + (loc2c_test_CPPFLAGS, loc2c_test_LDFLAGS): New variables. + * Makefile.in: Regenerated. + * compile: New file from automakeland. + * systemtap.spec.in (elfutils_version): Require 0.118 or later. + [bundled_elfutils]: Remove old hacks for building elfutils, and rely + on configure --with-elfutils instead. + + * Makefile.am (pkglibexecdir): New variable. + (AM_CPPFLAGS): Use it. + (pkglibexec_PROGRAMS): Set this instead of noinst_PROGRAMS with stpd. + (pkglibexec_SCRIPTS, CLEANFILES): New variables. + (install-exec-local): Target removed. + * runtest.sh: Set LD_LIBRARY_PATH when lib-elfutils is in use. + * loc2c-test.c (get_location): Fix function name in error message. 2005-12-09 Graydon Hoare <graydon@redhat.com> |