diff --git a/autogen.sh b/autogen.sh index 85f1f6a..fe63941 100755 --- a/autogen.sh +++ b/autogen.sh @@ -24,4 +24,6 @@ fi autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? -$srcdir/configure "$@" +if test -z "$NOCONFIGURE"; then + $srcdir/configure "$@" +fi