blob: 70d01e96260f797c0e6aad4d84fac47710d7495e (
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.7, 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
|