for i in 2 3; do
    make distclean || true
    abinfo "Configuring Brltty with Python${i} ..."
    "$SRCDIR"/configure ${AUTOTOOLS_DEF[@]} ${AUTOTOOLS_AFTER} \
                PYTHON=/usr/bin/python$i

    abinfo "Building Brltty with Python${i} ..."
    make

    abinfo "Installing Brltty with Python${i} ..."
    make install DESTDIR="$PKGDIR" INSTALL_ROOT="$PKGDIR"
done
