~timo-jyrinki/ubuntu/trusty/pitivi/backport_utopic_fixes

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Bicha
  • Date: 2011-08-15 02:32:20 UTC
  • mfrom: (1.5.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110815023220-x2n5l0i4deiqn7dn
Tags: 0.14.2-0ubuntu1
* New upstream version.
  - New Mallard format help
* debian/control:
  - Add gnome-doc-utils to build-depends
  - Bump pygtk minimum to 2.24
* debian/patches/01_lpi.patch
  - Move LPI items below User Manual in Help menu
* debian/watch: Watch for 0.14.* tar.bz2

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
toplevel_check $srcfile
62
62
 
 
63
echo "+ checking for GNOME Doc Utils"
 
64
# gnome-doc-prepare is a gnome_doc_utils tool which creates a link to
 
65
# gnome-doc-utils.make, which is required to build the user manual.
 
66
tool_run "gnome-doc-prepare" "--automake" \
 
67
    "echo Install gnome-doc-utils if gnome-doc-prepare is missing."
 
68
 
63
69
tool_run "$aclocal" "-I common/m4 $ACLOCAL_FLAGS"
64
70
tool_run "$autoconf"
65
71
tool_run "$automake" "-a -c"