parent
3386995604
commit
c391865af9
|
@ -586,8 +586,6 @@ PACKAGE_URL='http://influxdb.org/'
|
|||
|
||||
ac_subst_vars='LTLIBOBJS
|
||||
LIBOBJS
|
||||
HG
|
||||
BZR
|
||||
with_flex
|
||||
with_bison
|
||||
GOROOT
|
||||
|
@ -1781,94 +1779,6 @@ fi
|
|||
if test x"${GO}" == x"notfound"; then
|
||||
as_fn_error $? "Please install GO (or make sure it's on your path) before trying to build Influxdb" "$LINENO" 5
|
||||
fi
|
||||
# Extract the first word of "bzr", so it can be a program name with args.
|
||||
set dummy bzr; ac_word=$2
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
||||
$as_echo_n "checking for $ac_word... " >&6; }
|
||||
if ${ac_cv_path_BZR+:} false; then :
|
||||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
case $BZR in
|
||||
[\\/]* | ?:[\\/]*)
|
||||
ac_cv_path_BZR="$BZR" # 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
||||
ac_cv_path_BZR="$as_dir/$ac_word$ac_exec_ext"
|
||||
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||
break 2
|
||||
fi
|
||||
done
|
||||
done
|
||||
IFS=$as_save_IFS
|
||||
|
||||
test -z "$ac_cv_path_BZR" && ac_cv_path_BZR=""notfound""
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
BZR=$ac_cv_path_BZR
|
||||
if test -n "$BZR"; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BZR" >&5
|
||||
$as_echo "$BZR" >&6; }
|
||||
else
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
$as_echo "no" >&6; }
|
||||
fi
|
||||
|
||||
|
||||
if test x"${BZR}" == x"notfound"; then
|
||||
as_fn_error $? "Please install bzr before trying to build Influxdb" "$LINENO" 5
|
||||
fi
|
||||
# Extract the first word of "hg", so it can be a program name with args.
|
||||
set dummy hg; ac_word=$2
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
||||
$as_echo_n "checking for $ac_word... " >&6; }
|
||||
if ${ac_cv_path_HG+:} false; then :
|
||||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
case $HG in
|
||||
[\\/]* | ?:[\\/]*)
|
||||
ac_cv_path_HG="$HG" # 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
||||
ac_cv_path_HG="$as_dir/$ac_word$ac_exec_ext"
|
||||
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||
break 2
|
||||
fi
|
||||
done
|
||||
done
|
||||
IFS=$as_save_IFS
|
||||
|
||||
test -z "$ac_cv_path_HG" && ac_cv_path_HG=""notfound""
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
HG=$ac_cv_path_HG
|
||||
if test -n "$HG"; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $HG" >&5
|
||||
$as_echo "$HG" >&6; }
|
||||
else
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
$as_echo "no" >&6; }
|
||||
fi
|
||||
|
||||
|
||||
if test x"${HG}" == x"notfound"; then
|
||||
as_fn_error $? "Please install mercurial before trying to build Influxdb" "$LINENO" 5
|
||||
fi
|
||||
|
||||
# Check whether --with-flex was given.
|
||||
if test "${with_flex+set}" = set; then :
|
||||
|
|
Loading…
Reference in New Issue