summaryrefslogtreecommitdiffstats
path: root/testsuite/configure.ac
blob: 18e85559c12d3466c1cb7296f679d59c2329bf21 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.6, 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