summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-11 16:04:06 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-11 16:38:12 -0400
commit694fee9e7c3073613359d9734f64f65964c3aa53 (patch)
treea60831e7b243e9f0cceb3e40749e71d6e2705e31 /configure.ac
parentde5b8bce37f2ddb87fca7ae6b844eec7fbbbc7e9 (diff)
Update gtk-doc makefile fragment
Also move it to build/. We still do not call gtkdocize from autogen.sh.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fbf52a5e..2f211cf6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,9 @@ AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build)
AC_CONFIG_MACRO_DIR(build)
AM_INIT_AUTOMAKE([1.8 gnu -Wall no-define])
+AC_LIBTOOL_WIN32_DLL dnl Must be called before AC_PROG_LIBTOOL
+AC_PROG_LIBTOOL([1.4])
+GTK_DOC_CHECK([1.6])
dnl ===========================================================================
dnl