1Update autoconf prologue to use "foreign" strictness. 2 3Upstream-Status: Pending 4Signed-off-by: Ross Burton <ross.burton@intel.com> 5 6diff --git a/configure.ac b/configure.ac 7index d974461..a20dfa8 100644 8--- a/configure.ac 9+++ b/configure.ac 10@@ -1,7 +1,7 @@ 11 dnl Process this file with autoconf to produce a configure script. 12 AC_INIT([which], [2.21]) 13 AC_CONFIG_SRCDIR(which.c) 14-AM_INIT_AUTOMAKE 15+AM_INIT_AUTOMAKE([foreign]) 16 AM_CONFIG_HEADER(config.h) 17 AM_MAINTAINER_MODE 18 19 20