diff options
author | dsmith <dsmith> | 2008-01-23 19:58:41 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2008-01-23 19:58:41 +0000 |
commit | 6b535ce2ea1aebf408afe6cc51ef45b50f9a7879 (patch) | |
tree | 2788d3a831bf8f0dac7e6d1c6048fbb2451f35aa /systemtap.spec.in | |
parent | 85278e66846c4ce452c3442887ec947180661c40 (diff) | |
download | systemtap-steved-6b535ce2ea1aebf408afe6cc51ef45b50f9a7879.tar.gz systemtap-steved-6b535ce2ea1aebf408afe6cc51ef45b50f9a7879.tar.xz systemtap-steved-6b535ce2ea1aebf408afe6cc51ef45b50f9a7879.zip |
2008-01-23 David Smith <dsmith@redhat.com>
PR 5661.
* configure.ac: Checks elfutils version number.
* acsite.m4: New file containing macro to return elfutils version
number.
* configure: Regenerated.
* systemtap.spec.in: Minimum elfutils version number is now filled
in by configure.
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r-- | systemtap.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemtap.spec.in b/systemtap.spec.in index 809c7e46..b8ab8652 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -1,7 +1,7 @@ # Release number for rpm build. Stays at 1 for new PACKAGE_VERSION increases. %define release 1 # Version number of oldest elfutils release that works with systemtap. -%define elfutils_version 0.127 +%define elfutils_version @ELFUTILS_REQUIRED_VERSION@ # Set bundled_elfutils to 0 on systems that have %{elfutils_version} or newer. %if 0%{?fedora} |