From 5820d149d76e8bda312bbc29aabd2a815c4ba9f2 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:10:52 +0100 Subject: [PATCH] make: add autoreconf support Signed-off-by: Stephan Raue --- packages/toolchain/devel/make/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/toolchain/devel/make/meta b/packages/toolchain/devel/make/meta index 0133b16ac9..653a278d5e 100644 --- a/packages/toolchain/devel/make/meta +++ b/packages/toolchain/devel/make/meta @@ -12,3 +12,5 @@ PKG_SECTION="toolchain/devel" PKG_SHORTDESC="make: GNU make utility to maintain groups of programs" PKG_LONGDESC="The 'make' utility automatically determines which pieces of a large program need to be recompiled, and issues commands to recompile them. This is GNU 'make', which was implemented by Richard Stallman and Roland McGrath. GNU 'make' conforms to section 6.2 of EEE Standard 1003.2-1992' (POSIX.2)." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"