diff options
author | Josh Stone <jistone@redhat.com> | 2009-04-01 19:41:55 -0700 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-04-01 19:41:55 -0700 |
commit | 65ffc3f32328473cb74aa5c7eca7e46bb82bd7fb (patch) | |
tree | 837cf08f146cf5230b9b8f84081efb4e6d0557ae /configure.ac | |
parent | 5717eaeb49421506ed323f8473790aaf74389237 (diff) | |
download | systemtap-steved-65ffc3f32328473cb74aa5c7eca7e46bb82bd7fb.tar.gz systemtap-steved-65ffc3f32328473cb74aa5c7eca7e46bb82bd7fb.tar.xz systemtap-steved-65ffc3f32328473cb74aa5c7eca7e46bb82bd7fb.zip |
Fix the magic run-stap wrappers even more
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 5e15539e..9b66a724 100644 --- a/configure.ac +++ b/configure.ac @@ -361,7 +361,7 @@ AC_CONFIG_HEADERS([config.h:config.in]) AC_CONFIG_FILES(Makefile doc/Makefile doc/SystemTap_Tapset_Reference/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.process.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_SUBDIRS(testsuite) AC_CONFIG_FILES([run-stap], [chmod +x run-stap]) -AC_CONFIG_FILES([run-stapio], [chmod +x run-stapio]) +AC_CONFIG_FILES([run-staprun], [chmod +x run-staprun]) AC_OUTPUT if test "${prefix}" = "/usr/local"; then |