diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-06 02:48:21 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-06 02:48:21 -0800 |
commit | 8c3fa1197260efd1f3d5b4322d0197bff8014595 (patch) | |
tree | b30f549c6f5c6e1fbdf474e7206aaf64b8890b8b | |
parent | cd91bda44db67879f943067c041dce0d00525e20 (diff) | |
parent | 3a482e2f0dd5d8ede2acbb91d191622be1546a7a (diff) | |
download | mate-terminal-8c3fa1197260efd1f3d5b4322d0197bff8014595.tar.bz2 mate-terminal-8c3fa1197260efd1f3d5b4322d0197bff8014595.tar.xz |
Merge pull request #49 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 30fe5f9..1b8a973 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = src po help -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAG} NULL = |