[gnome-contacts] build: support GNOME Build API
- From: Erick PÃrez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] build: support GNOME Build API
- Date: Fri, 11 Jan 2013 22:24:30 +0000 (UTC)
commit e7b32d15de1b8206da3b2a31cbaa0ef2cc32028c
Author: Giovanni Campagna <<gcampagna src gnome org>>
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]