diff options
author | Elliott Baron <ebaron@toriamos.yyz.redhat.com> | 2008-12-05 16:46:32 -0500 |
---|---|---|
committer | Elliott Baron <ebaron@toriamos.yyz.redhat.com> | 2008-12-05 16:46:32 -0500 |
commit | ece3457a5cc92f0968ebf52823af2d017d5272c1 (patch) | |
tree | 45833a5ca9d552032a1d52f005d5e92e1f3ab441 /configure | |
parent | 5cf5735849650a89aa3182dfbacd8218ac0f3b9e (diff) | |
parent | 2f62657ce707b4011253d533c0423ed8d49a3e9e (diff) | |
download | systemtap-steved-ece3457a5cc92f0968ebf52823af2d017d5272c1.tar.gz systemtap-steved-ece3457a5cc92f0968ebf52823af2d017d5272c1.tar.xz systemtap-steved-ece3457a5cc92f0968ebf52823af2d017d5272c1.zip |
Merge branch 'master'; commit 'origin/pr6925'
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 |