X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0dd18923bb1bb28d0c78c7d12a0adc06552a4788..60894e585d7f494d9ad32afd452a57f8849ceff6:/configure.ac diff --git a/configure.ac b/configure.ac index 1378f234a7..abd71324b3 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ ## AC_PREREQ(2.59) -AC_INIT([simgrid],[3.00],[simgrid-devel@lists.gforge.inria.fr]) +AC_INIT([simgrid],[3.0.1-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; \