From 370556e6ec27ed4d012e9680e4dbf990576e326b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Fri, 17 Jul 2015 13:51:55 +0200 Subject: [PATCH] shellinabox: we need autoconf now --- component/shellinabox/buildout.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/component/shellinabox/buildout.cfg b/component/shellinabox/buildout.cfg index 1760c374a..3b9eb579c 100644 --- a/component/shellinabox/buildout.cfg +++ b/component/shellinabox/buildout.cfg @@ -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 -- 2.30.9