summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2011-02-04 12:00:25 +0100
committerVincent Untz <vuntz@gnome.org>2011-02-04 12:05:52 +0100
commit617b4a85af70e238a16388aac8766a87d78839c6 (patch)
treefdc99983562b44392926d933c160e624716fdf53 /Makefile.am
parent8ceca629c2db2c8da0c7d8e391a68367c6c705d9 (diff)
downloadgnome-desktop-617b4a85af70e238a16388aac8766a87d78839c6.tar.gz
build: Add ${ACLOCAL_FLAGS} to ACLOCAL_AMFLAGS
This is used by gnome-autogen.sh, and we need it when aclocal.m4 is to be rebuilt by make, to avoid losing some aclocal paths. Also, don't set ACLOCAL_AMFLAGS in configure.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f0a51b30..8a808472 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ if DESKTOP_DOCS_ENABLED
SUBDIRS += desktop-docs
endif
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-scrollkeeper