summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2009-05-11 15:00:47 +0200
committerTomas Bzatek <tbzatek@redhat.com>2009-05-11 15:00:47 +0200
commita2ab15477e2e2d13642567316788e12b5ace8504 (patch)
tree5077cde1efd8658b60ce1c93cf312681b3dcb8fa /Makefile.am
parente595852237c70e56c9d56688e2729eb59f6268fb (diff)
downloadnautilus-a2ab15477e2e2d13642567316788e12b5ace8504.tar.gz
Properly include m4 macros
fixes error messages like: ./configure: line 19939: syntax error near unexpected token `m4,' ./configure: line 19939: `SHAVE_INIT(m4, enable)'
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e5478f5ee..da1af1232 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,6 +42,8 @@ DISTCLEANFILES = \
DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb --enable-gtk-doc
+ACLOCAL_AMFLAGS = -I m4
+
distclean-local:
if test $(srdcir) = .; then :; else \
rm -f ChangeLog; \