From 2f62657ce707b4011253d533c0423ed8d49a3e9e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 3 Dec 2008 15:54:40 -0800 Subject: PR6925: generate script to run stap from build directory --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') 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 -- cgit