X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/07b70712c10038fb6bf85ddfee3b9057f0ef10fe..7ffa115b390e378b3c55a9068ce183c5d1308ef8:/configure.ac diff --git a/configure.ac b/configure.ac index b639c5702b..a398013903 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ ## AC_PREREQ(2.59) -AC_INIT([simgrid],[3.0.2-cvs],[simgrid-devel@lists.gforge.inria.fr]) +AC_INIT([simgrid],[3.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 @@ -112,6 +112,9 @@ dnl # 3. allow decision to be overridden by user dnl # AC_MSG_CHECKING(what kind of backend should we use) + +AC_ARG_WITH(pthread, [ --with-pthread Use pthread instead of ucontext.],with_context=pthread) + AC_ARG_WITH(context, [ --with-context=[ucontext/pthread] Use either (System V) swapcontext or pthread [[default=auto]].],, with_context=auto) @@ -261,6 +264,7 @@ AC_CONFIG_FILES([ src/ucontext_stack.h examples/Makefile examples/msg/Makefile examples/msg/run_msg_test + examples/simdag/Makefile examples/gras/Makefile examples/gras/ping/Makefile examples/gras/ping/test_sg examples/gras/ping/test_rl examples/gras/rpc/Makefile examples/gras/rpc/test_sg examples/gras/rpc/test_rl