X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab3b0dcebcadbe3da395e9e8f73aefadb88b3924..fd4cc5484d464f76e4dd437155b9d0d69ef5a94e:/configure diff --git a/configure b/configure index 83578a2340..cfebdab14b 100755 --- a/configure +++ b/configure @@ -1,5 +1,7 @@ -#! /bin/sh +#! /bin/bash echo "THIS COMMAND IS NOT AVAILABLE!" echo "Since v3.4 we use cmake. Now use:" -echo "\tcmake -DCMAKE_INSTALL_PREFIX= .\n\tmake\n\tmake install." +echo -e "\tcmake -DCMAKE_INSTALL_PREFIX= .\n\tmake\n\tmake install" + +exit 1 \ No newline at end of file