diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-07-15 15:16:54 +0200 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-07-15 15:16:54 +0200 |
commit | e4aaabda45427a9b983fa2f01d172dfe5926adaa (patch) | |
tree | 3564c880b9383e1d181a7de11e3c93a14a88bd22 /configure | |
parent | 00b01a991cc4300f18c747853e85841d187b1fa4 (diff) | |
download | systemtap-steved-e4aaabda45427a9b983fa2f01d172dfe5926adaa.tar.gz systemtap-steved-e4aaabda45427a9b983fa2f01d172dfe5926adaa.tar.xz systemtap-steved-e4aaabda45427a9b983fa2f01d172dfe5926adaa.zip |
PR10399 dtrace should obey prefix install path
* dtrace: Renamed to...
* dtrace.in: Add -I@prefix/include to gcc invocation.
* configure.ac (AC_CONFIG_FILES): List dtrace.
* configure: Regenerated.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8866,6 +8866,8 @@ if test $enable_translator == "yes"; then fi ac_config_files="$ac_config_files run-staprun" +ac_config_files="$ac_config_files dtrace" + 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 @@ -9597,6 +9599,7 @@ do "initscript/systemtap") CONFIG_FILES="$CONFIG_FILES initscript/systemtap" ;; "run-stap") CONFIG_FILES="$CONFIG_FILES run-stap" ;; "run-staprun") CONFIG_FILES="$CONFIG_FILES run-staprun" ;; + "dtrace") CONFIG_FILES="$CONFIG_FILES dtrace" ;; *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} @@ -10386,6 +10389,7 @@ done ;; "run-stap":F) chmod +x run-stap ;; "run-staprun":F) chmod +x run-staprun ;; + "dtrace":F) chmod +x dtrace ;; esac done # for ac_tag |