https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Provide hosts building Vaucanson with Automake 1.10.
* buildfarm_worker/brasilia.fns, buildfarm_worker/caracas.fns
Add Automake 1.10 to the PATH.
brasilia.fns | 5 +++--
caracas.fns | 6 +++++-
2 files changed, 8 insertions(+), 3 deletions(-)
Index: buildfarm_worker/caracas.fns
--- buildfarm_worker/caracas.fns (revision 419)
+++ buildfarm_worker/caracas.fns (working copy)
@@ -4,7 +4,11 @@
host_type=linux-x86
# Add some programs from /lrde/dev to the PATH.
-path_prepend sarge/autoconf-2.60 sarge/bison-2.3 intel/icc9.1
+path_prepend \
+ sarge/autoconf-2.60 \
+ sarge/automake-1.10 \
+ sarge/bison-2.3 \
+ intel/icc9.1
# The ccache dir is located in the /work file system. As ~/.zshenv is
# not sourced by the build script, this environment variable is
Index: buildfarm_worker/brasilia.fns
--- buildfarm_worker/brasilia.fns (revision 419)
+++ buildfarm_worker/brasilia.fns (working copy)
@@ -4,8 +4,9 @@
host_type=linux-x86
-# Add ICC (from /lrde/dev) to the PATH.
-path_prepend intel/icc9.1
+# Add ICC (from /lrde/dev) to the PATH, as well as Automake 1.10 (not
+# yet in Sid).
+path_prepend intel/icc9.1 unstable/automake-1.10
# The ccache dir is located in the /work file system. As ~/.zshenv is
# not sourced by the build script, this environment variable is