Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
freebsd reports amd64 instead of AMD64, and cmake string matching is string sensitive
[simgrid.git] / configure
index 351cfa3f10485e9eb1caaaf2cfb7f01ed28a5e32..ca32ca49eb6197186ba37b80ab7320f22235ec20 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +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=<where_you_want> .\n\tmake\n\tmake install."
+cat <<EOT
+THIS COMMAND IS NOT AVAILABLE!
+Since v3.4 we use cmake. Now use:
+        cmake -DCMAKE_INSTALL_PREFIX=<where_you_want> .
+        make
+        make install
+EOT
+
+exit 1