Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
FS found a new way to break the bootstrap
[simgrid.git] / bootstrap
index ff6cfca..8f48373 100755 (executable)
--- 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"