public
Description: A Clutter-based Twitter client
Homepage: http://live.gnome.org/Tweet
Clone URL: git://github.com/ebassi/tweet.git
Emmanuele Bassi (author)
Fri Apr 11 06:31:50 -0700 2008
commit  e2490767c32668b0d93846e31bd6932cd6d83e9e
tree    0a655dfec9e7a71b5f106e02ef9bccca30461d48
parent  c8a4eb7ad681a507a22930764337453ef41b4020
tweet / autogen.sh
100755 15 lines (10 sloc) 0.319 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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