From: Björn Esser Date: Sun, 10 Dec 2017 15:29:41 +0000 (+0100) Subject: Makefile: Add ACLOCAL_AMFLAGS X-Git-Tag: json-c-0.14-20200419~140^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F386%2Fhead;p=thirdparty%2Fjson-c.git Makefile: Add ACLOCAL_AMFLAGS This is recommended by the libtool manual. --- diff --git a/Makefile.am b/Makefile.am index 5ad354a4..a0a43fc8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +ACLOCAL_AMFLAGS = -I autoconf-archive/m4 + EXTRA_DIST = README.md README.html EXTRA_DIST += config.h.win32 EXTRA_DIST += Doxyfile