~gwibber-committers/gwibber/libgwibber-0.0

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Ken VanDine
  • Date: 2010-06-04 02:12:26 UTC
  • Revision ID: ken.vandine@canonical.com-20100604021226-l9195zr1w8x0hpa3
initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
PKG_NAME="libgwibber"
 
4
 
 
5
which gnome-autogen.sh || {
 
6
        echo "You need gnome-common from GNOME SVN"
 
7
        exit 1
 
8
}
 
9
 
 
10
USE_GNOME2_MACROS=1 \
 
11
. gnome-autogen.sh