* Make headers C++ compatible by change *this to *obj

* Add ifdef C++ extern "C" to headers
  * Use simpler definition of min and max in bits.h
    Larry Lansing, llansing at fuzzynerd dot com

  * Remove automake 1.6 requirement
  * Move autogen commands into autogen.sh. Update README
  * Remove error pointer special case for Windows
  * Change license from LGPL to MIT
    Michael Clark <michael@metaparadigm.com>


git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@10 327403b1-1117-474d-bef2-5cb71233fd97
This commit is contained in:
Michael Clark
2007-03-13 08:26:23 +00:00
parent 0370baa74c
commit f6a6e486ff
26 changed files with 165 additions and 756 deletions

6
README
View File

@@ -2,11 +2,7 @@ Building on Unix with gcc and autotools
If checking out from CVS:
aclocal-1.6
libtoolize --copy
autoheader
automake-1.6 --add-missing --copy
autoconf
sh autogen.sh
Then configure, make, make install