diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-06 02:47:08 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-06 02:47:08 -0800 |
commit | 5ef5694453f1018fba4135f1b0bdb6e4a057990f (patch) | |
tree | 715420eee3f097a42b9d0bd4c68b5243f2b70938 | |
parent | a572b1e720bdd73fd162170b0aff2444dcf138c8 (diff) | |
parent | d4bc4e7ecd3c88f16a1a46fc8e2900b5b6faf90d (diff) | |
download | mate-utils-5ef5694453f1018fba4135f1b0bdb6e4a057990f.tar.bz2 mate-utils-5ef5694453f1018fba4135f1b0bdb6e4a057990f.tar.xz |
Merge pull request #54 from infirit/master
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 \ |