From acf6ac6a31f4836b0fff390ff55b5aa49d2cd319 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:10:25 +0100 Subject: [PATCH] automake: add autoreconf support Signed-off-by: Stephan Raue --- packages/toolchain/devel/autotools/automake/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/toolchain/devel/autotools/automake/meta b/packages/toolchain/devel/autotools/automake/meta index f5e61d20aa..cf514f98b7 100644 --- a/packages/toolchain/devel/autotools/automake/meta +++ b/packages/toolchain/devel/autotools/automake/meta @@ -12,3 +12,5 @@ PKG_SECTION="toolchain/devel" PKG_SHORTDESC="automake: A GNU tool for automatically creating Makefiles" PKG_LONGDESC="This is Automake, a Makefile generator. It was inspired by the 4.4BSD make and include files, but aims to be portable and to conform to the GNU standards for Makefile variables and targets. Automake is a Perl script. The input files are called Makefile.am. The output files are called Makefile.in; they are intended for use with Autoconf. Automake requires certain things to be done in your configure.in." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"