mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
libid3tag: use "foreign" automake strictness
libid3tag doesn't want GNU-levels of automake strictness so tell it to be "foreign". (From OE-Core rev: e1e2069f93885d09c920b1a2453fd822578d83e1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
36360f26d7
commit
d779dce64c
@@ -6,7 +6,8 @@ diff -Nurd libid3tag-0.15.1b/configure.ac libid3tag-0.15.1b/configure.ac
|
|||||||
+++ libid3tag-0.15.1b/configure.ac 2013-01-03 06:41:02.734835014 +0200
|
+++ libid3tag-0.15.1b/configure.ac 2013-01-03 06:41:02.734835014 +0200
|
||||||
@@ -28,7 +28,7 @@
|
@@ -28,7 +28,7 @@
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE
|
-AM_INIT_AUTOMAKE
|
||||||
|
+AM_INIT_AUTOMAKE([foreign])
|
||||||
|
|
||||||
-AM_CONFIG_HEADER([config.h])
|
-AM_CONFIG_HEADER([config.h])
|
||||||
+AC_CONFIG_HEADERS([config.h])
|
+AC_CONFIG_HEADERS([config.h])
|
||||||
|
|||||||
Reference in New Issue
Block a user