From 8493389d7ff4f8c83a202c1762151ad1966feb95 Mon Sep 17 00:00:00 2001 From: Kamil ATLI Date: Fri, 29 Mar 2019 12:08:46 +0300 Subject: [PATCH] rpcsvc-proto --- programming/library/rpcsvc-proto/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/library/rpcsvc-proto/actions.py b/programming/library/rpcsvc-proto/actions.py index c0380490e5..865ab14c29 100644 --- a/programming/library/rpcsvc-proto/actions.py +++ b/programming/library/rpcsvc-proto/actions.py @@ -10,7 +10,7 @@ from pisi.actionsapi import get def setup(): - autotools.autoreconf("-fi") + #autotools.autoreconf("-fi") autotools.configure() def build():