diff options
author | Dave Brolley <brolley@redhat.com> | 2009-04-03 11:56:32 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-04-03 11:56:32 -0400 |
commit | 8d3854b9f124aa818552d462bd8cbd2577be298e (patch) | |
tree | cef962dbca12c088c6acc3edf621d4502b0012e1 /configure | |
parent | 2f53f831393d2f0db3d54260c2a7882eff17905c (diff) | |
parent | 08dc41a50c508544bc18d384a65a137056a98195 (diff) | |
download | systemtap-steved-8d3854b9f124aa818552d462bd8cbd2577be298e.tar.gz systemtap-steved-8d3854b9f124aa818552d462bd8cbd2577be298e.tar.xz systemtap-steved-8d3854b9f124aa818552d462bd8cbd2577be298e.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Conflicts:
configure
runtime/staprun/staprun_funcs.c
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 47 |
1 files changed, 2 insertions, 45 deletions
@@ -706,7 +706,6 @@ EGREP U ANSI2KNR RANLIB -PERL PIELDFLAGS PIECFLAGS PIECXXFLAGS @@ -5825,47 +5824,6 @@ fi -# Extract the first word of "perl", so it can be a program name with args. -set dummy perl; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -if test "${ac_cv_path_PERL+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - case $PERL in - [\\/]* | ?:[\\/]*) - ac_cv_path_PERL="$PERL" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done -done -IFS=$as_save_IFS - - ;; -esac -fi -PERL=$ac_cv_path_PERL -if test -n "$PERL"; then - { echo "$as_me:$LINENO: result: $PERL" >&5 -echo "${ECHO_T}$PERL" >&6; } -else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } -fi - - - # Check whether --enable-perfmon was given. if test "${enable_perfmon+set}" = set; then enableval=$enable_perfmon; @@ -8747,11 +8705,11 @@ EGREP!$EGREP$ac_delim U!$U$ac_delim ANSI2KNR!$ANSI2KNR$ac_delim RANLIB!$RANLIB$ac_delim -PERL!$PERL$ac_delim PIELDFLAGS!$PIELDFLAGS$ac_delim PIECFLAGS!$PIECFLAGS$ac_delim PIECXXFLAGS!$PIECXXFLAGS$ac_delim sqlite3_LIBS!$sqlite3_LIBS$ac_delim +staplog_CPPFLAGS!$staplog_CPPFLAGS$ac_delim _ACEOF if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then @@ -8793,7 +8751,6 @@ _ACEOF ac_delim='%!_!# ' for ac_last_try in false false false false false :; do cat >conf$$subs.sed <<_ACEOF -staplog_CPPFLAGS!$staplog_CPPFLAGS$ac_delim BUILD_CRASHMOD_TRUE!$BUILD_CRASHMOD_TRUE$ac_delim BUILD_CRASHMOD_FALSE!$BUILD_CRASHMOD_FALSE$ac_delim have_latex!$have_latex$ac_delim @@ -8823,7 +8780,7 @@ LIBOBJS!$LIBOBJS$ac_delim LTLIBOBJS!$LTLIBOBJS$ac_delim _ACEOF - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 28; then + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 27; then break elif $ac_last_try; then { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 |