From 2b3d2f4295a0752f8743d24c45e08d766ac6bc12 Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 8 Nov 2013 23:19:51 +0100 Subject: Silence autofoo warning --- Makefile.am | 2 ++ configure.ac | 1 + 2 files changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 14617a5..2d37078 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ NULL = +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + SUBDIRS = \ mate-settings-daemon \ plugins \ 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]) -- cgit v1.2.1