Commit f3c6081f authored by Arnaud Fontaine's avatar Arnaud Fontaine

Calling autoconf only should be enough (4aecd2c4).

parent 08459dc1
......@@ -5,8 +5,6 @@
[buildout]
extends =
../autoconf/buildout.cfg
../automake/buildout.cfg
../libtool/buildout.cfg
parts =
groonga
......@@ -25,12 +23,8 @@ patch-options = -p0
patches =
${groonga-1.2.8-configure-Wno-cflags-patch:location}/${groonga-1.2.8-configure-Wno-cflags-patch:filename}
environment =
PATH =${autoconf:location}/bin:${automake-1.11:location}/bin:${libtool:location}/bin:%(PATH)s
PATH =${autoconf:location}/bin:%(PATH)s
configure-command =
aclocal -I ${libtool:location}/share/aclocal -I .
libtoolize -c -f
autoheader
automake -c -a -f
autoconf
./configure
configure-options =
......
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