- configure check added for tclsh

- startup.c manually added to clean deps

git-svn-id: svn://svn.berlios.de/openocd/trunk@796 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
ntfreak
2008-07-11 18:25:21 +00:00
parent 94966bf2e3
commit 76dec044c0
2 changed files with 10 additions and 2 deletions
+6
View File
@@ -290,6 +290,12 @@ AM_CONDITIONAL(BITQ, test $build_bitq = yes)
AC_LANG_C
AC_PROG_CC
AC_PROG_RANLIB
AC_PATH_PROG(TCLSH, tclsh)
# quit if we have no tclsh
if test "x${TCLSH}" = "x"; then
AC_MSG_ERROR([no working tclsh found])
fi
AC_SUBST(WITH_FTD2XX, $with_ftd2xx)