Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | Update autoconf prologue to use "foreign" strictness. |
| 2 | |
| 3 | Upstream-Status: Pending |
| 4 | Signed-off-by: Ross Burton <ross.burton@intel.com> |
| 5 | |
| 6 | diff --git a/configure.ac b/configure.ac |
| 7 | index 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 | |