Commit 2da3afd8 authored by Łukasz Nowak's avatar Łukasz Nowak

Use locally provided automake tools.

parent 9d7e9d07
......@@ -3,9 +3,11 @@
[buildout]
extends =
autoconf.cfg
automake.cfg
flex.cfg
libtool.cfg
zlib.cfg
ncurses.cfg
readline.cfg
parts =
xtrabackup
......@@ -29,3 +31,4 @@ configure-command = utils/build.sh innodb51_builtin ${:location}
environment =
CPPFLAGS =-I${zlib:location}/include
LDFLAGS =-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib
PATH=${autoconf:location}/bin:${automake-1.11:location}/bin:${libtool:location}/bin:${flex:location}/bin:%(PATH)s
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment