From: Lucas Schnorr Date: Thu, 26 May 2011 09:33:47 +0000 (+0200) Subject: removing a point after install in the configure script X-Git-Tag: v3_6_rc3~2^2~8 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6cffc6134eff7a12dd876da27268910600f92fb1 removing a point after install in the configure script --- diff --git a/configure b/configure index 351cfa3f10..4666fe6803 100755 --- a/configure +++ b/configure @@ -2,4 +2,4 @@ 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." +echo -e "\tcmake -DCMAKE_INSTALL_PREFIX= .\n\tmake\n\tmake install"