summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2009-09-16 21:25:38 +0200
committerKarel Zak2009-09-16 21:39:37 +0200
commit1e018c1571ff80b7750cadeb591da36d75c51083 (patch)
tree86006ff64152ad2dc47bc86b9e98f94c4ccc7304 /configure.ac
parentlibblkid: add missing comments (diff)
downloadkernel-qcow2-util-linux-1e018c1571ff80b7750cadeb591da36d75c51083.tar.gz
kernel-qcow2-util-linux-1e018c1571ff80b7750cadeb591da36d75c51083.tar.xz
kernel-qcow2-util-linux-1e018c1571ff80b7750cadeb591da36d75c51083.zip
libblkid: gtkdocize (API docs generated by gtk-docs)
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bb2d825df..9944270ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,9 @@ AC_CONFIG_SRCDIR(mount/mount.c)
AC_PREFIX_DEFAULT([/usr])
+GTK_DOC_CHECK(1.10)
+AC_PATH_PROG([XSLTPROC], [xsltproc])
+
dnl version details from <major>.<minor>[-<suffix>]
PACKAGE_VERSION_MAJOR=$(echo $PACKAGE_VERSION | awk -F. '{print $1}')
PACKAGE_VERSION_MINOR=$(echo $PACKAGE_VERSION | awk -F. '{print $2}' \
@@ -920,6 +923,8 @@ po/Makefile.in
schedutils/Makefile
shlibs/blkid/blkid.pc
shlibs/blkid/Makefile
+shlibs/blkid/docs/Makefile
+shlibs/blkid/docs/version.xml
shlibs/blkid/src/Makefile
shlibs/blkid/src/superblocks/Makefile
shlibs/blkid/src/topology/Makefile