From 9e4f270e160187579c665be0519713b6675e96a6 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:05:55 +0100 Subject: [PATCH] xerces-c: add autoreconf support Signed-off-by: Stephan Raue --- packages/textproc/xerces-c/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/textproc/xerces-c/meta b/packages/textproc/xerces-c/meta index 8733b5c1e9..ee24c254e2 100644 --- a/packages/textproc/xerces-c/meta +++ b/packages/textproc/xerces-c/meta @@ -12,3 +12,5 @@ PKG_SECTION="textproc" PKG_SHORTDESC="xerces-c: A C++ XML parser" PKG_LONGDESC="Xerces C++ is a validating XML parser written in a portable subset of C++. It makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents. It is faithful to the XML 1. 0 recommendation and associated standards ( DOM 1. 0, DOM 2. 0. SAX 1. 0, SAX 2. 0, Namespaces). It also provides an implementation of a subset of the Schema." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"