summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-10-18 15:08:22 +0200
committerinfirit <[email protected]>2013-12-16 15:31:11 +0100
commit06cc1d5c6c377eefd4867d7370bbc3043bd76ab3 (patch)
tree88d1bdc281ac2fc1c8c3eae033b021f7de5c4029
parentde1211917a13d36f04bba305daee4afa8920f022 (diff)
downloadengrampa-06cc1d5c6c377eefd4867d7370bbc3043bd76ab3.tar.bz2
engrampa-06cc1d5c6c377eefd4867d7370bbc3043bd76ab3.tar.xz
Make autofoo happy
-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 3f8a38f..413f9e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,6 @@
## Process this file with automake to produce Makefile.in.
+ACLOCAL_AMFLAGS = -I m4
+
if ENABLE_CAJA_ACTIONS
CAJA = caja
else
diff --git a/configure.ac b/configure.ac
index 3c62ec7..2d37e2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADER([config.h])
+AC_CONFIG_MACRO_DIR([m4])
MATE_COMMON_INIT