X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2f890d442c636b308299dc7d11a5954ebf6e6c0d..9372ee127d1ac95f44215fa0a8bbde01398b4a14:/configure.ac diff --git a/configure.ac b/configure.ac index 4f893b0615..af520247d7 100644 --- a/configure.ac +++ b/configure.ac @@ -139,6 +139,7 @@ AC_SUBST(LDFLAGS) ## Check for programs ## +SG_CONFIGURE_PART(Check for programs...) AC_CHECK_PROG(BASH, bash, `which bash`, /bin/sh) WARNING="This file is generated, do not edit" AC_SUBST(WARNING) @@ -161,7 +162,10 @@ AM_CONDITIONAL(HAVE_FLEXML,test x$FLEXML != xNOTFOUND) # examples/bandwidth/Makefile examples/bandwidth/test_sg # examples/pastry/Makefile examples/pastry/test_sg +# examples/gras/token/Makefile examples/gras/token/test_sg examples/gras/token/test_rl +# examples/gras/chord/Makefile examples/gras/chord/test_sg examples/gras/chord/test_rl +SG_CONFIGURE_PART(Generating files...) AC_CONFIG_FILES([ Makefile include/Makefile @@ -171,7 +175,7 @@ AC_CONFIG_FILES([ examples/msg/Makefile examples/msg/run_msg_test examples/gras/Makefile examples/gras/ping/Makefile examples/gras/ping/test_sg examples/gras/ping/test_rl - examples/gras/timer/Makefile examples/gras/timer/test_sg examples/gras/timer/test_rl + examples/gras/timer/Makefile examples/gras/timer/test_sg examples/gras/timer/test_rl examples/gras/chrono/Makefile examples/gras/chrono/test_sg examples/gras/chrono/test_rl doc/Makefile doc/Doxyfile @@ -195,6 +199,8 @@ AC_CONFIG_FILES([ done ]) +# examples/gras/token/test_sg examples/gras/token/test_rl \ +# examples/gras/chord/test_sg examples/gras/chord/test_rl \ # examples/gras/pastry/test_sg # examples/gras/bandwidth/test_sg