bzip2: use "foreign" automake strictness

bzip2 doesn't want GNU-levels of automake strictness so tell it to be "foreign".

(From OE-Core rev: 5b5462acd059ec195c4f39c2716c1f3acc52a188)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2014-07-15 17:18:31 +01:00 committed by Richard Purdie
parent 93f54c0fc9
commit 36360f26d7
1 changed files with 1 additions and 1 deletions

View 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)