summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-11-08 17:14:17 +0100
committerinfirit <[email protected]>2013-11-08 17:22:20 +0100
commit8ccbdf3e2447fe5df685ee5045991c01e0cfa7d1 (patch)
tree12aa3ff1beb2ffd8971f2e53ed31a3ad47279371
parent58048178cefe6627278bb21d15889685ecd7c8f8 (diff)
downloadmarco-8ccbdf3e2447fe5df685ee5045991c01e0cfa7d1.tar.bz2
marco-8ccbdf3e2447fe5df685ee5045991c01e0cfa7d1.tar.xz
Silence autofoo warnings
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac1
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0fd41996..702dc904 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,8 @@
SUBDIRS=src po doc
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
EXTRA_DIST = HACKING rationales.txt \
intltool-extract.in intltool-merge.in intltool-update.in
diff --git a/configure.ac b/configure.ac
index 4abcc0e2..5ae9b9f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,7 @@ AC_INIT([marco], [marco_version], [https://github.com/mate-desktop/marco])
AC_CONFIG_SRCDIR(src/core/display.c)
AC_CONFIG_HEADERS(config.h)
+AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([no-dist-gzip dist-xz])
AM_MAINTAINER_MODE