X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8e7b6da73f9b4393ba523e947a9dc5837e654df9..5a4f405d9e406c1f16cb1af7f4204e92852985ab:/bootstrap diff --git a/bootstrap b/bootstrap index 0ac5cd8d72..f3089053cf 100755 --- 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