From 35b0f2fd42f35e3ba338a7cc853adde024a304bc Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Mon, 16 Sep 2013 15:18:12 -0600 Subject: add test to make sure git-new-workdir exists in the PATH --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 65ef25dc..6108f45f 100644 --- a/configure.ac +++ b/configure.ac @@ -226,6 +226,11 @@ if test x"${DEJAGNU}" = x; then AC_MSG_WARN([You should install dejagnu so you can run tests]) fi +AC_PATH_PROG(NEWWORKDIR,git-new-workdir) +if test x"${NEWWORKDIR}" = x; then + AC_MSG_WARN([You need to install git-new-workdir to use GIT!]) +fi + dnl dnl The GNU toolchain, GCC specifically needs these libraries to build. dnl AC_MSG_NOTICE([These are needed by GCC to compile and link]) dnl AC_CHECK_LIB(isl, isl_version) dnl at least version 0.11.1 -- cgit v1.2.3