From d231da7a60170457f3ccf584117ab8dfa1c3a113 Mon Sep 17 00:00:00 2001 From: mquinson Date: Mon, 15 Nov 2004 09:04:48 +0000 Subject: [PATCH] do not configure the bandwidth example since it's broken and not distributed yet (fixes make dist) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@499 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f935cc6d82..f0db1231d6 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ]) -- 2.20.1