From 2fc68d46ac0d7e65427ed47c8437a165d4c43cf6 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 26 Nov 2017 23:16:54 -0500 Subject: [PATCH] Note a hack that's needed when building from the json-c-0.12 git branch (vs a release tarball) to prevent the dependency handling from trying to run automake. --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 8c7301f..40d24c2 100644 --- 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