Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not configure the bandwidth example since it's broken and not distributed yet...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 15 Nov 2004 09:04:48 +0000 (09:04 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 15 Nov 2004 09:04:48 +0000 (09:04 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@499 48e7efb5-ca39-0410-a469-dd3cf9ba447f

configure.ac

index f935cc6..f0db123 100644 (file)
@@ -92,6 +92,7 @@ WARNING="This file is generated, do not edit"
 AC_SUBST(WARNING)
 
 dnl ####[ Makes the output ]###################################################
+#    examples/bandwidth/Makefile examples/bandwidth/test_sg
 AC_CONFIG_FILES([
   Makefile
   include/Makefile
@@ -99,7 +100,6 @@ AC_CONFIG_FILES([
   src/amok/Makefile
   examples/Makefile 
     examples/ping/Makefile      examples/ping/test_sg
-    examples/bandwidth/Makefile examples/bandwidth/test_sg
   doc/Makefile
   tools/compile-remote-worker
   testsuite/Makefile
@@ -112,7 +112,7 @@ AC_CONFIG_FILES([
      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/ping/test_sg        && chmod +x examples/ping/test_sg;
-     test -e examples/bandwidth/test_sg   && chmod +x examples/bandwidth/test_sg;
+#     test -e examples/bandwidth/test_sg   && chmod +x examples/bandwidth/test_sg;
      chmod +x $srcdir/tools/gras-check-arch;
      chmod +x $srcdir/examples/ping/test_rl
 ])