From: Arnaud Legrand Date: Wed, 14 Nov 2012 21:55:02 +0000 (-0700) Subject: This is useful for those typing ./configure & make without looking at output. :) X-Git-Tag: v3_9_rc1~86^2~120 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c49799e7dc19456f53c747d6af0052ec65f97d41 This is useful for those typing ./configure & make without looking at output. :) --- diff --git a/configure b/configure index 4666fe6803..cfebdab14b 100755 --- a/configure +++ b/configure @@ -3,3 +3,5 @@ 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" + +exit 1 \ No newline at end of file