X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e1c190397d9e2c31a34db0ca8891dc23eeba5e2d..6a346cc72dfaebfb747f929747840877636982d6:/bootstrap diff --git a/bootstrap b/bootstrap index faaf3c4155..1272ebac1c 100755 --- a/bootstrap +++ b/bootstrap @@ -9,6 +9,12 @@ amversions="${amver:-1.10}" +if [ ! -e bootstrap ] ; then + if [ -e ../bootstrap ] ; then + cd .. + fi +fi + check_version() { eval $2 --version 2>/dev/null | grep -i "$1.*$3" >/dev/null