~jbicha/hud/build-depend-on-valac-not-gir

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Tarmac
  • Author(s): Ted Gould, Pete Woods, Antti Kaijanmäki, Ted Gould, Albert Astals, Ryan Lortie, Łukasz 'sil2100' Zemczak, Albert Astals Cid, Mathieu Trudel-Lapierre, Kaleo, Tarmac, Ricardo Salveti de Araujo, Michael Terry, Automatic PS uploader
  • Date: 2013-04-10 16:04:51 UTC
  • mfrom: (227.3.148 phablet)
  • Revision ID: tarmac-20130410160451-o3owpv3zaxulm5of
HUD 2.0 Merge.

Approved by PS Jenkins bot, Mathieu Trudel-Lapierre.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
PKG_NAME="hud"
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
 
USE_COMMON_DOC_BUILD=yes \
12
 
gnome-autogen.sh --enable-gtk-doc $@