~mterry/libdbusmenu/unref-gtkmenuitems

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Ted Gould
  • Date: 2009-03-25 17:29:41 UTC
  • mto: (3.1.1 gtkmenu)
  • mto: This revision was merged to the branch mainline in revision 2.
  • Revision ID: ted@canonical.com-20090325172941-pb3odkczzwzy9h0z
Getting more build files, moving along

Show diffs side-by-side

added added

removed removed

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