public
Description: A JSON reader and writer library using GLib and GObject
Homepage: http://live.gnome.org/JsonGlib
Clone URL: git://github.com/ebassi/json-glib.git
Emmanuele Bassi (author)
Sat Apr 19 09:20:50 -0700 2008
commit  203927c71231cf6cec6d88161211702b7105df2d
tree    a32d0d76fc9fe1b279a6c53420eaf73b3be81b4b
parent  76921ac27534aa0a25b39790ce4d99cf6e19a20c
json-glib / autogen.sh
100755 5 lines (4 sloc) 0.082 kb
1
2
3
4
5
#! /bin/sh
gtkdocize || exit 1
autoreconf -v --install || exit 1
./configure "$@"