[gnome-contacts] build: support GNOME Build API



commit e7b32d15de1b8206da3b2a31cbaa0ef2cc32028c
Author: Giovanni Campagna <&lt;gcampagna src gnome org&gt>
Date:   Sat Jan 5 18:25:17 2013 +0100

    build: support GNOME Build API
    
    By not running configure if not instructed to do so.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691504

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 28a5a89..7bfd3ac 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,4 +3,4 @@ mkdir -p m4
 autopoint --force
 git submodule update --init --recursive
 AUTOPOINT='intltoolize --automake --copy' autoreconf -fiv -Wall || exit
-./configure --enable-maintainer-mode "$@"
+test -n "$NOCONFIGURE" || ./configure --enable-maintainer-mode "$@"



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