X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/feb0e932349c35037f51a93f3185c3d5d21357c7..32084afd566ea9d9133fcc600eaeb43202176abf:/configure.ac diff --git a/configure.ac b/configure.ac index bec52c7919..ae7a8e04f6 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) # We need a recent ACI # A CI_PREREQ(2003.01.16) -AC_INIT([simgrid],[2.91],[simgrid2-users@listes.ens-lyon.fr]) +AC_INIT([simgrid],[2.92],[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]) @@ -129,6 +129,7 @@ AC_CONFIG_FILES([ examples/gras/Makefile examples/gras/ping/Makefile examples/gras/ping/test_sg examples/gras/ping/test_rl examples/gras/timer/Makefile examples/gras/timer/test_sg examples/gras/timer/test_rl + examples/gras/chrono/Makefile examples/gras/chrono/test_sg examples/gras/chrono/test_rl doc/Makefile doc/Doxyfile.main doc/Doxyfile.API doc/Doxyfile.Examples tools/compile-remote-worker tools/Makefile @@ -145,6 +146,7 @@ AC_CONFIG_FILES([ examples/msg/run_msg_test \ examples/gras/ping/test_sg examples/gras/ping/test_rl \ examples/gras/timer/test_sg examples/gras/timer/test_rl \ + examples/gras/chrono/test_sg examples/gras/chrono/test_rl \ ; do \ test -e $file && chmod +x $file; \ done