diff options
-rwxr-xr-x | autogen.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -9,4 +9,10 @@ cd $srcdir autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? +test -n "$NOCONFIGURE" && { + echo "skipping configure stage as requested." + echo "autogen.sh done." + exit 0 +} + $srcdir/configure --enable-maintainer-mode "$@" |