~khurshid-alam/indicator-sound/lp-1714517

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Pete Woods
  • Date: 2013-08-16 03:13:41 UTC
  • mto: This revision was merged to the branch mainline in revision 367.
  • Revision ID: pete.woods@canonical.com-20130816031341-796d95t01jzc0aue
Build using cmake

Show diffs side-by-side

added added

removed removed

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