public
Description: A feed reader for the GNOME desktop
Homepage:
Clone URL: git://github.com/wfarr/newskit.git
newskit / autogen.sh
100755 10 lines (6 sloc) 0.156 kb
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
 
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
 
PKG_NAME="newskit"
 
. gnome-autogen.sh