diff --git a/autogen.sh b/autogen.sh index af5c3d1b..607b795b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -61,4 +61,6 @@ autoheader $LIBTOOLIZE --copy --force --automake automake --add-missing --copy -./configure $* +if test -z "$NOCONFIGURE"; then + ./configure $* +fi