[jhbuild] autogen.sh: Don't use make plain if configure fails (GNOME bug 664231)



commit 1e7eea8462917152bd7c2c70c7e3d0f28f9dc603
Author: Craig Keogh <cskeogh adam com au>
Date:   Fri Nov 18 20:26:13 2011 +1030

    autogen.sh: Don't use make plain if configure fails (GNOME bug 664231)
    
    Previously if configure failed, autogen.sh would configure JHBuild to
    use the Makefile.plain method and inform the user to continue. This is
    confusing. Convention is to resolve failure and retry.

 autogen.sh |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 89a8e71..d90c548 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -155,9 +155,6 @@ configure_with_autotools()
   REQUIRED_INTLTOOL_VERSION=0.35.0 \
   REQUIRED_PKG_CONFIG_VERSION=0.16.0 \
   USE_COMMON_DOC_BUILD=yes gnome-autogen.sh $@
-  if [ $? -ne 0 ]; then
-    configure_without_autotools
-  fi
 }
 
 # Check for make. make is required to provide i18n for this script and to



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