X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tools%2Fplatforms%2Fmsp430%2Fcppbsl%2Fconfigure.in;h=293ae8b655c0e9ce8a57899cca064e5510dcdb95;hb=520956b2e4d6d28e6a684f81b3819492770e1d84;hp=4d0cf83d69ad1735a3775a3fe2b1184d011add78;hpb=6d640d119fc0dbe575698cb91c60dc4e2ff1fc9d;p=tinyos-2.x.git diff --git a/tools/platforms/msp430/cppbsl/configure.in b/tools/platforms/msp430/cppbsl/configure.in index 4d0cf83d..293ae8b6 100644 --- a/tools/platforms/msp430/cppbsl/configure.in +++ b/tools/platforms/msp430/cppbsl/configure.in @@ -12,25 +12,20 @@ AM_INIT_AUTOMAKE AC_PROG_CC AC_PROG_CPP AC_PROG_CXX -AC_PROG_GCC_TRADITIONAL AC_FUNC_ERROR_AT_LINE AC_HEADER_STDC -AC_HEADER_STDBOOL -AC_HEADER_TIME +AC_C_CONST #checks for header files and libraries -AC_CHECK_HEADERS([linux/version.h popt.h fcntl.h inttypes.h stdlib.h sys/ioctl.h sys/time.h termios.h unistd.h]) +#AC_CHECK_HEADER(readline.h) +#AC_CHECK_LIB(readline, rl_initialize) +AC_CHECK_HEADER(popt.h) AC_CHECK_LIB(popt, poptGetNextOpt) +#AC_CHECK_HEADER(pthread.h) # Checks for typedefs, structures, and compiler characteristics. -AC_C_CONST -AC_C_INLINE -AC_TYPE_UINT16_T -AC_TYPE_UINT8_T - -AC_FUNC_SELECT_ARGTYPES -AC_CHECK_FUNCS([select strerror]) +# AC_HEADER_STDBOOL AC_DEFUN([ACX_PTHREAD], [ AC_REQUIRE([AC_CANONICAL_HOST])