[giggle] Do not use -Werror for the tarballs



commit fb18edc0d216a5069e32a6b396e5cdd74e340da1
Author: Javier Jardón <jjardon gnome org>
Date:   Thu Apr 15 03:41:20 2010 +0200

    Do not use -Werror for the tarballs

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 298f96f..896c71e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.64)
+AC_PREREQ([2.64])
 AC_INIT([Giggle],
         [0.4.98],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=giggle],
@@ -10,7 +10,7 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([1.10 check-news -Wall -Werror])
+AM_INIT_AUTOMAKE([1.10 check-news -Wall])
 # Support silent build rules, requires at least automake-1.11. Disable
 # by either passing --disable-silent-rules to configure or passing V=1
 # to make



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