diff --git a/autogen.sh b/autogen.sh index c896097..c02c2c8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -8,7 +8,3 @@ cd "$srcdir" autoreconf --force --verbose --install || exit 1 cd "$ORIGDIR" || exit $? - -if test -z "$NOCONFIGURE"; then - "$srcdir"/configure "$@" -fi