]> AND Public Git Repository - simgrid.git/blobdiff - bootstrap
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
moved src/surf/surf_parse.h to include/surf/
[simgrid.git] / bootstrap
index 0ac5cd8d72c5b73f7b1ac0946b2b7100e0fd2eb6..f3089053cfefb8c52ebce60d13a08cd3e5e0764a 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