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 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 6161eae8..8fe89282 100755 --- a/configure +++ b/configure @@ -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 -- cgit