Commit 370556e6 authored by Jérome Perrin's avatar Jérome Perrin

shellinabox: we need autoconf now

parent 102cf052
......@@ -3,6 +3,9 @@ extends =
../zlib/buildout.cfg
../openssl/buildout.cfg
../patch/buildout.cfg
../automake/buildout.cfg
../autoconf/buildout.cfg
../libtool/buildout.cfg
../git/buildout.cfg
parts = shellinabox
......@@ -38,3 +41,9 @@ git-executable = ${git:location}/bin/git
[shellinabox-github]
<= shellinabox-common
path = ${shellinabox-git-repository:location}
configure-command =
${libtool:location}/bin/libtoolize
${autoconf:location}/bin/autoreconf -vif
./configure
environment =
PATH=${autoconf:location}/bin:${automake:location}/bin:${libtool: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