diff options
author | infirit <[email protected]> | 2013-11-08 23:19:51 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-08 23:47:11 +0100 |
commit | 2b3d2f4295a0752f8743d24c45e08d766ac6bc12 (patch) | |
tree | 7879d520c69c0f6e226bf96bcb0aa449344aaad2 /configure.ac | |
parent | c3b8c88722b5eee2a9ccfebe45cbce7b3b73dfce (diff) | |
download | mate-settings-daemon-2b3d2f4295a0752f8743d24c45e08d766ac6bc12.tar.bz2 mate-settings-daemon-2b3d2f4295a0752f8743d24c45e08d766ac6bc12.tar.xz |
Silence autofoo warning
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 f0adcd5..fc836f4 100644 --- a/configure.ac +++ b/configure.ac @@ -11,6 +11,7 @@ AC_INIT([mate-settings-daemon], [http://www.mate-desktop.org/]) AC_CONFIG_SRCDIR([mate-settings-daemon/mate-settings-manager.c]) +AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar]) |