blob: 5eb9b15180e5b27735fb696713cdfc27140267c1 (
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.1, 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
|