diff options
author | Mukund Sivaraman <muks@banu.com> | 2009-09-13 17:14:08 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2009-09-13 17:14:08 +0530 |
commit | b952bc6595044e44cc1a2051297e7e777693fdf9 (patch) | |
tree | b8bd270c8e4bc66c54ea9915f25033dff2862723 /Makefile.am | |
parent | f1a586648ec5c423c4304faa3eed86a6420efd8a (diff) |
Remove acinclude.m4 and configure macro dir
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cb63853..d3c20f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,9 @@ SUBDIRS = \ m4macros \ packaging +# tools want this on a single line +ACLOCAL_AMFLAGS = -I m4macros + EXTRA_DIST = \ autogen.sh \ TODO |