summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2009-10-12 14:14:56 +0200
committerKarel Zak2009-10-12 15:20:27 +0200
commita77bfc3a00182a26a6fd46dde971bf2688e06d63 (patch)
treed16542fbe673b9556d6b7761aa62995ccc1129d8 /configure.ac
parentswapon: fix typo on swapon.8 manpage (diff)
downloadkernel-qcow2-util-linux-a77bfc3a00182a26a6fd46dde971bf2688e06d63.tar.gz
kernel-qcow2-util-linux-a77bfc3a00182a26a6fd46dde971bf2688e06d63.tar.xz
kernel-qcow2-util-linux-a77bfc3a00182a26a6fd46dde971bf2688e06d63.zip
build-sys: clean up gtk-doc usage
Currently gtk-doc is optional. Unfortunately, the ./configure script still depends on GTK_DOC_CHECK macro and shlibs/blkid/docs/Makefile.am depends on gtk-doc.make. It seems that the best solution is to add gtk-doc.[make,m4] files to the repository. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7b11ab1fa..69da7c5e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ AC_CONFIG_SRCDIR(mount/mount.c)
AC_PREFIX_DEFAULT([/usr])
-GTK_DOC_CHECK(1.10)
+GTK_DOC_CHECK([1.10])
AC_PATH_PROG([XSLTPROC], [xsltproc])
dnl version details from <major>.<minor>[-<suffix>]