summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Gaignard <benjamin.gaignard@linaro.org>2016-05-30 14:03:08 +0800
committermarxu01 <marico.xu@arm.com>2016-05-30 14:04:40 +0800
commit49b069d32fb8bbd262800ac4dfd38af895c65d81 (patch)
treef6fec6abd876212adebf27c4deeb8ecefb4f3fc1
parent43d38354eea3f59fb24693c8e5a394863bef278e (diff)
make automake less restrictive
Since AUTHORS file is missing tell to automake to be less strict on that to avoid errors at configuration time. Change-Id: I47cb39a369d08788e5ca1f29da6b0a9616fa578b
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b5f70d5..a508664 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE([dist-bzip2 foreign])
AM_MAINTAINER_MODE