commit | 23cb7428b1e6e04fa096af891c152509046ca669 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Wed Oct 09 16:11:47 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Wed Oct 09 16:11:47 2013 -0700 |
tree | d4d28eeee8638d1eedc4f272f75888bc11aa1bd3 | |
parent | cca35ab07c2f00e0d8b8ece00360049b9494c0ea [diff] [blame] |
make: Added AC_CONFIG_MACRO_DIR([m4]).
diff --git a/Makefile.am b/Makefile.am index 663e85e..dc13961 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -7,7 +7,7 @@ ## Additional flags to pass to aclocal when it is invoked automatically at ## make time. The ${ACLOCAL_FLAGS} variable is picked up from the environment ## to provide a way for the user to supply additional arguments. -ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} +ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4 lib_LTLIBRARIES = libndn-c.la libndn-cpp.la