From a77bfc3a00182a26a6fd46dde971bf2688e06d63 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 12 Oct 2009 14:14:56 +0200 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 .[-] -- cgit v1.2.3-55-g7522