From: mquinson Date: Fri, 26 Jan 2007 14:24:50 +0000 (+0000) Subject: FS found a new way to break the bootstrap X-Git-Tag: v3.3~2279 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ff791bec549f85a7c22f2177fb5c4e2c8d1f0fde?ds=sidebyside FS found a new way to break the bootstrap git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3080 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/bootstrap b/bootstrap index ff6cfca997..8f48373c20 100755 --- a/bootstrap +++ b/bootstrap @@ -10,6 +10,13 @@ if [ "x$lt" = "x" ] ; then exit 1 fi +if [ "x$lt" = "x./libtool" ] ; then + echo "The found libtool is the one in the current directory." + echo "Either your path is broken ('.' is before '/usr/bin') or the libtool package is not installed." + echo "Please fix the situation to proceed with a CVS checkout" + exit 1 +fi + am=`which automake-$amver` if [ "x$am" = "x" ] ; then echo "automake version $amver not found. Please install the relevant package to proceed with a CVS checkout"