X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3fdf4688dcb2bbde0f0d651f36fe1ec56b8b51a2..76abe652b11210f5af3d2ce223aa133ec79232ba:/configure.ac diff --git a/configure.ac b/configure.ac index 98c1e1233e..336da172be 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) #We need a recent ACI ACI_PREREQ(2003.01.16) -AC_INIT([simgrid],[2.90],[arnaud.legrand@imag.fr]) +AC_INIT([simgrid],[2.91],[arnaud.legrand@imag.fr]) #AC_INIT([GRAS],[0.7],[martin.quinson@ens-lyon.fr]) AC_CONFIG_SRCDIR([include/gras.h]) AC_CONFIG_HEADERS([src/gras_config.h]) @@ -158,7 +158,6 @@ AC_CONFIG_FILES([ src/Makefile src/amok/Makefile examples/Makefile - examples/ping/Makefile examples/ping/test_sg examples/ping/test_rl examples/msg/Makefile doc/Makefile doc/Doxyfile.main doc/Doxyfile.API doc/Doxyfile.Examples @@ -179,6 +178,7 @@ AC_CONFIG_FILES([ chmod +x $srcdir/tools/gras-check-arch; ]) +# examples/ping/Makefile examples/ping/test_sg examples/ping/test_rl # examples/saturate/Makefile examples/saturate/test_sg