]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Note a hack that's needed when building from the json-c-0.12 git branch (vs a release...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 27 Nov 2017 04:16:54 +0000 (23:16 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 27 Nov 2017 04:28:10 +0000 (23:28 -0500)
README

diff --git a/README b/README
index 8c7301f0421e02ab2303ce194adf00e2e3bc2ce8..40d24c27db7099b9a069522c042118c226fff20c 100644 (file)
--- a/README
+++ b/README
@@ -24,6 +24,7 @@ Github repo for json-c:
 Then 
 
     $ ./configure
+    $ touch aclocal.m4 Makefile.in   # hack around automake dependencies
     $ make
     $ make install