summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e33bc3d..9b61e79 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,8 @@
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck'
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
SUBDIRS = po
if ENABLE_OPEN_TERMINAL
diff --git a/configure.ac b/configure.ac
index 74d131b..ebf6a53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,6 +2,7 @@ AC_INIT([caja-extensions], 1.9.0, [https://github.com/mate-desktop/caja-extensio
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar check-news])
AC_CONFIG_HEADERS(config.h)
+AC_CONFIG_MACRO_DIR([m4])
AM_DISABLE_STATIC
AC_PROG_CC