projects
/
free-sw
/
xcb
/
libxcb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76a2166
)
autogen.sh: Implement GNOME Build API
author
Colin Walters
<walters@verbum.org>
Wed, 4 Jan 2012 22:37:06 +0000
(17:37 -0500)
committer
Adam Jackson
<ajax@redhat.com>
Wed, 16 Jan 2013 18:20:49 +0000
(13:20 -0500)
http://people.gnome.org/~walters/docs/build-api.txt
Signed-off-by: Adam Jackson <ajax@redhat.com>
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
904cd67
..
fc34bd5
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-9,4
+9,6
@@
cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
-$srcdir/configure --enable-maintainer-mode "$@"
+if test -z "$NOCONFIGURE"; then
+ $srcdir/configure "$@"
+fi