diff options
author | H.Habighorst <tearofadragon@googlemail.com> | 2009-09-30 20:00:55 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-30 20:00:55 +0800 |
commit | aa2bed6ae369073152cc889a86055878125a60db (patch) | |
tree | 84bd525f99990c1d5fc6fe679b28a1961ed30150 /configure.ac | |
parent | ade47751360edc8db48f96e2299aa4247569bb2d (diff) | |
download | gsoc2013-evolution-aa2bed6ae369073152cc889a86055878125a60db.tar.gz gsoc2013-evolution-aa2bed6ae369073152cc889a86055878125a60db.tar.zst gsoc2013-evolution-aa2bed6ae369073152cc889a86055878125a60db.zip |
Bug 596843 - Link to libraries when building API docs
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 12 |
1 files changed, 6 insertions, 6 deletions
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 ****************************** |