diff options
author | roland <roland> | 2006-10-18 21:24:05 +0000 |
---|---|---|
committer | roland <roland> | 2006-10-18 21:24:05 +0000 |
commit | 0b951e7c1aa8653655d63bda882d392f0c2216c8 (patch) | |
tree | a9c76bd390b21c9b5d7ffd0773243a9e39a4ca88 | |
parent | fa1d05cdfff44b39584ba03831dae7d3f7b2258c (diff) | |
download | systemtap-steved-0b951e7c1aa8653655d63bda882d392f0c2216c8.tar.gz systemtap-steved-0b951e7c1aa8653655d63bda882d392f0c2216c8.tar.xz systemtap-steved-0b951e7c1aa8653655d63bda882d392f0c2216c8.zip |
.
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,4 +1,14 @@ +2006-10-18 Roland McGrath <roland@redhat.com> + + PR 2727 + * configure.ac (elfutils build): Pass --prefix and --exec-prefix + options to elfutils configure. + (elfutils_abs_srcdir): New substituted variable. + * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable. + * configure, config.in, Makefile.in: Regenerated. + 2006-10-16 Li Guanglei <guanglei@cn.ibm.com> + * configure.ac: add the checking for mysql_config, mysqlclient library and header files * runtime/lket/b2a/Makefile.am: set compile flags @@ -8,7 +18,7 @@ 2006-10-12 Martin Hunt <hunt@redhat.com> - * translate.cxx (emit_common_header): Add a + * translate.cxx (emit_common_header): Add a kretprobe_instance pointer to struct context. (emit_symbol_data): Include absolute symbols. |