X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/79e5adfad7b797250155cd0726a2f0930008af46..675b693b6e0110d13e85a5c46a5d231e1785aca7:/configure.ac diff --git a/configure.ac b/configure.ac index f1ddd70e1e..7c2dfae194 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ ## AC_PREREQ(2.59) -AC_INIT([simgrid],[2.96-cvs],[simgrid-devel@lists.gforge.inria.fr]) +AC_INIT([simgrid],[3.0.2-cvs],[simgrid-devel@lists.gforge.inria.fr]) AC_CONFIG_SRCDIR([include/gras.h]) AC_CONFIG_HEADERS([src/gras_config.h]) # A CI_PREREQ(2003.01.16) # We need a recent ACI when having sub-modules @@ -39,7 +39,8 @@ AC_CHECK_HEADERS([sys/socket.h \ execinfo.h]) AC_CHECK_FUNCS([gettimeofday usleep \ getdtablesize \ - sysconf]) + sysconf\ + readv]) # check for a working snprintf (or use xbt/snprintf.c, which comes from http://www.ijs.si/software/snprintf/) AC_FUNC_SNPRINTF @@ -244,6 +245,7 @@ AC_CONFIG_FILES([ 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 examples/gras/tokenS/Makefile examples/gras/tokenS/test_sg examples/gras/tokenS/test_rl + examples/gras/mmrpc/Makefile examples/gras/mmrpc/test_sg examples/gras/mmrpc/test_rl examples/amok/Makefile examples/amok/bandwidth/Makefile examples/amok/bandwidth/test_sg examples/amok/bandwidth/test_rl doc/Makefile @@ -265,6 +267,7 @@ AC_CONFIG_FILES([ examples/gras/timer/test_sg examples/gras/timer/test_rl \ examples/gras/chrono/test_sg examples/gras/chrono/test_rl \ examples/gras/tokenS/test_sg examples/gras/tokenS/test_rl \ + examples/gras/mmrpc/test_sg examples/gras/mmrpc/test_rl \ examples/msg/run_msg_test \ ; do \ test -e $file && chmod +x $file; \