~dobey/indicator-datetime/build-parallel

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Charles Kerr
  • Date: 2013-10-18 19:22:54 UTC
  • mto: This revision was merged to the branch mainline in revision 281.
  • Revision ID: charles.kerr@canonical.com-20131018192254-mga1w5zccemycadl
replace autotools with cmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
PKG_NAME="indicator-datetime"
4
 
 
5
 
which gnome-autogen.sh || {
6
 
        echo "You need gnome-common from GNOME Git"
7
 
        exit 1
8
 
}
9
 
 
10
 
USE_GNOME2_MACROS=1 \
11
 
. gnome-autogen.sh $@