diff options
author | infirit <[email protected]> | 2014-01-05 14:11:22 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-01-05 14:11:22 +0100 |
commit | d4bc4e7ecd3c88f16a1a46fc8e2900b5b6faf90d (patch) | |
tree | 447599ddb3a1e98d513c66e2e6225b6f85233fa5 | |
parent | c854414d81f811bdf2008a8e8ae34abbaf37c5fb (diff) | |
download | mate-utils-d4bc4e7ecd3c88f16a1a46fc8e2900b5b6faf90d.tar.bz2 mate-utils-d4bc4e7ecd3c88f16a1a46fc8e2900b5b6faf90d.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 c37e6929..24762184 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ distuninstallcheck: distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' | grep -v 'legal.xml' -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = \ m4 \ |