Take the 2008 Git User's Survey and help out! [ hide ]

public
Description: A Clutter-based Twitter client
Homepage: http://live.gnome.org/Tweet
Clone URL: git://github.com/ebassi/tweet.git
Search Repo:
Emmanuele Bassi (author)
Thu Apr 17 21:48:15 -0700 2008
commit  d16f2749d37e972bab94818c659ee2ec1e151156
tree    b5fc96e5a2a38a927bd5e7ad7e99e1b2e0a6e84a
parent  b45aeaed039e8d12419033a3884a02dc0ca4a8b9
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