Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
when using doubles, %lg should be used for scanf and %g for printf (which is
[simgrid.git] / bootstrap
index 0ac5cd8..fb3e2af 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -38,10 +38,15 @@ else
 fi
 
 echo "************"
-echo "* Running ./configure $configure_args..."
+echo "* And now:"
 echo "************"
-./configure $configure_args || exit 1
 
-echo Now type \`make\' to compile the package
+echo " To configure it as a maintainer, run:"
+echo "   ./configure $configure_args"
+
+#echo "************"
+#echo ./configure $configure_args 
+
+#echo Now type \`make\' to compile the package