From bfc89a2dd3516303187be6b866309f699d646d22 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:10:25 +0100 Subject: [PATCH] autoconf-2.64: add autoreconf support Signed-off-by: Stephan Raue --- packages/toolchain/devel/autotools/autoconf-2.64/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/toolchain/devel/autotools/autoconf-2.64/meta b/packages/toolchain/devel/autotools/autoconf-2.64/meta index 7094699337..50f8e92141 100644 --- a/packages/toolchain/devel/autotools/autoconf-2.64/meta +++ b/packages/toolchain/devel/autotools/autoconf-2.64/meta @@ -12,3 +12,5 @@ PKG_SECTION="toolchain/devel" PKG_SHORTDESC="autoconf: A GNU tool for automatically configuring source code" PKG_LONGDESC="Autoconf is an extensible package of m4 macros that produce shell scripts to automatically configure software source code packages. These scripts can adapt the packages to many kinds of UNIX-like systems without manual user intervention. Autoconf creates a configuration script for a package from a template file that lists the operating system features that the package can use, in the form of m4 macro calls." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"