Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Argh, revert last change which was for debugging and wasn't intended to hit the server
[simgrid.git] / configure.ac
index 04579f8..eaf32d9 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ(2.59)
 # We need a recent ACI
 # A CI_PREREQ(2003.01.16)
 
-AC_INIT([simgrid],[2.92],[simgrid2-users@listes.ens-lyon.fr])
+AC_INIT([simgrid],[2.93-cvs],[simgrid2-users@listes.ens-lyon.fr])
 AC_CONFIG_SRCDIR([include/gras.h])
 AC_CONFIG_HEADERS([src/gras_config.h])
 
@@ -46,7 +46,7 @@ AC_CHECK_HEADERS([sys/socket.h winsock.h winsock2.h \
                  ucontext.h \
                  sys/time.h \
                  errno.h unistd.h ])
-AC_CHECK_FUNCS([gettimeofday \
+AC_CHECK_FUNCS([gettimeofday usleep \
                 getdtablesize \
                 sysconf])