diff options
author | Roland McGrath <roland@redhat.com> | 2008-12-03 15:54:40 -0800 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2008-12-03 18:35:10 -0800 |
commit | 2f62657ce707b4011253d533c0423ed8d49a3e9e (patch) | |
tree | 59b2140ae77e138d9c11ef71ded066f48989d50d /configure | |
parent | aad1a79ccc20268ba399f0e025f203e968978350 (diff) | |
download | systemtap-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')
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7000,6 +7000,9 @@ ac_config_files="$ac_config_files Makefile doc/Makefile doc/SystemTap_Tapset_Ref subdirs="$subdirs testsuite" +ac_config_files="$ac_config_files run-stap" + + cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -7643,6 +7646,7 @@ do "man/stapprobes.socket.5") CONFIG_FILES="$CONFIG_FILES man/stapprobes.socket.5" ;; "man/stapprobes.tcp.5") CONFIG_FILES="$CONFIG_FILES man/stapprobes.tcp.5" ;; "man/stapprobes.udp.5") CONFIG_FILES="$CONFIG_FILES man/stapprobes.udp.5" ;; + "run-stap") CONFIG_FILES="$CONFIG_FILES run-stap" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} @@ -8427,6 +8431,7 @@ echo "$as_me: error: cannot create directory $as_dir" >&2;} done done ;; + "run-stap":F) chmod +x run-stap ;; esac done # for ac_tag |