diff options
author | Marty E. Plummer <[email protected]> | 2019-03-24 20:20:39 -0500 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-04 17:17:33 +0200 |
commit | 0357a898432bcbaab75b1a3226255b064d41e249 (patch) | |
tree | e9191a9791f444b558cdbb9417bc1cc0e0570b6a /configure.ac | |
parent | 46f9c5418014311a5831df488371c04e7c3150fc (diff) | |
download | mate-desktop-0357a898432bcbaab75b1a3226255b064d41e249.tar.bz2 mate-desktop-0357a898432bcbaab75b1a3226255b064d41e249.tar.xz |
configure.ac: subdir some of the build cruft
Signed-off-by: Marty E. Plummer <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 15ead11..f616fc4 100644 --- a/configure.ac +++ b/configure.ac @@ -7,6 +7,7 @@ m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), AC_INIT([mate-desktop], mate_version, [https://github.com/mate-desktop/mate-desktop/]) AC_CONFIG_SRCDIR([libmate-desktop]) +AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz tar-ustar check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |