diff --git a/autogen.sh b/autogen.sh index 2bfc8f7eb..175dea587 100755 --- a/autogen.sh +++ b/autogen.sh @@ -16,7 +16,3 @@ intltoolize --force --automake autoreconf --force -v --install --symlink || exit 1 cd $ORIGDIR || exit $? - -if test -z "$NOCONFIGURE"; then - $srcdir/configure "$@" -fi