diff options
author | Dave Brolley <brolley@redhat.com> | 2009-07-17 11:43:16 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-07-17 11:43:16 -0400 |
commit | 6c456acd35009630facd95cca91483a92aa50e9f (patch) | |
tree | 92f90c79d473d50eb42f103634df0167c1b63ab5 /configure.ac | |
parent | 451535e8b0b1018a51206283d89d233d37ea8621 (diff) | |
parent | ea14cf671a7ad543ad4752b301883789ab86f70f (diff) | |
download | systemtap-steved-6c456acd35009630facd95cca91483a92aa50e9f.tar.gz systemtap-steved-6c456acd35009630facd95cca91483a92aa50e9f.tar.xz systemtap-steved-6c456acd35009630facd95cca91483a92aa50e9f.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 747aac97..c7ccd2da 100644 --- a/configure.ac +++ b/configure.ac @@ -580,7 +580,7 @@ dnl Don't use this directly (when not given it is set to NONE). AC_DEFINE_UNQUOTED(STAP_PREFIX, "$prefix", [configure prefix location]) AC_CONFIG_HEADERS([config.h:config.in]) -AC_CONFIG_FILES(Makefile doc/Makefile doc/SystemTap_Tapset_Reference/Makefile grapher/Makefile stap.1 stapprobes.3stap stapfuncs.3stap stapvars.3stap stapex.3stap staprun.8 stap-server.8 man/stapprobes.iosched.3stap man/stapprobes.netdev.3stap man/stapprobes.nfs.3stap man/stapprobes.nfsd.3stap man/stapprobes.pagefault.3stap man/stapprobes.kprocess.3stap man/stapprobes.rpc.3stap man/stapprobes.scsi.3stap man/stapprobes.signal.3stap man/stapprobes.socket.3stap man/stapprobes.tcp.3stap man/stapprobes.udp.3stap initscript/systemtap) +AC_CONFIG_FILES(Makefile doc/Makefile doc/SystemTap_Tapset_Reference/Makefile grapher/Makefile stap.1 stapprobes.3stap stapfuncs.3stap stapvars.3stap stapex.3stap staprun.8 stap-server.8 man/stapprobes.iosched.3stap man/stapprobes.netdev.3stap man/stapprobes.nfs.3stap man/stapprobes.nfsd.3stap man/stapprobes.pagefault.3stap man/stapprobes.kprocess.3stap man/stapprobes.rpc.3stap man/stapprobes.scsi.3stap man/stapprobes.signal.3stap man/stapprobes.socket.3stap man/stapprobes.tcp.3stap man/stapprobes.udp.3stap man/stapprobes.snmp.3stap initscript/systemtap) AC_CONFIG_SUBDIRS(testsuite) if test $enable_translator == "yes"; then AC_CONFIG_FILES([run-stap], [chmod +x run-stap]) |