diff options
author | Abu Sakib <[email protected]> | 2020-06-06 01:10:19 +0600 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-06 17:04:18 +0200 |
commit | b820c8b76ee242aef50df483ba97f9389d2e9684 (patch) | |
tree | c65bd4479a5f949b6088624b10b900623dd6c1ca | |
parent | 0fd663a16357cd300cadbe56469101f0954e6a84 (diff) | |
download | mate-utils-b820c8b76ee242aef50df483ba97f9389d2e9684.tar.bz2 mate-utils-b820c8b76ee242aef50df483ba97f9389d2e9684.tar.xz |
change automake flavour to disable build warning
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index acd21bae..7dcaddb0 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 dist-xz no-dist-gzip check-news]) +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_SILENT_RULES([yes]) MATE_COMMON_INIT |