root/trunk/bootstrap-configure

Revision 241, 202 bytes (checked in by holtmann, 2 years ago)

Add initial framework for GLib bindings

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1#!/bin/sh
2
3if [ -f config.status ]; then
4        make maintainer-clean
5fi
6
7./bootstrap && \
8    ./configure --enable-maintainer-mode \
9                --prefix=/usr \
10                --sysconfdir=/etc \
11                --enable-glib \
12                --enable-apps
Note: See TracBrowser for help on using the browser.