X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/65439f04e0b79d6730d8c4d28b62880630b90601..e3544e10b1294cc7dfda8c751df7ee830398ce7f:/configure.ac?ds=sidebyside diff --git a/configure.ac b/configure.ac index 08fab5ddd2..5eccefaa4c 100644 --- a/configure.ac +++ b/configure.ac @@ -110,6 +110,8 @@ else AC_ERROR([no appropriate backend found]) fi fi +AM_CONDITIONAL(IS_WINDOWS,test x$windows_context = xyes) + dnl # dnl # 3. allow decision to be overridden by user @@ -291,7 +293,9 @@ case $host_os in AM_CPPFLAGS="$AM_CPPFLAGS -DDLL_EXPORT" AC_DEFINE(CONTEXT_THREADS,1);; esac - + + + if test "x$GRAS_DEP" = x; then AC_MSG_RESULT(none) else @@ -466,6 +470,11 @@ AC_CONFIG_FILES([ done ]) +# Teshsuite (testsuite using tesh) +AC_CONFIG_FILES([ + teshsuite/Makefile +]) + # Documentation AC_CONFIG_FILES([ doc/Makefile @@ -491,7 +500,7 @@ fi AC_CONFIG_FILES([ examples/Makefile examples/msg/Makefile - examples/simdag/Makefile examples/simdag/test_simdag + examples/simdag/Makefile examples/gras/Makefile examples/gras/ping/Makefile examples/gras/rpc/Makefile @@ -509,7 +518,6 @@ AC_CONFIG_FILES([ ],[ for file in \ \ - examples/simdag/test_simdag \ examples/amok/bandwidth/test_sg examples/amok/bandwidth/test_rl \ examples/amok/saturate/test_sg examples/amok/saturate/test_rl \ ; do \