From b4012ecbd195f93d40fe13646088b57d0f17f9a2 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:16:02 +0100 Subject: [PATCH] bash: add autoreconf support Signed-off-by: Stephan Raue --- packages/sysutils/bash/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/sysutils/bash/meta b/packages/sysutils/bash/meta index 06dddcb548..6ac1f5cc90 100644 --- a/packages/sysutils/bash/meta +++ b/packages/sysutils/bash/meta @@ -12,3 +12,5 @@ PKG_SECTION="system" PKG_SHORTDESC="bash: Bourne Again Shell" PKG_LONGDESC="Bash is the shell, or command language interpreter, that will appear in the GNU operating system. Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use. In addition, most sh scripts can be run by Bash without modification." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"