Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use --log instead of the deprecated --xbt-log
[simgrid.git] / configure.ac
index 067424b..a46b6b8 100644 (file)
@@ -196,7 +196,7 @@ AC_ARG_WITH(gtnets,
   AS_HELP_STRING([--with-gtnets], [Path to GTNetS installation (default to empty, ie not using GTNetS)]),
   gtnets_path="$withval",gtnets_path="NO")
 if test "x$gtnets_path" = "xNO" ; then
-  AC_MSG_RESULT(Eventually you will come to GTNetS. $gtnets_path)
+  AC_MSG_RESULT(Eventually you will come to GTNetS.)
 else  
   AC_MSG_RESULT(***** You have decided to use the experimental GTNetS. We hope you know what you're doing.. ****)
   AC_DEFINE(USE_GTNETS, 1, [Indicates whether we should use GTNetS or not])
@@ -407,6 +407,8 @@ AC_CONFIG_FILES([
 AC_CONFIG_FILES([
   examples/Makefile 
     examples/msg/Makefile
+      examples/msg/basic.tesh         examples/msg/small_plat.tesh 
+      examples/msg/suspend.tesh       examples/msg/flexml_bypass.tesh 
     examples/simdag/Makefile       examples/simdag/test_simdag
     examples/gras/Makefile 
       examples/gras/ping/Makefile   examples/gras/ping/test_sg   examples/gras/ping/test_rl