This website requires JavaScript.
Explore
Help
Sign In
mirror
/
json-c
Watch
1
Star
0
Fork
0
You've already forked json-c
mirror of
https://github.com/json-c/json-c.git
synced
2026-03-29 09:59:06 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
17caddc0ab7ae953bcbc79b5ca98a2e7abf01e00
json-c
/
autogen.sh
3 lines
57 B
Bash
Raw
Normal View
History
Unescape
Escape
* 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
2007-03-13 08:26:23 +00:00
autoreconf -v --install
||
exit
1
Run configure in the autogen.sh script This is convention in most open source projects.
2012-01-20 12:59:59 +05:30
exec
./configure
"
$@
"
Reference in New Issue
Copy Permalink