GTEST=`cat tests/test.commands`
else
- GTEST="echo \"Google Test was not found on the system.\""
+ GTEST=" @echo \"Google Test was not found on the system. Unable to build tests.\""
fi
if test -z "$GTEST_FOUND_TRUE"; then :
AM_CONDITIONAL([GTEST_FOUND], [test x$gtestfound = xyes])
AM_COND_IF([GTEST_FOUND], [AC_SUBST([GTEST], [`cat tests/test.commands`])],
- [AC_SUBST([GTEST], ["echo \"Google Test was not found on the system.\""])])
+ [AC_SUBST([GTEST], [" @echo \"Google Test was not found on the system. Unable to build tests.\""])])
AM_COND_IF([GTEST_FOUND], [echo "Google Test found on the system. Enabling Unit Tests."]);
AC_CONFIG_FILES([Makefile])