[f-spot] [build] Don't call GNOME_DOC_INIT directly in configure.ac



commit 6844a2f9293169af9c363b15ebe3dc9cb79ad998
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Wed Jun 9 13:52:13 2010 +0200

    [build] Don't call GNOME_DOC_INIT directly in configure.ac
    
    The GNOME_DOC_INIT macro is already called by
    SHAMROCK_CHECK_GNOME_DOC_UTILS.

 configure.ac |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 080ac05..0b1d7f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,9 +44,6 @@ IT_PROG_INTLTOOL([0.35.0])
 AC_PROG_LIBTOOL
 AC_PROG_INSTALL
 
-dnl User help
-GNOME_DOC_INIT
-
 dnl How to configure for distcheck
 DISTCHECK_CONFIGURE_FLAGS="--disable-docs --enable-release"
 AC_SUBST(DISTCHECK_CONFIGURE_FLAGS)
@@ -61,6 +58,7 @@ SHAMROCK_EXPAND_LIBDIR
 SHAMROCK_EXPAND_BINDIR
 SHAMROCK_EXPAND_DATADIR
 
+dnl User help
 SHAMROCK_CHECK_GNOME_DOC_UTILS(0.17.3)
 
 dnl Mono and gmcs



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]