aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-01-19 12:46:41 -0700
committerRob Savoye <rob.savoye@linaro.org>2014-01-19 12:46:41 -0700
commit09106050095da9d1daba015cee83be28c632308b (patch)
tree28a28a6aadd08eb04d892a25d911fcdad55a299c /configure
parent5417208e8d89f2456de3d3fbd3041a9ec08fce55 (diff)
regenerated
Change-Id: I440bc8f2ddfd1d0e24e97906095cacaef104cf61
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure48
1 files changed, 48 insertions, 0 deletions
diff --git a/configure b/configure
index db460a8f..ef2f52f7 100755
--- a/configure
+++ b/configure
@@ -612,6 +612,7 @@ AUTOGEN
BISON
FLEX
BASH
+LSBCC
CCACHE
WGET
INSTALL_DATA
@@ -3139,6 +3140,53 @@ fi
+# Extract the first word of "lsbcc", so it can be a program name with args.
+set dummy lsbcc; 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_LSBCC+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ case $LSBCC in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_LSBCC="$LSBCC" # 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_LSBCC="$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
+
+ ;;
+esac
+fi
+LSBCC=$ac_cv_path_LSBCC
+if test -n "$LSBCC"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LSBCC" >&5
+$as_echo "$LSBCC" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+
+if test x"${LSBCC}" = x; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You need 'lsbcc' to produce binary releases!" >&5
+$as_echo "$as_me: WARNING: You need 'lsbcc' to produce binary releases!" >&2;}
+# missing="${missing} lsbcc"
+fi
+
# Extract the first word of "bash", so it can be a program name with args.
set dummy bash; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5