summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-11-16 07:00:39 +0100
committerraveit65 <[email protected]>2020-11-18 12:35:55 +0100
commit4a0c328ad5076f8e26ef73ae64db09b9721c28dc (patch)
treeb4c4397c35b85765e70b541095f235e999683221
parentf57284dde86487adcf1240e19b1f07fa231d8573 (diff)
downloadmate-utils-4a0c328ad5076f8e26ef73ae64db09b9721c28dc.tar.bz2
mate-utils-4a0c328ad5076f8e26ef73ae64db09b9721c28dc.tar.xz
configure: remove warning about option 'subdir-objects' is disabled
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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