summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)AuthorFilesLines
2012-07-29Default autogen.sh to not running configure, unless some command line ↵Eric Haszlakiewicz1-1/+9
options are specified.
2012-07-11autogen.sh: Add /bin/sh interpreter, honor NOCONFIGURE=1Colin Walters1-1/+4
First, we should be able to execute as "./autogen.sh". Second, add support for NOCONFIGURE=1. For more information, see http://people.gnome.org/~walters/docs/build-api.txt
2012-04-26Run configure in the autogen.sh scriptArun Raghavan1-0/+1
This is convention in most open source projects.
2010-10-07Update executable propertiesMichael Clark1-0/+0
git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@57 327403b1-1117-474d-bef2-5cb71233fd97
2007-03-13 * Make headers C++ compatible by change *this to *objMichael Clark1-0/+1
* 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