public this repo is viewable by everyone
Description: A Clutter-based Twitter client
Clone URL: git://github.com/ebassi/tweet.git
Emmanuele Bassi (author)
27 days ago
commit  a643edaaa7ba328cf4f24356dbeb5c2faa5837e3
tree    a002d1ab1d3439fcbbd514ce3b803f4d8e216866
parent  455bcf01d7cb8a5c84630024c693349a9c06dafe
tweet / autogen.sh
100755 14 lines (10 sloc) 0.319 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
 
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
 
PKG_NAME="tweet"
 
which gnome-autogen.sh || {
        echo "Missing gnome-autogen.sh: you need to install gnome-common"
        exit 1
}
 
USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh