Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Other try to fix the FS breakage
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 26 Jan 2007 14:29:00 +0000 (14:29 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 26 Jan 2007 14:29:00 +0000 (14:29 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3081 48e7efb5-ca39-0410-a469-dd3cf9ba447f

bootstrap

index 8f48373..edef272 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/sh
 # Run this to generate all the initial makefiles, etc.
 
 amver=1.9
@@ -10,13 +10,6 @@ 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"
@@ -29,7 +22,7 @@ if [ "x$ac" = "x" ] ; then
   exit 1
 fi
 
-
+set -e
 # AUTOCONF=
 # AUTOHEADER=
 # AUTOPOINT=