~ubuntu-branches/ubuntu/oneiric/gobject-introspection/oneiric

« back to all changes in this revision

Viewing changes to m4/gtk-doc.m4

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-07-07 11:49:03 UTC
  • mfrom: (1.7.3 upstream) (3.3.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110707114903-dmigibkeg25eva3u
Tags: 1.29.0-0ubuntu1
* New upstream release.
* debian/control.in: Bump glib build dependency according to new upstream
  configure.ac.
* debian/libgirepository-1.0-1.symbols: Add new symbols from this release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
                        AC_MSG_ERROR([gtk-doc not installed and --enable-gtk-doc requested]))],
34
34
      [PKG_CHECK_EXISTS([gtk-doc >= $1],,
35
35
                        AC_MSG_ERROR([You need to have gtk-doc >= $1 installed to build $PACKAGE_NAME]))])
 
36
    PKG_CHECK_MODULES(GTKDOC_DEPS, glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0)
36
37
  fi
37
38
 
38
39
  AC_MSG_CHECKING([whether to build gtk-doc documentation])