[brasero] Modified autogen.sh so it uses the proper variable for building docs



commit 4efeadb78404a9e291c9c4f5daddf06e88361509
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Thu Sep 10 20:11:50 2009 +0200

    Modified autogen.sh so it uses the proper variable for building docs

 autogen.sh   |    2 +-
 configure.in |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 46241e9..8d01317 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -18,4 +18,4 @@ which gnome-autogen.sh || {
     echo "You need to install gnome-common from the GNOME CVS"
     exit 1
 }
-REQUIRED_AUTOMAKE_VERSION=1.7 USE_GNOME2_MACROS=1 . gnome-autogen.sh --enable-gtk-doc "$@"
+REQUIRED_AUTOMAKE_VERSION=1.7 USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh "$@"
diff --git a/configure.in b/configure.in
index c1c2953..92f88cf 100644
--- a/configure.in
+++ b/configure.in
@@ -50,6 +50,7 @@ AM_MAINTAINER_MODE
 
 dnl ***************** GNOME MACROS *****************************
 
+dnl This allows to set warnings
 GNOME_COMPILE_WARNINGS([maximum])
 GNOME_CXX_WARNINGS
 



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