From 4cd3342d6f51eea1e4ef27b3158befd1f9ddd685 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 28 Sep 2011 01:27:18 +0200 Subject: [PATCH] libtool: dont autoreconf Signed-off-by: Stephan Raue --- packages/devel/libtool/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devel/libtool/meta b/packages/devel/libtool/meta index 0f81acece3..0842529948 100644 --- a/packages/devel/libtool/meta +++ b/packages/devel/libtool/meta @@ -33,4 +33,4 @@ PKG_SHORTDESC="libtool: Generic library support script" PKG_LONGDESC="This is GNU Libtool, a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface." PKG_IS_ADDON="no" -PKG_AUTORECONF="yes" +PKG_AUTORECONF="no"