~indicator-applet-developers/indicator-datetime/trunk.12.10

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Ted Gould
  • Date: 2010-02-25 19:29:12 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: ted@gould.cx-20100225192912-1349bfjz2v3pmopd
Small change

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
PKG_NAME="indicator-datetime"
4
4
 
5
5
which gnome-autogen.sh || {
6
 
        echo "You need gnome-common from GNOME SVN"
 
6
        echo "You need gnome-common from GNOME Git"
7
7
        exit 1
8
8
}
9
9