]> granicus.if.org Git - json-c/commitdiff
Note some minimum versions needed for autoconf, etc...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Tue, 13 Dec 2016 04:01:20 +0000 (23:01 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Tue, 13 Dec 2016 04:01:20 +0000 (23:01 -0500)
README.md

index 65b886e4d4728336ccb25d9eedfe7d315b38d026..7fcf67653ac98c62ac60a3df7b55f50dd95909b7 100644 (file)
--- 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`.