[Libreoffice-commits] .: autogen.sh

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Wed Aug 17 22:27:14 PDT 2011


 autogen.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2a9692a4650afc3c5eed1e4e84fb871846e5001a
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Thu Aug 18 00:25:58 2011 -0500

    have autogen.sh return an erro if configure failed

diff --git a/autogen.sh b/autogen.sh
index 30b1ae4..7df437b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -148,7 +148,7 @@ if (defined $ENV{NOCONFIGURE}) {
         }
     }
     print "running ./configure with '" . join ("' '", @args), "'\n";
-    system ("./configure", @args);
+    system ("./configure", @args) && die "Error running configure";
 }
 
 # Local Variables:


More information about the Libreoffice-commits mailing list