From 4a0c328ad5076f8e26ef73ae64db09b9721c28dc Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 16 Nov 2020 07:00:39 +0100 Subject: configure: remove warning about option 'subdir-objects' is disabled --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 571f62a6..8991cc91 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AC_INIT([mate-utils], AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([1.11 foreign dist-xz no-dist-gzip check-news]) #the foreign flavour disables warnings if README, NEWS such files are not present which are issued in the default gnu flavour +AM_INIT_AUTOMAKE([1.11 foreign subdir-objects dist-xz no-dist-gzip check-news]) #the foreign flavour disables warnings if README, NEWS such files are not present which are issued in the default gnu flavour AM_SILENT_RULES([yes]) MATE_COMMON_INIT -- cgit v1.2.1