autogen.sh: Honor NOCONFIGURE=1

See http://people.gnome.org/~walters/docs/build-api.txt
This commit is contained in:
Colin Walters
2012-11-16 13:28:15 -05:00
committed by Bastien Nocera
parent 4b05658597
commit 4fa35c3207

View File

@ -7,4 +7,6 @@ intltoolize -c -f || exit 1
libtoolize -c || exit 1
autoconf || exit 1
automake -a -c || exit 1
if test -z "$NOCONFIGURE"; then
./configure $*
fi