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.13.1-20180305~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e892784762966617e152b43cec110f1178d808c;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 7e42185d..e1afba53 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