diff --git a/autogen.sh b/autogen.sh index 672f6f4..6948a79 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,4 +7,6 @@ intltoolize -c -f || exit 1 libtoolize -c || exit 1 autoconf || exit 1 automake -a -c || exit 1 -./configure $* +if test -z "$NOCONFIGURE"; then + ./configure $* +fi