diff options
author | rbuj <[email protected]> | 2020-04-13 20:31:19 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-04-14 10:13:32 +0200 |
commit | 7708de908b74873d66dbcd15ebaeaaecaf8b7c94 (patch) | |
tree | ce67f9eefee6c6d5a412644e84e020d5dc36cdc1 | |
parent | 87c4c797d92c225a2965e324e50b40115e99dda0 (diff) | |
download | caja-dropbox-7708de908b74873d66dbcd15ebaeaaecaf8b7c94.tar.bz2 caja-dropbox-7708de908b74873d66dbcd15ebaeaaecaf8b7c94.tar.xz |
build: Silent building
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 54a3036..fe2e9fb 100644 --- a/configure.ac +++ b/configure.ac @@ -3,6 +3,7 @@ AC_INIT([caja-dropbox], [1.24.0], [https://mate-desktop.org/]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz foreign no-dist-gzip]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_MACRO_DIR([m4]) AC_PREFIX_DEFAULT(/usr) |