From: Eric Haszlakiewicz Date: Mon, 27 Nov 2017 04:16:54 +0000 (-0500) Subject: Note a hack that's needed when building from the json-c-0.12 git branch (vs a release... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fc68d46ac0d7e65427ed47c8437a165d4c43cf6;p=thirdparty%2Fjson-c.git 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. --- diff --git a/README b/README index 8c7301f0..40d24c27 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