diff options
author | Vincent Untz <vuntz@gnome.org> | 2011-02-04 12:01:06 +0100 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2011-02-04 12:01:06 +0100 |
commit | dae2284998cdf1aba6c921403ec612ed282ea564 (patch) | |
tree | 0fd4291d5a5645a3538f00ac9ebd5faee8386f6a /Makefile.am | |
parent | 77827ce14197637a7ac535ef5b3f3477d8a92b6a (diff) | |
download | libwnck-dae2284998cdf1aba6c921403ec612ed282ea564.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 in configure.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e6bff93..e74a4a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = libwnck doc po -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection |