diff options
author | fche <fche> | 2007-04-29 22:34:03 +0000 |
---|---|---|
committer | fche <fche> | 2007-04-29 22:34:03 +0000 |
commit | e872ae096714a011eb24a0c1a62961f58533f939 (patch) | |
tree | dd0bcc14fe40a7e3db8d34c0f1aeb47d3cf6252e /configure.ac | |
parent | 7a5a1efc5bfad6a773e29efe362d10649d583436 (diff) | |
download | systemtap-steved-e872ae096714a011eb24a0c1a62961f58533f939.tar.gz systemtap-steved-e872ae096714a011eb24a0c1a62961f58533f939.tar.xz systemtap-steved-e872ae096714a011eb24a0c1a62961f58533f939.zip |
2007-04-29 Frank Ch. Eigler <fche@elastic.org>
* configure.ac: Mention testsuite/configure.ac for version matching.
2007-04-29 Frank Ch. Eigler <fche@elastic.org>
* Makefile.am (EXTRA_DIST): Add dejagnu subdirectories.
* configure.ac: Bump version to match parent directory.
* Makefile.in, configure: Regenerated.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 128fc01e..39b45b5f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,6 +2,8 @@ dnl configure.ac --- autoconf input file for systemtap dnl Process this file with autoconf to produce a configure script. AC_INIT([systemtap], 0.5.14, systemtap@sources.redhat.com, systemtap) +dnl ^^^^^^ see also testsuite/configure.ac + AC_PREREQ(2.59) AM_INIT_AUTOMAKE |