Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
removing a point after install in the configure script
authorLucas Schnorr <Lucas.Schnorr@imag.fr>
Thu, 26 May 2011 09:33:47 +0000 (11:33 +0200)
committerLucas Schnorr <Lucas.Schnorr@imag.fr>
Wed, 15 Jun 2011 11:28:19 +0000 (13:28 +0200)
configure

index 351cfa3..4666fe6 100755 (executable)
--- 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=<where_you_want> .\n\tmake\n\tmake install."
+echo -e "\tcmake -DCMAKE_INSTALL_PREFIX=<where_you_want> .\n\tmake\n\tmake install"