From: Ross Burton Date: Tue, 15 Jul 2014 16:18:31 +0000 (+0100) Subject: bzip2: use "foreign" automake strictness X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~33174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b5462acd059ec195c4f39c2716c1f3acc52a188;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bzip2: use "foreign" automake strictness bzip2 doesn't want GNU-levels of automake strictness so tell it to be "foreign". Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac b/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac index 14b1d1809d8..47ee576a8e9 100644 --- a/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac +++ b/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac @@ -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)