~ricmm/+junk/unity-lens_music-sc

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Ricardo Mendoza
  • Date: 2012-09-05 14:20:15 UTC
  • Revision ID: ricardo.mendoza@canonical.com-20120905142015-prem6hiyfshwgm8q
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
srcdir=`dirname $0`
 
4
 
 
5
PKG_NAME="unity-place-music"
 
6
 
 
7
which gnome-autogen.sh || {
 
8
        echo "You need gnome-common from GNOME SVN"
 
9
        exit 1
 
10
}
 
11
 
 
12
USE_GNOME2_MACROS=1 \
 
13
. gnome-autogen.sh