https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Set up Libtool on antalya.
* buildfarm_worker/antalya.fns (LIBTOOL, LIBTOOLIZE): Set them.
antalya.fns | 4 ++++
1 file changed, 4 insertions(+)
Index: buildfarm_worker/antalya.fns
--- buildfarm_worker/antalya.fns (revision 380)
+++ buildfarm_worker/antalya.fns (working copy)
@@ -11,6 +11,10 @@
export PATH="/lrde/dev/darwin-powerpc/panther/bison-2.2/bin:$PATH"
export PATH="/lrde/dev/darwin-powerpc/panther/swig-1.3.29/bin:$PATH"
+# Set up Libtool (from Fink).
+export LIBTOOL=/sw/bin/glibtool
+export LIBTOOLIZE=/sw/bin/glibtoolize
+
# The ccache dir is located in the /var/ file system. As ~/.zshenv is
# not sourced by the build script, this environment variable is
# defined here.