summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorhunt <hunt>2005-08-03 19:03:03 +0000
committerhunt <hunt>2005-08-03 19:03:03 +0000
commit4515ee3f0e745fde9117baf36c5053216326c9a7 (patch)
tree1f7ef5e85ba11e311ea9345fb72c950c269917e3 /configure.ac
parent416730778dd315b64b1f443e5396685c9d0078cd (diff)
downloadsystemtap-steved-4515ee3f0e745fde9117baf36c5053216326c9a7.tar.gz
systemtap-steved-4515ee3f0e745fde9117baf36c5053216326c9a7.tar.xz
systemtap-steved-4515ee3f0e745fde9117baf36c5053216326c9a7.zip
2005-08-03 Martin Hunt <hunt@redhat.com>
* configure.ac: Add stp_check to AC_CONFIG_FILES. * stp_check.in : New file.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 209ede4b..5c3f6f49 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,5 +40,5 @@ AC_DEFINE_UNQUOTED(DATE, "$date", [Configuration/build date])
AC_SUBST(DATE)
AC_CONFIG_HEADERS([config.h:config.in])
-AC_CONFIG_FILES(Makefile systemtap.spec)
+AC_CONFIG_FILES(Makefile systemtap.spec stp_check)
AC_OUTPUT