From 03099b582312140e3721625e4115b7acac2ac859 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:11:24 +0100 Subject: [PATCH] mpc: add autoreconf support Signed-off-by: Stephan Raue --- packages/toolchain/math/mpc/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/toolchain/math/mpc/meta b/packages/toolchain/math/mpc/meta index 79ee0f9f34..26fba428cc 100644 --- a/packages/toolchain/math/mpc/meta +++ b/packages/toolchain/math/mpc/meta @@ -12,3 +12,5 @@ PKG_SECTION="toolchain/math" PKG_SHORTDESC="mpc: A C library for the arithmetic of high precision complex numbers" PKG_LONGDESC="pc is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result. It is built upon and follows the same principles as Mpfr." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"