for i in autobuild/patches/*; do
    patch -Np1 -i $i
done

sed -i -e 's:-Os::g' -i configure tclconfig/tcl.m4
sed -i -e 's:generic/tclInt.h:tclInt.h:g' configure
sed -i -e 's:generic/tkInt.h:tkInt.h:g' configure
