[f-spot] don't hide warnings in autogen.sh



commit 96193440605a2f647f52726984ae4b8b4e5b7656
Author: Christian Krause <chkr plauener de>
Date:   Sat Jun 19 21:00:25 2010 +0200

    don't hide warnings in autogen.sh
    
    https://bugzilla.gnome.org/show_bug.cgi?id=624393

 autogen.sh |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index f8618d0..547bef3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -35,12 +35,9 @@ function check_autotool_version () {
 
 function run () {
 	echo "Running $@ ..."
-	$@ 2>.autogen.log || {
-		cat .autogen.log 1>&2
-		rm .autogen.log
+	$@ || {
 		error "Could not run $1, which is required to configure $PROJECT"
 	}
-	rm .autogen.log
 }
 
 srcdir=`dirname $0`



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