~charlesk/indicator-application/nogtk2

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Ted Gould
  • Date: 2009-10-13 19:02:17 UTC
  • mto: This revision was merged to the branch mainline in revision 2.
  • Revision ID: ted@canonical.com-20091013190217-vmzamglvp4mjklo2
AutogenĀ andĀ friends

Show diffs side-by-side

added added

removed removed

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