diff options
author | hunt <hunt> | 2005-08-03 20:32:01 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-08-03 20:32:01 +0000 |
commit | 2205d1152e6e9ff34908bf83c3964fb5883adff1 (patch) | |
tree | 237ce2147ef3c562af1c526bc4108213f257f2d5 /configure.ac | |
parent | 085efacada12da5f795db776c59af1874e9ee440 (diff) | |
download | systemtap-steved-2205d1152e6e9ff34908bf83c3964fb5883adff1.tar.gz systemtap-steved-2205d1152e6e9ff34908bf83c3964fb5883adff1.tar.xz systemtap-steved-2205d1152e6e9ff34908bf83c3964fb5883adff1.zip |
2005-08-03 Martin Hunt <hunt@redhat.com>
* stp_check.in : Copy sources to /var/cache/systemtap.
* systemtap.spec.in: Install stp_check. Create /var/cache/systemtap
* Makefile.am (install-exec-local): Install stp_check.
* configure.ac, systemtap.spec.in: Version 0.2.2.
* Makefile.in, aclocal.m4, configure: Regenerated.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5c3f6f49..0189a2ed 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.2.1, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.2.2, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AM_INIT_AUTOMAKE |