From c397a1d2946acead1209c4320544eb3702ad3813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Fri, 1 Apr 2016 20:47:19 +0300 Subject: [PATCH] remove autoreconf --- system/devel/gobject-introspection/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/devel/gobject-introspection/actions.py b/system/devel/gobject-introspection/actions.py index 03c8a3e6..b265c18b 100644 --- a/system/devel/gobject-introspection/actions.py +++ b/system/devel/gobject-introspection/actions.py @@ -11,7 +11,7 @@ from pisi.actionsapi import get def setup(): - autotools.autoreconf("-fiv") + #autotools.autoreconf("-fiv") autotools.configure("--disable-static \ --disable-doctool")