From aa2bed6ae369073152cc889a86055878125a60db Mon Sep 17 00:00:00 2001 From: "H.Habighorst" Date: Wed, 30 Sep 2009 08:00:55 -0400 Subject: Bug 596843 - Link to libraries when building API docs --- configure.ac | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a8bf798942..86d9642eca 100644 --- a/configure.ac +++ b/configure.ac @@ -28,12 +28,6 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR(README) -dnl User Documentation -GNOME_DOC_INIT - -dnl Developer Documentation -GTK_DOC_CHECK(1.9) - dnl This is for the autoconf tests only - it set's the language we use AC_LANG(C) @@ -177,6 +171,12 @@ LT_INIT(disable-static win32-dll) PKG_PROG_PKG_CONFIG +dnl ******************************************** +dnl User / Developer Documentation +dnl ******************************************** +GNOME_DOC_INIT +GTK_DOC_CHECK(1.9) + dnl ****************************** dnl Win32 dnl ****************************** -- cgit