summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-08-18 13:05:07 +0300
committermonsta <[email protected]>2016-08-18 13:05:07 +0300
commitf16603aafe8389f4d4d82954db5ac7f1ed37b283 (patch)
tree69b2545b21da6840074a89945ec378c396f6bcb9
parent6728de45e0f2f02497fa8278e24dcee5ae0a63fb (diff)
downloadmate-user-share-f16603aafe8389f4d4d82954db5ac7f1ed37b283.tar.bz2
mate-user-share-f16603aafe8389f4d4d82954db5ac7f1ed37b283.tar.xz
build: use 'm4' dir for m4 macros, like in other projects
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a762588..ae78a5f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
SUBDIRS = data po src man help
EXTRA_DIST = \
diff --git a/configure.ac b/configure.ac
index fd7fb30..fbb911b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,7 @@
AC_INIT(mate-user-share, 1.15.0)
+AC_CONFIG_MACRO_DIR([m4])
+
AM_INIT_AUTOMAKE([1.9 dist-xz no-dist-gzip check-news])
AM_CONFIG_HEADER(config.h)