From: Eric Haszlakiewicz Date: Tue, 13 Dec 2016 04:01:20 +0000 (-0500) Subject: Note some minimum versions needed for autoconf, etc... X-Git-Tag: json-c-0.13-20171207~109 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=779b77a164287fc2cd23d05f1c3a46a27bab4111;p=thirdparty%2Fjson-c.git Note some minimum versions needed for autoconf, etc... --- diff --git a/README.md b/README.md index 65b886e4..7fcf6765 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,12 @@ Home page for json-c: https://github.com/json-c/json-c/wiki Prerequisites: - `gcc`, `clang`, or another C compiler - - `libtool` + - `libtool>=2.2.6b` If you're not using a release tarball, you'll also need: - - `autoconf` (`autoreconf`) - - `automake` + - `autoconf>=2.64` (`autoreconf`) + - `automake>=1.10.3` Make sure you have a complete `libtool` install, including `libtoolize`.