configure.in |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 628aad2aec5e33dcf00b573891c122ad91438bc4
Author: Norbert Thiebaud <nthieb...@gmail.com>
Date:   Fri Aug 24 09:21:10 2012 -0500

    restore the 'initialization of warn'
    
    Change-Id: I72ed0955bf6d47e04be7c182994ba12e53e40a9a

diff --git a/configure.in b/configure.in
index ed3a4a1..2630af3 100644
--- a/configure.in
+++ b/configure.in
@@ -49,13 +49,14 @@ PathFormat()
     fi
 }
 
+cat /dev/null > warn
 have_WARNINGS="no"
 add_warning()
 {
     if test "$have_WARNINGS" = "no" ; then
-        echo "*************************************" > warn
+        echo "*************************************" >> warn
+        have_WARNINGS="yes"
     fi
-    have_WARNINGS="yes"
     echo "* WARNING : $@" >> warn
 }
 
@@ -12342,6 +12343,6 @@ $GNUMAKE check
 _EOF
 fi
 
-cat warn 2> /dev/null
+cat warn
 
 dnl vim:set shiftwidth=4 softtabstop=4 expandtab:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to