~ubuntu-branches/ubuntu/oneiric/libpeas/oneiric

« back to all changes in this revision

Viewing changes to m4/gtk-doc.m4

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Martin Pitt, Oliver Sauder
  • Date: 2011-09-05 08:41:48 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: package-import@ubuntu.com-20110905084148-u4qhltt1ipo2frj9
Tags: 1.1.3-0ubuntu1
[ Martin Pitt ]
* New upstream release:
  - Link against pygobject 3. (LP: #839712)
  - Do not cast pointers to unsigned integers.
* Drop debian/patches/gint_is_not_gtype, upstream now.
* debian/control.in: Bump python-gobject-dev build dependency to >= 2.90 as
  per upstream configure.ac.
* debian/control.in: Move valac-0.12 to valac to use 0.14.

[ Oliver Sauder ]
* Added peas-gtk vapi file libpeas-gtk-1.0.vapi (LP: #825834) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
dnl   GTK_DOC_CHECK([minimum-gtk-doc-version])
7
7
AC_DEFUN([GTK_DOC_CHECK],
8
8
[
9
 
  AC_REQUIRE([PKG_PROG_PKG_CONFIG])
10
9
  AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
11
10
  AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
12
11
 
34
33
                        AC_MSG_ERROR([gtk-doc not installed and --enable-gtk-doc requested]))],
35
34
      [PKG_CHECK_EXISTS([gtk-doc >= $1],,
36
35
                        AC_MSG_ERROR([You need to have gtk-doc >= $1 installed to build $PACKAGE_NAME]))])
37
 
    PKG_CHECK_MODULES(GTKDOC_DEPS, glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0)
38
36
  fi
39
37
 
40
38
  AC_MSG_CHECKING([whether to build gtk-doc documentation])