diff options
Diffstat (limited to 'testsuite/configure.ac')
-rw-r--r-- | testsuite/configure.ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/configure.ac b/testsuite/configure.ac new file mode 100644 index 00000000..4bc08e45 --- /dev/null +++ b/testsuite/configure.ac @@ -0,0 +1,12 @@ +dnl configure.ac --- autoconf input file for systemtap testsuite +dnl Process this file with autoconf to produce a configure script. + +AC_INIT([systemtap], 0.5.13, systemtap@sources.redhat.com, systemtap) + +AC_PREREQ(2.59) +AC_CONFIG_AUX_DIR(..) +AM_INIT_AUTOMAKE([dejagnu foreign]) +AM_MAINTAINER_MODE + +AC_CONFIG_FILES(Makefile) +AC_OUTPUT |