diff options
author | Seán de Búrca <leftmostcat@gmail.com> | 2013-08-26 06:47:13 -0400 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-04-09 12:28:45 -0700 |
commit | 814b2dbda91ecf33315bacf3e8f0f1e4f679a947 (patch) | |
tree | 3638c96c0b7867710bc0b328a323b5fa550fc588 /Makefile.am | |
parent | ebbdfabed6922b650796a882324560441574d0c7 (diff) | |
download | mutter-814b2dbda91ecf33315bacf3e8f0f1e4f679a947.tar.gz |
build: Create m4 directory
Due to changes in gnome-common git, an implicit m4 directory is no
longer created during autogen. The attached patch explicitly and
correctly specifies a macro directory.
https://bugzilla.gnome.org/show_bug.cgi?id=706787
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0529c4009..b55c1d144 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,8 @@ SUBDIRS=src po doc +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + DISTCLEANFILES = intltool-extract intltool-merge intltool-update po/stamp-it po/.intltool-merge-cache DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc |