Commit f3c6081f authored by Arnaud Fontaine's avatar Arnaud Fontaine

Calling autoconf only should be enough (4aecd2c4).

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