diff options
author | roland <roland> | 2006-04-05 05:20:14 +0000 |
---|---|---|
committer | roland <roland> | 2006-04-05 05:20:14 +0000 |
commit | 611010bf818d40e88e9fcba226bd49bfbadcca57 (patch) | |
tree | 764373d976b1bb9a822558aaa0c9935c1f452dbe | |
parent | 7f2884e8ec3ac0bba2c0a1188b73777decc6917d (diff) | |
download | systemtap-steved-611010bf818d40e88e9fcba226bd49bfbadcca57.tar.gz systemtap-steved-611010bf818d40e88e9fcba226bd49bfbadcca57.tar.xz systemtap-steved-611010bf818d40e88e9fcba226bd49bfbadcca57.zip |
2006-04-04 Roland McGrath <roland@redhat.com>
* configure.ac: Bump version to 0.5.5.
Require elfutils-0.120.
* configure: Regenerated.
* systemtap.spec.in: Likewise.
-rwxr-xr-x | configure | 44 | ||||
-rw-r--r-- | configure.ac | 6 | ||||
-rw-r--r-- | systemtap.spec.in | 6 |
3 files changed, 30 insertions, 26 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for systemtap 0.5.4. +# Generated by GNU Autoconf 2.59 for systemtap 0.5.5. # # Report bugs to <systemtap@sources.redhat.com>. # @@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='systemtap' PACKAGE_TARNAME='systemtap' -PACKAGE_VERSION='0.5.4' -PACKAGE_STRING='systemtap 0.5.4' +PACKAGE_VERSION='0.5.5' +PACKAGE_STRING='systemtap 0.5.5' PACKAGE_BUGREPORT='systemtap@sources.redhat.com' # Factoring default headers for most tests. @@ -787,7 +787,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures systemtap 0.5.4 to adapt to many kinds of systems. +\`configure' configures systemtap 0.5.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -849,7 +849,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of systemtap 0.5.4:";; + short | recursive ) echo "Configuration of systemtap 0.5.5:";; esac cat <<\_ACEOF @@ -977,7 +977,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -systemtap configure 0.5.4 +systemtap configure 0.5.5 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -991,7 +991,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by systemtap $as_me 0.5.4, which was +It was created by systemtap $as_me 0.5.5, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1636,7 +1636,7 @@ fi # Define the identity of the package. PACKAGE='systemtap' - VERSION='0.5.4' + VERSION='0.5.5' cat >>confdefs.h <<_ACEOF @@ -5108,9 +5108,9 @@ if test $build_elfutils = no; then save_LIBS="$LIBS" -echo "$as_me:$LINENO: checking for dwarf_diecu in -ldw" >&5 -echo $ECHO_N "checking for dwarf_diecu in -ldw... $ECHO_C" >&6 -if test "${ac_cv_lib_dw_dwarf_diecu+set}" = set; then +echo "$as_me:$LINENO: checking for dwfl_version in -ldw" >&5 +echo $ECHO_N "checking for dwfl_version in -ldw... $ECHO_C" >&6 +if test "${ac_cv_lib_dw_dwfl_version+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS @@ -5128,11 +5128,11 @@ extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ -char dwarf_diecu (); +char dwfl_version (); int main () { -dwarf_diecu (); +dwfl_version (); ; return 0; } @@ -5159,20 +5159,20 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - ac_cv_lib_dw_dwarf_diecu=yes + ac_cv_lib_dw_dwfl_version=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_dw_dwarf_diecu=no +ac_cv_lib_dw_dwfl_version=no fi rm -f conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:$LINENO: result: $ac_cv_lib_dw_dwarf_diecu" >&5 -echo "${ECHO_T}$ac_cv_lib_dw_dwarf_diecu" >&6 -if test $ac_cv_lib_dw_dwarf_diecu = yes; then +echo "$as_me:$LINENO: result: $ac_cv_lib_dw_dwfl_version" >&5 +echo "${ECHO_T}$ac_cv_lib_dw_dwfl_version" >&6 +if test $ac_cv_lib_dw_dwfl_version = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBDW 1 _ACEOF @@ -5181,8 +5181,8 @@ _ACEOF else - { { echo "$as_me:$LINENO: error: systemtap requires elfutils 0.116+" >&5 -echo "$as_me: error: systemtap requires elfutils 0.116+" >&2;} + { { echo "$as_me:$LINENO: error: systemtap requires elfutils 0.120+" >&5 +echo "$as_me: error: systemtap requires elfutils 0.120+" >&2;} { (exit 1); exit 1; }; } fi @@ -5611,7 +5611,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by systemtap $as_me 0.5.4, which was +This file was extended by systemtap $as_me 0.5.5, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5674,7 +5674,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -systemtap config.status 0.5.4 +systemtap config.status 0.5.5 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 99f2916c..dbca0f48 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl configure.ac --- autoconf input file for systemtap dnl Process this file with autoconf to produce a configure script. -AC_INIT([systemtap], 0.5.4, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.5.5, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AM_INIT_AUTOMAKE @@ -37,8 +37,8 @@ AM_CONDITIONAL(BUILD_ELFUTILS, test $build_elfutils = yes) if test $build_elfutils = no; then # Need libdwfl-capable recent elfutils from Fedora save_LIBS="$LIBS" - AC_CHECK_LIB(dw, dwarf_diecu,,[ - AC_MSG_ERROR([systemtap requires elfutils 0.116+])]) + AC_CHECK_LIB(dw, dwfl_version,,[ + AC_MSG_ERROR([systemtap requires elfutils 0.120+])]) stap_LIBS="$LIBS" LIBS="$SAVE_LIBS" else diff --git a/systemtap.spec.in b/systemtap.spec.in index 17e49b3e..702f8dd4 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -1,5 +1,5 @@ %define bundled_elfutils 1 -%define elfutils_version 0.119 +%define elfutils_version 0.120 Name: systemtap Version: @VERSION@ @@ -100,6 +100,10 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Tue Apr 4 2006 Roland McGrath <roland@redhat.com> - 0.5.5-1 +- Many changes, affected PRs include: 2068, 2293, 1989, 2334, + 1304, 2390, 2425, 953. + * Wed Feb 1 2006 Frank Ch. Eigler <fche@redhat.com> - 0.5.4-1 - PRs 1916, 2205, 2142, 2060, 1379 |