r186: *** empty log message ***
[ctsim.git] / configure.in
index 09d8ec94d7cfb31bb1830543c66c6aa9a5b80881..0b5e2705f8e4cfa53a4a1e4eed87603375630ea1 100644 (file)
@@ -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