public
Description: C# bindings for telepathy-glib
Homepage:
Clone URL: git://github.com/wfarr/telepathy-glib-sharp.git
telepathy-glib-sharp / autogen.sh
100755 9 lines (6 sloc) 0.177 kb
1
2
3
4
5
6
7
8
9
#!/bin/sh
# This is a basic script that runs a glorified gnome-autogen.sh
 
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
 
PKG_NAME="telepathy-glib-sharp"
 
. gnome-autogen.sh