summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2008-12-03 15:54:40 -0800
committerRoland McGrath <roland@redhat.com>2008-12-03 18:35:10 -0800
commit2f62657ce707b4011253d533c0423ed8d49a3e9e (patch)
tree59b2140ae77e138d9c11ef71ded066f48989d50d /configure.ac
parentaad1a79ccc20268ba399f0e025f203e968978350 (diff)
downloadsystemtap-steved-2f62657ce707b4011253d533c0423ed8d49a3e9e.tar.gz
systemtap-steved-2f62657ce707b4011253d533c0423ed8d49a3e9e.tar.xz
systemtap-steved-2f62657ce707b4011253d533c0423ed8d49a3e9e.zip
PR6925: generate script to run stap from build directory
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8670d9fe..7b413293 100644
--- a/configure.ac
+++ b/configure.ac
@@ -224,6 +224,8 @@ AC_CONFIG_HEADERS([config.h:config.in])
AC_CONFIG_FILES(Makefile doc/Makefile doc/SystemTap_Tapset_Reference/Makefile stap.1 stapprobes.5 stapfuncs.5 stapvars.5 stapex.5 staprun.8 stap-server.8 man/stapprobes.iosched.5 man/stapprobes.netdev.5 man/stapprobes.nfs.5 man/stapprobes.nfsd.5 man/stapprobes.pagefault.5 man/stapprobes.process.5 man/stapprobes.rpc.5 man/stapprobes.scsi.5 man/stapprobes.signal.5 man/stapprobes.socket.5 man/stapprobes.tcp.5 man/stapprobes.udp.5)
AC_CONFIG_SUBDIRS(testsuite)
+AC_CONFIG_FILES([run-stap], [chmod +x run-stap])
+
AC_OUTPUT
if test $build_elfutils = yes; then