mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 18:23:02 +01:00
* Drop one upstreamed patch, update the other one (From OE-Core rev: 254ca955ca22944634982f6b138bb3de56863777) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
476 B
Diff
20 lines
476 B
Diff
Update autoconf prologue to use "foreign" strictness.
|
|
|
|
Upstream-Status: Pending
|
|
Signed-off-by: Ross Burton <ross.burton@intel.com>
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index d974461..a20dfa8 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1,7 +1,7 @@
|
|
dnl Process this file with autoconf to produce a configure script.
|
|
AC_INIT([which], [2.21])
|
|
AC_CONFIG_SRCDIR(which.c)
|
|
-AM_INIT_AUTOMAKE
|
|
+AM_INIT_AUTOMAKE([foreign])
|
|
AM_CONFIG_HEADER(config.h)
|
|
AM_MAINTAINER_MODE
|
|
|
|
|