Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Allow to compile from the SVN with automake 1.11
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 16 Sep 2009 20:38:34 +0000 (20:38 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 16 Sep 2009 20:38:34 +0000 (20:38 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6668 48e7efb5-ca39-0410-a469-dd3cf9ba447f

ChangeLog
bootstrap

index fb578b9..31d1a74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@ SimGrid (3.3.4) unstable; urgency=low
  * Fix a source-level compatibility glitch from 3.2: after defining
    MSG_USE_DEPRECATED, you can use the old name
    MSG_task_put_with_time_out() for MSG_task_put_with_timeout()
+ * Allow to compile from the SVN with automake 1.11
 
  -- Da SimGrid team <simgrid-devel@lists.gforge.inria.fr> 
 
index af6ab36..1e86b57 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -7,7 +7,7 @@
 # You can redistribute and/or modify it under the terms of the
 # GNU LGPL (v2.1) licence.
 
-amversions="${amver:-1.10}"
+amversions="1.10 1.11"
 
 if [ ! -e bootstrap ] ; then
   if [ -e ../bootstrap ] ; then