diff --git a/Makefile.am b/Makefile.am index 56c7c888f..223b44bdc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,8 @@ SUBDIRS=src po doc +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + EXTRA_DIST = HACKING MAINTAINERS rationales.txt DISTCLEANFILES = intltool-extract intltool-merge intltool-update po/stamp-it po/.intltool-merge-cache diff --git a/configure.ac b/configure.ac index 7ea4930e9..4d1875ffc 100644 --- a/configure.ac +++ b/configure.ac @@ -12,6 +12,7 @@ m4_define([mutter_plugin_api_version], [3]) AC_INIT([mutter], [mutter_version], [http://bugzilla.gnome.org/enter_bug.cgi?product=mutter]) +AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(src/core/display.c) AC_CONFIG_HEADERS(config.h)