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