From 4c23f5dcdac7744a3be1fa1e46c59f4e38d3f689 Mon Sep 17 00:00:00 2001 From: Vishal Thanki Date: Thu, 26 Dec 2019 23:12:52 +0100 Subject: Makefile.am: Declare project as foreign The README file is renamed to README.md which broke the generation of Makefile.in via autogen.sh script. Declaring the project as "foreign" will allow not to conform to GNU standards (e.g. missing README file). Signed-off-by: Vishal Thanki --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index da7bce4..d9eec3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,3 +23,5 @@ dist-hook: ChangeLog DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ --enable-debug=no + +AUTOMAKE_OPTIONS = foreign -- cgit v1.2.1