summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-01-15 15:18:26 +0000
committerRichard Hughes <richard@hughsie.com>2010-01-15 15:18:26 +0000
commit0d7bf34ed6702c60028fa80e5d481621e9741d09 (patch)
treec299f0186d1e5b132d43ad96e306e186b28a913a /configure.ac
parente93895a257b1215fa0ab0e3667e900df7709fa60 (diff)
downloadupower-0d7bf34ed6702c60028fa80e5d481621e9741d09.tar.gz
Add initial GObject introspection support
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c86b00f..6a9f71d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,13 @@
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.59c)
+AC_PREREQ(2.62)
AC_INIT(DeviceKit-power, 015, http://lists.freedesktop.org/mailman/listinfo/devkit-devel)
AM_INIT_AUTOMAKE(DeviceKit-power, 015)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
+AC_CONFIG_MACRO_DIR([m4])
+
+GOBJECT_INTROSPECTION_CHECK([0.6.7])
# enable nice build output on automake1.11
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
@@ -53,7 +56,7 @@ AC_PATH_PROG([XSLTPROC], [xsltproc])
fi
AM_CONDITIONAL(MAN_PAGES_ENABLED, test x$enable_man_pages = xyes)
-GTK_DOC_CHECK([1.3])
+GTK_DOC_CHECK([1.9])
# udev rules go in /lib, not /usr/lib
if test "$prefix" = "/usr" -o "$prefix" = "/usr/local" ; then