Ryan, >> +pre-configure { >> + system -W ${worksrcpath} "autoreconf -i" > > This could be done with: > > use_autoreconf yes > autoreconf.args -i So be it. But how can I then patch the generated configure file before it is run? Vincent