X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3d615cf194cbec84c5819c1d7888b6975b440151..1a15a58a833bf3c852c54ae51645aece0bd72cfa:/configure.ac diff --git a/configure.ac b/configure.ac index 7ad0ac2be3..5467499118 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,9 @@ AC_PREREQ(2.59) -#We need a recent ACI -ACI_PREREQ(2003.01.16) +# We need a recent ACI +# A CI_PREREQ(2003.01.16) -AC_INIT([simgrid],[2.91],[arnaud.legrand@imag.fr]) -#AC_INIT([GRAS],[0.7],[martin.quinson@ens-lyon.fr]) +AC_INIT([simgrid],[2.91],[simgrid2-users@listes.ens-lyon.fr]) AC_CONFIG_SRCDIR([include/gras.h]) AC_CONFIG_HEADERS([src/gras_config.h]) @@ -126,11 +125,13 @@ AC_CONFIG_FILES([ src/Makefile src/amok/Makefile examples/Makefile - examples/msg/Makefile - examples/gras/ping/Makefile examples/gras/ping/test_sg examples/gras/ping/test_rl + 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 doc/Makefile doc/Doxyfile.main doc/Doxyfile.API doc/Doxyfile.Examples - tools/compile-remote-worker + tools/compile-remote-worker tools/Makefile + tools/gras/Makefile testsuite/Makefile testsuite/run_tests testsuite/gras/trp_tcp_usage @@ -140,6 +141,7 @@ AC_CONFIG_FILES([ test -e testsuite/gras/trp_tcp_usage && chmod +x testsuite/gras/trp_tcp_usage; test -e testsuite/gras/trp_file_usage&& chmod +x testsuite/gras/trp_file_usage; test -e tools/compile-remote-worker && chmod +x tools/compile-remote-worker; + test -e examples/msg/run_msg_test && chmod +x examples/msg/run_msg_test; test -e examples/gras/ping/test_sg && chmod +x examples/gras/ping/test_sg; test -e examples/gras/ping/test_rl && chmod +x examples/gras/ping/test_rl; # test -e examples/gras/bandwidth/test_sg && chmod +x examples/gras/bandwidth/test_sg;