X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1b30f00857843f1cee60814ed519ff82e8ef4787..f3cbb85451a65e71d63e1c7e521ccd4d27998bf4:/configure.ac diff --git a/configure.ac b/configure.ac index b0528a236f..c0936546c1 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl GNU LGPL (v2.1) licence. ## AC_PREREQ(2.59) -AC_INIT([simgrid],[3.3.5-svn],[simgrid-devel@lists.gforge.inria.fr]) +AC_INIT([simgrid],[3.4],[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 @@ -379,16 +379,8 @@ fi SG_COMPILE_FLAGS ## -## Support for tracing instrumentation +## Support for tracing instrumentation (no longer supported in autotools) ## -AC_CONFIG_HEADERS([include/instr/config.h]) -AC_ARG_ENABLE(tracing, - AS_HELP_STRING([--enable-tracing],[Activate the instrumentation so SimGrid can be traced to be visualized]), - [tracing=$enableval], - [tracing=no]) -if test x$tracing = xyes ; then - AC_DEFINE([HAVE_TRACING],[1], [defines whether instrumentation must be compiled or not]) -fi ## ## Support for the supernovae compilation mode