~indicator-applet-developers/indicator-messages/trunk.13.10

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Ted Gould
  • Date: 2008-12-05 00:34:45 UTC
  • Revision ID: ted@canonical.com-20081205003445-8vv5rpf8x1eq2f0t
Checkmark checkin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
PKG_NAME="indicator-applet"
 
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