]> code.ossystems Code Review - openembedded-core.git/commitdiff
bzip2: use "foreign" automake strictness
authorRoss Burton <ross.burton@intel.com>
Tue, 15 Jul 2014 16:18:31 +0000 (17:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Jul 2014 09:27:15 +0000 (10:27 +0100)
bzip2 doesn't want GNU-levels of automake strictness so tell it to be "foreign".

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac

index 14b1d1809d8bb1ff0777e75bc62415197b7f97d1..47ee576a8e9ff7ea9182e732ef59270863fe9323 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ([2.57])
 
 AC_INIT(bzip2, 2.0.5, , libXrender)
-AM_INIT_AUTOMAKE()
+AM_INIT_AUTOMAKE(foreign)
 AM_MAINTAINER_MODE
 
 #AM_CONFIG_HEADER(config.h)