Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
No more need of these ones...
[simgrid.git] / bootstrap
index 0ac5cd8..f308905 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 # Run this to generate all the initial makefiles, etc.
 
-amver=1.8
+amver=1.9
 
 # AUTOCONF=
 # AUTOHEADER=
@@ -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