GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

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
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 "$@"