summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-11-08 17:14:17 +0100
committerinfirit <[email protected]>2013-11-08 17:25:38 +0100
commit4bc5a8d6a069a2bbd4fedd57ea1325f25e93e26b (patch)
tree493687bd633a29b5a19cba9babead54af4b58ab5
parent1e8678642d984fc205fd803fffe915417802139f (diff)
downloadmarco-4bc5a8d6a069a2bbd4fedd57ea1325f25e93e26b.tar.bz2
marco-4bc5a8d6a069a2bbd4fedd57ea1325f25e93e26b.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 7e7b3863..bc05e418 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,7 @@ AC_INIT([mate-window-manager], [marco_version], [https://github.com/mate-desktop
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