X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=configure.in;h=0b5e2705f8e4cfa53a4a1e4eed87603375630ea1;hb=a05f3cb550877e94aa118cc04b361c0c8fdb3dc3;hp=09d8ec94d7cfb31bb1830543c66c6aa9a5b80881;hpb=1e88cf0f7fa4f690ea9f110e8ed3f2b5338d0a10;p=ctsim.git diff --git a/configure.in b/configure.in index 09d8ec9..0b5e270 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Must reset CDPATH so that bash's cd does not print to stdout dnl CDPATH= AC_INIT(src/ctsim.cpp) -AM_INIT_AUTOMAKE(ctsim,2.0.0b10) +AM_INIT_AUTOMAKE(ctsim,2.0.0b11) AM_CONFIG_HEADER(config.h) dnl Checks for programs. @@ -99,7 +99,7 @@ AC_STRUCT_TM dnl Checks for library functions. AC_FUNC_VPRINTF -AC_CHECK_FUNCS(strtod strtol snprintf htonl) +AC_CHECK_FUNCS(strtod strtol snprintf htonl usleep) AC_CHECK_FUNC(basename) AC_CHECK_FUNC(setjmp) if test "${OSTYPE}" = "cygwin" ; then