From f2bafdcbbd4ed79cef89f2fa46d6d68c867c1a4b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:19:30 +0100 Subject: [PATCH] boost-jam: add autoreconf support Signed-off-by: Stephan Raue --- packages/devel/boost-jam/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/devel/boost-jam/meta b/packages/devel/boost-jam/meta index f5cc7c531a..61acd1f30c 100644 --- a/packages/devel/boost-jam/meta +++ b/packages/devel/boost-jam/meta @@ -12,3 +12,5 @@ PKG_SECTION="devel" PKG_SHORTDESC="boost: Peer-reviewed STL style libraries for C++" PKG_LONGDESC="Boost provides free peer-reviewed portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish existing practice and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"