From f16603aafe8389f4d4d82954db5ac7f1ed37b283 Mon Sep 17 00:00:00 2001 From: monsta Date: Thu, 18 Aug 2016 13:05:07 +0300 Subject: build: use 'm4' dir for m4 macros, like in other projects --- Makefile.am | 2 ++ configure.ac | 2 ++ 2 files changed, 4 insertions(+) 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) -- cgit v1.2.1