diff options
author | infirit <[email protected]> | 2014-01-05 14:19:58 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-01-05 14:19:58 +0100 |
commit | ba1de3dc45ed7d353b23cfa2cb9ea9b7076bd663 (patch) | |
tree | 7593c452851e7122ebf42aca19a96f4431702fb0 | |
parent | 0656100b46e476d0c39d6751f24c15741d73971f (diff) | |
download | mate-desktop-ba1de3dc45ed7d353b23cfa2cb9ea9b7076bd663.tar.bz2 mate-desktop-ba1de3dc45ed7d353b23cfa2cb9ea9b7076bd663.tar.xz |
Add to ACLOCAL_AMFLAGS for user added flags
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 58123bb..83e0054 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ if USER_GUIDE_ENABLED SUBDIRS += user-guide endif -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-scrollkeeper --enable-mpaste |