for i in `cat autobuild/patches/series`; do
    patch -Np1 -i autobuild/patches/$i
done

autoreconf -fi
