aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-01-20 17:38:40 -0700
committerRob Savoye <rob.savoye@linaro.org>2014-01-20 17:38:40 -0700
commit54875a3f2a2a16206e514b70feac4dff960e408b (patch)
tree71bcd470d9ab765c8502a9632da99ae7608af8d6 /configure
parent1bdc5bbc80aa2d1cd451cd3ec299211a5e75c8a4 (diff)
regenerated
Change-Id: I89c1b6d88b293121cbb69de3afdc7b0560cf5998
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure46
1 files changed, 44 insertions, 2 deletions
diff --git a/configure b/configure
index ef2f52f7..468e204e 100755
--- a/configure
+++ b/configure
@@ -612,6 +612,7 @@ AUTOGEN
BISON
FLEX
BASH
+LSBCXX
LSBCC
CCACHE
WGET
@@ -3180,13 +3181,54 @@ $as_echo "no" >&6; }
fi
+# Extract the first word of "lsbc++", so it can be a program name with args.
+set dummy lsbc++; 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_LSBCXX+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ case $LSBCXX in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_LSBCXX="$LSBCXX" # 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_LSBCXX="$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
+LSBCXX=$ac_cv_path_LSBCXX
+if test -n "$LSBCXX"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LSBCXX" >&5
+$as_echo "$LSBCXX" >&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;}
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You need 'lsbcc' and 'lsbc++' to produce binary releases!" >&5
+$as_echo "$as_me: WARNING: You need 'lsbcc' and 'lsbc++' 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