https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm
Index: ChangeLog from Roland Levillain roland@lrde.epita.fr
* buildfarm_worker/istanbul.fns: Tell autoreconf 1.10 where other M4 macros live.
istanbul.fns | 6 ++++++ 1 file changed, 6 insertions(+)
Index: buildfarm_worker/istanbul.fns --- buildfarm_worker/istanbul.fns (revision 426) +++ buildfarm_worker/istanbul.fns (working copy) @@ -5,6 +5,12 @@ # Add some programs from /lrde/dev to the PATH. path_prepend autoconf-2.61 automake-1.10 bison-2.3
+# Tell autoreconf 1.10 where other M4 macros live. +export ACLOCAL='aclocal -I /usr/share/aclocal/' + +# The ccache dir is located in the /work file system. As ~/.zshenv is +# not sourced by the build script, this environment variable is +# defined here. export CCACHE_DIR="/work/build/var/ccache"