Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This is useful for those typing ./configure & make without looking at output. :)
authorArnaud Legrand <arnaud.legrand@imag.fr>
Wed, 14 Nov 2012 21:55:02 +0000 (14:55 -0700)
committerArnaud Legrand <arnaud.legrand@imag.fr>
Wed, 12 Dec 2012 11:05:18 +0000 (12:05 +0100)
configure

index 4666fe6..cfebdab 100755 (executable)
--- 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=<where_you_want> .\n\tmake\n\tmake install"
 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"
+
+exit 1
\ No newline at end of file