X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a7c7ae406347035d3205a840c134196ad3a08480..270e80029037e77694ef6514c2028334c2a43afc:/configure.ac diff --git a/configure.ac b/configure.ac index 4081a37ddf..b3053e9496 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_PROG_LIBTOOL ############### ## System checks ## -SG_CONFIGURE_PART(System checks...) +SG_CONFIGURE_PART([System checks...]) AC_PROG_CC(xlC gcc cc) AM_SANITY_CHECK AC_PROG_MAKE_SET @@ -445,8 +445,6 @@ fi 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 @@ -465,7 +463,6 @@ AC_CONFIG_FILES([ ],[ for file in \ \ - examples/msg/run_msg_test \ examples/simdag/test_simdag \ examples/amok/bandwidth/test_sg examples/amok/bandwidth/test_rl \ examples/amok/saturate/test_sg examples/amok/saturate/test_rl \