From ffc40bf50f54d6b5a380f058a9368c1c504cbc5e Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Wed, 15 Jun 2011 22:55:11 +1000 Subject: [PATCH] Add the m4 directory to Makefile.am --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 8078a55..ded6a38 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,4 +27,8 @@ # along with this program. If not, see http://www.gnu.org/licenses/. +# Find various M4 macro snippets +ACLOCAL_AMFLAGS = -I m4 + +# Subdirectories to recurse into SUBDIRS = lib src doc