[Xf86-video-armsoc] [PATCH] make automake less restrictive
Benjamin Gaignard
benjamin.gaignard at linaro.org
Fri May 13 08:48:48 UTC 2016
Since AUTHORS file is missing tell to automake
to be less strict on that to avoid errors at configuration time.
Signed-off-by: Benjamin Gaignard <benjamin.gaignard at linaro.org>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
1.9.1
More information about the Xf86-video-armsoc
mailing list