aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2013-09-16 15:18:28 -0600
committerRob Savoye <rob.savoye@linaro.org>2013-09-16 15:18:28 -0600
commit1f870cbf5276e98af0c686ecc237c549776d9d0c (patch)
tree276b6fe63de0ffe7a95acb6812290c1f585853fe /configure
parent35b0f2fd42f35e3ba338a7cc853adde024a304bc (diff)
regenerated
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure46
1 files changed, 46 insertions, 0 deletions
diff --git a/configure b/configure
index 29c24e0..33422f9 100755
--- a/configure
+++ b/configure
@@ -594,6 +594,7 @@ DBHOST
DBPASSWD
DBUSER
BUILDHOST
+NEWWORKDIR
DEJAGNU
libtool_prog
automake_prog
@@ -4047,6 +4048,51 @@ if test x"${DEJAGNU}" = x; then
$as_echo "$as_me: WARNING: You should install dejagnu so you can run tests" >&2;}
fi
+# Extract the first word of "git-new-workdir", so it can be a program name with args.
+set dummy git-new-workdir; 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_NEWWORKDIR+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ case $NEWWORKDIR in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_NEWWORKDIR="$NEWWORKDIR" # 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_NEWWORKDIR="$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
+NEWWORKDIR=$ac_cv_path_NEWWORKDIR
+if test -n "$NEWWORKDIR"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NEWWORKDIR" >&5
+$as_echo "$NEWWORKDIR" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+if test x"${NEWWORKDIR}" = x; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You need to install git-new-workdir to use GIT!" >&5
+$as_echo "$as_me: WARNING: You need to install git-new-workdir to use GIT!" >&2;}
+fi
+