~unity-team/unity-lens-video/raring

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Pawel Stolowski
  • Date: 2012-11-28 10:46:21 UTC
  • mto: (101.4.2 video-vala)
  • mto: This revision was merged to the branch mainline in revision 106.
  • Revision ID: pawel.stolowski@canonical.com-20121128104621-hj8sltuc2rkmj8xb
Added autogen.sh.

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-lens-video"
 
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 "$@"