build: don't output configure options via autogen if $NOCONFIGURE is set

https://bugzilla.gnome.org/show_bug.cgi?id=667296
This commit is contained in:
Idar Tollefsen 2012-01-01 16:32:27 +01:00 committed by Tim-Philipp Müller
parent 1aec7a3d72
commit 17d5f4dc31

View file

@ -56,7 +56,7 @@ autoheader_check || DIE=1
die_check $DIE
# if no arguments specified then this will be printed
if test -z "$*"; then
if test -z "$*" && test -z "$NOCONFIGURE"; then
echo "+ checking for autogen.sh options"
echo " This autogen script will automatically run ./configure as:"
echo " ./configure $CONFIGURE_DEF_OPT"