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)
Tue Oct 16 11:49:42 -0700 2007
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 "$@"